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

.slide-mv__img img {
	width: 100%;
	min-height: 750px;
}
.hero-title.sub {
    display: block;
    font-size: 24px;
    margin-top: 20px;
}
.section-about .main-heading {
    font-size: 19px !important;
    line-height: 1.6;
    font-weight: 400;
    font-style: italic;
    /* =: 20px; */
    background: #efefef;
    padding: 10px  20px;
}
.slide-mv__img {
	position: relative;
}

.slide-mv__img>a:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, #411204, #41120675);
	opacity: .6;
}

.hero-content {}

.hero-content {
	position: absolute;
	z-index: 10;
	text-align: center;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero-title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 10px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.hero-title::before {
	content: "";
	position: absolute;
	bottom: -22px;
	right: -55px;
	width: 120px;
	height: 50px;
	background: url(../images/tang-truong.png) no-repeat center / contain;
}

.hero-subtitle {
	font-size: 16px;
	margin: 20px auto;
	line-height: 1.6;
	font-weight: 300;
}

.decorative-line {
	width: 200px;
	height: 14px;
	mask-image: url(../images/divider.png);
	mask-repeat: no-repeat;
	mask-position: center;
	margin: 0px auto;
	mask-size: 200px;
	background-color: #713d0c;
}

.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: var(--color-main2);
	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: var(--color-main2);

	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: var(--color-main2);
	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 var(--color-main2);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 8px;
}

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

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

.benefits__item {
	padding: 40px 30px;
	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: 1px;
	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: #666;
	padding-left: 10px;
	line-height: 1.6;
}

.benefits__ct p {
	padding-bottom: 5px;
	margin: 0;
}

.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: 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: linear-gradient(150deg, #01a2ea 0%, #000f54 100%);
	border-radius: 50%;
	text-align: center;
	border: 6px solid #00a3e8;
	height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: white;
}


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

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

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

.category-row {
	--gutter: 10px;
	gap: 20px 0;
}

@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 35px;
}

.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 #1c55a6;
	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: 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(--color-main2);
	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: var(--color-main2);
	background: white;
}

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




.section-about {
	/* Left Side - Images */
	/* Right Side - Content */
	/* Animations */
	/* Responsive */
	background: #fff;
	padding: 30px 0px;
}

.home-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 46%;
	gap: 50px;
	align-items: center;
}

.section-about .images-section {
	position: relative;
	display: flex;
	gap: 0px 20px;
}

.section-about .image-container {
	position: relative;
	opacity: 0;
	animation: fadeInUp 1s ease forwards;
}

.section-about .image-container:nth-child(1) {
	animation-delay: 0.2s;
}

.section-about .image-container:nth-child(2) {
	animation-delay: 0.4s;
	margin-top: 30px;
}

.section-about .image-frame {
	border: 2px solid #fff;
	/* padding: 8px; */
	/* background: #000; */
	position: relative;
}

.section-about .image-frame::before {}

.section-about .image-frame img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 35px;
	transition: transform 0.6s ease;
}

.section-about .image-frame:hover img {
	transform: scale(1.05);
}

.section-about .content-section {
	opacity: 0;
	color: #333;
	animation: fadeInRight 1s ease forwards;
	animation-delay: 0.6s;
}

.section-about .section-label {
	font-size: 20px;
	letter-spacing: 3px;
	color: #333;
	margin-bottom: 15px;
	position: relative;
	padding-left: 72px;
	display: inline-block;
}

.section-about .section-label::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	width: 50px;
	height: 2px;
	background: #fe9000;
}

.section-about .main-heading {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 11px;
	position: relative;
	color: #411204;
}

.section-about .description {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 13px;
}

.section-about .highlight-box {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
	border-left: 4px solid #d4af37;
	padding: 20px 25px;
	margin-bottom: 13px;
	position: relative;
	color: #333;
	overflow: hidden;
}

.section-about .highlight-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
	animation: shimmer 3s infinite;
}

.section-about .highlight-box p {

	line-height: 1.8;

	position: relative;
	z-index: 1;
}

.section-about .cta-section {
	margin-top: 30px;
}

