@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
	font-family: "SVN-Gilroy";
	src: url(../font/SVN-Gilroy-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gilroy";
	src: url(../font/SVN-Gilroy-Medium.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gilroy";
	src: url(../font/SVN-Gilroy-Light.otf) format("opentype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SVN-Gilroy";
	src: url(../font/SVN-Gilroy-Bold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root {
	--normal-font: "Inter", sans-serif;
	--primary-font: "Inter", sans-serif;
	--normal-color: #043424;
	--primary-color: rgba(36, 132, 198);
	--second-color: rgba(238, 49, 41);
	--primary-color-light: rgba(137, 217, 255);
	--primary-color-light-rgb: 137, 217, 255;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

img,
picture,
svg,
video {
	max-width: 100%;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: var(--normal-font);
	font-size: 1.5rem;
	line-height: 1.5;
	color: var(--normal-color);
	word-break: break-word;
	word-wrap: break-word;
}
@media (max-width: 1599px) {
	body {
		font-size: 1.4rem;
	}
}

.ov-hidden {
	overflow: hidden;
}

.container {
	max-width: 1360px;
}
@media (min-width: 1599px) {
	.container {
		max-width: 1600px;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	text-decoration: none;
	color: var(--primary-color);
	transition: all 0.2s ease-in-out;
}

p:last-child {
	margin-bottom: 0;
}

.text-primary {
	color: var(--primary-color) !important;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

.heading-section {
	position: relative;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.heading-section {
		margin-bottom: 30px;
	}
}

.block-heading {
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.block-heading .heading-section {
	margin-bottom: 0;
}
.block-heading .heading-section .subtitle {
	margin-bottom: 0;
}
.block-heading-link {
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.block-heading {
		margin-bottom: 30px;
	}
}

.row-collapse {
	margin-left: 0;
	margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
	padding-left: 0;
	padding-right: 0;
}

.row-small {
	margin-left: -10px;
	margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.gutter-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.gutter-0 > [class*=col-],
.gutter-0 > .col,
.gutter-0 > [class^=col-] {
	padding-left: 0px;
	padding-right: 0px;
}

.gutter-1 {
	margin-left: -0.5px;
	margin-right: -0.5px;
}

.gutter-1 > [class*=col-],
.gutter-1 > .col,
.gutter-1 > [class^=col-] {
	padding-left: 0.5px;
	padding-right: 0.5px;
}

.gutter-4 {
	margin-left: -2px;
	margin-right: -2px;
}

.gutter-4 > [class*=col-],
.gutter-4 > .col,
.gutter-4 > [class^=col-] {
	padding-left: 2px;
	padding-right: 2px;
}

.gutter-5 {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.gutter-5 > [class*=col-],
.gutter-5 > .col,
.gutter-5 > [class^=col-] {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.gutter-8 {
	margin-left: -4px;
	margin-right: -4px;
}

.gutter-8 > [class*=col-],
.gutter-8 > .col,
.gutter-8 > [class^=col-] {
	padding-left: 4px;
	padding-right: 4px;
}

.gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.gutter-10 > [class*=col-],
.gutter-10 > .col,
.gutter-10 > [class^=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.gutter-15 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.gutter-15 > [class*=col-],
.gutter-15 > .col,
.gutter-15 > [class^=col-] {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.gutter-16 {
	margin-left: -8px;
	margin-right: -8px;
}

.gutter-16 > [class*=col-],
.gutter-16 > .col,
.gutter-16 > [class^=col-] {
	padding-left: 8px;
	padding-right: 8px;
}

.gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.gutter-20 > [class*=col-],
.gutter-20 > .col,
.gutter-20 > [class^=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.gutter-24 {
	margin-left: -12px;
	margin-right: -12px;
}

.gutter-24 > [class*=col-],
.gutter-24 > .col,
.gutter-24 > [class^=col-] {
	padding-left: 12px;
	padding-right: 12px;
}

@media all and (min-width: 1440px) {
	.gutter-50 {
		margin-left: -25px;
		margin-right: -25px;
	}

	.gutter-50 > [class*=col-],
	.gutter-50 > .col,
	.gutter-50 > [class^=col-] {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.col-xl-f5,
.col-lg-f5,
.col-md-f5,
.col-sm-f5,
.col-f5 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}

.col-f5 {
	-ms-flex: 0 0 20%;
	-webkit-box-flex: 0;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 576px) {
	.col-sm-f5 {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 768px) {
	.col-md-f5 {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-f5 {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-f5 {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.tb-space {
	padding: 70px 0;
}

.tb-space-top {
	padding-top: 70px;
}

.tb-space-bottom {
	padding-bottom: 70px;
}

.tb-space-sm {
	padding: 40px 0;
}

.tb-space-sm-top {
	padding-top: 40px;
}

.tb-space-sm-bot {
	padding-bottom: 40px;
}

@media (max-width: 767.98px) {
	.tb-space {
		padding: 40px 0;
	}

	.tb-space-top {
		padding-top: 40px;
	}

	.tb-space-bottom {
		padding-bottom: 40px;
	}
}
.form-control {
	background-color: #fff;
	display: block;
	outline: none;
	padding: 0 16px 0 16px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	width: 100%;
	color: #838FA3;
	border: solid 1px #e1e1e1;
	height: 44px;
	line-height: 44px;
	border-radius: 14px;
	color: #707070;
	font-size: inherit;
}
.form-control:focus {
	box-shadow: none;
}

.form-control[readonly] {
	background-color: #fff;
}

.btn {
	background-color: var(--primary-color);
	font-family: var(--title-bold-font);
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 20px;
	padding: 14px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn:hover, .btn:focus {
	opacity: 0.8;
	color: #fff;
	box-shadow: none;
}
@media (max-width: 767px) {
	.btn {
		font-size: 1.5rem;
		padding: 13px 35px;
	}
}
.btn.--small {
	border-radius: 12px;
	font-size: 13px;
	padding: 10px 16px 11px 16px;
}

.btn-more {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	border-radius: 4px;
	padding: 8px 12px;
	display: inline-block;
}
.btn-more:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.box-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}
.box-number .numberic {
	background-color: rgba(117, 114, 88, 0.08);
	border-radius: 12px;
	height: 34px;
	padding: 0 30px;
	border: 0;
	width: 100%;
	text-align: center;
	color: var(--second-color);
	font-weight: 600;
	font-size: 1.8rem;
}
.box-number .up,
.box-number .down {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
}
.box-number .up i,
.box-number .down i {
	font-weight: 300;
	font-size: 1.6rem;
	display: block;
}
.box-number .up {
	right: 5px;
}
.box-number .down {
	left: 5px;
}

.box-ratio {
	position: relative;
	display: block;
}
.box-ratio img,
.box-ratio .bg,
.box-ratio video,
.box-ratio iframe {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}
.box-ratio.pseudo:before {
	content: "";
	display: block;
	visibility: hidden;
}

@media all and (max-width: 991px) {
	.lg-hidden {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.md-hidden {
		display: none;
	}
}
@media all and (max-width: 575px) {
	.sm-hidden {
		display: none;
	}
}
.sectitle {
	font-family: var(--title-font);
	font-size: 72px;
	font-weight: 500;
	color: var(--second-color);
	line-height: 1.1;
}
@media all and (max-width: 1599px) {
	.sectitle {
		font-size: 64px;
	}
}
@media all and (max-width: 1199px) {
	.sectitle {
		font-size: 54px;
	}
}
@media all and (max-width: 991px) {
	.sectitle {
		font-size: 44px;
	}
}
@media all and (max-width: 767px) {
	.sectitle {
		font-size: 36px;
	}
}

.subtitle {
	color: var(--primary-color);
	font-size: 40px;
	line-height: 1.3;
	font-family: var(--title-bold-font);
	font-weight: bold;
}
.subtitle.--sm {
	font-size: 28px;
}
@media all and (min-width: 1366px) {
	.subtitle.--lg {
		font-size: 48px;
	}
}
@media all and (max-width: 1599px) {
	.subtitle {
		font-size: 36px;
	}
	.subtitle.--sm {
		font-size: 24px;
	}
}
@media all and (max-width: 1199px) {
	.subtitle {
		font-size: 28px;
	}
	.subtitle.--sm {
		font-size: 20px;
		font-weight: 700;
	}
}
@media all and (max-width: 991px) {
	.subtitle {
		font-size: 24px;
	}
	.subtitle.--sm {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	.subtitle {
		font-size: 20px;
	}
	.subtitle.--sm {
		font-size: 15px;
	}
}

.swipe-next,
.swipe-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #ababab;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	font-size: 1.8rem;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.swipe-next:hover,
.swipe-prev:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

@media all and (max-width: 767px) {
	.swipe-next,
	.swipe-prev {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
}
.swipe-next {
	right: -50px;
}

.swipe-prev {
	left: -50px;
}

.swiper-pagination {
	position: static;
	margin-top: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
	height: 8px;
	width: 70px;
	background-color: #a9a9a9;
	border-radius: 10px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 100px;
	background-color: #868075;
}

@media all and (max-width: 767px) {
	.swiper-pagination {
		margin-top: 20px;
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 6px;
	}

	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 30px;
	}
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a,
.pagination span,
.pagination strong {
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	padding-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: var(--primary-color);
}
.pagination a:hover, .pagination a:active, .pagination a.active, .pagination a.current,
.pagination span:hover,
.pagination span:active,
.pagination span.active,
.pagination span.current,
.pagination strong:hover,
.pagination strong:active,
.pagination strong.active,
.pagination strong.current {
	color: #fff;
	background-color: var(--primary-color);
}

@keyframes lac {
	0% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}
@keyframes zoom {
	0% {
		-webkit-transform: scale(0.93);
		transform: scale(0.93);
	}
	100% {
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}
}
@keyframes zoomin {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0.1;
	}
}
@keyframes zoomout {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.3;
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translateY(-7%);
		transform: translateY(-7%);
	}
	100% {
		-webkit-transform: translateY(7%);
		transform: translateY(7%);
	}
}
@keyframes moveright {
	0% {
		left: 10%;
		right: initial;
		opacity: 0;
	}
	1% {
		left: 10%;
		right: initial;
		opacity: 1;
	}
	100% {
		left: 90%;
		right: initial;
		opacity: 1;
	}
}
.bg {
	background-size: cover;
}

.box-article {
	word-break: break-word;
	font-size: 1.6rem;
	line-height: 1.6;
}
.box-article p {
	margin-bottom: 0.8em;
}

.daterangepicker .drp-buttons .btn {
	background-color: transparent;
	color: inherit;
}

.tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	font-size: 11px;
	line-height: 1;
	padding: 3px 10px;
	background: rgba(35, 132, 198, 0.15);
	color: #043424;
}
.tag-icon {
	margin-right: 4px;
}

.card {
	border: none;
	border-radius: 15px;
}
.card.--hoz {
	height: auto;
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.card.--hoz {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
	.card.--hoz .tour-img {
		flex: 0 0 40%;
		border-radius: 15px 0 0 15px;
	}
	.card.--hoz .tour-content {
		flex: 1;
		border-radius: 0 15px 15px 0;
		padding: 15px 20px 15px 25px;
		border-top: solid 1px #f1f1f1;
	}
	.card.--hoz .tour-info {
		font-size: 1.5rem;
	}
	.card.--hoz .tour-info__icon {
		font-size: 1.4rem;
	}
	.card.--hoz .room-img {
		flex: 0 0 40%;
		border-radius: 15px 0 0 15px;
	}
	.card.--hoz .room-content {
		flex: 1;
		border-radius: 0 15px 15px 0;
		padding: 15px 20px 15px 25px;
		border-top: solid 1px #f1f1f1;
	}
	.card.--hoz .room-info {
		font-size: 1.5rem;
	}
	.card.--hoz .room-info__icon {
		font-size: 1.4rem;
	}
	.card.--hoz .tag {
		font-size: 1.2rem;
	}
}

.custom-form__label {
	font-weight: bold;
	margin-bottom: 5px;
}

.button-check {
	display: block;
	position: relative;
	cursor: pointer;
}
.button-check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.button-check input:checked + .button-check__label {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.button-check__label {
	display: block;
	padding: 9px 12px 8px 12px;
	border-radius: 14px;
	border: solid 1px #e1e1e1;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.box-check {
	cursor: pointer;
	display: block;
	padding-left: 25px;
	position: relative;
}
.box-check__icon {
	border: solid 1px #ccc;
	background-color: #fff;
	display: block;
	height: 16px;
	left: 0;
	margin-top: 0.25em;
	position: absolute;
	transition: all 0.1s ease-in-out;
	width: 16px;
}
.box-check__icon::after {
	content: "";
	opacity: 0;
	transition: inherit;
}
.box-check input {
	left: 0;
	max-height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -99;
}
.box-check input:checked + .box-check__icon::after {
	opacity: 1;
}
.box-check input[type=checkbox] + .box-check__icon {
	border-radius: 2px;
	margin-top: 0.1em;
}
.box-check input[type=checkbox] + .box-check__icon::after {
	border-bottom: solid 2px var(--primary-color);
	border-right: solid 2px var(--primary-color);
	height: 10px;
	left: 50%;
	margin-left: -2px;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}
.box-check input[type=radio] + .box-check__icon {
	border-radius: 50%;
}
.box-check input[type=radio] + .box-check__icon::after {
	background-color: var(--primary-color);
	border-radius: inherit;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
}

.breadcrumb {
	background: transparent;
	padding: 20px 0;
	font-size: 1.6rem;
	margin: 0 0 0 2px;
}
@media (max-width: 991px) {
	.breadcrumb {
		font-size: 1.4rem;
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.breadcrumb {
		font-size: 1.3rem;
	}
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 800;
	background-color: transparent;
}
.header-logo img {
	height: 50px;
}
.header-main {
	padding: 0 10px 0 20px;
	border-radius: 12px;
}
.header-nav {
	position: relative;
	font-family: var(--primary-font);
}
.header-nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	position: relative;
	text-align: left;
}
.header-nav > ul > li > a {
	display: block;
	font-weight: 700;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 25px 0;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
}
.header-nav > ul > li > a::before {
	content: "";
	left: 50%;
	right: 50%;
	height: 3px;
	border-radius: 5px;
	background: var(--primary-color);
	bottom: 15px;
	opacity: 0;
	position: absolute;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header-nav > ul > li ul {
	position: absolute;
	transition: all 0.2s ease-in-out;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
	border-radius: 6px;
	padding: 8px;
	width: 250px;
}
.header-nav > ul > li ul::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 5px;
}
.header-nav > ul > li ul li:last-child a {
	border-bottom: none;
}
.header-nav > ul > li ul li:hover > a {
	background-color: rgba(35, 132, 198, 0.2);
	color: var(--normal-color);
}
.header-nav > ul > li ul a {
	display: block;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 7px 15px;
	cursor: pointer;
	border-radius: 5px;
}
.header-nav > ul > li ul ul {
	left: 100%;
	top: 10px;
}
.header-nav > ul > li.hasChildren > a::after {
	font-family: fontawesome;
	content: "\f107";
	margin-left: 6px;
	font-size: 14px;
	line-height: 1;
}
@media (min-width: 992px) {
	.header-nav > ul > li.hasChildren {
		position: static;
		position: relative;
	}
	.header-nav > ul > li.hasChildren > ul {
		width: 100%;
		padding: 0;
		min-width: 230px;
		max-height: 350px;
		overflow-y: auto;
	}
	.header-nav > ul > li.hasChildren > ul > li {
		padding: 7px 10px;
	}
	.header-nav > ul > li.hasChildren > ul > li ul {
		position: static;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.header-nav > ul > li.hasChildren > ul > li ul::before {
		content: none;
	}
	.header-nav > ul > li.hasChildren > ul > li ul a {
		font-size: 1.4rem;
		font-weight: normal;
		color: #222;
	}
}
.header-nav > ul > li:hover > a {
	color: var(--primary-color);
}
.header-nav > ul > li:hover > a::before {
	left: 20%;
	right: 20%;
	opacity: 1;
}
@media (max-width: 1599px) {
	.header-nav > ul > li {
		margin-right: 20px;
	}
	.header-nav > ul > li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 1199px) {
	.header-nav > ul > li {
		margin-right: 15px;
	}
	.header-nav > ul > li a {
		font-size: 1.3rem;
	}
}
.header-nav > ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
@media (max-width: 991px) {
	.header-nav {
		display: none;
	}
}
.header-cta {
	display: flex;
	align-items: center;
}
.header-phone {
	padding: 4px 15px 4px 4px;
	border-radius: 99px;
	background-color: var(--primary-color-light);
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease-in-out;
	position: relative;
	z-index: 1;
}
.header-phone::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid var(--primary-color-light);
	position: absolute;
	bottom: -1px;
	left: -2px;
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
}
.header-phone__icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.header-phone__icon::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid var(--primary-color);
	position: absolute;
	bottom: -1px;
	left: -2px;
	transform: rotate(45deg);
}
.header-phone__text {
	margin-left: 10px;
}
.header-phone:hover {
	color: #000;
	opacity: 0.8;
}
.header-book-now {
	background-color: var(--primary-color);
	font-family: var(--primary-font);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	padding: 17px 35px;
	border-radius: 16px;
	margin-left: 8px;
	position: relative;
	transition: 0.2s ease-in-out;
}
.header-book-now::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	bottom: 0;
	right: 100%;
	margin-right: -16px;
	background-color: inherit;
	pointer-events: none;
}
.header-book-now::after {
	content: "";
	width: 50px;
	height: 50px;
	right: 100%;
	background-color: #fff;
	border-radius: 0 0 50% 0;
	pointer-events: none;
	position: absolute;
	bottom: 0;
}
.header-book-now:hover {
	color: #fff;
	opacity: 0.9;
}
.header-page, .header.fixed {
	background-color: #fff;
	box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.15);
}
.header-page .header-nav > ul > li > a, .header.fixed .header-nav > ul > li > a {
	color: #333;
}
.header-page {
	position: relative;
	box-shadow: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.header-page.fixed {
	position: fixed;
}
.header.no-shadow {
	box-shadow: none !important;
}
@media (max-width: 991px) {
	.header {
		top: 0;
		background: #fff;
		padding: 10px 0;
		box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.15);
	}
	.header-main {
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}
	.header-phone {
		padding-right: 4px;
		margin-right: 40px;
	}
	.header-phone__text {
		display: none;
	}
	.header-book-now {
		padding: 15px;
		margin-left: 4px;
		margin-right: 40px;
	}
}
@media (min-width: 992px) {
	.header > .container {
		width: 95%;
		max-width: 1600px;
	}
}

@media (min-width: 992px) {
	.toggle-menu {
		display: none;
	}
}
@media (max-width: 991px) {
	.toggle-menu {
		color: var(--primary-color);
		font-weight: 400;
		position: absolute;
		top: 50%;
		margin-top: -14px;
		right: 0;
		padding: 0 5px;
		font-size: 20px;
	}
}

.menu-mobile {
	display: none;
}
@media (max-width: 991px) {
	.menu-mobile {
		display: block;
		position: fixed;
		top: 0;
		width: 280px;
		bottom: 0;
		z-index: 999;
		color: #333;
		background: #fff;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		right: -280px;
	}
	.menu-mobile-close {
		position: absolute;
		top: 0;
		width: 40px;
		height: 40px;
		right: 100%;
		background: white;
		outline: none;
		color: #444;
		font-size: 2.7rem;
		cursor: pointer;
		-webkit-transition: inherit;
		transition: inherit;
		opacity: 0;
		visibility: hidden;
		font-family: initial;
		border-right: solid 1px rgba(0, 0, 0, 0.08);
	}
	.menu-mobile.active {
		box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
		right: 0;
	}
	.menu-mobile.active .menu-mobile-close {
		opacity: 1;
		visibility: visible;
	}
	.menu-mobile-content {
		height: 100%;
		overflow: auto;
		padding-bottom: 20px;
	}
	.menu-mobile-content > ul a {
		display: block;
		font-size: 1.4rem;
		font-family: arial;
		line-height: 1.3;
		padding: 10px 15px 10px 18px;
		border-bottom: solid 1px rgba(0, 0, 0, 0.08);
		position: relative;
		font-weight: 600;
		letter-spacing: 0.03em;
	}
	.menu-mobile-content > ul .hasChildren {
		width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.menu-mobile-content > ul ul {
		background: rgba(255, 255, 255, 0.04);
		display: none;
	}
	.menu-mobile-content > ul ul a {
		padding-left: 36px;
	}
	.menu-mobile-content > ul ul ul a {
		padding-left: 54px;
	}
	.menu-mobile-content .acd-drop {
		width: 40px;
		height: 40px;
		float: right;
		position: relative;
		z-index: 1;
		font-size: 2rem;
		color: inherit;
		font-family: monospace;
		outline: none;
		cursor: pointer;
		border-left: solid 1px rgba(0, 0, 0, 0.08);
		background: rgba(255, 255, 255, 0.04);
		position: absolute;
		top: 0;
		right: 0;
	}
	.menu-mobile-content .acd-drop::after {
		content: "\f107";
		font-family: 'FontAwesome';
	}
	.menu-mobile-content .acd-drop.active::after {
		content: "\f106";
		font-family: 'FontAwesome';
	}
}

@media (max-width: 991px) {
	.overlay {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 998;
		background: rgba(0, 0, 0, 0.5);
		transition: all 0.15s ease-in-out;
		cursor: pointer;
		opacity: 0;
		visibility: hidden;
	}
	.overlay.active {
		opacity: 1;
		visibility: visible;
	}
}

.home-slider {
	height: 70vh;
}
@media (max-width: 767px) {
	.home-slider {
		margin-top: 70px;
		height: 50vh;
	}
}

.banner-slider .item {
	position: relative;
	width: 100%;
	height: 100%;
}
.banner-slider .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
.banner-slider .item-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}
.banner-slider .item-title {
	font-size: 4.8rem;
	font-family: var(--primary-font);
	color: #fff;
	margin-bottom: 15px;
	opacity: 0;
	animation: fadeDown 1s linear forwards;
}
@media (max-width: 991px) {
	.banner-slider .item-title {
		font-size: 3.6rem;
	}
}
@media (max-width: 767px) {
	.banner-slider .item-title {
		font-size: 3.2rem;
	}
}
.banner-slider .item-desc {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 20px;
	opacity: 0;
	animation: fadeDown 1s linear 0.2s forwards;
}
@media (max-width: 991px) {
	.banner-slider .item-desc {
		font-size: 1.8rem;
	}
}
.banner-slider .item-btn .btn-more {
	opacity: 0;
	animation: fadeLeft 1s linear 0.2s forwards;
}
.banner-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-page {
	min-height: calc(110px + 4vw);
	background-color: #999;
	position: relative;
	z-index: -1;
	background-size: cover;
	background-position: center bottom;
	display: flex;
	align-items: flex-end;
	height: 75vh;
}
.banner-page::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.banner-page img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.banner-page {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.banner-page {
		height: 50vh;
	}
}

@keyframes fadeDown {
	0% {
		transform: translateY(-30px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeLeft {
	0% {
		transform: translateX(-30px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
.negative-search {
	margin-top: -80px;
	background-color: #f6f7f8;
}
@media (max-width: 767px) {
	.negative-search {
		margin-top: -20px;
	}
}

.search-form {
	background-color: #fff;
	padding: 20px 20px 20px;
	border-radius: 16px;
	box-shadow: 4px 12px 30px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 2;
}
.search-form .nav {
	margin-bottom: 15px;
	justify-content: flex-start;
	border: 0;
	gap: 15px;
}
.search-form .nav .nav-link {
	border: 0;
	border-bottom: solid 2px transparent;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: var(--primary-font);
	padding: 10px 25px;
	border-radius: 14px;
	border: 1px solid var(--primary-color);
}
.search-form .nav .nav-link.active, .search-form .nav .nav-link:hover {
	color: #fff;
	background-color: var(--primary-color);
}
@media (max-width: 576px) {
	.search-form .nav .nav-link {
		font-size: 1.4rem;
		padding: 10px 8px;
	}
}
.search-form__label {
	font-size: 1.5rem;
	margin-bottom: 4px;
	font-family: var(--primary-font);
	font-weight: 600;
}
.search-form .form-control {
	font-size: 1.5rem;
	font-weight: normal;
}
.search-form .form-search-inner {
	gap: 15px;
	margin: 0;
}
.search-form .form-search-inner .flex-col {
	flex: 1 0 160px;
}
.search-form .form-search-inner .form-group {
	position: relative;
	margin-bottom: 0;
}
.search-form .form-search-inner .form-btn .btn {
	width: 100%;
	padding: 0 20px;
	height: 44px;
}
.search-form__member__label {
	margin-bottom: 6px;
}
@media (max-width: 767px) {
	.search-form__member {
		margin-bottom: 15px;
	}
}
.search-form .btn {
	font-size: 1.6rem;
	font-family: var(--primary-font);
	text-transform: none;
}
@media (max-width: 576px) {
	.search-form {
		padding: 10px 15px 15px;
	}
}
.search-form-mobile{
	display: none;
	    background-color: #fff;
    padding: 20px 20px 20px;
    border-radius: 16px;
    box-shadow: 4px 12px 30px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}
.search-form-mobile-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.search-form-mobile-wrap .item{
	flex: 1;
	background-color: #daefff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	flex-direction: column;
	color: #0b5da7;
	font-weight: 700 !important;
	text-decoration: none;
	padding: 1rem 0;
	border-radius: 1rem;
	cursor: pointer;
}
@media(max-width:767px){
	.search-form{
		display: none;
	}
	.search-form-mobile{
		display: block;
	}
}
.search-hotel-wrap {
	background-color: #fff;
	padding: 30px;
	border-radius: 16px;
	margin-top: -50px;
	box-shadow: 4px 12px 30px 0px rgba(0, 0, 0, 0.08);
}
.search-hotel-wrap .form-group {
	margin-bottom: 20px;
}

.wrap-time-line {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #ebe8eddb;
	border-radius: 0 0 16px 0;
}
.wrap-time-line .left-time.clock {
	display: flex;
	gap: 8px;
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.wrap-time-line .left-time .cd-item {
	color: #722626;
	color: var(--second-color);
	text-align: center;
}
.wrap-time-line .left-time .cd-item span {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	min-width: 30px;
}
.wrap-time-line .left-time .cd-item small {
	font-size: 12px;
	font-weight: bold;
	opacity: 0.85;
}
.wrap-time-line .left-time .expired {
	color: #000;
	font-weight: 600;
}

.promotions-slider .item {
	border-radius: 16px;
	overflow: hidden;
}
.promotions-slider .item::before {
	content: "";
	display: block;
	padding-top: 75%;
}
.promotions-list .item {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px;
}
.promotions-list .item::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.special-tour {
	background-color: #f6f7f8;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
.special-tour-slider .item-inner {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	display: block;
}
.special-tour-slider .item-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.special-tour-slider .item-image {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.special-tour-slider .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
	z-index: 10;
}
.special-tour-slider .item-title {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0;
}
.special-tour-wrap {
	overflow-x: auto;
}
.special-tour-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
.special-tour-list .item {
	position: relative;
	width: 150px;
	height: 150px;
}
.special-tour-list .item-inner {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	display: block;
}
.special-tour-list .item-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.special-tour-list .item-image {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.special-tour-list .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
	z-index: 10;
}
.special-tour-list .item-title {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}
@media (min-width: 1024px) {
	.special-tour-list {
		gap: 32px;
	}
}
@media (max-width: 767px) {
	.special-tour {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.rate {
	display: inline-flex;
	white-space: nowrap;
	color: #898989;
	position: relative;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle;
	margin: 0 -2px;
	overflow: hidden;
}
.rate i {
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
	margin: 0 2px;
	position: relative;
	background-image: url(../images/star-grey.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.rate-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	display: inline-flex;
	white-space: nowrap;
}
.rate-bar i {
	background-image: url(../images/star.svg);
}

.tour-img {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	background-color: #f1f1f1;
}
.tour-img::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.tour-img img {
	transition: all 0.3s ease-in-out;
}
.tour-img:hover img {
	transform: scale(1.05);
}
.tour-content {
	padding: 15px 12px 12px;
	border: solid 1px #f1f1f1;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	background-color: #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.tour-content .cms-date {
	height: 30px;
	margin: 0 3px;
	padding: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-size: 1.2rem;
}
.tour-sale-off {
	font-size: 1rem;
	font-weight: bold;
	color: var(--second-color);
	background-color: rgba(238, 46, 42, 0.2);
	line-height: 1;
	padding: 3px 5px;
	border-radius: 10px;
}
.tour-sale-off:empty {
	display: none;
}
.tour-title {
	font-family: var(--primary-font);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tour-rate {
	font-size: 13px;
	color: #666;
	margin-bottom: 6px;
}
.tour-rate i {
	color: #ffb400;
}
.tour-footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.tour-info {
	font-size: 1.3rem;
	color: #171717;
}
.tour-info__icon {
	color: var(--primary-color);
	font-size: 1.4rem;
	margin-right: 3px;
}
.tour-info p {
	display: block;
	margin-bottom: 4px;
}
.tour-info b {
	color: #043424;
}
.tour-desc {
	margin-bottom: 15px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
}
.tour-price {
	font-weight: 700;
	line-height: 1.3;
}
.tour-price-base {
	font-size: 1.2rem;
	color: #999;
	text-decoration: line-through;
}
.tour-price b {
	font-size: 1.8rem;
	color: var(--second-color);
	line-height: 1.1;
	font-weight: bold;
}
.tour-detail-tab {
	display: flex;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
	width: max-content;
}
.tour-detail-tab li {
	display: inline-block;
}
.tour-detail-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-bottom: solid 2px transparent;
	border-radius: 0px;
	font-size: 1.6rem;
	font-weight: 600;
}
.tour-detail-tab__item.active, .tour-detail-tab__item:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.tour-detail-tab-ct__item {
	padding-top: 20px;
	scroll-margin-top: 100px;
}

.tours:nth-child(2n+1) {
	background-color: #f6f7f8;
}
.tours-page-desc {
	font-size: 1.6rem;
}
.tours-trends {
	background-color: #f6f7f8;
}
.tours-trends-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.tours-trends-item {
	flex: 1 0 150px;
	padding: 15px 20px;
	border-radius: 14px;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	background-color: #fff;
	display: block;
	transition: all 0.3s ease;
}
.tours-trends-item:hover {
	background-color: var(--primary-color);
	color: #fff;
}
@media (max-width: 767px) {
	.tours-trends-item {
		padding: 10px;
	}
}
.tours-slider .tour-img::before {
	padding-top: 300px;
}
.tours-detail-gallery {
	margin-bottom: 30px;
}
.tours-detail-swiper {
	border-radius: 15px;
}
.tours-detail-swiper__img {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.tours-detail-swiper__img::before {
	padding-top: 66.666%;
}
.tours-detail-thumb {
	margin-top: 10px;
}
.tours-detail-thumb .swiper-slide {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.tours-detail-thumb .swiper-slide.swiper-slide-thumb-active,
.tours-detail-thumb .tour-detail-thumb .swiper-slide:hover {
	opacity: 1;
}
.tours-detail-thumb__img {
	border-radius: 8px;
}
.tours-detail-thumb__img:before {
	padding-top: 66.666%;
}
.tours-detail__title {
	font-size: 2.4rem;
	font-weight: bold;
	font-family: var(--primary-font);
	line-height: 1.3;
	margin-bottom: 10px;
}
.tours-detail-service {
	margin-bottom: 20px;
}
.tours-detail-service .item-img {
	border: solid 1px #e1e1e1;
	border-radius: 16px;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 auto 6px auto;
}
.tours-detail-service .item-img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.tours-detail-service .item-img img {
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
	margin: auto;
}
.tours-detail-service .item-label {
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
}
.tours-detail-info-tab {
	overflow-x: auto;
}
.tours-detail-info-tab.is-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 70px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	z-index: 20;
}
.tours-detail-info-tab.is-fixed .tour-detail-tab {
	padding-top: 0;
}
.tours-detail-info-tab.is-fixed .tour-detail-tab__item {
	padding: 10px 14px;
}
@media (min-width: 991px) {
	.tours-detail-info-tab.is-fixed {
		top: 67px;
	}
}
.tours-detail-info__wrap {
	margin-bottom: 30px;
}
.tours-detail-info__head {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.tours-detail-info__content {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #444;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.tours-detail-info__btnmore {
	margin-top: 20px;
	cursor: pointer;
	color: var(--primary-color);
	font-weight: 600;
	user-select: none;
	border: 1px solid var(--primary-color);
	padding: 8px 10px;
	text-align: center;
	border-radius: 9px;
}
.tours-detail-info__box {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.tours-detail-info__box {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.tours-detail-info-sticky {
	position: sticky;
	top: 110px;
	background-color: #fff;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
.tours-detail-info-sticky .collapsible-image {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease-out;
}
.tours-detail-info-sticky .collapsible-image-inner {
	overflow: hidden;
}
.tours-detail-info-sticky .collapsible-image img {
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 12px;
}
.tours-detail-info-sticky .tour-info {
	font-size: 1.4rem;
}
.tours-detail-info-sticky .tour-info .cms-date {
	height: 30px;
	margin: 0 3px;
	padding: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-size: 1.2rem;
}
.tours-detail-info-sticky.active .collapsible-image {
	grid-template-rows: 1fr;
}
.tours-detail--highlights {
	background-color: #f1f1f1;
	padding: 20px;
	border-radius: 16px;
}
.tours-detail--highlights .tours-detail-info__content ul {
	list-style: disc;
	margin-left: 20px;
}
.tours-detail--itinerary .itinerary {
	font-family: Arial, sans-serif;
	max-width: 900px;
}
.tours-detail--itinerary .itinerary-item {
	position: relative;
	padding-bottom: 15px;
}
.tours-detail--itinerary .itinerary-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 1px;
	height: 100%;
	background-color: var(--primary-color);
	border-radius: 2px;
	z-index: -1;
}
.tours-detail--itinerary .itinerary-item:last-child::before {
	display: none;
}
.tours-detail--itinerary .itinerary-title {
	cursor: pointer;
	font-size: 15px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.tours-detail--itinerary .itinerary-title strong {
	margin-right: 4px;
}
.tours-detail--itinerary .toggle {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50%;
}
.tours-detail--itinerary .itinerary-content {
	margin-top: 10px;
	padding-left: 26px;
	display: none;
	font-size: 14px;
	line-height: 1.6;
}
.tours-detail--itinerary .itinerary-item.active .itinerary-content {
	display: block;
}
.tours-detail__sec-title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 12px;
	padding-right: 25px;
	transition: 0.3s ease-in-out;
	position: relative;
	cursor: pointer;
}
.tours-detail__sec-title::after {
	font-family: "fontawesome";
	content: "\f106";
	margin-left: 6px;
	font-weight: 300;
	font-size: 2.1rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
}
.tours-detail__sec-title.collapsed {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tours-detail__sec-title.collapsed::after {
	transform: rotate(180deg);
}
.tours-detail .reviews-form .review-rating {
	font-size: 28px;
	margin-bottom: 10px;
	cursor: pointer;
}
.tours-detail .reviews-form .review-rating .star {
	color: #ddd;
	transition: 0.2s;
}
.tours-detail .reviews-form .review-rating .star.active {
	color: #ffc107;
}
.tours-detail .tab-reviews .item {
	padding: 6px 0;
}
.tours-detail .tab-reviews .item-inner .box-author {
	display: flex;
	align-items: center;
	gap: 10px;
}
.tours-detail .tab-reviews .item-inner .item-avt {
	width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 50%;
}
.tours-detail .tab-reviews .item-inner .item-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--normal-color);
}
.tours-detail .tab-reviews .item-inner .box-text {
	margin: 4px 0;
	font-size: 1.6rem;
	color: var(--normal-color);
}

.note-cta {
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 3px 10px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #ff3f15;
	color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
}
.note-cta::before, .note-cta::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	border-style: solid;
	border-color: transparent;
	top: 100%;
	display: none;
}
.note-cta::before {
	border-width: 0 10px 10px 0;
	border-right-color: #9C0000;
	left: 0;
}
.note-cta::after {
	border-width: 0 0 12px 8px;
	border-left-color: #9C0000;
	right: 0;
}
.note-cta span {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.3;
}

.room-img {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	background-color: #f1f1f1;
}
.room-img::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.room-img img {
	transition: all 0.3s ease-in-out;
}
.room-img:hover img {
	transform: scale(1.05);
}
.room-content {
	padding: 15px 12px 12px;
	border: solid 1px #f1f1f1;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	background-color: #fff;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.room-sale-off {
	font-size: 1rem;
	font-weight: bold;
	color: var(--second-color);
	background-color: rgba(238, 46, 42, 0.2);
	line-height: 1;
	padding: 3px 5px;
	border-radius: 10px;
}
.room-sale-off:empty {
	display: none;
}
.room-title {
	font-family: var(--primary-font);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.room-box {
	background-color: whitesmoke;
	padding: 10px 10px 2px 10px;
	border-radius: 10px;
	margin-bottom: 12px;
}
.room-info {
	font-size: 1.4rem;
	color: #171717;
	margin-bottom: 10px;
}
.room-info p {
	display: block;
	margin-bottom: 4px;
}
.room-info__icon {
	color: var(--primary-color);
	font-size: 1.4rem;
	margin-right: 3px;
}
.room-info b {
	color: #043424;
}
.room-rate {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 6px;
}
.room-rate i {
	color: #ffb400;
}
.room-desc {
	margin-bottom: 15px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
}
.room-price {
	font-weight: 700;
	line-height: 1.3;
}
.room-price-base {
	font-size: 1.2rem;
	color: #999;
	text-decoration: line-through;
}
.room-price b {
	font-size: 1.8rem;
	color: var(--second-color);
	line-height: 1.1;
	font-weight: bold;
}

.hotels-list .card-room {
	margin-bottom: 30px;
}
.hotels-detail-gallery {
	margin-bottom: 30px;
}
.hotels-detail-swiper {
	border-radius: 15px;
}
.hotels-detail-swiper__img {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.hotels-detail-swiper__img::before {
	padding-top: 66.666%;
}
.hotels-detail-thumb {
	margin-top: 10px;
}
.hotels-detail-thumb .swiper-slide {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.hotels-detail-thumb .swiper-slide.swiper-slide-thumb-active,
.hotels-detail-thumb .tour-detail-thumb .swiper-slide:hover {
	opacity: 1;
}
.hotels-detail-thumb__img {
	border-radius: 8px;
}
.hotels-detail-thumb__img:before {
	padding-top: 66.666%;
}
.hotels-detail-tab {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	border: 0;
}
.hotels-detail-tab li {
	margin-right: 15px;
	margin-bottom: 10px;
}
.hotels-detail-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 24px 6px 24px;
	border: solid 2px #e1e1e1;
	border-radius: 40px;
	font-size: 1.5rem;
	font-weight: 700;
}
.hotels-detail-tab__item.active, .hotels-detail-tab__item:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.hotels-detail-tab-ct__item {
	padding-top: 20px;
}
.hotels-detail__title {
	font-size: 2.4rem;
	font-weight: bold;
	font-family: var(--primary-font);
	line-height: 1.3;
	margin-bottom: 10px;
}
.hotels-detail-info__wrap {
	margin-bottom: 30px;
}
.hotels-detail-info__head {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.hotels-detail-info__content {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #444;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.hotels-detail-info__box {
	background-color: #fff;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.hotels-detail-info__box {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.hotels-detail-info-sticky {
	position: sticky;
	top: 110px;
	background-color: #fff;
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
.hotels-detail__sec-title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 12px;
	transition: 0.3s ease-in-out;
	position: relative;
	cursor: pointer;
}
.hotels-detail__sec-title::after {
	font-family: "fontawesome";
	content: "\f106";
	margin-left: 6px;
	font-weight: 300;
	font-size: 2.1rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s ease-in-out;
}
.hotels-detail .amenities-item {
	margin-bottom: 20px;
}
.hotels-detail .amenities-item__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
	border-radius: 16px;
	background-color: #efefef;
}
.hotels-detail .amenities-item__inner .box-icon {
	font-size: 3rem;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hotels-detail .amenities-item__inner .box-text {
	flex: 1;
	font-weight: 600;
}

.room-class {
	display: flex;
	align-items: flex-start;
}
.room-class__imgs {
	flex: 0 0 33.33%;
	width: 33.33%;
	position: relative;
}
.room-class__imgs img {
	width: 100%;
}
.room-class__imgs__swiper {
	border-radius: 12px;
	overflow: hidden;
}
.room-class__imgs__thumb {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.room-class__imgs__thumb .swiper-slide {
	max-width: 100px;
}
.room-class__imgs__thumb__item {
	border-radius: 8px;
	overflow: hidden;
	border: solid 2px #fff;
	cursor: pointer;
	opacity: 0.4;
}
.room-class__imgs__thumb__item::before {
	padding-top: 80%;
}
.room-class__imgs__thumb .swiper-slide-thumb-active .room-class__imgs__thumb__item {
	border-color: var(--primary-color);
	opacity: 1;
}
@media (max-width: 767px) {
	.room-class__imgs {
		width: 100%;
		margin-bottom: 15px;
	}
}
.room-class__info {
	padding-left: 30px;
}
@media (max-width: 991px) {
	.room-class__info {
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.room-class__info {
		padding-left: 0px;
	}
}
.room-class__title {
	font-weight: bold;
	font-size: 2rem;
	color: var(--primary-color);
	margin-bottom: 5px;
}
.room-class__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 6px;
}
.room-class__note {
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 6px;
}
.room-class__price p {
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: bolder;
	margin-bottom: 6px;
	color: var(--second-color);
}
@media (max-width: 767px) {
	.room-class {
		display: block;
	}
}

.mansory-list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 0.5fr 1fr 1fr 1fr;
	grid-auto-rows: 20rem;
	grid-auto-flow: dense;
	width: 100%;
}
@media (max-width: 767px) {
	.mansory-list {
		grid-template-columns: 1fr 0.5fr 1fr;
		grid-auto-rows: 13rem;
	}
}
.mansory-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mansory-item__inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
.mansory-item__img {
	display: inline-block;
	filter: brightness(80%) !important;
	transition: all 0.3s ease;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mansory-item__content {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mansory-item__content-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	z-index: 2;
}
.mansory-item__content .or-divider {
	display: none;
	background-color: #fff;
	height: 1px;
	width: 6rem;
	z-index: 2;
}
.mansory-item__content-btn {
	display: none;
	padding: 1rem 2rem;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.mansory-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 2;
}
.mansory-item:nth-child(4) {
	grid-row: span 2;
}
.mansory-item:nth-child(8) {
	grid-column: span 2;
}
.mansory-item:hover .mansory-item__img {
	transform: scale(1.1);
	cursor: pointer;
	filter: brightness(40%);
}
.mansory-item:hover .mansory-item__content {
	gap: 2rem;
}
.mansory-item:hover .mansory-item__content .or-divider {
	display: block;
}
.mansory-item:hover .mansory-item__content-btn {
	display: inline;
	z-index: 2;
	cursor: pointer;
}
@media (max-width: 767px) {
	.mansory-item:nth-child(4) {
		grid-row: auto;
	}
	.mansory-item:nth-child(5) {
		grid-column: span 2;
	}
	.mansory-item:nth-child(6) {
		grid-column: span 3;
	}
}

.destinations-list {
	position: relative;
}
.destinations-list__item {
	margin-bottom: 30px;
}
.destinations-list__item:hover .destinations-item__img {
	transform: scale(1.1);
	cursor: pointer;
	filter: brightness(40%);
}
.destinations-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.destinations-item__inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	display: block;
}
.destinations-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(80%) !important;
	transition: all 0.3s ease;
}
.destinations-item__content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
}
.destinations-item__content-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	transition: all 0.3s ease;
}

.destination-tab {
	border-bottom: solid 1px #e1e1e1;
	border-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin-top: 30px;
}
.destination-tab__item {
	font-weight: 700;
	font-size: 2.2rem;
	color: #333;
	display: block;
	padding: 1rem 1.5rem;
	position: relative;
}
.destination-tab__item.active {
	color: var(--primary-color);
}
.destination-tab__item.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background: var(--primary-color);
}
@media (max-width: 576px) {
	.destination-tab__item.active::after {
		content: none;
	}
}
@media (max-width: 1599px) {
	.destination-tab__item {
		font-size: 1.6rem;
	}
}
@media (max-width: 1199px) {
	.destination-tab__item {
		font-size: 1.5rem;
	}
}
@media (max-width: 576px) {
	.destination-tab__item {
		font-size: 1.4rem;
		white-space: nowrap;
	}
}
.destination-tab-ct__item {
	padding-top: 50px;
}
@media (max-width: 576px) {
	.destination-tab-ct__item {
		padding-top: 15px;
	}
}
@media (max-width: 576px) {
	.destination-tab {
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.destination-tab li {
		margin-right: 20px;
	}
}
.destination-title {
	font-family: var(--primary-font);
	font-size: 6.4rem;
	margin-bottom: 10px;
}
@media (max-width: 1599px) {
	.destination-title {
		font-size: 4.8rem;
	}
}
@media (max-width: 1199px) {
	.destination-title {
		font-size: 4.8rem;
	}
}
@media (max-width: 576px) {
	.destination-title {
		font-size: 3.2rem;
		margin-bottom: 0;
	}
}
.destination-desc {
	font-size: 1.8rem;
	margin-bottom: 30px;
	color: rgba(46, 46, 46, 0.6);
}
@media (max-width: 1599px) {
	.destination-desc {
		font-size: 1.6rem;
	}
}
@media (max-width: 1199px) {
	.destination-desc {
		font-size: 1.5rem;
	}
}
@media (max-width: 576px) {
	.destination-desc {
		font-size: 1.4rem;
	}
}
.destination-right {
	max-width: 940px;
}
.destination-info {
	background-color: #f3f5e4;
	padding: 12px;
	border-radius: 16px;
	position: relative;
}
.destination-info-wrapper {
	margin-right: -50px;
}
@media (max-width: 1599px) {
	.destination-info-wrapper {
		margin-right: -20px;
	}
}
@media (max-width: 576px) {
	.destination-info-wrapper {
		margin-right: 0;
	}
}
.destination-info__img {
	border-radius: 10px;
}
.destination-info__img::before {
	content: "";
	display: block;
	padding-top: 125%;
}
.destination-info__img img {
	transition: 0.25s ease-in-out;
}
.destination-info__img img:first-child {
	opacity: 1;
}
.destination-info__img img:last-child {
	opacity: 0;
}
.destination-info__ct {
	background-color: #fff;
	padding: 20px 40px 20px 20px;
	border-radius: 16px;
	margin-top: 12px;
	position: relative;
}
.destination-info__ct::after {
	font-family: fontawesome;
	content: "\f061";
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
	right: 40px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
}
.destination-info__ct p {
	color: #787878;
	font-size: 1.3rem;
}
.destination-info__label {
	font-weight: bold;
	font-size: 1.8rem;
}
.destination-info__link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.destination-info:hover .destination-info__img img:first-child {
	opacity: 0;
}
.destination-info:hover .destination-info__img img:last-child {
	opacity: 1;
}
.destination-info:hover .destination-info__ct::after {
	opacity: 1;
	right: 20px;
}
.destination-otherdes-list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 0.5fr 1fr 1.3fr 1fr;
	grid-auto-rows: 20rem;
	grid-auto-flow: dense;
	width: 100%;
}
.destination-otherdes-list .box-item:nth-child(1) {
	grid-column: span 2;
}
.destination-otherdes-list .box-item:nth-child(2) {
	grid-row: span 2;
}
.destination-otherdes-list .box-item__inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	display: block;
}
.destination-otherdes-list .box-item__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(80%) !important;
	transition: all 0.3s ease;
}
.destination-otherdes-list .box-item__content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
}
.destination-otherdes-list .box-item__content-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
}
.destination-otherdes-list .box-item:hover .box-item__img {
	transform: scale(1.1);
	cursor: pointer;
	filter: brightness(40%);
}
@media (max-width: 767px) {
	.destination-otherdes-list {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 13rem;
	}
}
.destination-otherhotel-item {
	margin-bottom: 30px;
}
.destination-otherhotel-item__inner {
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.destination-otherhotel-item__inner .box-image {
	position: relative;
}
.destination-otherhotel-item__inner .box-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.destination-otherhotel-item__inner .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
	transition: all 0.3s ease;
}
.destination-otherhotel-item__inner .box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	z-index: 1;
	padding: 20px;
	color: #fff;
}
.destination-otherhotel-item__inner .box-content .title {
	font-size: 2.4rem;
	font-weight: bold;
}
.destination-otherhotel-item__inner .box-content .text {
	font-size: 1.6rem;
}
.destination-otherhotel-item__inner:hover .box-image img {
	transform: scale(1.1);
}
.destination-tour-content {
	margin-bottom: 3rem;
	text-align: justify;
	font-size: 1.4rem;
}
.destination-tour-content__inner {
	position: relative;
	overflow: hidden;
	height: 750px;
	transition: all 0.3s ease;
}
.destination-tour-content__inner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, transparent, #fff);
	height: 80px;
}
.destination-tour-content__inner.h-auto {
	height: auto;
}
.destination-tour-content .btnmoreless {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
	cursor: pointer;
}
.destination-tour-content .btnmoreless.active i {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
@media (min-width: 768px) {
	.destination-tour-category .card-blog.--hoz .box-image {
		height: 96px;
	}
	.destination-tour-category .card-blog.--hoz .box-content {
		padding: 0 0 0 16px;
	}
	.destination-tour-category .card-blog.--hoz .box-content .item-title {
		font-size: 1.6rem;
	}
}

.whyus-wrap {
	background-color: #efefef;
	padding: 30px;
	border-radius: 16px;
}
.whyus-list {
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.whyus-list {
		margin-top: 30px;
	}
}
.whyus-item {
	text-align: center;
	margin-bottom: 30px;
}
.whyus-item__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
}
.whyus-item__icon img {
	max-width: 80%;
	max-height: 80%;
}
.whyus-item__title {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 15px;
}
@media (max-width: 991px) {
	.whyus-item__title {
		font-size: 1.6rem;
	}
}
.whyus-item__desc {
	color: #787878;
	margin-top: 10px;
	font-size: 1.2rem;
}
@media (max-width: 991px) {
	.whyus-item__desc {
		font-size: 1.2rem;
	}
}

.about-us__desc {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	.about-us__desc {
		font-size: 1.5rem;
	}
}
.about-us__list {
	margin-top: 50px;
}
@media (max-width: 767.98px) {
	.about-us__list {
		margin-top: 30px;
	}
}
.about-us__item {
	text-align: center;
	margin-bottom: 30px;
}
.about-us__item__icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
}
.about-us__item__icon img {
	max-width: 80%;
	max-height: 80%;
}
.about-us__item__title {
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 15px;
}
@media(min-width:768px){
	.about-us__item__title{
		min-height: 66px;
	}
}
@media (max-width: 991px) {
	.about-us__item__title {
		font-size: 1.8rem;
	}
}
.about-us__item__desc {
	color: #787878;
	margin-top: 10px;
	font-size: 1.6rem;
}
@media (max-width: 991px) {
	.about-us__item__desc {
		font-size: 1.4rem;
	}
}

.about-banner {
	padding-top: 70px;
	padding-bottom: 70px;
	background-size: 100% auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-banner__img {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about-banner__img::before {
	content: "";
	display: block;
	padding-top: 75%;
}
@media (max-width: 991px) {
	.about-banner {
		padding-top: 80px;
	}
}
@media (max-width: 767px) {
	.about-banner {
		padding-top: 80px;
	}
}
.about-blog-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}
.about-blog-list .item {
	position: relative;
}
.about-blog-list .item .box-image {
	display: block;
	width: 100%;
	height: 100%;
}
.about-blog-list .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-blog-list .item .box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
}
.about-blog-list .item .box-content .title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.about-blog-list .item .box-content .btn-more {
	padding: 4px 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
}
.about-blog-list .item .box-content .btn-more:hover {
	color: #fff;
}
.about-blog-list .item:first-child {
	grid-column: span 2;
}
.about-blog-list .item:last-child {
	display: none;
}
.about-blog-list .item:hover .box-content {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 768px) {
	.about-blog-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.about-blog-list .item:first-child {
		grid-row: span 2;
	}
	.about-blog-list .item:last-child {
		display: block;
	}
}
.about-blog-posts .item {
	position: relative;
}
.about-blog-posts .item .box-content {
	padding: 15px 0;
}
.about-blog-posts .item .box-content .title {
	font-size: 1.8rem;
}
.about-highlight {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	color: #fff;
}
.about-highlight::before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(rgba(var(--primary-color-light-rgb), 0.7)));
	background-image: linear-gradient(var(--primary-color), rgba(var(--primary-color-light-rgb), 0.7));
	z-index: -1;
	backdrop-filter: blur(3px);
}
@media (max-width: 991px) {
	.about-highlight {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.about-highlight {
		padding-bottom: 30px;
	}
}

.statistic-title {
	font-size: 2rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.3;
}
@media (max-width: 767px) {
	.statistic-title {
		font-size: 1.8rem;
	}
}
@media (max-width: 576px) {
	.statistic-title {
		font-size: 1.4rem;
	}
}

.statistic-number {
	font-size: 7rem;
	font-family: var(--primary-font);
	font-weight: 600;
	line-height: 1.1;
}
@media (max-width: 991px) {
	.statistic-number {
		font-size: 6rem;
	}
}
@media (max-width: 768px) {
	.statistic-number {
		font-size: 5rem;
	}
}
@media (max-width: 576px) {
	.statistic-number {
		font-size: 3rem;
	}
}

.testimonial .heading-title {
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 767.98px) {
	.testimonial .heading-title {
		margin-bottom: 20px;
	}
}
.testimonial-slider .swiper-slide {
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	opacity: 0.5;
}
.testimonial-slider .swiper-slide-prev,
.testimonial-slider .swiper-slide-next,
.testimonial-slider .swiper-slide-active {
	opacity: 1;
}
@media (max-width: 1199px) {
	.testimonial-slider .swiper-slide-prev,
	.testimonial-slider .swiper-slide-next {
		opacity: 0.5;
	}
}
.testimonial-slider .item {
	background-color: #fff;
	border-radius: 16px;
	padding: 30px 20px 25px 20px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.testimonial-slider .item-author {
	margin-top: 10px;
}
.testimonial-slider .item-author__avt {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial-slider .item-author__avt img {
	width: 100%;
	height: 100%;
}
.testimonial-slider .item-author__info {
	margin-left: 20px;
}
.testimonial-slider .item-author__name {
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 5px;
}
.testimonial-slider .item-rate-head {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 600;
}
.testimonial-slider .item-rate-head a {
	color: var(--primary-color);
}
.testimonial-slider .item-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
.testimonial-slider .item-desc {
	font-size: 1.6rem;
	margin-top: 6px;
	color: #787878;
}
@media (max-width: 576px) {
	.testimonial-slider {
		margin-left: 15px;
		margin-right: 15px;
	}
	.testimonial-slider .swiper-slide {
		opacity: 1;
	}
}

.value {
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eff0ea), color-stop(#eff0ea), to(rgba(239, 240, 234, 0)));
	background-image: linear-gradient(#eff0ea, #eff0ea, rgba(239, 240, 234, 0));
}
.value-title {
	font-size: 3.8rem;
	text-align: center;
	color: var(--primary-color);
	font-family: var(--primary-font);
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 10px;
}
.value-item__img {
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.value-item__img::before {
	padding-top: 60%;
}
.value-item__desc {
	margin-top: 5px;
	font-size: 1.6rem;
	text-align: center;
}
@media (max-width: 767px) {
	.value-item__desc {
		font-size: 1.4rem;
	}
}

.serve {
	padding-top: 60px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.serve-img img {
	width: 100%;
}
@media (max-width: 991px) {
	.serve-img {
		margin-bottom: 20px;
	}
}

.booking {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.booking-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
}
.booking-content {
	background-color: #fff;
	border-radius: 16px;
	padding: 30px 0px 30px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 100%;
	max-height: 80vh;
	max-width: 100%;
	overflow: hidden;
}
.booking-content-scroll {
	overflow: auto;
	max-height: 100%;
	padding-right: 30px;
}
.booking-close {
	font-size: 3.2rem;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 30;
}
.booking-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 40px;
	font-family: var(--primary-font);
	line-height: 1.25;
}
.booking-sectitle {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 15px;
	color: var(--primary-color);
	background: #f0e9e9;
	padding: 10px;
	border-radius: 11px;
	text-align: center;
}
.booking-price {
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.booking-price .tour-sale-off {
	font-size: 1.8rem;
}
.booking-contact-info {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	font-size: 1.5rem;
}
.booking-contact-info .form-group {
	margin-bottom: 20px;
}
.booking-contact-info .form-group > label {
	font-weight: bold;
	margin-bottom: 5px;
}
.booking-contact-info .form-control-wrap {
	position: relative;
}
.booking-contact-info .form-control {
	width: 100%;
	border: solid 1px #e1e1e1;
	height: 44px;
	border-radius: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
.booking-contact-info textarea.form-control {
	height: 120px;
}
.booking-contact-info button[type=submit] {
	padding-left: 50px;
	padding-right: 50px;
}
.booking.active {
	opacity: 1;
	visibility: visible;
}

.sidebar {
	position: sticky;
	top: 100px;
}
.sidebar .widget {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.sidebar .widget-head {
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #eee;
	padding: 12px 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
}
.sidebar .widget-content {
	padding: 15px 20px;
}
.sidebar .widget-content ul li {
	margin-bottom: 10px;
}
.sidebar .widget-content ul li:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.sidebar {
		margin-top: 30px;
	}
}

.sidebar-filter {
	margin-top: 6px;
	position: sticky;
	top: 130px;
	margin-bottom: 30px;
}
.sidebar-filter-head{
    background: #f5f6f7;
    padding: 5px;
    border-radius: 4px;
}
.sidebar-filter-head .toggle-sidebar-filter {
	font-size: 2.4rem;
	color: #000;
	width: 40px;
}
@media (min-width: 992px) {
	.sidebar-filter-head .toggle-sidebar-filter {
		display: none;
	}
}
.sidebar-filter-headclose {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 600;
}
@media (min-width: 992px) {
	.sidebar-filter-headclose {
		display: none;
	}
}
.sidebar-filter-close {
	display: inline-block;
	width: 40px;
}
@media (max-width: 991px) {
	.sidebar-filter-wrap {
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 9999;
		overflow-y: auto;
		padding: 20px;
		transition: all 0.3s ease;
	}
	.sidebar-filter-wrap.opened {
		left: 0;
	}
}
.sidebar-filter__title {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-weight: bold;
	margin-bottom: 0;
}
.sidebar-filter__box {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
.sidebar-filter__box:last-of-type {
	margin-bottom: 0;
}
.sidebar-filter__box-title {
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #eee;
	padding: 12px 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
}
.sidebar-filter__box-content {
	padding: 15px 20px;
}
.sidebar-filter__item {
	margin-bottom: 6px;
}
.sidebar-filter__item:last-child {
	margin-bottom: 0;
}
.sidebar-filter__item label {
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
}
.sidebar-filter__item label input[type=radio] {
	width: 16px;
	height: 16px;
	accent-color: var(--primary-color);
}
.sidebar-filter__item label input[type=checkbox] {
	width: 16px;
	height: 16px;
	accent-color: var(--primary-color);
}
.sidebar-filter__toggle {
	margin-top: 10px;
	background: none;
	border: none;
	color: var(--primary-color);
	cursor: pointer;
	font-weight: 500;
}
.sidebar-filter__submit {
	margin-top: 20px;
	background-color: var(--second-color);
	color: #fff;
	border-radius: 16px;
	font-weight: 600;
	width: 100%;
	padding: 12px 20px;
	display: block;
}
@media (max-width: 991px) {
	.sidebar-filter {
		position: static;
	}
}

.box-callnow {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin-bottom: 0;
	margin-top: 20px;
}
.box-callnow .box-callnow__box-title {
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #eee;
	padding: 12px 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
	background-color: var(--primary-color);
	border-bottom: 0;
	color: #fff;
}
.box-callnow .box-callnow__box-content {
	padding: 15px 20px;
}
.box-callnow .box-callnow__box-content .box-hotline {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #eee;
	border-radius: 14px;
	padding: 10px;
	margin-bottom: 6px;
}
.box-callnow .box-callnow__box-content .box-hotline .box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #fff;
}
.box-callnow .box-callnow__box-content .box-hotline .box-text p {
	margin-bottom: 4px;
}
.box-callnow .box-callnow__box-content .box-hotline .box-text a {
	color: var(--second-color);
	font-size: 1.8rem;
	font-weight: bold;
}
.box-callnow .box-callnow__box-content .form-callnow button[type=submit] {
	border: 0;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background-color: var(--second-color);
}

.filter-sort-head {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.filter-sort-head .sort-by {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	padding: 6px 10px;
}
@media (max-width: 767px) {
	.filter-sort-head {
		flex-direction: column;
		gap: 20px;
	}
}
.filter-sort-bar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	background-color: #f6f7f8;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.filter-sort-label {
	font-size: 1.6rem;
	font-weight: bold;
}

#destinationList .sidebar-filter__item {
	display: none;
}

.price-range {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.price-range input[type=range] {
	position: absolute;
	width: 100%;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	background: none;
	top: 0;
}
.price-range input[type=range]::-webkit-slider-thumb {
	pointer-events: auto;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	background: #c9a24d;
	border-radius: 50%;
	cursor: pointer;
}
.price-range .slider-track {
	height: 6px;
	background: #ddd;
	border-radius: 4px;
}
.price-range .price-text {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-modal__close {
	font-size: 21px;
	line-height: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
}
.contact-modal__title {
	font-family: var(--primary-font);
	font-size: 24px;
	line-height: 1.3;
	color: var(--primary-color);
	font-weight: bold;
	margin-bottom: 20px;
}

.contact {
	border-radius: 30px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 50px;
}
.contact-form {
	border: solid 1px #e1e1e1;
	border-radius: 20px;
	padding: 24px;
	margin: 40px 40px 40px 20px;
}
.contact-form button[type=submit] {
	border: 0;
	padding-left: 50px;
	padding-right: 50px;
}
.contact-form__label {
	font-weight: bold;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.contact-form {
		margin: 40px 0;
	}
}
.contact-info {
	background-color: rgba(137, 217, 255, 0.2);
	padding: 40px 30px 40px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.contact-info .footer-info {
	margin-bottom: 20px;
}
.contact-info .footer-info__icon {
	color: var(--primary-color);
}
.contact-title {
	color: var(--primary-color);
	font-size: 48px;
	font-weight: bold;
	font-family: var(--primary-font);
	margin-bottom: 20px;
}

.footer-info {
	display: flex;
	font-size: 16px;
	margin-bottom: 12px;
}
.footer-info__icon {
	flex: 0 0 20px;
	width: 20px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}

.blogs-banner {
	border-radius: 16px;
	position: relative;
	padding: 130px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 60px;
}
.blogs-banner::after {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 39, 24, 0.2)), to(rgba(18, 39, 24, 0.6)));
	background-image: linear-gradient(rgba(18, 39, 24, 0.2), rgba(18, 39, 24, 0.6));
	z-index: -1;
}
.blogs-banner__title {
	font-size: 48px;
	font-family: var(--primary-font);
	font-weight: 800;
	line-height: 1.1;
}
.blogs-banner__desc {
	max-width: 700px;
	margin: 15px auto 0 auto;
	font-size: 18px;
}
.blogs-category__list {
	text-align: center;
	margin-bottom: 50px;
	font-family: var(--primary-font);
}
.blogs-category__item {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;
	color: #999;
	margin-right: 40px;
}
.blogs-category__item.active, .blogs-category__item:hover {
	color: #000;
}
@media (max-width: 991px) {
	.blogs .box-col-left {
		margin-bottom: 30px;
	}
}
.blogs-detail__title {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: var(--primary-font);
}
.blogs-detail__content {
	font-size: 1.8rem;
}
.blogs-detail__content ul {
	list-style: disc;
	margin-left: 20px;
}
.blogs-detail__content blockquote {
	font-family: var(--primary-font);
	font-size: 2.7rem;
	line-height: 1.3;
}

.posts-swiper .card-blog {
	margin-bottom: 0;
}

.card-blog {
	position: relative;
	margin-bottom: 30px;
}
.card-blog .box-image {
	overflow: hidden;
	border-radius: 16px;
}
.card-blog .box-image::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.card-blog .box-image img {
	transition: all 0.3s ease-in-out;
}
.card-blog .box-content {
	padding: 15px 0;
}
.card-blog .box-content .item-title {
	color: var(--normal-color);
	font-size: 1.8rem;
	font-weight: 600;
}
.card-blog .box-content .item-title a {
	color: inherit;
	cursor: pointer;
}
.card-blog .box-content .item-info {
	font-size: 1.4rem;
	margin-top: 5px;
}
.card-blog .box-content .item-info i {
	color: var(--primary-color);
	font-weight: bold;
}
.card-blog .box-content .item-cate {
	background-color: rgba(0, 0, 0, 0.1);
	line-height: 1;
	padding: 3px 6px;
	border-radius: 3px;
}
.card-blog .box-content .item-desc {
	margin-top: 5px;
	color: #787878;
	font-size: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.card-blog:hover .box-image img {
	transform: scale(1.05);
}
.card-blog:hover .box-content .item-title {
	color: var(--primary-color);
}
.card-blog.--hoz .box-image {
	flex: 0 0 30%;
	border-radius: 15px;
}
.card-blog.--hoz .box-content {
	flex: 1;
	border-radius: 0;
	padding: 15px 20px 15px 25px;
}
@media (max-width: 768px) {
	.card-blog.--hoz .box-content {
		padding: 15px 0;
	}
}

.toc-menu {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	display: table;
	margin-bottom: 1em;
	padding: 10px 20px 10px 10px;
	position: relative;
	width: auto;
}
.toc-menu .toc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toc-menu .toc-list {
	list-style: none;
	padding: 0;
	margin-top: 12px;
	transition: max-height 0.3s ease, opacity 0.2s ease;
	overflow: hidden;
}
.toc-menu ul li a {
	font-size: 16px;
	font-weight: 500;
}
.toc-menu ul .toc-h3 {
	font-size: 15px;
	margin-left: 1.5em;
}
.toc-menu ul .toc-h3 a {
	color: #9f9f9f;
}
.toc-menu.collapsed .toc-list {
	max-height: 0;
	opacity: 0;
	margin-top: 0;
}

.box-cms-img {
	position: relative;
	height: 500px;
	overflow: hidden;
	border-radius: 16px;
}
.box-cms-img::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.box-cms-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-cms-img a {
	position: absolute;
	width: max-content;
	display: flex;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	align-items: center;
	gap: 10px;
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 40px;
	z-index: 10;
}
.box-cms-img a i {
	font-size: 28px;
	transition: all 0.4s;
}
.box-cms-img a:hover i {
	transform: translateX(5px);
	transition: all 0.4s;
}

.mice-introduce .box-image img,
.mice-introduce .box-image iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 350px;
}
.mice-introduce .box-content {
	display: block;
}
.mice-introduce .box-desc {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.mice-progress-list {
	margin-top: 0.25rem;
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	padding-top: 4rem;
	padding-bottom: 3.5rem;
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, rgba(166, 166, 166, 0.05), #321a08, rgba(166, 166, 166, 0.05));
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.mice-progress-list .item {
	position: relative;
	z-index: 50;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	border-radius: 1rem;
	padding: 5rem 2rem 1rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.21;
	font-weight: 600;
	color: #321a08;
	background-color: #ececec;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.3s;
}
.mice-progress-list .item::before {
	content: "";
	height: 2.8rem;
	width: 2.8rem;
	position: absolute;
	bottom: 0;
	z-index: -10;
	transform: translate(0, 50%) rotate(45deg);
	background-color: #ececec;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.3s;
}
.mice-progress-list .item::after {
	content: "";
	height: 0;
	width: 2.8rem;
	border-width: 1px;
	border-style: dashed;
	border-color: #ececec;
	position: absolute;
	bottom: -3.6rem;
	z-index: -10;
	transform: translate(0, 50%) rotate(90deg);
}
.mice-progress-list .item-number {
	width: 7rem;
	height: 7rem;
	border-radius: 9999px;
	background-color: rgba(255, 210, 21, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	transform: translate(0, -50%);
}
.mice-progress-list .item-number > div {
	display: flex;
	height: 5.6rem;
	width: 5.6rem;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: #ffd215;
	font-size: 2.4rem;
	line-height: 1.21;
	font-weight: 700;
	color: #4b280c;
}
.mice-progress-list .item-icon i,
.mice-progress-list .item-icon img {
	font-size: 20px;
	width: 32px;
	height: 32px;
	color: transparent;
}
.mice-progress-list .item-title {
	font-size: 1.6rem;
	font-weight: 600;
}
.mice-progress-list .item-circle {
	width: 0.9375rem;
	height: 0.9375rem;
	border-radius: 9999px;
	background-image: linear-gradient(to top, #fff6cb, #ffd215);
	position: absolute;
	bottom: -3.5rem;
	z-index: 10;
	--tw-translate-y: 50%;
	transform: translate(0, 50%);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.3s;
}
.mice-progress-list .item:hover {
	background-color: var(--primary-color);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.mice-progress-list .item:hover::before {
	background-color: var(--primary-color);
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.mice-progress-list .item:hover::after {
	border-width: 2px;
	border-color: #fff6cb;
}
.mice-progress-list .item:hover .item-title {
	color: #fff;
}
@media (max-width: 767px) {
	.mice-progress-list {
		border-style: none;
		padding-top: 4.4rem;
		padding-bottom: 0;
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		row-gap: 4.4rem;
	}
	.mice-progress-list .item {
		grid-column: span 6/span 6;
		gap: 1.6rem;
		padding: 3.2rem 1.6rem 1.2rem;
		font-size: 1.2rem;
		line-height: 1.21;
		font-weight: 600;
	}
	.mice-progress-list .item::before, .mice-progress-list .item::after {
		display: none;
	}
	.mice-progress-list .item:last-child {
		grid-column: 4/span 6;
	}
	.mice-progress-list .item-number {
		width: 4.8rem;
		height: 4.8rem;
	}
	.mice-progress-list .item-number > div {
		height: 3.6rem;
		width: 3.6rem;
		font-size: 1.6rem;
		line-height: 1.21;
		font-weight: 700;
	}
	.mice-progress-list .item-icon i,
	.mice-progress-list .item-icon img {
		font-size: 1.6rem;
		width: 24px;
		height: 24px;
	}
	.mice-progress-list .item-circle {
		display: none;
	}
}
.mice-buildtour-wrap {
	background-color: #f6f7f8;
	padding: 30px;
	border-radius: 10px;
	font-size: 1.6rem;
}
@media (min-width: 992px) {
	.mice-buildtour-wrap {
		padding: 50px 30px 30px;
	}
}
.mice-buildtour-inner .custom-form-head {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.mice-buildtour-inner .form-group {
	margin-bottom: 20px;
}
.mice-buildtour-inner .form-group > label {
	font-weight: 600;
	text-transform: capitalize;
}
.mice-buildtour-inner .form-btn {
	text-align: center;
}
.mice-buildtour-inner .form-btn .btn {
	padding-left: 50px;
	padding-right: 50px;
}

.service {
	position: relative;
}
.service-form {
	margin-top: 50px;
	margin-bottom: 50px;
}
.service-form-book {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
}
.service-form-book .form-head {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.backtotop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 100;
	display: none;
}
.backtotop span {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #DCFCE7;
	padding: 8px;
	border-radius: 8px;
	color: var(--primary-color);
	font-size: 1.8rem;
	cursor: pointer;
}
.backtotop.show {
	display: block;
}

.fixed-contact {
	position: fixed;
	bottom: 55px;
	right: 20px;
	z-index: 9;
}
.fixed-contact .box-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	transition: all 0.2s ease-in-out;
}
.fixed-contact .box-item.--v2 {
	border-radius: 50%;
	color: #fff;
	font-size: 1.8rem;
	background-color: var(--primary-color);
}
.fixed-contact .box-item.--phone {
	background: #eb5254;
	position: relative;
	margin-bottom: 16px;
}
.fixed-contact .box-item.--phone i {
	animation-name: lac;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.fixed-contact .box-item.--phone::before, .fixed-contact .box-item.--phone::after {
	content: "";
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	animation-iteration-count: infinite;
}
.fixed-contact .box-item.--phone::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: solid 1px rgba(235, 82, 84, 0.6);
	animation-name: zoomin;
	animation-duration: 1.5s;
}
.fixed-contact .box-item.--phone::after {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: rgba(235, 82, 84, 0.6);
	z-index: -1;
	animation-name: zoomout;
	animation-duration: 1s;
	animation-direction: alternate;
}

.footer {
	padding: 60px 0;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-color: #efefef;
}
.footer-head {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-info {
	display: flex;
	font-size: 1.6rem;
	margin-bottom: 12px;
}
.footer-info__icon {
	flex: 0 0 20px;
	width: 20px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
}
@media (max-width: 992px) {
	.footer-info {
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.footer-info {
		font-size: 1.4rem;
	}
}
.footer-nav ul li {
	margin-bottom: 16px;
}
.footer-nav ul li a {
	display: flex;
	font-size: 1.6rem;
	align-items: center;
	transition: 0.2s ease-in-out;
}
.footer-nav ul li a::before {
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(../images/arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 8px;
}
@media (max-width: 768px) {
	.footer-nav ul li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 992px) {
	.footer-nav ul li {
		margin-bottom: 10px;
	}
}
.footer-logo {
	display: inline-block;
	margin-bottom: 30px;
}
.footer-logo img {
	max-height: 80px;
}
@media (max-width: 992px) {
	.footer-logo {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.footer {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

.social {
	display: flex;
	align-items: center;
}
.social-item {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	margin-right: 12px;
	border-radius: 50%;
	background-color: var(--primary-color);
	transition: 0.2s ease-in-out;
}
.social-item:last-child {
	margin-right: 0;
}
.social-item.facebook {
	background-color: #1877F2;
}
.social-item.youtube {
	background-color: #FF0000;
}
.social-item.tiktok {
	background-color: #010101;
}
.social-item svg {
	width: 16px;
	fill: currentColor;
}
.social-item:hover {
	color: #fff;
	background-color: var(--second-color);
}

.icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.icon-messenger {
	background-image: url(../images/messenger.png);
	width: 40px;
	height: 40px;
}

.icon-zalo {
	background-image: url(../images/zalo.webp);
	width: 40px;
	height: 40px;
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 767px) {
	.blogs-list .row > .box-col:nth-child(n+3) {
		display: none;
	}
	.blogs-list > .blogs-item:nth-child(n+3) {
		display: none;
	}
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
	background-color: rgba(255,255,255,1);
	display: flex;
	align-items: center;
	padding: 8px;
	gap: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}
.fixed-bottom .item{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.size-14 {
    width: 3.5rem;
    height: 3.5rem;
}

.searchform-mobile{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: .1s linear;
	opacity: 0;
    visibility: hidden;
}
.searchform-mobile.active{
	opacity: 1;
    visibility: visible;
	height: 100%;
}
.searchform-overlay{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 1000;
    position: fixed;
}
.searchform-content{
    width: 100%;
    height: 95%;
    position: relative;
    background: #fff !important;
    z-index: 1000;
    border-radius: 2rem 2rem 0 0;
}
.searchform-content .divider{
    margin: .5rem 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}
.searchform-head{
	padding: 2rem 2rem 0;
    display: flex;
    justify-content: flex-end;
}
.searchform-content .form-group{
	margin-bottom: 15px;
}
.searchform-content .btn-submit{
	width: 100%;
}
.brands-slider .item{
	aspect-ratio: 1/1;
	text-align: center;
}
.brands-slider .item img{
	height: 100%;
	max-height: 130px;
	object-fit: contain;
}