.logo img {
	max-width: 310px;
	width: 100%;
}

.header-top__inner {
	align-items: center;
}

header.scrolled .header-bottom {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: fixed;
	z-index: 99999999999;
	top: 0;
	right: 0;
	left: 0;
}
.logo a {
	display:flex
}

header.scrolled .header-main {
	padding: 10px 0 !important;
}

header.active {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}

header.active .header-main {
	padding: 9px 0;
}

header.active .header-menu nav ul li a {
	color: black;
}

header.active .header-links ul li a svg {
	fill: black;
}

.list-bar {
	display: none;
}

.header-menu nav ul li svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}

.header-top {
	background: #0449821f;
	padding: 2px 0;
	color: #601f1f;
}

.header-top__right {
	gap: 10px;
}

.header-top__list {}

.header-top__list li:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
}

.header-top__list a {
	color: inherit;
}

.header-top__form {
	position: relative;
	max-width: 320px;
	width: 100%;
}

.header-top__form input {
	height: 30px;
	width: 100%;
	padding-left: 10px;
	font-size: 1.4rem;
}

.header-top__form .btn-default svg {
	width: 15px;
	height: 15px;
	stroke: white;
}

.header-top__form .btn-default svg path {
	fill: white;
}

.header-top__form .btn-default {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	background: #611f1c;
	height: 100%;
	border-radius: 0 3px 3px 0;
	padding: 0;
}

.box-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}

.box-group__item {
	align-items: center;
}

.box-group__image {
	width: 30px;
}

.box-group__image img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.box-group__content {
	width: calc(100% - 40px);
	white-space: nowrap;
	font-size: 17px;
}

.header-bottom {
	background: #044982;
}

.header-menu__nav ul {
	justify-content: center;
}

.header-menu__nav ul li a.btn-contact {
	background: repeating-linear-gradient(to right, #cab9b7 0, #651d1c, #FF9800);
	background-size: 200% auto;
	color: white;
	padding: 5px 22px;
	cursor: pointer;
	animation: identifierLinear-gradient 3s linear forwards infinite;
}

@keyframes identifierLinear-gradient {
	0% {
		background-position-x: 0
	}

	25% {
		background-position-x: -30%
	}

	50% {
		background-position-x: -70%
	}

	75% {
		background-position-x: -130%
	}

	to {
		background-position-x: -200%
	}
}

.slugun-header {
	/* text-align: center; */
}

.slugun-header__ttl {
	font-size: 28px;
	font-weight: 800;
	text-transform: capitalize;
	background: linear-gradient(107deg, #f1b617 18%, #FFC107 49%, #FF5722 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
}

.slugun-header__subttl {
	font-size: 16px;
	color: #333;
	font-style: italic;
}
.orver-bg{
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
.orver-bg.is-show{
	display: block;
}
html.is-lock{
	overflow-y: hidden;
}
@media(max-width:1400px) {
	li.btn-view-kerper {
		display: none;
	}
}

@media(max-width: 1200px) {

	.header-bottom,
	.slugun,
	.box-group {
		display: none !important;
	}

	li.box-mobile-bars {
		display: block !important;
	}

	.list-bar {
		display: block;
	}
}

@media (max-width: 992px) {
	ul.nav-main .nav-item.lengues-stock {
		display: none;
	}
	
	.header-top__list, .header-top .header-top__form{
		display: none !important;
	}
}
.section_cate {
	position: relative;
	margin-bottom: 40px
}

.desc-xt li {
	list-style: unset !important;
}

.elementor-shortcode h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 25px;
	font-weight: 600;
}

.desc-xt ul {
	margin-left: 30px;
}

li.btn-view-kerper a:hover {
	background: #d22228;
}

.home-top-left {
	display: block !important;
}

.btn-all-web-action {
	text-align: center;
}

.list_cate .slide_cate .item:last-child span {
	font-size: 12px;
}

#scrollableDiv::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar-thumb {
	background-color: #333;
	border: 2px solid #555555;
	border-radius: 25px;
}

#scrollableDiv {
	height: 410px;
	overflow: hidden;
	transition: height 0.5s;
}

#scrollableDiv.haha {
	height: 360px;
	transition: height 0.5s;
	overflow-y: scroll;
}

.cate_home .list_cate .item {
	width: 33.33%;
}

.slick-arrow {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: white;
	justify-content: center;
	align-items: center;
	top: 50%;
	z-index: 2;
	box-shadow: 0 0 3px #0000001c;
}

.slick-arrow i {
	font-size: 18px;
	color: gray;
}

.slick-arrow.slick-next {
	right: -15px;
}

.slick-arrow.slick-prev {
	right: 50px;
	left: unset;
}

.selling .slick-arrow.slick-next {
	left: 50px;
	right: unset;
}

.selling .slick-arrow.slick-prev {
	right: unset;
	left: -15px;
}

.slick-dots li {
	border-radius: 3px;
	width: 20px;
	height: 3px;
	background-color: #a8a8a8;
	line-height: 9px;
}

.slick-dots li.slick-active {
	background-color: #f1b617;
}

.slick-dots li button::before {
	content: unset;
}

.slick-dots {
	position: absolute;
	bottom: -13px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.blog__content p {
	color: #333;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.5;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.entry-header-all tr td {
		width: 100% !important;
		display: block !important;
	}

	.section_cate {
		margin-bottom: 15px
	}
}

.section_cate .box-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative
}

@media (max-width: 767px) {
	.section_cate .box-title {
		display: block
	}
}

.section_cate .box-title .ul_list_cate {
	text-align: center;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding-right: 150px;
}

.section_cate .swiper_cates .slick-arrow {
	top: -20px;
}

@media (max-width: 767px) {
	.section_cate .box-title .ul_list_cate {
		justify-content: center;
		width: 100%;
		overflow-x: scroll;
		margin-top: 10px
	}
}

@media (max-width: 767px) {
	.section_cate .box-title .ul_list_cate {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		justify-content: inherit
	}
}

.section_cate .box-title .ul_list_cate .item-link {
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	margin: 0px;
	font-size: 16px;
	padding: 5px 10px;
	transition: 0s all
}

.section_cate .box-title .ul_list_cate .item-link:last-child {
	padding-right: 0px
}

.section_cate .box-title .ul_list_cate .item-link:first-child {
	padding-left: 0px
}

.section_cate .box-title .ul_list_cate .item-link a {
	position: relative;
	display: block;
	margin-top: 0;
	font-weight: 600;
	font-size: 16px;
	color: #333
}

.section_cate .box-title .ul_list_cate .item-link a:hover {
	color: #f8c144
}

.counter__content {
	text-align: center;
}

@media (max-width: 767px) {
	.section_cate .box-title .cate-next-prev {
		display: none
	}
}

.section_cate .box-title .cate-next-prev svg path {
	fill: #7e7e7e
}