.section-about .sub-label {
	font-size: 12px;
	letter-spacing: 2px;
	color: #d4af37;
	margin-bottom: 15px;
}

.section-about .cta-button {
	background: linear-gradient(135deg, #fe9000 0%, #fe9000 100%);
	color: #fff;
	padding: 5px 20px;
	font-size: 15px;
	align-items: center;
	font-weight: bold;
	border-radius: 0;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	display: flex;
	text-transform: uppercase;
	justify-content: center;
	width: 160px;
}

.section-about .cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

.section-about .cta-button:hover::before {
	left: 100%;
}

.section-about .cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

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

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

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

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

@keyframes borderSlide {
	0% {
		left: -100%;
	}

	100% {
		left: 100%;
	}
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%);
	}

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

@media (max-width: 968px) {
	.home-content-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.section-about .main-heading {
		font-size: 36px;
	}


}


.line-about {
	border-style: solid;
	border-width: 3px 0px 0px 3px;
	border-color: #D9B246;
	position: absolute;
	z-index: 99;
	width: 150px;
	height: 150px;
	left: -20px;
	top: -20px;
}

.image-container.image-about-2 .line-about {
	border-style: solid;
	border-width: 0px 3px 3px 0px;
	border-color: #D9B246;
	position: absolute;
	z-index: 99;
	width: 150px;
	height: 150px;
	right: -20px;
	bottom: -20px;
	left: unset;
	top: unset;
}

.section-about .main-heading:before {}

.section-about .main-heading:after {}

section.box-rooms {
	position: relative;
	z-index: 99;
}

section.box-rooms .stats-section .ctnr {
	background: #000;
	border-radius: 10px;
}

section.box-rooms .stats-section {
	padding-top: 119px;
	position: relative;
	z-index: 99;
	padding-bottom: 65px;
}

section.box-rooms:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	background: #000;
	bottom: 0;
	z-index: 99;
}

section.box-rooms .stats-container {
	color: #fff;
}


section.box-rooms:after {
	content: "";
	background-color: transparent;
	/* background-image: linear-gradient(90deg, #0c1e7f 0%, #d9b246 100%); */
	opacity: 0.65;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}

section.box-rooms .stats-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 9px;
}

section.box-rooms .stat-card {
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

section.box-rooms .stat-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

section.box-rooms .icon {
	font-size: 60px;
	margin-bottom: 20px;
	color: #d4af37;
	transition: all 0.4s ease;
}

section.box-rooms .number {
	font-size: 57px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

section.box-rooms .label {
	font-size: 24px;
	font-weight: bold;
	color: #d4af37;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

section.box-rooms .description {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	max-width: 300px;
	margin: 0 auto;
}


section.box-uudai .hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
}

section.box-uudai .header {
	text-align: center;
	padding: 15px 0px;
}

section.box-uudai .subtitle {
	color: #c9a961;
	font-size: 28px;
	letter-spacing: 4px;
	margin-bottom: -17px;
	font-weight: 600;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 20px;
	text-transform: uppercase;
}

section.box-uudai .main-title {
	font-size: 57px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}

section.box-uudai .outline-text {
	color: transparent;
	-webkit-text-stroke: 2px rgb(255 255 255 / 12%);
	font-family: "Inter", sans-serif;
	font-size: 60px;
}

section.box-uudai .solid-text {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
}

section.box-uudai .promo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 16px;
	margin: 52px auto;
}

section.box-uudai .promo-card {
	position: relative;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(10px);
	border: 1px solid rgb(255 255 255);
	padding: 158px 0px 0px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

section.box-uudai .promo-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(201, 169, 97, 0.3);
}

section.box-uudai .promo-card::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 53%;
	background: linear-gradient(3deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
	bottom: 0;
	left: 0;
	right: 0;
}

section.box-uudai .countdown {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
	position: relative;
	z-index: 99999999;
}

section.box-uudai .countdown-item {
	background: rgba(0, 0, 0, 0.4);
	padding: 4px 8px;
	border-radius: 8px;
	min-width: 40px;
}

section.box-uudai .countdown-number {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
}

section.box-uudai .promo-title {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 14px;
	color: #fff;
	position: relative;
	z-index: 99999;
}

section.box-uudai .promo-description {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: rgb(255 255 255);
	position: relative;
	z-index: 1;
}

section.box-uudai .register-btn {
	background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
	color: #000;
	border: none;
	padding: 10px 40px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

section.box-uudai .register-btn:hover {
	background: linear-gradient(135deg, #d4b76a 0%, #e0c880 100%);
	transform: scale(1.05);
	box-shadow: 0 10px 30px rgba(201, 169, 97, 0.5);
}

@media (max-width: 768px) {
	section.box-uudai .promo-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	section.box-uudai .promo-card {
		padding: 40px 25p 0px;
	}

	section.box-uudai .main-title {
		font-size: 32px;
	}
}

section.box-uudai .background-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at center, rgba(60, 40, 120, 0.2) 0%, rgba(0, 0, 0, 0.8) 70%);
	pointer-events: none;
	z-index: 0;
}


section.box-uudai {
	position: relative;
	padding-bottom: 6px;
}



section.box-uudai .header {
	background: #411204;
	position: relative;
}

section.box-uudai .promo-card:before {}

section.Hotel_Facilities {
	padding: 30px 0px 30px;
	background-position: bottom left !important;
	background-repeat: no-repeat !important;
	background: #411204;
}



.Hotel_Facilities .header {
	text-align: center;
	margin-bottom: 60px;
}

.Hotel_Facilities .brand {
	font-size: 14px;
	color: #b8860b;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 300;
}

.Hotel_Facilities .title {
	font-size: 48px;
	color: #2c3e50;
	font-weight: 400;
	margin-bottom: 20px;
}

.Hotel_Facilities .facilities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 25px;
}

