﻿.bg-footer {
	background: url("../images/section/footer.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-relative {
	position: relative;
	z-index: 999;
	width: 100%;
	background: #143c3a;
}

@media (min-width: 1023px) {
	.header-relative {
		background: var(--white);
	}

	.header-sticky .header-left {
		width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.header.style-3 .header-inner-wrap {
		gap: 18rem;
	}
}

.header-sticky {
	background-color: rgba(0, 0, 0, 0.8);
}

header.header .header-right div.mobile-button {
	color: var(--white);
}

.nav-ul-mb .nav-mb-item.active {
	border-bottom: 1px solid var(--Travel-Teal-primary-action-500);
	background: var(--Travel-Teal-primary-action-700);
}

.sub-nav-menu .nav-mb-item.active a.sub-nav-link {
	color: var(--white);
}

.info-mobile li a {
	color: var(--white);
	font-family: "Manrope";
	font-size: 8px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.layout-bg .header-sticky .info-mobile li a {
	color: var(--white);
}

.layout-bg .info-mobile li a {
	color: #143c3a;
}

.breadcrumb ul li span {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

/* div.canvas-mb {
	background: var(--Travel-Teal-Gradient);
} */

.header-info > *,
.header-info a {
	color: var(--white);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.main-menu .submenu .menu-item a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu .submenu .menu-item a:hover span,
.header-info a:hover {
	text-decoration: underline;
}

.main-menu ul.navigation li::before {
	content: unset;
}

.main-menu .navigation .has-child > a::after {
	color: var(--white);
	position: relative;
}

.main-menu ul.navigation li a {
	position: relative;
	color: var(--white);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

.header-sticky.is-sticky .main-menu ul.navigation li a,
.header-sticky.is-sticky .main-menu .navigation .has-child > a::after {
	color: var(--white);
}

.header-relative .main-menu ul.navigation li a,
.header-relative .main-menu .navigation .has-child > a::after {
	color: var(--Surface-Primary-Text);
}

.main-menu .navigation .has-child > a {
	padding-right: 0;
}

.header-relative .main-menu ul.navigation li.current-menu a,
.header-relative .main-menu ul.navigation li:hover a,
.header-relative .main-menu .navigation li.has-child:hover > a::after,
.main-menu ul.navigation li.current-menu a,
.main-menu ul.navigation li:hover a,
.main-menu .navigation li.has-child:hover > a::after {
	color: var(--Travel-Teal-primary-action-500);
	font-weight: 600;
	position: relative;
}

/* .header-relative .main-menu ul.navigation > li:hover:not(.has-child) a::before, */
/* .header-relative .main-menu ul.navigation li.current-menu a::before, */
.main-menu ul.navigation li.current-menu a::before,
.main-menu ul.navigation > li:hover:not(.has-child) a::before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--Travel-Teal-primary-action-500);
	position: absolute;
	top: 100%;
	left: 0;
}

section.section-1 {
	min-height: 100vh;
	background: url(../images/banner/banner-1.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

section.section-1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 445px;
	opacity: 0.8;
	background:
		linear-gradient(
			180deg,
			rgba(33, 53, 39, 0.5) 10%,
			rgba(33, 53, 39, 0) 100%
		),
		linear-gradient(180deg, #213527 10%, rgba(33, 53, 39, 0) 100%);
	background-blend-mode: multiply;
	z-index: 1;
}

section.section-1 .container {
	position: relative;
	z-index: 2;
	padding-top: 16vh;
}

.section-1-title {
	color: var(--Travel-Teal-primary-action-50);
	text-align: center;
	font-family: "Phudu";
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	margin-bottom: 40px;
}

@media (min-width: 1023px) {
	.section-1-title {
		font-size: 61px;
		margin-bottom: 0;
	}
}

.section-1-subtitle {
	color: var(--white);
	text-align: center;
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 120%;
	max-width: 996px;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 32px;
}

.section-search-box {
	display: flex;
	max-width: 331px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	border-radius: 20px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.65);
	box-shadow:
		3px 3px 20px 0 rgba(0, 0, 0, 0.6),
		0 0 21px 0 rgba(89, 165, 162, 0.8);
	backdrop-filter: blur(2.5px);
	margin: 0 auto;
}

.search-item-info,
.search-item,
.section-search-box input,
.section-search-box select {
	width: 100%;
}

@media (min-width: 1023px) {
	.search-item-info,
	.search-item {
		width: auto;
	}

	.section-search-box {
		display: flex;
		flex-direction: row;
		gap: 0;
		max-width: 996px;
		padding: 16px 32px;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		border-radius: 8px;
		border: 0.909px solid #fff;
		background: var(--white);
		box-shadow:
			3px 3px 20px 0 rgba(0, 0, 0, 0.6),
			0 0 40px 0 #59a5a2;
	}
}

.search-item .search-item-icon {
	display: flex;
	width: 36px;
	height: 36px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 1000px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.15);
}

.search-item .search-item-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-item-info {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.search-item-info label {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.search-item-info select,
.search-item-info input {
	border: none;
	outline: none;
	background: transparent;
	color: var(--Travel-Teal-primary-action-900);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.search-bus-item select,
.search-bus-item input {
	color: var(--Travel-Teal-primary-action-900);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	border: none;
	background: transparent;
}

.booking-grid input[type="date"],
.search-bus-item select,
.search-bus-select input[type="date"],
.search-item-info select,
.search-item-info input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
	appearance: none;
	z-index: 1;
	cursor: pointer;
}

.search-tour-box {
	position: relative;
	border-radius: 28px;
	border: 1px solid var(--Travel-Teal-primary-action-500);
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.15);
	padding: 6px 8px;
	max-width: 100%;
}

.list-button {
	justify-content: center;
}

.search-tour-box input,
.search-tour-box input:focus,
.search-tour-box input:active {
	border: none;
	outline: none;
	background: transparent;
	color: var(--Travel-Teal-primary-action-900);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	width: 90%;
	padding: 5px;
}

.search-tour-box input::placeholder {
	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
}

.search-tour-box button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	padding: 12px 24px;
	border-radius: 1000px;
	background: var(--Travel-Teal-primary-action-500);
	color: var(--white);
	font-size: 12px;
	font-weight: 600;
	line-height: 150%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.search-tour-suggestions {
	max-height: 400px;
	overflow-y: auto;
}

.section-bus-information .inc-btn-primary,
.section-bus-information .inc-btn-secondary,
.tour-section-1 .inc-btn-primary,
.tour-section-1 .inc-btn-secondary {
	font-size: 13px;
	padding: 12px 24px;
}

.inc-btn-primary.btn-bus-search {
	padding: 12px 24px;
	font-size: 13px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.search-tour-box {
		max-width: 92%;
	}

	.list-button {
		justify-content: start;
	}

	.section-bus-information .inc-btn-primary,
	.section-bus-information .inc-btn-secondary,
	.tour-section-1 .list-button .inc-btn-primary,
	.tour-section-1 .list-button .inc-btn-secondary {
		font-size: 21px;
		padding: 12px 32px;
	}

	.inc-btn-primary.btn-bus-search {
		padding: 12px 48px;
		font-size: 21px;
	}
}

.inc-btn-primary {
	display: flex;
	padding: 12px 48px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 8px;
	background: var(--Travel-Teal-primary-action-500);
	color: var(--white);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 600;
	line-height: 150%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.inc-btn-primary:hover {
	border: 1px solid var(--Travel-Teal-primary-action-500);
	background: transparent;
	color: var(--Travel-Teal-primary-action-500);
}

.inc-btn-secondary {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 8px;
	border: 1.818px solid var(--Travel-Teal-primary-action-500);
	color: var(--Travel-Teal-primary-action-500);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 600;
	line-height: 150%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	background: transparent;
}

.inc-btn-secondary:hover {
	background: var(--Travel-Teal-primary-action-500);
	color: var(--white);
}

.inc-btn-info {
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	border-radius: 8px;
	background: var(--Travel-Orange-Info);
	color: var(--white);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 600;
	line-height: 150%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
	.inc-btn-info {
		padding: 12px 48px;
	}
}

.inc-btn-info:hover {
	border: 1px solid var(--Travel-Orange-Info);
	background: transparent;
	color: var(--Travel-Orange-Info);
}

#btn-open-filter {
	background: transparent;
	color: var(--Travel-Teal-primary-action-500);
}

section.section-2 {
	background: url("../images/section/section-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

section.section-2-mobile {
	padding: 48px 0;
	background: url("../images/section/section-2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.badge {
	width: fit-content;
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--Vietnam-Ember-brand-accent-500);
	color: var(--Vietnam-Ember-brand-accent-50, #fcedea);
	text-align: center;
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.section-title {
	font-family: "Phudu";
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	background: var(--Travel-Teal-Gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (min-width: 1023px) {
	.section-title {
		font-size: 61px;
	}
}

.section-text {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}

@media screen and (min-width: 768px) {
	.section-text {
		font-size: 21px;
	}
}

.about-list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.swiper-1-item .about-list-item {
	border-radius: 30px;
	background: #fbfbfb;
	box-shadow:
		-7px -5px 12.9px 0 #fff,
		5px 3px 5.3px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	padding: 28px;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.swiper-1-item .about-list-item-info {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.about-list-item-icon {
	display: flex;
	width: 48px;
	height: 48px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 1000px;
	background: var(--white);
	box-shadow: 2px 2px 10px 0 rgba(77, 77, 77, 0.2);
}

.about-list-item-info {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

@media (max-width: 1023px) {
	.about-list-item-info {
		font-size: 12px;
	}
}

.about-item-image > div {
	position: relative;
	overflow: hidden;
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.about-item-image-item {
	overflow: hidden;
	border-radius: 4px;
	border: 6px solid var(--white);
	background: var(--white);
	box-shadow: 1.592px 1.592px 7.962px 0 rgba(77, 77, 77, 0.2);
}

.about-item-image-item img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.about-item-image-item:hover img {
	transform: scale(1.2);
}

.about-image-mobile .about-item-image-item {
	position: absolute;
	z-index: -1;
}

.about-item-image-item.item-2 {
	top: -40%;
	left: -60%;
	transform: rotate(-45deg);
}

.about-item-image-item.item-1 {
	top: -40%;
	right: -60%;
	transform: rotate(45deg);
}

.about-item-image-item.item-4 {
	bottom: 5%;
	left: -60%;
	transform: rotate(45deg);
}

.about-item-image-item.item-3 {
	bottom: 5%;
	right: -65%;
	transform: rotate(45deg);
}

.destination-grid {
	display: none;
}

.destination-masonry {
	display: block;
	max-height: 430px;
	overflow-y: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.destination-masonry::-webkit-scrollbar {
	display: none;
}

.destination-card {
	border-radius: 28px;
	overflow: hidden;
	margin-bottom: 15px;
}

.destination-card-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	z-index: 1;
	background: #808080;
	mix-blend-mode: multiply;
}

.destination-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.destination-card-info {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 24px;
	width: 100%;
}

.destination-card-info h5 {
	color: var(--white);
	text-align: center;
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
}

.destination-card-info p {
	color: var(--white);
	text-align: center;
	font-family: "Manrope";
	font-size: 10px;
	font-weight: 500;
	line-height: 150%;
}

.destination-card-1,
.destination-card-2 {
	height: 162px;
}

.destination-card-3 {
	height: 272px;
}

.destination-card-4,
.destination-card-5 {
	height: 100px;
}

.destination-card-6,
.destination-card-7 {
	height: 305px;
}

.destination-item {
	margin-bottom: 24px;
}

@media (min-width: 1023px) {
	.destination-masonry {
		display: none;
	}

	.destination-grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}

	.destination-item {
		margin-bottom: 0;
	}

	.destination-item-1 {
		grid-area: 1 / 1 / 3 / 4;
	}

	.destination-item-2 {
		grid-area: 1 / 4 / 2 / 8;
	}

	.destination-item-3 {
		grid-area: 1 / 8 / 2 / 10;
	}

	.destination-item-4 {
		grid-area: 1 / 10 / 2 / 13;
	}

	.destination-item-5 {
		grid-area: 2 / 4 / 3 / 7;
	}

	.destination-item-6 {
		grid-area: 2 / 7 / 3 / 9;
	}

	.destination-item-7 {
		grid-area: 2 / 9 / 3 / 13;
	}
}

.destination-item {
	position: relative;
	border-radius: 8px;
	background: var(--Surface-Pure-White, #fff);
	overflow: hidden;
}

.destination-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.destination-item:hover img {
	transform: scale(1.2);
}

.destination-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: #212121;
	border-radius: 8px;
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.destination-item::after {
	content: "";
	width: 2rem;
	height: 90rem;
	position: absolute;
	top: -20%;
	left: -150%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: rotateZ(205deg);
	transition: left 800ms ease;
	z-index: 1;
}

.destination-item:hover::after {
	left: 200%;
}

.destination-item:hover::before {
	opacity: 0.5;
	background: #808080;
	z-index: 1;
}

.destination-item-info {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: var(--white);
	font-family: "Manrope";
	font-size: 27px;
	font-weight: 600;
	line-height: 150%;
	z-index: 2;
	padding: 0 10px;
}

.destination-item-info h5 {
	color: var(--white);
	text-align: center;
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
}

.destination-item-info p {
	font-family: "Manrope";
	font-weight: 500;
	opacity: 0;
	font-size: 0;
	transform: translateY(20px);
	transition: all 0.3s ease-in-out;
}

.destination-item:hover .destination-item-info p {
	font-size: 16px;
	opacity: 1;
	transform: translateY(0);
}

.destination-item svg {
	position: absolute;
	top: -20%;
	left: -20%;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.destination-item:hover svg {
	top: 0;
	left: 0;
	opacity: 1;
}

.nav.nav-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border: none;
}

.nav.nav-tabs .nav-link {
	position: relative;
	padding: 0;
	border: none;
	outline: none;
	color: var(--Surface-Primary-Text);
	text-align: center;
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
	overflow: visible;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link.active {
	color: var(--Travel-Teal-primary-action-500);
	font-weight: 600;
	background: transparent;
}

.nav.nav-tabs .nav-link:hover::before,
.nav.nav-tabs .nav-link.active::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	background-color: var(--Travel-Teal-primary-action-500);
	transition: left 800ms ease;
	z-index: 1;
}

.tourism-item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	background: #fff;
	box-shadow: 1px 4px 12px 0 rgba(36, 52, 51, 0.12);
	margin-bottom: 1rem;
}

.tourism-item-image {
	width: 100%;
	height: 256px;
	position: relative;
	overflow: hidden;
}

.tourism-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.tourism-item-image:hover img {
	transform: scale(1.2);
}

.tourism-item-badge {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 8px 0;
	padding: 8px;
	width: 282px;
	background: rgba(36, 52, 51, 0.5);
	color: var(--white);
	text-align: center;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
	z-index: 1;
}

.tourism-item-info {
	padding: 24px 16px;
}

.tourism-item-title {
	margin-bottom: 16px;
	color: var(--Travel-Teal-primary-action-500);
	font-family: "Phudu";
	font-size: 21px;
	font-weight: 600;
	line-height: 120%;
}

ul.tourism-item-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

ul.tourism-item-list li {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.bus-route-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 1px 4px 12px 0 rgba(36, 52, 51, 0.12);
	margin-bottom: 1rem;
}

.bus-route-item-image {
	width: 100%;
	height: 128px;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3/2;
	border-radius: 8px;
}

.bus-route-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.bus-route-item-image:hover img {
	transform: scale(1.2);
}

.bus-route-item-badge {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: var(--white);
	font-family: "Manrope";
	margin: 0 0 24px 16px;
}

.bus-route-item-badge h6 {
	color: var(--white);
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.bus-route-item-badge h4 {
	color: var(--white);
	font-size: 21px;
	font-weight: 600;
	line-height: 120%;
	font-family: "Phudu";
}

.bus-route-item-info {
	font-family: "Manrope";
	padding: 0 16px;
	margin-bottom: 24px;
}

.bus-route-item-info li:not(:last-child) {
	border-bottom: 1px solid var(--Surface-Secondary-Text);
	padding-bottom: 12px;
}

.bus-route-item-info li:not(:first-child) {
	padding-top: 12px;
}

.achivement-item {
	display: flex;
	padding: 24px 16px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex: 1 0 0;
	margin-bottom: 1rem;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 4px 4px 15px 0 rgba(36, 52, 51, 0.05);
}

.tourism-item:hover,
.bus-route-item:hover,
.achivement-item:hover {
	box-shadow: 4px 4px 15px 0 rgba(36, 52, 51, 0.3);
}

.achivement-item-image {
	display: flex;
	width: 144px;
	height: 144px;
	padding: 32px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 1000px;
	background: var(--Vietnam-Ember-brand-accent-50, #fcedea);
}

.achivement-item-image img {
	width: 80px;
	height: 80px;
	aspect-ratio: 1/1;
}

.achivement-item-number {
	font-family: "Phudu";
	font-size: 61px;
	font-weight: 600;
	line-height: 120%;
	background: var(--Travel-Teal-Gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.achivement-item-text {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

#footer .logo::before {
	content: "";
	width: 396px;
	height: 262px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 396px;
	background: var(--Travel-Teal-primary-action-500);
	filter: blur(100px);
}

.footer-title {
	color: var(--white);
	font-family: "Phudu";
	font-size: 21px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

.footer-list-info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-list-info li {
	display: flex;
	gap: 12px;
}

.footer-list-info li h5,
.footer-list-info li a {
	color: var(--white);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.footer-list-info li i {
	margin-top: 5px;
	color: var(--Travel-Teal-primary-action-500);
	padding: 5px;
	border-radius: 50%;
	background-color: var(--white);
	font-size: 16px;
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
}

.footer-list-info li a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-list-info li a:hover {
	color: var(--Vietnam-Ember-brand-accent-500);
	text-decoration: underline;
}

.tour-section-1 {
	background: url("../images/section/section-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.faq-content,
.tour-section-2 {
	background: var(--Surface-Ivory-Mist);
}

.tour-section-1 .about-list-item {
	margin-bottom: 24px;
}

.contact-sidebar,
.filter-sidebar {
	display: block;
	border-radius: 8px;
}

.contact-overlay,
.filter-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1040;
}

@media (max-width: 992px) {
	.contact-sidebar,
	.filter-sidebar {
		position: fixed;
		background: #fff;
		top: 20%;
		left: -100%;
		width: 300px;
		z-index: 1050;
		overflow-y: auto;
		transition: all 0.3s ease-in-out;
		padding: 20px;
		box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
	}

	.contact-sidebar {
		top: 15%;
		overflow-y: auto;
		width: 95%;
		height: 75%;
	}

	.contact-sidebar.show-contact,
	.filter-sidebar.show-filter {
		left: 0;
	}
	.contact-overlay.show-overlay,
	.filter-overlay.show-overlay {
		display: block;
	}
}

.search-box {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.search-box-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.search-box-item label {
	color: var(--Surface-Primary-Text);
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.search-box-item select,
.sort-tour select {
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
	background: var(--white);
}

.slider {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.slider .progress {
	height: 100%;
	left: 2%;
	right: 80%;
	position: absolute;
	border-radius: 5px;
	background: #17a2b8;
}

.range-input {
	position: relative;
}

.range-input input {
	position: absolute;
	width: 100%;
	/* height: 5px; */
	top: -23px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: #17a2b8;
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-input {
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
}

@media (max-width: 1190px) and (min-width: 992px) {
	.price-input {
		flex-direction: column;
		gap: 0px;
	}
}

.price-input .field {
	display: flex;
	padding: 8px 16px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
	background: var(--white);
}

.price-input .field p,
.price-input .separator {
	color: var(--Surface-Secondary-Text);
	font-family: Manrope;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.price-input span {
	color: var(--Surface-Primary-Text);
	font-family: Manrope;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.tour-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	align-self: stretch;
	margin-top: 12px;
}

.tour-pagination button {
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: transparent;
	color: #a9a9ac;
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.tour-pagination button:hover,
.tour-pagination button.active {
	background: #023048;
	color: var(--white);
}

.tour-detail-banner {
	background: url("../images/banner/banner-detail.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 70vh;
}

.tour-detail-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 550px;
	opacity: 0.8;
	background:
		linear-gradient(180deg, #213527 10%, rgba(33, 53, 39, 0) 100%),
		linear-gradient(180deg, #213527 10%, rgba(33, 53, 39, 0) 100%);
	background-blend-mode: multiply;
	z-index: 1;
}

.tour-detail-banner h1 {
	padding-top: 32vh;
	position: relative;
	z-index: 2;
}

.tour-detail-badge {
	display: flex;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: var(--white);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.tour-detail-title {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
}

@media (min-width: 1023px) {
	.tour-detail-title {
		font-size: 47px;
	}
}

.tour-detail-head h5 {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.tour-detail-head h5 span {
	color: var(--Vietnam-Ember-brand-accent-500);
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
}

.tour-detail-social li a {
	display: flex;
	width: 36px;
	height: 36px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--Travel-Teal-primary-action-500);
	color: var(--white);
}

.tour-detail-social li a:hover {
	border: 1px solid var(--Travel-Teal-primary-action-500);
	color: var(--Travel-Teal-primary-action-500);
	background: transparent;
}

.tour-detail-info {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	padding: 32px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	border-radius: 8px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.tour-detail-info-item {
	display: flex;
	/* padding: 12px 24px 12px 0; */
	align-items: center;
	gap: 12px;
	align-self: stretch;
}
/* 
.tour-detail-info-item:last-child {
	border-right: none;
} */

/* @media (min-width: 768px) {
	.tour-detail-info-item {
		border-right: 1px solid var(--Surface-Border);
	}
} */

.tour-detail-info-item-icon {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--white);
	box-shadow: 2.778px 2.778px 8.333px 0 rgba(77, 77, 77, 0.15);
}

.tour-detail-info-item p {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.tour-detail-info-item h6 {
	color: var(--Travel-Teal-primary-action-900);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

.overview-content-list div,
.overview-content p {
	color: #000;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}

.tab-content h4 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

@media (min-width: 1023px) {
	.tab-content h4 {
		font-size: 36px;
	}
}

.include-exclude-list {
	display: flex;
	padding: 32px;
	justify-content: space-between;
	/* align-items: center; */
	align-self: stretch;
	border-radius: 8px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.include-exclude-list > div:last-child {
	border-left: 1px solid var(--Surface-Border);
	padding-left: 16px;
}

.include-exclude-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.include-exclude-list li i {
	display: flex;
	width: 36px;
	padding: 10px;
	color: var(--white);
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 2px 2px 10px 0 rgba(77, 77, 77, 0.2);
}

.include-exclude-list ul li span {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

.include-list li i {
	background: var(--Travel-Teal-primary-action-500);
}

.exclude-list li i {
	background: var(--Vietnam-Ember-brand-accent-500);
}

.collapse-tour-plan {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.collapse-tour-plan-item {
	width: 100%;
	padding: 16px 32px;
	border-radius: 8px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.collapse-tour-plan-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.collapse-tour-plan-item-title h5 {
	color: #000;
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
}

.collapse-tour-plan-item-title h5 span {
	color: var(--Travel-Teal-primary-action-500);
}

.collapse-tour-plan-item-title i {
	color: var(--Surface-Primary-Text);
	transition: all 0.3s ease-in-out;
}

.collapse-tour-plan-item-title.collapsed i {
	rotate: 180deg;
}

.collapse-tour-plan-item-content {
	margin-top: 18px;
	color: #000;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.gallery-content .swiper-slide {
	border-radius: 8px;
	overflow: hidden;
}

.gallery-content .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.gallery-content .swiper-slide img:hover {
	transform: scale(1.1);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.location-iframe {
	height: 400px;
	border-radius: 24px;
	border: none;
	overflow: hidden;
}

.feedback-content {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.tab-feedback {
	display: flex;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #fff;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.number-star {
	display: flex;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
	background: var(--white);
}

.number-star h4 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 80px;
	font-weight: 600;
	line-height: 120%;
}

.number-list {
	display: flex;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
	background: var(--white);
}

.number-list .line-color {
	/* flex: 1 1 auto; */
	width: 100%;
	height: 8px;
	border-radius: 4px;
}

.line-color-1 {
	background: #ff7b49;
}

.line-color-2 {
	background: #ffc107;
}

.line-color-3 {
	background: #ddef08;
}

.line-color-4 {
	background: #a5e562;
}

.line-color-5 {
	background: #07bb98;
}

.feedback-item:not(:last-child) {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--Surface-Border);
}

.feedback-item-img {
	display: flex;
	width: 100px;
	height: 100px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 1388.889px;
	background: var(--Travel-Teal-primary-action-50);
}

.rating {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}

.rating > label {
	color: #90a0a3;
	float: right;
}

@font-face {
	font-family: "Font Awesome 6 Free";
	src:
		url("https://localhost:44331/Content/font-awesome/fa-regular-400.woff2")
			format("woff2"),
		url("https://localhost:44331/Content/font-awesome/fa-regular-400.ttf")
			format("truetype");
}

.rating > label:before {
	margin: 5px;
	font-size: 1em;
	font-family: "Font Awesome 6 Free";
	content: "\f005";
	display: inline-block;
}

.rating > input {
	display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #f79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
	color: #fece31;
}

.form-review .input-control input {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
	padding: 12px 24px;
	align-items: center;
	gap: 24px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
}

.form-review .input-control input::placeholder,
.form-review .input-control textarea::placeholder {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
}

.form-review .input-control textarea {
	height: 170px;
	padding: 12px 24px;
	width: 100%;
	margin-bottom: 24px;
	resize: none;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
}

.form-review .btn-submit {
	width: fit-content;
}

.section-bus {
	background: url(../images/banner/banner-bus.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-bus.py-xl-96 {
	padding-top: 36px;
	padding-bottom: 36px;
}

@media (min-width: 1023px) {
	.section-bus.py-xl-96 {
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

.section-bus-information {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media (max-width: 1024px) {
	.section-bus-information {
		gap: 12px;
	}

	.section-bus-information .section-text {
		font-size: 16px;
		max-width: 50%;
	}

	.section-bus-information .inc-btn-secondary {
		background: var(--white);
	}
}

.section-bus-information .section-title {
	font-size: 61px;
}

.search-bus {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 28px;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.65);
	box-shadow:
		3px 3px 20px 0 rgba(0, 0, 0, 0.6),
		0 0 21px 0 rgba(89, 165, 162, 0.8);
	backdrop-filter: blur(2.5px);
}

@media (min-width: 768px) and (max-width: 1024px) {
	.search-bus {
		width: 46vw;
		flex-direction: column;
		gap: 24px;
	}
	.search-bus-item {
		width: 100%;
	}
}

@media (min-width: 1023px) {
	.search-bus {
		width: 100%;
		flex-direction: row;
		gap: 0;
		border-radius: 8px;
		border: 1px solid #fff;
		background: var(--white);
		box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
		backdrop-filter: none;
	}

	.search-bus-item {
		width: auto;
		gap: 24px;
		padding: 0 28px;
		flex-direction: row;
		border-right: 1px solid var(--Surface-Border);
	}
}

.search-bus-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.search-bus-duration-mobile {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	gap: 24px;
}

.search-bus-select {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	position: relative;
}

.search-bus-item label {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.sel-from,
.sel-to {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.sel-from,
	.sel-to {
		width: 105px;
	}
}

.icon-duration {
	display: flex;
	width: 36px;
	height: 36px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.15);
}

.bus-item {
	display: flex;
	padding: 32px;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
	border-radius: 8px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.2);
}

.bus-image {
	display: flex;
	padding: 12px 32px 12px 12px;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--Surface-Border);
}

.bus-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bus-price h4 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	text-align: right;
}

.bus-price p {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	text-align: right;
}

@media (max-width: 1190px) {
	.bus-item > div > div {
		justify-content: space-evenly;
		width: 100%;
	}
}

@media (max-width: 500px) {
	.bus-image {
		border-right: none;
		padding: 0;
	}

	.bus-image img {
		height: 80px;
	}

	.bus-price h4 {
		font-size: 27px;
		text-align: left;
	}

	.bus-price p {
		font-size: 13px;
		text-align: left;
	}

	.bus-price .inc-btn-info,
	.bus-item > div > * {
		width: 100%;
	}
}

.bus-badge {
	display: flex;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: var(--Surface-Primary-Text, #243433);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.bus-badge-1 {
	background: var(--Travel-Teal-primary-action-50, #eaf4f3);
}

.bus-badge-2 {
	background: var(--Clay-Brown-clay-brown-50, #f5efeb);
}

.bus-item-information h6 {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}

ul.bus-list-info li {
	display: flex;
	padding: 0 8px;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--Surface-Border);
}

ul.bus-list-info li:first-child {
	padding: 0 8px 0 0;
}

ul.bus-list-info li:last-child {
	border-right: none;
}

.btn-collapse {
	color: var(--Travel-Teal-primary-action-500);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

h4.collapse-title {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 21px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 10px;
}

.facility {
	padding-bottom: 32px;
	border-bottom: 1px solid var(--Surface-Border);
	margin-bottom: 32px;
}

ul.facility-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 50%;
}

ul.facility-list li {
	display: flex;
	align-items: center;
	gap: 8px;
}

ul.facility-list li p {
	color: var(--Travel-Teal-primary-action-500);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

ul.trip-details-list {
	list-style-type: disc;
	margin-left: 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

ul.trip-details-list li {
	list-style: disc;
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.faq-banner {
	background: url("../images/banner/banner-faq.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 70vh;
}

.faq-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 550px;
	opacity: 0.8;
	background:
		linear-gradient(180deg, #213527 10%, rgba(33, 53, 39, 0) 100%),
		linear-gradient(180deg, #213527 10%, rgba(33, 53, 39, 0) 100%);
	background-blend-mode: multiply;
	z-index: 1;
}

.faq-banner .faq-section-title {
	padding-top: 32vh;
	position: relative;
	z-index: 2;
}

.faq-banner .breadcrumb {
	gap: 10px;
	justify-content: center;
	margin-top: 12px;
}

.faq-banner .breadcrumb li {
	color: var(--white);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

.faq-banner .breadcrumb li a {
	color: var(--white);
}

.faq-sidebar h3 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}

.faq-sidebar p,
.faq-sidebar ul li span {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.faq-main h2 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	.faq-main h2 {
		font-size: 47px;
	}
}

.faq-item:not(:last-child) {
	margin-bottom: 16px;
}

.faq-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.faq-item-title h5 {
	color: var(--Travel-Teal-primary-action-500);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
}

.faq-item-title i {
	color: var(--Surface-Secondary-Text);
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.faq-item-title.collapsed i {
	transform: rotate(180deg);
}

.faq-item-content {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.faq-item-content ul li {
	list-style: disc;
	margin-left: 24px;
}

.booking-request-form,
.modal-footer {
	padding: 12px 32px;
	border-radius: 8px;
	background: var(--Surface-Ivory-Mist);
}

.booking-request-form h2 {
	color: var(--Surface-Primary-Text);
	font-family: "Phudu";
	font-size: 21px;
	font-weight: 600;
	line-height: 120%;
}

.booking-request-form p {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
}

.modal-title {
	font-family: "Phudu";
	font-size: 27px;
	font-weight: 600;
	padding: 4px 0 12px;
	text-align: center;
	line-height: 120%;
	background: var(
		--Travel-Teal-Gradient,
		linear-gradient(180deg, #00a295 0%, #005880 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.row.booking-grid > * {
	margin-bottom: 12px;
}

.booking-grid .form-control {
	padding: 12px 24px;
	border-radius: 8px;
	background: var(--white);
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	border: none;
	position: relative;
}

.booking-grid .inp-slots {
	border-bottom: 1px solid var(--Surface-Border);
}

.booking-grid input,
.booking-grid select {
	border: none;
}

.booking-grid textarea.form-control {
	min-height: 88px;
}

.bg-pickup-dropoff {
	padding: 12px;
	border-radius: 8px;
	background: #bfdcdb;
}

.modal .btn-close {
	position: absolute;
	top: 5%;
	right: 1%;
	padding: 12px;
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-check-confirm-label input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.form-check-confirm-label {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
}

.passenger-select {
	background: unset;
}

.passenger-popup {
	padding: 10px;
	border-radius: 8px;
	background: var(--white);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	min-width: 150px;
}

.passenger-popup li {
	list-style: none;
	margin-bottom: 12px;
}

.passenger-popup li .counter button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--Travel-Teal-primary-action-500);
	color: var(--white);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
}

.passenger-popup li .counter button:hover {
	background: var(--Travel-Teal-primary-action-900);
}

.passenger-popup li .counter span {
	color: var(--Travel-Teal-primary-action-900);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	margin: 0 12px;
}

.tour-detail-booking-button {
	position: fixed;
	bottom: 12%;
	right: 2%;
	z-index: 9999;
}

.tour-detail-booking-button:before {
	position: absolute;
	content: " ";
	z-index: -1;
	top: -5%;
	right: -5%;
	bottom: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
	border-radius: 8px;
	background-color: var(--Travel-Teal-primary-action-500);
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	25% {
		transform: scale(0.3);
		opacity: 0.3;
	}

	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}

	75% {
		transform: scale(1);
		opacity: 0.3;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

.quick-contact-title {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
}

.breadcrumb-contact li {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 400;
	line-height: 150%;
}

.bg-contact {
	background: url("../images/section/section-contact.png") no-repeat center
		center/cover;
}

.form-contact {
	display: flex;
	flex-direction: column;
	padding: 32px;
	gap: 16px;
	border-radius: 16px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.1);
}

.form-contact input,
.form-contact textarea,
.form-contact select {
	padding: 12px 24px;
	gap: 24px;
	border-radius: 8px;
	border: 1px solid var(--Surface-Border);
}

.form-contact label {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 8px;
}

.form-contact .form-group input,
.form-contact .form-group textarea,
.form-contact .form-group select {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
}

.form-contact .form-group textarea {
	min-height: 96px;
}

.form-contact .row > * {
	margin-bottom: 16px;
}

.icon-arrow {
	rotate: 90deg;
}

@media (min-width: 768px) {
	.icon-arrow {
		rotate: 0deg;
	}
}

.note-form {
	color: var(--Surface-Secondary-Text, #5f6f6e);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	text-align: center;
}

.contact-item {
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
	height: 100%;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.1);
}

.contact-item h6 {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
}

.contact-item li:not(:last-child) {
	margin-bottom: 12px;
}

.contact-item li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-item li span {
	color: var(--Surface-Primary-Text);
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.contact-item a {
	width: 100%;
}

.quick-help {
	margin-top: 48px;
	padding: 32px 20px;
	border-radius: 12px;
	background: var(--Travel-Teal-primary-action-900);
	box-shadow: 2px 2px 6px 0 rgba(77, 77, 77, 0.1);
	color: var(--white);
}

.quick-help h3 {
	color: var(--white);
	text-align: center;
	font-family: "Phudu";
	font-size: 61px;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 24px;
}

.quick-help li:not(:last-child) {
	margin-bottom: 24px;
}

.quick-help li {
	display: flex;
	align-items: center;
	gap: 12px;
}

.quick-help ul li span {
	color: var(--white);
	font-family: "Manrope";
	font-size: 21px;
	font-weight: 700;
	line-height: 150%;
}

@media (max-width: 767px) {
	.bg-contact .inc-btn-primary,
	.bg-contact .inc-btn-secondary {
		width: 100%;
	}

	.bg-contact .section-title {
		text-align: center;
		font-size: 36px;
	}

	.bg-contact .section-text {
		font-size: 16px;
		text-align: center;
		margin-top: 4px;
	}

	.quick-contact-title {
		text-align: center;
		font-size: 13px;
	}

	.quick-help h3 {
		font-size: 36px;
	}

	.contact-item h4 {
		font-size: 27px;
	}

	.contact-item h6,
	.quick-help ul li span {
		font-size: 16px;
	}

	.note-form {
		font-size: 10px;
	}

	.contact-item .inc-btn-primary {
		font-size: 13px;
	}

	.contact-item .inc-btn-secondary {
		font-size: 13px;
	}
}

/* Modal notification */

.modal.fade .modal-dialog {
	transform: scale(0.8);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.modal.fade.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}

.modal#modal-basic .modal-content {
	border-radius: 30px;
}

.modal#modal-basic .modal-content svg {
	width: 100px;
	display: block;
	margin: 0 auto;
}

.modal#modal-basic .modal-content .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}

.modal#modal-basic .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}

.modal#modal-basic .modal-content .path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
	animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#modal-basic .modal-content .path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}

@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}

	100% {
		stroke-dashoffset: 900;
	}
}

/* Login */
.auth-wrapper {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.auth-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/images/banner/modal-header-2.png");
	background-size: cover;
	background-position: center;
	filter: blur(0px);
	transform: scale(1.05);
	/* tránh viền bị cắt */
	z-index: 0;
}

.auth-wrapper > * {
	position: relative;
	z-index: 1;
}

.auth-card-wrapper {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.section-tour-list > div:not(:last-child) {
	margin-bottom: 20px;
}

.tourism-item-mobile {
	display: flex;
	justify-content: center;
	gap: 10px;
	border-radius: 12px;
	border: 0.5px solid #fff;
	background: #fff;
}

.tourism-item-mobile-image {
	display: flex;
	width: 103px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: -4px 0 0 0 rgba(33, 102, 99, 0.5);
}

.tourism-item-mobile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tourism-item-mobile-info {
	display: flex;
	padding: 8px 12px 8px 0;
	flex-direction: column;
	gap: 4px;
	flex: 1 0 0;
}

.tourism-item-mobile-title {
	overflow: hidden;
	color: #2b827e;
	text-overflow: ellipsis;
	font-family: "Phudu";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	height: 22px;
}

.tourism-item-mobile-location i {
	font-size: 5px;
}

.tourism-item-mobile-location span {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 8px;
	font-weight: 700;
	line-height: 150%;
}

.tourism-item-mobile-list li {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.tourism-item-mobile-list {
	max-width: 140px;
}

.tourism-item-mobile-list li span {
	color: #143c3a;
	font-family: "Manrope";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.tourism-item-mobile-list li:last-child span {
	color: var(--Vietnam-Ember-brand-accent-500, #e04a2a);
	font-family: "Manrope";
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 140%;
}

.tourism-item-mobile-list li span.price-label {
	color: var(--Surface-Secondary-Text);
	font-family: "Manrope";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.tourism-item-mobile .inc-btn-primary {
	display: flex;
	width: 89px;
	height: 40px;
	padding: 10px 32px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 16px;
	color: var(white);
	font-family: "Manrope";
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	text-wrap: nowrap;
	margin-top: auto;
}


/*        */
@media (max-width: 992px ) {
	.bus-parent {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.bus-child-1 {
		grid-area: 1 / 1 / 2 / 3;
	}

	.bus-child-2 {
		grid-area: 2 / 1 / 3 / 2;
	}

	.bus-child-3 {
		grid-area: 2 / 2 / 3 / 3;
	}
}


