.slideshows-banner {
	padding: 0;
}

.item-slider-stages {
	overflow: hidden;
}
section.blogs {
    display: none;
}
.item-slider-stages img {
	height: auto;
	width: 100%;
}

.hotro_in {
	text-align: center;
	margin: 0px 0px;
	padding: 10px 0px;
	position: relative;
}

.hotro_in img {
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
}

.hotro_in h2 {
	font-weight: 500;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 0px 1px;
	margin: 0px;
	color: #ffcc48;
	font-weight: 600;
}

.hotro_in p {
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

main {
	background: #fff;
}

.slideshows-banner .ctnr {
	display: flex;
	justify-content: end;
}

.box-slider-loaded-drag {
	border-radius: 0;
	/* background: #FFF; */
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.box-heading.style-1 h2 span {
	color: #25244f;
	font-size: 28px;
	display: block;
	padding: 10px 0px 7px;
	font-weight: 800;
	text-transform: uppercase;
}

.box-heading.style-1 {
	position: relative;
	display: block;
}

.name-products a {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
}

.list-masp ul {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}

.list-masp ul li {
	text-transform: uppercase;
	font-weight: 500;
	color: #1c1b1b;
}

.price-products span {
	font-weight: 600;
	color: #ff3d3d;
	font-size: 19px;
}

.price-products s {
	font-size: 17px;
	margin-left: 10px;
	color: #444;
}

.price-action-products {
	display: flex;
	justify-content: space-between;
}

.icon-buy-products a {
	display: inline-flex;
	background: #ff312e;
	color: #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	justify-content: center;
	align-items: center;
}

.icon-buy-products a svg {
	width: 20px;
	height: 20px;
}

.icon-buy-products a svg path {
	stroke: #fff;
}


.item-products-hexs {}

.content-products-all {
	padding: 5px 10px;
}

.list-masp-products-all ul {
	display: flex;
	justify-content: space-between;
	padding: 5px 0 0 0;
}

.list-masp-products-all ul li {
	font-size: 13px;
	font-weight: 500;
}

.price-products-products-all span {
	color: #d35400;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
}

.icon-buy-products-products-all a {
	display: inline-flex;
	background: #FF312E;
	color: #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.icon-buy-products-products-all a svg path {
	stroke: #fff;
}

.icon-buy-products-products-all a svg {
	width: 20px;
	height: 20px;
}

.price-action-products-products-all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-products-hexs {}

.box-products-all {
	position: relative;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0px;
	background: #fff;
}

.box-sale-product span {
	background: #545454;
	padding: 4px 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.box-sale-product-all span {
	background: #ff3d3d;
	padding: 4px 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.title-partner span {
	font-size: 25px;
	color: #000000;
	display: inline-block;
	padding: 10px 0 2px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}

.box-slider-partner {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 10px;
}

.item-slider-partner {
	width: calc(96% / 6);
}

.item-slider-partner img {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
}

.title-partner {
	text-align: center;
}

.title-partner span:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #cf3034;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}



.box-blog-action {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 97%;
}

.images-blog-action img {
	width: 100%;
}

.blog-new {
	padding: 2rem 0px 4rem;
}

.title-blog {
	padding: 10px 0px 5px;
	margin-bottom: 20px;
	position: relative;
}

.title-blog span {
	font-size: 20px;
	color: #000000;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}

.title-blog span:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #1B4282;
	bottom: 0;
}

.box-blog-action .content-blog-action {
	position: absolute;
	bottom: 0px;
	/* left: 15px; */
	width: 100%;
	padding: 10px;
	background: #00000091;
}

.box-blog-action img {
	display: block;
	height: 100%;
}

.item-sale-blog span {
	display: inline-block;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	background: #1B4282;
	border-radius: 3px;
}

.item-sale-blog {
	margin-bottom: 5px;
}

.item-name-blogs-action span {
	color: #fff;
	font-size: 19px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 1.3;
	font-weight: 600;
}

.date-blogs-action span {
	color: #fff;
	font-size: 12px;
}


.images-blog-member {
	width: 30%;
}

.item-blog-pages {
	display: flex;
	gap: 0px 10px;
	background: #EEE;
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.content-sales-blog-pages {
	width: 70%;
}

.images-blog-member img {
	display: block;
	border-radius: 5px;
}

span.sales-blog-upload {
	font-size: 13px;
}

.name-action-member a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

.date-blogs-member span {
	font-size: 13px;
}

.name-action-member {
	min-height: 35px;
}

.cms-banner-img img {
	display: block;
}

.cms-banner-img {
	border-radius: 4px;
	overflow: hidden;
}








.box-products-list-main {
	padding: 2rem 0px 0rem;
}

.home-box {
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	border-radius: 20px;
}

.home-product-header {}

.nemu_produnt_leght {
	display: flex;
	justify-content: center;
}

.home-box-title {
	color: #25244f;
	font-size: 28px;
	display: block;
	padding: 10px 0px 7px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}

.home-box-title a {}

.box-right {
	display: flex;
	justify-content: right;
	width: 100%;
	align-items: center;
}

.box-right a,
.header_tin a {
	font-size: 14px;
	transition: all .2s;
	font-weight: 400;
	color: #555;
}

.box-right a {
	white-space: nowrap;
	border-right: 0px solid #EEE;
	height: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #1B4282;
	padding: 0;
}

.box-right a svg {
	height: 25px;
	width: 25px;
}

.box-right a svg path {
	fill: #1B4282;
}

.box-right a {
	white-space: nowrap;
	border-right: 1px solid #EEE;
	height: 20px;
}

.see-more {
	display: flex;
	align-items: center;
	color: #000;
	padding: 0 10px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
}

.box-form-produstc-slick {
	display: flex;
	flex-wrap: wrap;
	/* gap: 5px 5px; */
	/* justify-content: space-between; */
	padding: 10px 0px 10px;
	justify-content: space-between;
}

.box-form-produstc-slick .item-products-hexs {}

.name-products-all a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 40px;
	line-height: 1.3;
	font-size: 16.5px;
	font-weight: 500;
	text-align: center;
}

.price-products-products-all {
	display: flex;
	gap: 0px 10px;
	align-items: end;
	flex-wrap: wrap;
}

.price-products-products-all .old_price {
	color: #8d8d8d;
	font-size: 17px;
	margin-left: 5px;
	text-decoration: line-through;
	font-weight: 700;
}

.price-products-products-all .old_price span.icon-price {
	color: #444;
}

.images-products-all img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

.item-slider-partner {
	padding: 5px;
}

.btn-long-arow {
	text-align: center;
}

.btn-long-arow a {
	background: #FFF;
	border: 1px solid #ff312e;
	color: #ff312e;
	text-transform: none;
	padding: 6px 20px;
	font-size: 14px;
	border-radius: 22px;
}

.btn-long-arow a svg {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-bottom: 1px;
}

.btn-long-arow a svg path {
	fill: #cf3034;
}

.box-products-featured {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 20px;
}

.btn-view-all-hedding-featured a {
	color: #ff3d3d;
}

.images-products-action {
	overflow: hidden;
}

.images-products-all {
	overflow: hidden;
	margin-bottom: 10px;
}

.images-products-all img {
	transform: scale(1.0);
	transition: all 500ms ease;
	display: block;
}

.images-products-all:hover img {
	transform: scale(1.1);
	transition: 1.5s ease;
}





















.images-products-action {
	position: relative;
}

.images-products-action:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	animation: shine 2s infinite 2s;
	display: block;

}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.cms-banner-img {
	position: relative;
}

.cms-banner-img:before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-banner-img:after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-banner-img:hover:before {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

.cms-banner-img:hover:after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}


.images-blog-member {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.images-blog-member img {
	transform: scale(1);
	transition: 0.5s ease;
	height: 93px;
	width: 100%;
}

.images-blog-member:hover img {
	transform: scale(1.3);
	transition: 0.5s ease;
}

a.btn.btn-more:hover {
	background: #ff312e;
	color: #fff;
	border: 1px solid #ff312e;
}

a.btn.btn-more:hover svg path {
	fill: #fff;
	stroke: #fff;
}

a.see-more:hover {
	color: #ff312e;
}

.owl-stage-outer-partner .slick-slider {
	margin-bottom: 0px;
}

.slideshows-banner .slick-prev {
	left: 10px;
	opacity: 1;
	width: 30px;
	height: 30px;
	background: #ffffffc9;
	border-radius: 4px;
	z-index: 1;
}

.slideshows-banner .slick-prev svg {
	margin-bottom: -3px;
}

.slideshows-banner .slick-next {
	opacity: 1;
	right: 10px;
	background: #ffffffc9;
	width: 30px;
	height: 30px;
	border-radius: 4px;
}

.slideshows-banner .slick-next svg {
	margin-bottom: -3px;
}

.box-blog-action a {
	display: block;
	height: 100%;
}

.images-blog-action {
	height: 100%;
}

.sale-products {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 9;
}

.sale-products p {
	background: linear-gradient(90deg, rgba(250, 154, 85, 1) 0%, rgba(250, 149, 90, 1) 50%, rgba(250, 113, 75, 1) 100%);
	width: 56px;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 15px;
	height: 25px;
}

span.icon-price {
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -7px;
	left: 0px;
}

.price-products s span {
	color: #444;
}

.icon-buy-products {
	cursor: pointer;
}

.box-member-banners .slick-slider {
	margin: 0 0 12px 0;
}

.home-featured {
	padding-top: 15px;
}

.banner_dm img {
	border-radius: 5px;
	width: 100%;
}

.box-banner-mkting {
	margin-bottom: 10px;
}

.home-box-title::before {}

.desc_top {
	padding: 10px 0 0 0;
}

.desc_top p {
	padding: 0;
	margin: 0 0 10px 0;
}

.box-products-all:hover {
	box-shadow: 1px 1px 10px rgba(62, 104, 7, .2);
}




.item-products-hexs {
	padding: 0px 10px;
}



.box_item__image__tags_sales {
	background: #3e6807;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 15px;
	margin-top: 6px;
	height: 25px;
}















.home-abouts {
	padding-top: 31px;
}

.home-abouts .homeAboutBox {
	display: flex;
	justify-content: space-between;
}

.homeAboutBox_img {
	border-radius: 7px;
	width: 48%;
}

.homeAboutBox_content {
	margin-left: 5rem;
	width: 58%;
}

.home-abouts .section-heading {
	color: #021e8b;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-abouts .btn {
	align-items: center;
	background-color: #e7edd7;
	border: 0;
	border-radius: 5px;
	color: #3e6807;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1.21;
	padding: 0 30px;
	transition: all .3s;
}

.home-abouts .home-abouts__slide {
	margin-left: -20%;
	margin-right: 0;
	margin-top: 25px;
}

.home-abouts .btn--secondary {
	border-radius: 1000px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	background: linear-gradient(90deg, rgba(19, 139, 194, 1) 0%, rgba(17, 75, 173, 1) 50%, rgba(6, 30, 140, 1) 100%);
}




















.home-abouts__slide {
	margin-left: -20%;
	margin-right: 0;
	margin-top: 25px;
}

.home-abouts .grid__column {
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: 1px;
	padding: 15px;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.home-abouts .about-slide {
	background-color: #fff;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	padding: 16px;
	position: relative;
	transition: all .3s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home-abouts .about-slide .thumbnail {
	flex: 0 0 140px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}

.home-abouts .about-slide .thumbnail:before {
	content: "";
	display: block;
	height: 0;
	padding-top: 64.2857142857%;
	width: 100%;
}

.home-abouts .about-slide .thumbnail img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 5px;
}

.home-abouts .about-slide .content {
	flex: 1;
}

.home-abouts .about-slide .title {
	font-size: 16px;
	font-weight: 600;
}

.home-abouts .maxLine_3 {
	-webkit-line-clamp: 3;
}

.homeAboutBox_content_list .slick-slider {
	margin-bottom: 15px;
}

.homeAboutBox_content_list .slick-dots {
	bottom: -18px;
}

.home-abouts .maxLine_1,
.maxLine_2,
.maxLine_3,
.maxLine_4,
.maxLine_5 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-abouts .slick-dots li button {
	background-color: #3e6807;
	border: 0;
	border-radius: 100px;
	font-size: 0;
	height: 10px;
	margin: 0 5px;
	opacity: .25;
	padding: 0;
	width: 10px;
}

.home-abouts .slick-dots li.slick-active button {
	background-color: #3e6807;
	background: #3e6807;
}

.home-resources {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 60px;
}

.home-resources .home-resources__inner {
	align-items: center;
	/* display: flex
; */
	text-align: center;
}

.home-resources .home-resources__header {
	margin-right: 20px;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	text-align: center;


























	.box-slick-rights-custum {
		flex: 1 0 auto;
	}

	;
}

.home-resources .home-resources__header h2 {
	color: #021e8b;
	font-size: 28px;
	display: block;
	padding: 0px 0px 7px;
	font-weight: 800;
	text-transform: uppercase;
}

.home-resources .home-resources__header p {
	color: #4c503d;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 0px;
}

.home-resources .home-resources__action {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.home-resources .btn {
	align-items: center;
	background-color: #e7edd7;
	border: 0;
	border-radius: 5px;
	color: #3e6807;
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	line-height: 1.21;
	padding: 0 30px;
	transition: all .3s;
}

.home-resources__item {
	margin: 60px 10px 27px;
	width: 300px;
}

.home-resources__item .resources-grid {
	height: 100%;
	margin: 0;
}

.resources-grid--green {
	background-color: #66883f;
}

.resources-grid {
	background-color: #824b1a3b;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	height: 100%;
	padding: 25px;
}

.resources-grid .thumbnail {
	height: 182px;
	margin: -85px -15px 0;
	position: relative;
}

.resources-grid .thumbnail img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 120px;
	margin: 0 auto;
}

.resources-grid .content {
	flex: 1;
}

.resources-grid .title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 13px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.resources-grid .title {
	font-size: 22px !important;
}

.resources-grid .title:before {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	opacity: .08;
	position: absolute;
	transform: translateX(-50%);
	width: 65px;
}

.resources-grid .description {
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

.resources-grid .description {
	font-size: 15.5px !important;
}

section.home-resources .ctnr-fluid {
	margin: 0 auto;
	max-width: 1410px;
}

.home-resources__item:nth-child(2n) .resources-grid.resources-grid--green {
	/* flex-flow: column-reverse; */
}

.home-resources__item:nth-child(2n) .resources-grid .thumbnail {
	/* margin: 0 -15px -85px; */
}






























section.blogs {
	background: #F8F5F0;
	padding: 3rem 0px;
}

section.blogs .block-title {
	text-align: center;
}

.splide__track {
	position: relative;
	display: block;
	/* margin-left: 3rem; */
	/* width: 30%; */
	margin-top: 30px;
}

.splide__slide {
	position: relative;
}

.news-img {
	position: relative;
}

a.news-cat.shadow-sm {
	margin-left: -3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	font-size: 13px;
	letter-spacing: .135rem;
	background-color: #fff;
	color: #144121;
	width: 3rem;
	z-index: 1;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
}

.news-date {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #ffffffd9;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
	padding: .5rem;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
	border-top: 1px solid #000;
}

.news-content.shadow-sm {
	padding: 1.5rem;
	text-align: center;
	min-height: 70px;
	background-color: #eee;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
	font-size: 19px;
}

h3.news-title {
	line-height: unset;
}

a.velora-hedding {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 20px;

}

figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: 230px;
}

a.news-link svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

a.news-link {
	display: inline-flex;
	align-items: center;
}

.comment-view {
	padding-top: 10px;
}

.news.hover-effect {
	transition: 0.5s ease;
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}

.slick-prev-blogs .slick-list {
	margin: 0 -10px;
}

.slick-prev-blogs .slick-slide {
	margin: 0 10px;
}

button.slick-prev-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: var(--color-main);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	right: -45px;
	opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
	fill: #fff;
	stroke: #fff;
}

.splide__track button svg path {
	stroke: #fff;
	fill: #fff;
}

button.slick-next-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: var(--color-main);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	left: -45px;
	opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
	transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
	opacity: 1;
}



.hover-effect:hover {
	transform: translateY(-.5rem);
}

.comment-view p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #333;
}

.home-resources__header {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 0px;
}


.home-resources__header p {
	padding-bottom: 0px;
}

.hedding-title-blogd {
	text-align: center;
}

.home-resources__header h2 {
	color: #021e8b;
	font-size: 28px;
	display: block;
	padding: 0px 0px 7px;
	font-weight: 800;
	text-transform: uppercase;
}

.item-slider-clients {
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 10px;
	border-radius: 3px;
	overflow: hidden;
}

.client-slider-copy {
	margin-top: 20px;
}

section.clients-home {
	padding: 30px 0px;
}

.list-slider-clients {
	margin-bottom: 0px;
}

.resources-grid .content h2 {
	font-size: 17px;
	margin-bottom: 5px;
	min-height: 45px;
	text-align: center !important;
	color: #3e6807;
}

.resources-grid.resources-grid--green .content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	color: #3e6807;
}

.home-resources__list.home-resources--slide {
	margin-bottom: 0px;
}

.item-slider-clients img {
	padding: 10px;
	background: #fff;
}

.home-featured.home-services {
	padding: 5px 0px;
	background: linear-gradient(90deg, rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%);
	box-shadow: 0 1px 7px #3e6807;
}

.box-stage-outer-slider {
	margin-bottom: 0px !important;
}

.home-featured.home-services .row .clm:last-child .hotro_in:before {
	border-right: none;
}

.hotro_in:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 75%;
	border-right: 1px dashed #fff;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}

.item-slider-stages a {
	cursor: default;
}

.slideshows-banner.mobile {
	display: none;
}

h2.home-box-title a {
	color: #021e8b;
	margin-bottom: 10px;
	display: block;
}

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

section.Clients:before {
	position: absolute;
	top: 82px;
	left: 106px;
	width: 137px;
	height: 500px;
	background-image: url(https://demo66.bivaco.net/frontend/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)
	}
}

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

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

section.Clients h2.spilit__enable {
	margin-bottom: 20px;
}

h2.spilit__enable {
	line-height: 35px;
	font-weight: 700;
	margin-top: 5px;
	color: #021e8b;
	font-size: 30px;
	text-transform: uppercase;
}

h2.spilit__enable {
	display: inline-block;
	position: relative;
}

section.Clients h2.spilit__enable:before {
	left: 50%;
	transform: translateX(-50%);
}

h2.spilit__enable:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: #000;
	bottom: -10px;
	left: 0;
	transform: translateX(0%);
}