.Hotel_Facilities .facility-item {
	text-align: center;
	padding: 186px 20px 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	box-shadow: rgb(255 255 255 / 12%) 0px 3px 8px;
	border-radius: 5px;
}

.Hotel_Facilities .facility-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.Hotel_Facilities .facility-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	stroke: #b8860b;
	fill: none;
	stroke-width: 1.5;
}

.Hotel_Facilities .facility-title {
	font-size: 24px;
	color: #2c3e50;
	margin-bottom: 20px;
	font-weight: 400;
}

.Hotel_Facilities .facility-description {
	font-size: 16px;
	color: #7f8c8d;
	line-height: 1.6;
	margin: 0 auto;
}


.Hotel_Facilities .facility-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 95px;
	height: 11px;
	background-color: #5a5a5a;
	transform: translateX(-50%);
}

.image-elegance img {
	height: 58px;
}

.desc-content-elegance h3 {
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 700;
	/* border-left: 2px solid #fff; */
	line-height: 1.1;
	margin-bottom: 5px;
}

.image-elegance {
	margin-bottom: 10px;
}

.desc-content-elegance {
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 99999;
	font-size: 15px;
	text-align: center;
}

section.Hotel_Facilities section.box-uudai:before {
	background: unset;
}

section.section-camnhan .reviews-container {
	position: relative;
	padding: 0px 0px 0px;
}

section.section-camnhan .reviews-slider {
	padding: 20px 10px;
	padding-top: 0px;
}

section.section-camnhan .review-card {
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 16px;
	position: relative;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	overflow: hidden;
	margin: 0 15px;
	height: auto;
}

section.section-camnhan .review-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(246, 211, 101, 0.1) 0%, rgba(253, 160, 133, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
}

section.section-camnhan .review-card:hover {}

section.section-camnhan .review-card:hover::before {
	opacity: 1;
}

section.section-camnhan .quote-icon {
	font-size: 4rem;
	color: rgba(246, 211, 101, 0.2);
	position: absolute;
	top: 20px;
	right: 30px;
	display: none;
	line-height: 1;
}

section.section-camnhan .stars {
	display: flex;
	gap: 5px;
	margin-bottom: 11px;
	position: relative;
	z-index: 1;
}

