:root {
	--theme-color: #3cb371;
	--title-color: #161921;
	--body-color: #687179;
	--smoke-color: #F5F5F5;
	--smoke-color2: #EBFFF4;
	--black-color: #000000;
	--white-color: #ffffff;
	--light-color: #72849B;
	--brand-gold: #c5b358;
	--yellow-color: #FFB539;
	--text-dark: #333;
	--text-light: #686868;
	--border-color: #f0f0f0;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #E4E4E4;
	--title-font: 'SF Pro Display';
	--body-font: 'SF Pro Display';
	--style-font: 'SF Pro Display';
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1200px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 60px;
	--ripple-ani-duration: 5s
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/frontend/font/SFPRODISPLAYREGULAR.OTF') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/frontend/font/SFPRODISPLAYBOLD.OTF') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/frontend/font/SFPRODISPLAYREGULARITALIC.OTF') format('opentype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/frontend/font/SFPRODISPLAYBOLDITALIC.OTF') format('opentype');
	font-weight: 700;
	font-style: italic;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'SF Pro Display', sans-serif;
	top: 0 !important;
	overflow-x: hidden;
}

body.no-scroll {
	overflow: hidden;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover,
a:focus,
a.active {
	text-decoration: none;
}

img {
	width: 100%;
	object-fit: cover;
}

p {
	margin-bottom: 0;
}

button {
	border: none;
}

.text-banner {
	font-size: 2.5rem;
	font-weight: bold;
}

.section-title {
	font-weight: 600;
}

.bg-smoke {
	background-color: var(--smoke-color) !important;
}

.inner {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}

section.page-banner .page-banner-title {
	padding: 150px 0;
	background-color: #00000069
}

section.page-banner .page-banner-title h2 {
	color: #fff;
	font-size: 34px
}

.rate-view {
	display: inline-flex;
}

.rate-view .star {
	font-size: 18px;
	color: #ccc;
	margin: 0 2px;
}

.rate-view .star.active {
	color: #F9C108;
}


select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	border-color: var(--brand-gold);
}

button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
	outline: none;
}

/* paginate */
.pagination-container {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	font-family: "Inter", sans-serif;
}

.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

.pagination-item {
	margin: 0;
}

.pagination-link {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	transition: background-color 0.3s ease, color 0.3s ease;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	border-right: none;
}

.pagination-item:first-child .pagination-link {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.pagination-item:last-child .pagination-link {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-right: 1px solid #e0e0e0;
}

.pagination-link:hover {
	background-color: #f0f0f0;
	color: #333;
}

.pagination-item.active .pagination-link {
	background-color: #ff6600;
	color: #fff;
	border-color: #ff6600;
}

.pagination-item.active .pagination-link:hover {
	background-color: #e65c00;
	color: #fff;
}

.banner-page img {
	max-height: 33.125rem;
}

@media (max-width: 600px) {
	.pagination-link {
		padding: 10px 15px;
		font-size: 14px;
	}
}

/* end paginate */

/* start header */
.main-header {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background-image: url('/frontend/images/clear-08.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.main-header .nav-control {
		width: 100%;
		justify-content: space-between;
	}

	.hamburger {
		width: 6rem;
	}
}

.main-header .nav-control .hamburger {
	cursor: pointer;
}

.main-header .nav-control .hamburger .item {
	width: 28px;
	height: 2px;
	background: #000;
	margin: 6px 0;
}

.main-header .nav-control img {
	max-height: 5.5rem;
	max-width: 5.5rem;
}

.main-header .main-menu nav ul li {
	display: inline-block;
	position: relative;
}

.main-header .main-menu nav ul li a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 25px 0;
	margin-right: 20px;
	color: var(--black-color);
	display: flex;
	align-items: center;
}

.main-header .main-menu nav ul li a i {
	color: var(--black-color);
	margin-left: 5px;
}

