@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: "FS BlondeScript";
	src: url("../font/fs-blondescript-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}
:root {
	/*--add-font: "Poppins", sans-serif;*/
	--add-font: 'Roboto', sans-serif;
	--normal-font: "Montserrat", sans-serif;
	--second-font: "FS BlondeScript", sans-serif;
	--three-font: "Playfair Display", serif;
	--black-color: #000;
	--white-color: #fff;
	--box-shadow: #eae7f5;
	--white-text: #fff;
	--black-text: #000;
	--gray-text: #3b3b3b;
	--light-gray: #ccc;
	--border-color: #7d7d7d;
	--primary-color: #328488;
	--primary-color2: #3c847c;
	--second-color: #b99c72;
	--btn-color: #11afb6;
	--hover-btn-color: #33d5e2;
	--accent-color1: #2e871c;
	--accent-color: #328488;
	--sec-accent-color: #b99c72;
	--hover-accent-color: #d8bf9e;
	--color1: #11afb6;
	--color2: #eaf0ee;
	--color3: #6ababe;
	--color4: #b99c72;
	--color5: #d8bf9e;
	--color6: #a4d5d8;
	--color7: #33d5e2;
	--color8: #b79c8c;
	--color9: #328488;
	--color10: #3c847c;
}

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

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--add-font);
	line-height: 1.4;
}

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

ol,
ul {
	list-style: none;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: var(--add-font);
	font-size: 16px;
	color: #000;
	line-height: 1.4;
}

.add-font {
	font-family: var(--second-font);
}

.ov-hidden {
	overflow: hidden;
}

.container {
	max-width: 1360px;
	width: 90%;
}
@media(max-width:768px){
	.container{
		width: 100%;
	}
}
h1 {
	font-size: 1.625rem;
}

h2 {
	font-size: 1.4375rem;
}

h3 {
	font-size: 1.25rem;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
}