section.section-camnhan .star {
	font-size: 21px;
	color: #fda085;
}

section.section-camnhan .review-text {
	font-size: 15px;
	line-height: 1.6;
	color: #e0e0e0;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	font-style: italic;
	min-height: 95px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.section-camnhan .reviewer {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 1;
}

section.section-camnhan .reviewer-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid rgba(246, 211, 101, 0.5);
	object-fit: cover;
	transition: all 0.3s ease;
}

section.section-camnhan .review-card:hover .reviewer-avatar {
	transform: scale(1.1) rotate(5deg);
	border-color: #f6d365;
	box-shadow: 0 0 20px rgba(246, 211, 101, 0.5);
}

section.section-camnhan .reviewer-info h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

section.section-camnhan .reviewer-info p {
	font-size: 15px;
	color: #b8b8b8;
}

section.section-camnhan .cta-button {
	text-align: center;
	margin-top: 20px;
	animation: fadeInUp 0.8s ease 0.5s backwards;
}

section.section-camnhan .btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
	color: #1a1a2e;
	padding: 18px 45px;
	border: none;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(246, 211, 101, 0.3);
}

section.section-camnhan .btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 15px 40px rgba(246, 211, 101, 0.5);
}

section.section-camnhan .btn:active {
	transform: translateY(-1px);
}

section.section-camnhan .arrow {
	transition: transform 0.3s ease;
}

section.section-camnhan .btn:hover .arrow {
	transform: translateX(5px);
}

section.section-camnhan .slick-dots {
	bottom: -50px;
	display: none !important;
}

section.section-camnhan .slick-dots li button:before {
	font-size: 12px;
	color: rgba(246, 211, 101, 0.5);
	opacity: 1;
}

section.section-camnhan .slick-dots li.slick-active button:before {
	color: #f6d365;
	opacity: 1;
}

section.section-camnhan .slick-prev,
section.section-camnhan .slick-next {
	width: 50px;
	height: 50px;
	z-index: 10;
}

section.section-camnhan .slick-prev {
	left: -60px;
}

section.section-camnhan .slick-next {
	right: -60px;
}

section.section-camnhan .slick-prev:before,
section.section-camnhan .slick-next:before {
	font-size: 40px;
	color: #f6d365;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

section.section-camnhan .slick-prev:hover:before,
section.section-camnhan .slick-next:hover:before {
	opacity: 1;
}

@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);
	}
}

@media (max-width: 768px) {
	section.section-camnhan .header h1 {
		font-size: 2.5rem;
	}

	section.section-camnhan .review-card {
		padding: 30px;
		margin: 0 10px;
	}

	section.section-camnhan .quote-icon {
		font-size: 3rem;
	}

	section.section-camnhan .slick-prev {
		left: -30px;
	}

	section.section-camnhan .slick-next {
		right: -30px;
	}

	section.section-camnhan .slick-prev:before,
	section.section-camnhan .slick-next:before {
		font-size: 30px;
	}
}

section.section-camnhan .floating-shapes {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

section.section-camnhan .shape {
	position: absolute;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(246, 211, 101, 0.1), rgba(253, 160, 133, 0.1));
	animation: float 20s infinite ease-in-out;
}

section.section-camnhan .shape:nth-child(1) {
	width: 300px;
	height: 300px;
	top: 10%;
	left: 5%;
	animation-delay: 0s;
}

section.section-camnhan .shape:nth-child(2) {
	width: 200px;
	height: 200px;
	top: 60%;
	right: 10%;
	animation-delay: 5s;
}

section.section-camnhan .shape:nth-child(3) {
	width: 150px;
	height: 150px;
	bottom: 10%;
	left: 50%;
	animation-delay: 10s;
}

@keyframes float {

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

	33% {
		transform: translate(30px, -50px) rotate(120deg);
	}

	66% {
		transform: translate(-20px, 20px) rotate(240deg);
	}
}

section.section-camnhan {
	background: #000;
	padding-bottom: 40px;
	padding-top: 30px;
}

section.section-camnhan section.box-uudai:before {
	background: none;
}

