.tour-detail-slide {
	padding-top: 15PX;
	background-color: #f9f4f0;
}
.trip-info-one__content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trip-info-one__right .booking-information {
    display: flex;
    justify-content: flex-end;
    gap: 0px 40px;
}

h5.meta-title {
    color: #82828a;
    font-size: 15px;
    font-weight: 500;
}
.tour-detail-slide .slide-3 .tour-detail-slide-box img {
	height: 400px;
	width: 100%;
}

button.aa-btn.aa-btn--primary.aa-btn--lg.js-brochure-modal__input-button.brochure-modal__input-button {
	color: white;
	background-color: var(--color-main);
	font-size: 16px;
	border-radius: 5px;
}

.tour-detail-top {
	background-color: #F2F5F9;
	padding: 70px 0 65px;
}

.tour-detail-top ul {
	flex-wrap: wrap;
}

.tour-detail-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.tour-detail-top ul li {
	color: #0f0f0f;
	font-weight: 400;
	font-size: 16px;
	padding: 0px 10px;
	padding-left: 10px;
	position: relative;
}

.tour-detail-top ul li:not(:last-child)::before {
	content: " ";
	position: absolute;
	right: 0;
	height: 55%;
	width: 1px;
	background-color: #989994;
	top: 23%;
}

.tour-detail-top ul li:first-child {
	padding-left: 0px;
}

.tour-detail-body {
	padding-top: 50px;
}

.tour-detail-content_title {
	font-size: 23px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

.tour-detail-content_box {
	margin-bottom: 25px;
}

.tour-detail-content_box .map iframe {
	width: 100%;
}

.faqs-container {

	padding-left: 40px;
	position: relative;
}

.faqs-container:not(:last-child)::before {
	position: absolute;
	content: "";
	left: 0;
	width: 0px;
	height: 100%;
	top: 16px;
	border: 1px dashed #d3d2daa1;
}

.faqs-circle {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	border: 2px solid #ff9d3d;
	padding: 4px;
	left: -7px;
	top: 5px;
	background-color: white;
}

.faqs-circle-item {
	height: 100%;
	width: 100%;
	border-radius: 100%;

}

.faqs-container.active .faqs-circle-item {
	background-color: var(--color-main);
}

.faqs-top a {
	/*! padding-top: 10px; */
	color: #061626cc;
}

.faqs-content {
	border-bottom: 1px solid #d3d2da;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.faqs-content-child {
	display: none;
}

.faqs-content-child p {
	padding-bottom: 0px;
	margin-top: 5px;
}

.faqs-title {
	font-size: 17px;
	font-weight: 600;
}

.faqs-icon svg {
	height: 16px;
	fill: black;
}

.faqs {
	margin-left: 15px;
}


.tour-detail-download h2 {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: 500;
}

.tour-detail-download span {
	color: #fff;
	font-size: 14px;
}

.tour-detail-download a img {
	height: auto;
	width: 150px;
	margin-top: 15px;
}

.faqs-container.faqs-container--sc::before {
	content: unset;
}

.faqs-container.faqs-container--sc {
	padding-left: 0px;
	border: 1px solid rgba(15, 29, 35, .1);
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.faqs--sc {
	margin-left: 0px;
}


.form-book {
	overflow: hidden;
	border-radius: 10px;
	/* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.31); */
	border: 1px solid #00000017;
	/* position: sticky;
	top: 100px; */
}

.form-book:not(:last-child) {
	margin-bottom: 10px;
}

.form-book-top {
	background-color: #f9f4f0;
	padding: 18px 25px 15px 25px;
}

.price-right {
	font-size: 16px;
	font-weight: 500;
}

.form-book-top .price-right span {
	font-size: 11px;
	color: #8b8b8b;
	line-height: 1.0;
}

.price-left {
	font-size: 22px;
	font-weight: 600;
}

.form-book-top h2 {
	font-size: 20px;
	margin: 5px 0px 0px 0px;
}

.form-book-top span {
	font-size: 14px;
	color: #8b8b8b;
}

.form-book-body {
	padding: 5px 15px;
}

.form-book-body .clm,
.form-book-body .row {
	--gutter: 7px;
}

.form-book-body input,
.form-book-body textarea,
.form-book-body select {
	background-color: transparent;
	border: 0;
	padding: 3px 5px;
	color: #a1a398;
	font-size: 15px;
	width: 100%;
	opacity: 1;
	border-bottom: 1px solid #cacaca;
	height: 36px;
}

.form-book-body input::placeholder,
.form-book-body textarea::placeholder {
	color: #a1a398;
	font-size: 15px;
	opacity: 1;
}

.form-book-bottom {
	padding: 0px 25px 30px 25px;
}

.form-book-bottom h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.faqs-icon svg,
.btn-expand {
	cursor: pointer;
}

.form-book-bottom span {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 1.4;
	display: block;
}

.form-book-bottom button {
	background-color: var(--color-main);
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 4px;
	margin-top: 10px;
}

.btn-expand .close {
	display: none;
}

.btn-expand.active .expand {
	display: none;
}

.btn-expand.active .close {
	display: block;
}

.scout-component__modal {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 9;
	display: none;
}

.scout-component__modal-dialog {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	max-height: 100%;
	box-shadow: 0 24px 32px rgba(3, 54, 63, .08), 0 16px 24px rgba(3, 54, 63, .08), 0 8px 16px rgba(3, 54, 63, .04), 0 4px 8px rgba(3, 54, 63, .04), 0 2px 4px rgba(3, 54, 63, .02), 0 1px 2px rgba(3, 54, 63, .02), 0 -1px 2px rgba(3, 54, 63, .02);
	overflow: hidden;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
}











.container-popup-tours {
	display: flex;
	justify-content: space-between;
}



.modul-content-box-tour {
	width: 50%;
}


.container-popup-tours .modul-content-box-tour {
	height: 490px;
	max-height: 490px;
	overflow-y: scroll;
	padding-right: 15px;
}

.container-popup-tours #pdf_popup-map .faqs-container {
	overflow-y: scroll;
}

.container-popup-tours .faqs-container {
	height: unset !important;
}

.scout-component__modal-top {
	position: relative;
	padding: 30px 16px 2px 24px !important;
	z-index: 2;
}






.video_all iframe {
	width: 100%;
}

.main-bookering-detail-bodys .form-book {
	display: none;
}




















.book-form-member .form-group textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: #f8f9fa;
    height: 120px;
}