.section_cate .box-title .cate-next-prev .section-1-prev {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #f2f3f4;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_cate .box-title .cate-next-prev .section-1-prev:hover {
		background-color: #0ea04b
	}

	.section_cate .box-title .cate-next-prev .section-1-prev:hover svg path {
		fill: #fff
	}
}

.section_cate .box-title .cate-next-prev .section-1-next {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #f2f3f4;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_cate .box-title .cate-next-prev .section-1-next:hover {
		background-color: #0ea04b
	}

	.section_cate .box-title .cate-next-prev .section-1-next:hover svg path {
		fill: #fff
	}
}

.section_cate .box-title .cate-next-prev .swiper-button-disabled {
	opacity: 0.4;
	cursor: inherit;
	display: inline-flex !important
}

.section_cate .box-title .cate-next-prev>div {
	cursor: pointer
}

.section_cate .box_cate_index {
	margin-top: 0px !important;
	padding: 10px 0px
}

@media (max-width: 767px) {
	.section_cate .box_cate_index {
		overflow: initial
	}

	.section_cate .box_cate_index.swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 7.5px;
		padding-right: 7.5px;
		width: auto
	}

	.section_cate .box_cate_index.swiper-wrapper .swiper-slide {
		padding-left: 7.5px;
		padding-right: 7.5px;
		-ms-flex: 0 0 125px;
		flex: 0 0 125px;
		max-width: 125px;
		min-width: 125px;
		margin-bottom: 7px
	}

	.section_cate .box_cate_index .swiper-button-prev,
	.section_cate .box_cate_index .swiper-button-next {
		display: none
	}
}

.section_cate .box_cate_index .item-cate {
	border: 1px solid #f4f6fa;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	display: block;
	transition: 0.3s all;
	background-color: #f4f6fa;
	text-align: center
}

.section_cate .box_cate_index .item-cate .icon_cate {
	overflow: hidden;
	width: 100%;
	display: flex;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-os-justify-content: center;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-os-display: flex;
	align-items: center;
	position: relative;
	height: auto !important;
	padding-bottom: 100%
}

.section_cate .box_cate_index .item-cate .icon_cate img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease
}

.section_cate .box_cate_index .item-cate .opaci_href {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1
}

.section_cate .box_cate_index .item-cate h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0px;
	display: block;
	color: #2d2d2d;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.3s all
}

.list-leangus .box-item-langers {
	padding-left: 10px;
}

.list-leangus {
	position: absolute;
	top: 100%;
	z-index: 999;
	border: 1px solid #cdcdcd;
	background: #fff;
	left: 0;
	border-radius: 5px;
}

.list-leangus li {
	width: 135px !important;
	border-radius: 5px !important;
	height: unset !important;
	margin-left: 0px !important;
	background: none !important;
}

.inner-text-leangues {
	padding-left: 10px;
}

.inner-text-leangues span {
	font-weight: 500;
	font-size: 16px;
}

.list-leangus ul li img {
	height: 38px;
}

.section_cate .box_cate_index .item-cate span {
	font-size: 12px;
	color: #7e7e7e;
	margin-bottom: 5px;
	display: block
}

.section_cate .box_cate_index .item-cate:hover,
.section_cate .box_cate_index .item-cate:focus {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #0ea04b;
}

.section_cate .box_cate_index .item-cate:hover h3,
.section_cate .box_cate_index .item-cate:focus h3 {
	color: #0ea04b;
}

.section_cate .item-pro-cate {
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	display: grid;
	overflow: auto;
	justify-content: start
}

.section_cate .item-pro-cate .box_img_cate {
	flex: 1;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 3px;
	background: #f8f8f8;
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 100%;
	height: auto;
	width: 100%
}

.item-co-langues {
	width: 40px;
	border-radius: 5px;
	overflow: hidden;
}

.section_cate .item-pro-cate .box_img_cate img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease;
	padding: 3px
}


.banner_col_2 .banner_men:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.banner_col_2 .banner_men img {
	width: auto !important;
	max-height: 100%;
	border-radius: 10px;

	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease;
	transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner_col_2 .banner_men {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}

.project .slide-4,
.project .slide-5 {
	margin-inline: calc(-1 * var(--gutter));
}



.section_blog {
	position: relative;
	margin-bottom: 40px
}

@media (max-width: 992px) {
	.section_blog {
		margin-bottom: 15px
	}
}

.section_blog .title-module {
	padding: 5px 20px 8px;
	background-color: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none;
	margin: 0;
}

@media (max-width: 767px) {
	.section_blog .title-module {
		padding: 10px 10px 0px;
		margin-bottom: 0px
	}
}

.section_blog .content_blogs {
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-bottom: 25px
}

.section_blog .item_null {
	margin-right: 0px !important
}

.section_blog .item_null .item-blog {
	aspect-ratio: 290/315;
	background: #fff;
	height: auto;
	padding: 0px;
	border-radius: 10px;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.section_blog .item_null .item-blog {
		margin-bottom: 14px
	}
}

.section_blog .item-blog {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 100%
}

.box-flex-call-us a:hover svg path {
	stroke: #333;
}

.section_blog .item-blog .block-thumb {
	position: relative
}

.section_blog .item-blog .block-thumb .thumb {
	overflow: hidden;
	width: 100%;
	display: flex;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-os-justify-content: center;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-os-display: flex;
	align-items: center;
	position: relative;
	height: auto !important;
	padding-bottom: 63.5%;
	border-radius: 10px
}

.section_blog .item-blog .block-thumb .thumb img {
	width: 100% !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease
}

.section_blog .item-blog .block-thumb:hover img {
	transform: scale(1.1)
}

.section_blog .item-blog .block-content {
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	width: 100%;
	position: relative;
	padding: 10px
}

.section_blog .item-blog .block-content h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	min-height: 48px;
	font-size: 16px
}

.section_blog .item-blog .block-content h3 a {
	color: #000;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
}

.section_blog .item-blog .block-content h3 a:hover {
	color: #0ea04b
}

