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

.desc-xt li {
	list-style: unset !important;
}
.blog__content-wbtn {
    text-align: center;
}
.desc-xt ul {
	margin-left: 30px;
}

li.btn-view-kerper a:hover {
	/*! background: #289042; */
}

.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: #cfcfcf;
	justify-content: center;
	align-items: center;
	top: 50%;
}

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

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

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

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

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

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

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

.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;
	line-height: 1.5;
}

@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
}
.item-slick-news-contents {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.item-slick-news-contents .blog__content {
    padding: 0px 10px 10px;
}
@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;
}

li.menu-c1-captions.active > a {
    color: #dcea67;
}
.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: #289042;
	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;
	height: 42px;
	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: white;
	margin: 4px 0px;
	box-shadow: 0 0 5px #515151;
}



.header-main {
	position: relative;
}

.header-main>.row {
	width: 100%;
}

.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 a {
    padding: 0px 11px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    border-left: 1px solid #cdcdcd4a;
       line-height: 25px;
}

.header-menu nav ul li a:hover {
	color: #dcea67;
}
.header-menu nav ul li:nth-child(1) a {
    border: none;
}
.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: 300px; */
	width: max-content;
	z-index: 999;
	text-align: left;
	right: auto;
	border-top: 2px solid #f4903a;
	padding-right: 15px;
}

.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;
	filter: alpha(opacity=100);
}

.header-menu nav ul li ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 4px 0px;
	text-transform: none;
	font-weight: 400;
	border-bottom: 1px dashed #eee !important;!i;!;
}

@media screen and (max-width: 1200px) {
	.header-menu nav ul li {
		padding: 0 10px;
	}
}

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

	.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: 45px;
		margin-right: 0;
		margin-left: 5px;
	}

	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;
	left: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(-100%);
	padding: 20px;
}

.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;
	margin-bottom: 10px;
}

.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;
}
.menu-mobile-1.is-open >.icon-down i:before{
	content: "\f0de";
}
.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;
	right: 0;
	background: rgb(232 170 59);
	padding: 5px 33px 7px 10px;
	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;
	top: 100%;
}

@media (max-width: 992px) {
	.header-search {
		top: 60px;
	}
}

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

#mahardhiSearch .input-lg,
#search .input-lg {
	height: 30px;
	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: 5px 15px;
	border-radius: 5px;
}

.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: 50%;
	transform: translateY(-50%);
	right: -30px;
	width: 30px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

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












.header__top-wraper .ctnr {
	position: relative;
}

.header__top-wraper .ctnr::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	background-color: #e8aa3b;
	border-radius: 0 0 60px 0;
	right: 1%;
	top: 0;
}

.header__top-wraper-inner {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 6px 0px;
}

.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: #FFF;
	margin-right: 5px;
}

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

.header__top-info.htop__left-info ul li p a:after {
	/*! content: ""; */
	/*! right: 0; */
	top: 4px;
	background: #848484;
	height: 20px;
	width: 1px;
	position: absolute;
}

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

.header__top-info li strong {
	font-weight: 700;
	color: #fff;
}

.header__top-info.htop__right-info a {
	color: #fff;
	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: #fff;
}

.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;
}

.list-lengues ul {
	display: flex;
}

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

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

.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;
}

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

li.btn-view-kerper a.thm__btn:hover {
	background: white;
	color: #e8aa3b;
}


.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;
}

section.Deliver {
	padding: 40px 0px 40px 0px;
	position: relative;
	overflow: hidden;
}

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-wrapper .row {
	position: relative;
	z-index: 2;
}