.tb-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (max-width: 768px) {
	.tb-space {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.row-collapse {
	margin-right: 0;
	margin-left: 0;
}
.row-collapse > div {
	padding-right: 0;
	padding-left: 0;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
	color: var(--primary-color);
}

.dropdown {
	cursor: pointer;
}

.text-field,
input[type=text],
input[type=date],
input[type=search],
input[type=password],
textarea,
input[type=email],
input[type=tel],
input[type=number] {
	border: 1px solid var(--light-gray);
	padding: 0 15px;
	font-size: 1rem;
	height: 40px;
	line-height: 40px;
	background: 0 0;
	box-sizing: border-box;
	font-family: inherit;
	width: 100%;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	border-radius: 2px;
}

select {
	height: 40px;
	width: 100%;
	padding: 0 20px 0 10px;
	margin-bottom: 25px;
	border-radius: 2px;
	border: 1px solid var(--light-gray);
	color: #000;
	background-color: #fff;
	background-image: url(../images/down-arrow.svg);
	background-position: calc(100% - 5px) 50%;
	background-repeat: no-repeat;
	background-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	font-size: 1rem;
}

textarea {
	height: auto;
}
.mt-40{
	margin-top: 40px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.btn {
	padding: 5px 25px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	cursor: pointer;
	font-size: 0.8125rem;
	font-family: inherit;
	background-color: var(--btn-color);
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1rem;
	border: none;
}
.btn:hover {
	background-color: var(--hover-btn-color);
	color: #fff;
}

.elementor-btn {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 1px;
	fill: #fff;
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 50px;
	padding: 20px 40px;
}
@media (max-width: 1024px) {
	.elementor-btn {
		font-size: 16px;
		padding: 22px 40px;
	}
}
@media (max-width: 767.98px) {
	.elementor-btn {
		padding: 18px 30px;
	}
}

.cafe-btn {
	height: 42px;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	letter-spacing: .25px;
	color: #fff;
	background: var(--btn-color);
	border: 0 !important;
	padding: 6px 35px !important;
	border-radius: 26px;
	text-transform: unset;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
}
.cafe-btn:hover {
	color: #fff;
}

.slick-arrow {
	z-index: 1;
}

.slick-next {
	right: 10px;
}
.slick-next::before {
	content: "\f054";
	font-family: fontawesome;
}

.slick-prev {
	left: 10px;
}
.slick-prev::before {
	content: "\f053";
	font-family: fontawesome;
}

.section-heading {
	position: relative;
}
.section-heading .sectitle {
	font-family: var(--second-font);
	font-size: 42px;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
@media (max-width: 767.98px) {
	.section-heading .sectitle {
		font-size: 30px;
	}
}
.section-heading .subtitle {
	font-size: 18px;
	text-align: center;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 40px;
}
@media (max-width: 767.98px) {
	.section-heading .subtitle {
		font-size: 16px;
	}
}
@media(max-width:1600px){
	.section-heading .subtitle{
		max-width: 1240px;
	}
}

.form-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.accent-color {
	color: var(--accent-color);
}
/*.wrapper{
overflow: hidden;
}*/
.body_loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.body_loading img {
	width: auto;
	height: 100px;
}
/* Header styles */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
	background: transparent;
	z-index: 999;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background: var(--second-color);
	z-index: 999;
}
.header.fixed .top-bar {
	display: none;
}

.top-bar {
	background: var(--sec-accent-color);
	padding: 10px 0;
	color: var(--white-text);
	font-size: 0.875rem;
}
.top-bar .container{
	width: 100%;
}
.top-bar a {
	color: var(--white-text);
}
.top-bar a:hover {
	color: var(--hover-accent-color);
}
.top-bar .top-menu a {
	text-transform: capitalize;
	font-weight: 500;
}
.top-bar .header-search-block {
	display: inline-block;
	width: 150px;
	position: relative;
}
.top-bar .header-search-block input {
	margin: 0;
	background: var(--white-text);
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 25px;
	border: none;
}
.top-bar .header-search-block i {
	color: var(--accent-color);
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1023.98px) {
	.top-bar .header-search-block {
		display: none;
	}
}
.top-bar .extended-sites {
	margin: 0;
	display: flex;
	align-items: center;
	height: 100%;
}
.top-bar .extended-sites li {
	list-style: none;
	padding: 0;
	margin-right: 20px;
}
.top-bar .extended-sites li a {
	display: flex;
	align-items: center;
}
.top-bar .extended-sites li img {
	margin-right: 5px;
	border-radius: 3px;
}
@media (max-width: 768.98px) {
	.top-bar {
		display: none;
	}
}

.top-right-header {
	display: flex;
	justify-content: flex-end;
}

.top-menu {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.top-menu li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	position: relative;
}
.top-menu > ul {
	margin: 0;
}
.top-menu > ul > li {
	padding: 0 25px;
	position: relative;
}
.top-menu > ul > li::before {
	content: "";
	border-right: 1px solid var(--white-text);
	left: 0;
	position: absolute;
	top: calc(50% - 9px);
	height: 18px;
	display: block;
}
.top-menu > ul > li:first-child::before {
	display: none;
}
@media (max-width: 1023.98px) {
	.top-menu {
		display: none;
	}
}

.top-phone-numb {
	color: var(--white-text);
	margin-right: 30px;
}
.top-phone-numb i {
	border: 1px solid;
	border-radius: 3px;
	font-size: 14px;
	padding: 2px;
	margin-right: 5px;
}
.top-phone-numb a {
	color: var(--white-text);
	font-size: 1.125rem;
}
@media (max-width: 1023.98px) {
	.top-phone-numb {
		margin: 0;
	}
}

.header .container {
	max-width: 1400px;
	width: 100%;
}

.main-header {
	background-color: transparent;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

.main-header .container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.logo {
	margin: 0;
	/*width: 410px;*/
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.logo img {
	max-height: 100px;
}

.header-main-menu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 30px;
	flex: 1;
}

.main-menu {
	width: 100%;
	height: 100%;
	position: relative;
}
.main-menu ul {
	margin: 0;
}
.main-menu ul li {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 5px 0;
}
.main-menu ul li li {
	width: 100%;
	padding: 8px 15px;
}
.main-menu ul li.hasChildren {
	position: relative;
}
.main-menu ul li.hasChildren:hover > .mega-menu-content {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: translate(-50%, 0);
}
.main-menu li ul {
	position: absolute;
	transition: all 0.3s;
	background: var(--white-text);
	width: 280px;
	left: 0;
	padding: 8px 0;
	box-shadow: 0 0 5px var(--box-shadow);
	opacity: 0;
	visibility: hidden;
}
.main-menu > ul {
	width: 100%;
	height: 100%;
	padding-right: 30px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.main-menu > ul > li {
	display: flex;
	align-items: center;
	margin: 0 2px 0 0;
}
.main-menu > ul > li > a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 0.9rem;
	color: #fff;
}
.mega-menu-submenu ul.sub-menu.check li {
	border-bottom: 1px solid #e5e7eb;
}

.mega-menu-submenu ul.sub-menu.check li:last-child {
	border-bottom: none;
}
.main-menu .mega-menu-content {
	position: absolute;
	//width: 100%;
	max-width: 100%;
	top: calc(100% + 30px);
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0px 15px;
	background: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in-out;
	/*transition: none !important;*/
}
.main-menu .mega-menu-content ul.sub-menu {
	position: static;
	max-width: 100%;
	box-shadow: none;
	background: 0 0;
	margin: 0;
	opacity: 1;
	visibility: inherit;
}
.main-menu .mega-menu-content ul.sub-menu li {
	padding: 5px 0;
	text-align: left;
}
.menu-item.hasChildren:hover > .mega-menu-content {
	display: block;
}
.mega-menu-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 220px;
	display: none; 
}
@media (max-width: 1023.98px) {
	.main-menu {
		display: none;
	}
}

.menu-item-mega > a {
	position: relative;
}
.menu-item-mega > a.dropdown-toggle {
	font-weight: 600;
	opacity: 0.8;
	display: none;
}
.menu-item-mega .menu-item-content-image{
	width: 100%;
}
.header-btn {
	white-space: nowrap;
	border-radius: 26px;
	letter-spacing: 0;
	padding: 6px 15px;
	font-size: 1rem;
	background: var(--btn-color);
}
.header-btn:hover {
	color: var(--white-text);
	background: var(--hover-accent-color);
}
@media (max-width: 1023.98px) {
	.header-btn {
		display: none;
	}
}

.menu-toggle {
	width: 25px;
	height: 25px;
	padding: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #fff;
}
@media (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
}

.menu-mobile {
	padding: 30px 0;
	max-width: calc(100vw - 30px);
	width: 360px;
	position: fixed;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 99;
	background: var(--white-text);
	transition: all 0.3s;
	transform: translateX(-360px);
}
.menu-mobile .close-menu-mobile {
	position: absolute;
	left: 100%;
	top: 10px;
	color: var(--white-text);
	padding-left: 10px;
	visibility: hidden;
}
.menu-mobile-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 0 20px;
}
.menu-mobile.opened {
	transform: translate(0);
}
.menu-mobile.opened .close-menu-mobile {
	opacity: 1;
	visibility: visible;
}
.menu-mobile .header-search-block {
	margin-bottom: 30px;
	position: relative;
}
.menu-mobile .header-search-block input {
	margin: 0;
}
.menu-mobile .header-search-block i {
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu-mobile-nav li {
	padding: 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid var(--light-gray);
}
.menu-mobile-nav li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-weight: 500;
	position: relative;
}
.menu-mobile-nav > ul {
	margin: 0;
}
.menu-mobile-nav > ul > li > a {
	text-transform: uppercase;
}
.menu-mobile-nav > ul ul {
	margin-left: 10px;
	display: none;
}
.menu-mobile-nav > ul ul li:first-child {
	border-top: 1px solid var(--light-gray);
}
.menu-mobile-nav .sub-toggle {
	font-weight: 400;
	width: 25px;
	height: 25px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menu-mobile-nav .sub-toggle.active::before {
	content: "\f068";
}

.overlay-mobile {
	width: 100vw;
	height: 100vh;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	position: fixed;
	transition: all 0.3s;
	z-index: 90;
	visibility: hidden;
	opacity: 0;
}
.overlay-mobile.opened {
	opacity: 1;
	visibility: visible;
}

.banner {
	position: relative;
}
.banner-slide .item {
	position: relative;
	height: 520px;
}
.banner-slide .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-slide .item:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}
@media (max-width: 1023.98px) {
	.banner-slide .item {
		height: 380px;
	}
}
.banner-slide .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
.banner-slide .slick-dots li {
	padding: 0;
	line-height: 1;
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	width: auto;
	height: auto;
}
.banner-slide .slick-dots li button {
	background: #fff;
	opacity: 0.6;
	width: 15px;
	height: 15px;
	overflow: hidden;
	line-height: 1;
	font-size: 0;
	border-radius: 50%;
}
.banner-slide .slick-dots li button::before {
	content: "";
}
.banner-slide .slick-dots li.slick-active button {
	opacity: 1;
}
.banner-video{
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 95vh;
}
.banner-video:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.banner-video video,
.banner-video iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*@media(max-width:991px){
.banner-video video,
.banner-video iframe{
height: 60vh;
}
}*/
/*.banner-video-inner{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}*/
.banner-video-inner video{
	height: 100vh;
}
@media(max-width:767.98px){
	.banner-video-inner video{
		height: 50vh;
	}
}
/*.banner-video-inner iframe,
{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
width: 100%;
height: 100%;
}
@media(max-width:1300px){
.banner-video-inner{
padding-bottom: 100vh;	
}
.banner-video-inner iframe{
width: 400%;	
}
}
@media(max-width:767.98px){
.banner-video-inner{
padding-bottom: 50vh;	
}
.banner-video-inner iframe{
width: 200%;	
}
}*/
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 90%;
	max-width: 960px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner-content .title{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.banner-home .banner-content .title{
	font-family: var(--three-font);
	font-size: 22px;
	margin-bottom: 0px;
	font-style: italic;
}
@media(max-width:576px){
	.banner-home .banner-content .title{
		font-size: 16px;
	}
}
.banner-content .btn{
	border-radius: 26px;
}
.banner-page .banner-slide .item {
	height: 580px;
	max-height: 30vh;
}
@media (min-width: 992px) {
	.banner-page .banner-slide .item {
		/*height: 60vh;
		max-height: 60vh;*/
		height: 100%;
		height: 70vh;
		max-height: 100%;
	}
}
@media (max-width: 576px) {
	.banner-page .banner-slide .item {
		height: 50vh;
		max-height: 50vh;
	}
}
.banner .breadcrumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.banner.banner-page .breadcrumbs{
	bottom: 5%;
}

.banner .breadcrumbs .breadcrumb {
	font-size: 0.875rem;
	padding: 5px 0;
	width: 100%;
	background-color: transparent;
	color: #fff;
}
@media(min-width:2400px){
	.banner .breadcrumbs .breadcrumb{
		margin-bottom: 0;
	}
}
.banner .breadcrumbs .breadcrumb span {
	text-transform: capitalize;
	margin: 0 5px;
}
.banner .breadcrumbs .breadcrumb span:first-child {
	margin-left: 0;
}
.banner .breadcrumbs .breadcrumb a {
	color: inherit;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* Featured tours */
.featured-tours {
	padding: 60px 0;
}

.tour-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-bottom: 40px;
}
.tour-grid .tour-card{
	max-width: 400px;
}
.tour-card-inner {
	border: 1px solid #ebebeb;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.tour-card-inner .tour-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
}
.tour-card-inner .tour-info {
	padding: 15px;
}
.tour-card-inner .tour-info .list-cat {
	margin-bottom: 10px;
	min-height: 48px;
}
.tour-card-inner .tour-info .list-cat a {
	color: var(--des-color);
	font-size: 0.875rem;
}
.tour-card-inner .tour-info .tour-title {
	font-size: 1.125rem;
	min-height: 45px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tour-card-inner .tour-info .tour-title a {
	color: var(--primary-color);
	line-height: inherit;
}
.tour-card-inner .tour-info .tour-title a:hover {
	color: var(--second-color);
}
@media (max-width: 767.98px) {
	.tour-card-inner .tour-info .tour-title {
		min-height: auto;
	}
}
@media (max-width: 767.98px) {
	.tour-card-inner {
		display: flex;
	}
	.tour-card-inner .tour-image {
		width: 40%;
		flex-shrink: 0;
	}
	.tour-card-inner .tour-info {
		padding: 15px;
		flex-grow: 1;
	}
}

.list-tours .tour-card {
	margin-bottom: 30px;
}

/* Tour categories */
.tour-categories {
	padding: 60px 0;
	background-color: #f8f8f8;
	text-align: center;
}

.category-grid {
	/*columns: 3;
	column-gap: 30px;*/
	max-width: 1024px;
	margin: 0 auto;
}
/*@media (max-width: 767.98px) {
.category-grid {
columns: 1;
}
}*/
@media(min-width:768px){
	.category-grid .col-column .category-card:last-of-type {
		margin-bottom: 0;
	}
}
.category-card {
	position: relative;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 30px;
	break-inside: avoid;
}

.category-card .box-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.category-card .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 350ms;
}
@media(min-width:768px){
	.category-grid .col-column1 .category-card .box-image{
		height: 420px;
	}
	.category-grid .col-column2 .category-card:nth-child(1) .box-image,
	.category-grid .col-column2 .category-card:nth-child(2) .box-image,
	.category-grid .col-column3 .category-card:nth-child(1) .box-image,
	.category-grid .col-column3 .category-card:nth-child(2) .box-image{
		height: 250px;
	}
	.category-grid .col-column2 .category-card:nth-child(3) .box-image{
		height: 360px;
	}
	.category-grid .col-column3 .category-card:nth-child(3) .box-image{
		height: 400px;
	}
}
.category-card .box-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: left;
	justify-content: flex-end;
	padding: 15px 25px 10px;
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(84, 89, 95, 0.51) 100%);
	color: #fff;
	display: flex;
	flex-direction: column;
}
.category-card:hover .box-image img {
	transform: scale(1.05);
	transition: transform 0.3s ease-in-out;
}

/* Humanitarian section */
.humanitarian {
	padding: 60px 0;
	text-align: center;
}
@media(max-width:576px){
	.humanitarian{
		padding: 0;
	}
}
.humanitarian-wrap {
	position: relative;
	background-color: #f4f4f4;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0 5%;
}
.humanitarian-wrap-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.humanitarian-wrap-inner-container {
	margin-top: 8%;
	/*margin-bottom: -10%;*/
	padding: 0 9%;
	z-index: 2;
}
.humanitarian .section-heading .subtitle {
	text-align: center;
	color: #1a1a1a;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 25px;
}
@media (max-width: 1023.98px) {
	.humanitarian .section-heading .subtitle {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.humanitarian .section-heading .subtitle {
		width: 100%;
		max-width: 100%;
		font-size: 14px;
	}
}

.humanitarian-container{
	position: relative;
	background: var(--second-color);
}
.humanitarian-container .bg-mask{
	position: absolute;
	bottom:0;
	right:0;
	transform: translate(15%,30%);
	width: 50%;
}
@media(min-width:1024px){
	.humanitarian-container .bg-mask{
		width: 40%;
	}
}
@media(max-width:576px){
	.humanitarian-container .bg-mask{
		transform: translate(15%, 20%);
		width: 80%;
	}
}
.humanitarian-container .bg-mask img{
	width: 100%;
	filter: brightness(0) invert(1);
	opacity: .3;
}
.humanitarian-container-wrap {
	position: relative;
	max-width: 920px;
	margin: 0 auto;
	padding: 50px 0;
}
.humanitarian-grid {
	position: relative;
	margin-top: 10%;
	display: grid;
	grid-template-columns: auto auto;
	gap: 60px;
}
@media (max-width: 1023.98px) {
	.humanitarian-grid {
		margin-top: 10%;
		margin-bottom: 0;
		padding: 0 5%;
	}
}
@media(max-width:576px){
	.humanitarian-grid{
		grid-template-columns: auto;
		margin-top: 30px;
		gap: 60px 30px;
	}
}
.humanitarian-item {
	position: relative;
	border: 1px solid #fff;
	padding: 40px 20px 20px;
}
.humanitarian-item .icon-box-wrapper {
	text-align: left;
}
.humanitarian-item .icon-box-icon {
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	background: var(--second-color);
	padding: 0 15px;
}
.humanitarian-item .icon-box-icon .elementor-icon {
	display: inline-block;
	font-size: 40px;
	fill: #fff;
	color: #fff;
	border-color: #2E871C52;
}
.humanitarian-item .icon-box-icon .elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.humanitarian-item .icon-box-content {
	flex-grow: 1;
}
.humanitarian-item .icon-box-content .box-title {
	font-family: var(--normal-font);
	font-size: 22px;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3;
	letter-spacing: 0px;
	margin-bottom: 17px;
	color: #fff;
}
@media (max-width: 1023.98px) {
	.humanitarian-item .icon-box-content .box-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.humanitarian-item .icon-box-content .box-title {
		font-size: 18px;
	}
}
.humanitarian-item .icon-box-content .box-desc {
	color: #fff;
	font-family: var(--normal-font);
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.3;
	letter-spacing: 0px;
	margin-bottom: 0;
}
@media (max-width: 1023.98px) {
	.humanitarian-item .icon-box-content .box-desc {
		font-size: 14px;
	}
}
.humanitarian-item-number {
	position: absolute;
}
.humanitarian-item-number .title-number {
	margin: 0 0 0 40px;
	color: #2e871c;
	font-family: "DM Sans", Sans-serif;
	font-size: 80px;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0px;
}
@media (max-width: 1023.98px) {
	.humanitarian-item-number {
		width: 100%;
		text-align: center;
		top: 20px;
	}
	.humanitarian-item-number .title-number {
		margin: 0;
		font-size: 60px;
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.elementor-shape-bottom {
	bottom: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 2;
	pointer-events: none;
}
.elementor-shape-bottom svg {
	z-index: -1;
	height: 96px;
}

/* Testimonials */
.testimonials {
	position: relative;
	/*background-image: url(../images/bg-testi.jpg);*/
	background-position: right center;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 90px 0;
}
.testimonials .box-text {
	/*transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
	padding: 40px 80px 60px;
	background-color: #fff;
	border-radius: 16px;
}
.testimonials .box-text .box-title {
	font-family: var(--second-font);
	color: #000;
	font-size: 42px;
	text-align: center;
}
@media(max-width:767.98px){
	.testimonials .box-text{
		padding: 40px;
	}
}
@media (min-width: 768px) {
	.testimonials .elementor-col-33 {
		flex: 0 0 38.509%;
		max-width: 38.509%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.testimonials .elementor-col-33 {
		flex: 0 0 60%;
		max-width: 60%;
	}
}

/* About section */
.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.about-content {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.about-content .desc {
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	line-clamp: 3;
	-webkit-box-orient:vertical;
	margin-bottom: 20px;
}
.about-content .gr-btn {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.about-team {
	position: relative;
	display: block;
}
.about-team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
@media (max-width: 1023.98px) {
	.about-team-image img {
		height: 400px;
	}
}
.about-team-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: center;
	justify-content: flex-end;
	padding: 30px;
	transition: all 300ms;
}
.about-team-content .btn {
	border-radius: 26px;
	background-color: var(--accent-color);
	color: #fff;
	font-weight: 500;
	padding: 10px 20px;
}
.about-team-content .btn:hover {
	background-color: var(--hover-accent-color);
}
@media (max-width: 1023.98px) {
	.about-team {
		margin-top: 15px;
	}
}
.about-detail-wrap .box-image img{
	width: 100%;
}
.about-detail-wrap .box-content div > ul{
	margin-left: 20px;
}
.about-detail-wrap .box-content div > ul ul{
	list-style: inside;
}

.reasons{
	position: relative;
	background: #f8f8f8;
}
/*@media(min-width:768px){
	.reasons .section-heading .sectitle{
		text-align: left;
	}
}*/
@media(min-width:1024px){
	.reasons .section-heading .sectitle{
		font-size: 60px;
	}
	.reasons .col-image .box-image{
		padding-right: 40px;
	}
}
.reasons .col-image .box-image{
	margin-bottom: 30px;
}
.reasons .col-image .box-image img{
	width: 100%;
}
.reasons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}
@media(max-width:576px){
	.reasons-grid{
		gap: 0;
	}
}

.reason-item {
	margin-bottom: 15px;
}
.reason-item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.reason-item a .icon-box {
	color: var(--accent-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0px 9px rgba(198,198,198,.2);
}
.reason-item a .icon-box img{
	max-width: 45px;
	margin-bottom: 0;
}
.reason-item a .icon-box i {
	font-size: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.reason-item a .title {
	color: #000;
	font-size: 18px;
	/*font-weight: 600;*/
	margin: 0;
	flex:1;
	text-align: center;
	font-weight: normal;
}
@media (max-width: 767.98px) {
	.reason-item a {
		justify-content: flex-start;
	}
	.reason-item a .icon-box {
		padding: 0;
	}
}

/* Stats section */
.stats {
	/*background-image: url(../images/horizon-vietnam-agence-de-voyage-locale.jpg);*/
	background-position: bottom center;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 150px 0;
	position: relative;
}
.stats:before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index:0;
}
@media(max-width:991px){
	.stats{
		padding: 80px 0;
	}
}
.stats-item {
	text-shadow: 5px 8px 8px rgba(0, 0, 0, 0.5);
	position: relative;
}
@media(max-width:767.98px){
	.stats-item{
		margin-bottom: 30px;
	}
}
.stats-item .number {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 50px;
	line-height: 1.4em;
	font-weight: 600;
}
.stats-item .number-prefix, 
.stats-item .number-suffix {
	white-space: pre-wrap;
	flex-grow: 0;
}
.stats-item .label {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 5px 8px 8px rgba(0, 0, 0, 0.5);
	line-height: 2.5;
}

/* Guarantees */
.guarantees {
	position: relative;
}

.guarantee-item {
	margin-bottom: 20px;
}
.guarantee-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}
@media (max-width: 767.98px) {
	.guarantee-item a {
		justify-content: flex-start;
		flex-direction: column;
	}
}
.guarantee-item .icon-box {
	font-size: 60px;
	color: var(--accent-color);
	/*padding: 0 0 20px;*/
	margin-bottom: 0;
}
.guarantee-item .icon-box img{
	max-width: 60px;
}
@media(max-width:576px){
	.guarantee-item .icon-box{
		padding: 0;
	}
}
.guarantee-item .icon-box i {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.guarantee-item .title {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	margin: 0;
	text-align: center;
}
@media(max-width:576px){
	.guarantee-item .title{
		font-size: 16px;
	}
}
/* Reviews */
.reviews {
	position: relative;
}
.reviews-column-5 .reviews-logo-item {
	width: 20%;
}
@media (max-width: 769px) {
	.reviews-column-5 .reviews-logo-item {
		width: 50%;
	}
}
.reviews-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.reviews-logos[class*=reviews-columns-] {
	width: calc(100% + 20px);
	max-width: 100vw;
	margin-left: -10px;
	margin-right: -10px;
}
.reviews-logo-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px 25px;
	text-align: center;
	margin: 0;
}

/* Newsletter */
.newsletter {
	width: 100%;
	padding: 35px 15px;
	background: #f4f3f1 url(../images/newsletter-bg.png) center right/contain no-repeat;
}
.newsletter-inner {
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.newsletter-inner .title {
	margin-bottom: 20px;
}
.newsletter-inner .desc {
	margin-bottom: 20px;
}
.newsletter-form {
	display: flex;
}
.newsletter-form input {
	padding: 5px 15px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: none;
	background-color: #fff;
	outline: 0;
}
.newsletter-form input:first-of-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
}
.newsletter-form button {
	padding: 5px 15px;
	height: 40px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: none;
	border-radius: 0;
}

.filter-sidebar .reset-filter-button {
	background: 0 0;
	color: var(--accent-color);
	padding: 5px 0;
	border-radius: 0;
	letter-spacing: 0;
	text-transform: none;
	border: 0;
	border-bottom: 2px solid;
	line-height: 1;
	font-size: 1rem;
}
.filter-sidebar .reset-filter-button:hover {
	color: var(--sec-accent-color);
}
@media (max-width: 767.98px) {
	.filter-sidebar-inner-head {
		background: var(--accent-color);
		color: #fff;
		padding: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.filter-sidebar-inner-head::after {
		font-family: fontawesome;
		content: "\f107";
	}
}
.filter-area .form-area-heading {
	font-size: 1.125rem;
	color: var(--gray-text);
	font-weight: 500;
	margin-bottom: 10px;
}
.filter-area .filter-fields {
	margin-left: 0;
}
.filter-area .filter-fields li {
	margin: 5px 0;
}
.filter-area .filter-fields li label {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
}
.filter-area .filter-fields li input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-right: 10px;
}
.filter-area .filter-fields li input[type=checkbox]::after {
	content: "";
	width: 15px;
	height: 15px;
	border: 1px solid var(--border-color);
	border-radius: 2px;
	display: block;
	text-align: center;
}
.filter-area .filter-fields li input[type=checkbox]:checked::after {
	content: "✔";
	background: var(--accent-color);
	color: var(--white-text);
	border-color: var(--accent-color);
	font-size: 10px;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	.filter-form {
		display: none;
		margin-bottom: 30px;
	}
}

.why-chooseus {
	margin-bottom: 70px;
	text-align: center;
}
.why-chooseus-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.why-chooseus-wrap a {
	width: 100%;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}
@media (max-width: 576px) {
	.why-chooseus-wrap a {
		flex-wrap: wrap;
	}
}
.why-chooseus-wrap .reason-item {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	color: var(--gray-text);
	background-color: transparent;
}
.why-chooseus-wrap .reason-item i,
.why-chooseus-wrap .reason-item img{
	font-size: 3.75rem;
	max-width: 60px;
	color: var(--accent-color);
	margin-bottom: 10px;
}
.why-chooseus-wrap .reason-item .title {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}
@media (max-width: 576px) {
	.why-chooseus-wrap .reason-item {
		width: 100%;
		margin-bottom: 20px;
	}
}
.why-chooseus-wrap .separator {
	height: 80px;
	border-left: 1px dashed var(--border-color);
	width: 1px;
	display: none;
}
@media (min-width: 992px) {
	.why-chooseus-wrap .separator {
		display: block;
	}
}
.why-chooseus-block {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.why-chooseus-block .widget-title {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 25px;
}
@media (min-width: 992px) {
	.why-chooseus-block {
		width: calc(50% - 40px);
	}
}

.hr-separator {
	max-width: 60%;
	border-top: 1px dashed var(--border-color);
	margin: 0 auto 30px;
	display: block;
	position: relative;
}

.pagination {
	width: 100%;
	display: flex;
	clear: both;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.pagination ul {
	margin-bottom: 0;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	display: inline-block;
	min-width: 35px;
	padding: 0 5px;
	height: 35px;
	text-align: center;
	transition: all 300ms;
	margin: 0 2px;
	color: #000;
	line-height: 35px;
	font-size: 1.2rem;
	border-radius: 50%;
}
.pagination ul li.active a, .pagination ul li:hover a {
	background: var(--primary-color);
	color: #fff;
}

.regex-buidtour {
	position: relative;
	padding: 50px 0;
}
@media(max-width:576px){
	.regex-buidtour{
		text-align:center;
	}
}
.regex-buidtour-text {
	display: block;
	margin-bottom: 20px;
}

.combined-tours {
	position: relative;
}
.combined-tours .item {
	position: relative;
	margin-bottom: 30px;
}
.combined-tours .item-image {
	overflow: hidden;
	border-radius: 12px;
	display: block;
}
.combined-tours .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
	min-height: 230px;
	transition: all 0.5s;
}
.combined-tours .item-content {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	padding: 0 10px;
}
.combined-tours .item-content .title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	transition: all 350ms;
}
.combined-tours .item:hover .item-image img {
	transform: scale(1.05);
}

.details-tour-heading {
	padding: 30px;
	padding-top: 0;
}
.details-tour-heading .intro-text {
	color: var(--accent-color);
	margin-bottom: 15px;
}
.details-tour-heading .title-detail {
	color: var(--primary-color);
	font-size: 1.875rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.details-tour-heading .tour-short-info {
	text-transform: uppercase;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 1.25rem;
	color: var(--black-text);
	color: gray;
}
.details-tour-heading .tour-program {
	width: 100%;
	margin-bottom: 30px;
	font-weight: 500;
}
@media (min-width: 768px) {
	.details-tour-heading .tour-program {
		color: gray;
	}
}
@media (min-width: 768px) {
	.details-tour-heading {
		text-align: center;
	}
}
.details-tour-info {
	background: var(--bg-block);
	margin-bottom: 50px;
}
.details-tour-info .contact-text {
	margin-top: 10px;
	color: var(--accent-color);

}
@media(max-width:576px){
	.details-tour-info .contact-text{
		text-align: center;
	}
}
.details-tour-info .contact-text a {
	color: inherit;
	font-weight: 700;
}
.details-tour-info .contact-text i {
	margin-right: 8px;
	font-size: 20px;
}
.details-tour-gallery img {
	width: 100%;
	aspect-ratio: 6/4;
	object-fit: cover;
	border-radius: 12px;
}
.details-tour-gallery .tourgallery-nav .item {
	padding: 5px;
}
.details-tour-gallery .tourgallery-nav .item img {
	border: 2px solid transparent;
	transition: all 0.3s;
	cursor: pointer;
}
.details-tour-gallery .tourgallery-nav .item img:hover {
	border-color: var(--accent-color);
}
.details-tour-desc {
	padding: 20px 0;
}
.details-tour-desc h3{
	font-weight: 700;
}
.details-tour-desc ul {
	margin-left: 25px;
	margin-bottom: 0;
}
.details-tour-desc ul li {
	padding: 5px 0;
}
.details-tour-desc ul li::before {
	content: "\f00c";
	font-family: fontawesome;
	color: var(--accent-color);
	margin-left: -25px;
	padding-right: 10px;
}
.details-tour-tabs .box-content-inner {
	padding: 20px 0;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.details-tour-tabs .box-content-inner *{
	font-family: var(--add-font) !important;
	line-height: 1.5 !important;
}
.details-tour-tabs .box-content-inner figure img{
	height: auto;
	width: 100%;
	object-fit: cover;
}
.details-tour-tabs .box-content-inner figure figcaption{
	text-align: center;
	font-size: 13px;
}
@media(min-width:992px){
	.details-tour-tabs .box-content-inner{
		max-width: 90%;
	}
}
.details-tour-tabs .box-content-inner h2,
.details-tour-tabs .box-content-inner h3,
.details-tour-tabs .box-content-inner h4,
.details-tour-tabs .box-content-inner h5,
.details-tour-tabs .box-content-inner h6 {
	color: var(--sec-accent-color);
	margin-bottom: 30px;
}
.details-tour-tabs .box-content-inner ul {
	margin-left: 25px;
	list-style: disc;
}

.create-tour.button-top {
	margin: 10px 0;
}
@media(max-width:576px){
	.create-tour.button-top{
		text-align: center;
	}
}
.create-tour .btn {
	text-align: center;
	line-height: 20px;
	font-size: 1.125rem;
	letter-spacing: 0;
	padding: 10px 15px;
	border-radius: 10px;
}

.related-tour .item {
	padding: 0 10px;
}
@media(max-width:576px){
	.related-tour .item{
		padding: 0;
	}
}
.tabs-control.nav-pills {
	margin: 0 0 20px;
	width: 100%;
	background: var(--bg-tab-heading);
	display: inline-flex;
}
.tabs-control.nav-pills li {
	list-style: none;
	font-weight: 500;
	font-size: 1.125rem;
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.tabs-control.nav-pills li button.nav-link {
	padding: 10px 30px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	color: var(--black-text);
	border: 0;
	border-radius: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tabs-control.nav-pills li button.nav-link:hover, .tabs-control.nav-pills li button.nav-link.active {
	background: var(--accent-color);
	color: var(--white-text);
}
@media (max-width: 576px) {
	.tabs-control.nav-pills li button.nav-link {
		padding: 15px 20px;
	}
}
@media (max-width: 1024px) {
	.tabs-control.nav-pills {
		overflow-x: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}

.destinations-list {
	padding: 40px 0;
}
.destinations-slide .item {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.destinations-slide .item a{
	display: block;
}
.destinations-slide .item .box-image {
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.destinations-slide .item .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 350px;
	transition: all 0.3s;
}
@media (max-width: 767.98px) {
	.destinations-slide .item .box-image img {
		height: auto;
		aspect-ratio: 5/8;
	}
}
.destinations-slide .item .box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.destinations-slide .item .box-content .title {
	text-shadow: 5px 8px 8px rgba(0, 0, 0, 0.5);
}
@media(max-width:576px){
	.destinations-slide .item .box-content .title{
		font-size: 16px;
	}
}
.destinations-slide .item:hover .box-image img {
	transform: scale(1.05);
}
.destinations-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.destinations-grid .item a {
	display: flex;
	align-items: center;
}
.destinations-grid .item a .icon-box {
	margin-right: 10px;
}
@media (max-width: 767.98px) {
	.destinations-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 576px) {
	.destinations-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.category-description {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.category-description .title {
	color: #168b02;
}

.blogs{
	padding-bottom: 40px;
}
.blogs-item {
	margin-bottom: 35px;
}
.blogs-item .item-inner .box-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.blogs-item .item-inner .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
}
.blogs-item .item-inner .box-content .title {
	font-size: 1.125rem;
	margin-bottom: 10px;
	line-height: 1.2;
	min-height: 25px;
	font-weight: 600;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp: 2;
	-webkit-box-orient:vertical;
}
.blogs-item .item-inner .box-content .title a {
	color: var(--primary-color);
}
.blogs-item .item-inner .box-content .title a:hover {
	color: var(--accent-color);
}
.blogs-item .item-inner .box-content .desc {
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.blogs-detail .title-detail {
	text-align: left;
	width: 100%;
	font-size: 2rem;
	margin-bottom: 30px;
	font-weight: 600;
	color: var(--primary-color);
}
.blogs-detail-content {
	display: block;
	padding: 0 0 40px;
}
.blogs-detail-content h2,
.blogs-detail-content h3,
.blogs-detail-content h4,
.blogs-detail-content h5,
.blogs-detail-content h6 {
	color: #168b02;
}

.blogs-detail-content *{
	font-size: 16px;
	font-family: var(--add-font) !important;
	line-height: 1.5 !important;
	max-width: 100%;
}
@media(max-width:576px){
	.blogs-detail-content figure{
		width: 100% !important;
	}
}

.related-post {
	margin-bottom: 30px;
}
.related-post .blogs-item {
	padding-left: 10px;
	padding-right: 10px;
}

.content-separator {
	width: 200px;
	margin-bottom: 15px;
	border-top: 1px dashed var(--black-text);
	position: relative;
}

.custom-search-form {
	position: relative;
}
.custom-search-form input {
	border-color: var(--border-color);
	margin: 0;
	height: 40px;
	line-height: 40px;
	outline: 0;
}
.custom-search-form button {
	position: absolute;
	color: #000;
	right: 0;
	top: calc(50% - 20px);
	border: none;
	font-size: 1rem;
	background: 0 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 0;
	text-align: center;
}

.sidebar {
	font-size: 0.875rem;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget-title {
	width: 100%;
	text-align: center;
	background: var(--primary-color);
	border-radius: 5px;
	padding: 10px 15px;
	color: var(--white-text);
	font-size: 1.25rem;
	margin-bottom: 25px;
	font-weight: 600;
}
.sidebar .widget-content ul li {
	padding: 5px 0;
}
.sidebar .widget-content ul li:first-child {
	padding-top: 0;
}
.sidebar .widget-content ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	margin-right: 8px;
	display: inline-block;
}
.sidebar .widget-content ul li a {
	color: var(--black-text);
}
.sidebar .widget-contact-block {
	border: 1px solid var(--accent-color);
	padding: 25px;
}
.sidebar .widget-contact-block .title-contact {
	color: var(--black-text);
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.sidebar .widget-contact-block p {
	font-style: italic;
	margin-bottom: 15px;
}
.sidebar .widget-contact-block .contact-block-btn {
	margin: 0 auto;
	border-radius: 10px;
	color: var(--white-text);
	background: var(--btn-color);
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
}
.sidebar .widget-contact-block .contact-block-btn:hover {
	background: var(--hover-btn-color);
	color: var(--white-text);
}
.sidebar .widget-tags .tagclound a {
	font-size: 15px !important;
	border: none;
	background: #f5f5f5;
	padding: 8px 15px;
	line-height: 20px;
	margin: 5px 5px 5px 0;
	display: inline-block;
	color: #000;
}

@media(min-width:768px){
	.about-main__item .col-image{
		padding-right: 45px !important;
		padding-left: 80px !important;
	}
	.about-main__item .col-content{
		padding-right: 100px !important;
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	.about .about-item:nth-child(even) .about-main__item .col-image{
		order: 2;
	}
}
.about .box-image{
	position: relative;
	overflow: hidden;
}
.about .box-image img {
	width: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}
.about .box-image:hover{
	box-shadow: 0 11px 50px 0 rgba(0,0,0,0.5);
}
.about .box-image:hover img{
	transform: scale(1.1);
}
.about .box-content .box-content-title{
	font-family: var(--second-font);
	font-size: 48px;
	line-height: 57.6px;
	letter-spacing: .5px;
	color: var(--primary-color);
	padding: 17px 0;
	margin:0;
}
@media(max-width:576px){
	.about .box-content .box-content-title{
		font-size: 32px;
		line-height: 1.3;
	}
}
.about .box-content .box-content-inner ul{
	margin-left: 20px;
}
.about .box-content .btn.view-more{
	font-family: var(--primary-font);
	line-height: 30px;
	letter-spacing: .25px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	text-decoration: none;
	margin: 20px 0;
	padding: 9px 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background: transparent;
}
.about .box-content .btn.view-more:hover{
	background: var(--second-color);
	border-color: var(--second-color);
	color: #fff;
}
.video-about-wrap {
	border-style: solid;
	border-width: 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-bottom: 0;
	padding: 40px;
	background-color: #fff;
}
.video-about-wrap-content iframe{
	width: 100%;
}
.booking {
	background-color: #faf9f8;
}
.booking .section-heading {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -50px;
	margin-bottom: -25px;
	padding: 30px;
	background-color: #fff;
}
.booking-form-wrap {
	position: relative;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.booking-form-wrap-inner {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.booking-form-wrap .title-step {
	font-size: 1.375rem;
	color: var(--accent-color);
	margin-bottom: 30px;
}
.booking-form-wrap .form-group input,
.booking-form-wrap .form-group select,
.booking-form-wrap .form-group textarea {
	margin-bottom: 0;
	outline: 0;
}
.booking-form-wrap .form-group > label {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.booking-form-wrap .form-group .note-input-field {
	font-size: 14px;
	font-weight: 300;
	margin-top: 5px;
}
.booking-form-wrap .form-group .group-checkbox .item {
	margin-bottom: 10px;
	margin-left: 0;
	display: flex;
	align-items: center;
}
.booking-form-wrap .form-group .group-checkbox .item input {
	appearance: none;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 0;
}
.booking-form-wrap .form-group .group-checkbox .item input::after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid var(--border-color);
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 13px;
}
.booking-form-wrap .form-group .group-checkbox .item input:checked::after {
	content: "\f00c";
	font-family: fontawesome;
	background: var(--accent-color);
	color: var(--white-text);
	border-color: var(--accent-color);
}
.booking-form-wrap .form-group .group-checkbox .item label {
	margin-bottom: 0;
}
.booking-form-wrap .form-group .field-row {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	gap: 10px;
}
.booking-form-wrap .form-group .field-row select {
	width: 80px;
}
.booking-form-wrap .form-group .field-row label {
	margin-bottom: 0;
}
.booking-form-wrap .form-group textarea {
	padding: 10px 15px;
	min-height: 130px;
	font-size: 1rem;
	line-height: 1.6;
}

.contact-info ul li {
	margin-bottom: 10px;
}
.contact-info ul li a {
	color: var(--accent-color);
}
.contact-form {
	position: relative;
	margin: 50px 0;
}

.testimonials-page .testimonials-heading {
	margin-bottom: 50px;
}
.testimonials-page .testimonials-heading .page-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.625rem;
}
.testimonials-page .testimonials-heading .desc h2,
.testimonials-page .testimonials-heading .desc h3,
.testimonials-page .testimonials-heading .desc h4,
.testimonials-page .testimonials-heading .desc h5,
.testimonials-page .testimonials-heading .desc h6 {
	color: var(--accent-color);
}
.testimonials-page .testimonial-filter {
	margin-bottom: 50px;
}
.testimonials-page .testimonial-filter .title-filter-block {
	font-size: 1.25rem;
	color: var(--gray-text);
	font-weight: 500;
	margin-bottom: 30px;
}
.testimonials-page .testimonial-filter .btn {
	border-radius: 15px;
	border: 2px solid var(--accent-color);
	background: 0 0;
	color: var(--accent-color);
	letter-spacing: 0;
	font-weight: 500;
	font-size: 1rem;
	text-transform: capitalize;
	line-height: 25px;
}
.testimonials-page .testimonial-filter .btn:hover {
	background: var(--hover-accent-color);
	border-color: var(--hover-accent-color);
	color: var(--white-text);
}

.testimonial-list .item {
	margin-bottom: 30px;
}
.testimonial-list .item .box-content .title {
	font-size: 1.125rem;
	margin-bottom: 5px;
}
.testimonial-list .item .box-content .title a {
	color: var(--primary-color);
	line-height: inherit;
}
.testimonial-list .item .box-content .box-info li {
	margin-bottom: 5px;
	font-style: italic;
}
.testimonial-list .item .box-content .box-info li i {
	margin-right: 10px;
	font-size: 120%;
}
.testimonial-list .item .box-content .box-desc-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 200px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.testimonial-list .item .box-content {
		padding-left: 30px;
	}
}

.testimonials-detail-content .content-title {
	color: var(--accent-color);
	margin-bottom: 30px;
}
.testimonials-detail-sidebar {
	padding: 15px 20px;
	border: 1px solid var(--light-gray);
	width: 100%;
	margin-bottom: 30px;
}
.testimonials-detail-sidebar .testimonial-info {
	margin: 0;
	padding-top: 30px;
}
.testimonials-detail-sidebar .testimonial-info li {
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.testimonials-detail-sidebar .testimonial-info li .label-testimonial {
	width: 100%;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
}
.testimonials-detail-sidebar .testimonial-info img {
	margin: 10px auto 5px;
	width: 100%;
}
.testimonials-detail-sidebar .testimonial-info .read-more {
	margin-top: 10px;
	color: var(--accent-color);
	width: 100%;
	text-align: center;
	display: inline-block;
}

.faqs .section-heading {
	margin-bottom: 50px;
}
.faqs-list .item {
	border-top: 1px dashed #000000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.faqs-list .item:last-child {
	border-bottom: 1px dashed #000000;
}
.faqs-list .item-head {
	color: var(--primary-color);
	font-weight: 600;
}
.faqs-list .item-content {
	color: #474747;
	text-align: justify;
}

/* Footer */
footer {
	background: var(--second-color);
	color: #fff;
	padding: 90px 0 0;
}
@media (max-width: 768px) {
	footer {
		padding: 40px 0 0;
	}
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin-bottom: 30px;
}

.footer-head {
	color: var(--footer-color);
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 25px;
}

.footer-column ul {
	list-style: none;
}
.footer-column ul li {
	padding: 5px 0;
}
.footer-column ul li:first-child {
	padding-top: 0;
}
.footer-column ul li a {
	color: inherit;
}
.footer-column ul li a:hover {
    color: #45D4FF;
}
.footer-bottom {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #fff;
	font-size: 14px;
}
.footer-bottom .social-list {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
.footer-bottom .social-list li {
	display: inline-block;
	font-size: 1rem;
	padding: 0;
	margin: 0 2px 5px;
}
.footer-bottom .social-list li a {
	color: #fff;
	transition: color 0.3s;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-bottom .social-list li a.social-facebook {
	background-color: #3b5998;
}
.footer-bottom .social-list li a.social-twitter {
	background-color: #1da1f2;
}
.footer-bottom .social-list li a.social-instagram {
	background-color: #e1306c;
}
.footer-bottom .social-list li a.social-linkedin {
	background-color: #0077b5;
}
.footer-bottom .social-list li a.social-youtube {
	background-color: #ff0000;
}
.footer-bottom .social-list li a.social-pinterest {
	background-color: #bd081c;
}
.footer-bottom .social-list li a.social-tiktok {
	background-color: #000000;
}
.footer-bottom .social-list li a.social-whatsapp {
	background-color: #25D366;
}

.footer-bottom p {
	margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
.related-tour-slide .slick-arrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index:1;
	background: var(--sec-accent-color);
}

.des-country .des-country-inner{
	margin-top: -90px;
}

.des-country-inner{
	/*margin-top: -90px;*/
	margin-bottom: 78px;
	position: relative;
	z-index: 99;
	/*-webkit-clip-path: inset(-100vw -100vw -100vw 0);
	clip-path: inset(-100vw -100vw -100vw 0);*/
}
@media(max-width:991px){
	.des-country-inner{
		margin-bottom: 20px;
	}
}
@media(max-width:576px){
	.des-country-inner{
		margin: 30px 0;
		padding: 0;	
		clip-path: none;
	}
}

.pagination-progress {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	padding-top: 2rem;
}
.swiper-pagination-bullet {
	position: relative;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin: 0 0.313rem !important;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
	opacity: 1 !important;
}
.swiper-pagination-bullet span {
	color: #fff;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.5rem;
	height: 0.5rem;
	display: flex;
	border-radius: 50%;
	background-color: #d0d0d0;
}
/* button circle */
.progressdot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
}
.circle-origin {
	fill: transparent;
	stroke: #f3b31b;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-dasharray: 125.664px;
	stroke-dashoffset: 125.664px;
}

.swiper-pagination-bullet-active .circle-origin {
	animation: progress 12s;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.swiper-pagination-bullet {
		width: 2.25rem;
		height: 2.25rem;
		margin: 0 0.5rem !important;
	}
	.swiper-pagination-bullet span {
		width: 0.75rem;
		height: 0.75rem;
	}
}
@keyframes progress {
	0% {
		stroke-dashoffset: 125.664px;
	}

	90% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: -125.664px;
	}
}


.des-country-inner .country-slide .item{
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.des-country-inner .country-slide .item:hover{
	box-shadow: 0 11px 50px 0 rgba(0, 0, 0, 0.5);
}
.des-country-inner .country-slide .item a{
	display: block;

}
.des-country-inner .country-slide .item img{
	width: 100%;
	aspect-ratio: 3 / 4;
	transition: all .3s ease-in-out;
	object-fit: cover;
}
.des-country-inner .country-slide .item:hover img{
	transform: scale(1.05);
	transition: all .3s ease-in-out;
}
.des-country-inner .country-slide .item .box-content{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
}
.des-country-inner .country-slide .item .box-content .title{
	text-transform: uppercase;
	font-weight: 600;
}

.team{
	padding: 60px 0 0;
}
.team .team-container{
	position: relative;
	padding-top: 60px;
}
.team .team-container .team-wrapper-info{
	padding-bottom: 50px;
}
.team .team-container .team-list .item .box-image{
	margin-bottom: 15px;
}
.team .team-container .team-list .item .box-image img{
	width: 100%;
}
.team .team-container .team-list .item .box-content .title{
	margin-bottom: 15px;
	color: var(--primary-color);
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0px;
	text-align: center;
}
.team .team-container .team-list .item .box-content .desc{
	color: #324a6d;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	letter-spacing: 0px;
}

.scrollbtn{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.scrollbtn span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animatescroll 2s infinite;
}
.scrollbtn span:nth-child(2)
{
	animation-delay: -0.2s;
}

.scrollbtn span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animatescroll{
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}

@media(min-width:768px){
	.scrollbtn{
		display: none;
	}
}

.single-info-destination .info-destination .box-map{
	width: 100%;
	height: 100%;
}
.single-info-destination .info-destination .box-map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width:767.98px){
	.single-info-destination .box-map{
		margin-bottom: 30px;
	}
}
.single-info-destination .single-image{
	display: block;
	margin-bottom: 30px;
}
.single-info-destination .single-info-desc .head-text{
	font-size: 24px;
	line-height: 30px;
	letter-spacing: .25px;
	color: var(--primary-color);
	margin-bottom: 10px;
	font-weight: 600;
}
.single-info-destination .single-info-desc .desc-text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .25px;
	color: #767876;
	margin: 0;
	padding-right: 5px;	
}
.single-info-destination .single-info-desc .desc-text *{
	font-family: var(--normal-font);
}
.single-info-destination .single-info-desc .desc-text :is(h1, h2, h3, h4, h5, h6) {
	color: var(--primary-color);
	font-weight: 600;
}
.single-info-destination .single-image img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}
@media(max-width:576px){
	.single-info-destination .single-image img{
		margin-bottom: 10px;
	}
}
.single-info-destination .single-moreinfo-desc .head-text{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .75px;
	color: var(--primary-color);
	font-weight: 600;
	margin: 0;
	padding-top: 26px;
	padding-bottom: 13px;
}	
.single-info-destination .single-moreinfo-desc .moreinfo-list .item{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.single-info-destination .single-moreinfo-desc .moreinfo-list .item .item-icon{
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--second-color);
	border-radius: 50%;
	color: #fff;
}
.single-info-destination .single-moreinfo-desc .moreinfo-list .item .item-icon img{
	max-width: 30px;
	filter: brightness(0) invert(1);
}
.single-info-destination .single-moreinfo-desc .moreinfo-list .item .item-info{
	flex:1;	
}
.single-info-destination .single-moreinfo-desc .moreinfo-list .item .item-info-title{
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .25px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;	
	margin-bottom: 3px;
}
.single-info-destination .single-moreinfo-desc .moreinfo-list .item .item-info-desc{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .25px;
	//color: #840b55;
	padding:0;
}

.activity-details{
	position: relative;
	margin-top: -170px;
	padding-bottom: 40px;
}
@media(max-width:992px){
	.activity-details{
		margin-top: 0;	
	}
}
.activity-details .amc-column{
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}
.activity-details .amc-column .image img{
	width: 100%;
}
.activity-details .amc-column .intro{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}
.activity-details .amc-column .intro .title{
	font-size: 28px;
	color: var(--primary-color);
	font-weight: 600;
}
.activity-details .amc-column .intro .desc{
	margin-top: 20px;
	margin-bottom: 20px;
}

.amc-corevalue{
	overflow: hidden;
	position: relative;
	min-height: 610px;
}
@media(min-width:2400px){
	.amc-corevalue{
		min-height: 700px;
	}
}
@media(max-width:1600px){
	.amc-corevalue{
		min-height: auto;
	}
}
.amc-corevalue .image-left{
	top: 0;
	right: calc(50% - 60px);
	width: calc(58.3% - 50px);
}
@media(max-width:991.98px){
	.amc-corevalue .image-left{
		position: relative !important;
		right: auto;
		left: 0;
	}
}
.amc-corevalue .col-image img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	min-height: 500px;	
}
@media(min-width:2400px){
	.amc-corevalue .col-image img{
		min-height: 700px;
	}
}
.amc-corevalue .col-image .box-image:after{
	content: '';
	display: inline-block;
	background: url(../../assets/images/bg-after.webp) left top repeat-y transparent;
	width: 36px;
	height: 500px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.amc-corevalue .col-image .box-image .amc-fix-bg-image{
	background-image: url(../../assets/images/bg-content-image.webp), url(../../assets/images/bg-content-image-bt.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-position: top right, bottom right;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100% auto;
}
.amc-corevalue .col-content{
	max-width: calc(58.3% - 100px);
	background: url(../../assets/images/Ảnh-Nền-Hoa-Sen.png) right bottom no-repeat transparent;
	background-size: contain;
}
@media(min-width:2400px){
	.amc-corevalue .col-content{
		min-height: 700px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media(max-width:1600px){
	.amc-corevalue .col-content{
		background: none;	
	}
}
@media(max-width:991.98px){
	.amc-corevalue .col-content{
		max-width: 100%;
	}
}
@media(min-width:1600px){
	.amc-corevalue .col-content .box-content-inner{
		width: 70%;	
	}
}
.amc-corevalue .col-content .title{
	margin-left: 140px;
	margin-top: 65px;
	margin-bottom: 10px;
	font-size: 25px;
	color: var(--primary-color);
	font-weight: 600;
}
.amc-corevalue .col-content .text{
	background: #fff;
	padding: 25px 35px;
	width: 90%;
}
.amc-corevalue .col-content .icons {
	padding-left: 60px;
	width: 90%;
}
.amc-corevalue .col-content .icons img{
	width: 60px;
}
@media(max-width:1200px){
	.amc-corevalue .col-content .title{
		margin-left: 0;
		text-align: center;
	}
	.amc-corevalue .col-content .text,
	.amc-corevalue .col-content .icons {
		width: auto;
	}
	.amc-corevalue .col-content .icons {
		padding-left:0;	
	}
}
.amc-corevalue .col-content .icons p{
	font-weight: 500;
}
.width-md{
	max-width: 700px;
}
.activity-details-list{
	background-color: #f7f7f7;
}
.activity-list .item .item-inner{
	border: 1px solid #ebebeb;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.activity-list .item .item-image img{
	width: 428px;
	height: 285px;
	object-fit: cover;
}
.activity-list .item .item-content{
	padding: 15px;
}
.activity-list .item .item-content .title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	color: var(--primary-color);
}
.activity-list .item .item-content .title a{
	color: inherit;	
}
.swiper-button-prev,
.swiper-button-next{
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--second-color);
	border-radius: 50%;
}
.swiper-button-prev:after{
	content:'\f053';
	font-family: fontawesome;
	font-size: 18px;
}
.swiper-button-next:after{
	content:'\f054';
	font-family: fontawesome;
	font-size: 18px;
}

.other-activity-list .item{
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.other-activity-list .item .item-image img{
	width: 100%;
	object-fit: cover;
	min-height: 200px;
	aspect-ratio: 3/4;
}
.other-activity-list .item .item-content{
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin: 0;
	background: linear-gradient(transparent, rgba(73, 70, 64, 0.9));
	padding-bottom: 28px;
	vertical-align: bottom;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 80px;
	text-transform: inherit;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
}
.other-activity-list .item .item-content .title{
	margin-bottom:0;	
}

.cta-container{
	margin-top: 60px;
}
.cta-container .amc-column{
	max-width: 980px;
}
.cta-container .block-inner{
	background: #f2f2f2;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
@media(max-width:576px){
	.cta-container .block-inner{
		gap: 15px;	
	}
}


.excl-container{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 490px;
}
.excl-container .container{
	max-width: 940px;
}
.excl-container .block-excl{
	display: inline-block;
	width: 340px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;	
}
@media(max-width:576px){
	.excl-container .block-excl{
		width: 100%;
	}
}
.excl-container .block-excl .title{
	font-size: 24px;
	font-weight: 600;
}


.single-destination-blog .item{
	padding: 50px 0;
	max-width: 1300px;
	margin: 0 auto;
}
@media(min-width:992px){
	.single-destination-blog .item:nth-child(2n) .col-content{
		order: 2;
	}
}
/*.single-destination-blog .item .col-image{
padding-right: 110px;
padding-left: 15px;
}
.single-destination-blog .item .col-content{
padding: 87px 110px 0 80px;
padding: 50px;
}
.single-destination-blog .item:nth-child(2n) .col-image{
padding-left: 50px;
padding-right: 45px;
}
.single-destination-blog .item:nth-child(2n) .col-content{
padding-right: 95px;
padding-left: 65px;
padding: 50px;
}
*/
.single-destination-blog .box-image{
	overflow: hidden;
	transition: all .3s ease-in-out 0s;
}
.single-destination-blog .box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.single-destination-blog .box-image:hover{
	box-shadow: 0 11px 50px 0 rgba(0, 0, 0, 0.5);
}
.single-destination-blog .box-image:hover img{
	transform: scale(1.1);
}
.single-destination-blog .box-content .title{
	font-size: 32px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .5px;
	color: var(--primary-color);
	margin: 0;
}
.single-destination-blog .box-content .date{
	line-height: 1.4;
	letter-spacing: 1px;
	color: #404040;
	margin: 0;
	padding: 15px 0;
	padding-top: 20px;
}
.single-destination-blog .box-content .location{
	line-height: 1.4;
	letter-spacing: 1px;
	color: #404040;
	margin: 0;
	padding: 15px 0;
	padding-top: 3px;
	padding-bottom: 21px;	
}
.single-destination-blog .box-content .date i,
.single-destination-blog .box-content .location i{
	color: var(--sec-accent-color);
}
.single-destination-blog .box-content .desc{
	line-height: 1.5;
	letter-spacing: .25px;
	color: #767876;
	margin: 0;	
}


.activity-tour{
	padding: 40px 0;
	background-color: #f7f7f7;
}
.activity-reviews{
	padding: 60px 0;
}
.activity-reviews .amc-column{
	max-width: 940px;
}
.activity-reviews .col-content .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.activity-reviews-slide{
	background: #f7f7f7;
}
.activity-reviews-slide .item{
	padding: 40px;
}
.activity-reviews-slide .item .author{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.activity-reviews-slide .item .author img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.activity-reviews-slide .item .author .author-info{
	color: #6b6b6b;
	font-size: 13.5px;
}
.activity-reviews-slide .item .author .author-info .name{
	font-size: 15.5px;
	color: #000;	
}
.activity-reviews-slide .swiper-button-prev{
	left: 0;
}
.activity-reviews-slide .swiper-button-next{
	right: 0;
}
@media(min-width:768px){
	.activity-reviews-slide .pagination-progress{
		display: none;
	}
}

.activity-blog-list .item{
	position: relative;
	margin-bottom: 30px;
}
.activity-blog-list .item .box-image{
	position: realtive
}
.activity-blog-list .item .box-image img{
	width: 100%;
	aspect-ratio: 6/4;
	object-fit: cover;
}
.activity-blog-list .item .box-image .type-blog{
	margin: 0;
	color: #fff;
	font-size: 13.5px;
	padding: 4px;
	position: absolute;
	right: 14px;
	bottom: 12px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 7px;
}
.activity-blog-list .item .box-content{
	background: #f7f7f7;
	padding: 20px;
	min-height: 156px;
}
.activity-blog-list .item .box-content .title{
	font-weight: 600;
	margin-bottom: 15px;
}
.activity-blog-list .item .box-content .title{
	font-weight: 600;
	margin-bottom: 15px;
}
.travel-a-title
{
	display: -webkit-box;
	-webkit-line-clamp: 2;      /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.charity-journey .charity-journey-inner{
	max-width: 1920px;
	margin: 0 auto;
}
.charity-journey .charity-journey-inner .item{
	position: relative;
	padding-bottom: 30px;
}
.charity-journey .charity-journey-inner .item .box-content{
	position: relative;
	padding: 60px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.charity-journey .charity-journey-inner .item .box-content .box-content-item:not(:last-child){
	margin-bottom: 40px;
}
.charity-journey .charity-journey-inner .item .box-content .box-content-item .box-title{
	font-weight: 600;
}
.charity-journey .charity-journey-inner .item .box-content .box-content-item .box-desc{
	display: block;
	color: #898989;
}
.charity-journey .charity-journey-inner .item:nth-child(odd) .box-content{
	padding-left: 100px;	
}
.charity-journey .charity-journey-inner .item .box-image{
	position: relative;
	min-height: 450px;
	height: 100%;
	border-radius: 16px;
	/*overflow: hidden;*/
}
@media(min-width:1600px){
	.charity-journey .charity-journey-inner .item .box-image{
		min-height: 500px;
	}
}
.charity-journey .charity-journey-inner .item .hasbg-img{
	background-attachment: inherit;
	background-position: center center;
	background-size: cover;
}
.charity-journey .charity-journey-inner .item:nth-child(odd) .box-image .img1{
	position: absolute;
	top:50%;
	left:0%;
	width: 50%;
	max-width: 250px;
	transform: translate(0,-50%);
	object-fit: cover;
	height: auto;
	max-height: 100%;
	border-radius: 12px;
}
.charity-journey .charity-journey-inner .item:nth-child(odd) .box-image .img2{
	position: absolute;
	top:auto;
	bottom: 10%;
	left:22%;
	width: 50%;
	max-width: 250px;
	transform: translate(0,10%);
	object-fit: cover;
	height: auto;
	max-height: 100%;
	border-radius: 12px;
}
.charity-journey .charity-journey-inner .item:nth-child(even) .row{
	background: #c7eded;
}
.charity-journey .charity-journey-inner .item:nth-child(even) .box-image .img1{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.charity-journey .charity-journey-inner .item:nth-child(even) .box-image .img2{
	position: absolute;
	bottom:0;
	right:0;
	width: 45%;
	min-width: 250px;
	max-height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
@media(min-width:1024px){
	.charity-journey .charity-journey-inner .item:nth-child(even) .box-image .img2{
		right: -5%;
	}
}
@media(min-width:768px){
	.charity-journey .charity-journey-inner .item:nth-child(even) .col-content{
		order: 2;
	}
}
.charity-journey .charity-journey-inner .item:nth-child(even) .box-content{
	padding-right: 100px;	
	padding-left: 100px;
}
@media(max-width:767.98px){
	.charity-journey .charity-journey-inner .item:nth-child(even) .box-image .img2{
		max-width: 70%;
	}
}
@media(max-width:1024px){
	.charity-journey .charity-journey-inner .item .box-content{
		padding: 40px;
	}
	.charity-journey .charity-journey-inner .item:nth-child(odd) .box-content{
		padding-left: 50px;	

	}
	.charity-journey .charity-journey-inner .item:nth-child(even) .box-content{
		padding-right: 50px;	
		padding-left: 50px;
	}
}
@media(max-width:576px){
	.charity-journey .charity-journey-inner .item:nth-child(odd) .box-content{
		padding-left: 40px;	
	}
	.charity-journey .charity-journey-inner .item:nth-child(even) .box-content{
		padding-right: 40px;	
	}
}

#toc {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	display: table;
	margin-bottom: 1em;
	padding: 8px 10px;
	position: relative;
	width: auto;

	/*position: sticky;
	top: 140px;
	left: 0;*/
}
.toc-title {
	font-weight: 500;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 5px;
}
.toc-list {
	list-style: none;
	padding-left: 0;
}
.toc-list.active{
	display: none;
}
.toc-list li {
	margin: 4px 0;
	font-weight: normal;
}
.toc-list li a {
	color: #444;
	font-size: 14px;
	text-decoration: none;
}
.toc-list li a:hover {
	text-decoration: none;
}
.sub-item {
	margin-left: 1rem;
	font-weight: normal;
}

.blogs-detail-content h2[id], 
.blogs-detail-content h3[id] {
	scroll-margin-top: 140px;
}
.blogs-detail-content figure img{
	height: auto;
	margin-top: 0 !important;
}

.zoom-element {
	animation: zoom-in-zoom-out 1s .7s ease infinite;
}
@keyframes zoom-in-zoom-out {
	0% {
		scale: 1;
	}
	50% {
		scale: 1.05;
	}
	100% {
		scale: 1;
	}
}

.sticky-tour-info {
	width: 100%;
	background: #faf9f8;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	box-shadow: -1px 0 5px rgba(0, 0, 0, .2);
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.sticky-tour-info.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.sticky-tour-info .container {
	display: flex;
	align-items: center;
}
.sticky-tour-info .left-sticky-tour-info {
	width: calc(100% - 580px);
	display: inline-block;
}
.sticky-tour-info .sticky-title-tour, .sticky-tour-info .tour-short-info {
	margin: 0;
	color: #000;
	font-weight: 600;
}
.sticky-tour-info .create-tour.button-bottom {
	margin: 2px 0;
}

.create-tour .btn i{
	margin-right: 8px;
}
.sticky-tour-info  .contact-text.text-bottom {
	margin-left: 10px;
	line-height: 30px;
	border-left: 2px solid grey;
	padding-left: 10px;
	color: var(--accent-color);
}
.sticky-tour-info  .contact-text.text-bottom a{
	font-weight: 700;
	color: inherit;
}
.sticky-tour-info  .contact-text.text-bottom i{
	margin-right: 8px;
	font-size: 20px;	
}
@media(max-width:767.98px){
	.sticky-tour-info .left-sticky-tour-info{
		display: none;
	}
	.sticky-tour-info .create-tour.button-bottom{
		width: calc(100% - 60px);
		margin-left: 5px;
	}
	.sticky-tour-info .create-tour.button-bottom .btn{
		font-size: .8rem;
		display: block;
	}
	.sticky-tour-info .contact-text.text-bottom{
		border-left: unset;
		margin: 0;
		padding-left: 0;
		padding-right: 10px;
	}
	.sticky-tour-info .contact-text.text-bottom a{
		margin: 0;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: var(--primary-color);
		color: #fff;
		vertical-align: middle;
	}
	.sticky-tour-info .contact-text.text-bottom a .phone-number{
		display: none;
	}
	.sticky-tour-info .contact-text.text-bottom i{
		margin:0;
	}
}
.etd{
	position: relative;
	padding: 50px 0;
}
.etd .item{
	position: relative;
}
.etd .item .container{
	width: 100%;
}
@media(min-width:1025px){
	.etd .item .container{
		max-width: 90%;
	}
}
.etd .item.bg-res{
	position: relative;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0px 70px 0px;
	padding: 180px 0 70px 0;
	/*background-image: url(https://ld-wp73.template-help.com/wordpress/prod_19731/v5/wp-content/uploads/2018/07/bg-home-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
@media(max-width:2400px){
	.etd .item.bg-res{
		padding: 50px 0;
	}
}
@media(max-width:1024px){
	.etd .item.bg-res{
		padding: 50px 0;
	}
}
.parallax-section__layout {
	position: absolute;
	display: block;
	width: 58%;
	height: 100%;
	top: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
@media(max-width:767.98px){
	.parallax-section__layout{
		width: 100%;
	}
}
.parallax-section__image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-position-x: 50%;
	background-position-y: 50%;
	will-change: transform;
}
.parallax-section__image {
	-webkit-transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	transition: background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
	-o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98),background-position 0s linear;
	transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
	transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear, -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98);
}
.etd .item.bg-res2 .parallax-section__layout{
	left:0;
	right: auto;
}
.etd .item.bg-res .parallax-section__layout .parallax-section__image {
	background-size: cover;	
}
@media(min-width:768px){
	.col-md-42{
		max-width: 42%;
		flex: 0 0 42%;
	}
	.col-md-58{
		max-width: 58%;
		flex: 0 0 58%;
	}
	.col-md-355{
		max-width: 35.5%;
		flex: 0 0 35.5%;
	}
	.col-md-645{
		max-width: 64.5%;
		flex: 0 0 64.5%;
	}
}
@media(min-width:768px) and (max-width: 1024px){
	.col-md-42{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.col-md-58{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.col-md-355{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.col-md-645{
		max-width: 100%;
		flex: 0 0 100%;
	}
}
.etd .item .inner-wrap{
	padding: 10px 15px 10px 10px;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start;
	display: flex;
}
.etd .item .col-content .inner-wrap{
	z-index:1;
}
@media(max-width:1024px){
	.etd .item .inner-wrap{
		padding: 10px 0;
	}
	.etd .item .col-content .inner-wrap{
		z-index: 1;
		background: #fff;
		padding: 50px 10px;
		box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, .2);
	}
}
@media(max-width:767.98px){
	.etd .item .col-content .inner-wrap{
		padding: 10px;
	}
}
.etd .item .inner-wrap .elem-item{
	width: 100%;
}
.etd .item .inner-wrap .elem-item img{
	object-fit: cover;
}
.etd .item.bg-res .img1,
.etd .item.bg-res .elem-item:nth-child(1){
	text-align: left;
}
.etd .item.bg-res .img1 .elem-widget,
.etd .item.bg-res .elem-item:nth-child(1) .elem-widget{
	padding: 16px 0px 0px 43px;
}
@media(max-width:1024px){
	.etd .item.bg-res .img1 .elem-widget,
	.etd .item.bg-res .elem-item:nth-child(1) .elem-widget{
		padding: 0;
		margin: 0;
	}
}
/*.etd .item.bg-res .img2,
.etd .item.bg-res .elem-item:nth-child(2){
text-align: right;
}*/
.etd .item.bg-res .img2 .elem-widget,
.etd .item.bg-res .elem-item:nth-child(2) .elem-widget{
	margin: -398px 0px 0px 290px;
}

@media(max-width:1024px){
	.etd .item.bg-res .img2 .elem-widget,
	.etd .item.bg-res .elem-item:nth-child(2) .elem-widget{
		margin: -378px 0px 0px 290px;
	}
}
@media(max-width:767.98px){
	.etd .item.bg-res .img1,
	.etd .item.bg-res .img2,
	.etd .item.bg-res .elem-item:nth-child(1),
	.etd .item.bg-res .elem-item:nth-child(2){
		text-align: center;
	}
	.etd .item.bg-res .img1 .elem-widget,
	.etd .item.bg-res .img2 .elem-widget,
	.etd .item.bg-res .elem-item:nth-child(1) .elem-widget,
	.etd .item.bg-res .elem-item:nth-child(2) .elem-widget{
		transform: translate(0) !important;
	}
	.etd .item.bg-res .img2 .elem-widget,
	.etd .item.bg-res .elem-item:nth-child(2) .elem-widget{
		margin: 20px 0px 0px 0px;
	}
}
.etd .item .inner-wrap .box-content-item{
	margin-bottom: 40px;
}
.etd .item .inner-wrap .box-content-item .box-title,
.etd .item .inner-wrap .box-content-item h3{
	color: #292f35;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	line-height: 1.15em;
	letter-spacing: 0px;
}
.etd .item.bg-res2{
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/*margin-top: -200px;*/
	margin-bottom: 0px;
	/*padding: 0px 0px 250px 0px;*/
	padding: 100px 0 50px 0;
}
@media(max-width:1024px){
	.etd .item.bg-res2{
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 0 50px 0;
	}
}
.etd .item.bg-res2 .parallax-section__layout .parallax-section__image {
	background-size: cover;
}
.etd .item.bg-res2 .col-content .inner-wrap{
	background-color: #c4eeec;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	/*margin: 250px 0px 0px 0px;*/
	margin: 0;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 91px;
}

.etd .item.bg-res2 .col-content .inner-wrap .inner-wrap-content{
	border-left: 3px solid #000;
	/*margin: 120px 0;*/
	margin: 50px 0;
	padding: 10px 100px;
}
@media(max-width:1024px){
	.etd .item.bg-res2 .col-content .inner-wrap{
		margin: 50px 0 0 ;
		--e-column-margin-right: 20px;
		--e-column-margin-left: 20px;
		padding: 0px 20px 0px 20px;
	}
	.etd .item.bg-res2 .col-content .inner-wrap .inner-wrap-content{
		margin: 30px 0;
		padding: 10px 20px;
	}
}
.etd .item.bg-res2 .col-image .inner-wrap{
	align-content: flex-end;
	align-items: flex-end;
	height: 100%;
}
.etd .item.bg-res2 .col-image .inner-wrap img{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 6 / 4;
	object-position: center center;
}
.etd .item.bg-res2 .col-image .inner-wrap .elem-item .elem-widget{
	float: right;
	position: relative;
	z-index: 2;
	/*margin: 0px -88px -80px 177px;*/
	margin: 0 -88px 0 177px;
}
@media(min-width:2400px){
	.etd .item.bg-res2 .col-image .inner-wrap .elem-item .elem-widget{
		width: 50%;
	}
}
@media(max-width:1024px){
	.etd .item.bg-res2 .col-image .inner-wrap .elem-item .elem-widget{
		float: none;
		margin: 0;
		padding: 50px 50px 50px 50px;
		padding: 0;
	}
}

.image-style-align-right{
	float: right;
	margin-left: 10px;
	clear: right;
}
.image-style-align-left{
	float: left;
	margin-right: 10px;
	clear: left;
}

/*Mới*/
.travel-desc
{
	display: -webkit-box;
	-webkit-line-clamp: 2;      
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 45px;
}
.main-bg-container {
	/*min-height: 100vh;*/
	width: 100vw;
	background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1500&q=80') no-repeat center center/cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
}

.content-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	max-width: 1350px;
	width: 100vw;
	padding: 15px;
	box-sizing: border-box;
}

@media(max-width:991.98px){
	.content-row{
		flex-direction: column;
	}
}

.project-box {
	background: #fff;
	border-radius: 20px;
	padding: 38px 80px 38px 80px;
	min-width: 420px;
	max-width: 880px;
	width: 100%;
	box-shadow: 0 4px 32px rgba(30, 40, 60, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media(max-width:767.98px){
	.project-box{
		padding: 40px;
	}
}
.project-title-row {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	width: 100%;
	justify-content: center;
}

.project-title {
	font-size: 42px;
	font-weight: 400;
	text-align: center;
	line-height: 1.18;
	max-width: 800px;
	word-break: break-word;
	color: var(--primary-color);
	font-family: var(--second-font);
}

.project-title-row hr {
	display: none;
}

.intro-title {
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 1.13em;
	text-align: center;
	width: 100%;
}

.project-box p {
	margin: 14px 0 0 0;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	max-width: 100%;
}

.center-divider {
	position: relative;
	width: 55px;
	height: 410px;
	margin: 0 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}



.vertical-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 2px;
	background: none;
	z-index: 2;
	text-align: center;
	height: 210px;
	line-height: 1.1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.20);
}

.divider-line-top {
	top: 0;
	height: calc((410px - 230px)/2 - 2px);
	width: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.divider-line-bottom {
	bottom: 0;
	height: calc((410px - 230px)/2 - 2px);
	width: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
@media(max-width:991.98px){
	.center-divider{
		position: relative;
		margin: 0 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
	}
	.vertical-text{
		height: auto;
		writing-mode: unset;
		position: relative;
		top: unset;
		left: unset;
		transform: translate(0);
	}
	.divider-line-top,
	.divider-line-bottom{
		display: none;
	}
}
.gallery-images {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.gallery-images .img-first {
	min-height: 300px;
	margin-bottom: 40px;

}
.gallery-images img {
	width: 225px;
	height: 110px;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0 6px 20px rgba(30, 40, 60, 0.11);
	display: block;
	transition: transform 0.2s;
}

.gallery-images img:hover {
	transform: scale(1.03);
}

.img-dot-container {
	position: relative;
	width: 225px;
	height: 110px;
}

.img-dot-container img {
	width: 100%;
	height: 100%;
}

@media(max-width:991.98px){
	.gallery-images{
		width: 100%;
	}
	.gallery-images .img-first{
		width: 100%;
		aspect-ratio: 6/4;
		display: none;
	}
	.img-dot-container{
		width: 100%;	
		height: auto;
	}
	.img-dot-container img{
		aspect-ratio: 6/4;
	}
}

.dots {
	position: absolute;
	left: 50%;
	bottom: 11px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 3;
}

.dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.92;
	box-shadow: 0 2px 6px rgba(30, 40, 60, 0.10);
}

.dot.active {
	border: 1.2px solid #b3bac8;
}