.slideshows-banner {
	padding: 0px;
}

.item-slider-stages {
	overflow: hidden;
}

.item-slider-stages img {
	height: auto;
	width: 100%;
}



.hotro_in {
	position: relative;
	align-items: center;
	padding: 10px 0;
	border-radius: 5px;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	display: flex;
	justify-content: space-between;
}

.hotro_in_img {
	width: 50px;
}

.hotro_in_ct {
	width: calc(100% - 60px);
}

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

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

.hotro_in p {
	text-align: left;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	color: rgb(78, 78, 78);
}

main {
	background: rgb(255, 255, 255);
}

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

.box-slider-loaded-drag {
	border-radius: 0px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

.box-heading.style-1 h2 span {
	color: var(--color-main);
	font-size: 28px;
	display: block;
	padding: 10px 0px 7px;
	font-weight: 700;
	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: rgb(28, 27, 27);
}

.price-products span {
	font-weight: 600;
	color: rgb(255, 61, 61);
	font-size: 19px;
}

.price-products s {
	font-size: 17px;
	margin-left: 10px;
	color: rgb(68, 68, 68);
}

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

.icon-buy-products a {
	display: inline-flex;
	background: rgb(255, 49, 46);
	color: rgb(255, 255, 255);
	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: rgb(255, 255, 255);
}

.item-products-hexs {}

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

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

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

.price-products-products-all span {
	color: rgb(254, 0, 0);
	font-size: 17px;
	font-weight: 700;
}

.icon-buy-products-products-all a {
	display: inline-flex;
	background: rgb(255, 49, 46);
	color: rgb(255, 255, 255);
	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: rgb(255, 255, 255);
}

.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 rgb(233, 236, 239);
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0px;
	background: rgb(255, 255, 255);
}

.box-sale-product span {
	background: rgb(84, 84, 84);
	padding: 4px 10px;
	display: inline-block;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.box-sale-product-all span {
	background: rgb(255, 61, 61);
	padding: 4px 10px;
	display: inline-block;
	color: rgb(255, 255, 255);
	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: rgb(0, 0, 0);
	display: inline-block;
	padding: 10px 0px 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(16%);
}

.item-slider-partner img {
	padding: 5px;
	border-radius: 3px;
	background: rgb(255, 255, 255);
}

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

.title-partner span::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: rgb(207, 48, 52);
	bottom: 0px;
	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: rgb(0, 0, 0);
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}

.title-blog span::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: rgb(27, 66, 130);
	bottom: 0px;
}

.box-blog-action .content-blog-action {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

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

.item-sale-blog span {
	display: inline-block;
	padding: 3px 7px;
	font-size: 12px;
	color: rgb(255, 255, 255);
	background: rgb(27, 66, 130);
	border-radius: 3px;
}

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

.item-name-blogs-action span {
	color: rgb(255, 255, 255);
	font-size: 19px;
	margin-bottom: 5px;
	display: inline-block;
	line-height: 1.3;
	font-weight: 600;
}

.date-blogs-action span {
	color: rgb(255, 255, 255);
	font-size: 12px;
}

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

.item-blog-pages {
	display: flex;
	gap: 0px 10px;
	background: rgb(238, 238, 238);
	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 {
	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;
}

.box-products-list-main:nth-child(odd) {
	background: #eef8fb;
}

.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: var(--color-main);
	font-size: 28px;
	display: block;
	padding: 10px 0px 7px;
	font-weight: 700;
	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: 0.2s;
	font-weight: 400;
	color: rgb(85, 85, 85);
}

.box-right a {
	white-space: nowrap;
	border-right: 0px solid rgb(238, 238, 238);
	height: 20px;
	font-size: 16px;
	font-weight: 600;
	color: rgb(27, 66, 130);
	padding: 0px;
}

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

.box-right a svg path {
	fill: rgb(27, 66, 130);
}

.box-right a {
	white-space: nowrap;
	border-right: 1px solid rgb(238, 238, 238);
	height: 20px;
}

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

.box-form-produstc-slick {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
}

.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: 15px;
	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: rgb(141, 141, 141);
	font-size: 15px;
	margin-left: 5px;
	text-decoration: line-through;
	font-weight: 500;
	line-height: 2;
}