.book-form-member .booking-container {
	 background: white;
	 border-radius: 20px;
	 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	 padding: 20px 20px;
	 width: 100%;
	 margin: 0px 15px;
	 border: 2px solid #226127;
}
 .book-form-member .price-section {
	 margin-bottom: 25px;
	 display: flex;
	 align-items: center;
	 gap: 0px 10px;
}
 .book-form-member .price-label {
	 color: #17a2b8;
	 font-size: 14px;
	 font-weight: 500;
	 margin-bottom: 5px;
}
 .book-form-member .price {
	 font-size: 32px;
	 font-weight: 700;
	 color: #333;
}
 .book-form-member .tab-buttons {
	 display: flex;
	 margin-bottom: 25px;
	 border-radius: 8px;
	 overflow: hidden;
	 border: 1px solid #e0e0e0;
}
 .book-form-member .tab-button {
	 flex: 1;
	 padding: 10px 15px;
	 border: none;
	 background: white;
	 color: #666;
	 font-weight: 500;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 font-size: 15px;
}
 .book-form-member .tab-button.active {
	 background: #226127;
	 color: white;
}
 .book-form-member .tab-button:hover:not(.active) {
	 background: #f8f9fa;
}
 .book-form-member .form-group {
	 margin-bottom: 20px;
}
 .book-form-member .form-input {
	 width: 100%;
	 padding: 10px 15px;
	 border: 1px solid #e0e0e0;
	 border-radius: 8px;
	 font-size: 14px;
	 transition: border-color 0.3s ease;
	 background: #f8f9fa;
}
 .book-form-member .form-input:focus {
	 outline: none;
	 border-color: #17a2b8;
	 background: white;
}
 .book-form-member .form-input::placeholder {
	 color: #999;
}
 .book-form-member .extras-section {
	 margin: 25px 0;
}
 .book-form-member .extras-title {
	 font-size: 16px;
	 font-weight: 600;
	 color: #333;
	 margin-bottom: 15px;
}
 .book-form-member .checkbox-group {
	 display: flex;
	 flex-direction: column;
	 gap: 12px;
}
 .book-form-member .checkbox-item {
	 display: flex;
	 align-items: center;
	 gap: 10px;
}
 .book-form-member .checkbox-item input[type="checkbox"] {
	 width: 18px;
	 height: 18px;
	 accent-color: #17a2b8;
}
 .book-form-member .checkbox-label {
	 color: #666;
	 font-size: 14px;
}
 .book-form-member .price-tag {
	 color: #226127;
	 font-weight: 500;
}
 .book-form-member .quantity-section {
	 display: flex;
	 align-items: center;
	 gap: 15px;
	 margin: 20px 0;
	 padding: 15px;
	 background: #f8f9fa;
	 border-radius: 8px;
}
 .book-form-member .quantity-input {
	 width: 60px;
	 padding: 8px;
	 border: 1px solid #e0e0e0;
	 border-radius: 6px;
	 text-align: center;
	 font-size: 16px;
}
 .book-form-member .quantity-label {
	 color: #666;
	 font-size: 14px;
}
 .book-form-member .ticket-price {
	 color: #226127;
	 font-weight: 600;
	 margin-left: auto;
}
 .book-form-member .total-section {
	 margin: 25px 0 15px;
	 padding: 15px 0;
	 border-top: 1px solid #e0e0e0;
}
 .book-form-member .total-text {
	 font-size: 17px;
	 font-weight: 400;
	 color: #333;
}
 .book-form-member .total-amount {
	 color: #17a2b8;
}
 .book-form-member .booking-button {
	 width: 100%;
	 padding: 10px;
	 background: #226127;
	 color: white;
	 border: none;
	 border-radius: 25px;
	 font-size: 16px;
	 font-weight: 600;
	 cursor: pointer;
	 transition: all 0.3s ease;
	 box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
}
 .book-form-member .booking-button:hover {
	 background: #138496;
	 transform: translateY(-2px);
	 box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4);
}
 .book-form-member .booking-button:active {
	 transform: translateY(0);
}
 