.main-header .main-menu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	padding: 3px 0px;
	display: none;
	background-color: var(--white-color);
	border-bottom: 3px solid var(--brand-gold);
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	z-index: 10;
}

.main-header .main-menu nav ul li:hover ul.sub-menu {
	display: block;
	visibility: visible;
}

.main-header .main-menu nav ul li:hover ul.sub-menu.grid-item,
.main-header .main-menu ul.sub-menu li:hover>.sub-menu-child.grid-item {
	visibility: visible;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 200%;
	column-gap: 10px;
}

.main-header .main-menu nav ul li:hover ul.sub-menu li {
	display: block;
	visibility: visible;
	width: 100%;
}

.main-header .main-menu ul.sub-menu .sub-menu-child {
	position: absolute;
	text-align: left;
	top: 0;
	left: 100%;
	visibility: hidden;
	min-width: 230px;
	padding: 3px 0px;
	display: none;
	background-color: var(--white-color);
	border-bottom: 3px solid var(--brand-gold);
	box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
	z-index: 10;
}

.main-header .main-menu ul.sub-menu li:hover>.sub-menu-child {
	display: block;
	visibility: visible;
}

.main-header .main-menu nav ul li ul li a {
	font-size: 14px;
	text-transform: unset;
	color: var(--black-color);
	padding: 5px 10px;
	font-weight: 400;
	width: 100%;
	position: relative;
}

.main-header .main-menu nav ul li ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0%;
	background-color: var(--brand-gold);
	transition: width 0.3s ease;
}

.main-header .main-menu nav ul li ul li a:hover:after {
	width: 100%;
}

.main-header .btn-required-plan {
	background-color: #ea5b31;
	color: var(--white-color);
	border-radius: 5px;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 8px 24px;
	font-size: 1rem;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.main-header .btn-required-plan {
		font-size: 0.8rem;
		padding: 5px;
	}
}

.main-header .main-menu .hotline svg {
	width: 26px;
	height: 26px;
	fill: #25d366;
}

/* end header */

/* start side-bar  */

.main-sidebar {
	position: fixed;
	z-index: 10;
	height: 100%;
	width: 430px;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(-100%);
	padding: 0.9rem;
	overflow-y: scroll;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
	.main-sidebar {
		width: 100%;
	}
}

.main-sidebar.show {
	transform: translateX(0%);
}

.main-sidebar .content p {
	padding: 0;
}

.main-sidebar .close-sidebar button {
	border: none;
	background: transparent;
	font-size: 17px;
}

.main-sidebar ul {
	margin: 0;
	list-style: none;
}

.main-sidebar .infomation {
	padding: 15px;
}

.main-sidebar .infomation .info-item {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--border-color);
}

.main-sidebar .infomation .info-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.main-sidebar .infomation .info-item.header_top img {
	height: 170px;
	width: auto;
}

.main-sidebar .infomation .header_top .header_top-description {
	font-size: 1rem;
	color: var(--text-light);
	margin-top: 10px;
}

.main-sidebar .infomation .info-item.gallery img {
	height: 75px;
	margin-bottom: 15px;
	border-radius: 8px;
}

.main-sidebar .infomation .info-item h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--text-dark);
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	padding-bottom: 0.5rem;
}

.main-sidebar .infomation .info-item h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10%;
	height: 3px;
	background-color: var(--brand-gold);
}

.main-sidebar .infomation .info-item.contacts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-sidebar .infomation .info-item.contacts ul li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 1rem;
	width: 100%;
}

.main-sidebar .infomation .info-item.contacts ul li i {
	font-size: 1rem;
	color: var(--brand-gold);
	margin-top: 5px;
	width: 20px;
	text-align: center;
}

.main-sidebar .infomation .info-item.contacts ul li .contact-info {
	flex: 1;
}

.main-sidebar .infomation .info-item.contacts ul li strong {
	display: block;
	font-weight: 600;
	color: var(--text-dark);
	margin-bottom: 0.25rem;
}

