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

.home-about {
	display: flex;
	align-items: center;
	padding: 40px 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: 3.2rem;
}
.home-about .c-ttl__01 p {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}

.home-about__content {
	padding-right: 25px;
}


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

.home-about__description {
	color: #595959;
	line-height: 1.8;
	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: #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 #008b34;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 8px;
}
.title-separator .separator-center:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #008b34;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
}
.home-about2__image-child.hover-effect_1 img {
    animation: upDown 4s ease-in-out infinite;
}
.giatrimanglai .item .item-inner {
    box-shadow: 0px 0px 30px 0px rgba(24, 59, 86, 0.1);
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    background-color: #fff;
    padding: 30px 0 30px 0;
    text-align: center;
}
.title-sumenh {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 5px 0;
}
.description-sumenh {
    margin: 0 auto;
    width: 80%;
    color: #666;
    line-height: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.giatrimanglai .item .item-inner:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(24, 59, 86, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(24, 59, 86, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(24, 59, 86, 0.25);
    border-color: #f26000;
}

.note-sumenh {
    color: #f26000;
    font-weight: #f26000;
}
section.box-abouts-keper {
    padding: 0px 0px 30px;
}
@keyframes upDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.select-id-city {
    margin-bottom: 10px;
}
.section-datxengay {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    padding: 32px 0 75px 0;
    margin-bottom: 0px;
}
.section-datxengay .download-app .app-google h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 5px 0;
}
.section-datxengay .download-app .app-google h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
}

.section-datxengay .download-app .app-google h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    margin: 0;
}
.section-datxengay .download-app .btn-datxengay {
    background-color: #fff;
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    height: 55px;
    line-height: 60px;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    color: #1a9141;
    text-transform: uppercase;
}
.section-datxengay .download-app .app-datxe {
    text-align: right;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 15px;
}


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

.aboutus-content h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.aboutus-content h2 span {
    color: #B51F1F;
}
.aboutus_in {
    display: flex
;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 0 15px;
}
.single-service.single-service2 {
    /* display: flex
; */
    background: #fff;
    gap: 0px 10px;
    padding: 5px 20px 20px 20px;
    text-align: center;
    border-radius: 10px;
    /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2); */
}
.aboutus_in .item .single-service2 img {
    transition: all .3s ease;
}
.single-service.single-service2 img {
    width: auto;
    /* height: 70px; */
    /* background: #cdcdcd; */
    padding: 0px;
    /* border-radius: 100%; */
    margin-bottom: 5px;
}
.single-service.single-service2 .content h6 {
    font-size: 18px;
    color: #333;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
}

.single-service.single-service2 .content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    line-height: 1.4;
}

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

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

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

}

/*  */
.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 strong {
	color: #2a4e9e;
	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: #b0e8f8;
	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 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;
}
@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);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-news .c-ttl__01-accent.sm {
	font-size: 80px;
}
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;
    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 #2a4e9e;
    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;
}

section.room.bg--section-color.giavetau {
    background: #f7f7f7;
}

section.room.bg--section-color {
    padding-block-end: 30px;
    padding-block-start: 20px;
    background-repeat: no-repeat !important;
    position: relative;
    background: #fbf8f8;
}
section.room.bg--section-color .products-card
 {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}
section.room.bg--section-color .products-card .products-card__img {
    overflow: hidden;
    display: inline-flex
;
    height: 100%;
}

section.room.bg--section-color .products-card .products-card__img {
    width: 100%;
}
.products-card__img.d-block.hover-effect_1 {
    cursor: default;
}

.products-card__img.d-block.hover-effect_1 img {
    height: 200px;
    width: 100%;
}

section.room.bg--section-color .products-card .products-card__img img {
    transform: scale(1);
    transition: 0.5s ease;
    height: 200px;
    width: 100%;
    object-fit: contain;
}
section.room.bg--section-color .products-card-content {
    height: unset !important;
}

section.room.bg--section-color .products-card-content {
    padding: 0;
}
section.room.bg--section-color .products-card a {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 15px;
    color: #000;
}
.box-item-ngaydi {
    display: inline-flex;
    align-items: center;
    gap: 0px 10px;
    padding: 5px 10px;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px;
}

.item-icon-ngaydi {
    width: 35px;
    background: #1a9141;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    border-radius: 5px;
}
.content-ngaydi span {
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

.btn-submit-giave {
    text-align: center;
    padding: 4px;
    border: 1px dashed #1a9141;
    border-radius: 7px;
}

.btn-submit-giave .btn-submit-giave-btn {
    cursor: pointer !important;
}

.btn-submit-giave .btn-submit-giave-btn {
    display: inline-block;
    background: #1a9141;
    padding: 9px 25px;
    color: #ffff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
section.room.bg--section-color .products-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.bookings {
    margin-top: -70px;
}


.bookings__desktop {
    position: relative;
    bottom: 0;
    z-index: 9;
    justify-content: center;
}

.title_search_home {
    background: #8d011c;
    display: inline-block;
    padding: 12px 25px 8px 15px;
    color: #fff;
    position: relative;
    border-radius: 10px 0px 0px 0px;
}

.title_search_home::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 35px solid #8d011c;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -34px;
}

.title_search_home h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
}

.bookings__desktop form {
    width: 100%;
    padding: 19px 15px 10px 15px;
    border-radius: 0 5px 5px 5px;
    color: white;
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .2);
}

.btn-datve button {
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 0px;
    background: #B51F1F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.btn-datve button:hover {
    background: #a51c2e;
}