@media(max-width:1366px) {
	.form-book-body {
		padding: 0px 25px;
	}

	.form-book-top {
		padding: 5px 25px 5px 25px;
	}
}

@media (min-width: 768px) {
	.scout-component__modal-dialog {
		margin: 32px auto;
		height: auto;
		max-height: calc(100% - 64px);
		border-radius: 11px;
		top: calc(50% - 32px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}





.scout-component__modal-navigation {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	height: 24px;
	width: 100%;
	margin-bottom: 8px;
	justify-content: right;
}

.scout-component__modal-heading {
	font-size: 23px;
	line-height: 32px;
	letter-spacing: .37px;
	margin: 0;
	padding: 0 4px 0 0;
	width: 100%;
	color: #323637;
}

@media (min-width: 768px) {
	.scout-component__modal-heading {
		font-size: 25px;
		line-height: 35px;
		letter-spacing: -.54px;
	}
}

.scout-component__modal-content {
	position: relative;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: auto;
	z-index: 0;
	padding: 4px 24px 24px;
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.scout-component__modal-top {
		position: relative;
		padding: 30px 16px 2px 16px !important;
		z-index: 2;
	}

	.scout-component__modal-content {
		background: linear-gradient(#fff 33%, transparent), linear-gradient(transparent, #fff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(44, 62, 80, .25), transparent), radial-gradient(farthest-side at 50% 100%, rgba(44, 62, 80, .25), transparent) 0 100%;
		background-color: rgba(0, 0, 0, 0);
		background-repeat: repeat, repeat, repeat, repeat;
		background-attachment: scroll, scroll, scroll, scroll;
		background-size: auto, auto, auto, auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-attachment: local, local, scroll, scroll;
		background-size: 100% 18px, 100% 18px, 100% 8px, 100% 8px;
	}
}

.scout-component__modal-content {
	font-size: 16px;
	line-height: 24px;
}

.brochure-modal__text {
	margin-bottom: 28px;
	letter-spacing: .3px;
	padding-bottom: 0px;
	font-size: 15px;
}

.scout-component__modal-content {
	font-size: 16px;
	line-height: 24px;
}

.scout-element__input {
	position: relative;
	border: 1px solid #bbc0c2;
	border-radius: 9px;
}

.scout-element__input-label {
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	font-weight: 700;
	padding: 0 4px;
	top: -50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	left: 12px;
	background-color: #fff;
}

.scout-element__input-field {
	padding: 12px 16px;
	min-height: 48px;
	width: 100%;
	border-radius: 9px;
	font-size: 14px;
}

.brochure-modal__flex-wrap {
	display: flex;
	justify-content: right;
	padding-right: 22px;
}

.brochure-modal__flex-wrap a {
	color: white;
	background-color: #d67b4c;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 5px;
	display: block;
	width: fit-content;
	margin-bottom: 20px;
}

.scout-component__modal-navigation-close {
	padding: 0px;
	background-color: transparent;
}

.download_pdf {
	background: #0e2a0a;
	padding: 30px 55px;
	border-radius: 10px;
	color: #fff;
}

.download_pdf .video_all iframe {
	width: 100%;
	height: 240px;
	border-radius: 10px;
}

.download_pdf .row {
	align-items: center;
}

.container-popup-tours .modul-content-box-tour .form-book-top {
	padding: 0px 0;
	border-bottom: solid 1px #ccc;
	background: #fff;
	margin-bottom: 15px;
}

.container-popup-tours #pdf_popup-map h2 {
	margin-bottom: 10px;
}

.container-popup-tours .faqs-content {
	border-bottom: 1px solid #d3d2da;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.container-popup-tours .price-right {
	text-transform: uppercase;
}

.container-popup-tours .modul-content-box-tour::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.container-popup-tours .modul-content-box-tour::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #0e2a0a;
}

.scout-component__modal-navigation-close svg {
	height: 19px;
}

#map {
	height: 500px;
	width: 100%;
}