.main-sidebar .infomation .info-item.contacts ul li .content,
.main-sidebar .infomation .info-item.contacts ul li .content p,
.main-sidebar .infomation .info-item.contacts ul li .content a {
	font-size: 0.95rem;
	color: var(--text-light);
	text-decoration: none;
	transition: color 0.3s ease;
}

.main-sidebar .infomation .info-item.contacts ul li .content a:hover {
	color: var(--brand-gold);
}

.main-sidebar .infomation .info-item.social ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.main-sidebar .infomation .info-item.social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	transition: all 0.3s ease;
}

.main-sidebar .infomation .info-item.social i {
	font-size: 1.1rem;
	color: var(--text-light);
	transition: color 0.3s ease;
}

.main-sidebar .infomation .info-item.social svg {
	width: 1.5rem;
	fill: var(--text-light);
	transition: color 0.3s ease;
}

.main-sidebar .infomation .info-item.social a:hover {
	border-color: var(--brand-gold);
	background-color: var(--brand-gold);
}

.main-sidebar .infomation .info-item.social a:hover i {
	color: var(--white-color);
}

.main-sidebar .infomation .info-item.social a:hover svg {
	fill: var(--white-color);
}

.main-sidebar .sidebar-menu nav {
	padding: 5px 0 20px;
	border-bottom: 1px solid #efefef;
}

.main-sidebar .sidebar-menu nav ul {
	display: flex;
	flex-direction: column;
}

.main-sidebar .sidebar-menu nav ul li a {
	font-size: 1rem;
	padding: 10px 0px;
	font-weight: 600;
	color: var(--black-color);
	text-transform: none;
	width: 100%;
	line-height: normal;
	justify-content: space-between;
}

.main-sidebar .sidebar-menu nav ul li a i {
	height: 1.75rem;
	color: #000000;
}

.main-sidebar .sidebar-menu nav ul li ul {
	display: none;
}

.main-sidebar .sidebar-menu nav ul li.show ul li {
	padding-left: 1.5rem;
}

.main-sidebar .sidebar-menu nav ul li.show ul li a {
	display: flex;
	font-size: 14px;
	padding: 10px 0px;
	font-weight: 500;
	color: var(--black-color);
	text-transform: none;
	width: 100%;
	line-height: normal;
	justify-content: space-between;
	align-items: center;
}

.main-sidebar .sidebar-menu nav ul li .menu-child-three a {
	width: auto !important;
}

.main-sidebar .sidebar-menu nav ul li .menu-child-three i {
	padding: 0 1rem;
}

.main-sidebar .sidebar-menu .pro-footer {
	margin-top: 20px;
}

.main-sidebar .sidebar-menu .pro-footer svg {
	width: 1.5rem;
	height: 100%;
}

.main-sidebar .sidebar-menu .contact {
	margin-bottom: 1.3rem;
}

.main-sidebar .sidebar-menu .contact .content,
.main-sidebar .sidebar-menu .contact .content p {
	font-size: 0.875rem;
	font-weight: 400;
	color: var(--text-light);
}

.main-sidebar .sidebar-menu .contact .title,
.main-sidebar .sidebar-menu .social h5 {
	font-size: 0.875rem;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
	padding-bottom: 0.1rem
}

.main-sidebar .sidebar-menu .contact .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7%;
	height: 1px;
	background-color: var(--brand-gold);
}

.main-sidebar .sidebar-menu .social a {
	padding: 0 10px;
}

.main-sidebar .sidebar-menu .social a i {
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	color: var(--text-dark);
}

/* end side-bar */

/* card gallery common */
.photos-top {
	margin-bottom: 3rem;
}

.photos-top .description-photo {
	margin-bottom: 1.5rem;
}

.photos-top a {
	padding: 10px 25px;
	border: 1px solid var(--brand-gold);
	border-radius: 20px;
	color: var(--brand-gold);
	line-height: 1;
}

.photos-top a:hover {
	color: var(--white-color);
	background-color: var(--brand-gold);
}

