@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Urbanist:wght@600;700;800&display=swap');
:root{
	--normal-color: #1E293B;
	--primary-color: #007AFF;
	--primary-color-hover: #0062CC;
	--dark-color: #0F172A;
	--bg-color: #F8FBFF;
	--border-color: #E2E8F0;
	--light-color: #EAF4FF;
	--gray-color: #474b4d;
	--gradient-color: linear-gradient(135deg,#007AFF,#5BB6FF);
	
	--primary-font: 'Inter',sans-serif;
	--second-font: 'Urbanist',sans-serif;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-size: 16px;
	line-height: 1.5;
	color: var(--normal-color);
	background: var(--bg-color);
	font-family: var(--primary-font)
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: var(--second-font)
}
li {
	//list-style: none;
	margin-left: 20px;
}

a {
	color: var(--normal-color);
	text-decoration: none;
}
a:hover{
	color: var(--primary-color);
}
.container{
	max-width: 1360px;
}

.btn-primary{
	background: var(--primary-color);
	border-color: var(--primary-color);
	color:#fff;
}

.btn-primary:hover{
	background: var(--primary-color-hover);
}

.btn-outline{
	background:#fff;
	border:1px solid var(--primary-color);
	color: var(--primary-color);
}
.section-light{
	background:#fff;
}

.section-soft{
	background: var(--light-color);
}
.normal-menu {
	min-width: 200px;
	padding: 10px 0;
	background: #1a1a1a;
	border: 1px solid #333;
	list-style: none;
}

.normal-menu li a {
	padding: 10px 20px;
	display: block;
	color: #ccc;
	text-decoration: none;
	transition: all 0.3s;
}

.normal-menu li a:hover {
	background: var(--primary-color);
	padding-left: 25px;
}

.mega-menu-wrapper {
	width: 600px !important;
	padding: 0 !important;
	background: #1a1a1a;
	border: 1px solid #333;
}

.mega-menu-container {
	display: flex;
	min-height: 300px;
}

/* Cột trái */
.mega-menu-left {
	width: 40%;
	border-right: 1px solid #333;
	background: #fff;
}

.continent-list {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
}

.continent-item {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #ccc;
}

.continent-item a {
	color: #000;
}

.continent-item a:hover {
	color: #000;
	text-decoration: none;
}

.continent-item.active {
	background: var(--primary-color);
	color: #fff;
	font-weight: bold;
}

.mega-menu-right {
	width: 60%;
	padding: 20px;
	background-color: #fff;
}

.country-tab-content {
	display: none;
}

.country-tab-content.active {
	display: block;
}

.country-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.country-link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.country-link:hover {
	color: var(--primary-color) !important;
	font-weight: bold;
	text-decoration: none;
}

/* Styling navbar-menu */

.box-navbar {
	z-index: 999;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/* height: auto; */
	height: 85px;
	background-color: #fff;
	border-bottom:1px solid #E2E8F0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
}

.box-navbar.scrollMenu {
	position: fixed;
	background-color: #fff;
	height: 70px;
	transition: all 0.3s linear;
}

.box-navbar.scrollMenu .wrap-navbar .box-logo img {
	transition: all 0.3s linear;
	//filter: invert(80%) sepia(15%) saturate(1234%) hue-rotate(370deg) brightness(380%) contrast(50%);
}

.box-navbar.scrollMenu .wrap-navbar .box-menu .wrap-menu .menu li a,
.box-navbar.scrollMenu .wrap-navbar .box-menu .box-cta .cta i {
	color: #000;
	transition: all 0.3s linear;
}

.box-navbar .wrap-navbar {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	//border: 1px solid #2d2d2d;
}

.box-navbar .wrap-navbar .box-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
	height: auto;
	/*padding: 20px 40px;
	border-right: 1px solid #2d2d2d;
	margin-left: 130px;*/
}

/*.box-navbar.scrollMenu .wrap-navbar .box-logo {
padding: 14px 40px;
margin-left: 130px;
}*/

.box-navbar .wrap-navbar .box-logo img {
	width: 155px;
	height: auto;
}

.box-navbar .wrap-navbar .box-menu {
	display: flex;
	height: 100%;
	/*margin-right: 125px;*/
}