section.Hotel_Facilities section.box-uudai .header {
	margin-bottom: 20px;
}

section.box-uudai .subtitle:before {
	content: "";
	width: 60px;
	height: 2px;
	background: #c9a961;
	display: block;
}

.box-blog-news .heading {
	margin-bottom: 0;
}

.box-blog-news .main-content {
	align-items: start;
}

.box-blog-news .blog-grid {
	display: contents;
}

.box-blog-news .blog-card {
	margin: 20px 10px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid rgb(159 159 159 / 20%);
	transition: all 0.4s ease;
	position: relative;
	backdrop-filter: blur(10px);
}

.box-blog-news .blog-card:hover {
	transform: translateY(-10px);
	border-color: rgba(255, 215, 0, 0.5);
	box-shadow: 0 20px 50px rgba(255, 215, 0, 0.3);
}

.box-blog-news .blog-card.featured {
	grid-column: auto;
}

.box-blog-news .card-image {
	width: 100%;
	height: 246px;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.box-blog-news .blog-card:hover .card-image {
	transform: scale(1.08);
}

.box-blog-news .card-content {
	padding: 15px;
}

.box-blog-news .card-date {
	color: #ffd700;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 1px;
}

.box-blog-news .card-category {
	color: #999;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.box-blog-news .card-title {
	font-size: 19px;
	font-weight: 700;
	/* margin-bottom: 15px; */
	line-height: 1.3;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-blog-news .card-title:hover{
	color: var(--color-main2);
}
.box-blog-news .mh-title {
	margin-bottom: 5px;
}

.box-blog-news .mh-desc {
	margin-bottom: 5px;
}

.box-blog-news .card-description {
	color: #5d5d5d;
	line-height: 1.7;

	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box-blog-news .read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fe9000;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.box-blog-news .read-more:hover {
	gap: 15px;
	color: var(--color-main2);
}

.box-blog-news .sidebar {
	display: grid;
	gap: 25px;
	background: unset;
	padding: unset;
}

.box-blog-news .sidebar-card {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	overflow: hidden;
	border: 2px solid rgba(255, 215, 0, 0.15);
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.box-blog-news .sidebar-card:hover {
	border-color: rgba(255, 215, 0, 0.4);
	transform: translateX(5px);
}

.box-blog-news .sidebar-card-content {
	padding: 22px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.box-blog-news .sidebar-image {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 10px;
	flex-shrink: 0;
}

.box-blog-news .sidebar-info h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #fff;
}

.box-blog-news .sidebar-date {
	color: #ffd700;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.box-blog-news .main-content {
		grid-template-columns: 1fr;
	}

	.box-blog-news .blog-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.box-blog-news .blog-card.featured {
		grid-column: auto;
	}

	.box-blog-news .blog-grid {
		grid-template-columns: 1fr;
	}

	.box-blog-news .logo-text h1 {
		font-size: 32px;
	}

	.box-blog-news .sidebar-card-content {
		flex-direction: column;
		text-align: center;
	}
}

.box-blog-news .background-pattern {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 215, 0, 0.02) 10px, rgba(255, 215, 0, 0.02) 20px);
	pointer-events: none;
	z-index: -1;
}


section.box-blog-news {
	background: #fff;
	padding: 30px 0px;
}

section.box-blog-news .blog-header {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

section.box-blog-news .blog-header::before {}

section.box-blog-news .top-label {
	left: 80px;
	color: white;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	z-index: 99999;
	text-align: center;
	display: inline;
}

section.box-blog-news .top-label::before {
	content: '';
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 2px;
	background: #f4c542;
}

section.box-blog-news .left-content {
	position: relative;
	z-index: 2;
	width: 60%;
}

section.box-blog-news .blog-title {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 20px;
}

section.box-blog-news .icon-box {
	background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transform: rotate(-5deg);
	box-shadow: 0 10px 30px rgba(124, 58, 237, 0.4);
}

section.box-blog-news .icon-box svg {
	width: 50px;
	height: 50px;
	fill: white;
}

section.box-blog-news .title-text {
	margin-left: -10px;
	position: relative;
}

section.box-blog-news .title-text h1 {
	color: white;
	font-size: 37px;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

section.box-blog-news .title-text .blog-word {
	display: block;
	font-size: 48px;
}

section.box-blog-news .right-content {
	position: relative;
	z-index: 2;
	text-align: left;
	max-width: 550px;
}

section.box-blog-news .description {
	color: white;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

section.box-blog-news .view-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
	color: #000;
	padding: 10px 23px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(244, 197, 66, 0.4);
}

section.box-blog-news .view-all-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(244, 197, 66, 0.6);
}


section.box-blog-news .view-all-btn:hover::after {
	transform: translateX(5px);
}

/* Watermark */
section.box-blog-news .watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 120px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.05);
	letter-spacing: 10px;
	z-index: 1;
	user-select: none;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	section.box-blog-news .blog-header {
		padding: 40px;
		flex-direction: column;
		height: auto;
		text-align: center;
	}

	section.box-blog-news .top-label {
		left: 40px;
	}

	section.box-blog-news .right-content {
		text-align: center;
		margin-top: 40px;
	}

	section.box-blog-news .title-text h1 {
		font-size: 27px;
	}
}

