#page-home {
	overflow-x: hidden;
}

.home-about {
	display: flex;
	align-items: center;
	padding: 40px 0 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home-about__row {
	gap: 20px 0;
	align-items: center;
}

.home-about .c-ttl__01 {
	font-weight: 700;
	font-size: 2.3rem;
	margin-bottom: 0;
}

.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}

.home-about__content {
	padding-right: 0;
}


.home-about__divider {
	width: 125px;
	height: 2px;
	background-color: #0a9758;
	margin: 10px 0 20px 0;
}

.home-about__description {
	color: #595959;
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 20px;
}

.home-about__image {
	position: relative;
	padding: 0 0 5% 5%;
	z-index: 1;

}

.home-about__image-child {
	overflow: hidden;
	line-height: 0;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s ease;
}

.home-about__image-child:hover {
	transform: scale(1.05);
}

.home-about__image-child img {
	border-radius: 8px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-about__image-child:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	z-index: 2;
	box-shadow: none;
	animation: upDown 4s ease-in-out infinite;
}

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

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

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

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

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

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

.home-about2__image-child.hover-effect_1 img {
	animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

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

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

.home-about2 .line {
	width: 177px;
	/* margin: 0 auto; */
	position: relative;
	height: 2px;
	display: block;
	margin-top: 10px;
}

.home-about2 .line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background: linear-gradient(360deg, #347bbb, #0a9758) !important;
	transition: all .3s ease-in-out;
}

.home-about2 .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background-color: #a4d164;
	transition: all .3s ease-in-out;
}

.home-about2 .line::after {
	left: auto;
	right: 0;
	width: 27px;
	background: #75a93f;
}

.home-about2 .c-ttl__02>* {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1.3;
	position: relative;
	color: #0a9758;
	text-transform: uppercase;
}

.abouts {
    padding-top: 0rem;
    position: relative;
    padding-bottom: 1rem;
}
.section-dec {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 460px;
    height: 340px;
    margin-left: -230px;
    z-index: -1;
    opacity: .7;
    z-index: 9;
}

.hero-text-1 {
    z-index: 10;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    min-height: 57vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex
;
    position: relative;
    grid-area: Area;
}
.home-hero-text-slide-in-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 50em;
    height: 100%;
    padding-top: 0vh;
    padding-bottom: 0vh;
    padding-right: 0;
    display: flex
;
    position: relative;
    top: auto;
}
.about-heading {
    margin-top: 0;
    margin-bottom: 3vh;
    font-size: 58px;
    text-align: left;
    border-left: 7px #e68729 solid;
    padding-left: 17px;
    font-size: 33px;
    text-transform: uppercase;
    color: #e68729;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.btn-about-div-vi {
    padding: 5px;
    border-radius: 4px;
    border: 1px dotted#e68729;
    transition: all .3s ease-in-out;
    margin-top: 14px;
}
.abouts .btn-about-div-vi a {
    border-radius: 5px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 36px;
    font-size: 16px;
    transition: 0.5s ease;
    background: #e68729;
}
.hero-image-collge-wrap {
    position: relative;
    padding-left: 50px;
}
.single-dec_img {
    position: relative;
    z-index: 10;
}
.single-dec_img img {
    height: 455px;
}

.slide-mv__img:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 443px;
    background: url(https://suoingocretreat.com/frontend/images/khoi.png);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.slide-mv__img {
    position: relative;
}