#map2 {
	height: 500px;
	width: 50%;
}

.box-fragile-mobile {
	display: none;
}

.map-btn {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	background: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}

@media(max-width:990px) {
	
	.box-fragile-mobile {
		margin-top: 20px;
		display: block;
	}

	.form-book {
		position: unset;
	}

	.box-fragile-desk {
		display: none;
	}

	.download_pdf .video_all iframe {
		width: 100%;
		height: 200px;
		border-radius: 10px;
	}

	.download_pdf {
		padding: 30px 25px;
	}

	.video_all {
		margin-top: 15px;
	}

	.container-popup-tours .modul-content-box-tour {
		width: 100%;
		margin-top: 30px;
	}

	.container-popup-tours {
		flex-wrap: wrap;
	}

	.container-popup-tours .box-images-details-left {
		width: 100%;
	}
}

@media(max-width:768px) {
	.download_pdf .video_all iframe {
		width: 100%;
		height: 200px;
		border-radius: 10px;
	}
}

@media (max-width: 586px) {

	.main-bookering-detail-bodys .form-book {
		display: block;
		position: unset;
		margin-bottom: 20px;
	}


	.tour-detail-slide .slide-3 .tour-detail-slide-box img {
		height: auto;
	}

	.container-popup-tours .modul-content-box-tour {
		padding-right: 0;
	}



	.download_pdf .video_all iframe {
		width: 100%;
		height: 175px;
		border-radius: 10px;
	}

	.faqs-content .desc table td:nth-child(2) {
		display: none;
	}

	.faqs-content .desc table td {
		width: 100%;
		display: block;
		padding: 0;
	}

	.faqs-content .desc table td img {
		padding: 0 !important;
	}

	.faqs-circle {
		height: 15px;
		width: 15px;
		left: -7px;
	}

	.faqs-container:not(:last-child)::before {
		top: 20px;
	}

	.faqs-container {
		padding-left: 38px;
	}

	.faqs-title {
		font-size: 15px;
	}

	.tour-detail-body {
		padding-top: 25px;
	}
}

.specific_requests {
	font-size: 12px !important;
}

.specific_requests::placeholder {
	font-size: 12px !important;
	/* Thay đổi giá trị này để điều chỉnh kích thước font */
}

/* Định dạng container */
.date-container {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* Định dạng input */
#date-input {
	color: transparent;
	/* Ẩn chữ nhập vào ban đầu */
	font-size: 13px;
	padding: 10px;
	outline: none;
	cursor: pointer;
	background: transparent;
	position: relative;
	z-index: 2;
}

/* Hiển thị placeholder */
.placeholder-text {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #a1a398;
	font-size: 15px;
	pointer-events: none;
	transition: all 0.3s ease;
}

/* Khi người dùng nhập ngày, placeholder biến mất */
#date-input:focus+.placeholder-text,
#date-input:valid+.placeholder-text {
	opacity: 0;
}

/* Khi người dùng nhập ngày, đổi màu chữ thành đen */
#date-input:valid {
	color: #a1a398;
}

div#swal2-content {
	font-size: 14px !important;
}

.swal2-popup {
	width: 48em !important;
}

.swal2-title {
	font-size: 34px !important;
	/* color: #31af36 !important; */
}



.desc h2 {
	font-size: 23px;
}

.slide-3-1 svg {
	width: 15px;
}

/* Container chính chứa ảnh */
.tour-detail-content_box img {
	width: 100%;
	border-radius: 10px;
}