.Parcel .transpi__delivery-item .icon {
	position: relative;
	border: 1px solid #289042;
	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 .icon svg path {
	fill: #289042 !important;
}

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

.Parcel .delivery__content h4 {
	color: #020E28;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.delivery__content p {
	color: #848484;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	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: #e97f20;
	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 {
	margin-top: 10px;
}




section.Opportunity {
	overflow: hidden;
	padding: 40px 0px 40px 0px;
	background: #fff;
	position: relative;
}

.elementor-shortcode {
	mask-repeat: no-repeat;
	mask-position: left center;
	mask-position-y: center;
	-webkit-mask-position-y: top;
	border-radius: 16px;
	overflow: hidden;
	/* background-color: white; */
	box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
	padding: 42px 30px;
	backdrop-filter: blur(1px);
}

.elementor-shortcode__ttl {
	font-size: 30px;
	margin-bottom: 20px;
	color: white;
}

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

.elementor-shortcode input {
	width: 100%;
	background: #fff;
	padding: 8px 15px;
	color: #333;
	border-radius: 5px;
	height: 56px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5
}

.contact__form-phone {
	color: white;
	font-size: 16px;
	padding-right: 20px;
}

.elementor-shortcode .contact__form-phone i {
	color: white;
	right: 0;
}

.elementor-shortcode i {
	color: #676b6f;
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
}

.elementor-shortcode select {
	width: 100%;
	background: #fff;
	padding: 12px 15px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 16px 12px;
	-webkit-appearance: none;
	height: 56px;
}

.elementor-shortcode textarea {
	width: 100%;
	border: none;
	padding: 10px 15px;
	color: #060606;
	border-radius: 5px;
	height: 100px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5
}

.contact__form-submit button {
	font-style: normal;
	font-weight: 400;
	background: #be1f2d;
	color: white;
	display: inline-block;
	max-width: 200px;
	width: 100%;
	padding: 14px;
	font-size: 18px;
	position: relative;
	border-radius: 5px;
	border: 1px solid #be1f2d;
	text-transform: uppercase;
}

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

.elementor-shortcode .tp-select {
	margin-bottom: 24px;
	position: relative;
}

.tp-select__group .tp-select {
	width: calc((100% - 24px) / 2);
}
@media (max-width: 1200px){
	.box-menu-list-navs{
		margin-left: 0;
	}
	.header__top-wraper-inner{
		justify-content: left;
	}
}
@media (max-width: 582px) {
	.tp-select__group .tp-select {
		width: 100%;
	}

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

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

.transpi__list-item.style-2 ul li {
	font-size: 19px;
	color: #289042;
	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: #289042;
}

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

section.Clients {
	padding: 40px 0px 40px 0px;
	position: relative;
}

.transpi__testimonial-item {
	position: relative;
	z-index: 1;
}

.transpi__testimonial-item-inner {
	padding: 30px 24px;
	/*! clip-path: polygon(0 0, 80% 0, 100% 21%, 100% 99%, 0 100%, 0 50%); */
	box-shadow: 0 0 6px 0 #0000001a;
	border-radius: 10px;
	margin: 10px 0;
}

.transpi__testimonial-item-inner .quote_icon {
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50px;
	position: absolute;
	bottom: 25px;
	right: 12px;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: -1;
}

.testimonial-desc {
	text-align: justify;
}

.transpi__testimonial-item-inner .quote_icon svg path {
	fill: #eee;
}

.transpi__testimonial-item-inner h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
}

.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;
	/* text-align: center !important; */
	/* min-height: 120px; */
}

.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;
	display: none;
}

.transpi__testimonial-item .tes__shape svg path {
	stroke: white;
}

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

.transpi__brand-item-slicks {
	padding: 0 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;
}



section.couter {
	background: url(https://byteflows.net/wp/transpi/wp-content/uploads/2023/12/counter-bg.jpg);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 50px 0px;
	position: relative;
}

.transpi__counter-item {
	display: block;
}

section.couter:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0911269c;
	top: 0;
}

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

.counter__icon svg {
	width: 60px;
}

.counter__icon {
	position: relative;
	padding-right: 20px;
	margin-top: 9px;
	text-align: center;
	margin-bottom: 10px;
}

.counter__icon:after {
	background: #D9D9D9;
}

.counter__content h1 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin: unset;
	position: relative;
}

.counter__content h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: unset;
}


section.Latest-news {
	padding: 40px 0px 30px 0px;
	background-color: rgb(240, 240, 240) !important;
}

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