.card-gallery {
	background-color: var(--white-color);
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.card-gallery:hover {
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-gallery .image-container {
	position: relative;
	cursor: pointer;
}

.card-gallery .image-container img {
	height: 18rem;
	width: 100%;
	object-fit: cover;
	display: block;
}

.card-gallery .overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: scaleX(0);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.3s ease;
	z-index: 1;
}

.card-gallery .image-container:hover .overlay {
	transform: scaleX(1);
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.55);
}

.card-gallery .overlay-content {
	padding: 0.5rem;
	background-color: rgba(255, 255, 255, 0.97);
	border-radius: 0.375rem;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.08), 0 1px 2px -1px rgba(0, 0, 0, 0.05);
	text-align: center;
	transform: translateY(10px) scale(0.9);
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s ease-in-out;
	opacity: 0;
}

.card-gallery .image-container:hover .overlay-content {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.card-gallery .overlay-content .text-see-more {
	font-size: 0.875rem;
	font-weight: 500;
	color: #312e81;
	letter-spacing: 0.01em;
	padding-bottom: 0;
}

.card-gallery .overlay-content .text-image-count {
	font-size: 0.875rem;
	color: #4b5563;
	margin-top: 0.1rem;
	font-weight: 400;
	padding-bottom: 0;
}

.card-gallery .caption {
	padding: 1rem;
	text-align: center;
	background: var(--white-color);
}

.card-gallery .caption h3 {
	font-size: 1rem;
	font-weight: 600;
	color: #1a202c;
	margin-bottom: 0.15rem;
	letter-spacing: -0.005em;
}

.card-gallery .caption p {
	font-size: 0.875rem;
	color: #52525b;
	font-weight: 400;
	line-height: 1.45;
}

/* end card gallery common */

/* modal */


/* tour  */
.tour-card {
	margin-top: 30px;
	border-radius: 10px;
	background-color: var(--white-color);
	box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05)
}

.tour-card__img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative
}