.box-header-title-blog {
	display: flex;
	justify-content: center;
	padding-top: 16px;
}

section.box-blog-news .title-text:before {}

section.box-blog-news .title-text:after {}

.btn-book a {
	color: #000;
	text-align: center;
	padding: 7px 20px;
	display: inline-block;
	background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
	border-radius: 3px;
}

.btn-book {
	margin-top: 20px;
	position: absolute;
	bottom: -43px;
	left: 50%;
	transform: translateX(-50%);
}


.featured-product {
	padding: 40px 0 0;
	background: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.featured-product-inner {
	/* background: url(https://wedesignthemes.com/html/redart/default/images/portfolio-bg.jpg) repeat; */
	padding: 10px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.grid-list-product-home .element-item {
	padding: 15px;
}

.grid-sizer,
.grid-list-product-home .element-item {}

.grid-list-product-home .element-item figure {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.grid-list-product-home .element-item figure {}

.grid-list-product-home .element-item figure img {
	max-width: 100%;
	width: 100%;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 300ms linear 0s;
}

.grid-list-product-home .element-item figure figcaption {
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	float: left;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 300ms linear 0s;
}


.grid-list-product-home .element-item figure:hover img {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

section.featured-product section.box-uudai:before {
	background: unset;
}

/* .Hotel_Facilities .facility-item:after {
	content: "";
	position: absolute;
	background: #000000b3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} */
.grid-list-product-home {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item-desc-uudai {
	position: relative;
	z-index: 999;
}

.item-desc-uudai h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 1px;
}

.item-desc-uudai p {
	color: #fff;
	margin-bottom: 11px;
}

section.Hotel_Facilities .ctnr {
	max-width: 1420px;
}

section.box-rooms .stat-card h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	min-height: 30px;
}

.icon-text p {
	margin-bottom: 0px;
}

.Hotel_Facilities .facility-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 54%;
	bottom: -1px;
	left: 0;
	background: linear-gradient(3deg, rgb(0 0 0) 0%, rgb(255 255 255 / 0%) 100%);
}

.footer-section.lien-ket ul li {
	border-bottom: 1px dashed #cdcdcd33;
	padding-bottom: 10px;
}

section.box-blog-news section.box-uudai {
	padding-bottom: 0px;
}

section.box-uudai .subtitle:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #c9a961;
	display: block;
}

.nomal-d-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-about .cta-button svg {
	height: 35px;
}

.home-services {
	margin-bottom: -60px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 45px;
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
}

.services-grid__card {
	backdrop-filter: blur(10px);
	padding: 20px 5px 15px;
	text-align: center;
	color: white !important;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: radial-gradient(circle, #e6c270 0%, #713d0c 100%);
}

.services-grid__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
	transition: left 0.5s ease;
}

.services-grid__card:hover::before {
	left: 100%;
}

.services-grid__card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.services-grid__icon img {
	width: 57px;
	height: 57px;
	object-fit: contain;
}

.services-grid__title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.heading {
	margin-bottom: 30px;
}

.heading__title {
	margin-bottom: 10px;
}

.heading .decorative-line {
	margin-bottom: 15px;
}

.section-features {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	color: white;
}

.section-features .heading {
	color: white;
}

.section-features .heading .decorative-line {
	background-color: white;
}

.section-features:before {
	/* content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: linear-gradient(180deg, rgb(149 107 68) 0%, #713d0cd6 50%, #713d0c 100%);
	z-index: -1; */
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
	z-index: 10;
}

.features-grid__card {
	background: radial-gradient(circle, #713d0cd6 0%, #713d0c 100%);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	padding: 15px 10px;
	text-align: center;
	color: white;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	margin-top: 35px;
}

.features-grid__icon {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin-top: -50px;
}

.features-grid__icon img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.features-grid__ct h3 {
	font-size: 18px;
	font-weight: 600;
	color: inherit;
	margin-bottom: 9px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.features-grid__ct p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}

.home-roadmap {
	padding: 50px 0;
	background: #f4f6fa;
	overflow: hidden;
}

.roadmap-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.roadmap-grid__card {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 0 10px;
}

.roadmap-grid__icon {
	position: relative;
	z-index: 1;
}

.roadmap-grid__icon img {
	width: 60px;
	height: 60px;

}

.roadmap-grid__icon::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 10px;
	background: #c6c6c6;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	top: 62px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.roadmap-grid__icon::after {
	content: '';
	position: absolute;
	/* width: 4px; */
	height: calc(100% - 70px);
	border-left: 2px dashed #c6c6c6;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.roadmap-grid__ct h2 {
	color: var(--color-main2);
}

.roadmap-grid__ct h2:not(:last-child) {
	margin-bottom: 5px;
}

.home-number-highlights {
	background: #f3f3f3;
	padding: 50px 0;
}

.number-highlights__number {
	font-size: clamp(3rem, 5vw, 62px);
	line-height: 1.2;
	font-weight: 700;
	color: white;
}

.number-highlights__row {
	gap: 20px 0;
}

.number-highlights__item {
	background: radial-gradient(circle, #e6c270 0%, #713d0c 100%);
	color: white;
	text-align: center;
	padding: 20px;
	border-radius: 35px;
}
.number-highlights__item img{
	max-width: 180px;
	width: 100%;
}

.section-about .cta-section {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}
.icon-box-wrapper {
    display: flex;
    gap: 0px 13px;
    align-items: center;
}
 .btn-2-abouts img {
    width: 42px;
    height: auto;
}
.icon-box-wrapper .icon-text {
    line-height: 1.3;
}
@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%;
	}

	.services-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		transform: translateY(-86%);
	}

	.hero-content {
		top: 40%;
	}

	.home-services {
		margin-bottom: -250px;
	}
}