.transpi__blog-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.blog__image-wrap {
	position: relative;
	margin-bottom: 10px;
}
.blog__img{
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.transpi__blog-item .blog__img img {
	/* height: 300px; */
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.right-content .transpi__blog-item .blog__img img {
	height: 260px;
}

.right-content .blog__content h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	/* min-height: 47px; */
}



.blog__link a {
	position: absolute;
	bottom: 10px;
	right: 5px;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: var(--thm-primary);
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="50" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2=" offsetblur" operator=" in" /><feMerge><feMergeNode /><feMergeNode in=" SourceGraphic" /></feMerge></filter></svg>#filter);
 -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.10));
	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 #e97f20;
	border-radius: 5px;
	background: #e97f20;
	line-height: normal;
	padding: 8px 15px;
	margin-bottom: 5px;
	display: inline-block;
	position: absolute;
	bottom: 11px;
	left: 15px;
}

.blog__content h3 {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.blog__content-wbtn{
	margin-top: 10px;
}
.blog__content-btn{
	background: #be1f2d;
	color: white;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 1.4;
	font-weight: 400;
}
.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: #e97f20;
}

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

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

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

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

.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 {
	top: -60px;
}


section.Specialist button.slick-prev.slick-arrow {
	right: 4% !important;
	left: unset !important;
}

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

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

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


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

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














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

.box-fider-dialong {
	position: fixed;
	z-index: 99999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #289042;
	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%;
}

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

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

section.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: #e97f20;
	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;
}

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

section.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: 400;
	margin-bottom: 0px;
	font-size: 16px;
	margin-top: 0px;
}


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

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

.aboutus-content ul li {
	padding-bottom: 12px;
	color: #020E28;
	font-size: 16px;
	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: 400;
	color: #0f0f0f;
	text-align: justify;
}






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;
}

section.Clients .transpi__sub-heaind p {
	text-transform: unset;
	width: 80%;
	display: inline-block;
	color: #525252;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	text-align: center !important;
	line-height: 1.4;
}


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


.transpi__blog-item:hover a.cate__btn {
	background: #e97f20;
	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 .ctnr {
	position: relative;
	z-index: 1;
}





/* section.Clients:before {
	position: absolute;
	top: 82px;
	left: 106px;
	width: 137px;
	height: 500px;
	background-image: url(../images/pattern-2.png);
	content: "";
	animation: bounce-y 10s infinite linear;
  } */

@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: "";
  } */

/* section.Opportunity:after {
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 316px;
	height: 366px;
	background-image: url(../images/pattern-3.png);
	content: "";
	animation: bounce-y 10s infinite linear;
	z-index: 9999;
  } */

.float-image.bounce-x {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: end;
	opacity: 1;
}

.float-image.bounce-x img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

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

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

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

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

@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;
		width: 90%;
	}

	.menu_fix_mobile ul.nav-main>li a.nav-link,
	.menu_fix_mobile ul .menu-mobile-1>a {
		text-transform: uppercase;
	}

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

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



	.image-layer {
		display: none;
	}

	section.Clients:before {
		content: "";
		display: none;
	}


	section.Clients:before {
		content: "";
		background-image: 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;
		/* clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%, 0 50%); */
	}

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

	.content-looking p {
		font-size: 12px;
		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;
	}



	.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;
	}

	.header-search {
		top: 55px;
		left: 0;
	}
}







@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;
}

.line-animations {
	width: 90px;
	background: #289042;
	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) {
	.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) {

	.section_video_blog .box_alert {
		padding: 10px
	}
}

.news-card {}

.news-card-date {
	text-align: center;
	height: 52px;
	width: 52px;
	-webkit-box-flex: 0;
	display: flex;
	align-items: center;
	background-color: #289042;
	color: #fff;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	flex-direction: column;
	justify-content: center;
}

.news-card__date,
.new-card__date {
	color: #dc0021;
	font-size: 14px;
}
.new-card:not(:last-child){
	margin-bottom: 10px;
}
.news-card__title a {
	font-size: 21px;
	font-weight: 500;
	color: #333;
}

.news-card__title a:hover {
	color: #be1f2d;
}

.news-card__img a img {
	border-radius: 5px;
}

.news-card .read-more {
	padding: 0px;
	justify-content: left;
	margin-top: 15px;
	font-size: 15px;
}

.news-card__img a img {
	border-radius: 5px;
	height: 210px;
}

.news-card__title {
	margin-top: 5px;
}

.news-card.news-card-2 .news-card__img a img {
	height: unset;
	height: 98%;
      width: 100%;
}

.news-card.news-card-2 .news-card__img {
	height: 100%;
	margin-bottom: 10px;
}

.news-card.news-card-2 {}