.box-content-tamnhin {
	background: #fff;
   /* Responsive */
   /* Animations */
}
.box-content-tamnhin .ctnr {
	display: flex;
	gap: 0px 26px;
	justify-content: center;
}
.box-content-tamnhin .card {
	background: white;
	width: 320px;
	transition: all 0.3s ease;
	position: relative;
	border: 10px solid #cdcdcd;
	border-top: 0px;
	border-radius: 0px 0px 112px 0px;
}
.box-content-tamnhin .card:hover {
	transform: translateY(-10px);
}
.box-content-tamnhin .card-header {
	height: 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	font-weight: bold;
	margin: 0px -9px;
}
.box-content-tamnhin .card-01 .card-header {
	border-radius: 85px 0px 85px 0px;
	background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
}
.box-content-tamnhin .card-02 .card-header {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.box-content-tamnhin .card-03 .card-header {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.box-content-tamnhin .card-number {
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 5px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	line-height: 1.1;
}
.box-content-tamnhin .card-title {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}
.box-content-tamnhin .card-content {
	padding: 13px;
	color: #666;
	line-height: 1.6;
}
.box-content-tamnhin .card-content p {
	font-size: 14px;
	margin-bottom: 15px;
}
.box-content-tamnhin .card-content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.box-content-tamnhin .container {
		flex-direction: column;
		align-items: center;
		gap: 20px;
   }
	.box-content-tamnhin .card {
		width: 100%;
		max-width: 350px;
   }
}
.box-content-tamnhin .card {
	animation: fadeInUp 0.6s ease forwards;
}
.box-content-tamnhin .card:nth-child(1) {
	animation-delay: 0.1s;
}
.box-content-tamnhin .card:nth-child(2) {
	animation-delay: 0.2s;
}
.box-content-tamnhin .card:nth-child(3) {
	animation-delay: 0.3s;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
.box-content-tamnhin .card-header:after {
	content: "";
	height: 100%;
	background: #fff;
	top: 0;
	left: -1px;
	position: absolute;
	width: 100%;
	z-index: -1;
	border-radius: 0px 0px 88px 0px;
}


.box-about {
	position: relative;
	margin: 52px 0px 60px;
}
.box-about .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}
.box-about .section-header {
	text-align: left;
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(30px);
	animation: slideInUp 0.8s ease-out 0.2s forwards;
}
.box-about .section-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	color: white;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 14px;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
	transform: scale(0.9);
	animation: scaleIn 0.6s ease-out 0.4s forwards;
}
.box-about .section-title {
	font-size: 30px;
	font-weight: 700;
	color: #2e6e35;
	line-height: 1.4;
	margin-bottom: 14px;
}
.box-about .section-description {
	font-size: 16px;
	line-height: 1.6;
	color: #64748b;
	max-width: 600px;
	text-align: justify;
}
.box-about .content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}
.box-about .image-section {
	position: relative;
	opacity: 0;
	transform: translateX(-50px);
	animation: slideInLeft 1s ease-out 0.6s forwards;
}
.box-about .image-stack {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.box-about .image-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
}
.box-about .image-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.box-about .image-card img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.box-about .image-card:hover img {
	transform: scale(1.05);
}
.box-about .main-image {
	width: 100%;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
}
.box-about .secondary-images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.box-about .secondary-image {
	animation-delay: 0.8s;
}
.box-about .secondary-image:nth-child(2) {
	animation-delay: 1s;
}
.box-about .connecting-line {
	position: absolute;
	top: 20%;
	right: -40px;
	width: 80px;
	height: 2px;
	background: linear-gradient(90deg, #10b981, transparent);
	border-radius: 1px;
	opacity: 0;
	animation: drawLine 1s ease-out 1.2s forwards;
}
.box-about .connecting-line::after {
	content: '';
	position: absolute;
	right: -6px;
	top: -3px;
	width: 8px;
	height: 8px;
	background: #10b981;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}
.box-about .features-section {
	opacity: 0;
	transform: translateX(50px);
	animation: slideInRight 1s ease-out 0.8s forwards;
}
.box-about .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 14px;
	background: white;
	border-radius: 10px;
	margin-bottom: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #f1f5f9;
	position: relative;
	overflow: hidden;
	border: 1px solid #e0e5eb;
}
.box-about .feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.3s ease;
}
.box-about .feature-item:hover {
	transform: translateX(10px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	border-color: #e78a2d;
}
.box-about .feature-item:hover::before {
	transform: scaleY(1);
}
.box-about .feature-icon {
	width: 75px;
	height: 75px;
	background: #ecf3f8;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
	padding: 12px;
}
.box-about .feature-icon::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transform: translateX(-100%);
	transition: transform 0.6s ease;
}
.box-about .feature-item:hover .feature-icon {
	transform: scale(1.1) rotate(5deg);
}
.box-about .feature-item:hover .feature-icon::before {
	transform: translateX(100%);
}
.box-about .feature-icon svg {
	width: 24px;
	height: 24px;
	color: white;
}
.box-about .feature-content {
	flex: 1;
}
.box-about .feature-title {
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 5px;
	transition: color 0.3s ease;
}
.box-about .feature-item:hover .feature-title {
	color: #10b981;
}
.box-about .feature-description {
	font-size: 15px;
	line-height: 1.6;
	color: #64748b;
}
.box-about .particles {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}
.box-about .particle {
	position: absolute;
	background: linear-gradient(45deg, #10b981, #059669);
	border-radius: 50%;
	opacity: 0.1;
	animation: float 6s infinite ease-in-out;
}
.box-about .particle:nth-child(1) {
	width: 8px;
	height: 8px;
	top: 20%;
	left: 10%;
	animation-delay: 0s;
}
.box-about .particle:nth-child(2) {
	width: 12px;
	height: 12px;
	top: 60%;
	left: 20%;
	animation-delay: 1s;
}
.box-about .particle:nth-child(3) {
	width: 6px;
	height: 6px;
	top: 40%;
	left: 80%;
	animation-delay: 2s;
}
.box-about .particle:nth-child(4) {
	width: 10px;
	height: 10px;
	top: 80%;
	left: 70%;
	animation-delay: 3s;
}
@keyframes slideInUp {
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
@keyframes slideInLeft {
	to {
		opacity: 1;
		transform: translateX(0);
   }
}
@keyframes slideInRight {
	to {
		opacity: 1;
		transform: translateX(0);
   }
}
@keyframes scaleIn {
	to {
		transform: scale(1);
   }
}
@keyframes drawLine {
	to {
		opacity: 1;
		width: 80px;
   }
}
@keyframes float {
	0%, 100% {
		transform: translateY(0px) rotate(0deg);
   }
	33% {
		transform: translateY(-20px) rotate(120deg);
   }
	66% {
		transform: translateY(-10px) rotate(240deg);
   }
}
@media (max-width: 1024px) {
	.box-about .container {
		padding: 60px 20px;
   }
	.box-about .content-wrapper {
		gap: 60px;
   }
}
@media (max-width: 768px) {
	.box-about .content-wrapper {
		grid-template-columns: 1fr;
		gap: 0px;
		}
	.box-about .image-section {
		order: 2;
		transform: none;
		animation: fadeIn 1s ease-out 0.6s forwards;
   }
	.box-about .features-section {
		order: 1;
		transform: none;
		animation: fadeIn 1s ease-out 0.4s forwards;
   }
	.box-about .connecting-line {
		display: none;
   }
	.box-about .secondary-images {
		grid-template-columns: 1fr;
		gap: 15px;
   }
	.box-about .feature-item {
		padding: 24px;
		margin-bottom: 20px;
   }
	.box-about .feature-icon {
		width: 80px;
		height: 80px;
   }
	.box-about .section-title {
		margin-bottom: 20px;
		font-size: 23px;
		}
	.box-about .container {
		padding: 40px 16px;
   }
}
@media (max-width: 480px) {
	.box-about .feature-item {
		flex-direction: column;
		text-align: center;
		gap: 16px;
   }
	.box-about .feature-icon {
		align-self: center;
   }
}
@keyframes fadeIn {
	to {
		opacity: 1;
   }
}
.box-about html {
	scroll-behavior: smooth;
}
.box-about .loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f8fafc;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 0.5s ease-out 2s forwards;
}
.box-about .loading-spinner {
	width: 50px;
	height: 50px;
	border: 3px solid #e2e8f0;
	border-top: 3px solid #10b981;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

section.Deliver {
    padding: 40px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}
section.Deliver .transpi__section-heading.transpialigh {
    text-align: center;
}
.Parcel .transpi__delivery-wrapper {
    position: relative;
}
.Parcel .transpi__delivery-wrapper .row {
    position: relative;
    z-index: 2;
}
.Parcel .transpi__delivery-item {
    text-align: center;
    padding: 0 15px;
}
.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;
}
.transpi__delivery-item .icon img {
    padding: 20px;
}
.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;
}
.delivery__content p {
    color: #848484;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
}
.Parcel .transpi__delivery-wrapper .process_shape {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
}
.transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
    margin: 80px 0px 0px 0px;
}
.Parcel .transpi__delivery-item {
    text-align: center;
    padding: 0 15px;
}
section.box-architec {
    padding: 4rem 0px 2rem;
    position: relative;
    background: url(https://natuh.com.vn/storage/setting/y8IwLoP1Cpvif3acNVey.png) !important;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
section.box-architec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff75;
    top: 0;
    z-index: 9;
}
section.box-architec .ctnr {
    position: relative;
    z-index: 99;
}
.item-architec {
    position: relative;
    padding-left: 4px;
    width: calc(100% / 4);
}
.box-svg-architec {
    height: 560px;
    position: relative;
    width: 100%;
}
.box-svg-architec svg {
    width: 100%;
    height: 100%;
}
.box-action-architec {
    text-align: center;
    position: absolute;
    top: 5px;
    padding: 24px;
}
.box-step-architec {
    width: 140px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: -27px;
}
.icon-step-architec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
}
.icon-step-architec:before {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.box-action-architec:hover .icon-step-architec:before {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent;
}
.desc-architec {
    margin-top: 10px;
}
.desc-architec h3 {
    color: #11321a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.desc-architec p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.list-services-architec {
    display: flex;
    justify-content: center;
}
.introduce-product-box:not(:last-child) {
    margin-bottom: 60px;
}

.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-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: 0 0 15px #258f671f;
    display: flex
;
    justify-content: center;
    margin-right: 20px;
    min-height: 90px;
    min-width: 90px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 3px;
}
.introduce-product-left img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    transform: translateX(0);
    height: 50px;
    width: unset;
    max-width: unset;
}
.introduce-product__title {
    margin: 0px 0px;
    margin-bottom: 0px;
    font-size: 35px;
    margin-bottom: 6px;
    color: #eb7100;
    font-weight: 500;
}
.introduce-product-right .desc p {
    font-size: 14px;
    line-height: 1.4;
}