.image-container {
	width: 300px;
	height: 300px;
	cursor: pointer;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease-in-out;
	/* Phóng to nhẹ khi hover với thời gian dài hơn */
}

/* Hiệu ứng nhỏ khi hover */
.image-container:hover img {
	transform: scale(1.08);
	/* Phóng to nhẹ khi hover */
}

/* Lớp overlay cho toàn màn hình */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	/* Màu nền mờ */
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.6s ease;
	/* Hiệu ứng fade-in và fade-out mượt hơn */
	z-index: 1000;
}

/* Ảnh phóng to trong lớp overlay */
.overlay img {
	max-width: 85%;
	max-height: 85%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
	/* Hiệu ứng bóng rõ hơn */
	transform: scale(0.7);
	/* Bắt đầu từ kích thước nhỏ hơn */
	opacity: 0;
	/* Ẩn ảnh lúc ban đầu để hiệu ứng fade-in hoạt động */
	transition: transform 0.6s ease, opacity 0.6s ease;
	/* Hiệu ứng zoom-in và fade-in mượt */
}

/* Hiệu ứng fade-in và zoom-in cho overlay */
.overlay.active {
	display: flex;
	opacity: 1;
}

.overlay.active img {
	transform: scale(1);
	position: relative;
	z-index: 1;
	/* Phóng to đầy đủ khi mở overlay */
}

/* Hiệu ứng fade-in cho ảnh khi load xong */
.overlay img.loaded {
	opacity: 1;
	/* Ảnh hiện ra khi load xong */
}

.faqs-container--sc.active .faqs-icon svg {

}

.scout-component__modal-navigation-close svg {
	height: 19px;
	top: -4px;
	right: -5px;
	position: relative;
}

#pdf_popup-map h2 {
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 20px;
}

#pdf_popup-map .faqs-container {
	height: 38px;
	padding-left: 24px;
}

#pdf_popup-map .tour-detail-content_box.faqs--js {
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #cacaca;
}

#pdf_popup-map .faqs-title {
	font-size: 14px;
	font-weight: 600;
}

#pdf_popup-map #map2 {
	height: 500px;
	width: 100%;
}

.scout-component__modal {
	z-index: 999;
}

#pdf_popup-map .faqs-circle {
	height: 24px;
	width: 24px;
}

#pdf_popup-map .faqs-container:not(:last-child)::before {
	position: absolute;
	content: "";
	left: -3px;
	width: 1px;
	height: 100%;
	background-color: #d3d2da;
	top: 20px;
}

.faqs-container--sc.active .faqs-content .desc {
	display: block;
}

.faqs-container .faqs-top .faqs-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.faqs-container.active .faqs-top .faqs-icon {
	transform: rotate(-90deg);
}

@media (max-width: 992px) {
	.book-form-member .booking-container{
		margin: unset;
	}
	.trip-info-one__left{
		width: 100% !important;
	}
	#pdf_popup-map #map2 {
		height: 250px;
		margin-bottom: 20px;
		width: 100%;
	}

	.scout-component__modal-top {
		position: relative;
		padding: 25px 10px 0 10px;
		z-index: 2;
	}
}

.form-book-body input,
.form-book-body textarea,
.form-book-body select {
	background-color: transparent;
	border: 0;
	padding: 5px 5px;
	color: #a1a398;
	font-size: 13px;
	width: 100%;
	opacity: 1;
	border-bottom: 1px solid #cacaca;
	height: 35px;
}

.form-book-top h2 {
	margin: 10px 0 5px 0;
}

.form-book-top {
	padding: 20px 25px 20px 25px;
	line-height: 1.1;
}

.form-book-bottom {
	padding: 0px 25px 30px 20px;
}

.map-btn svg {
	fill: var(--color-main);
	height: 18px;
	margin-right: 10px;
}

.brochure-modal__input-container--1 {
	margin-bottom: 15px;
}

.scout-component__modal-content {
	PADDING-TOP: 30PX;
}

button.aa-btn.aa-btn--primary.aa-btn--lg.js-brochure-modal__input-button.brochure-modal__input-button {
	MARGIN-TOP: 20PX;
}

i.fa-solid.fa-info-circle.note-icon svg {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-bottom: -2px;
}

.content-note {
	padding: 15px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.note-container {
	position: relative;
	display: flex;
	align-items: center;
}

.note-icon {
	font-size: 24px;
	cursor: pointer;
	position: relative;
}

.note-content {
	display: none;
	position: absolute;
	top: 39px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	left: 50%;
	width: 339px;
	transform: translateX(-50%);
	z-index: 100;
}

.note-content.active {
	display: block;
}

.note-content.active:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	bottom: calc(100% - 15px);
	border: 1px solid #cdcdcd;
	transform: rotate(45deg);
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: -2;
}