.section_blog .item-blog .block-content p.justify {
	font-size: 14px;
	color: #333;
	font-weight: 300;
	margin-bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.section_blog .item-blog .block-content p.justify img,
.section_blog .item-blog .block-content p.justify iframe,
.section_blog .item-blog .block-content p.justify table {
	display: none
}

.section_blog .item-blog .day_time {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 0px;
	background: #d22228;
	padding: 2px 15px 4px 10px;
	line-height: normal;
	z-index: 9;
	text-align: center;
	border-radius: 0px 40px 40px 0px
}

.section_blog .item-blog .day_time .day_item {
	font-size: 18px;
	display: block;
	font-weight: 600;
	line-height: 22px
}

.section_blog .item-blog .day_time .myear_item {
	font-size: 12px;
	display: block;
	font-weight: 400
}

.section_blog .swiper_blogs {
	position: static;
	background-color: #f7f7f7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	padding: 15px
}

.section_blog .swiper_blogs .swiper-slide {
	height: auto
}

@media (max-width: 992px) {
	.section_blog .swiper_blogs {
		margin-bottom: 15px
	}
}

@media (max-width: 767px) {
	.section_blog .swiper_blogs {
		overflow: initial
	}

	.section_blog .swiper_blogs .swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-right: -7.5px;
		margin-left: -7.5px;
		width: auto
	}

	.section_blog .swiper_blogs .swiper-wrapper .swiper-slide {
		padding-left: 7.5px;
		padding-right: 7.5px;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		min-width: 70%;
		margin-bottom: 14px
	}

	.section_blog .swiper_blogs .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
		padding: 10px;
		clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
	}

	.section_blog .swiper_blogs .swiper-button-prev,
	.section_blog .swiper_blogs .swiper-button-next {
		display: none
	}
}

.section_blog .swiper_blogs .tab-next-prev {
	position: absolute;
	top: 15px;
	right: 30px
}

@media (max-width: 767px) {
	.section_blog .swiper_blogs .tab-next-prev {
		display: none
	}
}

.section_blog .swiper_blogs .tab-next-prev svg path {
	fill: #7e7e7e
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-prev {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover {
		background-color: #0ea04b
	}

	.section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover svg path {
		fill: #fff
	}
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-next {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover {
		background-color: #0ea04b
	}

	.section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover svg path {
		fill: #fff
	}
}

.section_blog .swiper_blogs .tab-next-prev .swiper-button-disabled {
	opacity: 0.4;
	cursor: inherit;
	display: inline-flex !important
}

.section_blog .swiper_blogs .tab-next-prev>div {
	cursor: pointer
}

.section_blog .see-more {
	text-align: center;
	position: relative;
	margin-top: 15px;
	font-size: 16px
}

@media (max-width: 767px) {
	.section_blog .see-more {
		margin-top: 10px
	}
}

.section_blog .see-more a {
	background-color: #fff;
	color: #0ea04b;
	height: 35px;
	line-height: 33px;
	padding: 0px 25px;
	border: 1px solid #0ea04b;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section_blog .see-more a {
		height: 30px;
		line-height: 30px;
		padding: 0px 15px;
		font-size: 14px
	}
}

.section_blog .see-more a:hover {
	color: #000;
	background-color: #f8c144;
	border: 1px solid #f8c144
}

.section_blog .box_alert {
	position: static;
	background-color: #f7f7f7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	padding: 15px
}

@media (max-width: 767px) {
	.section_blog .box_alert {
		padding: 10px
	}
}

.section_blog .swiper_feedback {
	position: static;
	background-color: #f7f7f7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;

}

.section_blog .customer-feel {
	padding: 15px 15px 4px;
	background-color: #f7f7f7;
	border-radius: 10px;
	height: 100%;
}

.section_blog .customer-feel .title-module {
	padding: 5px 5px 0px !important;
}

@media (max-width: 767px) {
	.section_blog .swiper_feedback {
		overflow: initial;
		padding: 15px
	}

	.section_blog .swiper_feedback .swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-right: -7.5px;
		margin-left: -7.5px;
		width: auto
	}

	.section_blog .swiper_feedback .swiper-wrapper .swiper-slide {
		padding-left: 7.5px;
		padding-right: 7.5px;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		min-width: 70%;
		margin-bottom: 14px
	}

	.section_blog .swiper_feedback .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
		padding: 10px;
		clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
	}

	.section_blog .swiper_feedback .swiper-button-prev,
	.section_blog .swiper_feedback .swiper-button-next {
		display: none
	}
}

.section_blog .swiper_feedback .swiper-slide {
	height: auto
}

.section_blog .review_box {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ececec;
}

@media (max-width: 767px) {
	.section_blog .review_box {
		margin-bottom: 0px
	}
}

@media (max-width: 321px) {
	.section_blog .review_box {
		padding: 5px
	}
}

.section_blog .review_box .review_img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px
}

.section_blog .review_box .icon_gach {
	max-height: 12px;
	line-height: 1;
	margin-bottom: 3px
}

.section_blog .review_box .icon_gach img {
	max-height: 12px;
	max-width: 80px;
	margin: 0 auto;
}

.section_blog .review_box p {
	margin-bottom: 10px;
	color: #353535
}

.section_blog .review_box .name_review {
	font-size: 19px;
	font-weight: 400;
	color: #0ea04b;
	display: block;
	margin-bottom: 1px
}

@media (max-width: 767px) {
	.section_blog .review_box .name_review {
		font-size: 16px
	}
}

.section_blog .review_box .job_review {
	color: #353535;
	font-weight: 300;
}

.section_blog .review_box .content_review {
	font-size: 16px;
	font-weight: 300;
}

@media (max-width: 767px) {
	.section_blog .review_box .content_review {
		font-size: 14px
	}
}

@media (max-width: 321px) {
	.section_blog .review_box .content_review {
		font-size: 13px
	}
}

.section_blog .swiper-pagination.swiper-pagination-bullets {
	bottom: 15px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 3px;
	width: 20px;
	height: 7px;
	background-color: #000;
	line-height: 9px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0ea04b
}

@media (max-width: 767px) {
	.section_blog .swiper-pagination.swiper-pagination-bullets {
		display: none
	}
}

.brand-body {
	background-color: #fff;
	border-top: none;
	padding: 0px;
	border-radius: 10px;
}

.brand-body .title-section {
	text-align: center;
	width: 100%;
}

.item_list_brand {
	padding: 16px;
	background: #fff;
	margin: 10px 7px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) -0.05px 0.95px 3.6px;
	transition: transform .8s ease-in-out;
	transform: translateY(0px);
}

.item_list_brand:hover {
	transform: translateY(-5px);
}

.pd-section-content {
	padding-top: 20px;
}

.section_chinh_sach {
	position: relative;
	margin-bottom: 40px
}

@media (max-width: 992px) {
	.section_chinh_sach {
		margin-bottom: 15px
	}
}

.section_chinh_sach .promo-box .promo-item {
	text-align: center;
	min-height: 60px;
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 10px;
	background-color: #F2F3F4
}

.section_chinh_sach .promo-box .promo-item .icon {
	display: inline-block;
	margin-bottom: 0px
}

@media (max-width: 992px) {
	.section_chinh_sach .promo-box .promo-item {
		min-height: 60px;
		margin-bottom: 10px
	}

	.section_chinh_sach .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		width: auto
	}
}

.section_chinh_sach .promo-box .promo-item:last-child,
.section_chinh_sach .promo-box .promo-item:nth-child(3) {
	border-right: 0px none
}

.section_chinh_sach .promo-box .icon {
	margin-bottom: 5px
}