.price-products-products-all .old_price span.icon-price {
	color: rgb(68, 68, 68);
}

.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: rgb(255, 255, 255);
	border: 1px solid rgb(255, 49, 46);
	color: rgb(255, 49, 46);
	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: rgb(207, 48, 52);
}

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

.btn-view-all-hedding-featured a {
	color: rgb(255, 61, 61);
}

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

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

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

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

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

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

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

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

.cms-banner-img::before {
	inset: 0px 51% 0px 50%;
	content: "";
	opacity: 1;
	position: absolute;
	background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.1);
}

.cms-banner-img::after {
	inset: 50% 0px;
	content: "";
	opacity: 1;
	position: absolute;
	background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.1);
}

.cms-banner-img:hover::before {
	inset: 0px;
	transition: 500ms ease-in-out;
}

.cms-banner-img:hover::after {
	inset: 0px;
	transition: 500ms ease-in-out;
}

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

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

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

a.btn.btn-more:hover {
	background: rgb(255, 49, 46);
	color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 49, 46);
}

a.btn.btn-more:hover svg path {
	fill: rgb(255, 255, 255);
	stroke: rgb(255, 255, 255);
}

a.see-more:hover {
	color: rgb(255, 49, 46);
}

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

.slideshows-banner .slick-prev {
	left: 10px;
	opacity: 1;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.79);
	border-radius: 4px;
	z-index: 1;
}

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

.slideshows-banner .slick-next {
	opacity: 1;
	right: 10px;
	background: rgba(255, 255, 255, 0.79);
	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: 0px;
	z-index: 9;
}

.sale-products p {
	background: #e01020;
	width: 56px;
	border-radius: 0px 5px 5px 0px;
	color: rgb(255, 255, 255);
	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: rgb(68, 68, 68);
}

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

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

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

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

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

.home-box-title::before {}

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

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

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

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

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

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

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

.title-separator::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: rgb(37, 36, 79);
	position: absolute;
	top: calc(50% - 1px);
	right: calc(50% - 77px);
}

.title-separator::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: rgb(37, 36, 79);
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 77px);
}

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

.box_item__image__tags_sales {
	background: #25abe0;
	border-radius: 0px 5px 5px 0px;
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: 500;
	padding: 2px 15px;
	margin-top: 6px;
	height: 25px;
}

.home-abouts {
	padding-top: 30px;
	padding-bottom: 30px;
}

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

.homeAboutBox_img img {
	transition: all .7s ease;
}

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

.homeAboutBox_img:hover img {
	transform: scale(1.09);
}

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

.home-abouts .section-heading {
	color: var(--color-main);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.home-abouts .btn {
	align-items: center;
	background-color: rgb(231, 237, 215);
	border: 0px;
	border-radius: 5px;
	color: rgb(62, 104, 7);
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	line-height: 1.21;
	padding: 0px 30px;
	transition: 0.3s;
}

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

.home-abouts .btn--secondary {
	background: var(--color-main);
	border-radius: 1000px;
	border: 1px solid var(--color-main);
	color: rgb(255, 255, 255);
	font-weight: 600;
	letter-spacing: 0px;
}

.home-abouts .btn--secondary:hover {
	color: var(--color-main);
	background: white;
}

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

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

.home-abouts .about-slide {
	background-color: rgb(255, 255, 255);
	border-radius: 7px;
	display: flex;
	justify-content: center;
	padding: 16px;
	position: relative;
	transition: 0.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: 0px;
	padding-top: 64.2857%;
	width: 100%;
}

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

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

.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: rgb(62, 104, 7);
	border: 0px;
	border-radius: 100px;
	font-size: 0px;
	height: 10px;
	margin: 0px 5px;
	opacity: 0.25;
	padding: 0px;
	width: 10px;
}

.home-abouts .slick-dots li.slick-active button {
	background: rgb(62, 104, 7);
}

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

.home-resources .home-resources__inner {
	align-items: center;
	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: rgb(37, 36, 79);
	font-size: 28px;
	display: block;
	padding: 0px 0px 7px;
	font-weight: 800;
	text-transform: uppercase;
}

