/*
Theme Name: Tour Viet Nam
Version: 1.0
Author: PutaDesign
*/
@font-face {font-family: "Montserrat-Regular"; src: url("assets/fonts/Montserrat-Regular.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-Black"; src: url("assets/fonts/Montserrat-Black.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-Medium"; src: url("assets/fonts/Montserrat-Medium.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-SemiBold"; src: url("assets/fonts/Montserrat-SemiBold.ttf") format("TrueType"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-Bold"; src: url("assets/fonts/Montserrat-Bold.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-ExtraBold"; src: url("assets/fonts/Montserrat-ExtraBold.ttf") format("TrueType"); font-weight: bold; font-style: normal; font-display: swap; }
@font-face {font-family: "Montserrat-Light"; src: url("assets/fonts/Montserrat-Light.ttf") format("TrueType"); font-weight: normal; font-style: normal; font-display: swap; }
.bold-font {font-family: "Montserrat-Bold"; }
.semibold-font {font-family: "Montserrat-SemiBold"; }
:root {--primary-font: "Montserrat-Medium"; --yellow: #c9a954; --dark-yellow: #92793c; --heading-color: #cda954; --border-color: #e8e8e8; --primary-color: #2ed5dd; --blue-light: #e3f8f9; --title-color: #1f6642; --animation-curve: cubic-bezier(1, 0, 0, 1); --red: #ff0000; --black: #444; }
.title-color {color: var(--title-color); }
.gray-text {color: #666; }
.blue-light-bg {background-color: #e3f8f9; }
* {padding: 0; margin: 0; box-sizing: border-box;}
input[type=number]::-webkit-inner-spin-button{ -webkit-appearance:none; }
input,button,textarea,select{ font-family:var(--primary-font); border:0; background-color:transparent; }
input:focus-visible,button:focus-visible,textarea:focus-visible{ outline:0; border:0; }
input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{ position:absolute; top:50%; transform:translateY(-50%); left:0; }
html{ scroll-behavior:smooth; overflow-y:scroll; font-family:var(--primary-font) !important; font-size:16px; }
body{ font-family:var(--primary-font); }
body.fixed{ overflow:hidden; }
a{ text-decoration:none; }
li{ list-style:none; }
img{ width:100%; height:100%; object-fit:cover; }
.obfc{ object-fit:contain; }
:is(p,li){ line-height:1.5; }
.z-index { z-index: 1; }
.font-bold { font-weight: 600; }
.font-thin { font-weight: 100; }
.pointer { cursor: pointer; }
.uppercase { text-transform: uppercase; }
.tac { text-align: center; }
.br-3px { border-radius: 3px; }
.br-5px { border-radius: 5px; }
.br-10px { border-radius: 10px; }
.br-15px { border-radius: 15px; }
.br-20px { border-radius: 20px; }
.br-25px { border-radius: 25px; }
.br-30px { border-radius: 30px; }
.br-35px { border-radius: 35px; }
.br-40px { border-radius: 40px; }
.br-4px { border-radius: 4px; }
.br-6px { border-radius: 6px; }
.br-8px { border-radius: 8px; }
.br-12px { border-radius: 12px; }
.br-14px { border-radius: 14px; }
.br-16px { border-radius: 16px; }

.br-18px { border-radius: 18px; }
.ovh { overflow: hidden; }
.trs-25 { transition: 0.25s; }
.trs-3 { transition: 0.3s; }
.trs-35 { transition: 0.35s; }
.trs-4 { transition: 0.4s; }
.trs-5 { transition: 0.5s; }
.trs-6 { transition: 0.6s; }
.bt { color: #333; }
.wt { color: #fff; }
.gray-text { color: #454545; }
.red-text { color: var(--red); }
.green-text { color: var(--primary-color); }
.white-bg { background-color: #fff; }
.green-bg { background-color: var(--primary-color); }
.black-bg { background-color: #000; }
.yellow-bg { background-color: var(--heading-color); }
.yellow-dark-text { color: var(--dark-yellow); }
.yellow-text { color: var(--yellow); }
.heading-text { color: var(--heading-color); }
.pr { position: relative; }
.pa { position: absolute; }
.db { display: block; }
.dib { display: inline-block; }
.df { display: flex; }
.fwr { flex-wrap: wrap; }
.aic { align-items: center; }
.aib { align-items: baseline; }
.aie { align-items: end; }
.jcsb { justify-content: space-between; }
.jcsa { justify-content: space-around; }
.jcc { justify-content: center; }
.fdr { flex-direction: row; }
.fdrr { flex-direction: row-reverse; }
.fdc { flex-direction: column; }
.fdcr { flex-direction: column-reverse; }
.jce { justify-content: end; }

.fs-10px{ font-size:10px; }.fs-11px{ font-size:11px; }.fs-12px{ font-size:12px; }.fs-13px{ font-size:13px; }.fs-14px{ font-size:14px; }.fs-15px{ font-size:15px; }.fs-16px{ font-size:16px; }.fs-17px{ font-size:17px; }.fs-18px{ font-size:18px; }.fs-19px{ font-size:19px; }.fs-20px{ font-size:20px; }.fs-21px{ font-size:21px; }.fs-22px{ font-size:22px; }.fs-23px{ font-size:23px; }.fs-24px{ font-size:24px; }.fs-25px{ font-size:25px; }.fs-26px{ font-size:26px; }.fs-27px{ font-size:27px; }.fs-28px{ font-size:28px; }.fs-29px{ font-size:29px; }.fs-30px{ font-size:30px; }.fs-31px{ font-size:31px; }.fs-32px{ font-size:32px; }.fs-33px{ font-size:33px; }.fs-34px{ font-size:34px; }.fs-35px{ font-size:35px; }.fs-36px{ font-size:36px; }.fs-37px{ font-size:37px; }.fs-38px{ font-size:38px; }.fs-39px{ font-size:39px; }.fs-40px{ font-size:40px; }.fs-41px{ font-size:41px; }.fs-42px{ font-size:42px; }.fs-43px{ font-size:43px; }.fs-44px{ font-size:44px; }.fs-45px{ font-size:45px; }.fs-46px{ font-size:46px; }.fs-47px{ font-size:47px; }.fs-48px{ font-size:48px; }.fs-49px{ font-size:49px; }.fs-50px{ font-size:50px; }.fs-51px{ font-size:51px; }.fs-52px{ font-size:52px; }.fs-53px{ font-size:53px; }.fs-54px{ font-size:54px; }.fs-55px{ font-size:55px; }.fs-56px{ font-size:56px; }.fs-57px{ font-size:57px; }.fs-58px{ font-size:58px; }.fs-59px{ font-size:59px; }.fs-60px{ font-size:60px; }.fs-61px{ font-size:61px; }.fs-62px{ font-size:62px; }.fs-63px{ font-size:63px; }.fs-64px{ font-size:64px; }.fs-65px{ font-size:65px; }.fs-66px{ font-size:66px; }.fs-67px{ font-size:67px; }.fs-68px{ font-size:68px; }.fs-69px{ font-size:69px; }.fs-70px{ font-size:70px; }.fs-71px{ font-size:71px; }.fs-72px{ font-size:72px; }.fs-73px{ font-size:73px; }.fs-74px{ font-size:74px; }.fs-75px{ font-size:75px; }.fs-76px{ font-size:76px; }.fs-77px{ font-size:77px; }.fs-78px{ font-size:78px; }.fs-79px{ font-size:79px; }.fs-80px{ font-size:80px; }

.fw-u { font-weight: unset; } .fw-b { font-weight: bold; }

.m-0{ margin:0px; }.mr-0{ margin-right:0px; }.ml-0{ margin-left:0px; }.mt-0{ margin-top:0px; }.mb-0{ margin-bottom:0px; }.p-0{ padding:0px; }.pr-0{ padding-right:0px; }.pl-0{ padding-left:0px; }.pt-0{ padding-top:0px; }.pb-0{ padding-bottom:0px; }.m-2{ margin:2px; }.mr-2{ margin-right:2px; }.ml-2{ margin-left:2px; }.mt-2{ margin-top:2px; }.mb-2{ margin-bottom:2px; }.p-2{ padding:2px; }.pr-2{ padding-right:2px; }.pl-2{ padding-left:2px; }.pt-2{ padding-top:2px; }.pb-2{ padding-bottom:2px; }.m-4{ margin:4px; }.mr-4{ margin-right:4px; }.ml-4{ margin-left:4px; }.mt-4{ margin-top:4px; }.mb-4{ margin-bottom:4px; }.p-4{ padding:4px; }.pr-4{ padding-right:4px; }.pl-4{ padding-left:4px; }.pt-4{ padding-top:4px; }.pb-4{ padding-bottom:4px; }.m-5{ margin:5px; }.mr-5{ margin-right:5px; }.ml-5{ margin-left:5px; }.mt-5{ margin-top:5px; }.mb-5{ margin-bottom:5px; }.p-5{ padding:5px; }.pr-5{ padding-right:5px; }.pl-5{ padding-left:5px; }.pt-5{ padding-top:5px; }.pb-5{ padding-bottom:5px; }.m-6{ margin:6px; }.mr-6{ margin-right:6px; }.ml-6{ margin-left:6px; }.mt-6{ margin-top:6px; }.mb-6{ margin-bottom:6px; }.p-6{ padding:6px; }.pr-6{ padding-right:6px; }.pl-6{ padding-left:6px; }.pt-6{ padding-top:6px; }.pb-6{ padding-bottom:6px; }.m-8{ margin:8px; }.mr-8{ margin-right:8px; }.ml-8{ margin-left:8px; }.mt-8{ margin-top:8px; }.mb-8{ margin-bottom:8px; }.p-8{ padding:8px; }.pr-8{ padding-right:8px; }.pl-8{ padding-left:8px; }.pt-8{ padding-top:8px; }.pb-8{ padding-bottom:8px; }.m-10{ margin:10px; }.mr-10{ margin-right:10px; }.ml-10{ margin-left:10px; }.mt-10{ margin-top:10px; }.mb-10{ margin-bottom:10px; }.p-10{ padding:10px; }.pr-10{ padding-right:10px; }.pl-10{ padding-left:10px; }.pt-10{ padding-top:10px; }.pb-10{ padding-bottom:10px; }.m-12{ margin:12px; }.mr-12{ margin-right:12px; }.ml-12{ margin-left:12px; }.mt-12{ margin-top:12px; }.mb-12{ margin-bottom:12px; }.p-12{ padding:12px; }.pr-12{ padding-right:12px; }.pl-12{ padding-left:12px; }.pt-12{ padding-top:12px; }.pb-12{ padding-bottom:12px; }.m-14{ margin:14px; }.mr-14{ margin-right:14px; }.ml-14{ margin-left:14px; }.mt-14{ margin-top:14px; }.mb-14{ margin-bottom:14px; }.p-14{ padding:14px; }.pr-14{ padding-right:14px; }.pl-14{ padding-left:14px; }.pt-14{ padding-top:14px; }.pb-14{ padding-bottom:14px; }.m-15{ margin:15px; }.mr-15{ margin-right:15px; }.ml-15{ margin-left:15px; }.mt-15{ margin-top:15px; }.mb-15{ margin-bottom:15px; }.p-15{ padding:15px; }.pr-15{ padding-right:15px; }.pl-15{ padding-left:15px; }.pt-15{ padding-top:15px; }.pb-15{ padding-bottom:15px; }.m-16{ margin:16px; }.mr-90{ margin-right:90px; }.mr-16{ margin-right:16px; }.ml-16{ margin-left:16px; }.mt-16{ margin-top:16px; }.mb-16{ margin-bottom:16px; }.p-16{ padding:16px; }.pr-16{ padding-right:16px; }.pl-16{ padding-left:16px; }.pt-16{ padding-top:16px; }.pb-16{ padding-bottom:16px; }.m-18{ margin:18px; }.mr-18{ margin-right:18px; }.ml-18{ margin-left:18px; }.mt-18{ margin-top:18px; }.mb-18{ margin-bottom:18px; }.p-18{ padding:18px; }.pr-18{ padding-right:18px; }.pl-18{ padding-left:18px; }.pt-18{ padding-top:18px; }.pb-18{ padding-bottom:18px; }.m-20{ margin:20px; }.mr-20{ margin-right:20px; }.ml-20{ margin-left:20px; }.mt-20{ margin-top:20px; }.mb-20{ margin-bottom:20px; }.p-20{ padding:20px; }.pr-20{ padding-right:20px; }.pl-20{ padding-left:20px; }.pt-20{ padding-top:20px; }.pb-20{ padding-bottom:20px; }.m-24{ margin:24px; }.mr-24{ margin-right:24px; }.ml-24{ margin-left:24px; }.mt-24{ margin-top:24px; }.mb-24{ margin-bottom:24px; }.p-24{ padding:24px; }.pr-24{ padding-right:24px; }.pl-24{ padding-left:24px; }.pt-24{ padding-top:24px; }.pb-24{ padding-bottom:24px; }.m-28{ margin:28px; }.mr-28{ margin-right:28px; }.ml-28{ margin-left:28px; }.mt-28{ margin-top:28px; }.mb-28{ margin-bottom:28px; }.p-28{ padding:28px; }.pr-28{ padding-right:28px; }.pl-28{ padding-left:28px; }.pt-28{ padding-top:28px; }.pb-28{ padding-bottom:28px; }.m-30{ margin:30px; }.mr-30{ margin-right:30px; }.ml-30{ margin-left:30px; }.mt-30{ margin-top:30px; }.mb-30{ margin-bottom:30px; }.p-30{ padding:30px; }.pr-30{ padding-right:30px; }.pl-30{ padding-left:30px; }.pt-30{ padding-top:30px; }.pb-30{ padding-bottom:30px; }.m-32{ margin:32px; }.mr-32{ margin-right:32px; }.ml-32{ margin-left:32px; }.mt-32{ margin-top:32px; }.mb-32{ margin-bottom:32px; }.p-32{ padding:32px; }.pr-32{ padding-right:32px; }.pl-32{ padding-left:32px; }.pt-32{ padding-top:32px; }.pb-32{ padding-bottom:32px; }.m-36{ margin:36px; }.mr-36{ margin-right:36px; }.ml-36{ margin-left:36px; }.mt-36{ margin-top:36px; }.mb-36{ margin-bottom:36px; }.p-36{ padding:36px; }.pr-36{ padding-right:36px; }.pl-36{ padding-left:36px; }.pt-36{ padding-top:36px; }.pb-36{ padding-bottom:36px; }.m-40{ margin:40px; }.mr-40{ margin-right:40px; }.ml-40{ margin-left:40px; }.mt-40{ margin-top:40px; }.mb-40{ margin-bottom:40px; }.p-40{ padding:40px; }.pr-40{ padding-right:40px; }.pl-40{ padding-left:40px; }.pt-40{ padding-top:40px; }.pb-40{ padding-bottom:40px; }.m-48{ margin:48px; }.mr-48{ margin-right:48px; }.ml-48{ margin-left:48px; }.mt-48{ margin-top:48px; }.mb-48{ margin-bottom:48px; }.p-48{ padding:48px; }.pr-48{ padding-right:48px; }.pl-48{ padding-left:48px; }.pt-48{ padding-top:48px; }.pb-48{ padding-bottom:48px; }.m-54{ margin:54px; }.mr-54{ margin-right:54px; }.ml-54{ margin-left:54px; }.mt-54{ margin-top:54px; }.mb-54{ margin-bottom:54px; }.p-54{ padding:54px; }.pr-54{ padding-right:54px; }.pl-54{ padding-left:54px; }.pt-54{ padding-top:54px; }.pb-54{ padding-bottom:54px; }.m-56{ margin:56px; }.mr-56{ margin-right:56px; }.ml-56{ margin-left:56px; }.mt-56{ margin-top:56px; }.mb-56{ margin-bottom:56px; }.p-56{ padding:56px; }.pr-56{ padding-right:56px; }.pl-56{ padding-left:56px; }.pt-56{ padding-top:56px; }.pb-56{ padding-bottom:56px; }.m-60{ margin:60px; }.mr-60{ margin-right:60px; }.ml-60{ margin-left:60px; }.mt-60{ margin-top:60px; }.mb-60{ margin-bottom:60px; }.p-60{ padding:60px; }.pr-60{ padding-right:60px; }.pl-60{ padding-left:60px; }.pt-60{ padding-top:60px; }.pb-60{ padding-bottom:60px; }.m-64{ margin:64px; }.mr-64{ margin-right:64px; }.ml-64{ margin-left:64px; }.mt-64{ margin-top:64px; }.mb-64{ margin-bottom:64px; }.p-64{ padding:64px; }.pr-64{ padding-right:64px; }.pl-64{ padding-left:64px; }.pt-64{ padding-top:64px; }.pb-64{ padding-bottom:64px; }.m-70{ margin:70px; }.mr-70{ margin-right:70px; }.ml-70{ margin-left:70px; }.mt-70{ margin-top:70px; }.mb-70{ margin-bottom:70px; }.p-70{ padding:70px; }.pr-70{ padding-right:70px; }.pl-70{ padding-left:70px; }.pt-70{ padding-top:70px; }.pb-70{ padding-bottom:70px; }.m-75{ margin:75px; }.mr-75{ margin-right:75px; }.ml-75{ margin-left:75px; }.mt-75{ margin-top:75px; }.mb-75{ margin-bottom:75px; }.p-75{ padding:75px; }.pr-75{ padding-right:75px; }.pl-75{ padding-left:75px; }.pt-75{ padding-top:75px; }.pb-75{ padding-bottom:75px; }.m-80{ margin:80px; }.mr-80{ margin-right:80px; }.ml-80{ margin-left:80px; }.mt-80{ margin-top:80px; }.mb-80{ margin-bottom:80px; }.p-80{ padding:80px; }.pr-80{ padding-right:80px; }.pl-80{ padding-left:80px; }.pt-80{ padding-top:80px; }.pb-80{ padding-bottom:80px; }.m-90{ margin:90px; }.mr-90{ margin-right:90px; }.ml-90{ margin-left:90px; }.mt-90{ margin-top:90px; }.mb-90{ margin-bottom:90px; }.p-90{ padding:90px; }.pr-90{ padding-right:90px; }.pl-90{ padding-left:90px; }.pt-90{ padding-top:90px; }.pb-90{ padding-bottom:90px; }.m-96{ margin:96px; }.mr-96{ margin-right:96px; }.ml-96{ margin-left:96px; }.mt-96{ margin-top:96px; }.mb-96{ margin-bottom:96px; }.p-96{ padding:96px; }.pr-96{ padding-right:96px; }.pl-96{ padding-left:96px; }.pt-96{ padding-top:96px; }.pb-96{ padding-bottom:96px; }.m-112{ margin:112px; }.mr-112{ margin-right:112px; }.ml-112{ margin-left:112px; }.mt-112{ margin-top:112px; }.mb-112{ margin-bottom:112px; }.p-112{ padding:112px; }.pr-112{ padding-right:112px; }.pl-112{ padding-left:112px; }.pt-112{ padding-top:112px; }.pb-112{ padding-bottom:112px; }.m-128{ margin:128px; }.mr-128{ margin-right:128px; }.ml-128{ margin-left:128px; }.mt-128{ margin-top:128px; }.mb-128{ margin-bottom:128px; }.p-128{ padding:128px; }.pr-128{ padding-right:128px; }.pl-128{ padding-left:128px; }.pt-128{ padding-top:128px; }.pb-128{ padding-bottom:128px; }.m-144{ margin:144px; }.mr-144{ margin-right:144px; }.ml-144{ margin-left:144px; }.mt-144{ margin-top:144px; }.mb-144{ margin-bottom:144px; }.p-144{ padding:144px; }.pr-144{ padding-right:144px; }.pl-144{ padding-left:144px; }.pt-144{ padding-top:144px; }.pb-144{ padding-bottom:144px; }

.w50 { width: 50%; }.w100 { width: 100%; }.w-fit { width: fit-content; }.h100 { height: 100%; }

.lh-18 { line-height: 1.8; }.lh-15 { line-height: 1.5; }.lh-20 { line-height: 2; }.lh-25 > * { line-height: 2.5; }

.line-clamp-1 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; }
.line-clamp-2 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; }
.line-clamp-3 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; }
.line-clamp-4 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; }

article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) {margin: 16px 0; line-height: 1.9; font-family: var(--primary-font) !important; }
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul,article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol {  padding-left: 20px;}
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ul li,article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) ol li {  list-style: inherit;}
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img {  width: auto;}
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) img.aligncenter {  display: block;  margin: auto;}
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table {  border-collapse: collapse;}
article :is(p, h2, h3, h4, h5, ul, ol, ul li, ol li, div, span) table td {  border: 1px solid var(--black);}
article :is(.wp-video) {  margin: 0 auto;}
article table :is(td, th) {  padding: 14px 12px;  border: 1px solid rgba(0, 0, 0, 0.1);}
article table {  margin-top: 16px;}
article ul { padding-left: 18px;}
article li {  list-style: disc;  margin: 8px 0 !important;}
article a {  color: var(--primary-color);}
article ul,article ol {  list-style: disc;  margin: 16px 0 !important;}
article table :is(td, th) {  padding: 14px 12px;}
article table {  margin-top: 16px;}

#breadcrumbs a { color: #fff; }
#breadcrumbs .divider { margin: 0 6px; }
form .form-group.invalid > :first-child { border: 1px solid var(--red); }
form .form-message.invalid { margin-top: 5px; color: var(--red); font-size: 13px; font-style: italic; position: absolute; left: 5px; bottom: -20px; }
form .form-alert { width: 100%; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); }
form .form-alert.error { color: var(--red); }
form .form-alert.success { color: 11bb0f; }
.loading-container { position: absolute; bottom: 4px; left: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: 0.25s; width: 1px; }
.loading-container.active { opacity: 1; visibility: visible; }
.loading-spinning-bubbles { position: relative; margin: auto; }
.loading-spinning-bubbles .bubble-container { position: absolute; transform-origin: -150% 50%; }
.loading-spinning-bubbles .bubble-container .bubble { background: var(--secondary-color); width: 8px; height: 8px; border-radius: 50%; animation: bubble 1s infinite; animation-delay: inherit; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+1) { transform: translateX(200%) rotate(-90deg); animation-delay: -1.5s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+2) { transform: translateX(200%) rotate(-45deg); animation-delay: -1.375s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+3) { transform: translateX(200%); animation-delay: -1.25s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+4) { transform: translateX(200%) rotate(45deg); animation-delay: -1.125s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+5) { transform: translateX(200%) rotate(90deg); animation-delay: -1s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+6) { transform: translateX(200%) rotate(135deg); animation-delay: -0.875s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+7) { transform: translateX(200%) rotate(180deg); animation-delay: -0.75s; }
.loading-spinning-bubbles .bubble-container:nth-of-type(0n+8) { transform: translateX(200%) rotate(225deg); animation-delay: -0.625s; }
@keyframes bubble { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); }}
.quatrang { padding-top: 32px; }
.quatrang .page-numbers { width: 34px; height: 34px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #333; font-size: 15px; transition: 0.5s; }
.quatrang .page-numbers.current { background-color: var(--primary-color); color: #fff; }
.quatrang .page-numbers + .page-numbers { margin-left: 10px; }
.quatrang .page-numbers:hover { background-color: var(--primary-color); color: #fff; }
body { width: 100%; height: 100%; }
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 12px; font-family: "Montserrat-bold"; }
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { background-image: unset !important; }
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow::before { content: "\f0d7"; font-family: "FontAwesome"; position: absolute; top: 2px; left: 50%; font-size: 13px; transform: translateX(-50%) rotate(180deg); }
.gt_float_switcher { border: 1px solid #ebebeb !important; border-radius: 4px !important; box-shadow: none !important; font-size: 16px !important; }
.gt_float_switcher .gt-selected .gt-current-lang { padding: 2px 8px !important; }
.gt_float_switcher .gt_options { position: absolute !important; max-width: 250px !important; background-color: #fff !important; top: 43px !important; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); border-radius: 5px !important; min-width: 48px; }
.gt_float_switcher .gt_options a { padding: 4px 12px !important; font-size: 12px; font-weight: 700; }
.gt_float_switcher .gt_options.gt-open { transform: translate(0px, -9px) !important; }
#gt_float_wrapper { position: relative !important; }
.gt_float_switcher img { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
.gt_float_switcher img { display: none !important; }
.gt_float_switcher { box-shadow: none !important; }
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code { font-size: 12px !important; }
.bg { background-position: center; background-repeat: no-repeat; background-size: cover; }
.header-top .top { border-bottom: 1px solid var(--border-color); }
.header-top .icon-wrap { width: 12px; height: auto; }
.header-top .bottom::before { content: ""; position: absolute; top: 0; left: -2px; width: calc((100% - 1290px) / 2); height: 100%; background-color: var(--primary-color); }
.header-top .bottom .logo { padding: 4px 0px; }
.header-top .bottom .logo::before { width: 152%; content: ""; position: absolute; top: 0; left: -40px; height: 100%; background-image: url(./assets/img/bg.png); z-index: -1; background-size: cover; background-repeat: no-repeat; }
.header-top .bottom .main-menu li + li { margin-left: 48px;}
.header-top .bottom .main-menu li > .sub-menu{position: absolute; top: 40px; left: 50%; width: calc(100% + 25px); padding: 12px 14px; background-color: #fff; z-index: 10; border-radius: 5px; opacity: 0; visibility: hidden; transition: .4s; transform: translatex(-50%); min-width: 120px;}
.header-top .bottom .main-menu li > .sub-menu:before {content: ""; position: absolute; top: -17px; left: 0; width: 100%; height: 20px; background-color: #fff;}
.header-top .bottom .main-menu li:hover  > .sub-menu {opacity: 1; visibility: visible;}
.header-top .bottom .main-menu li > .sub-menu li + li {margin-left: 0; margin-top: 12px;}
.header-top .bottom .main-menu li > .sub-menu > li:hover > a > h3 {color: var(--primary-color); margin-left: 4px;}
.header-top .bottom .main-menu > li {position: relative;}
.header-top .bottom .main-menu > li:hover > a > h3 { color: var(--primary-color);}
/* .header-top .bottom .main-menu > li  > .sub-menu  h3 {text-align: center;} */

.header-top .bottom .contact-btn { margin-left: -80px; background-color: var(--primary-color); border-radius: 20px; border: 1px solid var(--primary-color); padding: 12px 18px; }
.header-top .bottom .contact-btn:hover { background-color: #fff; color: var(--primary-color); }
.header-slide { height: 650px; }
.header-slide .slide-animate { opacity: 0; transform: translateY(40px); transition: all 1.2s ease; }
.header-slide :is(h2, h3) { font-weight: 400; }
.header-slide .slide-animate.show { opacity: 1; transform: translateY(0); }
.header-slide .slide-item-wrap::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }
.destination .cat-box h3:hover a { color: var(--primary-color); }
.destination .cat-box .img-wrap { width: 100%; height: 250px; border-radius: 20px; overflow: hidden; }
.destination .cat-box .img-wrap::before { background: rgba(255, 255, 255, 0.5); content: ""; height: 0; left: 0; opacity: 1; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 9; }
.destination .cat-box .img-wrap:hover img { transform: scale(1.3); }
.destination .cat-box .img-wrap:hover::before { height: 100%; opacity: 0; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
.destination .cat-box .count { position: absolute; top: 15px; right: 24px; padding: 3px 14px; z-index: 10; background-color: var(--primary-color); border-radius: 20px; }

.destination .categorySlider { padding-top: 80px; padding-bottom: 30px; }
.destination .slider-pagination { position: unset; margin-top: 80px; text-align: center; }
.destination .slider-pagination .swiper-pagination-bullet { width: 14.5px; height: 14.5px; background-color: transparent; border: 2px solid var(--primary-color); margin: 0 8px !important; opacity: 1; }
.destination .slider-pagination .swiper-pagination-bullet-active { background-color: var(--primary-color); }
.normal-btn { background-color: var(--primary-color); border-radius: 30px; padding: 14px 25px; border: 1px solid var(--primary-color); }
.normal-btn:hover { background-color: transparent; color: var(--primary-color); }
.normal-btn .icon-wrap { position: absolute; top: -40px; right: -55px; width: 40px; height: auto; }
.intro-section .imgs-wrap { height: 580px; }
.intro-section .imgs-wrap .left { width: 292px; flex-shrink: 0; }
.intro-section .imgs-wrap .left .img-wrap { border-radius: 165px; overflow: hidden; }
.intro-section .imgs-wrap .right .img-wrap { width: 280px; height: 280px; border-radius: 150px 150px 150px 0; overflow: hidden; }
.intro-section .imgs-wrap .right .img-wrap:nth-child(2) { border-radius: 150px 0 150px 150px; }
.intro-section .title-wrap { padding-left: 40px; }
.tour::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 55%; background-color: var(--blue-light); z-index: -1; }
.tour .splide__pagination { position: relative; margin-top: 70px; bottom: unset; }
.tour .splide__pagination__page { width: 14.5px; height: 14.5px; background-color: #fff; border: 2px solid var(--primary-color); margin: 0 6px; }
.tour .splide__pagination__page.is-active { transform: unset; background-color: var(--primary-color); }
.tour-box .tour-img { height: 234px; width: 100%; border-radius: 24px 24px 0 0; overflow: hidden; }
.tour-box .tour-img::before { background: rgba(255, 255, 255, 0.5); content: ""; height: 0; left: 0; opacity: 1; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 9; }
.tour-box .tour-img:hover img { transform: scale(1.3); }
.tour-box .tour-img:hover::before { height: 100%; opacity: 0; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
.tour-box .tour-content { border-radius: 0 0 24px 24px; padding: 20px; border: 1px solid var(--border-color); background-color: #fff; }
.tour-box .tour-content .tour-title > a { display: block; font-size: 17px; height: 45.5px; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; }
.tour-box .tour-book-btn { background-color: var(--primary-color); border-radius: 30px; border: 1px solid var(--primary-color); padding: 4px 27px; transition: 0.3s; }
.tour-box .tour-book-btn:hover { background-color: #fff; color: var(--primary-color); }
.tour-box .tour-title:hover a { color: var(--primary-color); }
.gallery-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 190px 190px; gap: 20px; grid-template-areas: "c1 c2 c3 c4 c5" "c1 c6 c3 c7 c5"; }
.gallery-wrap .img-wrap { border-radius: 20px; overflow: hidden; }
.gallery-wrap .img-wrap:hover img { transform: scale(1.3); }
.gallery-wrap .img-wrap:nth-child(1) { grid-area: c1; height: 190px; transform: translateY(-50%); position: absolute; top: 50%; width: 100%; left: 0; }
.gallery-wrap .img-wrap:nth-child(2) { grid-area: c2; }
.gallery-wrap .img-wrap:nth-child(3) { grid-area: c3; }
.gallery-wrap .img-wrap:nth-child(4) { grid-area: c4; }
.gallery-wrap .img-wrap:nth-child(5) { grid-area: c5; height: 190px; transform: translateY(-50%); position: absolute; top: 50%; width: 100%; left: 0; }
.gallery-wrap .img-wrap:nth-child(6) { grid-area: c6; }
.gallery-wrap .img-wrap:nth-child(7) { grid-area: c7; }
footer .footer-info { width: 25%; }
footer .menu { width: 25%; padding-left: 100px; }
footer .menu ul { padding-left: 18px; }
footer .menu ul li + li { margin-top: 12px; }
footer .menu li { position: relative; transition: 0.3s; }
footer .menu li:hover { margin-left: 5px; }
footer .menu li:hover h3 { color: var(--primary-color); }
footer .menu li::before { content: ""; position: absolute; top: 50%; left: -18px; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background-color: #44d3da; }
footer .contact { width: 25%; padding-left: 80px; }
footer .map { width: 25%; }
footer .iframe-wrap { margin-left: auto; width: 250px; height: 210px; border-radius: 10px; overflow: hidden; }
footer .iframe-wrap iframe { width: 100%; height: 100%; }
footer .logo-footer { width: 125px; height: auto; }
footer .socials a { width: 32px; height: 32px; border-radius: 50%; background-color: var(--primary-color); color: #fff; margin: 0 6px; transition: 0.3s; }
footer .socials a > img {width: 22px; height: auto; object-fit: contain;}
footer .socials a.wechat > img{filter: brightness(49) blur(0px);}
footer .socials a.imo {background-color: #fff;}
footer .socials a.imo > img {width: 32px; height: 32px; object-fit: contain;}
footer .socials a:hover { transform: scale(1.18); }
footer .contact-item .icon-wrap { width: 32px; height: 32px; border-radius: 50%; background-color: #E9F6F9; margin-right: 12px; flex-shrink: 0; }
footer .contact-item .icon-wrap img { width: 18px; height: 18px; }
footer .contact-item a + a { margin-top: 2px; }
footer .contact-item + .contact-item { margin-top: 12px; }
footer .contact-item a { transition: 0.3s; }
footer .contact-item a:hover { color: var(--primary-color); }
.copyright { background-color: var(--primary-color); }
.sub-header { height: 335px; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; }
.sub-header:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 1; }
.light-down-effect::before { background: rgba(255, 255, 255, 0.5); content: ""; height: 0; left: 0; opacity: 1; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 9; }
.light-down-effect:hover img { transform: scale(1.25); }
.light-down-effect:hover::before { height: 100%; opacity: 0; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; }
#breadcrumbs > span { display: flex; align-items: center; }
#breadcrumbs .divider { width: 17px; height: 9px; transform: translateY(-5px); }
#breadcrumbs .divider img { object-fit: contain; }
.destination-page .destination-wrap .img-wrap { width: 100%; height: 270px; border-radius: 20px; overflow: hidden; }
.destination-page h3:hover a { color: var(--primary-color); }
.destination-page .count { position: absolute; top: 15px; right: 24px; padding: 3px 14px; z-index: 10; background-color: var(--primary-color); border-radius: 20px; }
.destination-page .g-lg-5,
.destination-page .gy-lg-5 { --bs-gutter-y: 30px; }
.destination-page .g-lg-5,
.destination-page .gx-lg-5 { --bs-gutter-x: 30px; }
.taxo-page .tour-wrap { padding: 20px; background-color: #fff; border-radius: 20px; transition: 0.4s; }
.taxo-page .tour-wrap:hover { transform: translateY(-6px); box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); }
.taxo-page .tour-wrap h2:hover a { color: var(--primary-color); }
.taxo-page .tour-wrap .img-wrap { width: 295px; height: 255px; border-radius: 20px; overflow: hidden; flex-shrink: 0; margin-right: 40px; }
.taxo-page .tour-wrap .img-wrap:hover img { transform: scale(1.1); }
.taxo-page .tour-wrap + .tour-wrap { margin-top: 28px; }
.taxo-page .wrap-detail + .wrap-detail { margin-top: 12px; }
.taxo-page .tour-wrap .info { padding: 16px 0 0; }
.taxo-page .sidebar { border-radius: 20px; padding: 30px 32px; border: 1px solid var(--border-color); position: sticky; top: 0; }
.taxo-page .sidebar a + a { margin-top: 14px; }
.taxo-page .sidebar a:hover span { color: var(--primary-color); }
.button-wrap > span { margin-bottom: 6px; }

.button-wrap a:nth-child(1) { background: #1b613d; clip-path: polygon(  0 0,  75% 0, 100% 100%, 0 100%); width: 45%}
.button-wrap a:nth-child(2) {  background: var(--primary-color);  clip-path: polygon( 20% 0, 100% 0, 100% 100%, 0 100%  );width: 55%; padding: 11px 30px 11px 30px !important; border-radius: 0 20px 20px 0; transform: translateX(1px);}
/* .button-wrap a:nth-child(2):before {content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-color} */

.button-wrap .wrap{background-color: #1b613d; border-radius: 20px; overflow: hidden;}
.button-wrap .wrap a {padding: 10px 30px; display: flex; align-items: center; justify-content: center;}
.button-wrap .wrap a:nth-child(1) { border-radius: 20px 0 0 20px; padding-right: 32px;}
/* .button-wrap .wrap a:nth-child(1):before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(./assets/img/shape-1.png); background-size: contain; background-position: 0 0; background-repeat: no-repeat;} */
.button-wrap .wrap a:nth-child(1):hover { color: var(--primary-color); }
.button-wrap .wrap a:nth-child(2):hover { color: var(--title-color); }
.single-tour-page .gallery { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 256px 256px; grid-template-areas: "c1 c1 c2 c3" "c1 c1 c4 c5"; gap: 20px; }
.single-tour-page .gallery .img-wrap { border-radius: 20px; overflow: hidden; }
.single-tour-page .gallery .img-wrap:hover img { transform: scale(1.2); }
.single-tour-page .gallery .img-wrap:nth-child(1) { grid-area: c1; }
.single-tour-page .gallery .img-wrap:nth-child(2) { grid-area: c2; }
.single-tour-page .gallery .img-wrap:nth-child(3) { grid-area: c3; }
.single-tour-page .gallery .img-wrap:nth-child(4) { grid-area: c4; }
.single-tour-page .gallery .img-wrap:nth-child(5) { grid-area: c5; }
.single-tour-page .sidebar { position: sticky; top: 0; border: 1px solid var(--border-color); border-radius: 20px; background-color: #fff; padding: 30px; }
.single-tour-page .sidebar .tour-price + .tour-price { margin-top: 12px; }
.view-more-img { position: absolute; right: 0; bottom: 0; height: 256px; width: 309px; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 20px; text-decoration: underline; border-radius: 20px; }
.card { background: #ffffff; border-radius: 18px; border: 1px solid var(--border-color); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03); padding: 28px 32px 32px; position: relative; }
.tabs { display: flex; gap: 24px; margin-bottom: 20; border-bottom: 1px solid #e0ecea; }
.tab-btn { position: relative; padding: 0 0 12px; font-size: 14px; color: #7a8b8a; cursor: pointer; border: none; background: none; outline: none; transition: color 0.25s ease; }
.tab-btn.active { color: #12946a; font-weight: 600; }
.tab-btn.active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #0db88b; border-radius: 999px; }
.tab-content { font-size: 14px; line-height: 1.7; color: #4b5a59; margin-top: 18px; }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.tab-pane p + p { margin-top: 10px; }
.contact-page .contact-info { padding: 18px 18px; border: 1px solid var(--border-color); border-radius: 20px; }
.contact-page .contact-info .icon-wrap { flex-shrink: 0; margin-right: 20px; width: 58px; height: 58px; background-color: var(--primary-color); border-radius: 50%; padding: 15px; }
.contact-page .map-wrap { height: 300px; border-radius: 20px; overflow: hidden; border: 1px solid var(--border-color); }
.contact-page .map-wrap iframe { width: 100%; height: 100%; }

/* Category page */
.news-category .post-wrap {border: 1px solid var(--border-color); border-radius: 20px; padding: 20px; transition: .4s;}
.news-category .post-wrap:hover {transform: translatey(-10px);}
.news-category .post-wrap .post-title:hover {color: var(--primary-color);}
.news-category .post-wrap .post-img{width: 295px; height: 257px; border-radius: 20px; overflow: hidden; flex-shrink: 0; margin-right: 40px;}
.news-category .post-wrap .post-img img{transition: .4s;}
.news-category .post-wrap .post-img:hover img{transform: scale(1.2);}
.news-category .post-wrap .post-except p {line-height: 2;}
.news-category .post-wrap .view-more-wrap > a{background-color: var(--primary-color); border-radius: 20px; border: 1px solid var(--primary-color); padding: 10px 18px;}
.news-category .post-wrap .view-more-wrap > a:hover {background-color: #fff; color: var(--primary-color);}

/* Single Post Page */
.single-article .article-img  {height: 360px; border-radius: 20px; overflow: hidden;}
.single-article .article-img  img {width: 100%; height: 100%;}

.mobile-menu-container {display: none;}

@media (min-width: 1400px) {
  .destination .container {max-width: 1400px;}
}
@media (min-width: 1900px) {
  .destination .container {max-width: 1600px;}
}


@media (max-width: 1400px)  {
	.header-top .bottom::before {width: calc((100% - 1140px) / 2);}
	.header-top .bottom .logo {width: 200px;}
	.header-top .bottom .logo::before {width: 160%; left: -55px;}
	.header-top .bottom .contact-btn {margin-left: -20px; padding: 10px 18px;}
	.header-slide {height: 600px;}
	.header-slide h2.fs-50px {font-size: 40px;}
	.header-slide .normal-btn {padding: 12px 34px; font-size: 16px;}
	.header-top .bottom .main-menu li + li {margin-left: 40px;}
	
	.home h3.fs-25px {font-size: 24px; margin-bottom: 12px;}
	.home h2.fs-40px {font-size: 35px;}
	.destination  {padding-bottom: 30px; padding-top: 60px;}
	
	.intro-section .imgs-wrap {height: 500px;}
	.intro-section .imgs-wrap .left {width: 255px;}
	.intro-section .imgs-wrap .right .img-wrap {width: 255px; height: 240px;}
	
	.home .tour {padding: 60px 0;}
	.home .tour .mb-75 {margin-bottom: 50px;}
	.tour-box .tour-img {height: 176px;}
	.tour-box .tour-content .tour-title > a {font-size: 16px; height: 40.5px;}
	.home .gallery  {padding: 60px 0;}
	.home .gallery .mb-75 {margin-bottom: 50px;}
	.gallery-wrap {grid-template-rows: 180px 180px;}
	
	footer .menu {padding-left: 80px;}
	footer .contact {padding-left: 40px;}
	
	/* Destination page */
	.destination-page .destination-wrap .img-wrap {height: 230px}
	.sub-header h2.fs-40px{font-size: 32px} 
	
	/* Taxo tour page */
	.taxo-page .tour-wrap .duration.mr-90{ margin-right: 20px;}
	.taxo-page .sidebar {padding: 20px;}
	
	/* single tour page */
	.single-tour-page .sidebar {padding: 16px;}
	.single-tour-page .gallery {grid-template-rows: 210px 210px;}
	.view-more-img {height: 210px; width: 264px;}
	
	/* Contact page */
	.contact-page .contact-info h4.fs-18px {font-size: 16px;}
	.contact-page h3.fs-20px {font-size: 17px; margin-bottom: 12px;}
	.contact-page h3.fs-35px {font-size: 33px;}
	.contact-page .contact-infos.mt-70 {margin-top: 40px;}
}

@media (max-width: 1200px){
	.header-top .bottom::before {width: calc((100% - 960px) / 2); }
	.header-top .bottom .contact-btn {display: none;}
	.header-top .bottom .main-menu > li > a > h3{font-size: 14px;}
	.header-slide {height: 530px;}
	.header-slide h3.fs-20px {font-size: 18px;}
	.header-slide h2.fs-50px {font-size: 35px;}
	.home h3.fs-25px {font-size: 20px;}
	.home h2.fs-40px {font-size: 30px;}
	.destination .cat-box .img-wrap {height: 215px;}
	.destination .cat-box a.fs-20px {font-size: 18px;}
	.destination .slider-pagination {margin-top: 60px;}
	.destination .categorySlider {padding-top: 50px;}
	.intro-section {padding: 60px 0;}
	.intro-section .imgs-wrap :is(.left, .right){width: calc(50% - 12px);}
	.intro-section .imgs-wrap .right .img-wrap {height: calc(50% - 12px); width: 100%;}
	.intro-section .imgs-wrap {height: 410px;}
	.intro-section .title-wrap {padding-left: 0;}
	.tour-box .tour-img {height: 205px;}
	.gallery-wrap {grid-template-rows: 140px 140px;}
	.gallery-wrap .img-wrap:nth-child(5), .gallery-wrap .img-wrap:nth-child(1) {height: 140px;}
	
	footer .menu {padding-left: 35px;}
	footer .contact {padding-left: 0px;}
	
	/* Destination page */
	.sub-header {height: 300px;}
	.sub-header h2.fs-40px{font-size: 24px; margin-bottom: 8px;}
	.destination-page .destination-wrap .img-wrap {height: 200px}
	
	/* Taxo tour page */
	.taxo-page {padding: 60px 0;}
	.taxo-page .sidebar {margin-bottom: 24px; max-height: 68px; overflow: hidden; transition: .6s;}
	.taxo-page .sidebar.active {max-height: 555px;}
	.taxo-page .sidebar.active h3 > i{transform: rotate(180deg);}
	
	/* Single tour page	 */
	.single-tour-page {padding: 60px 0;}
	.single-tour-page .gallery {grid-template-rows: 160px 160px;}
	.single-tour-page .view-more-img {width: 219px; height: 160px;}
	.single-tour-page .tour-info.mt-54 {margin-top: 28px;}
	.single-tour-page .related-tour.mt-54 {margin-top: 28px;}
	#tour-related-slider {margin-top: 30px;}
	
	/* Category page */
	.news-category {padding: 60px 0;}
	.news-category .post-wrap {padding: 16px;}
	.news-category .post-wrap .post-title {font-size: 22px;}
	.news-category .post-wrap .post-img {margin-right: 24px; width: 264px; height: 236px;}
	
	/* Single post */
	.single-article  {padding: 60px 0;}
	
	/* Contact page */
	.contact-page {padding: 60px 0 20px;}
	.contact-page .contact-info h4.fs-18px {font-size: 16px;}
	.contact-page h3.fs-20px {font-size: 17px; margin-bottom: 12px;}
	.contact-page h2.fs-35px {font-size: 33px;}
	.contact-page .contact-infos.mt-70 {margin-top: 40px;}	
}

@media (max-width: 993px) {
	.header-slide h3.fs-20px {font-size: 16px;}
	.header-slide {height: 470px;}
	.header-top .work-hour {display: none;}
	.header-top .bottom::before {width: calc((100% - 720px) / 2);}
	.header-top .bottom .main-menu li + li {margin-left: 12px;} 
	.header-top .bottom .logo {width: 160px;}
	.header-top .bottom .logo::before {width: 170%; left: -60px;}
	.intro-section {padding: 60px 0 40px;}
	.intro-section .imgs-wrap { height: 530px;}
	.intro-section .title-wrap {margin-top: 30px;}
	.gallery-wrap {grid-template-columns: 1fr 1fr; grid-template-rows: repeat(5, 240px); grid-template-areas: "c1 c1" "c2 c3" "c4 c4" "c5 c6" "c7 c7";}
	.gallery-wrap .img-wrap:nth-child(1), .gallery-wrap .img-wrap:nth-child(7) {width: 50%; transform: translatex(-50%); left: 50%; top: unset;}
	.gallery-wrap .img-wrap:nth-child(5), .gallery-wrap .img-wrap:nth-child(1),  .gallery-wrap .img-wrap:nth-child(7) {height: 100%;}
	.gallery-wrap .img-wrap:nth-child(5) {position: unset; transform: unset;}
	.gallery-wrap .img-wrap:nth-child(7) {position: absolute;}
	footer .map {display: none;}
	footer .col-12.df {justify-content: space-between;}
	footer .menu {padding-left: 0;}
	footer .contact {width: 28%;}
	
	/* Taxo tour page */
	.taxo-page .tour-wrap {padding: 16px;}
	.taxo-page .tour-wrap .img-wrap {margin-right: 20px;}
	.taxo-page .tour-wrap .info .wrap {flex-wrap: wrap;}
	.taxo-page .tour-wrap .info .wrap .wrap-block {width: 100%;}
	.taxo-page .tour-wrap .info .desc {-webkit-line-clamp: 3;}
	.taxo-page .tour-wrap .info .fs-24px {font-size: 20px;}
	.taxo-page .tour-wrap .button-wrap > span {display: none;}
	.taxo-page .tour-wrap .button-wrap {margin-top: 12px;}
	.taxo-page .tour-wrap .img-wrap {width: 270px; height: 230px;}
	
	/* Single tour page	 */
	.single-tour-page .sidebar {margin-top: 28px;}
	.single-tour-page .gallery {grid-template-rows: 124px 124px; gap: 10px;}
	.single-tour-page .view-more-img {width: 166.5px; height: 124px; font-size: 15px;}
	
	/* Category page */ 
	.news-category .post-wrap {padding: 12px;}
	.news-category .post-wrap .post-title {font-size: 20px;}
	.news-category .post-except {-webkit-line-clamp: 2; }
	.news-category .post-wrap .post-except p{line-height: 1.6; }
	.news-category .post-wrap .view-more-wrap > a {font-size: 14px; margin-bottom: 12px; padding: 6px 18px;}
	.news-category .button-wrap .wrap a { padding: 6px 30px; font-size: 14px;}
	.news-category .button-wrap a:nth-child(2) { padding: 7px 30px 7px 30px !important;}
	.news-category .view-more-wrap {flex-wrap: wrap;}
	.news-category .post-wrap .post-img {margin-right: 24px; width: 220px; height: 196px;}
	
	/* Single post */
	.single-article  {padding: 50px 0;}
	.single-article .article-img {height: 320px;}
	.single-article h2.fs-24px {font-size: 20px;}
}

@media (max-width: 769px){
	.header-slide .normal-btn {font-size: 14px; padding: 10px 32px;}
	.header-top .bottom .menu-wrap {display: none;}
	.header-top .bottom::before {width: calc((100% - 540px) / 2);}
	.header-top .bottom .logo::before {left: -40px;}
	.header-top .bottom .logo {width: 170px;}
	.header-top .top {padding: 6px 0;}
	.header-slide h2.fs-50px {font-size: 30px;}
	.header-slide h3.fs-20px {font-size: 15px;}
	.header-slide {height: 400px;}
	.home h2.fs-40px {font-size: 24px;}
	.intro-section .imgs-wrap {height: 450px;}
	.tour-box .tour-img {height: 175px;}
	.gallery-wrap {grid-template-rows: repeat(5, 175px);}
	footer .col-12.df {flex-wrap: wrap;}
	footer .footer-info {width: 100%;}
	footer .menu, footer .contact {width: 50%;}
	footer h3.mb-24 {margin-bottom: 12px;}
	footer .mt-40 {margin-top: 24px;}
	footer .socials {margin-top: 12px;}
	footer .logo-footer {margin-bottom: 8px;}
	
	.mobile-menu-btn {border: 1px solid #5b5b5b; padding: 8px 5px; border-radius: 4px;}
	.mobile-menu-btn .bar{display: flex; width: 24px; height: 1px; border-radius: 10px; border-top: 1px solid #5b5b5b;}
	.mobile-menu-btn .bar:nth-child(2) {margin: 5px 0;}
	
	.mobile-menu-container { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 999; visibility: hidden; opacity: 0; transition: .8s; }
	.mobile-menu-container.active { visibility: visible; opacity: 1; }
	.mobile-menu-container .menu-wrap { position: fixed; top: 0; left: 0; z-index: 6; background-color: #fff; width: 400px; height: 100%; opacity: 0; visibility: hidden; transform: translateX(-100%); transition: .8s; overflow-y: scroll; background-color: #e3f8f9;}
	.mobile-menu-container .menu-wrap .menu-head { padding: 12px 12px 8px; background-color: var(--primary-color);}
	.mobile-menu-container .menu-wrap .menu-head::before { content: ""; position: absolute; top: 0; right: 53px; height: 100%; }
	.mobile-menu-container .menu-wrap .menu-head .search-btn { font-size: 24px; transform: rotate(90deg); }
	.mobile-menu-container .menu-wrap .menu-head .close-btn { padding: 0 3px; position: absolute; right: 12px; }
	.mobile-menu-container .menu-wrap .menu-head .close-btn svg { width: 24px; height: auto; color: #fff; transition: .25s; }
	.mobile-menu-container .menu-wrap .search-container { flex: 1; }
	.mobile-menu-container .menu-wrap .search-container.active { max-height: 36px; opacity: 1; visibility: visible; display: none; }
	.mobile-menu-container .menu-wrap .search-container input { width: 100%; padding: 12px 12px 12px 36px; border-top-width: 0px; }
	.mobile-menu-container .menu-wrap .search-container button { position: absolute; top: 0; left: -12px; height: 100%; padding: 0 11px; }
	.mobile-menu-container .menu-wrap .logo img { width: 175px; height: auto; }
	.mobile-menu-container .menu-wrap .main-menu { display: block; margin-top: 0; }
	.mobile-menu-container .menu-wrap .main-menu > li { margin: 12px 0; border-bottom: 1px solid #8c8c8cc9; padding-bottom: 12px; padding-left: 16px;}
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu { margin-left: 20px; max-height: 500px; transition: max-height 0.35s ease-out, padding 0.25s linear, opacity 0.5s, visibility 0.5s; opacity:1; visibility: visible; margin-top: 5px;}
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu.active { max-height: 1000px; padding: 8px 0 0; transition: max-height 0.35s ease-in, padding 0.25s linear, opacity 0.5s, visibility 0.5s; opacity: 1; visibility: visible; }
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu > li { padding: 10px 0; }
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu > li > a > h3 { font-weight: bold; font-size: 13px; }
	.mobile-menu-container .menu-wrap .main-menu > li.menu-item-has-children > a { position: relative; }
	/*   .mobile-menu-container .menu-wrap .main-menu > li.menu-item-has-children > a:before { font-family: "Font Awesome 5 Free"; content: "\f107"; display: inline-block; padding: 12px; vertical-align: middle; font-weight: 900; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 16px; transition: .35s; color: #000; } */
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu > li + li {border-top: 1px solid #8c8c8cc9;}
	.mobile-menu-container .menu-wrap .call-wrap { padding-bottom: 0; margin-bottom: -10px; padding-top: 8px; }
	.mobile-menu-container .menu-wrap .contact { padding: 12px 0 12px; color: #fff; display: flex; align-items: center; font-size: 16px; }
	.mobile-menu-container .menu-wrap .contact svg { width: 19px; height: auto; margin-right: 6px; color: #000; }
	.mobile-menu-container.active .menu-wrap { opacity: 1; visibility: visible; transform: translateX(0); }
	.mobile-menu-container .menu-wrap .main-menu li > .sub-menu > li:last-child {padding-bottom: 0;}
	.mobile-menu-container .socials {margin-top: 0;}
	
	/* Destination page */
	.destination-page .destination-wrap .img-wrap {height: 162px; margin-bottom: 6px;}
	.destination-page .destination-wrap a.fs-18px {font-size: 16px;}
	.destination-page .count, .destination .cat-box .count {font-family: "Montserrat-Medium"; font-size: 13px;}
	.sub-header h2.fs-40px{font-size: 20px; margin-bottom: 8px;}
	
	/* Taxo tour page */
	.taxo-page .tour-wrap .info .desc {-webkit-line-clamp: 2;}
	.taxo-page .tour-wrap .img-wrap { width: 212px; height: 180px;}
	.button-wrap .wrap a {padding: 8px 25px; }
	.button-wrap a:nth-child(2) {padding: 8px 30px 8px 30px !important;}
	.taxo-page .sidebar {padding: 16px; max-height: 58px; border-radius: 12px;}
	
	/* Single tour page	 */
	.single-tour-page .tour-info h2.fs-24px {font-size: 20px;}
	.single-tour-page .card {padding: 20px;}
	.single-tour-page .gallery {grid-template-rows: 80px 80px; }
	.single-tour-page .gallery .img-wrap {border-radius: 12px;}
	.single-tour-page .view-more-img {width: 121.5px; height: 80px; border-radius: 12px;}
	.single-tour-page .related-tour h2.fs-24px {font-size: 20px;}
	
	/* Category page */ 
	.news-category .post-wrap {padding: 12px 12px 54px 12px; position: relative;}
	.news-category .post-except {-webkit-line-clamp: 3;}
	.news-category .post-wrap .post-title {font-size: 18px;}
	.news-category .post-wrap .view-more-wrap > a {font-size: 12px; margin-bottom: 0; padding: 6px 21px;}
	.news-category .button-wrap .wrap a { padding: 6px 25px; font-size: 12px;}
	.news-category .button-wrap a:nth-child(2) { padding: 7px 24px 7px 25px !important;}
	.news-category .post-wrap .post-img {margin-right: 20px; width: 155px; height: 125px; border-radius: 12px;}
	.news-category .view-more-wrap {position: absolute; left: 12px; bottom: 12px; width: calc(100% - 24px); justify-content: space-between;}
	
	/* Single post */
	.single-article  {padding: 40px 0;}
	.single-article .article-img {height: 250px;}
	.single-article h2.fs-24px {font-size: 20px;}
	.single-article .article-img > img {border-radius: 12px;}
	
	/* 	Contact page */
	.contact-page h3.fs-20px {font-size: 16px; margin-bottom: 4px;}
	.contact-page h2.fs-35px {font-size: 28px;}
}

@media (max-width: 576px) {
	.header-slide {height: 345px;}
	.header-slide h2.fs-50px {font-size: 20px;}
	.gallery-wrap {grid-template-rows: repeat(5, 160px);}
	.destination {padding-top: 40px; padding-bottom: 10px;}
	.destination .slider-pagination {margin-top: 25px;}
	.destination .slider-pagination .swiper-pagination-bullet {width: 12.5px; height: 12.5px;}
	.home h3.fs-25px {font-size: 15px; margin-bottom: 5px;}
	.destination .categorySlider {padding-top: 30px;}
	.intro-section .imgs-wrap .right .img-wrap {border-radius: 100px 100px 100px 0;}
	.intro-section {padding: 40px 0 20px;}
	.home .tour {padding: 40px 0;}
	.home .tour .mb-75 {margin-bottom: 30px;}
	.home .gallery {padding: 40px 0;}
	
	.header-top .right {width: 100%; justify-content: space-between;}
	.header-top .right a:first-child{font-weight: 700; font-size: 14px;}
	
	.destination-page {padding: 40px 0;}
	.sub-header h2.fs-40px{font-size: 20px; margin-bottom: 8px;}
	.sub-header {height: 210px;}
	
	.taxo-page {padding: 40px 0;}
	.button-wrap .wrap a {font-size: 12px;}
	.taxo-page .tour-wrap .img-wrap {width: 165px; height: 160px;}
	.taxo-page .tour-wrap .info {padding-top: 0;}
	.taxo-page .tour-wrap {padding: 12px;}
	.taxo-page .tour-wrap .duration.mr-90 {margin-right: 0;}
	.taxo-page .tour-wrap .duration .fs-16px{font-size: 14px;}
	.taxo-page .tour-wrap .tour-price span {font-size: 14px;}
	.taxo-page .tour-wrap .info .fs-24px {font-size: 17px;}
	.taxo-page .sidebar h3{font-size: 16px;}
	.taxo-page .sidebar {max-height: 52px;}
	.header-top .address {display: none;}
	
	.single-tour-page .button-wrap .wrap a{padding: 11px 25px;}
	.single-tour-page .button-wrap a:nth-child(2) {padding: 11px 30px 11px 30px !important;}
	.single-tour-page .tour-box .tour-content .tour-title > a {height: 41.5px;}
	.single-tour-page .view-more-img {font-size: 10px;}
	.single-tour-page {padding: 40px 0;}
	.single-tour-page .gallery {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr ; grid-template-areas: "c1 c1 c1 c2 c2 c3 c3""c1 c1 c1 c4 c4 c5 c5"}
	.single-tour-page .gallery {grid-template-rows: 70px 70px;}
	.single-tour-page .tour-info h2.fs-24px, .single-tour-page .related-tour h2.fs-24px, .single-tour-page .sidebar h3.fs-20px {font-size: 18px;}
	
	/* 	 */
	.news-category {padding: 40px 0; }
	.news-category .button-wrap a:nth-child(2) {padding: 7px 15px 7px 15px !important;}
	.news-category .button-wrap .wrap a {padding: 6px 18px; font-family: 'Montserrat-Medium';}
	.news-category .post-wrap .view-more-wrap > a {padding: 6px 10px;}
	.news-category .post-wrap .post-title {font-size: 16px;}
	.news-category .post-except {font-size: 12px;}
	.news-category .post-wrap .post-img {margin-right: 20px; width: 135px; height: 105px;}
	.news-category .post-wrap {padding: 12px 12px 52px 12px;}
	
	.single-article .button-wrap .wrap a {padding: 10px 36px;}
	.single-article .button-wrap a:nth-child(2) {padding: 10px 30px 10px 30px !important;}
	
	.contact-page .map-wrap{height: 250px;}
	.contact-page h2.fs-35px {font-size: 19px;}
	.contact-page {padding: 36px 0 16px;}
	.contact-page .contact-infos.mt-70 {margin-top: 30px;}
}

@media (max-width: 546px) {
	.copyright span{display: block; width: 100%;}
}

@media (max-width: 435px){
	.intro-section .imgs-wrap {height: 315px;}
	.destination .slider-pagination .swiper-pagination-bullet {width: 10.5px; height: 10.5px; margin: 0 6px !important;}
	.home h2.fs-40px {font-size: 20px;}
	.home h3.fs-25px {font-size: 14px;}
	.gallery-wrap {grid-template-rows: repeat(5, 120px);}
	.home .gallery .mb-75 {margin-bottom: 30px;}
	footer .logo-footer {width: 100px;}
	.header-slide {height: 320px;}
	.normal-btn .icon-wrap {top: -37px; right: -42px; width: 30px;}
	.intro-section .content-item {margin-bottom: 12px;}
	.intro-section .content-item h3.fs-20px {font-size: 16px; margin-bottom: 6px;}
	.intro-section .content-item p.fs-16px {font-size: 14px;}
	.intro-section .desc {display: none;}
	.intro-section h2.fs-40px {margin-bottom: 16px;}
	.tour-box .tour-content .tour-title > a {font-size: 15px; height: 36.5px;}
	
	.tour-box .tour-content {padding: 10px;}
	.tour-box .tour-img {height: 145px; border-radius: 15px 15px 0 0;}
	.tour-box .tour-content {border-radius: 0 0 15px 15px;}
	.tour-box .tour-desc {font-size: 13px;}
	.tour-box .tour-price .fs-16px, .tour-box .tour-price .fs-15px{font-size: 14px;}
	.tour-box .duration {font-size: 13px;}
	.tour-box .tour-book-btn {padding: 3px 20px; font-size: 12px;}
	.destination .cat-box .img-wrap {height: 180px;}
	.destination .cat-box a.fs-20px {font-size: 16px;}
	.destination .cat-box h3.mt-24 {margin-top: 14px;}
	.gallery-wrap {gap: 10px;}
	.gallery-wrap .img-wrap {border-radius: 14px;}
	
	.destination-page .destination-wrap .img-wrap {height: 130px; border-radius: 12px;}
	.destination-page .destination-wrap a.fs-18px {font-size: 14px;}
	
	.taxo-page .tour-wrap .img-wrap {width: 150px; height: 140px; border-radius: 12px;}
	.taxo-page .tour-wrap .button-wrap {margin-top: 6px;}
	.taxo-page .tour-wrap {border-radius: 12px;}
	.button-wrap .wrap a {padding: 7px 25px; }
	.button-wrap a:nth-child(2) {padding: 7px 30px 7px 30px !important;}
	.button-wrap .wrap a:nth-child(1) {padding-right: 16px; clip-path: none;}
	.taxo-page .tour-wrap .info .desc {-webkit-line-clamp: 2; font-size: 13px; line-height: 1.5;}
	.taxo-page .tour-wrap .duration .fs-16px,.taxo-page .tour-wrap .tour-price span {font-size: 13px;}
	.taxo-page .tour-wrap .info .fs-24px {font-size: 16px;}
	.taxo-page .tour-wrap {padding: 10px;}
	
	.single-article {padding: 36px 0 0;}
	.single-article .article-img {height: 215px;}
	.single-article h2.fs-24px {font-size: 18px;}
	
	.contact-page .contact-info {padding: 14px 14px; border-radius: 12px;}
	.contact-page .map-wrap {height: 220px; border-radius: 12px; margin-top: 24px;}
	.contact-page {padding-bottom: 0;}
	.contact-page .contact-info .icon-wrap {width: 52px; height: 52px;}
}

@media (max-width: 415px) {
	.tour-box .tour-desc {-webkit-line-clamp: 1;}
	.tour-box .tour-content .mb-8{margin-bottom: 5px;}
	.tour-box .tour-content .tour-title > a {font-size: 14px;}
	.header-slide {height: 275px;}
	.header-slide h2.fs-50px {font-size: 18px;}
	.header-slide h3.fs-20px {font-size: 14px;}
	footer .menu {width: 40%;}
	footer .contact {width: 58%;}
	footer h3.mb-24 {font-size: 15px;}
	.destination .cat-box .img-wrap {height: 160px;}
	.mobile-menu-container .menu-wrap {width: 90%;}
	.destination-page .count, .destination .cat-box .count {right: 12px; top: 12px; font-size: 11px;}
}

@media (max-width: 395px) {
	.tour-box .tour-img {height: 120px;}
	.tour-box .tour-book-btn {padding: 3px 12px}
	
	.taxo-page .tour-wrap .img-wrap {margin-right: 12px; width: 124px;  height: 120px;}
	
	.news-category .post-wrap .view-more-wrap > a {padding: 6px 5px;}
	.news-category .button-wrap .wrap a {padding: 6px 15px;}
	.news-category .button-wrap .wrap a:nth-child(1) {padding-right: 10px;}
	.news-category .button-wrap a:nth-child(2) {padding: 7px 10px 7px 20px !important;}
	.news-category .post-wrap .post-img {width: 125px;}
	.news-category .post-except {-webkit-line-clamp: 2;}
	
	.taxo-page .tour-wrap .info .fs-24px {font-size: 15px;}
	.taxo-page .tour-wrap .info .fs-24px a{display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1;}
	.taxo-page .tour-wrap .info .button-wrap .wrap a { padding: 5px 25px; font-size: 12px;}
	.taxo-page .tour-wrap .info .button-wrap a:nth-child(2) {padding: 5px 30px 5px 30px !important}
	.copyright p {font-size: 13px;}
	.copyright {padding: 16px 0; margin-top: 20px;}
	.destination-page .destination-wrap .img-wrap {height: 115px;}
}
















