/* destination */
.destination-column__row {
	gap: 10px 0;
	--gutter: 5px;
}

.slide-images-body-item {
	padding: 0 5px;
}

.slide-tour-title>span {
	background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
	background-size: 0 2px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	transition: all .3s ease-in;
}

.slide-tour-title:hover>span {
	background-size: 200% 2px;
}

.slide-tour {
	display: block;
	overflow: hidden;
	position: relative
}

.slide-tour-img {
	position: relative;
	padding-top: calc((404 / 320) * 100%);
	overflow: hidden;
}

.slide-tour-img--style2 {
	padding-top: calc((225 / 320) * 100%);
}

.slide-tour-img--style3 {
	padding-top: calc((466 / 320) * 100%);
}

.slide-tour-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.slide-tour-ct {
	display: flex;
	align-content: end;
	padding: 15px 15px 40px;
	/* background: linear-gradient(0deg, #c37f46 5%, rgba(255, 255, 255, 0) 48%); */
	flex-direction: column;
	justify-content: end;
	z-index: 10;
}

.slide-tour-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
}

.slide-tour-desc {
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.89) 0.659975px 0.659975px 0px;
	font-size: 15px;
	padding: 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 40px;
}

/* Search Form Block */
#searchForm {
	margin-bottom: -35px;
}

.search-form {

	background: linear-gradient(0deg, #ffffff, transparent, #e4e4e5);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 25px 10px;
	border-radius: 10px;
	background: white;
	transform: translateY(-50%);
	z-index: 2;
	position: relative;

}

.search-form__flex {
	display: flex;
	align-items: stretch;
	min-height: 40px;
	gap: 15px;
	max-width: 800px;
	margin: 0 auto;

}

/* Select Field Block */
.select-field {
	position: relative;
	flex: 1;
	border: 1px solid #e6e6e6;
	background: white;
}



.select-field__wrapper {
	position: relative;
	height: 100%;
}

.select-field__select {
	width: 100%;
	height: 100%;
	padding: 10px 50px 10px 20px;
	border: none;
	background: transparent;
	font-size: 15px;
	color: #6c757d;
	cursor: pointer;
	appearance: none;
	outline: none;
	transition: all 0.2s ease;
}

.select-field__select:hover {
	background-color: #f8f9fa;
}

.select-field__select:focus {
	background-color: #fff;
	color: #495057;
}

.select-field__arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	pointer-events: none;
	transition: transform 0.2s ease;
}

.select-field__arrow::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #6c757d;
	border-bottom: 2px solid #6c757d;
	transform: rotate(45deg);
	top: -2px;
	left: 2px;
}

.select-field__select:focus+.select-field__arrow {
	transform: translateY(-50%) rotate(180deg);
}

.select-field__select:focus+.select-field__arrow::before {
	border-color: #495057;
}

/* Search Button Block */
.search-btn {
	background: var(--color-hover);
	border: none;
	color: white;
	padding: 0 40px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
	min-width: 160px;
}

.search-btn:hover {
	background: var(--color-main);
}

.search-btn:active {
	background: #1a252f;
}

.service-img img {
	transition: all .6s ease;
}

.service-card:hover .service-img img {
	transform: scale(1.1);
}

.service-card .desc {
	padding-bottom: 0;
}

.service.pd-section-bottom {
	padding-bottom: 20px;
}

.customer-box,
.customer-box .desc {
	transition: all .3s ease-in;
}

