input::placeholder {
	color: #333;
}

.reviews-grid.slider-slick-review {
	padding-bottom: 38px;
}

.js-slideshows {
	margin-bottom: 0;
}

.js-slideshows .slick-next {
	right: 10px;
}

.js-slideshows .slick-prev {
	left: 10px;
}



.js-slideshows__img img {
	width: 100%;
	height: auto;
}

/* about */
.aboutus {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.aboutus__row {
	gap: 20px 0;
}

.aboutus-content {
	z-index: 1;
}

/* .aboutus .ctnr::after {
	content: "";
	position: absolute;
	width: 288px;
	height: 288px;
	background: url(../images/icon1-abouts.png) no-repeat bottom right/contain;
	bottom: -10%;
	z-index: 1;
	left: -58px;
} */

.aboutus-content__title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.aboutus-content__title .lead {
	font-size: 60px;
	color: #D9D9D8;
	letter-spacing: 13px;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	right: 77px;
	transform: translateY(-50%);
	z-index: -1;
	font-weight: 900;
	opacity: 0.5;
}

.aboutus-content__title .small {
	font-size: 18px;
	font-weight: 400;
	color: #737373;
}

.aboutus-content__title .xl {
	font-size: 26px;
	font-weight: 700;
	color: var(--color-main);
}

.aboutus-content__desc:not(:last-child) {
	margin-bottom: 15px;
}

.aboutus-link {
	gap: 10px;
	margin-top: 30px;
}

.aboutus-content {
	position: relative;
}

/* customer-review */
.home-review {
	padding: 50px 0;
}

.js-achievements-slide .slick-list {
	margin: 0 -10px;
}

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

.customer-review__icon {
	width: 33px;
	height: 33px;
	display: inline-block;
	transform: rotate(180deg);
}

.customer-review__desc {
	margin-bottom: 15px;
}

.customer-review__desc .noi_dung_in {
	padding: 0;
}

.customer-review__info {}

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

.customer-review__info-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customer-review__info-ct {
	width: calc(100% - 80px);
}

.customer-review__info-name {
	font-size: 17px;
	font-weight: 700;
}

.customer-review__info {
	gap: 2px;
}

.customer-review__info-start svg {
	width: 15px;
	height: 15px;
}

.customer-review__info-start[data-star="1"] svg:nth-child(-n + 1) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="2"] svg:nth-child(-n + 2) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="3"] svg:nth-child(-n + 3) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="4"] svg:nth-child(-n + 4) path {
	fill: #facd04;
}

.customer-review__info-start[data-star="5"] svg:nth-child(-n + 5) path {
	fill: #facd04;
}

/* home-article */
.home-article {
	padding: 50px 0 20px;
	background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff);
}

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

.article-slide .slick-slide {
	margin: 0 10px;
	padding-bottom: 38px;
}

/* registration */
.registration {
	padding: 50px 0 0px;
	position: relative;
	background: #f7f8fa;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: 45% 100% !important;
	background-position: 2px 0 !important;
}

.registration-info {}

.registration-info__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.registration__form {
	padding: 34px 50px 38px;
	position: relative;
	z-index: 10;
	border-radius: 10px;
}

/* blog */
.home-blogs {
	padding: 50px 0 40px;
}

/* gallery */
.home-gallery {
	padding: 50px 0 50px;
}


.gallery-grid__list-item>a {
	height: 100%;
}

.gallery-grid__img {
	line-height: 0;
	height: 100%;
}

.gallery-grid__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.reviews {
	padding: 40px 0% 10px;
	/* background: #f7f8fa; */
	position: relative;
}

.reviews h2 {
	text-align: center;
	font-size: 33px;
	margin-bottom: 20px;
	color: var(--color-main);
	position: relative;
	/* font-family: "Playfair Display", serif; */
}


.review-card {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin: 14px 10px 20px;
	min-height: unset !important;
}