.bookings__desktop form {
    position: relative;
    border-radius: 10px;
}

.btn-datve:before {
    width: 0px;
    height: 0px;
    top: 0px;
    transform: rotate(180deg);
}




.booking-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.booking-card .trip-options {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.booking-card .trip-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.booking-card .trip-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #ff4757;
}

.booking-card .trip-option label {
    font-size: 15px;
    color: #2f3542;
    cursor: pointer;
    margin-bottom: 0px;
}

.booking-card .search-form {
    display: flex;
    align-items: end;
    gap: 16px;
    position: relative;
}

.booking-card .input-group {
    flex: 1;
    position: relative;
}

.booking-card .input-label {
    font-size: 13px;
    color: #747d8c;
    margin-bottom: 6px;
    display: block;
}

.booking-card .location-input,
.date-input {
    background: #f1f2f6;
    border-radius: 12px;
    padding: 7px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    min-height: 70px;
    justify-content: center;
    height: 70px;
}

.booking-card .input-title {
    font-size: 15px;
    color: #747d8c;
    margin-bottom: 2px;
    display: block;
    flex: 1;
}

.booking-card .input-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-card .location-input:hover,
.date-input:hover {
    /* border-color: #a4b0be; */
    /* background: #ffffff; */
}

.booking-card .location-input.active,
.date-input.active {
    border-color: #5f27cd;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(95, 39, 205, 0.1);
}

.booking-card .location-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.booking-card .location-icon.departure {
    color: white;
}

.booking-card .location-icon.arrival {}

.booking-card .location-text {
    font-size: 17px;
    font-weight: 500;
    color: #2f3542;
    flex: 1;
    display: block;
}

.booking-card .swap-button {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ddd6fe;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #747d8c;
    transition: all 0.2s;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translateY(-50%);
    z-index: 9;
}

.booking-card .swap-button:hover {
    background: #ffffff;
    color: #5f27cd;
    border-color: #5f27cd;
}

.booking-card .date-input {
    cursor: pointer;
}

.booking-card .return-date {
    display: none;
}

.return-date.show {
    display: block;
}

.booking-card .date-icon {
    color: #B51F1F;
    height: 22px;
}

.booking-card .date-text {
    font-size: 15px;
    font-weight: 500;
    color: #2f3542;
}

.booking-card .search-button {
    background: #1a9141;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    white-space: nowrap;
    width: unset;
    height: 70px;
}

.booking-card .search-button:hover {
    background: #ff3742;
    transform: translateY(-1px);
}

/* Dropdown cho viÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡c chÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Ân ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹a ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢m */
.booking-card .location-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    margin-top: 4px;
    max-height: 400px;
    overflow: hidden;
    display: none;
}

.booking-card .location-dropdown.show {
    display: block;
}

.booking-card .dropdown-header {
    padding: 16px 9px;
    border-bottom: 1px solid #f1f2f6;
    background: #fafbfc;
}

.booking-card .dropdown-title {
    font-size: 14px;
    font-weight: 600;
    color: #2f3542;
    letter-spacing: 0.5px;
    text-align: center;
}

.booking-card .search-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 12px;
    outline: none;
    transition: border-color 0.2s;
}

.booking-card .search-input:focus {
    border-color: #5f27cd;
}

.booking-card .search-input::placeholder {
    color: #a4b0be;
}

.booking-card .provinces-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 8px 7px;
}

.booking-card .province-item {
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f8f9fa;
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 5px;
}

.booking-card .province-item:last-child {
    border-bottom: none;
}

.booking-card .province-item:hover {
    background-color: #f8f9fa;
}

.booking-card .province-name {
    font-size: 14px;
    color: #2f3542;
    font-weight: 500;
}

.booking-card .province-arrow {
    color: #a4b0be;
    font-size: 12px;
    transform: rotate(180deg);
}
.giatrimanglai .item .item-inner img {
    height: 78px;
}


.booking-card .input-title select {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #cdcdcd85;
    color: #616161;
}

input.form-control.flatpickr-init.flatpickr-input {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #cdcdcd85;
    color: #616161;
}
.header-bottom {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 768px) {
    section.bookings {
        margin-top: 0px;
    }
    
    .booking-card {
        padding: 0px;
        margin-top: 20px;
    }

    .section-datxengay .download-app .btn-datxengay {
        padding: 0px 20px;
        font-size: 14px;
        height: 47px;
    }
    
    .section-datxengay .download-app .app-google h2 {
        font-size: 30px;
    }
    
    .section-datxengay .download-app .app-google h3 {
        font-size: 19px;
    }
    
    .section-datxengay .download-app .app-datxe {
        justify-content: left;
    }
    
    .booking-card .search-button {
        height: 45px;
        font-size: 15px;
    }
    
    .booking-card .search-button svg {
        width: 25px;
        height: 19px;
    }
    .giatrimanglai .item .item-inner {
        margin-bottom: 10px;
    }
    
    .title-sumenh {
        font-size: 14px;
    }
    
    .description-sumenh {
        font-size: 13px;
    }
    
    .giatrimanglai .item .item-inner img {
        height: 55px;
    }

    .booking-card .search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-card .swap-button {
        align-self: center;
        transform: rotate(90deg);
    }
}




.booking-card .input-group.diemdi {
    position: relative;
}

@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){
    section.popup-form-datxe .form-row {
        flex-direction: column;
    }
    
    section.popup-form-datxe .form-row .form-group {
        width: 100%;
    }
    
}