.tour-card__img img {
	width: 100%;
	height: 200px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.tour-card__rating {
	color: var(--yellow-color)
}

.tour-card__rating i {
	font-size: 13px;
	margin-left: 2px
}

.tour-card__top,
.tour-card__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tour-card__top {
	margin-top: -0.3em
}

.tour-card__bottom {
	border-top: 1px dashed #bdbdbd;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px
}

.tour-card__location {
	font-size: 14px;
	color: var(--body-color)
}

.tour-card__location i {
	color: var(--brand-gold);
	margin-right: 3px
}

.tour-card__location:hover {
	color: var(--brand-gold)
}

.tour-card__rating {
	color: var(--yellow-color)
}

.tour-card__rating i {
	font-size: 13px;
	margin-left: 2px
}

.tour-card__tag {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 16px;
	color: var(--white-color);
	background-color: rgba(22, 25, 33, 0.8);
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 31px;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.tour-card__tag:hover {
	background-color: var(--brand-gold)
}

.tour-card__title {
	margin-bottom: 17px;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 12px
}

.tour-card__title a {
	color: inherit;
	font-weight: 500;
}

.tour-card__title a:hover {
	color: var(--brand-gold)
}

.tour-card__content {
	padding: 25px 25px 0 25px
}

.tour-card__price {
	margin-bottom: 0
}

.tour-card .price {
	color: var(--brand-gold);
	font-weight: 500
}

.tour-card .link-btn {
	font-weight: 500;
	font-size: 14px;
	color: var(--body-color)
}

.tour-card .link-btn i {
	color: var(--brand-gold)
}

.tour-card .link-btn:hover {
	color: var(--brand-gold)
}

.tour-card:hover .tour-card__img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

@media (max-width: 1399px) {
	.tour-card__content {
		padding: 25px 15px 0 15px
	}
}

@media (max-width: 1199px) {
	.tour-card__content {
		padding: 25px 25px 0 25px
	}
}

.tour-meta {
	display: inline-block
}

.tour-meta a,
.tour-meta span {
	font-size: 14px
}

.tour-meta a:not(:last-child),
.tour-meta span:not(:last-child) {
	margin-right: 25px
}

.tour-meta a i,
.tour-meta span i {
	padding-right: 5px;
	color: var(--brand-gold)
}


/* footer */
.footer-wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.footer-wrapper .widget-area {
	padding-top: 100px;
	padding-bottom: 46px
}


.footer-wrapper .copyright-wrap {
	padding: 18px 0;
	background-color: #262A36
}

.footer-wrapper .copyright-wrap .copyright-text {
	color: var(--white-color)
}

.footer-wrapper .copyright-wrap .copyright-text a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.footer-wrapper .copyright-wrap .copyright-text a:hover {
	color: var(--theme-color)
}

.footer-wrapper .copyright-wrap.bg-title .copyright-text a:hover {
	color: var(--theme-color)
}

.footer-wrapper .newsletter-top {
	border-bottom: 1px solid #E1E4E6;
	margin-bottom: 62px;
	padding-bottom: 50px
}

.footer-wrapper .newsletter-top .newsletter-title {
	font-size: 40px;
	font-weight: 600
}

@media (max-width: 1199px) {
	.footer-wrapper .newsletter-top .newsletter-title {
		font-size: 30px
	}
}

@media (max-width: 991px) {
	.footer-wrapper .newsletter-top .newsletter-title {
		text-align: center
	}
}

.footer-wrapper .newsletter-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	max-width: 660px;
	margin-left: auto
}

@media (max-width: 480px) {
	.footer-wrapper .newsletter-form {
		display: block
	}
}

.footer-wrapper .newsletter-form .th-btn {
	min-width: 227px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background-color: var(--white-color);
	color: #113d48;
	font-weight: 500;
	/* background-color: var(--theme-color);
	color: var(--white-color); */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	border: none;
	font-size: 16px;
	padding: 18.8px 35px;
	border-radius: 48px;
	cursor: pointer;
	transition: all 0.3s 0s ease-out;
	gap: 8px;
}

.footer-wrapper .newsletter-form .th-btn:hover {
	background-color: #637b83;
	color: var(--white-color);
	border: 1px solid #637b83;
}

@media (max-width: 480px) {
	.footer-wrapper .newsletter-form .th-btn {
		min-width: 100%;
		margin-top: 20px
	}
}

.footer-wrapper .newsletter-form.style2 input {
	background-color: transparent;
	border: 1px solid var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input::-moz-placeholder {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input::-webkit-input-placeholder {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input:-ms-input-placeholder {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input::-ms-input-placeholder {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input::placeholder {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form.style2 input:focus {
	color: var(--white-color)
}

.footer-wrapper .newsletter-form input {
	border: 1px solid #6E7070;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	height: 64px;
	border-radius: 32px
}

.footer-wrapper .footer-card .title {
	font-weight: 400;
	font-size: 16px;
	color: var(--white-color);
	margin-right: 16px;
}

.footer-wrapper .footer-card img {
	height: 1rem;
	width: auto
}

.footer-layout2 {
	--body-color: #E9F6F9
}

.footer-layout2 .newsletter-top {
	border-bottom: 1px solid rgba(233, 246, 249, 0.2)
}

.footer-layout2 .widget-area {
	padding-bottom: 70px
}

@media (max-width: 991px) {
	.footer-layout2 .widget-area {
		padding-bottom: 30px
	}
}

.footer-layout2 .footer-widget .widget_title {
	color: var(--white-color)
}

.footer-layout2 .footer-widget.widget_nav_menu a {
	font-weight: 300
}

.footer-layout2 .about-text {
	color: #E9F6F9;
	font-weight: 300;
	margin-bottom: 22px
}

.footer-layout2 .th-social a {
	--icon-size: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	color: var(--white-color);
	margin-right: 10px
}

.footer-layout2 .th-social a:hover {
	background-color: var(--theme-color)
}

@media (max-width: 1299px) {
	.footer-layout2 .th-social a {
		margin-right: 5px
	}
}

.footer-layout2 .info-box_text .icon {
	color: var(--white-color);
	background-color: rgba(255, 255, 255, 0.2)
}

.footer-layout2 .info-box_text .icon:hover {
	background-color: var(--theme-color)
}

.footer-layout2 .info-box_text .icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.footer-layout2 .copyright-wrap {
	background-color: transparent;
	border-top: 1px solid rgba(233, 246, 249, 0.2);
	padding: 18px 0
}

.footer-layout2 .copyright-wrap .copyright-text {
	font-size: 14px
}

.footer-layout2 .copyright-wrap .copyright-text a {
	color: var(--white-color)
}

.footer-layout2 .footer-widget.widget_nav_menu a:not(:hover) {
	color: #E9F6F9
}

.footer-layout2 {
	background-color: #113D48;
}

.footer-layout2 .newsletter-top {
	border-bottom: 1px solid rgba(233, 246, 249, 0.2)
}

.footer-layout2 .widget-area {
	padding-bottom: 70px
}

@media (max-width: 991px) {
	.footer-layout2 .widget-area {
		padding-bottom: 30px
	}
}

.footer-layout2 .about-text {
	color: #E9F6F9;
	font-weight: 300;
	margin-bottom: 22px
}

.footer-layout2 .th-social a {
	--icon-size: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	color: var(--white-color);
	margin-right: 10px
}

.footer-layout2 .th-social a svg {
	fill: var(--white-color);
	width: 1.5rem;
	height: 1.5rem;
}

.footer-layout2 .th-social a:hover {
	background-color: #637b83
}

@media (max-width: 1299px) {
	.footer-layout2 .th-social a {
		margin-right: 5px
	}
}

.footer-layout2 .info-box_text .icon {
	color: var(--white-color);
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-layout2 .info-box_text .icon:hover {
	background-color: var(--theme-color)
}

.footer-layout2 .info-box_text .icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.th-social a {
	display: inline-block;
	width: var(--icon-size, 32px);
	height: var(--icon-size, 32px);
	line-height: var(--icon-size, 32px);
	background-color: #E9F6F9;
	color: var(--theme-color);
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.th-social a:last-child {
	margin-right: 0
}

.th-social a:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.th-social a:hover svg {
	-webkit-animation: slideTop 0.5s;
	animation: slideTop 0.5s
}

.th-social.color-theme a {
	color: var(--body-color);
	border-color: var(--theme-color)
}

.footer-widget {
	margin-bottom: 50px
}

.footer-widget,
.footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
	box-shadow: none
}

.footer-widget .form-group>svg {
	color: var(--theme-color);
	top: 18px
}

.footer-widget .widget_title {
	padding: 0;
	margin: -0.12em 0 30px 0
}

.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
	display: none
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
	margin-top: -4px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
	margin-bottom: -4px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 21px;
	font-family: var(--body-font);
	color: #888C97;
	display: block;
	max-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 0 0 20px;
	background-color: transparent;
	border-bottom: none;
	position: relative
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
	content: "\f105";
	position: absolute;
	font-weight: 600;
	left: 0;
	top: 2px;
	font-family: var(--icon-font);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: 0.9em;
	background-color: transparent;
	border: none;
	color: inherit
}

.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: var(--theme-color);
	box-shadow: none
}

.footer-widget.widget_meta a:hover:before,
.footer-widget.widget_pages a:hover:before,
.footer-widget.widget_archive a:hover:before,
.footer-widget.widget_categories a:hover:before,
.footer-widget.widget_nav_menu a:hover:before {
	color: var(--theme-color)
}

.footer-widget.widget_meta li>span,
.footer-widget.widget_pages li>span,
.footer-widget.widget_archive li>span,
.footer-widget.widget_categories li>span,
.footer-widget.widget_nav_menu li>span {
	width: auto;
	height: auto;
	position: relative;
	background-color: transparent;
	color: var(--body-color);
	line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0
}

.footer-widget .recent-post {
	max-width: 300px;
	margin-top: -0.4em;
	margin-bottom: 20px
}

.footer-widget .recent-post .media-img {
	max-width: 74px
}

.footer-widget .recent-post .media-img:after {
	line-height: 74px
}

.footer-widget .recent-post .post-title {
	color: var(--white-color);
	font-weight: 500
}

.footer-widget .recent-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
	font-weight: 400;
	line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta svg {
	color: var(--theme-color)
}

.footer-widget .recent-post .recent-post-meta a:hover svg {
	color: var(--theme-color)
}

.widget-area {
	padding-top: 100px;
	padding-bottom: 46px
}

.th-widget-contact {
	max-width: 260px;
	margin-bottom: -0.4em;
}

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
	content: "\f054";
	position: absolute;
	font-weight: 600;
	left: 0;
	top: 2px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	font-size: 0.9em;
	background-color: transparent;
	border: none;
	color: inherit;
}

.text-company {
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
}

.text-company:hover {
	color: #637b83;
}

.info-box_text {
	line-height: 1.75em;
	margin-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 16px
}

.info-box_text .icon {
	color: var(--body-color);
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 40px;
	height: 40px;
	line-height: 37px;
	background-color: #E9F6F9;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.info-box_text .icon img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.info-box_text .icon:hover {
	background-color: var(--theme-color)
}

.info-box_text .icon:hover img {
	-webkit-filter: contrast(0) brightness(2);
	filter: contrast(0) brightness(2)
}

.info-box_text .details {
	margin-top: -0.3em
}

.info-box_text .details p {
	margin-bottom: 0
}

.info-box_text .details,
.info-box_text p {
	color: #E9F6F9
}

.info-box_text:not(:last-child) {
	margin-bottom: 18px
}

.info-box_text .icon img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.sidebar-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 312px
}

@media (max-width: 991px) {
	.sidebar-gallery {
		max-width: 100%
	}
}

.sidebar-gallery .gallery-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--white-color);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px)
}

.sidebar-gallery .gallery-btn:hover {
	color: var(--theme-color)
}

.sidebar-gallery .gallery-thumb {
	overflow: hidden;
	position: relative
}

.sidebar-gallery .gallery-thumb:before {
	content: '';
	height: auto;
	width: 0;
	background-color: var(--title-color);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

.sidebar-gallery .gallery-thumb img {
	width: 100%;
	border-radius: 4px
}

.sidebar-gallery .gallery-thumb:hover:before {
	opacity: 0.8;
	padding-top: 135%;
	width: 135%;
	border-radius: 35%
}

.sidebar-gallery .gallery-thumb:hover .gallery-btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sidebar-gallery .wp-block-image {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	width: 100% !important
}

.sidebar-gallery .wp-block-image img {
	width: 100%
}

.widget_title {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	line-height: 1em;
	margin: -0.12em 0 30px 0
}

/* 404 */
#notfound {
	position: relative;
	height: 65vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-404 {
	position: relative;
	height: 240px;
}

.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 252px;
	font-weight: 900;
	margin: 0px;
	color: #262626;
	text-transform: uppercase;
	letter-spacing: -40px;
	margin-left: -20px;
}

.notfound .notfound-404 h1>span {
	text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
	font-family: 'Cabin', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	margin: 0px;
	letter-spacing: 3px;
	padding-left: 6px;
}

.notfound h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 200px;
	}

	.notfound .notfound-404 h1 {
		font-size: 200px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 162px;
	}

	.notfound .notfound-404 h1 {
		font-size: 162px;
		height: 150px;
		line-height: 162px;
	}

	.notfound h2 {
		font-size: 16px;
	}
}