.review-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.review-text {
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reviewer {
	display: flex;
	align-items: center;
	gap: 15px;
}

.reviewer-avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(45deg, #4CAF50, #81C784);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
}

.reviewer-info h4 {
	margin-bottom: 5px;
	color: #333;
	font-size: 18px;
}

.stars {
	color: #FFD700;
	font-size: 19px;
}

.reviewer-info .stars ul {
	display: flex;
	gap: 0px 1px;
}

.reviewer-info .stars ul li svg {
	width: 19px;
	height: 19px;
}

.icon-review-card img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.slider-slick-review .slick-dots li {
	width: 15px;
	height: 15px;
}

.slider-slick-review .slick-dots li button {
	background: #cdcdcd;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}

.slider-slick-review .slick-dots li.slick-active button {
	background: #db2728;
}

.slider-slick-review .slick-dots li button:before {
	content: "";
}

section.reviews .slick-dots {
	bottom: 7px;
}

.list-grid-images {
	display: flex;
	gap: 10px 10px;
	padding-bottom: 10px;
}

.aboutus-link ul li a {
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	border-radius: 35px;
	color: #fff;
	font-size: 16px;
	padding: 9px 56px;
	border-radius: 10px;
	font-weight: 400;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-size: 17px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aboutus-link ul {
	display: flex;
	gap: 8px 10px;
	flex-wrap: wrap;
	width: 100%;
}


















.thuvienha {
	padding-bottom: 38px;
	padding-top: 30px;
}

.hedding-servicers {
	text-align: center;
	width: 42%;
	margin: 0 auto;
	padding-bottom: 20px;
}


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

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

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

.hedding-servicers h2 {
	color: #2c1f17;
	text-transform: uppercase;
	font-size: 30px;
}

.thuvienha .gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 100%;
}

.thuvienha .column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.thuvienha .media-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	display: block;
}

.thuvienha .media-item:nth-child(1) {
	animation-delay: 0.1s;
}

.thuvienha .media-item.tall {
	height: 400px;
}

.thuvienha .media-item:nth-child(3) {
	animation-delay: 0.3s;
}

.thuvienha .column img {
	height: 100%;
	display: block;
}

.form__input::placeholder {
	color: #333;
}

section.registration:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(169deg, #aceaff, #f8f8fa, #aceaff);
	z-index: -1;
}

/* .aboutus-img {
    position: relative;
    overflow: hidden;
}

.aboutus-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;
} */
.aboutus-img {
	position: relative;
}

.aboutus-img__icon {
	max-width: 508px;
	margin: 0 auto;
}

.aboutus-img__icon svg g path.img_path_one {
	-webkit-animation: morph 6s linear infinite;
	animation: morph 6s linear infinite;
}

.aboutus-img__icon svg g ellipse.img_path_two {
	-webkit-animation: morph_tp 6s linear infinite;
	animation: morph_tp 6s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.aboutus-img__icon svg g ellipse.img_path_three {
	-webkit-animation: morph_tr 6s linear infinite;
	animation: morph_tr 6s linear infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.aboutus-img__icon .img_path {
	fill: var(--color-main);
}




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

	30% {
		transform: translateY(10px);
	}

	50% {
		transform: translateY(0px);
	}

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

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

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

	30% {
		transform: translateY(60px);
	}

	50% {
		transform: translateY(0px);
	}

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

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

@-webkit-keyframes morph_tr {
	0% {
		transform: translateX(0px);
	}

	30% {
		transform: translateX(50px);
	}

	50% {
		transform: translateX(0px);
	}

	70% {
		transform: translateX(-80px);
	}

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

@keyframes morph_tr {
	0% {
		transform: translateX(0px);
	}

	30% {
		transform: translateX(50px);
	}

	50% {
		transform: translateX(0px);
	}

	70% {
		transform: translateX(-80px);
	}

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



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

.article-slide .slick-slide {
	padding-bottom: 10px;
}

/* .aboutus-img img {
    width: 100% !important;
} */


section.block-news {
	padding: 30px 0px;
}

.content-block-news {
	background: #fffaed;
	padding: 20px 20px 30px;
	position: relative;
	border-radius: 0px 0px 10px 10px;
}

.content-block-news .title-news>a {
	color: rgb(1, 89, 72);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
}

.desc-content-block {
	text-align: center;
	padding: 6px 0px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-block-news .btn-dangky {
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}

.item-block-news {
	padding-bottom: 56px;
	border-radius: 10px;
	overflow: hidden;
}

.imgages-block-news {
	overflow: hidden;
	position: relative;
}

.imgages-block-news img {
	transform: scale(1);
	transition: 0.5s ease;
}

.imgages-block-news:hover img {
	transform: scale(1.3);
	transition: 0.5s ease;
}

.hover-effect_1::after {
	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;
}

.hover-effect_1:hover::after {
	height: 250%;
	transition: all .6s linear;
	background-color: transparent;
}


.carousel-3d {
	position: relative;
	width: 100%;
	height: 670px;
	/* z-index: 111; */
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.carousel-container {
	perspective: 1441px;
}

.carousel-3d-slide {
	position: absolute;
	width: 370px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -185px;
	margin-top: -180px;
	transform-style: preserve-3d;
	transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
	display: none;
}

.slide-content {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	padding: 0;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
}

.slide-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
	border-radius: 10px 10px 0 0;
	animation: shimmer 3s ease-in-out infinite;
}

.slide-content img {
	width: 100%;
	height: 100%;
}

.sec-carousel .nav-btn#prevBtn {
	background: url(../images/prev.png) no-repeat center / contain;
	filter: brightness(0.5);
}

.sec-carousel #prevBtn {
	left: 16%;
}

.sec-carousel .nav-btn {
	width: auto;
	height: 99px;
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sec-carousel #nextBtn {
	right: 16%;
}

.sec-carousel .nav-btn#nextBtn {
	background: url(../images/next.png) no-repeat center / contain;
	filter: brightness(0.5);
}

.carousel-3d-slide.active {
	display: block;
}

.aboutus-link ul li {
	width: 100%;
}

.aboutus-link ul li a {
	width: 100%;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding: 10px 0 10px 0px;
	text-align: center;
	border: 1px solid var(--color-main);
	box-shadow: 1px 0px 12px var(--color-main);
	margin-bottom: 10px;
	border-radius: 20px;
	color: var(--color-main);
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	background: #fff;
}

section.home-blogs.blog-news {
	background: linear-gradient(115deg, #aceaff, #f8f8fa, #aceaff);
}

.subtitle {
	color: #333;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 20px;
	border-left: 4px solid #1f6a39;
}

.subtitle::before {}

.aboutus__row {
	/* padding: 20px;
	background: #f5f5f5;
	border-radius: 21px;
	position: relative;
	overflow: clip; */
	position: relative;
	z-index: 9;
}

.aboutus__row:before {}

.aboutus-link ul li:hover {
	/* transform: translateY(-8px) scale(1.02); */
	box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

.customers-item {
	background-color: #fff;
	-webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 1px -2px 8px 0 rgba(0, 0, 0, .1);
	padding: 30px 30px 50px;
	padding-left: 34px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
	border: 1px solid #eee;
	height: unset !important;
	margin-top: 10px;
}

.customers-item {

	padding: 4rem 3.2rem;
	border-radius: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

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

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

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

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

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

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

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

.customers-item__info-name {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--color-main);
}

.sec-photos {
	padding: 40px 0;
}

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

.photos-slide .partner-slide__item {
	margin: 0 10px;
}

.photos-slide .partner-slide__link {
	display: block;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.photos-slide .partner-slide__link img {
	position: absolute;
	border-radius: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.photos-slide .partner-slide__link:hover img {
	transform: scale(1.1);
}

.js-slideshows__img {
	position: relative;
}

.content-banner {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	text-align: center;
	bottom: 5%;
}

.content-banner h2 {
	font-size: 50px;
	color: rgb(21, 130, 73);
	text-shadow: rgb(0, 0, 0) 1.25415px 2.17225px 0px;
	text-transform: uppercase;
	font-weight: 700;
}

.content-banner span {
	color: rgb(21, 130, 73);
	font-size: 25px;
	text-transform: uppercase;
	text-shadow: rgb(255, 255, 255) 0.649163px 1.12438px 0px;
	display: block;
	padding: 10px 0px;
	font-weight: 600;
}


.content-banner .btn-dangky a {
	text-transform: uppercase;
	font-size: 20px;
}

.js-slideshows__img:before {
	/*content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	 background: linear-gradient(183deg, rgb(129 191 67 / 11%) 0%, rgb(81 156 72 / 0%) 50%, rgb(44 95 20 / 56%) 100%); */
}

.aboutus .ctnr {
	position: relative;
}




section.MCAR-why {
	background: url(https://bivaco.net/mcar/_assets/media/3de8205c04063ffa6aec399f384f4cc0.jpg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: white;
	text-align: center;
	padding: 40px 20px;
	background-repeat: no-repeat !important;
	background-size: cover;
}

section.MCAR-why .hero-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: white;
	text-align: center;
}

section.MCAR-why .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 2px, transparent 2px), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 1px, transparent 1px), radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.06) 1.5px, transparent 1.5px);
	animation: float 20s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(2deg);
	}
}

section.MCAR-why .hero-title {
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 8px;
	animation: fadeInUp 1s ease-out;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

section.MCAR-why .hero-subtitle {
	font-size: 15px;
	margin-bottom: 0px;
	animation: fadeInUp 1s ease-out 0.3s both;
	opacity: 0.95;
	line-height: 1.6;
	font-style: italic;
}

section.MCAR-why .features-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
	width: 100%;
	margin-top: 40px;
}

section.MCAR-why .feature-card {
	text-align: center;
	padding: 40px 30px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
}

section.MCAR-why .feature-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transform: rotate(45deg);
	transition: all 0.6s;
	opacity: 0;
}