.customer-box .noi_dung_in {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

.customer.pd-section-bottom {
	padding-bottom: 25px;
}

.destination.pd-section-top {
	padding-top: 30px;
}

.customer-box.is-open,
.customer-box.is-open .desc_in {
	height: auto !important;
}

.customer-box.is-open .desc_in .noi_dung_in {
	-webkit-line-clamp: none;
}

section.Destinations {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0px;
	position: relative;
}
.Destinations::after {
	background-color: #00000069;
	position: absolute;
	top: 0;
}
.content-box-destinations-left {
	display: flex;
	flex-direction: column;
	gap: 14px 0px;
	margin-top: 10px;
}

.desc-destinations-our {
	color: #fff;
	font-size: 17px;
}

.span-destinations-threeland {
	font-size: 37px;
	color: #fff;
}

.content-Destinations {
	color: #fff;
	font-size: 15px;
}

.btn-view-Destinations a {
	display: inline-flex;
	align-items: center;
	gap: 0px 10px;
	padding: 3px 11px;
	border-radius: 25px;
	border: 1px solid #fff;
	color: #fff;
}

.btn-view-Destinations {
	padding: 15px 0px;
}

.grid-list-tour {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 10px;
}

.images-destinations img {
	border-radius: 10px;
	width: 100%;
}

.images-destinations a span {
	color: #fff;
	display: inline-block;
	padding-top: 10px;
	text-transform: uppercase;
}

.list-slider-Destinations {
	position: relative;
}

.list-btn-next-destinations {
	position: absolute;
	z-index: 99;
	margin-top: 35px;
	top: 36%;
	left: 16%;
	display: flex;
	gap: 0px 15px;
	cursor: pointer;
}

.box-container-Destinations {
	/* margin-bottom: 30px; */
	/* margin-top: 30px; */
	position: relative;
}

.icon-item-destinations {
	width: 68px;
	height: 48px;
	border: 1px solid #e5e7eb;
	display: flex;
	justify-content: center;
	border-radius: 25px;
	align-items: center;
}

.icon-item-destinations img {
	width: 20px;
	height: 20px;
}

.icon-item-destinations-right {
	width: 115px;
	height: 48px;
	border: 1px solid #e5e7eb;
	display: flex;
	justify-content: center;
	border-radius: 25px;
	align-items: center;
	color: #fff;
	gap: 0px 10px;
}

.icon-item-destinations-right.disabled {
	border: 1px solid #e5e7eb85;
	color: #e5e7eb85;
}

.icon-item-destinations-right.disabled img {
	opacity: 0.4;
}
section.Destinations:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000066;
}

section.Destinations .ctnr {
    position: relative;
}










@media (max-width: 768px) {
	.search-form__flex {
		flex-direction: column;
		gap: 10px;
	}
	.search-btn {
		min-width: auto;
		padding: 10px 20px;
		border-radius: 5px;
	}
}

/* Custom Scrollbar for Select Options */
.select-field__select option {
	padding: 10px;
	background: white;
	color: #495057;
}

/* Focus States */
.select-field:focus-within {
	background-color: #f8f9fa;
}

/* Loading State */
.search-btn--loading {
	opacity: 0.7;
	cursor: not-allowed;
}

.search-btn--loading::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid transparent;
	border-top: 2px solid white;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-left: 8px;
}

.js-slide-tour-two .slick-list {
	margin: 0 -5px;
}

.js-slide-tour__item {
	margin: 0 5px;
}
.icon-leagth-en {
	width: 80px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media(max-width:990px) {
	.search-form {
		transform:none
	}
	.page-banner-title h2 {
		font-size: 30px;
	}
	.list-btn-next-destinations {
		position: absolute;
		z-index: 99;
		top: 3%;
		left: 3%;
		display: flex;
		gap: 0px 15px;
		cursor: pointer;
	}

	.grid-list-tour {
		display: unset;
	}

	section.Destinations {
		padding-top: 100px;
	}

	.list-slider-Destinations .slick-prev.slick-arrow {
		opacity: 1 !important;
		left: 10px !important;
		top: 50% !important;
	}

	.list-slider-Destinations .slick-arrow.slick-next {
		opacity: 1 !important;
		top: 50% !important;
		right: 10px !important;
	}
}
@media(max-width:767px) {
	.slide_home_img img {
		height: 55vh;
		width: 100%;
	}
	#searchForm {
		margin-bottom: 0;
		height: 0;
	}
	.select-field__select {
		padding: 8px 10px;
		border-radius: 10px;
		color: #000;
	}
	.search-form {
        transform: translateY(-100%);
        background: none;
        padding: 0 10px 15px 10px;
        box-shadow: none;
    }
	.select-field {
		position: relative;
		flex: 1;
		border: 1px solid #ffffff00;
		background: #ffffff9c;
		color: #000;
		border-radius: 5px;
	}
	.desc.mx-w78 {
		max-width: 100%;
	}
}