.box-navbar .wrap-navbar .box-menu .wrap-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
	height: auto;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu {
	display: flex;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li {
	position: relative;
	list-style: none;
	margin: 0px 0px;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li > a {
	display: inline-block;
	text-decoration: none;
	color: var(--normal-color);
	padding: 20px 15px;
	font-size: 20px;
	letter-spacing: 0.63px;
}
.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li > a:hover{
	color: var(--primary-color);
}
.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li > .nav-arrow {
	display: none;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li > .nav-arrow > i {
	font-size: 18px;
	color: #fff;
}

.box-navbar .wrap-navbar .box-menu .box-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.box-navbar .wrap-navbar .box-menu .box-cta .cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0px;
	padding: 0px 25px;
	width: 100%;
	height: 100%;
	//border-left: 1px solid #2d2d2d;
}

.box-navbar .wrap-navbar .box-menu .box-cta .cta button {
	background: transparent;
	border: none;
}

.box-navbar .wrap-navbar .box-menu .box-cta .cta i {
	color: #000;
	font-size: 16px;
}

/* dropdown menu  */

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown {
	position: absolute;
	top: 90%;
	left: 0;
	width: 150px;
	/*padding: 20px 0px;*/
	background-color: #252525;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	transform: rotateX(-100deg);
	transform-style: preserve-3d;
	transform-origin: top center;
	transition: transform 0.5s cubic-bezier(0.2, 0.37, 0.6, 1);
}

.box-navbar.scrollMenu .wrap-navbar .box-menu .wrap-menu .menu .dropdown {
	top: 82%;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	transform: rotateX(0deg);
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown > li {
	position: relative;
	list-style: none;
	cursor: pointer;
	width: 100%;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown > li > a {
	display: inline-block;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 16px;
	padding: 15px 0 15px 10px;
	transition: all 0.3s linear;
	width: 100%;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown > li:hover > a {
	transform: translateX(8px);
	color: #000;
	transition: all 0.3s linear;
	font-weight:bold;
}

/* dropdown-left menu */

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left {
	border-right: 1px solid #000;
	display: inline-flex;
	flex-direction: column;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li {
	display: inline-flex;
	align-items: center;
	justify-content: left;
	margin: 15px 60px 15px 10px;
	font-size: 16px;
	color: #fff;
	list-style: none;
	cursor: pointer;
}

.hidden {
	display: none;
	transition: all 0.3s linear;
}

.show {
	display: grid;
	grid-template-columns: auto auto;
	/* flex-direction: column; */
	align-items: flex-start;
	transition-delay: 0s;
}


.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li > a {
	color: #ADA075;
	font-size: 18px;
	font-weight: 500;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right {
	position: absolute;
	top: 0;
	left: 100%;
	width: 400px;
	height: 100%;
	/* display: grid;
	grid-template-columns: auto auto; */
	padding: 20px 10px;
	background-color: #252525;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li:hover > a {
	color: #ADA075;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right > li {
	list-style: none;
	display: inline-flex;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right > li > a {
	display: inline-block;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 14px;
	padding: 15px 10px 15px 30px;
	transition: all 0.3s linear;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown > .dropdown-left > li > .item-right > li > a:hover {
	transform: translateX(8px);
	color: #6c6c6c;
	transition: all 0.3s linear;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li > a {
	display: inline-block;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 10px 15px 30px;
	transition: all 0.3s linear;
}

/* Drop menu-activities */

.box-navbar .wrap-navbar .menu .drop-acti {
	position: absolute;
	top: 90%;
	left: -50vw !important;
	width: 80vw !important;
	display: grid;
	grid-template-columns: auto auto auto auto;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li:hover .drop-acti {
	transform: rotateX(0deg) !important;
	height: auto;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li {
	margin: 0 auto;
	width: 100%;
	padding: 10px 20px;
	list-style: none;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	text-decoration: none;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li:hover > a {
	transform: translateX(0px) !important;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a .drop-acti-img {
	width: 100%;
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a .drop-acti-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: inline-block;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a .drop-acti-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a .drop-acti-text h1 {
	width: 100%;
	text-align: left;
	color: #9d9d9d;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 27px;
	padding: 10px 0px;
	transition: all 0.25s linear;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li:hover > a .drop-acti-text h1 {
	color: #857b5b;
	transition: all 0.25s linear;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti > li > a .drop-acti-text p {
	color: #9d9d9d;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 22px;
	margin: 0px 0px 10px;
}

/* Drop menu-page */

.box-navbar .wrap-navbar .menu .drop-page {
	position: absolute;
	top: 98%;
	left: 0 !important;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li:hover .drop-page {
	transform: rotateX(0deg) !important;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li {
	padding: 10px 0px 10px 20px;
	width: 100%;
	list-style: none;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li:not(:last-child) {
	border-right: 1px solid #000;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li span {
	color: #9d9d9d;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
	margin: 10px 0px 10px 0px;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li > .drop-page-child {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li > .drop-page-child > li {
	list-style: none;
	width: 100%;
	padding: 10px 0px;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li > .drop-page-child > li > a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 22px;
	font-weight: 300;
	transition: all 0.3s linear;
}

.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li > .drop-page-child > li > a:hover {
	transform: translateX(8px);
	transition: all 0.3s linear;
}


/* Styling menu-child */

#menu-child {
	display: none;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 25px;
	left: 0;
}

/* .box-navbar.scrollMenu #menu-child {
display: none;
} */


#menu-child .line {
	display: flex;
	width: 25px;
	height: 4px;
	border-radius: 10px;
	background-color: #fff;
	margin-block: 5px;
}

#menu-child:hover :is(.line) {
	background-color: #000;
}

#menu-child,
#menu-child .line {
	transition: all 0.4s ease-in-out;
}

#menu-child.active {
	transition-delay: 0.8s;
	transform: rotate(45deg);
}

#menu-child.active .line:nth-child(2) {
	width: 0;
}

#menu-child.active .line:nth-child(1),
#menu-child.active .line:nth-child(3) {
	transition-delay: 0.4s;
}

#menu-child.active .line:nth-child(1) {
	transform: translateY(9px);
}

#menu-child.active .line:nth-child(3) {
	transform: translateY(-9px) rotate(90deg);
}

/* Styling scroll to top */

.scroll-to-top {
	position: fixed;
	z-index: 999;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	background-color: var(--primary-color);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none;
}

.scroll-to-top.active {
	display: flex;
}

.scroll-to-top i {
	font-size: 30px;
	color: #fff;
	animation: uad 2s infinite;
}

@keyframes uad {
	0% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}


/* Styling section home */

section {
	width: 100%;
	margin: 0 auto;
}

.box-home {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}

.box-home > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter-bg {
	position: absolute;
	inset:0;
}

.box-home .home-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	flex-direction: column;
	width: 70vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 990;
}

.box-home .home-content .home-title {
	width: 100%;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

.box-home .home-content .home-title i {
	color: #fff;
	font-size: 72px;
	margin: 0px 0px 20px 0px;
}

.box-home .home-content .home-title h1 {
	color: var(--primary-color);
	font-size: 58px;
	text-transform: uppercase;
}

.box-home .home-content .home-title span {
	color: #fff;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0px 0px 0px 15px;
}

.box-home .home-content .home-title span::before {
	content: '';
}

.box-home .home-content .home-form {
	z-index: 999;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	//background-color: #676554;
	//border: 10px solid #54574E;
	padding: 20px 10px 40px 10px;
}

.box-home .home-content .home-form .form {
	display: inline-block;
	position: relative;
	width: 25%;
	/*padding: 10px;*/
	overflow: hidden;
}

/*.box-home .home-content .home-form .form:not(.form4):after {
content: '\25BC';
position: absolute;
top: 70%;
right: 0;
padding: 5px;
transform: translate(-50%, -50%);
color: #ADA075;
cursor: pointer;
pointer-events: none;
}*/

.box-home .home-content .home-form .form p {
	color: #fff;
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	letter-spacing: 1px;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #0cc938 transparent;
	top: 0px;
}
.box-home .home-content .home-form .select-item .select-selected::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	width: 0%;
	height: 0%;
	border: 6px solid transparent;
	border-color: #007bff  transparent transparent transparent;
}
.select-item select,
.select-selected {
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
	//color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	z-index:10;
	appearance: none;
}
.box-home .home-content .home-form .select-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-home .home-content .home-form .select-item select {
	display: none;
	overflow: auto;
	height: 45px;
}
.box-home .home-content .home-form .select-item .select-selected{
	height: 45px;
}
.select-items div,
.select-selected {
	color: #0959ae;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px 16px;
	cursor: pointer;
	user-select: none;
	width: 200px;
	font-weight: 600;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 200px;
	overflow-y: auto;
}

.select-item::-webkit-scrollbar {
	display: block;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.box-home .home-content .home-form .form select {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 3px;
	background-color: #393934bf;
	color: #ADA075;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 10px;
	letter-spacing: 1px;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.box-home .home-content .home-form .form select option {
	width: 100%;
	background-color: #000;
	color: #9d9d9d;
	font-size: 16px;
}

/* .box-home .home-content .home-form .form button {
width: 100%;
height: 45px;
border: none;
border-radius: 3px;
background-color: #252525;
color: #ADA075;
font-size: 18px;
font-weight: 700;
padding: 0px 10px;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 40px;
cursor: pointer;
transition: all 0.3s linear;
}

.box-home .home-content .home-form .form button:hover {
background-color: #ADA075;
color: #252525;
transition: all 0.3s linear;
} */



/* ///////// */

.box-home .home-content .home-form .form button {
	position: relative;
	padding: 0px 10px;
	width: 100%;
	height: 45px;
	background: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .2));
	cursor: pointer;
	transition: all 0.3s linear;
}

.box-home .home-content .home-form .form button:hover {
	border: 1px solid var(--primary-color);
	background: var(--gradient-color);
	color: var(--normal-color);
	animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
	0% {
		background-position: 0% 50%;
	}

	0% {
		background-position: 50% 100%;
	}

	0% {
		background-position: 0% 50%;
	}
}

.icon-1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	transform-origin: 0 0;
	transform: rotate(10deg);
	transition: all .5s ease-in-out;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .3));
}

.box-home .home-content .home-form .form button:hover .icon-1 {
	animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
	transform: rotate(10deg);
}

@keyframes slay-1 {
	0% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(10deg);
	}
}

.icon-2 {
	position: absolute;
	top: 0;
	left: 35px;
	width: 15px;
	transform-origin: 50% 0;
	transform: rotate(10deg);
	transition: all 1s ease-in-out;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

.box-home .home-content .home-form .form button:hover .icon-2 {
	animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
	transform: rotate(0);
}

@keyframes slay-2 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(15deg);
	}

	100% {
		transform: rotate(0);
	}
}

.icon-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	transform-origin: 50% 0;
	transform: rotate(-5deg);
	transition: all 1s ease-in-out;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .5));
}

.box-home .home-content .home-form .form button:hover .icon-3 {
	animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
	transform: rotate(0);
}

@keyframes slay-3 {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0);
	}
}

/* //// */


.box-home .home-feature {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	overflow-x: auto;
}

.box-home .home-feature .wrap-home-feature {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 160px;
	/* min-width: 1210px; */
	overflow: visible;
	margin-bottom: 0;
}

.box-home .home-feature .wrap-home-feature li {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 150px;
	height: 75%;
	padding: 10px;
	border-right: 1px solid #fff;
	cursor: pointer;
	transition: all 0.3s linear;
}

.box-home .home-feature .wrap-home-feature li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	color: #fff;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
}

.box-home .home-feature .wrap-home-feature li a i {
	color: #9d9d9d;
	font-size: 40px;
	margin: 0px 0px 20px 0px;
	transition: all 0.3s linear;
}

.box-home .home-feature .wrap-home-feature li a p {
	margin: 0;
	text-align: center;
}

.box-home .home-feature .wrap-home-feature li:hover a {
	color: #fff;
	transition: all 0.3s linear;
}

.box-home .home-feature .wrap-home-feature li:hover a i {
	color: #fff;
	transform: translateY(-10px);
	transition: all 0.3s linear;
}

/* Styling section adventures */

.box-adventure,
.box-tour,
.box-service,
.box-seller,
.box-guides {
	width: 100%;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.box-adventure .wrap-adventure,
.box-tour .wrap-tour,
.box-seller .wrap-seller,
.box-guides .wrap-guides {
	max-width: 1170px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0px 10px;
}

.box-adventure .wrap-adventure .title-adventure,
.box-tour .wrap-tour .title-tour,
.box-seller .wrap-seller .title-seller,
.box-guides .wrap-guides .title-guides {
	width: 100%;
	margin: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.box-adventure .wrap-adventure .title-adventure h1,
.box-tour .wrap-tour .title-tour h1,
.box-seller .wrap-seller .title-seller h1,
.box-guides .wrap-guides .title-guides h1 {
	color: var(--primary-color);
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 44px;
	margin: 0px 0px 10px;
	text-align: center;
	text-transform: uppercase;
}

.box-adventure .wrap-adventure .title-adventure p,
.box-tour .wrap-tour .title-tour p,
.box-seller .wrap-seller .title-seller p,
.box-guides .wrap-guides .title-guides p,
.box-achieve .wrap-achieve .title-achieve p {
	color: var(--normal-color);
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.8px;
	text-align: center;
}

.box-adventure .wrap-adventure .content-adventure {
	width: 100%;
	margin: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure {
	width: 50%;
	display: grid;
	grid-template-columns: 160px 160px 160px;
	grid-template-rows: 160px 160px 160px;
	gap: 15px;
	justify-content: center;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 28, 28, 0.2);
	bottom: 0;
	left: 0%;
	transition: all 0.3s linear;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card:hover .infor-card {
	background-color: rgba(71, 71, 71, 0.8);
	transition: all 0.3s linear;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card p {
	position: absolute;
	bottom: 10%;
	left: 35%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card i {
	position: absolute;
	top: 40%;
	left: 50%;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	transition: all 0.3s linear;
}

.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card:hover .infor-card i {
	transform: scale(4);
	opacity: 1;
	transition: all 0.3s linear;
}


.box-adventure .wrap-adventure .content-adventure .text-adventure {
	width: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure h3 {
	color: var(--normal-color);
	font-size: 30px;
	line-height: 33px;
	font-weight: 300;
	margin: 0px 0px 35px;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure p {
	color: var(--normal-color);
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	margin: 0px 0px 35px;
}

/* .box-adventure .wrap-adventure .content-adventure .text-adventure button {
background-color: #6b6957;
border: 1px solid #b0a377;
border-radius: 25px;
box-shadow: #000000 1px 2px 5px 0px;
width: 40%;
padding: 12px;
color: #fff;
font-size: 18px;
font-weight: 600;
line-height: 24px;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s linear;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover {
background-color: #b0a377;
transition: all 0.3s linear;
box-shadow: none;
} */

.box-adventure .wrap-adventure .content-adventure .text-adventure button {
	position: relative;
	width: 40%;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	background-color: transparent;
	border: 3px solid #474d4c;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.5s;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure button::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10px;
	left: 10px;
	background-color: #57A49A;
	border-radius: 8px;
	z-index: -1;
	transition: all 0.5s;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover::after {
	top: 0;
	left: 0;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure .icon-1 {
	position: absolute;
	width: 5%;
	top: 10px;
	right: 20px;
	color: #2F5C2F;
	transform-origin: 100% 100%;
	transform: rotate(-25deg) translateX(120%) translateY(20%);
	z-index: -1;
	transition: all 0.5s;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover .icon-1 {
	width: 15%;
	transform: rotate(15deg) translateX(110%) translateY(-50%);
}

.box-adventure .wrap-adventure .content-adventure .text-adventure .icon-2 {
	position: absolute;
	width: 5%;
	top: 20px;
	left: 10px;
	color: #2F5C2F;
	transform-origin: 100% 100%;
	z-index: -1;
	transition: all 0.5s;
}

.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover .icon-2 {
	width: 25%;
	top: -40px;
	left: -80px;
	transform: rotate(90deg);
	z-index: 1;
}

.box-adventure .infor-adventure {
	background-color: #474d4c;
	border: 15px solid #5f6865;
	width: 100%;
	padding: 45px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.box-adventure .infor-adventure h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 1.3px;
	line-height: 60px;
	color: #fff;
}

.box-adventure .infor-adventure span {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1.3px;
	line-height: 60px;
	color: #fff;
}

/* Styling section tours */

.box-tour .wrap-tour .content-tour,
.box-seller .wrap-seller .content-seller {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;
	gap: 25px;
}

.box-tour .wrap-tour .content-tour .card-tour,
.box-seller .wrap-seller .content-seller .card-seller {
	width: 100%;
	display: inline-block;
	background: #fff;
	border: 1px solid var(--border-color);
	overflow: hidden;
	transition: .35s;
	box-shadow: 0 8px 24px rgba(15,23,42,.04);
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour,
.box-seller .wrap-seller .content-seller .card-seller .photo-seller {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour img,
.box-seller .wrap-seller .content-seller .card-seller .photo-seller img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour:hover .photo-tour img,
.box-seller .wrap-seller .content-seller .card-seller:hover .photo-seller img {
	display: block;
	transform: scale(1.2);
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller {
	padding: 0px 10px;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .time-tour {
	z-index: 1;
	position: absolute;
	top: 5%;
	right: 0;
	color: var(--primary-color);
	background-color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 6px 10px;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour:hover .photo-tour .time-tour {
	color: #fff;
	background-color: var(--primary-color);
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0.17, 0.17, 0.17, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour:hover .photo-tour .learn-tour {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .star-tour {
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 15px;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .star-tour i {
	color: orange;
	font-size: 12px;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .book-tour {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .book-tour i {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.1s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .book-tour i:hover {
	color: var(--primary-color);
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour {
	position: absolute;
	bottom: 10%;
	left: 0%;
	width: 100%;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour:hover .photo-tour .learn-tour .price-tour {
	bottom: 0%;
	left: 0%;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour .price h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour .price span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour .price .discount-price {
	text-decoration-line: line-through;
	font-size: 16px;
	color: #5c5e62;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .photo-tour .learn-tour .price-tour a:hover {
	color: var(--primary-color);
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour .infor-tour,
.box-seller .wrap-seller .content-seller .card-tour .infor-seller {
	width: 100%;
	/*margin: 20px 0px 0px 0px;*/
	padding: 20px;
}

.box-tour .wrap-tour .content-tour .card-tour .infor-tour h3,
.box-seller .wrap-seller .content-tour .card-seller .infor-seller h3 {
	color: var(--primary-color);
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	margin: 0px 0px 15px;
	cursor: pointer;
	transition: all 0.3s linear;
}

.box-tour .wrap-tour .content-tour .card-tour:hover .infor-tour h3,
.box-seller .wrap-seller .content-seller .card-seller:hover .infor-seller h3 {
	color: var(--primary-color-hover);
	transition: all 0.3s linear;
	text-decoration: none;
}

.infor-tour a:hover {
	text-decoration: none;
}
.infor-title a:hover {
	text-decoration: none;
}

.box-tour .wrap-tour .content-tour .card-tour .infor-tour p,
.box-seller .wrap-seller .content-seller .card-seller .infor-seller p {
	color: var(--normal-color);
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin: 0px 0px 10px;
}

/* Styling section service */

.box-service .wrap-activities {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.box-service .wrap-activities .card-activitie {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 60px 10px;
	text-align: center;
	color: #fff;
}

.box-service .wrap-activities .card-activitie:nth-child(1) {
	background-color: #6b6957;
}

.box-service .wrap-activities .card-activitie:nth-child(2) {
	background-color: #1744c9;
}

.box-service .wrap-activities .card-activitie:nth-child(3) {
	background-color: var(--primary-color);
}

.box-service .wrap-activities .card-activitie:nth-child(4) {
	background-color: #161e8f;
}

.box-service .wrap-activities .card-activitie i {
	font-size: 50px;
	transition: all 0.3s linear;
}

.box-service .wrap-activities .card-activitie:hover i {
	transform: translateY(-20px);
	transition: all 0.3s linear;
}

.box-service .wrap-activities .card-activitie span {
	font-size: 40px;
	font-weight: 600;
	line-height: 70px;
}

.box-service .wrap-activities .card-activitie h1 {
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
}

.box-service .wrap-service {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0px 10px;
}

.box-service .wrap-service .card-service {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-service .wrap-service .cs2 {
	flex-direction: row-reverse;
}

.box-service .wrap-service .card-service .img-service {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-service .wrap-service .card-service .img-service img {
	display: block;
	width: 100%;
	height: 100%;
}

.box-service .wrap-service .card-service .infor-service {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.box-service .wrap-service .card-service .infor-service h3 {
	width: 100%;
	color: var(--primary-color);
	font-size: 30px;
	margin: 0px 0px 35px 0px;
	font-weight: 600;
	line-height: 33px;
}

.box-service .wrap-service .card-service .infor-service p {
	width: 80%;
	color: var(--normal-color);
	font-size: 18px;
	margin: 0px 0px 35px 0px;
	line-height: 36px;
}

.box-service .wrap-service .card-service .infor-service button {
	width: 30%;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	padding: 5px 10px;
	color: var(--primary-color);
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.3s linear;
}

.box-service .wrap-service .card-service .infor-service button:hover {
	background-color: var(--primary-color);
	color: #fff;
	transition: all 0.3s linear;
}

.box-service .select-service {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-service .select-service button {
	color: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 150px;
	letter-spacing: 4px;
	text-align: center;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s linear;
}

.box-service .select-service .btn-left {
	background-color: #6b6957;
}

.box-service .select-service .btn-right {
	background-color: var(--primary-color);
}

.box-service .select-service button:hover {
	background-color: #ADA075;
	transition: all 0.3s linear;
}

/* Styling section seller */

.box-seller {
	background-color: #fafafa;
}

.box-seller .wrap-seller .content-seller {
	gap: 35px 25px !important;
}

.box-seller .wrap-seller .content-seller .card-seller {
	background: #fff;
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller:hover {
	box-shadow: 0px 5px 10px #dedede;
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .photo-seller {
	cursor: pointer;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-1,
.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-2 {
	padding: 10px 0px;
	border-bottom: 1px solid #dedede;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-1 .infor-title h1 {
	font-size: 24px;
	font-weight: 600;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-add {
	margin: 5px 0px;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-add a {
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #5c5e62;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-add a:hover {
	color: #ADA075;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-place {
	display: flex;
	align-items: center;
	margin: 0px 0px 10px 0px;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-place i {
	font-size: 14px;
	margin: 0px 5px;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-place span {
	font-size: 14px;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-2 button {
	display: inline-block;
	margin: 10px 0px;
	padding: 5px 40px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #fff;
	background: var(--gradient-color);
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.hvr-sweep-to-right:before {
	background: #57A49A !important;
}


.box-seller .wrap-seller .content-seller .card-seller .photo-seller .time-seller {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border: 1px dashed #000;
	border-radius: 50%;
	color: #fff;
	background-color: rgb(196, 0, 72);
	font-size: 14px;
	font-weight: 300;
	padding: 8px 5px;
	margin: 10px;
	transform: rotate(-25deg);
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .price-seller {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px 0px;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .price-seller .price h3 {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

.box-seller .wrap-seller .content-seller .card-seller .infor-seller .price-seller .price span {
	font-size: 20px;
	font-weight: 700;
	transition: all 0.1s linear;
}

.box-seller .wrap-seller .content-seller .card-seller:hover .infor-seller .price-seller .price span:not(.discount-price) {
	color: var(--primary-color);
	transition: all 0.1s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .price-seller .price .discount-price {
	text-decoration-line: line-through;
	font-size: 14px !important;
	color: #5c5e62;
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .price-seller a {
	color: #5c5e62;
	margin: 0px 5px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s linear;
}

.box-seller .wrap-seller .content-seller .card-seller .price-seller a:hover {
	color: rgb(0, 126, 204);
}

/* Styling section guides */

.box-guides .wrap-guides .content-guides {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 25px;
}

.box-guides .wrap-guides .content-guides .card-guides {
	position: relative;
	display: block;
	align-items: center;
	justify-content: center;
	height: 470px;
}

.box-guides .wrap-guides .content-guides .card-guides img {
	width: 100%;
	height: 95%;
	object-fit: cover;
}

.box-guides .wrap-guides .content-guides .card-guides .contact-guides {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 100%;
	background: rgba(0.17, 0.17, 0.17, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.25s linear;
}

.box-guides .wrap-guides .content-guides .card-guides:hover .contact-guides {
	opacity: 1;
	transition: all 0.25s linear;
}

.box-guides .wrap-guides .content-guides .card-guides .contact-guides a {
	color: #fff;
	padding: 5px 13px;
	margin: 1px;
	background-color: var(--primary-color);
	transition: all 0.25s linear;
}

.box-guides .wrap-guides .content-guides .card-guides .contact-guides a:hover {
	background-color: var(--primary-color);
	transition: all 0.25s linear;
}

.box-guides .wrap-guides .content-guides .card-guides .contact-guides i {
	color: #fff;
	font-size: 14px;
}

.box-guides .wrap-guides .content-guides .card-guides .infor-guides {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 10px 0px;
	width: 80%;
	display: block;
	text-align: center;
	background-color: var(--primary-color);
	transition: all 0.2s linear;
}

.box-guides .wrap-guides .content-guides .card-guides:hover .infor-guides {
	width: 100%;
	background-color: var(--primary-color);
	transition: all 0.2s linear;
}

.box-guides .wrap-guides .content-guides .card-guides .infor-guides h1 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	margin: 0px 0px 5px 0px;
}

.box-guides .wrap-guides .content-guides .card-guides .infor-guides p {
	display: inline;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 24px;
	text-transform: uppercase;
}

/* Styling section partner */

.box-partner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fafafa;
}

.box-partner .wrap-partner-1 {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
}

.box-partner .wrap-partner-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-partner .wrap-partner-1 .box-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card {
	width: 100%;
	display: grid;
	grid-template-columns: 20% 80%;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .img-partner {
	border: 3px solid #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .img-partner img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .infor-partner {
	color: #fff;
	text-align: center;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .infor-partner h3 {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 30px;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #fff;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .infor-partner p {
	display: inline;
	font-size: 18px;
	line-height: 36px;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .infor-partner a {
	font-size: 18px;
	line-height: 36px;
	color: #ADA075;
	text-decoration: none;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 100%;
	transform: translate(-50%, 100%);
	display: flex;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slick-dots li {
	list-style: none;
	margin: 0px 20px;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slick-dots li button {
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	font-size: 0;
	cursor: pointer;
}

.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slick-dots li button:hover {
	background-color: #fff;
}

/* ////--2--//// */

.box-partner .wrap-partner-2 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	//height: 350px;
	margin-top: 100px;
}

.box-partner .wrap-partner-2 .content-partner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.box-partner .wrap-partner-2 .content-partner .title-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.box-partner .wrap-partner-2 .content-partner .title-partner h1 {
	color: var(--primary-color);
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 44px;
	margin: 0px 0px 12px;
	text-align: center;
	text-transform: uppercase;
}

.box-partner .wrap-partner-2 .content-partner .title-partner p {
	color: var(--normal-color);
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.8px;
	text-align: center;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner {
	position: relative;
	width: 195px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	margin: 0px 10px;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
	transition: all 0.3s linear;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: var(--primary-color);
	transition: all 0.25s linear;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner:hover:after {
	width: 100%;
	transition: all 0.25s linear;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner img {
	width: 70%;
	height: auto;
	object-fit: cover;
	transition: all 0.25s linear;
}

.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner:hover img {
	filter: invert(66%) sepia(8%) saturate(1682%) hue-rotate(123deg) brightness(91%) contrast(85%);
	transition: all 0.25s linear;
}

/* Styling footer */

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
	object-fit: cover;
	background: var(--dark-color);
}

.box-footer {
	/*display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;*/
	width: 100%;
	padding: 0px 0px;
}

.box-footer .wrap-footer {
	/*max-width: 1170px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.box-footer .wrap-footer .infor-more {
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto;
	gap: 15px;
	margin: 40px 0px;
}

.box-footer .wrap-footer .infor-more .infor {
	display: block;
	margin: 0px 65px;
	margin: 0;
}

.box-footer .wrap-footer .infor-more .infor .box-footer-head {
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	color: #fff;
}

.box-footer .wrap-footer .infor-more .infor ul {
	margin: 25px 0px 0px 0px;
}

.box-footer .wrap-footer .infor-more .infor ul li {
	list-style: none;
	margin: 5px 0px;
}

.box-footer .wrap-footer .infor-more .infor ul li a {
	text-decoration: none;
	font-size: 17px;
	line-height: 24px;
	color: #9d9d9d;
}

.box-footer .wrap-footer .infor-more .infor ul li a:hover {
	color: var(--primary-color) !important;
	text-decoration: none;
}
.box-footer .wrap-footer .infor-more .infor li a:hover {
	color: var(--primary-color) !important;
	text-decoration: none;
}

.box-footer .wrap-footer .icon-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.box-footer .wrap-footer .icon-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 40px 0px;
}

.box-footer .wrap-footer .icon-contact a {
	text-decoration: none;
	color: #44756e;
}
.box-footer .wrap-footer .icon-contact i {
	color: var(--primary-color);
	font-size: 24px;
	transition: all 0.3s ease;
	opacity: 0.8;
}

.box-footer .wrap-footer .icon-contact i:hover {
	color: var(--primary-color);
}

.box-footer .copyright-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0px;

}

.box-footer .copyright .copy {
	display: inline-block;
	color: #9d9d9d;
	font-size: 14px;
	/*transform: translateX(25%);*/
}

.box-footer .copyright .visa {
	display: inline-block;
	transform: translateX(-25%);
}


/* Reponsive */

@media (max-width: 1500px) {
	.box-navbar .wrap-navbar .menu .drop-acti {
		left: -45vw !important;
	}
}


@media (max-width: 1250px) {

	#menu-child {
		display: block;
		z-index: 998;
		margin-left: 20px;
	}

	.box-navbar.active {
		flex-direction: column;
		/* height: auto; */
		height: 100vh;
		position: fixed;
		overflow-y: auto;
		transition: all 0.3s linear;
	}

	.box-navbar.active #menu-child {
		top: 30px;
	}

	.box-navbar .wrap-navbar {
		justify-content: center;
		z-index: 999;
	}

	.box-navbar.active .wrap-navbar {
		flex-direction: column;
		border: none;
	}

	.box-navbar .wrap-navbar .box-logo {
		border: none;
		z-index: 999;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.box-navbar .wrap-navbar .box-menu {
		display: none;
	}

	.box-navbar .wrap-navbar .box-menu.active {
		display: block;
		width: 100%;
		height: 90%;
		transition: all 0.3s linear;
	}

	.box-navbar .wrap-navbar .box-menu.active .wrap-menu {
		align-items: normal;
		justify-content: left;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu {
		transform: translateY(-30%);
		transform-style: preserve-3d;
		transform-origin: top center;
		transition: all 0.5s linear;
	}

	.box-navbar .wrap-navbar .box-menu.active .wrap-menu .menu {
		align-items: normal;
		flex-direction: column;
		justify-content: left;
		width: 100%;
		margin: 0;
		transform: translateY(0%);
		transition: all 0.5s linear;
	}

	.box-navbar .wrap-navbar .box-menu.active .wrap-menu .menu > li {
		border-top: 1px solid #000;
		width: 100%;
	}

	.box-navbar .wrap-navbar .box-menu.active .wrap-menu .menu > li > a {
		padding: 20px;
		width: 100%;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li > .nav-arrow {
		display: block;
		position: absolute;
		top: 20px;
		right: 3%;
		transition: all 0.25s linear;
	}

	.box-navbar .wrap-navbar .box-menu.active .wrap-menu .menu .open > .nav-arrow {
		transform: rotate(-270deg);
		transition: all 0.25s linear;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu > li:hover .drop-acti {
		height: auto;
	}

	.box-navbar .wrap-navbar .box-menu.active .box-cta {
		flex-direction: column;
	}

	.box-navbar .wrap-navbar .box-menu.active .box-cta .cta {
		border: none;
		align-items: normal;
		justify-content: left;
		padding: 0;
		border-top: 1px solid #000;
	}

	.box-navbar .wrap-navbar .box-menu.active .box-cta .cta:last-child {
		border-bottom: 1px solid #000;
	}

	.box-navbar .wrap-navbar .box-menu.active .box-cta .cta a {
		width: 100%;
		padding: 20px;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown {
		visibility: visible;
		overflow: visible;
		transform: rotateX(0deg);
		opacity: 1;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-child .dropdown,
	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-acti,
	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page {
		display: none;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .open .dropdown {
		display: block;
		top: 0;
		padding: 0px 0px 10px 0px;
		height: auto;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .open .drop-acti {
		top: 0;
		display: grid;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .open .drop-page {
		top: 0;
		display: flex;
		justify-content: space-around;
		padding: 0px 20px;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li {
		padding: 10px 10px 10px 10px;
		width: 100%;
		list-style: none;
		border-top: 1px solid #000;
		border-right: none;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li > .drop-page-child {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0px 10px;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .drop-page > li:not(:last-child) {
		border-right: none;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown {
		position: relative;
		display: flex;
		flex-direction: column;
		top: 0;
		padding: 0;
		width: 100%;
		display: none;
		margin: 0;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li {
		display: flex;
		text-align: center;
		font-size: 13px;
		margin: 10px 40px 10px 30px;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right {
		top: 0;
		left: 10%;
		width: 80%;
		grid-template-columns: auto auto auto;
		overflow: scroll;
		height: 100%;
		padding: 10px 10px;
		background-color: transparent;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right::-webkit-scrollbar {
		display: none;
	}

	.box-navbar .wrap-navbar .menu .drop-acti {
		grid-template-columns: auto auto;
		left: 0 !important;
		width: 100% !important;
	}

	.box-navbar .wrap-navbar .menu .drop-acti > li {
		padding: 30px !important;
	}

	/* .box-navbar .wrap-navbar .menu .drop-page {
	grid-template-columns: auto auto auto;
	left: 0 !important;
	width: 100% !important;
} */

	.box-home .home-content {
		width: 97%;
	}

	.box-home .home-content .home-title i {
		font-size: 58px;
	}

	.box-home .home-content .home-title h1 {
		font-size: 48px;
	}

	.box-home .home-content .home-title span {
		font-size: 48px;
	}

	.box-service .wrap-activities .card-activitie {
		padding: 30px 10px;
	}

	.box-service .wrap-activities .card-activitie span {
		font-size: 28px;
		line-height: 50px;
	}

	.box-service .wrap-activities .card-activitie h1 {
		font-size: 16px;
		letter-spacing: 3px;
	}

	.box-tour .wrap-tour .content-tour,
	.box-seller .wrap-seller .content-seller {
		width: 95%;
	}

	.box-service .wrap-service .card-service .infor-service h3 {
		font-size: 28px;
		margin: 0px 0px 25px 0px;
	}

	.box-service .wrap-service .card-service .infor-service p {
		width: 90%;
		color: var(--normal-color);
		font-size: 16px;
		margin: 0px 0px 25px 0px;
		line-height: 25px;
	}

	.box-service .wrap-service .card-service .infor-service button {
		width: 50%;
		padding: 0;
		font-size: 20px;
	}

	.box-guides .wrap-guides .content-guides {
		width: 80%;
	}

	.box-guides .wrap-guides .content-guides .card-guides {
		height: 380px;
	}

	.box-partner .wrap-partner-1 .box-slider {
		width: 80%;
	}

	.box-partner .wrap-partner-2 .content-partner .slider-partner-2 {
		width: 80%;
	}

	.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner {
		width: 150px;
		height: 150px;
		margin: 0px 30px;
	}

	.box-footer .copyright {
		justify-content: center;
		padding: 30px 0px;
	}

	.box-footer .wrap-footer .infor-more {
		grid-template-columns: auto auto auto auto;
		margin: 40px 0px;
	}

	.box-footer .copyright .copy {
		transform: translateX(0%);
	}

	.box-footer .copyright .visa {
		display: none;
	}
}

@media (max-width: 1000px) {

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right {
		left: 20%;
	}

	.box-home .home-content .home-form {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 10px 20px 10px;
	}

	.box-home .home-content .home-form .form {
		width: 50%;
		padding: 10px;
	}

	.box-home .home-content .home-form .form p {
		display: none;
	}

	.box-home .home-content .home-form .form4 {
		width: 100%;
	}


	.box-home .home-content .home-form .form:not(.form4):after {
		top: 50%;
	}

	.box-home .home-content .home-form .form select {
		height: 45px;
		padding: 0px 10px;
		font-size: 14px;
		font-weight: 600;
	}

	.box-home .home-content .home-form .form select option {
		font-size: 12px;
	}

	.box-home .home-content .home-form .form button {
		height: 45px;
		font-size: 16px;
		font-weight: 600;
		margin-top: 0px;
		width: 200px;
	}

	.box-home .home-feature .wrap-home-feature {
		width: 100%;
		height: 120px;
	}

	.box-home .home-feature .wrap-home-feature li {
		padding: 5px;
	}

	.box-home .home-feature .wrap-home-feature li a i {
		font-size: 28px;
		margin: 0px 0px 5px 0px;
	}

	.box-adventure .wrap-adventure .content-adventure {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure {
		width: 100%;
		display: grid;
		grid-template-columns: 240px 240px 240px;
		grid-template-rows: 240px 240px 240px;
		gap: 10px;
		justify-content: center;
		margin: 0px 0px 30px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure {
		width: 100%;
		margin: 20px 0px;
		max-width: 750px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure h3 {
		font-size: 28px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure p {
		color: #000;
		font-size: 14px;
		line-height: 25px;
		font-weight: 500;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure button {
		width: 30%;
		padding: 10px;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}

	.box-tour .wrap-tour .content-tour,
	.box-seller .wrap-seller .content-seller {
		grid-template-columns: auto auto;
		width: 95%;
	}

	.box-service .wrap-activities {
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
		justify-content: normal;
	}

	.box-service .wrap-service .card-service {
		flex-direction: column;
		margin: 30px 0px;
	}

	.box-service .wrap-service .card-service .img-service,
	.box-service .wrap-service .card-service .infor-service {
		width: 80%;
	}

	.box-service .wrap-service .card-service .infor-service {
		text-align: left;
		align-items: normal;
		justify-content: left;
		margin: 20px 0px 0px 0px;
	}

	.box-service .wrap-service .card-service .infor-service h3 {
		font-size: 24px;
		margin: 0px 0px 30px 0px;
		line-height: 30px;
	}

	.box-service .wrap-service .card-service .infor-service p {
		font-size: 16px;
		margin: 0px 0px 30px 0px;
		line-height: 30px;
	}

	.box-service .select-service button {
		font-size: 16px;
		line-height: 100px;
		letter-spacing: 2px;
	}

	.box-guides .wrap-guides .content-guides {
		display: grid;
		grid-template-columns: auto auto;
		gap: 25px;
	}

	.box-partner .wrap-partner-1 {
		height: 600px;
	}

	.box-partner .wrap-partner-1 .box-slider {
		width: 60%;
	}

	.box-partner .wrap-partner-1 .box-slider .slider-partner-1 {
		width: 100%;
	}

	.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slide-card .img-partner {
		width: 90px;
		height: 90px;
		margin: 30px 0px;
	}

	.box-partner .wrap-partner-1 .box-slider .slider-partner-1 .slick-dots {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 100%);
		display: flex;
	}

	.box-partner .wrap-partner-2 .content-partner .slider-partner-2 {
		width: 95%;
	}

	.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner {
		width: 190px;
		height: 190px;
		margin: 0px 30px;
	}

	.box-adventure .wrap-adventure .title-adventure h1,
	.box-adventure .infor-adventure h1,
	.box-tour .wrap-tour .title-tour h1,
	.box-service .wrap-activities .card-activitie h1,
	.box-seller .wrap-seller .title-seller h1,
	.box-guides .wrap-guides .title-guides h1,
	.box-partner .wrap-partner-2 .content-partner .title-partner h1,
	.box-adventure .infor-adventure span,
	.box-about-company .wrap-about-company .title-about-company h1,
	.box-achieve .wrap-achieve .title-achieve h1 {
		font-size: 28px;
		line-height: 25px;
	}

	.box-adventure .wrap-adventure .title-adventure p,
	.box-tour .wrap-tour .title-tour p,
	.box-seller .wrap-seller .title-seller p,
	.box-guides .wrap-guides .title-guides p,
	.box-partner .wrap-partner-2 .content-partner .title-partner p,
	.box-about-company .wrap-about-company .title-about-company p,
	.box-achieve .wrap-achieve .title-achieve p {
		font-size: 16px;
	}

	.box-footer .wrap-footer .infor-more {
		grid-template-columns: auto auto auto;
		margin: 40px 0px;
	}
}

@media (max-width: 768px) {

	.box-navbar {
		height: 70px;
	}

	#menu-child {
		top: 20px;
	}

	.box-navbar .wrap-navbar .menu .drop-acti {
		grid-template-columns: auto;
	}

	.box-home .home-content .home-title i {
		font-size: 60px;
	}

	.box-home .home-content .home-title h1 {
		font-size: 48px;
		width: 100%;
		text-align: left;
	}

	.box-home .home-content .home-title span {
		font-size: 48px;
	}

	.box-home .home-content .home-form .form {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 10px 0px;
		overflow: hidden;
	}

	.box-home .home-content .home-form {
		z-index: 999;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		background-color: transparent;
		border: none;
		padding: 20px 10px 40px 10px;
	}

	.box-adventure .wrap-adventure .title-adventure h1,
	.box-adventure .infor-adventure h1,
	.box-tour .wrap-tour .title-tour h1,
	.box-service .wrap-activities .card-activitie h1,
	.box-seller .wrap-seller .title-seller h1,
	.box-guides .wrap-guides .title-guides h1,
	.box-partner .wrap-partner-2 .content-partner .title-partner h1,
	.box-adventure .infor-adventure span,
	.box-about-company .wrap-about-company .title-about-company h1,
	.box-achieve .wrap-achieve .title-achieve h1 {
		font-size: 24px;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card p {
		position: absolute;
		bottom: 2%;
		left: 40%;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.box-adventure .wrap-adventure .title-adventure p,
	.box-tour .wrap-tour .title-tour p,
	.box-seller .wrap-seller .title-seller p,
	.box-guides .wrap-guides .title-guides p,
	.box-partner .wrap-partner-2 .content-partner .title-partner p,
	.box-about-company .wrap-about-company .title-about-company p,
	.box-achieve .wrap-achieve .title-achieve p {
		font-size: 14px;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card i {
		position: absolute;
		top: 40%;
		left: 50%;
		color: #fff;
		font-size: 12px;
		opacity: 0;
		transition: all 0.3s linear;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure h3 {
		font-size: 22px;
		margin: 0 0 10px;
	}

	.box-seller .wrap-seller .content-seller .card-seller .infor-seller .infor-1 .infor-title h1 {
		font-size: 20px;
		font-weight: 600;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure button {
		width: 35%;
		padding: 10px;
		font-size: 14px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure .icon-1 {
		right: 24px;
		top: 8px;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure {
		width: 100%;
		gap: 5px;
		grid-template-columns: auto auto auto;
		grid-template-rows: auto auto auto;
	}

	.box-adventure .infor-adventure h1 {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	.box-adventure .infor-adventure span {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 25px;
	}

	.box-tour .wrap-tour .content-tour,
	.box-seller .wrap-seller .content-seller {
		grid-template-columns: auto;
		width: 100%;
	}

	.box-service .wrap-activities .card-activitie {
		padding: 20px 5px;
	}

	.box-service .wrap-activities .card-activitie i {
		font-size: 35px;
	}

	.box-service .wrap-activities .card-activitie span {
		font-size: 28px;
		font-weight: 600;
	}

	.box-service .wrap-activities .card-activitie h1 {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.box-service .wrap-service .card-service .img-service,
	.box-service .wrap-service .card-service .infor-service {
		width: 100%;
	}

	.box-service .select-service {
		flex-direction: column;
	}

	.box-service .wrap-service .card-service .infor-service h3 {
		font-size: 20px;
		margin: 0px 0px 10px 0px;
		line-height: 20px;
	}

	.box-service .wrap-service .card-service .infor-service button {
		width: 40%;
		padding: 5px;
		line-height: 25px;
		font-size: 16px;
	}

	.box-guides .wrap-guides .content-guides {
		width: 100%;
		grid-template-columns: auto;
	}

	.box-footer .wrap-footer .infor-more {
		grid-template-columns: auto auto;
		margin: 40px 0px;
	}

	.box-partner .wrap-partner-1 .box-slider {
		width: 90%;
	}

	.box-partner .wrap-partner-2 {
		height: 300px;
	}

	.box-partner .wrap-partner-2 .content-partner .slider-partner-2 .logo-partner {
		width: 130px;
		height: 130px;
	}

	.box-footer .wrap-footer .infor-more .infor h1 {
		font-size: 18px;
		line-height: 25px;
	}

	.box-footer .wrap-footer .infor-more .infor ul {
		margin: 10px 0px 0px 0px;
	}

	.box-footer .wrap-footer .infor-more .infor ul li a {
		font-size: 12px;
		line-height: 20px;
	}

	.box-footer .copyright {
		justify-content: center;
		padding: 15px 0px;
	}

	.box-footer .copyright .copy {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 550px) {

	.scroll-to-top {
		bottom: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
	}

	.scroll-to-top i {
		font-size: 24px;
	}

	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right {
		left: 25%;
		width: 80%;
		grid-template-columns: auto auto;
	}

	.box-home .home-content .home-title {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.box-home .home-content .home-title i {
		font-size: 48px;
	}

	.box-home .home-content .home-title h1 {
		font-size: 28px;
		width: 100%;
		text-align: left;
	}

	.box-home .home-content .home-title span {
		font-size: 28px;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card p {
		position: absolute;
		bottom: 2%;
		left: 30%;
		font-size: 12px;
	}

	.box-adventure .wrap-adventure .content-adventure .photo-adventure .photo-card .infor-card i {
		position: absolute;
		top: 30%;
		left: 50%;
		color: #fff;
		font-size: 9px;
		opacity: 0;
		transition: all 0.3s linear;
	}

	.box-service .wrap-activities .card-activitie i {
		font-size: 35px;
		transition: all 0.3s linear;
	}

	.box-service .wrap-activities .card-activitie span {
		font-size: 24px;
		font-weight: 600;
		line-height: 50px;
	}

	.box-service .wrap-activities .card-activitie h1 {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover .icon-2 {
		left: -55px;
		top: -35px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure .icon-1 {
		right: 13px;
		top: 12px;
	}
}

@media (max-width: 420px) {
	.box-navbar .wrap-navbar .box-menu .wrap-menu .menu .dropdown .dropdown-left > li .item-right {
		left: 35%;
		width: 100%;
		height: 93%;
		grid-template-columns: auto;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure .icon-1 {
		right: 10px;
		top: 15px;
	}

	.box-adventure .wrap-adventure .content-adventure .text-adventure button:hover .icon-2 {
		left: -45px;
		top: -30px;
	}
}

.pagination-container {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagination-container ul.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 8px;
}

.pagination-container ul.pagination li a,
.pagination-container ul.pagination li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
}

.pagination-container ul.pagination li.active span,
.pagination-container ul.pagination li.active a {
	background-color: #0964c8  !important;
	color: white !important;
	border: none;
}

.pagination-container ul.pagination li span:hover,
.pagination-container ul.pagination li a:hover {
	background-color: var(--primary-color) !important;
	color: white !important;
	border: none;
	cursor: pointer;
}

.pagination-container ul.pagination li a:hover {
	background-color: var(--primary-color);
	color: white;
}

.PagedList-skipToNext, .PagedList-skipToLast, .PagedList-skipToFirst, .PagedList-skipToPrevious {
	/* display: none; */
}
@media (max-width: 768px) {
	.box-tour .wrap-tour .content-tour {
		grid-template-columns: 1fr !important;
	}
	.content-tour {
		display: grid;
		grid-template-columns: 1fr; 
		gap: 20px; 
		width: 100%;
	}

	.card-tour {
		width: 100%;
	}
	.box-tour .wrap-tour .content-tour, 
	.box-seller .wrap-seller .content-seller {
		grid-template-columns: 1fr !important;
		width: 100%;
	}
	.mega-menu-container {
		flex-direction: column !important;
	}

	.mega-menu-left, .mega-menu-right {
		width: 100% !important;
		padding: 10px !important;
	}

	.dropdown-mega-menu-wrapper {
		display: none; 
	}
	#menu-child .line {
		width: 25px;
		height: 3px;
		background-color: #000; 
		margin: 5px 0;
		transition: all 0.4s ease-in-out;
	}

	#menu-child.active .line:nth-child(1) {
		transform: rotate(45deg) translate(8px, 8px);
	}
	#menu-child.active .line:nth-child(2) {
		opacity: 0;
	}
	#menu-child.active .line:nth-child(3) {
		transform: rotate(-45deg) translate(8px, -8px);
	}
	#menu-child.active {
		transform: none; 
	}

	#menu-child.active .line:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	#menu-child.active .line:nth-child(2) {
		opacity: 0;
	}

	#menu-child.active .line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	.dropdown.mega-menu-wrapper {
		width: 100vw;         
		max-width: 100%;       
		position: relative;    
		left: 0;               
		overflow-y: auto;      
		max-height: 70vh;      
		box-sizing: border-box; 
	}

	.mega-menu-container {
		flex-direction: column; 
		width: 100%;
	}
	.box-banner {
		height: 300px; 
		min-height: 250px;
	}

	.box-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover; 
	}
	.box-word-tour .list-tour {
		display: block;
		width: 100%;
	}

	.card-word-tour {
		display: flex;
		flex-direction: column; 
		width: 100%;
		margin-bottom: 20px; 
		border: 1px solid #eee;
		border-radius: 8px;
		overflow: hidden;
	}

	.card-word-tour .image-container { 
		width: 100%;
		height: 200px;
	}

	.card-word-tour .content {
		padding: 15px;
	}

	.explore-card {
		display: flex !important;
		flex-wrap: wrap; 
		align-items: center;
		justify-content: space-between;
		padding: 10px !important;
	}

	.wrap-content {
		display: flex;
		flex-direction: column; 
		flex: 1; 
	}

	.price-old-wrapper {
		display: flex;
		gap: 5px;
		font-size: 12px;
		color: #888;
	}

	.price-old {
		text-decoration: line-through;
	}

	.price-new {
		font-size: 18px;
		font-weight: bold;
		color: #000;
	}

	.btn-explore {
		flex: 0 0 auto; 
		margin-left: 10px;
	}
	.explore-card {
		display: flex !important;
		flex-direction: row !important; 
		justify-content: space-between; 
		align-items: center;
		padding: 10px !important;
		gap: 5px;
	}

	.explore-card > div:first-child { 
		display: flex;
		flex-direction: column;
	}

	.label-from, .price-old {
		display: inline-block;
		font-size: 12px;
		margin-right: 5px;
	}

	.price-old { text-decoration: line-through; }

	.explore-card a {
		width: auto !important;
		padding: 8px 15px;
		text-align: center;
	}

	.speedometer {
		display: none; 
	}
	.dropdown.mega-menu-fullwidth {
		display: none !important;
	}
}

.social-fixed{
	position: fixed;
	right: 15px;
	bottom: 87px;
	z-index: 700;
}
.social-fixed .item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.social-fixed .item img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
@media(max-width:550px){
	.social-fixed .item img{
		width: 50px;
		height: 50px;
	}
}