.note-content.active {
	font-size: 14px;
}



.note-container h3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 14px;
	color: #373737;
}

i.fa-solid.fa-info-circle.note-icon svg path {
	fill: var(--color-main);
}
.book-form-member {
    position: sticky;
    top: 90px;
    z-index: 9999999;
}
.book-form-member.book-col-index {
    z-index: 99;
}
@media(max-width: 768px) {

	.note-content {
		width: 270px;
		left: unset;
		transform: unset;
		right: 100%;
	}

	.note-content.active:before {
		left: unset !important;
		right: 0 !important;
	}
}

@media(max-width:400px) {
	.note-content.active:before {
		left: unset !important;
		right: 0 !important;
	}

	.note-content {
		right: 0%;
		left: unset;
	}
}

.note-content.active:before {
	left: 51%;
	right: unset;
}

.form-book-body input,
.form-book-body textarea,
.form-book-body select {
	font-family: "Poppins";
}

.form-book-body input::placeholder,
.placeholder-text {
	font-size: 13px;
}

.list-create .desc p {
	padding: 0px 0 10px 0
}

.video .desc p {
	color: #fff;
	margin: 0px 0;
	padding: 0 0 15px;
}

.tour-clusion {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #00000017;
	width: 100%;
	border-radius: 10px;
}

.tour-clusion:not(:last-child) {
	margin-bottom: 10px;
}

.header-clusion {
	padding: 15px 15px 0px 10px;
	font-size: 18px;
	font-weight: bold;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #00000017;
}

ul.content-clusion {
	width: 100%;
	text-align: left;
}

ul.content-clusion li {
	width: 100%;
	padding: 10px 15px 10px 20px;

}

ul.content-clusion li::before {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--color-main);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: 1px;
	display: inline-block;
	line-height: 1;
}
.faqs-container.p-relative.active {}

.faqs-container.p-relative.active .faqs-circle {
    width: 25px;
    height: 25px;
    left: -12px;
}

.faqs-container.p-relative.active .faqs-circle:after {
    width: 48px;
    height: 48px;
    background: url("../images/addres.png.svg") no-repeat center;
    background-size: 24px;
    background-color: #ff9d3d;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    border-radius: 100%;
}
.tour-detail-content_title:before {
    content: '';
    width: 38px;
    height: 2px;
    background: #226127;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.faqs.faqs--sc.js-click-faqs .faqs-content {
    padding: unset;
    border: unset;
    margin: unset;
}
.booking-info-block {
    display: flex;
    align-items: center;
}

.booking-info-block .icon {
    color: #FF9D3D;
    font-size: 30px;
    margin-right: 15px;
}

.trip-info-one__right {
    width: 55%;
}

.trip-info-one__left {
    width: 45%;
}
.trip-post-content .post-data.cost {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.post-data.cost .wpte-cost-tab-title {
    font-size: 22px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}
.post-data.cost .wpte-cost-tab-title:before {
    content: '';
    width: 38px;
    height: 2px;
    background: #015fc9;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.post-data.cost .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.post-data.cost .content h3 {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 500;
}
.post-data.cost .content #include-result, .booking-single .post-data.cost .content #exclude-result {
    margin-bottom: 10px;
    font-size: 15px;
}
.cost ul {
    margin: 0 0 24px !important;
    padding: 0;
    list-style: none;
}
.post-data.cost .content #include-result li, .booking-single .post-data.cost .content #exclude-result li {
    font-size: 15px;
    font-weight: 500;
}

.cost ul li {
    margin: 0 0 12px !important;
    padding-left: 32px;
    position: relative;
    line-height: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.67;
    color: rgba(15, 29, 35, .64);
}
.post-data.cost .content #include-result li:before, .booking-single .post-data.cost .content #exclude-result li:before {
    top: 1px;
}

.cost ul#include-result li::before {
    background: #43a32d;
    -webkit-mask: url(../images/v.pnd.svg) no-repeat center;
    -webkit-mask-size: 1em 1em;
    mask-size: 1em 1em;
}
.cost ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 1.75em;
}
.cost ul#exclude-result li::before {
    background: #d80808;
   -webkit-mask: url(../images/x.png.svg) no-repeat center;
    -webkit-mask-size: 1em 1em;
    mask-size: 1em 1em;
}