.section_chinh_sach .promo-box .icon img {
	max-width: 46px
}

@media (max-width: 767px) {
	.section_chinh_sach .promo-box .icon img {
		max-width: 44px
	}
}

.section_chinh_sach .info {
	text-align: left;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0;
	color: #000
}

.section_chinh_sach .info h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 3px;
	line-height: initial;
	color: #0ea04b;
}

@media (max-width: 767px) {
	.section_chinh_sach .info h3 {
		font-size: 14px;
		line-height: 1
	}
}

.section_chinh_sach .info span {
	font-size: 14px;
	display: block;
	line-height: initial;
	font-weight: 400
}

.selling .title-section {
	display: none;
}

@media (max-width: 767px) {
	.section_chinh_sach .info span {
		line-height: 1
	}

	.title-section {
		text-align: center;
		width: 100%;
	}

	.selling .title-section {
		display: block;
	}
}


.section_video_blog {
	position: relative;
	margin-bottom: 40px
}

@media (max-width: 992px) {
	.section_video_blog {
		margin-bottom: 15px
	}
}

.section_video_blog .container {
	position: relative
}

.section_video_blog .title-module {
	padding: 15px 15px 0px;
	background-color: #f7f7f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

@media (max-width: 767px) {
	.section_video_blog .title-module {
		padding: 10px 10px 0px;
		margin-bottom: 0px
	}
}

.section_video_blog .content_blogs {
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-bottom: 25px
}

.section_video_blog .item_null {
	margin-right: 0px !important
}

.section_video_blog .item_null .item-blog {
	aspect-ratio: 292/255;
	background: #fff;
	height: auto;
	padding: 0px;
	border-radius: 10px;
	border: 1px solid #f0f1f2
}

@media (max-width: 767px) {
	.section_video_blog .item_null .item-blog {
		margin-bottom: 14px
	}
}

.section_video_blog .item-blog {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f0f1f2;
	height: 100%
}

.section_video_blog .item-blog .thumbabsolute {
	position: absolute;
	background-color: transparent;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2
}

.section_video_blog .item-blog .block-thumb {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-os-justify-content: center;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-os-display: flex;
	align-items: center;
	position: relative;
	height: auto !important;
	padding-bottom: 63.5%
}

.section_video_blog .item-blog .block-thumb img {
	width: auto !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	will-change: opacify;
	transform: scale(1);
	transition: all 0.5s ease
}

.section_video_blog .item-blog .block-thumb .icon_video {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.17)
}

.section_video_blog .item-blog .block-thumb .icon_video svg {
	width: 40px;
	height: 40px
}

.section_video_blog .item-blog .block-thumb .icon_video svg path {
	fill: #fff
}

.section_video_blog .item-blog .block-content {
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #fff;
	width: 100%;
	position: relative;
	padding: 10px
}

.section_video_blog .item-blog .block-content h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	font-weight: 600
}

.section_video_blog .item-blog:hover img {
	transform: scale(1.1)
}

.section_video_blog .item-blog:hover h3 {
	color: #0ea04b
}

.section_video_blog .item-blog:hover .icon_video path {
	fill: #0ea04b
}

.section_video_blog .swiper_video_blog {
	position: static;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 15px
}

.section_video_blog .swiper_video_blog .swiper-slide {
	height: auto
}

header {
	/*position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
         background-color: #0000003d; */
}

.header-links ul li a svg {
	height: 18px;
	width: 18px;
	fill: #000;
}

.header-links ul li {
	margin-left: 20px;
	text-align: center;
	line-height: 42px;
	color: #020E28;
	margin-right: 0px;
	cursor: pointer;
	position: relative;
}

.header-links ul li .bar {
	height: 2px;
	width: 21px;
	background-color: #f4b418;
	margin: 4px 0px;
	/* box-shadow: 0 0 5px #515151; */
}

.header-links ul li .bar-1,
.header-links ul li .bar-3 {
	/* margin-left: 5px; */
}

.header-main {
	padding: 12px 0;
}