.news-card.news-card-2 .read-more {
	background-color: transparent;
	color: white;
	margin-top: 0px;
}

.news-card__desc p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

.new-card .new-card__title:hover a {
	color: #be1f2d !important;
}

.aboutus-content .tabs li {
	font-size: 17px;
	padding: 6px 25px;
	background-color: #ecf1f5;
	border-color: #ecf1f5;
	margin: 0px;
	margin-right: 25px;
}

.aboutus-content .tabs li.active {
	border: 1px solid #be1f2d;
	color: #fff;
	background-color: #be1f2d;
}

.aboutus-content .tabs__tolink {
	flex-wrap: wrap;
	gap: 20px;
}

.aboutus-content .tabs__tolink.tabs li {
	padding: 0;
	background: transparent;
	border: 0;
	margin-right: 0;
}

.aboutus-content .tabs__tolink.tabs li a {
	padding: 5px 20px;
	background-color: #ecf1f5;
	border: 1px solid #ecf1f5;
	border-radius: 5px;
	display: block;
	font-size: 15px;
}

.aboutus-content .tabs__tolink.tabs li.active {
	border: 0;
	background: transparent;
}

.aboutus-content .tabs__tolink.tabs li.active a {
	border-color: #be1f2d;
	color: #fff;
	background-color: #be1f2d;
}

.aboutus-content ul.tabs li::before {
	content: unset;
}