.notfound .back-to-home {
	display: inline-block;
	padding: 12px 30px;
	font-weight: 700;
	background-color: transparent;
	color: #111;
	border: 2px solid #111;
	border-radius: 40px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	letter-spacing: 1px;
}

.notfound .back-to-home:hover {
	background-color: #111;
	color: #fff;
}

/* dịch */
#google_translate_element2,
.skiptranslate {
	display: none !important;
}

.gtranslate_wrapper .dropdown-divider {
	--bs-dropdown-divider-margin-y: 0.2rem
}

.gtranslate_wrapper .input-group {
	width: auto;
	min-width: 180px;
}

.gtranslate_wrapper #gtDropdown img {
	max-width: 2rem;
	max-height: 1.5rem;
}

.gtranslate_wrapper ul li a {
	font-size: 0.875rem;
}

.gtranslate_wrapper ul li img {
	width: 2rem;
}

@media (max-width: 768px) {
	.gtranslate_wrapper button {
		padding: 5px;
		font-size: 14px;
	}

	.gtranslate_wrapper button img {
		width: 20px;
		height: 16px;
	}

	.gtranslate_wrapper ul li a {
		padding: 4px 8px;
	}

	.gtranslate_wrapper ul li img {
		width: 1.5rem;
	}
}


.modal-overlay-custom {
	position: fixed;
	z-index: 50;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	transition: opacity 300ms ease-out;
	pointer-events: none;
}