@media(max-width:990px) {


	section.section-camnhan {
		padding-bottom: 0px;
	}

	section.box-rooms .number {
		font-size: 40px;
	}

	section.box-rooms .label {
		font-size: 17px;
	}

	section.box-rooms .icon {
		font-size: 36px;
		margin-bottom: -4px;
	}

	section.box-rooms .stats-section {
		padding-bottom: 16px;
	}

	section.box-uudai .outline-text {
		font-size: 50px;
	}

	section.box-uudai .promo-grid {
		grid-template-columns: 1fr 1fr;
	}

	.box-header-title-blog {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	section.box-blog-news .top-label::before {
		left: 50%;
		transform: translateX(-50%);
		top: 89%;
	}

	section.box-blog-news .title-text:before {
		content: "";
		display: none;
	}

	section.box-blog-news .title-text:after {
		content: "";
		display: none;
	}

	.hero-content {
		width: 100%;
	}

	.slide-mv__img img {
		min-height: 675px;
	}

	.hero-title {
		font-size: 26px;
	}

}

@media(max-width:768px) {
	.home-roadmap{
		padding: 30px 0;
	}
	.grid-list-product-home {
		grid-template-columns: 1fr 1fr;
	}

	.header-top {
		display: none;
	}

	.section-about .main-heading {
		font-size: 24px;
	}

	section.box-uudai .outline-text {
		font-size: 41px;
	}

	section.box-uudai .main-title {
		font-size: 17px;
	}

	.Hotel_Facilities .facilities-grid {
		grid-template-columns: 1fr 1fr;
		gap: 40px 20px;
	}

	.desc-content-elegance h3 {
		text-align: left;
		font-size: 19px;
	}

	.Hotel_Facilities .facility-item {
		padding: 137px 15px 15px;
	}

	.btn-book a {
		font-size: 14px;
		padding: 7px 9px;
	}

	section.box-rooms .stats-container {
		grid-template-columns: 1fr 1fr;
	}

	section.box-uudai .promo-grid {
		grid-template-columns: 1fr 1fr;
	}

	section.box-blog-news .description {
		font-size: 15px;
	}

	section.box-blog-news .top-label {
		left: 50%;
		transform: translateX(-50%);
	}

	section.box-blog-news .blog-header {
		padding: 40px 0px;
	}

	section.box-blog-news .right-content {
		margin-top: 0px;
	}
	section.box-blog-news{
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.features-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.section-features {
		padding: 30px 0;
	}

	.roadmap-grid {
		grid-template-columns: 1fr;
	}

	.home-number-highlights {
		padding: 30px 0;
	}

	.services-grid {
		transform: translateY(-74%);
	}
	.number-highlights__item{
		border-radius: 20px;
	}
}

@media(max-width:550px) {
	.services-grid__title {
		font-size: 12px;
	}

	section.box-rooms .stats-section {
		padding-top: 0px;
		border-radius: unset !important;
	}

	section.box-rooms .hero-section {
		display: none;
	}

	section.box-uudai .header p {
		padding-top: 10px
	}

	section.box-rooms .stats-section .ctnr {
		border-radius: unset;
	}

	section.box-uudai .subtitle:after {
		content: "";
		display: none;
	}

	section.box-uudai .subtitle:before {
		content: "";
		display: none;
	}

	section.box-uudai .subtitle {
		font-size: 26px;
		gap: 0px 5px;
		letter-spacing: 0px;
	}

	.Hotel_Facilities .facilities-grid {
		grid-template-columns: 1fr;
	}

	.Hotel_Facilities .facility-item {
		padding: 160px 15px 15px;
	}

	.grid-list-product-home .element-item {
		padding: 5px;
	}
	.hero-title.sub{
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.services-grid__icon img {
		width: 45px;
		height: 45px;
	}

	.services-grid {
		transform: translateY(-84%);
	}
}
@media (max-width: 374px) {
    .services-grid {
        transform: translateY(-78%);
    }
}

.modal-overlayyy {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	justify-content: center;
	align-items: center;
	/* display: flex; */
}

.modal-overlayyy .modal-content {
	background: #fff;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	max-width: 645px;
	width: 90%;
	animation: fadeIn 0.3s ease;
	position: relative;
	overflow: hidden;
}

.modal-overlayyy .modal-content form {
    padding: 50px 25px 25px 25px;
}

.image-form img{
    height: 100%;
}

.modal-overlayyy .modal-content h2 {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.modal-overlayyy .close-btn-modal {
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal-overlayyy .close-btn-modal svg {
	width: 20px;
	height: 20px;
}

.modal-overlayyy .form-group {
	margin-bottom: 15px;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
	color: #333;
    padding: 10px;
    border: 1px solid #ebe6e7;
    height: 46px;
    width: 100%;
    resize: none;
    font-size: 16px;
    font-family: inherit !important;
    border-radius: 5px;
}

.modal-overlayyy .submit {
	font-size: 16px;
	margin: 0 auto;
	display: block;
	font-weight: 500;
	border-radius: 35px;
    padding: 10px 30px;
	    background: var(--color-main3);
	color: #FFF;
    transition: .3s;
}

.stop-scroll {
    height: 100%;
    overflow: hidden;
}

@keyframes fadeIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

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