.introduce-product-right .desc p {
    font-size: 15px;
    line-height: 24px;
    color: #1A1A1A;
    font-weight: 300;
}
.introduce-product-box--left.introduce-product-box:nth-child(2) {
    margin-right: 55px;
    margin-left: unset;
}
.introduce-product-box:not(:last-child) {
    margin-bottom: 60px;
}

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

section.introduce-product {
    padding: 30px 0px;
}











.whyus {
	/* Responsive design */
	/* Add some subtle animations */
}
 .whyus .content-section {
	 padding: 40px 0;
	 width: 48%;
}
 .whyus .section-tag {
	 display: inline-flex;
	 align-items: center;
	 gap: 8px;
	 background: rgba(79, 172, 254, 0.1);
	 color: #4facfe;
	 padding: 8px 16px;
	 border-radius: 20px;
	 font-size: 14px;
	 font-weight: 600;
	 margin-bottom: 10px;
	 text-transform: uppercase;
	 letter-spacing: 0.5px;
}
 .whyus .section-tag::before {
	 content: "📋";
	 font-size: 16px;
}
 .whyus .main-title {
	 font-size: 28px;
	 font-weight: 700;
	 color: #2e6e35;
	 line-height: 1.2;
	 margin-bottom: 18px;
}
 .whyus .feature-list {
	 display: flex;
	 flex-direction: column;
	 gap: 23px;
}
 .whyus .feature-item {
	 display: flex;
	 align-items: flex-start;
	 gap: 20px;
	 background-color: #fff;
	 box-shadow: rgba(75, 131, 252, 0.1) 0px 10px 30px;
	 display: flex;
	 flex-wrap: nowrap;
	 position: relative;
	 padding: 18px 15px 18px 15px;
}
 .whyus .feature-icon {
}
 .whyus .feature-icon::after {
}
 .whyus .feature-content h3 {
	 font-size: 18px;
	 font-weight: 600;
	 color: #2d3748;
	 margin-bottom: 8px;
}
 .whyus .feature-content p {
	 color: #718096;
	 line-height: 1.6;
	 font-size: 15px;
}

