
#page-home section{
	/* overflow: hidden; */
}
.box-member-banners .slick-dots {
	bottom: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(42, 42, 42, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50px;
	padding: 8px 16px;
	gap: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.box-member-banners .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s ease;
	vertical-align: middle;
}

.box-member-banners .slick-dots li:hover {
	background: rgba(255, 255, 255, 0.8);
	transform: scale(1.2);
}

.box-member-banners .slick-dots li.slick-active {
	width: 24px;
	height: 8px;
	border-radius: 4px;
	background: #ffffff;
	transform: none;
}

.box-member-banners .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.box-member-banners .slick-dots li button:before {
	display: none;
}
.box-stage-outer-slider .slick-arrow svg{
	fill: transparent;
}
.box-stage-outer-slider .slick-arrow svg path{
	stroke: white;
	fill: transparent;
}
.box-stage-outer-slider.arrow-common .slick-prev{
	left: 15px;
}
.box-stage-outer-slider.arrow-common .slick-next{
	right: 15px;
}
/* Responsive */
@media (max-width: 768px) {
	.box-member-banners .slick-dots {
		padding: 6px 12px;
		gap: 6px;
		bottom: 15px;
	}

	.box-member-banners .slick-dots li {
		width: 6px;
		height: 6px;
	}

	.box-member-banners .slick-dots li.slick-active {
		width: 20px;
		height: 6px;
	}
}
.slide-mv__img {
	position: relative;
	width: 100%;
	z-index: 1;
}

.slide-mv__img img {
	width: 100%;
	display: block;
	height: calc(100vh - 120px);
}
.slide-mv__img a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.item-slider-stages {
	position: relative;
}

/* Hero Content Overlay */
.slide-mv__info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}

.slide-mv__content {
	max-width: 800px;

	pointer-events: auto;
	text-align: center;
}

.slide-mv__title {
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.slide-mv__description {
	font-size: 18px;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 30px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);

}

.slide-mv__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--bg-gradient);
	color: #ffffff;
	padding: 14px 28px;
	border-radius: 35px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slide-mv__btn:hover {
	background: var(--color-main);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
	color: #ffffff;
}

.slide-mv__btn:active {
	transform: translateY(0);
}

.slide-mv__btn svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	transition: transform 0.3s ease;
}

.slide-mv__btn:hover svg {
	transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
	.slide-mv__content {
		max-width: 100%;
		padding: 30px 20px;
	}

	.slide-mv__title {
		font-size: 42px;
		margin-bottom: 15px;
	}

	.slide-mv__description {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.slide-mv__btn {
		padding: 12px 24px;
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.slide-mv__content {
		padding: 20px 15px;
	}

	.slide-mv__title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.slide-mv__description {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.slide-mv__btn {
		padding: 10px 20px;
		font-size: 14px;
	}

	.slide-mv__btn svg {
		width: 16px;
		height: 16px;
	}
	.slide-mv__img img{
		/* height: auto; */
		height: 380px;

	}
}

.home-about {
	padding: 60px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.benefits__ct h2 {
	font-size: 17px;
	color: #333;
	margin-bottom: 2px;
}
.home-about__row {
	gap: 40px 0;
	align-items: flex-start;
}

/* Left Column: Visual Section */
.home-about__image {
	position: relative;
	padding: 0;
}
.home-about__content .c-ttl__01{
	text-transform: none;
}
.home-about__visual {
	position: relative;
	height: 100%;
	min-height: 538px;
}

/* Overlapping Images */
.home-about__images-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 560px;
}

.home-about__image-main {
	position: relative;
	width: 55%;
	aspect-ratio: 4/5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	z-index: 1;
	margin-top: auto;
	margin-bottom: 20px;
}

.home-about__image-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-about__rating-text{
	font-size: clamp(10px, 2vw, 1.4rem);
}
.home-about__image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 42%;
	aspect-ratio: 3.9/5;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	z-index: 2;
	/* animation: upDown 4s ease-in-out infinite; */
}

.home-about__image-overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* Rating Card */
.home-about__rating-card {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	z-index: 5;
	width: 42%;
	text-align: center;
}

.home-about__rating-score {
	font-size: clamp(2.8rem, 6vw, 5.4rem);
	font-weight: 700;
	color: #ef4444;
	margin-bottom: 12px;
	line-height: 1;
}

.home-about__rating-avatars {
	display: flex;
	
	justify-content: center;
	margin-bottom: 10px;
}

.home-about__rating-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	margin-left: -8px;
	overflow: hidden;
	background: #f3f4f6;
}

.home-about__rating-avatar:first-child {
	margin-left: 0;
}

.home-about__rating-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-about__rating-stars {
	display: flex;
	gap: 1px;
	justify-content: center;
	margin-bottom: 10px;
}
.home-about__rating-stars svg{
	width: 12px;
	height: 12px;
}


/* Right Column: Content Section */
.home-about__content {
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-about__label {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-main2);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	position: relative;
	/* padding-bottom: 10px; */
}

.home-about__label::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: #cbd5e1;
	opacity: 0;
}

