#page-home {
	overflow-x: hidden;
}
.box-member-banners{
    position: relative;
}
.item-slider-stages {
    position: relative;
}
.box-stage-outer-slider .slick-prev{
    left: 20px;
}
.box-stage-outer-slider .slick-next{
    right: 20px;
}
.box-stage-outer-slider.arrow-common .slick-arrow svg{
    fill: none;
}
.box-stage-outer-slider.arrow-common .slick-arrow svg path{
    stroke: white;
}
.slide-mv__img{
    position: relative;
    z-index: 1;
}
.slide-mv__img img{
    width: 100%;
    
}
.box-member-banners::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(60 169 229 / 10%) 50%, transparent 50%);
    z-index: 1;
}
.slide-mv__ct {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.slide-mv__info {
    max-width: 50%;
    padding: 20px;
	/* max-width: 800px; */
	/* margin: 0 auto; */
	/* text-align: left; */
	color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}
.slide-mv__ttl {
	/* font-size: 32px; */
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
    text-align: right;
    width: 100%;
}
.slide-mv__ttl.fw-700{
    font-weight: 700;
    font-size: 32px;
    width: 100%;

}
.home-about {
	display: flex;
	align-items: center;
	padding: 80px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.home-about__description p {
	padding-bottom:10px
}

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

.home-about .c-ttl__01 {
	font-weight: 700;
	/* font-size: 3.2rem; */
	margin-bottom: 20px;
}
.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
    margin-top: 8px;
}

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


.home-about__divider {
	width: 170px;
	height: 2px;
	background-color: #c7c7c7;
	margin: 5px 0 9px 0;
}
.home-about__divider.center{
    display: block;
    margin: 5px auto 9px;
    height: 1px;
}
.home-about__description {
	color: #595959;
	line-height: 1.6;
	font-size: 15.5px;
	margin-bottom: 10px;
}

.home-about__image {
	position: relative;
	padding: 0 0 0 3%;
	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: #2a4e9e54;
    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: #2a4e9e54;
    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 #00aae0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}
.title-separator .separator-center:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #00aae0;
    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, #2a4e9e) !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: #2a4e9e;
    text-transform: uppercase;
}
img.slider-mobile {
	display: none;
}
.item-slic {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

@media(max-width:990px){
	.slider-destop{
		display: none !important;
	}
	img.slider-mobile {
		display: block;
	}
	.item-slic {
		display: flex;
		align-items: center;
		gap: 0px 15px;
		justify-content: center;
	}
}
@media (max-width: 768px) {

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

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

}

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

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

.benefits__item {
	padding: 80px 10px 0;
	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;
} */
.js-slide-2 {
    margin-top: 20px;
}
.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 {
	color: #666;
	padding-left: 10px;
	line-height: 1.6;
}

.benefits__ct h3{
	color: #00aae0;
	font-size: 50px;
	text-align: center;
}

.benefits__ct p {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.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: linear-gradient(180deg, #00aae0, #acd57f);
	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 {
		padding: 20px 15px;
	}
}

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


.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;
	background-color: transparent !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, #2a4e9e);
	box-shadow: inset 1px 1px 6px #2b60aa6e;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.why-choose__list-item {
	align-items: start;
}


.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 {
	width: calc(100% - 85px);
}

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

.why-choose__list-ttl {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
section.home-about.khuyenmai {
    padding: 30px 0px;
}
section.home-about.khuyenmai .home-about .c-ttl__01 {
	text-align: left;
}
@media (max-width: 768px) {
	.why-choose__list {
		grid-template-columns: 1fr;
	}

	.why-choose__right {
		padding: 52px 15px 20px;
	}

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

@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);
	}
}
.line-cont{
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    margin-left: 100px;
}
.line-cont.is-visible{
    -webkit-animation: expand2 3s;
    background: #3caae0;
}

@-webkit-keyframes expand2 {
	0% {
		height: 0px;
	}
	100% {
		height: 100%;
	}
}
.home-category {
	padding: 80px 0;
    background: url(../images/bg-blue.jpg) no-repeat center/cover;
    position: relative;
}
.home-category__main{
    padding-left: 200px;
    color: white;
}
.home-category__heading{
    margin-bottom: 55px;
}
.home-category__heading .c-ttl__01{
    color: white;
}
.home-category__heading .c-ttl__01 span.fw-400{
    font-size: 85%;
}
.home-category .home-category__desc{
    max-width: 100%;
    /* font-size: 22px; */
    color: white;
}

.home-category .hover-effect_1 img {
	border-radius: 5px;
}
.category-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.category-list__title{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(90deg, #00aae0, #acd57f);
    padding: 11px 40px 11px 15px;
    color: white;
    z-index: 1;
    transition: all .5s ease-in;
}
.category-list__title::after{
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, #00aae0, #acd57f);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .5s ease-in;
}
.category-list__title:hover{
    color: white;
}
.category-list__title:hover::after{
    width: 100%;
}
.category-list__title-icon{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.category-list__title-icon polyline, .category-list__title-icon line{
    stroke: currentColor;
}
.home-review {
	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 .c-ttl__01 {
	text-align: center;
}
.slide-review__info {
	justify-content: center;
	align-items: center;
}

.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 {
	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;
	text-align: center;
	color: #333;
}

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

.home-news .c-ttl__01-accent.sm {
	font-size: 80px;
}
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, #2a4e9e) !important;
    transition: all .3s ease-in-out;
}
.line {
    width: 177px;
    position: relative;
    height: 2px;
    margin: auto;
    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;
}
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 #2a4e9e;
    filter: drop-shadow(2px 4px 2px #cdcdcd);
}
section.chungnhan .images img {
    display: block;
    border-radius: 5px;
}
.home-category__desc {
	max-width: 75%;
	/* font-size: 15px; */
	color: #595959;
	margin: auto;
    text-transform: none;
    font-weight: 500;
}


@keyframes bounce{
0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
}
.phone_in {
    background: #da3833;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    margin: 15px auto;
    text-align: center;
    transition: 0.5s ease;
    animation-name: bounce;
    nimation-delay: 0s;
    animation-duration: 5s;
    animation-iteration-count: 1;
}
.phone_in a {
	color: #fff;
}
.tuvan_ngay {
	text-align: center;
}

.slide-review__wrap {
    margin: 0px 10px;
}
.slide-review__wrap iframe {
    width: 100%;
    height: 690px;
    border-radius: 10px;
    display: block;
}

.value {
	background: #005caa;
	position: relative;
}

.value:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #00aae0, #acd57f);
	z-index: 9;
}

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

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

.reviews{
	padding: 30px 0 65px;
}

.reviews .slick-list{
	margin: 0 -15px;
}

.scroll-animate {
    opacity: 1;
    transform: translateY(5px);
    transition: all 0.6s ease;
}

.review-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 0px 15px 20px;
    min-height: unset !important;
}

.icon-review-card {
    margin-bottom: 10px;
}

.icon-review-card img {
    height: 30px;
    transform: rotate(179deg);
}

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

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

.reviewer-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reviewer-info h4 {
    /* margin-bottom: 5px; */
    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;
}

.slider-slick-review .slick-dots {
    bottom: -35px;
}

.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 button:before {
    content: "";
}

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

section.Check_Availability .item-left-Check_Availability {
    width: 40%;
    padding: 40px 15px 20px;
    background: linear-gradient(180deg, #00aae0, #acd57f);
    border-radius: 5px;
    color: #fff;
}

section.Check_Availability .box-form-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

section.Check_Availability .box-form-Check_Availability h2 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

section.Check_Availability .field-input-wrap.checkin-date input {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    padding: 0px 12px;
}

section.Check_Availability .field-input-wrap.checkin-date input::placeholder {
    color: #FFF;
}

select:focus {
    outline: none;
}


section.Check_Availability .field-wrap {
    width: 100%;
}

section.Check_Availability .kodelisting-form-label {
    margin-bottom: 5px;
}

section.Check_Availability .btn-theme-colored1 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

section.Check_Availability .kodelisting-form-field {
    margin-bottom: 20px;
}


section.Check_Availability .container-Check_Availability {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    top: -50px;
}

section.Check_Availability .item-right-Check_Availability {
    height: 100%;
    padding: 0px 80px;
    width: 60%;
    display: flex;
    align-items: center;
    padding-right: 0px;
}

section.Check_Availability {
    background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
}

section.Check_Availability::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}

section.Check_Availability .hedding-item-right-Check_Availability p {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

section.Check_Availability .hedding-item-right-Check_Availability h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.Check_Availability .content-item-right-Check_Availability {
    color: #Fff;
}

section.Check_Availability .content-item-right-Check_Availability p {
    padding-bottom: 20px;
}

section.Check_Availability .hotline-item-right-Check_Availability {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    justify-content: center;
}

section.Check_Availability .content p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

section.Check_Availability h5.icon-box-title {
    font-size: 24px;
    color: #fff;
}



section.Check_Availability .box-content-desc-right-Check_Availability {
    margin-top: 70px;
}

.kodelisting-form-field {
    display: flex;
    align-items: center;
    gap: 0px 14px;
}

.field-input-wrap.checkin-date select {
    height: 48px;
    font-size: 14px;
    background: none;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666666;
    width: 100%;
    padding: 0px 12px;
    color: #FFF;
}

.field-input-wrap.checkin-date select option {
    color: #333;
}

.hover-btn {
    position: relative;
}

.hover-btn:before {
    background-color: #222222;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: top right;
}

.hover-btn:hover:before {
    background-color: #222222;
    transform: scale(1, 1);
    transform-origin: bottom left;
}

.hover-btn span {
    position: relative;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-weight: 500;
}

.btn-theme-colored1 {
    color: #333;
    background-color: #00aae0;
    border-color: #00aae0;
    min-height: 56px;
    padding: 0 15px;
    text-align: center;
    width: 267px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.icon-item-right-Check_Availability img {
    height: 46px;
}

.hotline-item-right-Check_Availability .icon-text p {
    padding-bottom: 0px !important;
}

.Check_Availability{
	padding: 80px 0;
    position: relative;
}
.Check_Availability .home-category__main{

}
.sec-partner {
    padding: 30px 0;
    background: #eee;
}

.sec-partner .images {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
	/* filter: drop-shadow(2px 4px 2px #cdcdcd); */
}

.item-book-one {
    padding: 5px 10px 0;
}

.taisao-chon .item .title {
    display: grid;
    grid-template-columns: 90px auto;
    font-weight: 700;
    align-items: center;
    gap: 25px;
    color: #00aae0;
}

.taisao-chon .c-ttl__01 {
    color: #FFF;
    margin-bottom: 40px;
}

.taisao-chon .title-separator .separator-center:after,
.taisao-chon .title-separator .separator-center:before {
    border: 1px solid #FFF;
}

.taisao-chon .title-separator:after,
.taisao-chon .title-separator:before {
    background: #FFF;
}

.taisao-chon .item {
    position: relative;
}

.taisao-chon .item .title .triangle {
    display: flex;
    font-size: 50px;
    position: relative;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
}

.taisao-chon .item .title .triangle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 90px solid #acd57f; 
    border-left: 90px solid transparent;
    z-index: 1;
}

.taisao-chon .item .title .triangle span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.taisao-chon .item .title p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.taisao-chon .item .content {
    color: #fff;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
}

.taisao-chon .row {
    row-gap: 30px;
    margin: 0 -15px;
}

.taisao-chon .clm {
    padding: 0 15px;
}

.taisao-chon {
    color: #fff;
    padding: 80px 0;
    background: linear-gradient(180deg, #00aae0, #acd57f);
}

#form-booking-wrapper {
    scroll-margin-top: 200px;
}

.home-category .category-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-content-desc-right-Check_Availability .c-ttl__01{
    color: white;
}
 /* FAQ Item Block */
.faq-item {
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.faq-item:last-child {
    margin-bottom: 0;
}

/* FAQ Item Question */
.faq-item__question {
    background: #f8fafc;
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.faq-item__question:hover::before {
    left: 100%;
}

.faq-item__question:hover {
    background: #f1f5f9;
    border-color: #00aae0;
}

.faq-item__question-text {
    
    font-weight: 600;
    color: #1e293b;
    position: relative;
    z-index: 1;
}

.faq-item__icon {
    width: 24px;
    height: 24px;
    border: 2px solid #00aae0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute;
    background: #00aae0;
    transition: all 0.3s ease;
}

.faq-item__icon::before {
    width: 12px;
    height: 2px;
}

.faq-item__icon::after {
    width: 2px;
    height: 12px;
}

/* FAQ Item Answer */
.faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: white;
}

.faq-item__answer-content {
    padding: 0 1.5rem;
    color: #475569;
    line-height: 1.6;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

/* Active State Modifier */
.faq-item--active .faq-item__question {
    background: #00aae0;
    color: white;
    border-color: #00aae0;
}

.faq-ite.is-open .faq-item__question-text {
    color: white;
}

.faq-item.is-open .faq-item__icon {
    background: white;
    transform: rotate(360deg);
}

.faq-item.is-open .faq-item__icon::before,
.faq-item.is-open .faq-item__icon::after {
    background: #00aae0;
}

.faq-item.is-open .faq-item__icon::after {
    width: 0;
}

.faq-item.is-open .faq-item__answer {
    max-height: 200px;
}

.faq-item.is-open .faq-item__answer-content {
    padding: 1.5rem;
    transform: translateY(0);
    opacity: 1;
}

.faq-news{
    counter-reset: number;
    position: relative;
    z-index: 10;
}
.faq-news__item:not(:last-child){
    margin-bottom: 10px;
}
.faq-news__item .category-list__title{
    gap: 5px;
    display: block;
    background: transparent;
    box-shadow: 0 0 3px 0px;
}
.faq-news__item .category-list__title .text{
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.faq-news__item .category-list__title .text::before{
    counter-increment: number;
    content: counter(number)". ";
}
.faq-news__item .category-list__title::after{
    width: 100%;
    opacity: .5;
}
.faq-news__item .category-list__title:hover:after{
  opacity: 1;
}
.social-icons ul li a {
	display:flex
}




@media (max-width: 1200px) {
    .category-list__title{
        font-size: 20px; 
        padding: 10px 40px 10px 15px;
    }
}
@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: 55px 0 30px;
	}
}
@media(max-width:990px){
	.benefits__grid{
		display: block !important;
	}

	section.Check_Availability .item-left-Check_Availability{
		width: 50%;
	}

	section.Check_Availability .item-right-Check_Availability{
		width: 50%;
		padding: 0px 20px;
	}

    .home-about__image{
        padding: 0;
    }
    .Check_Availability{
	    padding: 40px 0;
    }

}
@media (max-width: 767px) {
  
    .home-category__main{
        padding-left: 0;
    }
    .line-cont{
        margin-left: 25px;   
    }
    .home-category__heading {
        margin-bottom: 30px;
        padding-left: 45px;
    }
    .home-category__heading .c-ttl__01 {
        margin-bottom: 10px;
    }
    .home-category .home-category__desc{
        /* font-size: 18px; */
    }
    .category-list{
        grid-template-columns: 1fr;
    }
	.home-review::before {
		background: rgb(255 255 255 / 70%);
	}
	.slide-review__desc {
		color: #000;
	}

	section.Check_Availability .item-left-Check_Availability{
		width: 100%;
	}

	section.Check_Availability .item-right-Check_Availability {
        width: 100%;
    }

	section.Check_Availability .container-Check_Availability{
		flex-wrap: wrap;
	}

	section.Check_Availability {
        background-size: cover !important;
        background-position: center right !important;
    }

    section.Check_Availability .hedding-item-right-Check_Availability p {
        font-size: 16px;
    }

    section.Check_Availability .box-form-Check_Availability h2 {
        font-size: 24px;
    }
    .slide-mv__img img{
        min-height: 230px;
    }
    .slide-mv__img>a::before, .box-member-banners::before{
        background: linear-gradient(90deg, rgb(60 169 229 / 10%) 100%, transparent 100%);
    }
    .slide-mv__ttl{
        text-align: center;
        font-size: 20px;
    }
    .slide-mv__info {
        max-width: 100%;
    }
}