.whyus-fix .feature-content p{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow: hidden;
}	
 .whyus .image-section {
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .whyus .background-circle {
	 width: 500px;
	 height: 500px;
	 background: linear-gradient(135deg, #10b981, #059669);
	 border-radius: 50%;
	 position: relative;
	 box-shadow: 0 20px 60px rgba(16, 185, 129, 0.3);
}
 .whyus .person-image {
	 position: absolute;
	 width: 380px;
	 height: 380px;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 border-radius: 50%;
	 background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 overflow: hidden;
	 box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
 .whyus .person-placeholder {
	 width: 300px;
	 height: 300px;
	 background: linear-gradient(135deg, #e2e8f0, #cbd5e0);
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
}
 .whyus .laptop-icon {
	 width: 120px;
	 height: 80px;
	 background: #4a5568;
	 border-radius: 8px;
	 position: relative;
	 transform: rotate(-10deg);
}
 .whyus .laptop-icon::before {
	 content: "";
	 position: absolute;
	 top: 8px;
	 left: 8px;
	 right: 8px;
	 bottom: 15px;
	 background: #2d3748;
	 border-radius: 4px;
}
 .whyus .laptop-icon::after {
	 content: "";
	 position: absolute;
	 bottom: -8px;
	 left: 50%;
	 transform: translateX(-50%);
	 width: 140px;
	 height: 8px;
	 background: #4a5568;
	 border-radius: 0 0 12px 12px;
}
 @media (max-width: 968px) {
	 .whyus .container {
		 grid-template-columns: 1fr;
		 gap: 40px;
		 text-align: center;
	}
	 .whyus .main-title {
		 font-size: 28px;
	}
	 .whyus .background-circle {
		 width: 400px;
		 height: 400px;
	}
	 .whyus .person-image {
		 width: 300px;
		 height: 300px;
	}
}
 @media (max-width: 640px) {
	 .whyus .main-title {
		 font-size: 28px;
	}
	 .whyus .background-circle {
		 width: 320px;
		 height: 320px;
	}
	 .whyus .person-image {
		 width: 240px;
		 height: 240px;
	}
	 .whyus .person-placeholder {
		 width: 200px;
		 height: 200px;
	}
	 .whyus .laptop-icon {
		 width: 80px;
		 height: 50px;
	}
}
 .whyus .feature-item:before {
	 content: "";
	 top: 0px;
	 bottom: 0px;
	 height: 0px;
	 width: 5px;
	 background: linear-gradient(
177deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	 position: absolute;
	 left: 0px;
	 transition: 0.2s cubic-bezier(0.24, 0.74, 0.58, 1);
	 margin: auto;
}
 .whyus .feature-item:hover:before {
	 height: 100%;
}
 .whyus .box-flex-whyus {
	 display: flex;
	 justify-content: space-between;
	 gap: 0px 20px;
}
 .whyus .form-feature {
	 width: 50%;
	 padding: 40px 0;
}
 .whyus .course-request-badge {
	 display: inline-flex;
	 align-items: center;
	 gap: 8px;
	 background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	 backdrop-filter: blur(10px);
	 border: 1px solid rgba(255, 255, 255, 0.2);
	 border-radius: 25px;
	 padding: 5px 12px;
	 margin-bottom: 22px;
	 color: #fff;
	 font-size: 14px;
	 font-weight: 500;
}
 .whyus .lightning-icon {
	 width: 20px;
	 height: 20px;
	 color: #10b981;
	 stroke-width: 2.5;
}
 .whyus h1 {
	 color: #2e6e35;
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 1.1;
	 margin-bottom: 30px;
	 max-width: 800px;
	 text-transform: uppercase;
}
 .whyus .description {
	 color: #94a3b8;
	 font-size: 16px;
	 line-height: 1.7;
	 margin-bottom: 20px !important;
}
 .whyus .form-container {
	 display: flex;
	 align-items: flex-end;
	 flex-wrap: wrap;
	 margin-bottom: 17px;
	 gap: 0px 10px;
	 justify-content: space-between;
}
 .whyus .input-group {
	 width: 49%;
}
 .whyus .input-field {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
}
 .whyus .input-field::placeholder {
	 color: #64748b;
	 font-weight: 500;
}
 .whyus .input-field:focus {
	 /* border-color: #10b981; */
	 /* box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1); */
	 /* background: rgba(15, 23, 42, 0.8); */
}
 .whyus .submit-btn {
	 background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	 color: white;
	 border: none;
	 border-radius: 8px;
	 padding: 14px 25px;
	 font-size: 16px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
	 min-width: 180px;
}
 .whyus .submit-btn:hover {
	 transform: translateY(-2px);
	 box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4);
	 background: linear-gradient(135deg, #059669 0%, #047857 100%);
}
 .whyus .submit-btn:active {
	 transform: translateY(0);
}
 @media (max-width: 768px) {
	 .whyus .container {
		 padding: 60px 20px;
	}
	 .whyus h1 {
		 font-size: 2.5rem;
	}
	 .whyus .form-container {
		 flex-direction: column;
		 align-items: stretch;
		 gap: 13px 0px;
	}
	 .whyus .input-group {
		 min-width: 100%;
	}
	 .whyus .submit-btn {
		 min-width: 100%;
	}
}
 @media (max-width: 480px) {
	 .whyus h1 {
		 font-size: 26px;
		 margin-bottom: 10px;
	}
	 .whyus .description {
		 font-size: 14px;
	}
	 .whyus .input-field, .whyus .submit-btn {
		 padding: 16px 20px;
	}
}
 .whyus .container > * {
	 animation: fadeInUp 0.8s ease-out;
}
 .whyus .course-request-badge {
	 animation-delay: 0.1s;
}
 .whyus h1 {
	 animation-delay: 0.2s;
}
 .whyus .description {
	 animation-delay: 0.3s;
}
 .whyus .form-container {
	 animation-delay: 0.4s;
}
 @keyframes fadeInUp {
	 from {
		 opacity: 0;
		 transform: translateY(30px);
	}
	 to {
		 opacity: 1;
		 transform: translateY(0);
	}
}
 .whyus .input-group select {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
}
 .whyus .form-container.row-full .input-group {
	 width: 100%;
}
 .whyus .form-container.row-full textarea {
	 width: 100%;
	 border: 1px solid #dedede;
	 border-radius: 8px;
	 padding: 14px 15px;
	 color: #8490a3;
	 font-size: 16px;
	 outline: none;
	 transition: all 0.3s ease;
	 backdrop-filter: blur(10px);
	 height: 125px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
   }
	100% {
		transform: rotate(360deg);
   }
}
@keyframes fadeOut {
	to {
		opacity: 0;
		visibility: hidden;
   }
}
.box-about .image-stack img {
	height: 100%;
	width: 100%;
	display: block;
}

@media (max-width: 768px) {
	.home-about__image {
		padding: 0;
	}

	.home-about__title {
		font-size: 2.5rem;
	}

	.home-about {
		padding: 25px 0 15px;
	}

}

/*  */
.benefits {
	border-bottom: 1px solid #a3d8fe3d;
	padding-bottom: 20px;
	/* padding-top: 20px; */
}

.benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px 10px;
}

.benefits__item {
	padding: 15px 10px;
	position: relative;
	align-items: center;
	display: flex;
	transition: all 0.3s ease;
	flex-direction: column;
	text-align: center;
	gap: 8px 0px;
	background: linear-gradient(178deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	border-radius: 10px;
}

.benefits__item:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #a3d8fe3d;
}

.benefits__item:hover {
	background-color: #fafafa;
	/* transform: translateY(-2px); */
}

.benefits__icon {
	width: 88px;
	height: 88px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: transform 0.3s ease;
	background: #e9923c;
	padding: 10px;
	margin-top: -50px;
}

.benefits__ct {
	width: calc(100% - 65px);
	color: #666;
	padding-left: 10px;
	line-height: 1.6;
}

.benefits__ct p {
	padding-bottom: 5px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.benefits__ct strong {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.benefits__item:hover .benefits__icon {
	transform: scale(1.1);
}

.benefits__icon svg,
.benefits__icon img {
	width: 54px;
	height: 54px;
	stroke: #eb6d26;
	fill: none;
	stroke-width: 2;
	object-fit: contain;
}

.benefits__icon::before {
}

.benefits__title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.3;
}

.benefits__description {
	color: #666;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.benefits__grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.benefits__item:not(:last-child):after {
		display: none;
	}

	.benefits__item:not(:last-child) {
		border-bottom: 1px solid #e0e0e0;
	}

	.benefits__item {
		padding: 20px 15px;
	}
}

/*  */
.home-product {
	padding: 30px 0 40px;
}


.home-about2 {
	background-color: #73c5da1f;
	background-image: url("../images/h3-banner1.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 50px 0 0 0;
}

.home-about2__description {
	margin-bottom: 20px;
	color: #595959;
	font-size: 17px;
}

.home-about2__row {
	--gutter: 30px;
	gap: 10px 0;
}

.why-choose {
	/* background: linear-gradient(45deg, #bae5ff, #6edcfd, blue); */
	color: white;
	padding: 30px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.why-choose__row {
	--gutter: 0;
}

.why-choose .c-ttl__01-accent {
	/* font-size: 100px; */
	opacity: .1;
	background: transparent;
	color: #f6e9e4;
}

.why-choose__image {
	line-height: 0;
	height: 100%;
}

.why-choose__image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.why-choose__right {
	/* padding: 80px 60px 50px; */
	/* background: linear-gradient(360deg, #347bbb, #0a9758); */
	/* box-shadow: inset 1px 1px 6px #2b60aa6e; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.why-choose__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
	margin-top: 25px;
}

.why-choose__list-item {
	align-items: start;
	background: #ccc;
	border-radius: 50%;
	text-align: center;
	background-image: linear-gradient(150deg, #eaeeef 0%, #cbd7d9 100%);
	border: 6px solid #e7e7e7d6;
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}


.why-choose__list-icon {
	width: 62px;
	/* position: relative; */
	/* z-index: 1; */
}

.why-choose__list-icon::before {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0em;
	width: 62px;
	height: 62px;
	z-index: -1;
	background: #4386fe;
	border-radius: 70% 30% 71% 29% / 25% 31% 69% 75%;
	animation: morph_rotate 4s linear infinite forwards paused;
	transition: 0.4s;
}

.why-choose__list-icon::before {
	animation-play-state: running;
}


.why-choose__list-icon img {
	width: 100%;
}

.why-choose__list-ct {
	color: #333;
	list-style: 1.5;
	font-size: 20px;
}

.why-choose__list-ct h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.why-choose__list-ct h2 {
	margin-bottom: 10px;
	font-size: 35px;
}

.why-choose__list-ct p {
	line-height: 1.3;
}

.why-choose__list-ttl {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--color-main);
}

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

@media (max-width: 768px) {
	.why-choose__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.why-choose__right {
		padding: 5px 15px 0;
	}

	.home-product {
		padding: 30px 0 15px;
	}

	.why-choose__list-item {
		/* width: 200px;
		height: 200px;
		margin: 0 auto; */
		width: 100%;
		position: relative;
		height: auto;
	}

	.why-choose__list-item::before {
		content: "";
		padding-top: 100%;
		display: block;
		width: 100%;
	}

	.why-choose__list-ct {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		font-size: 1.6rem;

	}

	.why-choose__list-ttl {
		font-size: 2rem;
	}

	.why-choose {
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;

	}
}

@keyframes morph_rotate {
	0% {
		border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
		transform: rotate(1turn);
	}

	50% {
		border-radius: 29% 71% 34% 66%/39% 62% 38% 61%;
	}

	100% {
		border-radius: 70% 30% 71% 29%/25% 31% 69% 75%;
		transform: rotate(0turn);
	}
}

.news-system .news-item__ct {
	text-align: center;
}

.news-system .news-item__desc {
	text-align: inherit;
}

.news-system .news-item__redmore {
	text-transform: uppercase;
}

.news-system .news-item__redmore .icon,
.news-system .news-item__area {
	display: none;
}

.home-category {
	padding: 30px 0 50px;
}

.home-review {
	background: url(../images/bg-img.jpg) no-repeat left bottom/cover;
	padding: 80px 0 50px;
	position: relative;
	z-index: 1;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
}

.home-review::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.193);
	z-index: -1;
}

.review-block {
	width: 50%;
	margin-left: auto;
}

.review-block .c-ttl__01-accent {
	background: white;
	background-clip: text;
	opacity: .9;
}

.slide-review:hover .slick-arrow {
	opacity: 1;
}

.slide-review .slick-arrow:hover svg,
.slide-review .slick-arrow:hover svg path {
	fill: var(--color-2);
}

.slide-review .slick-arrow svg {
	width: 30px;
	height: 30px;
}

.slide-review .slick-prev {
	left: -15px;
}

.slide-review .slick-next {
	right: -15px;
}

.slide-review__wrap {
	/* padding-right: 60px; */
}

.slide-review__desc {
	margin-bottom: 25px;
	/* font-size: 18px; */
	margin-top: 15px;
	color: #595959;
}

.slide-review__info-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.slide-review__info-avatar img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-review__info-ct {
	width: calc(100% - 90px);
	padding-left: 10px;
}

.slide-review__info-name {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.slide-review__info-postion {
	color: #595959;
	font-size: 15px;
}

.home-news {
	padding: 30px 0 40px;
}

.home-news .c-ttl__01-accent.sm {
	font-size: 80px;
}

.home-news .js-slide .slick-list {
	padding-bottom: 2px;
}

section.chungnhan {
	padding: 30px 0px;
}

section.chungnhan .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	filter: drop-shadow(2px 4px 6px #cdcdcd);
}

section.chungnhan .name-book {
	text-align: center;
	padding: 10px;
	position: absolute;
	overflow: hidden;
	background: #ffffff96;
	width: 100%;
	bottom: 0;
}

section.chungnhan .images img {
	width: 100%;
	object-fit: cover;
}

section.chungnhan .item-book-one:hover img {}

section.home-promotional {
	padding-bottom: 40px;
}

section.home-about.khuyenmai .home-about__image {
	padding: 0 0 0% 2%;
}

.line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background: linear-gradient(360deg, #347bbb, #0a9758) !important;
	transition: all .3s ease-in-out;
}

.line {
	width: 177px;
	position: relative;
	height: 2px;
	display: block;
	margin-top: 10px;
}

.line::after {
	left: auto;
	right: 0;
	width: 27px;
	background: #75a93f;
}

.line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 35px);
	background-color: #a4d164;
	transition: all .3s ease-in-out;
}

.camnhan {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.item-book-one {
	padding-top: 25px;
}

section.chungnhan .images img {
	display: block;
}

.camnhan .line::after {
	right: 2px;
	left: unset;
	width: 27px;
}

section.chungnhan .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	border: 3px solid #0a9758;
	filter: drop-shadow(2px 4px 2px #cdcdcd);
}

section.chungnhan .images img {
	display: block;
	border-radius: 5px;
}

.home-category__desc {
	max-width: 75%;
	margin: auto;
	font-size: 15px;
	color: #595959;
}

.value {
	background: #005caa;
	/* padding: 27px 0; */
	position: relative;
}

.value:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0a9758f0;
	z-index: 9;
}

.value-box {
	position: relative;
	display: flex;
	text-align: left;
	align-items: center;
	width: 80%;
	justify-content: center;
	margin: 0 auto;
	padding: 40px 0;
	z-index: 999;
}

.value .desc p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

.phone_in {
	background: var(--color-main);
	color: #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 600;
	border-radius: 25px;
	display: inline-block;
	width: auto;
	margin: 15px auto;
	text-align: center;
}

.phone_in:hover {
	color: white;
	background: var(--color-main2);
}

.why_choose__list_in {
	margin: 30px 0;
}

.why_choose__list_in li {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.why_choose__list {
	color: #fff;
}

.why_choose__list-ct h3 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
	color: #0a9758;
}

.why_choose__list-ct .desc {
	font-size: 16px;
	font-weight: 300;
}

.why_choose__list-ct .desc p {
	font-weight: 400;
	color: #333;
}

.desc_news_content {
	margin-top: 30px;
	color: #333;
	font-size: 17px;
}

.desc_news_content ul:not(:last-child) {
	margin-bottom: 10px;
}

.desc_news_content:not(:last-child) {
	margin-bottom: 30px;
}

.desc_news_content ul li {
	list-style: disc !important;
	margin-left: 18px;
}

.introduce-product-box .desc h3 {
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

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

.show-kepper-members .thumb_art a img {
    transform: scale(1);
    transition: 0.5s ease;
}

.show-kepper-members .thumb_art a:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

figure.image-hover.image-hover-overlay img {
    transform: scale(1);
    transition: 1s ease;
}

figure.image-hover.image-hover-overlay img:hover {
    transform: scale(1.2);
    transition: 1s ease;
}

figure.image-hover.image-hover-overlay {
    overflow: hidden;
}
a.velora-hedding:hover {
    color: #e6882b;
}
@keyframes spolicy {

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

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

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.introduce-product__img {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.introduce-product__img: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%;
    }
}

.introduce-product-left:hover img {
    -webkit-animation: spolicy 3s linear;
    -moz-animation: spolicy 3s linear;
    -o-animation: spolicy 3s linear;
    animation: spolicy 3s linear;
}

.show-kepper-members {
    padding: 30px 0px;
}
.show-kepper-members .grid.grid__3 {
    column-gap: 37px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    width: 100%;
    position: relative;
}
.show-kepper-members .item-kepper-member {
    position: relative;
    padding: 10px;
    border-radius: 10px;
}
.show-kepper-members .item-kepper-member:nth-child(1):before {
    content: "";
    background: unset;
}

.show-kepper-members .item-kepper-member:before {
    content: "";
    background: #eaeaea61;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -19px;
}
.wp-block-envirra-title {
    margin-bottom: 30px;
}
.vw-supertitle {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 2px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 900;
    width: max-content;
    position: relative;
    overflow: hidden;
}
.vw-supertitle: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 3s infinite 3s;
    display: block;
}
.vw-supertitle img {
    height: 26px;
    margin-bottom: -8px;
}
h2.vw-title {
    display: flex;
    align-items: center;
    gap: 0px 16px;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    font-size: 23px;
}
h2.vw-title:after {
    content: "";
    width: 88%;
    height: 4px;
    flex: 1;
    border-top: 1px dashed #ffffff;
    border-bottom: 1px dashed #ffffff;
}
.show-kepper-members article.art_item.thumb-full {
    flex-direction: column;
    margin-bottom: 15px;
}

.show-kepper-members article.art_item {
    position: relative;
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show-kepper-members article.art_item {
}
.show-kepper-members article.art_item.thumb-full .thumb_art {
    width: 100%;
}
.show-kepper-members .thumb_art a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

.show-kepper-members .thumb_art img {
    display: block;
}
.show-kepper-members h3.title_news {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 64px;
    color: #FFF;
    padding: 0 10px;
    line-height: 1.5;
    text-align: justify;
}

.show-kepper-members h3.title_news a {
    color: #ffffff;
    font-size: 15px;
}





















.box-order-requets {
    background: linear-gradient(
178deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
    padding: 30px 0px;
}


        .product-card {
            padding: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
        }

        .product-image {
            width: 100%;
            /* height: 280px; */
            object-fit: cover;
            display: block;
        }

        .product-content {
            padding: 20px 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #Fff;
            height: 282px;
        }

        .product-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 24px;
            color: #000;
            text-align: center;
            text-transform: uppercase;
        }

        .product-description {
            color: #64748b;
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 27px !important;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .read-more-btn {
            display: inline-block;
            padding: 15px 40px;
            border: 1px solid #666666;
            background: transparent;
            color: #000;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            text-align: center;
            transition: all 0.3s ease;
            align-self: flex-start;
            cursor: pointer;
            width: 100%;
        }

        .read-more-btn:hover {
            background-color: #e68729;
            color: #fff;
            border-color: #e68729;
        }

        /* Center card specific styling */
        .center-card {
            background-color: #2e6e35;
        }

        .center-card .product-content {
            text-align: center;
            justify-content: center;
            align-items: center;
            padding: 60px 40px;
        }

        .center-card .product-title {
            font-size: 3rem;
            margin-bottom: 30px;
        }

        .center-card .product-description {
            max-width: 400px;
            margin-bottom: 50px;
        }

        .center-card .product-image {
            /* height: 320px; */
            order: 2;
        }

        .center-card .product-content {
            order: 1;
        }
		section.box-compenit-qc {
			padding: 7rem 0px;
			text-align: center;
			background-image: url(https://demo.7iquid.com/basilico/chocolate/wp-content/uploads/2024/12/img22-home1.jpg);
			position: relative;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}

		section.box-compenit-qc h2 {
			font-size: 25px;
			color: #fff;
		}

		section.box-compenit-qc:before {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			background: linear-gradient(178deg, rgb(230 135 41 / 43%) 0%, rgb(237 162 88 / 70%) 50%, rgb(242 194 145 / 71%) 100%);
			left: 0;
			top: 0;
		}

		section.box-compenit-qc .ctnr {
			position: relative;
		}




section.blogs {
	background: #f3f3f3;
	padding: 1rem 0 0px;
	position: relative;
}

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

.block-title .sub-title {
	display: block;
	font-weight: 300;
	margin-bottom: 0.25rem;
	font-size: 17px;
	font-size: 17px;
	margin: 7px;
	color: #1aace3;
	padding: 0;
}

.block-title h2 {
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: #333;
	position: relative;
	text-transform: uppercase;
}

.splide__track {
	position: relative;
	display: block;
}

.splide__slide {
	position: relative;
}

.news-img {
	position: relative;
	/* overflow: hidden; */
}
.box-member-form-poup .image-content img {
    height: 100%;
}

.box-member-form-poup .image-content {
    height: 100%;
}
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: 0.135rem;
	background-color: #fff;
	color: #333;
	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;
}

.bg-contai-support {
	background: #f5f5f5;
	padding: 20px;
}

.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: 0.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;
	background-color: #fff;
	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: 19px;
	font-weight: 700;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	min-height: 42px;
}

figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: 229px;
	object-fit: cover;
}

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

a.news-link svg path {
	fill: currentColor;
}

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

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

.comment-view {
	padding-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* SÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœ dÃƒÆ’Ã‚Â²ng tÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœi Ãƒâ€žÃ¢â‚¬Ëœa */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.news-box {
	border-radius: 24px;
	border: 2px solid var(--color-main);
	background: white;
	overflow: hidden;
}

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

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

.news.hover-effect {
    padding-left: 40px;
    padding-right: 10px;
    transition: 0.5s ease;
    padding-bottom: 20px;
}
.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: #144121;
	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: 0.85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.25s ease-in-out;
	right: 0;
	opacity: 0;
}

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

.splide__track button svg path {
	stroke: var(--color-main2);
	fill: var(--color-main2);
}

button.slick-next-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: #144121;
	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: 0.85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: 0.25s ease-in-out;
	left: 35px;
	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;
}
.hedding-blogs {
    margin-bottom: 20px;
}