.home-about__title {
	font-size: 42px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.2;
	margin-bottom: 15px;
}

.home-about__title-line1 {
	display: block;
	font-size: 0.85em;
}

.home-about__title-line2 {
	display: block;
}

.home-about__divider {
	width: 80px;
	height: 3px;
	background: var(--bg-gradient2);
	margin: 0 0 16px 0;
	border-radius: 2px;
}

.home-about__description {
	color: #475569;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Feature Boxes */
.home-about__features {
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.home-about__feature {
	display: flex;
	align-items: center;
	gap: 12px;
}

.home-about__feature-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	border-radius: 8px;
	flex-shrink: 0;
}

.home-about__feature-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.home-about__feature-text {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
}

/* Bullet Points */
.home-about__bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

.home-about__bullets li {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
}

.home-about__bullets li::before {
	content: "";
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-main);
	mask-image: url(../images/icon.png);
	mask-size: 12px;
	mask-repeat: no-repeat;
	mask-position: center;
	color: #ffffff;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	flex-shrink: 0;
}
.home-about__year{
    bottom: 26%;
    z-index: 10;
    left: 43%;
    width: 160px;
    height: 160px;
}
/* Button */
.home-about__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--bg-gradient);
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 61px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	max-width: fit-content;
}

.home-about__btn:hover {
	background: var(--bg-gradient2);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.home-about__btn svg {
	width: 18px;
	height: 18px;
}

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

.title-separator:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: currentColor;
	
	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: currentColor;
	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 currentColor;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

.title-separator .separator-center:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	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;
}


@media (max-width: 991px) {
	.home-about__content {
		padding-left: 0;
		padding-top: 30px;
	}

	.home-about__visual {
		min-height: 400px;

	}

	.home-about__badge {
		width: 120px;
		height: 120px;
		border-width: 6px;
	}

	.home-about__badge-number {
		font-size: 40px;
	}

	.home-about__badge-text {
		font-size: 10px;
	}
	.home-about__image-main{
		width: 55%;
	}
	.home-about__image-overlay{
		/* display: none; */
		width: 43%;
		aspect-ratio: 4.9 / 5;
	}
	.home-about__rating-card{
		width: 43%;
	}
	.home-about__year{
		width: 19.5%;
		height: auto;
		left: 46%;
	}
}

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

	.home-about__row {
		gap: 30px 0;
	}

	.home-about__image {
		padding: 0;
	}

	.home-about__visual {
		min-height: 350px;
	}


	.home-about__images-wrapper{
		min-height: 520px;
	}
	.home-about__badge {
		width: 100px;
		height: 100px;
		border-width: 5px;
	}

	.home-about__badge-number {
		font-size: 32px;
	}

	.home-about__badge-text {
		font-size: 9px;
		padding: 0 8px;
	}

	

	.home-about__title {
		font-size: 28px;
	}

	.home-about__description {
	
	}

	.home-about__features {
		gap: 20px;
	}

	.home-about__btn {
		padding: 6px 16px;
		font-size: 15px;
	}
}
@media (max-width: 640px) {
	.home-about__images-wrapper {
        min-height: 472px;
    }
	.home-about__year{
		bottom: 37%;
	}
}
@media (max-width: 480px) {
    .home-about__images-wrapper {
        min-height: 377px;
    }
}
@media (max-width: 400px) {
    .home-about__images-wrapper {
        min-height: 356px;
    }
}
/*  */
.benefits {
	border-bottom: 1px solid #a3d8fe3d;
}

.benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 10px;
	gap: 0 10px;
	border-bottom: 1px solid lightgray;
}

.benefits__item {
	padding: 10px 0px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: space-between;
	transition: all 0.3s ease;
}

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

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

.benefits__icon {
	width: 54px;
	height: 54px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

.benefits__ct {
	width: calc(100% - 65px);
	color: #475569;
	padding-left: 0;
	font-size: 15px;
	line-height: 1.3;
}

.benefits__ct p {
	padding-bottom: 5px;
	margin: 0;
	font-size: 15px;
	line-height: 1.3;
}

.benefits__ct strong {
	color: #0a9758;
	font-size: 18px;
	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;
}

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

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

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




.why-choose {
	padding: 60px 0;
	background: #ffffff;
	position: relative;
}

.why-choose__row {
	--gutter: 20px;
	/* align-items: center; */
}

/* Left Column: Image */
.why-choose__left {
	position: relative;
}

.why-choose__image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

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

/* Right Column: Content */


.why-choose__content {
	max-width: 600px;
}

.why-choose__content .block-heading {
	margin-bottom: 20px;
}

.why-choose__content .block-heading__label {
	margin-bottom: 7px;
}

.why-choose__content .block-heading__title {
	line-height: 1.1;
}

.why-choose__content .block-heading__desc {

	color: #64748b;
	line-height: 1.8;
	margin-bottom: 0;
}

/* Statistics Grid */
.why-choose__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.why-choose__stat-item {
	text-align: left;
}

.why-choose__stat-number {
	font-size: 48px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.2;
	margin-bottom: 8px;
	display: block;
}

.why-choose__stat-label {
	font-size: 15px;
	color: #64748b;
	line-height: 1.5;
}

/* Actions Section */
.why-choose__actions {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.why-choose__bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
	min-width: 200px;
}

.why-choose__bullet {
	font-size: 15px;
	color: #64748b;
	line-height: 1.6;
	position: relative;
	padding-left: 20px;
}

.why-choose__bullet::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #ef4444;
	font-size: 20px;
	line-height: 1;
}
section.home-about.khuyenmai {
	padding: 30px 0px;
}
.category-row{
	--gutter: 10px;
	gap: 20px 0;
}

@media (max-width: 991px) {
	.why-choose {
		padding: 60px 0;
	}

	.why-choose__right {
	
		padding-top: 40px;
	}

	.why-choose__content {
		max-width: 100%;
	}


	

	.why-choose__stat-number {
		font-size: 36px;
	}

	.why-choose__actions {
		flex-direction: column;
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.why-choose {
		padding: 30px 0;
	}


	.why-choose__content .block-heading__title {
		font-size: 28px;
		margin-bottom: 15px;
	}


	.why-choose__stats {
		padding: 10px 0;
		margin-bottom: 10px;
		/* text-align: center; */
	}

	.why-choose__stat-item {
		text-align: center;
	}



	.why-choose__actions {
		align-items: stretch;
	}

	.why-choose__bullets {
		min-width: 100%;
	}
}

@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: 50px 0 ;
}

.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: 60px 0;
}
.home-news .block-heading{
	margin-bottom: 20px;
}
.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 .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 var(--color-main2);
	filter: drop-shadow(2px 4px 2px #cdcdcd);
}

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

.home-category {
	padding: 60px 0;
	background: #ffffff;
	background-repeat: no-repeat !important;
	background-position: top center;
	background-size: cover !important;
}

/* Header Section */
.block-heading{
	margin-bottom: 30px;
}


.block-heading__label {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	gap: 15px;
	margin-bottom: 5px;
}

.block-heading__label-line {
	width: 40px;
	height: 7px;
	position: relative;
}
.block-heading__label-line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 1px;
	background: var(--color-2);
}
.block-heading__label-line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-main2);
}
.block-heading__label-line.left::before {
	left: auto;
	right: 0;
}
.block-heading__label-text {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-main2);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.block-heading__title {
	font-size: 42px;
	font-weight: 700;
	color: var(--color-2);
	line-height: 1.3;
	max-width: 900px;
	margin: 0 auto;
}