.home-resources .home-resources__header p {
	color: rgb(76, 80, 61);
	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: rgb(231, 237, 215);
	border: 0px;
	border-radius: 5px;
	color: rgb(62, 104, 7);
	display: inline-flex;
	font-size: 16px;
	font-weight: 500;
	height: 45px;
	justify-content: center;
	line-height: 1.21;
	padding: 0px 30px;
	transition: 0.3s;
}

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

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

.resources-grid--green {
	background-color: rgb(102, 136, 63);
}

.resources-grid {
	background: linear-gradient(45deg, rgb(61, 173, 226), rgb(40, 116, 187));
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	height: 100%;
	padding: 25px;
}

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

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

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

.resources-grid .title {
	color: rgb(255, 255, 255);
	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: rgb(0, 0, 0);
	bottom: 0px;
	content: "";
	height: 4px;
	left: 50%;
	opacity: 0.08;
	position: absolute;
	transform: translateX(-50%);
	width: 65px;
}

.resources-grid .description {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin: 0px;
	text-align: center;
}

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

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

.home-resources__item:nth-child(2n) .resources-grid.resources-grid--green {}

.home-resources__item:nth-child(2n) .resources-grid .thumbnail {}

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

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

.splide__track {
	position: relative;
	display: block;
	margin-top: 30px;
}

.splide__slide {
	position: relative;
}

.news-img {
	position: relative;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}

a.news-cat.shadow-sm {
	margin-left: -3rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	font-size: 13px;
	letter-spacing: 0.135rem;
	background-color: rgb(255, 255, 255);
	color: rgb(20, 65, 33);
	width: 3rem;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 0.15rem 0.35rem;
	display: none;
}

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: rgba(255, 255, 255, 0.85);
	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: 0.5rem;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: 0.3s ease-in-out;
}

.news-date span:last-child {
	border-top: 1px solid rgb(0, 0, 0);
}

.news-content.shadow-sm {
	padding: 1.5rem;
	background-color: #eef8fb;
	box-shadow: rgba(0, 0, 0, 0.075) 0px 0.15rem 0.35rem;
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
}

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

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

a.velora-hedding {
	font-size: 16px;
	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: 19px;
	color: var(--color-main);
}

a.velora-hedding:hover {
	color: var(--color-main2);
}

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;
	color: var(--color-main);
	font-weight: 700;
}

a.news-link:hover {
	color: var(--color-main2);
}

.comment-view {
	padding-top: 10px;
	color: rgb(107, 107, 107);
}

.news.hover-effect {
	padding-right: 10px;
	transition: 0.5s;
	padding-bottom: 15px;
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: rgb(255, 255, 255) !important;
}

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

button.slick-prev-blogs.slick-arrow svg path {
	fill: rgb(255, 255, 255);
	stroke: rgb(255, 255, 255);
}

.splide__track button svg path {
	stroke: rgb(255, 255, 255);
	fill: rgb(255, 255, 255);
}

button.slick-next-blogs.slick-arrow {
	position: absolute;
	align-items: center;
	background: var(--color-main);
	color: rgb(255, 255, 255);
	border: 0px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0px;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: 0.85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.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(-0.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;
	line-height: 1.3;
	font-size: 15px;
	font-weight: 400;
}

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

.home-resources__header h2 {
	color: var(--color-main);
	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;
	color: white;
	text-align: center !important;
}

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

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

.item-slider-clients img {
	padding: 10px;
	background: rgb(255, 255, 255);
}

.home-featured.home-services {
	padding: 15px 0px;
	border-bottom: solid 1px #eee;
}

.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 rgb(255, 255, 255);
	right: 0px;
	transform: translateY(-50%);
	top: 50%;
}

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

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

h2.home-box-title a {
	color: var(--color-main);
}

.product-body {
	border-radius: 10px;
	padding: 0px 10px 10px;
	margin: 10px 0px;
}

.product-sale .product-body .group-title {
	background-repeat: no-repeat;
	background-size: 50% 100%;
	position: relative;
	text-align: center;
	margin: 10px auto 20px;
	justify-content: center;
	font-size: 24px;
}

.flash-sale .group-title {
	padding: 10px 0px;
}

.flash-sale .group-title {
	padding: 10px 0px;
}

.flash-sale .group-title img {
	height: 42px;
	width: auto;
	transition: transform 0.8s;
	animation: 0.8s ease-in-out 0.7s infinite normal none running shake;
	margin-right: 10px;
}