.newsletter__wrapper {
	background-color: #f8f5f0;
	border-radius: 0.75rem;
}

.newsletter__wrapper {
	padding: 60px;
}

.newsletter__wrapper {
	padding: 25px;
}
.news-container-title {
    max-width: 800px;
    width: 90%;
    text-align: center;
    animation: fadeInUp 1s ease-out;
    margin: 0 auto;
    padding: 20px 0px;
}

.news-container-title .news-label {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 12px;
    font-weight: 500;
    opacity: 0.9;
    animation: fadeIn 1.2s ease-out 0.3s both;
}

.news-container-title .news-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 13px;
    animation: fadeIn 1.2s ease-out 0.6s both;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}
.news-container-title .news-description {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto 20px;
    animation: fadeIn 1.2s ease-out 0.9s both;
}
.news-container-title .divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #b8860b, #daa520);
    margin: 0 auto;
    animation: expandWidth 1s ease-out 1.2s both;
}


.box-order-requets  .news-container-title .news-label {
    color: #fff;
}

.box-order-requets  .news-container-title .news-title {
    color: #fff;
}

.box-order-requets  .news-container-title .news-description {
    color: #fff;
    margin-bottom: 15px;
}

.box-order-requets .news-container-title .divider {
    background: #fff;
}
.box-order-requets .news-container-title {
    margin-bottom: 30px;
}
.show-kepper-members {
    padding: 30px 0px;
    background: linear-gradient(178deg, rgb(230, 135, 41) 0%, rgb(237, 162, 88) 50%, rgb(242, 194, 145) 100%);
}
.show-kepper-members article.art_item .thumb_art {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: calc(100% / 2 - 5px);
}