.block-heading__desc {
	margin-top: 15px;
	color: #64748b;
	line-height: 1.8;
	margin-bottom: 20px;
}
/* Cards Grid */
.area-activity-slider{
	
}
.area-activity-slider .slick-list {
	margin: 0 -10px;
}
.area-activity-slider .slick-slide {
	margin: 10px;
}

/* Card Styles */
.home-category__card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 30px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.home-category__card:hover .home-category__card-arrow {
	background: var(--color-main);
	color: #ffffff;
	transform: rotate(45deg);
}
.home-category__card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #d8dde1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.home-category__card-ct{
	margin-bottom: 25px;
}
.home-category__card-title {
	font-size: 20px;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
	flex: 1;
	line-height: 1.3;
}

.home-category__card-title a {
	color: inherit;
	text-decoration: none;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	transition: color 0.3s ease;
}

.home-category__card-title a:hover {
	color: var(--color-main);
}

.home-category__card-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
	border-radius: 50%;
	color: #1e293b;
	text-decoration: none;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.home-category__card-arrow:hover {
	background: var(--color-main);
	color: #ffffff;
	transform: rotate(45deg);
}

.home-category__card-arrow svg {
	width: 18px;
	height: 18px;
}

.home-category__card-desc {

	color: #64748b;

	line-height: 1.7;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-category__card-image {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 25px;
}

.home-category__card-image a {
	display: block;
	width: 100%;
	height: 100%;
}

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

.home-category__card:hover .home-category__card-image img {
	transform: scale(1.1);
}

/* Responsive */

@media (max-width: 1200px) {
	.home-category__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

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

	.block-heading {
		margin-bottom: 25px;
	}

	.block-heading__title {
		font-size: 28px;
	}

	.home-category__grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.home-category__card{
		padding: 15px;
	}
	.home-category__card-image{
		border-radius: 10px;
	}
	
}

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

.value:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--color-main2);
	opacity: .2;
	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: black;
	text-shadow: 1px 1px 1px white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 700;
}

.phone_in {
	background: var(--bg-gradient);
	border: 1px solid var(--color-main2);
	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;
	transition: all .3s ease-in;
}

.phone_in:hover {
	color: white;
	background: var(--bg-gradient);
	border-color: var(--color-main);
}

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


.dichvu-category .slick-slide {
	margin: 10px;
}

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






@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;
	}
	.value-box{
		width: 100%;
	}
}

/* Home Project Section */
.home-project {
	padding: 60px 0;
	background: #ffffff;
	position: relative;
	/* overflow: hidden; */
}

.home-project__row {
	--gutter: 25px;
	gap: 30px 0;
}

/* Left Column: Intro */
.home-project__left .block-heading{
	max-width: 500px;
	position: sticky;
	top: 92px;
	margin-bottom: 0;
}
.home-project__left .block-heading__label{
	margin-bottom: 10px;
}
.home-project__left .block-heading__title{
	margin: 0 0 10px;
}





.block-heading__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--bg-gradient);
	color: #ffffff;
	padding: 16px 32px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	width: fit-content;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(239, 68, 68, 0.2);
}

.block-heading__btn:hover {
	background: var(--bg-gradient2);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
	color: #ffffff;
}

.block-heading__btn svg {
	width: 18px;
	height: 18px;
}

/* Right Column: Project List */
.home-project__right {
	position: relative;
	z-index: 1;
}

.home-project__list {
	display: flex;
	flex-direction: column;
	/* gap: 40px; */
}


/* Scroll Effect - Cover Previous Section */
.home-project {
	background: #ffffff;
	position: relative;
	z-index: 5;
}

/* .home-project::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, transparent, #ffffff);
	z-index: 10;
	pointer-events: none;
} */

.home-project__right {

}

/* Responsive */
@media (max-width: 991px) {
	.home-project {
		padding: 60px 0;
	}

	.block-heading__btn{
		padding: 6px 16px
	}
}

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



	.block-heading__desc {

		margin-bottom: 20px;
	}

	
}


/* Home Why / Testimonial Section */
.home-why {
	padding: 60px 0;
	background: #ffffff;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

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

/* Left Column: Image */
.home-why__left {
	position: relative;
}

.home-why__image-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.home-why__image-wrapper img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	max-height: 620px;
}

/* Right Column: Content */
.home-why__right {

}