.flash-sale .group-title p {
	color: var(--color-main);
	/* text-shadow: rgba(0, 0, 0, 0.96) 0px 4px 4px; */
	font-size: 27px;
	font-weight: 800;
	line-height: 50px;
	margin: 0px 18px 0px 8px;
	padding-bottom: 0px;
}

.deal-time-holder {
	display: flex;
	align-items: center;
	border-radius: 18px;
	padding: 5px 0px;
}

.deal-time-holder span {
	font-size: 15px;
	color: black;
}

#js-deal-countdown {
	display: flex;
}

.deal-time-holder b {
	background: linear-gradient(0deg, rgb(205, 8, 20) 0%, rgba(230, 9, 22, 0.63) 100%);
	height: 35px;
	width: 33px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 5px;
	position: relative;
	margin-left: 6px;
	font-size: 16px;
	margin-right: 5px;
}

.deal-time-holder b:not(:last-child)::after {
	content: ":";
	position: absolute;
	right: -7px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.deal-hot-body {
	background: linear-gradient(270deg, rgb(0, 165, 81) 0%, rgb(142, 185, 88) 102.33%);
	margin: 46px 0px 16px;
	border-radius: 15px;
	padding: 40px 16px 20px;
	position: relative;
}

@keyframes shake {

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

	25%,
	75% {
		transform: scale(1.2) rotate(5deg);
	}

	50% {
		transform: scale(1.2) rotate(-5deg);
	}
}

.product-body h2 img {
	height: 32px;
	width: 32px;
	margin-right: 7px;
}

.product-item {
	border-radius: 5px;
	background-color: white;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.57) 0px 1px 3px -2px, rgba(0, 0, 0, 0.03) 0px 1px 2px;
}

.product-left {
	border-right: 1px solid white;
}

.product-left,
.product-right {
	padding: 0px 10px;
}

.product-left .slide-3,
.product-right .slide-3 {
	margin: 0px -7px;
}

.product-box {
	padding: 0px 7px 10px;
}

.product-img {
	overflow: hidden;
}

.product-img img {
	border-radius: 5px 5px 0px 0px;
	transform: scale(1);
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
	transition: 500ms;
}

.tit {
	display: flex;
	align-items: center;
	padding: 1px 0px 1px 1px;
	width: fit-content;
	position: absolute;
	top: 5px;
	background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 256 100\"><title>Asset 1</title><g id=\"Layer_2\" data-name=\"Layer 2\"><g id=\"Layer_1-2\" data-name=\"Layer 1\"><image width=\"256\" height=\"100\" xlink:href=\"data:image/png;base64,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\"/></g></g></svg>") 50% center / 100% 100% no-repeat;
	height: 33px;
	left: -3px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.tit img {
	height: 22px;
	width: 22px;
}

.tit span {
	margin: 6px;
	padding: 1px 5px 5px 0px;
	font-size: 11px;
}

.slide-3 .slick-dots {
	bottom: -30px;
}

.slide-3 .slick-dots li {
	width: 12px;
	height: 12px;
}

.product-action a {
	width: 35px;
	height: 35px;
	line-height: 45px;
	text-align: center;
	background: rgb(244, 244, 244);
	display: flex;
	margin: 0px 2px;
	font-size: 14px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

.product-action a:hover {
	background: rgb(46, 49, 146);
	color: rgb(255, 255, 255);
}

.product-action {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	opacity: 1;
	z-index: 100000005;
	bottom: 50%;
	transition: 0.6s ease-in-out;
}

.product-img img:hover {
	transform: scale(1.1);
}

.js-slide-service.slick-slider {
	margin-bottom: 0px;
}

section#san-pham-khuyen-mai {
	background: #fff;
}

.box-form-produstc-slick .item {
	padding-bottom: 12px;
}

.images-products-all img {
	display: block;
}

.box-stage-outer-slider button {
	display: none;
}

.icon-buy-products-products-all {
	display: none;
}