.aboutus-content ul.tabs {
	justify-content: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.aboutus-content .slider-phnoe h4 {
	color: #686868;
	font-size: 14px;
}

@media screen and (max-width: 640px) {
	.aboutus-content .tabs__tolink {
		gap: 10px;
	}

	.aboutus-content .tabs__tolink.tabs li a {
		padding: 5px 15px;
	}
}

/* .elementor-shortcode{
	position: relative;
  }
  .elementor-shortcode::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 200%;
	height: 200%;
	background: inherit;
	background-attachment: fixed;
	-webkit-filter: blur(4px);
	filter: blur(4px);
  } */
.transpi__delivery-item .icon img {
	padding: 20px;
}


@media (max-width: 992px) {
	.aboutus-content .tabs li {
		font-size: 15px;
		padding: 6px 20px;
		margin-right: 10px;
	}

	section.aboutus .aboutus-title {
		font-size: 35px;
		line-height: 1.2;
	}

	.Opportunity .title_line {
		text-align: center;
	}
}

@media (max-width: 586px) {
	.btnalign {
		display: flex;
	}

	.slider-phnoe {
		margin-bottom: 0;
		padding-left: 17px;
	}

	ul.transpi__social-icon {
		display: none;
	}
}

@media (max-width: 424px) {
	.aboutus-content .tabs li {
		padding: 6px 13px;
	}
}

@media (max-width: 374px) {
	.aboutus-content .tabs li {
		padding: 5px 10px;
		font-size: 13px;
	}
}

.introduce-product-right h3 strong {
	font-size: 27px;
}

.introduce-product-right h3 {
	font-size: 15px;
}

.introduce-product-box--left {
	font-size: 15px;
	text-align: end;
}

.introduce-product-right h3 {
	font-size: 15px;
	text-align: right;
}

.introduce-product-right h3 {
	font-size: 15px;
	/* text-align: left; */
}

.introduce-product-box--left .introduce-product-right h3 {
	text-align: justify;
}

.introduce-product__img {
	transform: translateX(var(--translateX)) translateY(var(--translateY));
	transition: transform 150ms ease-out;
	will-change: transform;
	backdrop-filter: blur(0.625em) saturate(160%);
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #be1f2d30;
}

.introduce-product__img::after {
	content: "";
	padding-top: 100%;
	display: block;
}

.introduce-product__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.introduce-product-left {
	align-items: center;
	border-radius: 100%;
	-ms-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	-o-box-shadow: 0 0 15px 0 rgba(37, 143, 103, .12);
	box-shadow: 0px 6px 4px #be1f2dba;
	display: flex;
	justify-content: center;
	margin-right: 20px;
	min-height: 90px;
	min-width: 90px;
	background-color: #be1f2d;
}

.introduce-product-box:not(:last-child) {
	margin-bottom: 60px;
	;
}

.introduce-product__title {
	margin: 0px 0px;
	margin-bottom: 0px;
	font-size: 35px;
	margin-bottom: 6px;
	color: #144522;
	font-weight: 500;
	font-family: 'AvoBold';
}

.introduce-product-right .desc p {
	font-size: 14px;
	line-height: 1.4;
}

.introduce-product-left img {
	-webkit-transition: all 2s ease-in-out;
	/* For Safari and older Chrome */
	-moz-transition: all 2s ease-in-out;
	/* For older Firefox */
	-o-transition: all 2s ease-in-out;
	/* For older Opera */
	transition: all 2s ease-in-out;
	transform: translateX(0);
	height: 50px;
	width: unset;
	max-width: unset;

}

.introduce-product-left:hover img {
	-webkit-animation: spolicy 3s linear;
	/* For Safari and older Chrome */
	-moz-animation: spolicy 3s linear;
	/* For older Firefox */
	-o-animation: spolicy 3s linear;
	/* For older Opera */
	animation: spolicy 3s linear;
}

@media (max-width: 992px) {
	.introduce-product-box--left .introduce-product-right h3 {
		text-align: left;
	}
}

@media (max-width: 786px) {
	.introduce-product-box:not(:last-child) {
		margin-bottom: 15px;
		text-align: left;
	}

	.introduce-product-box {
		text-align: left;
	}
}

.introduce-product-box.introduce-product-box--left {
	flex-direction: row-reverse;
}

.introduce-product-box--left .introduce-product-left {
	margin-left: 20px;
	margin-right: 0px;
}

.introduce-product .row,
.introduce-product .clm {
	--gutter: 5px;
}

.introduce-product-box:nth-child(2) {
	margin-left: 55px;
	margin-right: unset;
}

.introduce-product-box--left.introduce-product-box:nth-child(2) {
	margin-right: 55px;
	margin-left: unset;
}

section.introduce-product .heading-section .title-small::after {
	margin: 0 auto;
}

section.introduce-product .heading-section .desc p {
	font-family: "WindSong", cursive;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}

section.introduce-product .title-section {
	font-size: 27px;
	display: inline-block;
	padding: 5px 45px;
	border-radius: 24px 0px;
	background: linear-gradient(11deg, rgb(44 49 130) 15%, rgb(44 49 130) 62%, rgb(44 49 130) 85%);
	margin-bottom: 15px;
	filter: drop-shadow(2px 2px 1px rgb(44 49 130));
	font-family: "Philosopher", sans-serif;
	font-weight: 700;
	color: white;
}
li.menu-c1-captions > ul > li > a {padding-left: 10px !important;}
.header-menu nav ul > li > ul {
    padding-top: 0px;
}
@media (max-width: 992px) {
	.introduce-product-left {
		min-height: 80px;
		min-width: 80px;
		margin-right: 15px;
	}

	.introduce-product__title {
		font-size: 24px;
	}
}

@media (max-width: 786px) {
	.introduce-product__img {
		text-align: center;
	}

	section.introduce-product .title-section {
		font-size: 20px;
		line-height: 1.5;
	}

	section.introduce-product .heading-section .desc p {
		font-size: 18px;
	}

	.header__top-innrer-left ul li {
		display: none
	}
}

@media (max-width: 586px) {
	.introduce-product-right h3 {
		font-size: 15px;
		text-align: left;
	}

	.introduce-product-box.introduce-product-box--left {
		flex-direction: unset;
	}

	.introduce-product-box--left.introduce-product-box:nth-child(2) {
		margin-right: 0px;
	}

	.introduce-product-box--left .introduce-product-left {
		margin-left: 0px;
		margin-right: 10px;
	}

	.introduce-product__title,
	.introduce-product-right .desc p {
		text-align: left;
	}

	.introduce-product-box:nth-child(2) {
		margin-left: 0px;
	}

	.introduce-product .row .clm:nth-child(1) {
		margin-bottom: 15px;
	}

	.introduce-product .row .clm:nth-child(3) {
		margin-top: 15px;
	}

}

@-webkit-keyframes spolicy {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

@-moz-keyframes spolicy {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

@-o-keyframes spolicy {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

@keyframes spolicy {

	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}

.Clients {
	background: white !important;
}

.transpi__list-item {
	color: white;
}