section.MCAR-why .feature-card:hover::before {
	animation: shine 0.8s ease-in-out;
}

@keyframes shine {
	0% {
		transform: translateX(-100%) rotate(45deg);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(100%) rotate(45deg);
		opacity: 0;
	}
}

section.MCAR-why .feature-card:hover {
	transform: translateY(-15px) scale(1.05);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

section.MCAR-why .feature-card:nth-child(1) {
	animation-delay: 0.6s;
}

section.MCAR-why .feature-card:nth-child(2) {
	animation-delay: 0.9s;
}

section.MCAR-why .feature-card:nth-child(3) {
	animation-delay: 1.2s;
}

section.MCAR-why .feature-icon {
	width: 90px;
	height: 90px;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	transition: all 0.4s ease;
	position: relative;
}

section.MCAR-why .booking-icon {
	background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
	border: 3px solid white;
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

section.MCAR-why .cost-icon {
	background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
	border: 3px solid white;
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

section.MCAR-why .feature-card:hover .feature-icon {
	transform: rotateY(360deg) scale(1.1);
}

section.MCAR-why .feature-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

section.MCAR-why .feature-description {
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.9;
	max-width: 280px;
	margin: 0 auto;
	font-style: italic;
}

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

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

@keyframes bounce {

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

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

section.MCAR-why .feature-icon {
	animation: bounce 3s ease-in-out infinite;
}

section.MCAR-why .feature-card:nth-child(1) .feature-icon {
	animation-delay: 0s;
}

section.MCAR-why .feature-card:nth-child(2) .feature-icon {
	animation-delay: 1s;
}

section.MCAR-why .feature-card:nth-child(3) .feature-icon {
	animation-delay: 2s;
}

section.destination {
	background: #f7f8fa;
	padding: 20px 0px;
}

.slide-images-body.grid-body-images {
	display: flex;
	height: unset !important;
	flex-wrap: wrap;
	gap: 5px 5px;
}

.slide-images-body-item {
	overflow: hidden;
	width: calc(25% - 5px);
	height: 100%;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slide-images-body-item img {
	display: block;
	transform: scale(1);
	transition: 0.5s ease;
}

section.MCAR-why:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(87deg, #4caf50e6 0%, #45a049f0 50%, #2e7d32eb 100%);
	top: 0;
}

.title-hedding-pages h2 {
	text-align: center;
	font-size: 33px;
	margin-bottom: 20px;
	color: var(--color-main);
	position: relative;
	text-transform: uppercase;
}

.title-hedding-pages h2 span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-style: italic;
	font-weight: 300;
	text-transform: capitalize;
}

.title-hedding-pages {
	padding-bottom: 20px;
}

.btn-dangky span {
	color: #fff;
	padding: unset;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	text-shadow: unset;
	position: relative;
	z-index: 1;
}

.title-news {
	margin-bottom: 10px;
}

section.MCAR-why .feature-card h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.aboutus-link p {
	font-size: 16px;
	line-height: 1.5;
}

h2.title-section.title-section-destination p {
	font-weight: 700;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.title-section.title-section-destination p {
	font-weight: 700;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 17px;
}

.content-block-news .title-news>a:hover {
	color: #428d44;
}
.wrap_background_aside p {
    font-size: 15px;
}
.noi_dung_in blockquote p {
    font-size: 15px;
}
.slide-images-body-item img:hover {
	transform: scale(1.3);
	transition: 0.5s ease;
}
h2.title-section.title-section-destination p:before {
    content: "";
    position: absolute;
    width: 59%;
    height: 2px;
    background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section__abouts.main {
    padding: 3rem 0px;
}
section.MCAR-why .hero-title:before {
    content: "";
    position: absolute;
    width: 59%;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.content-page ul li {
    margin-bottom: 10px;
    margin-left: 26px;
}


.chinhanh .branch-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}
.chinhanh .branch-card {
	background: white;
	border-radius: 20px;
	padding: 21px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.chinhanh .branch-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
}
.chinhanh .branch-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.chinhanh .branch-number {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.chinhanh .branch-name {
	color: #2c3e50;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-right: 50px;
}
.chinhanh .branch-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.chinhanh .info-item {
	display: flex;
	align-items: center;
	gap: 12px;
}
.chinhanh .info-icon {
	width: 24px;
	height: 24px;
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}
.chinhanh .info-icon::after {
	content: '';
	width: 8px;
	height: 8px;
	background: white;
	border-radius: 50%;
}
.chinhanh .info-content {
	flex: 1;
}
.chinhanh .info-label {
	font-size: 14px;
	color: #7f8c8d;
	margin-bottom: 3px;
	font-weight: 500;
}
.chinhanh .info-value {
	color: #2c3e50;
	font-size: 16px;
	line-height: 1.4;
}
.chinhanh .hotline {
	background: linear-gradient(90deg, rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%);
	color: white;
	padding: 12px 20px;
	border-radius: 25px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	transition: all 0.3s ease;
	font-weight: 500;
}
.chinhanh .hotline:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.chinhanh .search-bar {
	margin-bottom: 30px;
	text-align: center;
	animation: fadeInDown 0.8s ease-out 0.1s both;
}
.chinhanh .search-input {
	width: 100%;
	max-width: 400px;
	padding: 15px 20px;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.chinhanh .search-input:focus {
	outline: none;
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.chinhanh .search-input::placeholder {
	color: #95a5a6;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
.slideshows-banner  .slick-dots {
    bottom: 55px !important;
}

.slideshows-banner .slick-dots li {
    width: 20px;
    border: none;
    height: 20px;
}

.slideshows-banner .slick-dots li.slick-active {
    background-color: unset !important;
}
.slideshows-banner .slick-dots li button:before {
    display: none;
}

.slideshows-banner  .slick-dots li button {
    font-size: 15px !important;
    color: #fff !important;
}

.slideshows-banner .slick-dots li button {
    width: 30px;
    height: 30px;
    background: linear-gradient(90deg,rgba(129, 191, 67, 1) 0%, rgba(81, 156, 72, 1) 50%, rgba(20, 95, 54, 1) 100%) !important;
    border-radius: 25px;
}

.slideshows-banner .slick-dots li {
    width: unset;
    height: unset;
    margin: unset;
    margin-right: 5px;
}


@media (max-width: 768px) {
	.chinhanh .header h1 {
		font-size: 2rem;
   }
	.chinhanh .branch-grid {
		grid-template-columns: 1fr;
		gap: 20px;
   }
	.chinhanh .branch-card {
		padding: 25px;
   }
}
.chinhanh section.chinhanh {
	padding: 30px 0px;
	background: #f7f8fa;
}


section.chinhanh {
   padding: 30px 0px;
   background: #f7f8fa;
}


@media (max-width: 992px) {
	
	.aboutus-content__desc {
		height: 142px;
		overflow: hidden;
	}

	.thuvienha .column img {
		height: auto !important;
		width: 100%;
	}

	.aboutus-link ul {
		flex-wrap: wrap;
		gap: 10px 10px;
	}

	.aboutus-link ul li {
		width: 100% !important;
	}

	.thuvienha .gallery-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.aboutus-link ul li a {
		padding: 7px 14px;
		font-size: 17px;
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.reviews h2 {
		font-size: 27px;
	}

	.c-title {
		font-size: 27px;
	}

	.registration__form {
		padding: 10px 15px 20px;
	}

	.aboutus-content__title .lead {
		font-size: 44px;
		right: 0;
		bottom: 0;
	}

	.home-blogs {
		padding-bottom: 0;
	}

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

	.registration {
		padding: 30px 0;
		background: none !important;
	}
}

@media(min-width:990px) {
	.slideshows-banner.mobiles-arown {
		display: none;
	}
}

@media(max-width:990px) {
	section.MCAR-why {
		padding: 35px 0px 20px;
	}
	.slideshows-banner {
		/* display: none; */
	}
	.content-banner {
		bottom: 5%;
		width: 95%;
		transform: translate(-50%, -5%);
	}
	
	.content-banner h2 {
		font-size: 29px;
	}
	
	.content-banner span {
		font-size: 16px;
	}
	.slideshows-banner.mobiles-arown {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.aboutus-content__title .lead {
		letter-spacing: 6px;
	}

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

@media (max-width: 374px) {
	.aboutus-content__title .lead {
		letter-spacing: 1px;
	}
}

@media (max-width: 768px) {
	.title-hedding-pages h2 {
		font-size: 26px;
	}

	.slide-images-body-item {
		width: 49%;
	}

	section.MCAR-why .hero-title {
		font-size: 2.5rem;
		letter-spacing: 1px;
	}

	section.MCAR-why .hero-subtitle {
		font-size: 15px;
		margin-bottom: 5px;
	}

	section.MCAR-why .features-container {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 20px;
	}

	section.MCAR-why .feature-card {
		padding: 30px 25px;
	}

	section.MCAR-why .feature-icon {
		width: 80px;
		height: 80px;
		font-size: 2rem;
	}
}


@media (max-width: 768px) {
	.nav-controls button {
		display: none !important;
	}

	.carousel-3d {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.carousel-3d-slide {
		width: 250px;
		height: 320px;
		margin-left: -125px;
		margin-top: -160px;
	}
}

@media (max-width: 480px) {
	.carousel-3d-slide {
		width: 220px;
		height: 260px;
		margin-left: -110px;
		margin-top: -130px;
	}
}