.product-content a h3 {
	font-size: 15px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 7px 0px 4px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.view {
	color: rgb(77, 77, 77);
	font-size: 13px;
}

.product-content {
	padding: 10px 6px;
	display: flex;
	flex-wrap: wrap;
}

.product-content {
	padding: 10px 6px;
	display: flex;
	flex-wrap: wrap;
}

.product-content a,
.product-content .price {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.product-content .star,
.product-content .view {
	width: 50%;
	text-align: center;
	justify-content: center;
}

.product-list-head {
	display: flex;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid rgb(51, 75, 239);
	margin-bottom: 10px;
	background: rgb(255, 255, 255);
}

.star li svg {
	fill: rgb(237, 110, 40);
	height: 11px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.price-new {
	color: rgb(254, 0, 0);
	font-weight: 700;
	font-size: 17px;
}

.price-old {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgb(130, 130, 130);
}

section.reviews {
	padding: 30px 0px;
	background: rgb(247, 248, 250);
}

.customers-item {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 1px -2px 8px 0px;
	padding: 30px 30px 50px 34px;
	position: relative;
	transition: 0.4s;
	z-index: 1;
	border: 1px solid rgb(238, 238, 238);
	margin-top: 10px;
	height: unset !important;
}

.customers-item {
	padding: 4rem 3rem;
	border-radius: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.customers-item__brief {
	margin-bottom: 19px;
	overflow: hidden;
	display: -webkit-box;
	text-align: center;
	-webkit-box-orient: vertical;
}

.icon-customers {
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.icon-customers img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	text-align: center;
}

.customers-item__info {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	flex-direction: column;
	margin-top: -45px;
	position: relative;
	z-index: 9999;
}

.customers-item__info-img::before {
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
	z-index: 1;
}

.customers-item__info-img img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customers-item__info-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border-style: solid;
	border-width: 5px;
	border-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 20px 20px 40px 0px;
}

.customers-item__info-name {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 5px;
	line-height: 1.2;
	color: var(--color-main);
}

.sec-way {
	padding: 30px 0px;
	text-align: center;
}

.list-way {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.list-way__item {
	padding: 25px 20px 35px;
	text-align: center;
	background: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
	transition: 0.3s ease-in-out;
	position: relative;
	width: 100%;
}

.list-way__icon {
	display: inline-block;
	width: 120px;
	height: 80px;
	border-radius: 100%;
	line-height: 80px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: padding-box rgb(255, 255, 255);
	z-index: 0;
	border: 2px solid transparent;
	transition: 0.3s ease-in-out;
}

.list-way__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	color: var(--color-main);
	margin-bottom: 6px;
	text-transform: capitalize;
}

.list-way__desc {
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.slick-slider {
	margin: 0 !important;
}





@media (min-width: 992px) {
	.home-featured.home-services .row .clm:not(:last-child) .hotro_in {
		border-right: 1px dashed rgb(189, 189, 189);
		border-radius: 0;
	}
}


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

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

	.slideshows-banner {
		display: none;
	}

	.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 rgb(189, 189, 189);
		border-right: 1px dashed rgb(189, 189, 189);
	}

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

	.hotro_in h2 {
		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: 1rem 0 2rem;
	}

	.box-form-produstc-slick {
		margin-bottom: 0 !important;
		padding-bottom: 0;
		padding-top: 0;
	}

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

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


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

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

	.btn-view-all-hedding-featured:hover a {
		color: rgb(255, 61, 61);
	}

	.list-products-hexs {}

	.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;
		padding-bottom: 0;
	}

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

	.box-slider-loaded-drag {}

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

	.product-sale .product-body .group-title {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}

	.hotro_in_ct {
		width: calc(100% - 45px);
	}

	.hotro_in_img {
		width: 36px;
	}

	.title-separator {
		margin-top: 5px;
	}

	.home-box-title {
		font-size: 24px;
	}

	.product-body {
		margin-top: 0;
	}

	.box-products-all {
		margin: 0;
	}

	section.blogs {
		padding-top: 2rem;
	}

	.box-products-list-main .home-box-title {
		padding-bottom: 15px;
	}
}

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

@media (max-width: 767px) {
	.list-way {
		grid-template-columns: 1fr;
	}
}

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

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

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

	.images-products-all img {}

	.hotro_in {
		padding: 5px;
	}

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

	.item-products-hexs {}

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

	section.reviews {
		padding: 17px 0px 20px;
	}
}

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