section.Clients .transpi__sub-heaind span {
	text-transform: unset;
	width: 80%;
	display: inline-block;
}

.transpi__sub-heaind span {
	color: #525252;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.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__testimonial-item {
	position: relative;
}

.testi-box {
	position: relative;
	z-index: 2;
	text-align: center;
	--theme-color: #3D72FC;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.testi-box_img {
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

.testi-box_img img {
	max-width: 140px;
	padding: 15px;
	width: 140px;
	height: 140px;
	border: 1px solid #3d72fc;
	border-radius: 50%;
	margin: 0 auto;
}

.testi-box_img .play-btn {
	position: absolute;
	bottom: 5px;
	left: calc(50% - 15px);
	width: 25px;
	background: #3d72fc;
	border-radius: 100%;
}

.play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.testi-box_img .play-btn:before,
.testi-box_img .play-btn:after {
	background-color: #3d72fc;
}

.play-btn:after,
.play-btn:before {
	width: 25px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #3d72fc;
	z-index: -1;
	border-radius: 50%;
	transition: all ease 0.4s;
	animation-delay: 2s;
	animation-name: ripple;
}

.play-btn:after,
.play-btn:before {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: 5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple;
	animation-delay: 2s;
}

.testi-box_img .play-btn i {
	color: #fff;
	font-size: 12px;
}

.testi-box_content {
	padding: 30px;
	position: relative;
	filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
	background-image: linear-gradient(to bottom, #3d72fc, #ffffff 50%);
	z-index: 2;
	border-radius: 20px;
}

.desc-digss p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.testi-box_content:before {
	content: "";
	position: absolute;
	inset: 1px;
	background-color: #fff;
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
}

.testi-box_text {
	margin-bottom: 18px;
	margin-top: -0.5em;
	font-style: italic;
}

.testi-box_content:before {
	content: "";
	position: absolute;
	inset: 1px;
	background-color: #fff;
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
}

.testi-box_content {
	padding: 20px 30px;
	position: relative;
	filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
	background-image: linear-gradient(to bottom, #3d72fc, #ffffff 50%);
	z-index: 2;
	border-radius: 20px;
}

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

.testi-box_content:after {
	content: url(../images/icon.svg);
	position: absolute;
	left: calc(50% - 37.5px);
	bottom: calc(100% - 4px);
	height: 23px;
	width: 75px;
}

.testi-box_img .play-btn i {
	color: #fff;
	font-size: 12px;
}

.item-slick-slider-video img {
	height: 227px !important;
}

.item-slick-slider-video {
	display: flex !important;
	flex-direction: column;
	gap: 10px 0px;
}

.gap-section-video {
	margin-bottom: 0px !important;
}

.testi-box_img svg path {
	fill: #fff;
}

.svg-inline--fa.fa-w-16 {
	width: 1em;
	margin-bottom: -4px;
}


.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em;
}

.category-section {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.section-header {
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}

.section-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}

.section-title:after {
	/* content: ''; */
	position: absolute;
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #c0392b, #e67e22);
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 12px;
}

.category-card {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
	cursor: pointer;
}

.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.category-image {
	height: 220px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.category-card:hover .category-image img {
	transform: scale(1.05);
}

.category-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 90%), #0000001c);
	padding: 1rem 1.5rem 1rem;
	color: white;
}

.category-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0.3rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-align: center;
}