.home-why__content {
	background: url(../images/testimonial-bg.jpg) no-repeat center center/cover;
	padding: 50px 40px;
	border-radius: 20px;
	position: relative;
}

.home-why__content .block-heading {
	margin-bottom: 30px;
}

.home-why__content .block-heading__label {
	margin-bottom: 15px;
}

.home-why__content .block-heading__title {
	font-size: 36px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.3;
	margin-bottom: 0;
}

/* Testimonial Slider */
.testimonial-slider {
	position: relative;
	margin: 30px 0;
}
.testimonial-slider.arrow-common .slick-arrow {
	background: transparent;
}
.arrow-common.testimonial-slider .slick-arrow svg{
	fill: var(--color-main2);
	width: 15px;
	height: 15px;
}
.arrow-common.testimonial-slider .slick-arrow:hover{
	background: var(--bg-gradient);
}
.arrow-common.testimonial-slider .slick-arrow:hover svg{
	fill: #fff;
}
.testimonial-slider__item {
	display: none;
}

.testimonial-slider__item.slick-active {
	display: block;
}

.testimonial-slider__quote {
	position: relative;
	margin-bottom: 30px;
}

.testimonial-slider__quote-mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 32px;
	mask-image: url(../images/quote.png);
	mask-size: 100%;
	mask-position: center;
	mask-repeat: no-repeat;
	background: var(--color-main);
	z-index: 0;
}

.testimonial-slider__text {
	font-size: 20px;
	color: #1e293b;
	line-height: 1.7;
	margin: 0;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

/* Author Info */
.testimonial-slider__author {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-right: 90px;
}

.testimonial-slider__author-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 3px solid #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-slider__author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-slider__author-info {
	flex: 1;
	min-width: 0;
}

.testimonial-slider__author-name {
	font-size: 18px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 4px;
}

.testimonial-slider__author-position {
	font-size: 14px;
	color: #64748b;
}

/* Navigation Buttons */
.testimonial-slider__nav {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.testimonial-slider__nav-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	color: #1e293b;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.testimonial-slider__nav-btn:hover {
	background: #ef4444;
	border-color: #ef4444;
	color: #ffffff;
	transform: scale(1.1);
}

.testimonial-slider__nav-btn svg {
	width: 18px;
	height: 18px;
}

/* Statistics Section */
.home-why__stats {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 30px;
	border-top: 1px solid #e2e8f0;
}

.home-why__stats-number {
	font-size: 72px;
	font-weight: 700;
	color: #cbd5e1;
	line-height: 1;
	flex-shrink: 0;
}

.home-why__stats-number .counter-value {
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--color-main2);
	color: transparent;
}

.home-why__stats-text {
	font-size: 16px;
	color: #1e293b;
	line-height: 1.6;
	flex: 1;
}

/* Responsive */
@media (min-width: 768px) {
	.testimonial-slider .slick-prev {
		left: auto;
		right: 40px;
	}
	.testimonial-slider .slick-next {
		right: 0;
	}
	.testimonial-slider.arrow-common .slick-arrow {
		opacity: 1;
		top: auto;
		bottom: 14px;
	}
}
@media (max-width: 991px) {
	.home-why {
		padding: 60px 0;
	}

	

	.home-why__content {
		padding: 40px 30px;
	}

	.home-why__content .block-heading__title {
		font-size: 28px;
	}

	.testimonial-slider__text {
		font-size: 18px;
	}

	.home-why__stats {
		
		gap: 15px;
	}

	.home-why__stats-number {
		font-size: 56px;
	}
}


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

	.home-why__row {
		--gutter: 30px;
	}

	.home-why__content {
		padding: 30px 25px 25px;
	}

	.home-why__content .block-heading__title {
		font-size: 24px;
	}

	.testimonial-slider__quote-mark {
		font-size: 80px;
		top: -10px;
		left: -5px;
	}

	.testimonial-slider__text {
		font-size: 16px;
		padding-left: 15px;
	}

	.testimonial-slider__author {
		flex-wrap: wrap;
		gap: 15px;
	}

	.home-why__stats-number {
		font-size: 48px;
	}
	.testimonial-slider__author{
		padding-right: 0;
	}
	#page-home {
		overflow-x: hidden;
	}
	
}