.feature-item.active {
    background: linear-gradient(90deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
    border-radius: 5px;
}

.feature-item.active h3 {
    color: #fff;
}

.feature-item.active p {
    color: #fff;
}
.box-memner-card-order .product-card:nth-child(2n) .item-order {
    order: 2;
}.benefits__ct h2 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

.benefits__ct ul li {
    font-size: 14px;
    color: #fff;
}


section.whyus .feature-icon {
    width: 65px;
    height: 65px;
    padding: 7px;
}

section.whyus .feature-content {
    flex: 1;
}
.introduce-product__img.aos-init.aos-animate {
    background: linear-gradient(90deg, rgb(230, 135, 41) 0%, rgb(237, 162, 88) 50%, rgb(242, 194, 145) 100%);
}

.whyus .form-feature .text-mobile{
	display: none;
}


        @media (max-width: 1200px) {
            .product-title {
                font-size: 2rem;
            }

            .center-card .product-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .container {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
            }

            .product-image {
                height: 250px;
            }

            .product-content {
                padding: 30px 20px;
				height: unset;
            }

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

            .center-card .product-title {
                font-size: 2.2rem;
            }

            .product-description {
                font-size: 14px;
                text-align: center;
            }

            .read-more-btn {
                padding: 12px 30px;
            }

			.slide-mv__img:before{
				bottom: -55px;
			}

			.box-about{
				margin: 30px 0 60px;
			}

			.box-order-requets .news-container-title{
				width: 100%;
				margin-bottom: 10px;
			}

			.box-order-requets{
				padding: 10px 0px 30px;
			}

			.news-container-title .news-description{
				margin: 0 auto 12px;
			}

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

        @media (max-width: 480px) {
            .product-content {
                padding: 25px 15px;
            }

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

            .center-card .product-title {
                font-size: 2rem;
            }

            .read-more-btn {
                padding: 10px 25px;
                width: 100%;
				border-radius: 8px;
            }

			.whyus .form-feature .text-mobile{
				display: inline-flex;
			}

			.whyus .box-flex-whyus .text-pc{
				display: none;
			}
			
        }

        /* Hover effects */
        .product-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

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

        .product-card:hover .product-image {
            transform: scale(1.05);
            transition: transform 0.5s ease;
        }

        .product-image {
            transition: transform 0.5s ease;
        }

.box-memner-card-order {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 15px;
}

.box-about .feature-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 1023px) {
	.review-block {
		width: 100%;
	}

	.js-slide {
		padding: 0 10px;
	}

	.home-category {
		padding: 55px 0 30px;
	}

	.home-about2 {
		padding: 30px 0;
	}

	.home-review {
		padding: 60px 0 25px;
	}

	.home-news .c-ttl__01-accent.sm {
		font-size: 35px;
	}

	.home-news {
		padding: 30px 0;
	}
}
@media(max-width:990px){
	.news-container-title .news-title {
		font-size: 23px;
	}

	.benefits__item {
		margin-top: 32px;
	}
	.benefits__ct {
		width: 100%;
	}
	.benefits__icon {
		left: 50%;
		transform: translateX(-50%) !important;
	}

	.box-memner-card-order{
		display: block;
	}
	.news-container-title .news-title {
		font-size: 24px;
	}
	.whyus .box-flex-whyus {
		flex-direction: column-reverse;
	}

	.whyus-fix .box-flex-whyus{
		flex-direction: column;
	}

	.whyus .form-feature {
		width: 100%;
	}

	.whyus .content-section {
		width: 100%;
		padding: 10px 0;
	}

	.whyus-fix .content-section{
		padding: 30px 0 20px;
	}	

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

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

	.whyus .form-feature {
		padding: 20px 0;
	}

	.show-kepper-members .grid.grid__3 {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
}