.header-links ul li .list-bar.active .bar-1 {
	transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

.header-links ul li .list-bar.active .bar-2 {
	transform: translate3d(0.3em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
}

.header-links ul li .list-bar.active .bar-3 {
	transform: translate3d(-0.3em, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

.header-menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #0000003d;
	z-index: 1;
}


.header-menu nav ul li {
	padding: 0;
	position: relative;
}
.header-menu nav>ul>li{
	padding: 10px 0;
	position: relative;
}
.header-menu nav>ul>li:not(:last-child)>a {
	border-right: 1px solid rgb(255 255 255 / 18%);
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
}

.header-menu nav>ul>li:nth-last-child(2)>a {
	/* border-right: 0; */
	/* padding-right: 0; */
}

.header-menu nav>ul>li:last-child {
	padding-left: 30px;
}

.header-menu nav ul li a {
	font-size: 16px;
	padding: 0px 0px;
	color: #fff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}

.header-menu nav ul li a:hover {
	color: #FF9800;
}

.header-menu nav>ul>li>a:hover {
	color: #ffffff;
}

.header-menu nav>ul>li>ul {
	height: 0;
	overflow: hidden;
	min-width: 210px;
	pointer-events: none;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
	display: block;
	box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
	border-radius: 4px;
}

.header-menu nav>ul>li>ul::before {
	content: "";
	width: 16px;
	height: 7px;
	left: 20%;
	bottom: calc(100% - 1px);
	position: absolute;
	z-index: 1;
	background: white;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.header-menu nav>ul>li:hover>ul {
	left: 0;
	visibility: inherit;
	height: auto;
	overflow: inherit;
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.header-menu nav ul li ul {
	position: absolute;
	top: 100px;
	padding: 8px 0;
	visibility: hidden;
	background: white;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform-origin: 15% 15% 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	filter: alpha(opacity=0);
	transform-origin: center top 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
	left: 0px;
	min-width: auto;
	z-index: 999;
	text-align: left;
	right: auto;
}

.header-menu nav ul li:hover > ul {
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	visibility: visible;
	max-height: 400px;
	filter: alpha(opacity=100);
}

.header-menu nav ul li ul li:not(:last-child)>a {
	border-bottom: 1px solid #dfe3e866;
}

.header-menu nav ul li ul li ul  {
	top: 0 !important;
	left: 100%;
	min-width: 300px;
}

.header-menu nav ul li ul li ul li a {
	font-size: 14px;
	padding: 6px 20px;
}

.header-menu nav ul li ul li a {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: none;
	font-weight: 400;
}

.header-menu nav ul li ul li a:hover {
	background: rgb(209 209 209 / 30%);
}

@media (max-width: 992px) {
	.header-menu {
		display: none;
	}

	.header-links ul li:not(:last-child) {
		display: none !important;
		background: none;
	}

}

@media (max-width: 586px) {
	.header-links ul li a svg {
		fill: white;
		height: 16px;
		width: 15px;
	}

	.header-main {
		padding: 10px 0;
	}

	.header-main .logo img {
	height: 50px;
	max-width: unset;
	}

	header {}

	.header-main {
		padding: 10px 0;
	}

	.header-links ul li {
		margin-left: 15px;
	}

	.header-links ul li .bar {
		height: 2px;
		width: 21px;
	}
}


.menu_fix_mobile {
	position: fixed;
	z-index: 999999999999;
	height: 100%;
	width: 320px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(100%);
	padding: 20px;
	overflow: auto;
}

.menu-c3-mobiless {
	display: none;
}

.open-level3 {
	display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
	transform: translateY(-3px);
}

.menu_fix_mobile.main-menu-show {
	transform: translateX(0%);
}

.menu_fix_mobile .close-menu {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.close-menu {
	padding-bottom: 15px;
}

.menu_fix_mobile .close-menu>a {
	float: right;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.close-menu a i {
	color: #222;
}

.close-menu span {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.form-search-mobile {
	z-index: 99999;
	background: #fff;
	border: 1px solid #eaeaea;
}

.form-search-mobile form {
	right: 0;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.form-search-mobile form input {
	padding: 5px 0px;
	padding-left: 10px;
	width: 100%;
}

.form-search-mobile button {
	padding: 0px;
	right: 11px;
	right: 0;
	position: relative;
	width: 35px;
	background: none;
}

.menu_fix_mobile ul {
	margin: 0;
	list-style: none;
}

.menu_fix_mobile ul li {
	float: left;
	position: relative;
	margin: 0;
	transition: 0.4s;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-mobile-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.menu-mobile-1>span {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.menu_fix_mobile .nav-main>.nav-item:not(:last-child){
	border-bottom: 1px solid #cdcdcd9c;
}
.menu-c2-mobile ul li {
	border-bottom: 1px solid #cdcdcd9c;
	padding-left: 10px;
}

.menu_fix_mobile ul li a {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0px;
	color: #222;
	display: inline-block;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
	line-height: normal;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.menu-c2-mobile {
	display: none;
}

.menu-c2-mobile.active-2 {
	display: block;
}

.btn_search {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.btn_search .form-control {
	padding: 2px 10px;
	border: none;
	height: 40px;
}

.header-search .icon-close {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	font-size: 12px;
}

.header-search {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: rgb(0 0 0 / 48%);
	padding: 0 30px;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-search.active {
	opacity: 1;
	visibility: visible;
}

#mahardhiSearch .input-lg,
#search .input-lg {
	height: 40px;
	border: none;
	font-size: 14px;
}

.top-right-inner .btn_search .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	width: 280px;
	padding: 0;
}

#mahardhiSearch .input-lg {
	padding: 6px 15px;
	border-radius: 10px;
}

.category-search {
	position: relative;
}

.category-search:after {
	border-left: 1px solid var(--border-color);
	content: "";
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	margin: auto;
}

.close-search {
	position: absolute;
	top: -21px;
	right: -21px;
}

.header-search .btn-search {
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 9;
}

.header-search .btn-search button {
	padding: 0;
}

.header-search .btn-search button svg {
	height: 14px;
}











.header__top-wraper {
	border-bottom: 1px solid #D3D3D3;
	padding: 3px 0;
	background: #f1b41c;
}

.header__top-wraper-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__top-innrer-left ul {
	display: flex;
	align-items: center;
}

.header__top-innrer-left ul li {
	display: flex;
	align-items: center;
}

ul.transpi__social-icon {
	display: flex;
	align-items: center;
}

.header__top-innrer-right {
	display: flex;
	align-items: center;
}

.header__top-info li i {
	color: #611f1c;
	margin-right: 5px;
}

.header__top-innrer-left ul li p a {
	font-weight: 500;
	display: inline-block;
	padding-left: 5px;
	padding-right: 15px;
}



.header__top-innrer-left ul li.time {}

.header__top-info li strong {
	font-weight: 500;
}

.header__top-info.htop__right-info a {
	color: #020E28;
	font-weight: 500;
	line-height: normal;
	position: relative;
}

.header__top-info li:not(:last-child),
.header__top-info.htop__right-info a {
	padding-right: 15px;
	margin-right: 15px;
}

.header__top-info.htop__right-info svg {
	width: 15px;
	height: 15px;
	margin-top: -2px;
	margin-right: 6px;
}

.header__top-info.htop__right-info a:not(:last-child):after {
	top: -1px;
}

.header__top-info li:not(:last-child):after,
.header__top-info.htop__right-info a:not(:last-child):after {
	content: "";
	right: 0;
	top: -1px;
	background: #848484;
	height: 20px;
	width: 1px;
	position: absolute;
}

.header__top-innrer-left ul li a {
	padding-right: 0px !important;
}

.transpi__social-icon li:not(:last-child) {
	margin-right: 5px;
}

.transpi__social-icon li a {
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	border-radius: 50px;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}

.transpi__social-icon li a svg path {
	fill: #CBC8C8;
}

.transpi__social-icon li a svg {
	width: 13px;
	height: 13px;
	margin-top: -3px;
}

li.box-mobile-bars {
	display: none;
}

.list-lengues ul .active a img {
	border: 1px solid #cdcdcd;

}

li.languages {
	background: transparent;
	border: 1px solid #D9D9D9;
	padding: 5px;
	border-radius: 5px !important;
	width: 70px !important;
	height: 42px !important;
	line-height: unset !important;
}

.item-co-langues img {
	display: block;
	width: 100%;
	height: 30px;
}

.list-lengues ul li a img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.list-lengues ul {
	display: flex;
}

.list-lengues ul li a img {
	border-radius: 100%;
}

.list-lengues ul li {
	margin-right: 5px;
}

.list-lengues {
	margin-left: 20px;
}

.box-item-langers {
	display: flex;
	align-items: center;
	position: relative;
}

.icon-leagnt {
	flex: 1;
}

.icon-leagnt i {
	margin-left: 0;
}


li.btn-view-kerper {
	width: unset !important;
	background: #d12426 !important;
	border-radius: 5px !important;
}

li.btn-view-kerper a.thm__btn {
	color: #ffc93f;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 20px;
}


.list-leangus {
	opacity: 0;
	visibility: hidden;
	height: 0px;
}

li.languages:hover .list-leangus {
	opacity: 1;
	visibility: visible;
	height: unset;
	transition: 0.5s ease;
}

.image-layer {
	position: absolute;
	top: 50%;
	transform: translateY(-20px);
	-webkit-transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
	transform: translateY(-50%);
}

.btnalign a {
	padding: 8px 20px;
	margin-top: 0px;
}

@-webkit-keyframes tm-animation-floating {
	from {
		-webkit-transform: translate(0, 0px);
	}

	65% {
		-webkit-transform: translate(0, 15px);
	}

	to {
		-webkit-transform: translate(0, 0px);
	}
}

@-moz-keyframes tm-animation-floating {
	from {
		-moz-transform: translate(0, 0px);
	}

	65% {
		-moz-transform: translate(0, 15px);
	}

	to {
		-moz-transform: translate(0, 0px);
	}
}

section.Deliver {
	padding: 20px 0 40px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.Deliver-img {
	position: absolute;
	bottom: 0px;
	left: 6px;
	width: 263px;
	height: 234px;
	z-index: -1;
	-webkit-animation-name: tm-animation-floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

section.Deliver .transpi__section-heading.transpialigh {
	text-align: center;
}

section.Deliver h1.spilit__enable {
	font-size: 30px;
}

.Parcel .transpi__delivery-item {
	text-align: center;
	padding: 0 15px;
}

.Parcel .transpi__delivery-wrapper {
	position: relative;
}

.Parcel .transpi__delivery-wrapper .process_shape {
	position: absolute;
	top: 24px;
	left: 0;
	z-index: -1;
}

.Parcel .transpi__delivery-item .icon {
	position: relative;
	border: 1px solid #d22228;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50px;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 0 auto;
	margin-bottom: 24px;
	background: #fff;
}

.Parcel .transpi__delivery-item span {
	position: absolute;
	background: #d22228;
	width: 40px;
	height: 40px;
	bottom: 0;
	line-height: 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
}

.Parcel .delivery__content h4 {
	color: #020E28;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.delivery__content p {
	color: #848484;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.5;
	text-overflow: ellipsis;
}

.transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
	margin: 80px 0px 0px 0px;
}

section.ourt-team {
	background: #F5F5F5;
	padding: 40px 0px 40px 0px;
	background: url(../images/bg-project-2.jpg);
	background-repeat: repeat;
	background-size: contain;
}

.transpi__section-heading.transpialigh {
	text-align: center;
}





.transpi__team-item {
	position: relative;
}

.team__top {
	position: relative;
	z-index: 9;
}

.team_img img {
	object-fit: cover;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}

.team_overlay {
	position: absolute;
	top: 12px;
	right: 20px;
}

.team_overlay .tm_hover {
	display: inline-block;
	background: #FF131D;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	line-height: 70px;
	border-radius: 50px;
	font-size: 24px;
	cursor: pointer;
}

.transpi__team-item .social_icon {
	margin-left: 12px;
	cursor: pointer;
}

.transpi__team-item .social_icon a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 50px;
	line-height: 47px;
	color: #fff;
	margin-top: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(11px);
	transform: translateY(11px);
	background: #333;
	border-color: #316FF6;
	visibility: hidden;
	opacity: 0;
}

.team_content {
	text-align: center;
	\: absolute;
	padding: 20px 0;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: -105px;
	border-radius: 10px;
	transition: all 0.3s ease-in;
	padding-top: 95px;
}

.transpi__team-item:hover .social_icon a {
	opacity: 1;
	visibility: visible;
}

.team_content h3 {
	font-size: 20px;
	margin-bottom: 2px;
	font-weight: 700;
}

.team_content span {
	font-size: 17px;
	color: #848484;
}

.item-our-teams {
	padding-right: 20px;
	padding-bottom: 70px;
	padding-top: 20px;
}

.slider-our-team .slick-list {
	padding-bottom: 65px;
}

.btnalign {}




section.Opportunity {
	overflow: hidden;
	padding: 40px 0px 40px 0px;
	/* background-image: url(../images/bg-lg2.jpg); */
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}
/* 
section.Opportunity:before {
	background-color: transparent;
	background-image: linear-gradient(90deg, #FFFFFF 7%, #F8F5F1 11%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.97;
	z-index: -1;
} */


.elementor-shortcode label {
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 27px;
}

.elementor-shortcode input {
	width: 100%;
    background: #fff;
    padding: .375rem .75rem;
    height: 40px;
    color: #333;
    border-radius: 0;
}

.elementor-shortcode select {
	width: 100%;
	background: #fff;
	border: none;
	padding: 12px 15px;
	margin-bottom: 5px;
	color: #333;
	border-radius: 5px;
}

.elementor-shortcode textarea {
	width: 100%;
	background: #fff;
	border: none;
	padding: .375rem .75rem;
	margin-bottom: 0;
	color: #060606;
	height: 95px;
}

.contact__form-submit button {
	border: none;
	font-style: normal;
	font-weight: 400;
	margin-top: 0;
	background: #d22228;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 5px;
	font-size: 16px;
}

span.simple_text {
	display: block;
	color: #fff;
	margin-top: 20px;
}

.elementor-shortcode .tp-select {
	margin-bottom: 10px;
}

section.Opportunity .transpi__section-heading.transpialigh {
	text-align: left;
}

.transpi__list-item.style-2 ul li {
	font-size: 19px;
	color: #fff;
	line-height: 35px;
	padding-left: 28px;
	margin-bottom: 10px;
	font-weight: 500;
}

.transpi__list-item.style-2 li:after {
	content: "\f058";
	background: transparent;
	font-family: 'Font Awesome 5 Free';
	top: 0;
	color: #ffffff;
}

.transpi__list-item li:after {
	width: 10px;
	height: 10px;
	background: #DEDEDE;
	top: 15px;
	left: 0;
	position: absolute;
	content: "";
	border-radius: 50px;
}



.transpi__testimonial-item {
	position: relative;
}

.transpi__testimonial-item-inner {
	text-align: center;
	padding: 0 24px;
	padding-top: 85px;
	padding-bottom: 59px;
}

.transpi__testimonial-item-inner .quote_icon {
	background: #d22228;
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50px;
	position: absolute;
	top: 7px;
	right: 12px;
	-webkit-transition: .3s;
	transition: .3s;
}

.transpi__testimonial-item-inner h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

.transpi__testimonial-item-inner p {
	color: #333;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.testi__auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.autho__info {
	text-align: left;
	margin-left: 10px;
}

.transpi__testimonial-item .tes__shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.transpi__testimonial-item .tes__shape svg {
	padding-right: 20px;
}

.transpi__brand-item-slicks {
	padding: 5px;
}

.trang: 10px;
}

.transpi__brand-item-slicks img {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 100%;
	padding: 20px;
	height: 115px;
	object-fit: contain;
	border-radius: 5px;
}

section.doitac {
	padding: 30px 0px 30px 0px;
	background: #d3d3d3bd;
}






.transpi__counter-item {
	display: block;

	position: relative;
	/* box-shadow: 0 20px 50px rgba(150, 157, 176, .25);
	border-radius: 23px;
	background-color: #fff;
	padding: 60px 30px 78px;
	transition: all .25s cubic-bezier(.645, .045, .355, 1); */
}

/* .transpi__counter-item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/bg-postgrid4.webp');
	background-position: 50%;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all .45s cubic-bezier(.645, .045, .355, 1);
	-khtml-transition: all .45s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .45s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .45s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .45s cubic-bezier(.645, .045, .355, 1);
	transition: all .45s cubic-bezier(.645, .045, .355, 1);
	border-radius: 23px;
	z-index: -1
}

.transpi__counter-item:hover {
	box-shadow: 0 20px 50px #d0f7f4;
	background-color: initial;
	color: white;
}

.transpi__counter-item:hover:before {
	opacity: 1
} */



.list-flush-couter {
	position: relative;
	z-index: 9999;
}

.counter__icon svg {
	width: 60px;
}

.counter__icon {
	text-align: center;
	width: 111px;
	height: 111px;
	border: 1px solid #cbf6ff;
	background-color: #f2f8fa;
	border-radius: 29px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 27px;
}

.counter__icon:before {
	z-index: -1;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 29px;
	-webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
	transition: all .25s cubic-bezier(.645, .045, .355, 1);
	background-color: var(--primary-color);
}

.transpi__counter-item:hover .counter__icon {
	background-color: #fff;
	border-color: #fff
}

.transpi__counter-item:hover .counter__icon:before {
	top: 5px;
	left: -5px
}




section.Latest-news {
	padding: 40px 0px 10px 0px;
	/* background: #eee; */
}

.item-slick-news-contents {
	padding: 10px 5px;
}

.transpi__blog-item {
	margin-bottom: 20px;
	border-radius: 10px;
    overflow: hidden;
	background: white;
    box-shadow: 0px 6px 20px #00000012;
}
.blog__content{
	padding: 0 10px 10px;
}
.blog__image-wrap {
	position: relative;
	margin-bottom: 10px;
}

.transpi__blog-item .blog__img img {
	/* height: 300px; */
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}



.right-content .blog__content h3>a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog__img {
	overflow: hidden;
	border-radius: 10px;
}

.blog__link a {
	position: absolute;
    bottom: 10px;
    right: 5px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: var(--thm-primary);
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.10));
    -webkit-transition: .3s;
    transition: .3s;
}

.blog__image-wrap .cate__btn {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #ff131d;
	border-radius: 5px;
	background: #ff131d;
	line-height: normal;
	padding: 8px 15px;
	margin-bottom: 5px;
	display: inline-block;
	position: absolute;
	bottom: 11px;
	left: 15px;
}

.blog__content h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog__content .post__meta {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog__content .post__meta span:not(:last-child) {
	padding-right: 35px;
}

.blog__content .post__meta span i {
	margin-right: 5px;
	color: #ff131d;
}

.item-slick-news-contents .post__meta span {
	color: #848484;
	font-size: 14px;
}

section.Looking {
	background: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0px 30px 0px;
}

.content-looking h2 {
	font-size: 25px;
	color: #d22228;
	text-transform: uppercase;
	font-weight: 700;
	margin: 5px 0 0 0;
}

.content-looking p {
	color: #d22228;
	font-weight: 300;
	font-size: 15px;
}

.elementor-button-link-looking a {
	font-size: 30px;
	font-weight: 500;
	background-color: #00000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #3A4049;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 25px 5px 25px;
	display: inline-block;
}

.elementor-button-link-looking svg {
	width: 1em;
	height: auto;
}

.elementor-button-link-looking span.elementor-button-text {
	font-size: 27px;
	color: #fff;
	font-weight: 700;
}

.elementor-button-link-looking {
	display: flex;
	justify-content: right;
}













section.Specialist button i {
	color: #00000054;
}

.counter__icon img {
	width: 50px;
	height: 50px;
}

section.Opportunity .transpi__sub-heaind span {
	color: #fff;
}

section.Opportunity h1.spilit__enable {
	color: #fff;
}

a.thm__btn svg {
	margin-left: 5px;
	margin-top: -4px;
}

section.ourt-team .btnalign {
	text-align: center;
}














.box-model-dialong {
	position: relative;
}

.box-fider-dialong {
	position: fixed;
	z-index: 99999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #d22228;
	width: 500px;
	padding: 30px 20px;
	border-radius: 10px;
}

.box-fider-dialong span#text3 {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
	color: #fff;
	width: 100%;
}

.box-model-dialong input {
	margin: 0;
	height: 37px;
	padding: 3px 10px;
	border-radius: 2px;
	box-shadow: unset;
	border: 0;
	font-size: 14px;
}

.box-model-dialong select {
	margin: 0;
	height: 37px;
	padding: 3px 10px;
	border-radius: 2px;
	box-shadow: unset;
	border: 0;
	font-size: 14px;
}

.box-model-dialong textarea {
	width: 100%;
	height: 130px;
	padding-left: 15px;
}

.form-reg-kmn button {
	font-size: 15px;
	color: #241e1e;
	margin: auto;
	display: block;
	padding: 5px 25px;
	background: #ffc93f;
	text-decoration: none;
	text-align: center;
	outline: 0;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

button.close.pull-right {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 25px;
	color: #fff;
	z-index: 9999;
	opacity: unset;
}

.bg-form-header {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000a8;
	z-index: 9999;
}

.box-model-dialong {
	display: none;
}

.box-model-dialong.active {
	display: block;
}

.autho__img img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.autho__info h4 {
	font-weight: 500;
	margin-bottom: 0px;
}


.header-search.active form {
	width: 500px;
	margin: 0 auto;
}

.close-search i {
	color: #fff;
}

.aboutus-content ul li {
	padding-bottom: 12px;
	color: #020E28;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}

.aboutus-content ul li:before {
	width: 10px;
	height: 10px;
	background: #DEDEDE;
	top: 8px;
	left: 0;
	position: absolute;
	content: "";
	border-radius: 50px;
}

.aboutus-content ul {
	margin-top: 10px;
}

.transpi__list-item.style-2 ul li span {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
	color: #fff;
	text-align: justify;
}




section.Latest-news h1.spilit__enable {
	margin-bottom: 5px;
}

section.Latest-news .transpi__sub-heaind span {
	text-align: center !important;
	text-transform: unset;
	font-size: 16px;
}

section.Latest-news .transpi__section-heading.transpialigh {
	margin-bottom: 20px;
}

.transpi__sub-heaind span p {
	text-align: center !important;
	text-transform: unset !important;
	font-size: 15px;
	margin: auto;
	max-width: 80%;
	line-height: 1.5;
}




.transpi__blog-item:hover a.cate__btn {
	background: #ff131d;
	color: #fff;
	transition: 0.5s ease;
}



li.nav-item.lengues-stock .list-lengues {
	margin-left: 0px;
}

li.nav-item.lengues-stock .list-lengues ul li {
	width: unset;
}
section.Opportunity{
	position: relative;
	z-index: 999;
}
section.Opportunity .ctnr {

}







@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.counter__content h1:after {
	content: "+";
	padding-left: 10px;
}

section.Specialist:before {
	position: absolute;
	top: calc(50% - 226.5px);
	right: -226.5px;
	width: 453px;
	height: 420px;
	/* background-image: url(../images/pattern-1.webp); */
	-webkit-animation: fa-spin 70s infinite;
	animation: fa-spin 9s infinite;
	content: "";
}



.float-image.bounce-x {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: bounce-x 10s infinite linear;
	animation: bounce-x 10s infinite linear;
	z-index: -1;
}

.box-flex-call-us a svg {
	width: 20px;
	height: 15px;
}

.box-flex-call-us a:hover {
	background: #ffc93f !important;
	color: #333 !important;
}

.box-flex-call-us a:hover svg {
	margin-left: 5px;
	transition: 0.5s ease;
}

section.Clients .slick-dots {
	bottom: -30px;
}

.title-separator {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.title-separator:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #621e1c;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 77px);
}

.title-separator .separator-center {
	display: block;
	width: 32px;
	height: 12px;
	position: relative;
}

.title-separator .separator-center:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #621e1c;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #621e1c;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 8px;
}

.title-separator:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #621e1c;
	position: absolute;
	top: calc(50% - 1px);
	right: calc(50% - 77px);
}

@keyframes bounce-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@media (max-width:990px) {
	.menu_fix_mobile ul li a {
		text-transform: capitalize;
	}

	.transpi__testimonial-item-inner {
		border: 1px solid #eee;
		border-radius: 29px;
	}

	.transpi__sub-heaind span p {
		max-width: 100%;
	}

	.float-image.bounce-x {
		display: none;
	}

	.image-layer {
		display: none;
	}






	.float-image.bounce-x {
		display: none;
	}



	.image-layer {
		display: none;
	}


	.image-layer {
		display: none;
	}
}

@media (max-width: 586px) {


	section.couter .transpi__counter-item {
		display: block;
		text-align: center;
	}

	.counter__icon {
		margin-right: 0px;
		padding-right: 0px;
	}

	.counter__icon:after {
		background: none;
	}

	.Parcel .transpi__delivery-wrapper .process_shape {
		display: none;
	}

	.elementor-shortcode {
		padding: 20px;
	}

	.content-looking h2 {
		font-size: 17px;
		text-align: center;
	}

	.content-looking p {
		font-size: 16px;
		text-align: center;
	}

	.elementor-button-link-looking {
		width: 100%;
		justify-content: center;
		margin-top: 20px;
	}

	.elementor-button-link-looking a {
		padding: 5px 25px 5px 25px;
	}

	.elementor-button-link-looking span.elementor-button-text {
		font-size: 22px;
	}


	#mahardhiSearch .input-lg {
		border-bottom: 1px solid black;
		background-color: transparent;
	}

	.header-search .btn-search {
		position: absolute;
		top: 8px;
		right: 5px;
		z-index: 9;
	}

	.header-search .btn-search button {
		padding: 0;
	}

	.header-search .btn-search button svg {}

	.close-search {
		position: absolute;
		top: 4px;
		right: 10px;
	}

	.header-search {
		background: rgb(255, 255, 255);
	}
}







@media (max-width: 767px) {
	.section_video_blog .swiper_video_blog {
		padding: 10px;
		overflow: initial
	}

	.section_video_blog .swiper_video_blog .swiper-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		margin-right: -7.5px;
		margin-left: -7.5px;
		width: auto
	}

	.section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide {
		padding-left: 7.5px;
		padding-right: 7.5px;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		min-width: 70%;
		margin-bottom: 14px
	}

	.section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
		padding: 10px;
		clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
	}

	.section_video_blog .swiper_video_blog .swiper-button-prev,
	.section_video_blog .swiper_video_blog .swiper-button-next {
		display: none
	}
}

.section_video_blog .swiper_video_blog .tab-next-prev {
	position: absolute;
	top: 15px;
	right: 30px
}

@media (max-width: 767px) {
	.section_video_blog .swiper_video_blog .tab-next-prev {
		display: none
	}
}

.section_video_blog .swiper_video_blog .tab-next-prev svg path {
	fill: #7e7e7e
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover {
		background-color: #0ea04b
	}

	.section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover svg path {
		fill: #fff
	}
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-next {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #cfcfcf;
	justify-content: center;
	align-items: center
}

@media (min-width: 767px) {
	.section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover {
		background-color: #0ea04b
	}

	.section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover svg path {
		fill: #fff
	}
}

.section_video_blog .swiper_video_blog .tab-next-prev .swiper-button-disabled {
	opacity: 0.4;
	cursor: inherit;
	display: inline-flex !important
}

.section_video_blog .swiper_video_blog .tab-next-prev>div {
	cursor: pointer
}

.section_video_blog .see-more {
	text-align: center;
	position: relative;
	margin-top: 15px;
	font-size: 16px
}

@media (max-width: 767px) {
	.section_video_blog .see-more {
		margin-top: 10px
	}
}

.section_video_blog .see-more a {
	background-color: #fff;
	color: #0ea04b;
	height: 35px;
	line-height: 33px;
	padding: 0px 25px;
	border: 1px solid #0ea04b;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
section.doitac .c-ttl__01 span:not(.title-separator) {
    color: #044982;
}


section.doitac .title-separator .separator-center:after {
    border: 1px solid #04498e;
}

section.doitac .title-separator .separator-center:before {
    border: 1px solid #04498e;
}

section.doitac .title-separator:before {
    background: #04498e;
}

section.doitac .title-separator:after {
    background: #04498e;
}

.line-animations {
	width: 90px;
	background: #d22228;
	height: 2px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	margin-bottom: 20px;
}

@keyframes heading-move {
	0% {
		transform: translateX(-1px)
	}

	50% {
		transform: translateX(72px)
	}

	100% {
		transform: translateX(-1px)
	}
}

.line-animations:after {
	content: ">>";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 17px;
	letter-spacing: -1px;
	height: 20px;
	width: 26px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	animation: heading-move 7s infinite linear;
	color: #f00;
	background: #f5f5f5;
}

@media (max-width: 767px) {
	.list-lengues ul li a img{
		    object-fit: cover;
	}
	.section_video_blog .see-more a {
		height: 30px;
		line-height: 30px;
		padding: 0px 15px;
		font-size: 14px
	}
}

.section_video_blog .see-more a:hover {
	color: #000;
	background-color: #f8c144;
	border: 1px solid #f8c144
}

.section_video_blog .box_alert {
	position: static;
	background-color: #f7f7f7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: none;
	padding: 15px
}

@media (max-width: 767px) {
.box-content-detail-void tr td {
    width: 100% !important;
    display: block;
}
	.section_video_blog .box_alert {
		padding: 10px
	}
}