.modal-overlay-custom.show {
	opacity: 1;
	pointer-events: auto;
}

.modal-content-custom {
	background-color: #fff;
	margin: 2.5% auto;
	padding: 1.25rem;
	border-radius: 0.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	width: 90%;
	max-width: 90vw;
	position: relative;
	opacity: 0;
	transform: scale(0.95);
	transition: all 300ms ease-out;
}

.modal-content-custom.show {
	opacity: 1;
	transform: scale(1);
	height: 90vh;
	overflow: scroll;
}

.modal-header-custom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.modal-header-custom a {
	width: fit-content;
	background-color: #ea5b31;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	display: block;
	height: unset;
}

.modal-title-custom {
	font-size: 2.25rem;
	font-weight: 600;
}

.modal-title-custom .green-text {
	color: #22c55e;
}

.modal-title-custom .gray-text {
	color: #9ca3af;
}

.close-button-custom {
	color: #6b7280;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	transition: color 200ms ease-in-out;
	position: absolute;
	top: -7px;
	right: 7px;
}

.close-button-custom:hover {
	color: black;
}

.modal-body-custom {
	padding-top: 1rem;
	overflow-y: auto;
	max-height: 90vh;
}

.image-grid-custom {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

@media (min-width: 358px) {
	.image-grid-custom {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (min-width: 640px) {
	.image-grid-custom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 991px) {
	.image-grid-custom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.image-grid-custom {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.image-grid-custom img {
	width: 100%;
	height: 30rem;
	object-fit: cover;
	border-radius: 0.375rem;
	cursor: pointer;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	transition: box-shadow 200ms ease-in-out;
}

.image-grid-custom img:hover {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 586px) {
	.tour-card__content {
		padding: 15px 10px 0 10px;
	}

	.tour-card__title {
		font-size: 16px;
	}

	.tour-meta a,
	.tour-meta span {
		font-size: 12px;
	}

	.tour-card__title a {
		color: inherit;
		font-weight: 500;
		line-height: 1.5;
		display: block;
	}

	.trip-card__title {
		font-size: 20px;
	}

	.trip-card .ot-btn {
		padding: 6px 15px;
		min-width: auto;
		font-size: 14px;
	}

	.service-card {
		margin-bottom: 20px;
	}

	.home .customer-slide {
		padding: 0px;
	}

	.travel-theme h2.title-travel {
		margin-bottom: 50px;
		display: none;
	}

	.stories {
		padding: 40px;
	}

	.text-banner {
		font-size: 28px;
	}

	.photos-top .description-photo {
		margin-bottom: 1.5rem;
		padding: 0px 30px;
	}

}