.category-info {
	padding: 1.2rem;
	text-align: center;
}

.category-name {
	font-size: 1.2rem;
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.category-desc {
	font-size: 0.9rem;
	color: #7f8c8d;
	line-height: 1.5;
}

.category-section {
	margin-bottom: 3rem;
}

.section-header {
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}

.section-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}

.section-title:after {
	/* content: ''; */
	/* position: absolute; */
	/* width: 60px; */
	/* height: 3px; */
	/* background: linear-gradient(90deg, #c0392b, #e67e22); */
	/* bottom: -10px; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* border-radius: 3px; */
}

.section-description {
	color: #7f8c8d;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 15px;
}

.category-filter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 2rem;
}

.filter-button {
	padding: 0.5rem 1.5rem;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.filter-button:hover {
	background-color: #f5f5f5;
}

.filter-button.active {
	background: linear-gradient(90deg, rgba(19, 139, 194, 1) 0%, rgba(17, 75, 173, 1) 50%, rgba(6, 30, 140, 1) 100%);
	color: white;
	border-color: #0a2d9778;
	box-shadow: 0 4px 10px rgba(192, 57, 43, 0.3);
}

.product-grid {
	/* display: grid; */
	/* grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); */
	/* gap: 30px; */
}

.product-card {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	position: relative;
	width: calc(100% / 4 - 15px);
	margin-bottom: 15px;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.product-image {
	height: 250px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.product-info {
	padding: 1.2rem;
	text-align: center;
}

.product-category {
	font-size: 11px;
	color: #7f8c8d;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.product-title {
	font-size: 17px;
	color: #333;
	margin-bottom: 0.5rem;
	font-weight: 600;
	text-align: center;
	min-height: 44px;
}

.product-desc {
	font-size: 15px;
	color: #7f8c8d;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.list-tab-active-category {
	display: none;
}

.category-section .category-card {
	margin: 10px;
}

.list-tab-active-category.active {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.box-component-price .product-price {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	justify-content: center;
	min-height: 24px;
}

.box-component-price .current-price {
	font-size: 15px;
	font-weight: 500;
	color: #2c3e50;
	margin-right: 0.8rem;
}

.list-product-news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.box-component-price .old-price {
	font-size: 13px;
	color: #95a5a6;
	text-decoration: line-through;
}

.box-component-price .product-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-component-price .add-to-cart {
	padding: 0.6rem 1.2rem;
	background: linear-gradient(90deg, rgba(19, 139, 194, 1) 0%, rgba(17, 75, 173, 1) 50%, rgba(6, 30, 140, 1) 100%);
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: 1;
	height: 38px;
}

.box-component-price .quick-view {
	width: 38px;
	height: 38px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.8rem;
	cursor: pointer;
	transition: all 0.3s ease;
}


section.projects-section .projects-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: minmax(200px, auto);
	grid-gap: 25px;
	margin-top: 25px;
}

section.projects-section .project-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.projects-section .project-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

section.projects-section .project-card.featured {
	grid-column: span 6;
	grid-row: span 2;
}

section.projects-section .project-card.medium {
	grid-column: span 6;
	grid-row: span 1;
}

section.projects-section .project-card.small {
	grid-column: span 4;
	grid-row: span 1;
}

section.projects-section .project-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

section.projects-section .project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

section.projects-section .project-card:hover .project-image img {
	transform: scale(1.1);
}

section.projects-section .project-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to top, rgb(0 0 0), #00000000);
	padding: 30px 25px;
	transform: translateY(20px);
	opacity: 0.9;
	transition: all 0.3s ease;
}

section.projects-section .project-card:hover .project-overlay {
	transform: translateY(0);
	opacity: 1;
}

section.projects-section .project-category {
	display: inline-block;
	background-color: #e74c3c;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

section.projects-section .project-title {
	/* font-family: 'Playfair Display', serif; */
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

section.projects-section .project-description {
	color: #f1f1f1;
	font-size: 14px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-bottom: 0px;
}

section.projects-section .project-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

section.projects-section .project-date {
	color: #ccc;
	font-size: 13px;
}

section.projects-section .project-link {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

section.projects-section .project-link svg {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

section.projects-section .project-link:hover svg {
	transform: translateX(5px);
}

section.projects-section .view-all-container {
	text-align: center;
	margin-top: 50px;
}

section.projects-section .view-all-btn {
	display: inline-block;
	padding: 12px 35px;
	background: linear-gradient(to right, #2c3e50, #34495e);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

section.projects-section .view-all-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

section.projects-section .animated {
	animation: fadeInUp 0.6s ease forwards;
}

section.products-news {
	padding: 2rem 0px;
}

a.lien-he {
	padding: 0.6rem 1.2rem;
	background: linear-gradient(90deg, rgba(19, 139, 194, 1) 0%, rgba(17, 75, 173, 1) 50%, rgba(6, 30, 140, 1) 100%);
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: 1;
	height: 38px;
	display: flex;
	justify-content: center;
	line-height: 38px;

}

a.lien-he button {
	display: unset;
	padding: unset;
	font-size: 14px;
}

.splide__track {
	margin-bottom: 0px;
}

.splide__track .slick-list {
	margin: 0px -10px;
}

.splide__track .slick-slide {
	margin: 0px 10px;
}

.homeAboutBox_content_btn {
	text-align: end;
}

@media (max-width: 992px) {
	.product-card {
		width: calc(100% / 2 - 5px);
	}

	.list-tab-active-category.active {
		gap: 7px;
	}

	section.projects-section .project-card.featured {
		grid-column: span 12;
	}

	section.projects-section .project-card.medium,
	section.projects-section .project-card.small {
		grid-column: span 6;
	}

	section.projects-section .projects-header h2 {
		font-size: 32px;
	}

	h2.spilit__enable {
		font-size: 24px;
	}

	section.Clients:before {
		display: none;
	}

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

@media (max-width: 768px) {

	section.projects-section .project-card.medium,
	section.projects-section .project-card.small {
		grid-column: span 12;
	}

	section.projects-section .projects-header h2 {
		font-size: 28px;
	}

	section.projects-section .projects-header p {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	section.projects-section .projects-header h2 {
		font-size: 24px;
	}

	section.projects-section .filter-btn {
		padding: 6px 15px;
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.product-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 20px;
	}

	.product-image {
		height: 200px;
	}

	.section-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 480px) {
	.product-grid {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		gap: 15px;
	}

	.product-image {
		height: 170px;
	}

	.product-info {
		padding: 0.8rem;
	}

	.product-title {
		font-size: 17px;
	}

	.section-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.category-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 20px;
	}

	.category-image {
		height: 180px;
	}

	.section-title {
		font-size: 1.8rem;
	}
}

@media (max-width: 480px) {
	.category-grid {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 15px;
	}

	.category-image {
		height: 150px;
	}

	.category-info {
		padding: 0.8rem;
	}

	.category-name {
		font-size: 1rem;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.category-overlay {
		padding: 1rem;
	}

	.category-title {
		font-size: 15px;
	}
}

@media(max-width:990px) {
	button.slick-prev-blogs.slick-arrow {
		right: 0;
	}

	.homeAboutBox_content_btn {
		text-align: left;
	}

	button.slick-next-blogs.slick-arrow {
		left: 0;
	}

	

	.slideshows-banner.mobile {
		display: block;
	}

	.home-resources .home-resources__header {
		margin-right: 0px;
	}

	.hotro_in img {
		float: unset;
	}

	.hotro_in {
		margin-top: 0px;
		display: flex;
		align-items: center;
	}

	.home-featured.home-services .row .clm {
		border-bottom: 1px dashed #bdbdbd;
		border-right: 1px dashed #bdbdbd;
	}

	.home-featured.home-services .row .clm:nth-child(4) {
		border-right: none;
		border-bottom: none;
	}

	.home-featured.home-services .row .clm:nth-child(2) {
		border-right: none;
	}


	.home-featured.home-services .row .clm:nth-child(3) {
		border-bottom: none;
	}

	.hotro_in p {
		display: none;
	}

	.hotro_in h2 {
		color: #fff;
		font-size: 13px;
		font-weight: 400;
	}

	.home-abouts .homeAboutBox {
		display: block;
	}

	.price-products-products-all .old_price {
		font-size: 15px;

	}


	.item-products-hexs {
		padding: 0px 5px;
	}

	.list-products-hexs {
		margin-bottom: 0px !important;
	}

	.box-products-list-main {
		padding: unset;
	}

	.box-form-produstc-slick {
		margin-bottom: 10px !important;
	}

	.home-resources {
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.resources-grid.resources-grid--green .content p {
		-webkit-line-clamp: 3;
	}

	.home-resources__item {
		margin-bottom: 0px;
	}

	.splide__track {
		margin-bottom: 15px;
	}

	.list-slider-clients {
		margin-bottom: 10px !important;
	}


	.section.home-resources {
		padding-top: 25px;
	}

	section.clients-home {
		padding: 10px 0px;
	}

	.hotro_in:before {
		content: "";
		border-right: none;
	}

	.homeAboutBox_img {
		width: 100%;
	}

	.homeAboutBox_content {
		width: 100%;
		margin-left: 0px;
		padding: 20px 0px;
	}

	.home-abouts {
		padding-top: 19px;
	}

	.home-abouts .home-abouts__slide {
		margin-left: 0px;
	}

	.home-abouts .grid__column {
		padding: unset;
	}

	.hotro_in {
		border-right: none;
	}

	.home-resources .home-resources__header h2 {
		font-size: 23px;
	}

	.home-resources__header h2 {
		font-size: 24px;
	}

	.name-products-all a {
		min-height: 43px;
	}

	span.icon-price {
		font-size: 12px !important;
	}

	.blog-new {
		padding: 2rem 0px 2rem;
	}

	.btn-view-all-hedding-featured:hover a {
		color: #ff3d3d;
	}

	.list-products-hexs {
		/* padding-bottom: 10px; */
	}

	.slideshows-banner {
		padding: 0px;
	}

	.price-products-products-all span {
		font-size: 15px;
	}

	.list-masp-products-all ul {
		flex-wrap: wrap;
	}

	.box-right {
		display: none;
	}

	.box-member-banners .slick-slider {
		margin-bottom: 0px;
	}

	.box-heading.style-1 h2 span {
		font-size: 23px;
	}

	.name-products a {
		font-size: 17px;
	}

	.box-slider-loaded-drag {
		/* padding: 0px 8px; */
	}

	.home-box-title a {
		font-size: 23px;
		text-align: center;
	}

	.title-partner span {
		font-size: 18px;
	}

	.title-blog span {
		font-size: 18px;
	}

	.box-member-banners .slick-slider {
		margin-bottom: 0px;
	}




	.cms-banner-inner {
		margin-bottom: 10px;
	}

	.list-news-pages {
		padding-top: 10px;
	}

	.images-blog-action img {
		height: 100%;
		object-fit: cover;
	}

	.box-blog-action {
		height: 100%;
	}

	.images-blog-action {
		height: 100%;
	}

	.images-blog-member img {
		width: 100%;
		height: 100%;
	}

	.images-blog-member {
		width: 40%;
	}

	.slideshows-banner .ctnr {
		display: block;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.item-slider-stages {
		border-radius: unset;
	}
	


}

@media (min-width: 980px) {
	.box-member-banners {
		width: calc(100% - 240px);
		float: right;
		padding-left: 20px;
	}
}

@media(max-width:550px) {
	.item-slider-stages img {
		height: auto;
		/* min-height: 270px; */
	}

	a.news-cat.shadow-sm strong {
		font-size: 9px;
	}

	.hotro_in p {
		font-size: 11px;
	}

	.images-products-all img {
		/* height: 160px; */
	}

	.hotro_in {
		padding: 5px;
	}

	.hotro_in img {
		width: 33px;
		margin-right: 5px;
	}

	.item-products-hexs {
		/* border-right: 1px solid #cdcdcd; */
	}

	.box-form-produstc-slick .item-products-hexs {}
}

@media (min-width: 1200px) {
	.box-member-banners {
		width: calc(100% - 280px);
		float: right;
		padding-left: 20px;
	}
}
