@charset "UTF-8";
:root {
  --w-container: 100%;
  --w-container-fluid: 100%;
  --fs-title-index: clamp(25px, calc(70 * 100vw / 1920), 70px);
  --fs-size: 1.4rem;
  --fs-title-tab: 1.5rem;
  --fs-dot-tab: 1.5rem;
  --fs-num-slide: 2rem;
  --fs-text-tab: 1.4rem;
  --fs-time-tab: 1.4rem;
  --fs-title-main: 1.6rem;
  --fs-item: clamp(17px, calc(20 * 100vw / 1920), 20px);
  --fs-item-large: 2.5rem;
  --fs-text: 17px;
  --fs-text-large: 17px;
  --fs-text-tour: clamp(16px, calc(25 * 100vw / 1920), 25px);
  --fs-h1-article: clamp(18px, calc(35 * 100vw / 1920), 35px);
  --fs-h1-tour: clamp(20px, calc(48 * 100vw / 1920), 48px);
  --fs-min: 1.2rem;
  --fs-min-2: 1.3rem;
  --fs-price: 2.2rem;
  --fs-input: 2.3rem;
  --h-header: 40px;
  --h-slide-top: 20.89px;
  --fs-title-store: 1.6rem;
  --size-block: 10px;
  --space-block: clamp(15px, calc(100 * 100vw / 1920), 120px);
  --size-section: clamp(30px, calc(65 * 100vw / 1920), 65px);
  --color-main-linear-gradient: linear-gradient(90deg, #7ec2fc 0%, #b497fd 33%, #fa96cb 66%, #fccc97 100%);
  --color-main-linear-gradient-2: linear-gradient(90deg, #fccc97 0%, #fa96cb 33%, #b497fd 66%, #7ec2fc 100%);
  --color-main: #008080;
  --color-main-2: #E36C09;
  --color-main-3: #fe4b3b;
  --color-main-4: #b497fd;
  --color-main-5: #7ec2fc;
  --color-white: #fff;
  --color-border: #dcdcdc;
  --color-text: #333;
  --color-text2: #464546;
  --color-bg: #fff;
  --bg-gray: #f8f8f8;
  --bg-gray-2: #f2f2f2;
}

@media (min-width: 576px) {
  :root {
    --w-container: 100%;
    --w-container-fluid: 100%;
  }
}
@media (min-width: 700px) {
  :root {
    --h-header: 66px;
    --fs-time-tab: 1.6rem;
    --fs-price: 2.5rem;
    --fs-text-tab: 15px;
    --fs-min: 1.6rem;
    --h-slide-top: 64.16px;
  }
}
@media (min-width: 821px) {
  :root {
    --w-container: 790px;
    --w-container-fluid: 98%;
  }
}
@media (min-width: 1024px) {
  :root {
    --w-container: 900px;
  }
}
@media (min-width: 1100px) {
  :root {
    --w-container: 1000px;
  }
}
@media (min-width: 1200px) {
  :root {
    --w-container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --w-container: 1300px;
    --w-container-fluid: 98%;
    --fs-size: 1.6rem;
    --fs-title-tab: 1.6rem;
    --fs-dot-tab: 2rem;
    --fs-num-slide: 2.2rem;
    --fs-title-main: 2.6rem;
    --fs-min-2: 1.3rem;
    --fs-input: 2.6rem;
    --fs-title-store: 1.8rem;
    --size-block: 40px;
  }
}
@media (min-width: 1500px) {
  :root {
    --w-container: 1350px;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  :root {
    --w-container: 77%;
  }
}
@media (max-width: 820px) {
  :root {
    --fs-title-main: 1.8rem;
    --space-block: 60px;
    --fs-text: 17px;
    --fs-text-large: 17px;
    --fs-h1-tour: 24px;
    --fs-item-large: 22px;
    --fs-text-tour: 20px;
    --fs-title-index: 24px;
  }
}
* {
  font-family: "Mona Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

strong, h2, h3 {
  font-weight: 700;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

.hidden {
  display: none;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 18px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

body {
  font-size: var(--fs-text);
  background-color: var(--color-bg);
  color: var(--color-text);
}
body.no-scroll {
  overflow: hidden;
}

.img {
  text-decoration: none;
}
.img .no-image {
  color: #333;
  opacity: 0.7;
}

#fb-root {
  display: none !important;
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  transition: all 0.3s linear;
  object-fit: contain;
  text-decoration: none;
  color: var(--color-text);
}

button {
  cursor: pointer;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: var(--w-container);
  margin: auto;
}
@media (max-width: 820px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  width: var(--w-container-fluid);
  margin: auto;
}
@media (max-width: 820px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

input, textarea {
  transition: border-color 0.5s linear, box-shadow 0.5s linear;
}
input:focus-visible, textarea:focus-visible {
  outline: none !important;
}
input:focus, textarea:focus {
  box-shadow: 0 0 0 3px rgba(240, 116, 173, 0.2);
  border-color: #f074ad;
}

@font-face {
  font-family: Mona Sans;
  font-style: normal;
  font-weight: 200 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/html/style/fonts/c336923c403a4eca-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-family: Mona Sans;
  font-style: normal;
  font-weight: 200 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/html/style/fonts/c436fa0951ed6fb9-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Mona Sans;
  font-style: normal;
  font-weight: 200 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/html/style/fonts/baa020e15443c7c9-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/html/style/fonts/10f65c94012f0d89-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/html/style/fonts/f0a6239bc4153746-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/html/style/fonts/c9e6921c7fc300d8-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}
.pd-box {
  padding: var(--space-block) 0;
}

.pbot-box {
  padding-bottom: var(--space-block);
}

.ptop-box {
  padding-top: var(--space-block);
}

.m-box {
  margin: var(--space-block) 0;
}

.mbot-box {
  margin-bottom: var(--space-block);
}

.mtop-box {
  margin-top: var(--space-block);
}

.pd-section {
  padding: var(--size-section) 0;
}

.pbot-section {
  padding-bottom: var(--size-section);
}

.ptop-section {
  padding-top: var(--size-section);
}

.m-section {
  margin: var(--size-section) 0;
}

.mbot-section {
  margin-bottom: var(--size-section);
}

.mtop-section {
  margin-top: var(--size-section);
}

.py-block {
  padding-top: var(--size-block);
  padding-bottom: var(--size-block);
}

.d-none {
  display: none !important;
}

.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .mb-15 {
    margin-bottom: 10px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 820px) {
  .mt-15 {
    margin-top: 10px;
  }
}

.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pb-block {
  padding-bottom: var(--size-block);
}

.bg-block {
  background-color: var(--color-bg);
}

.bg-white {
  background-color: var(--color-white);
}

.pl-15 {
  padding-left: 15px;
}
@media (max-width: 820px) {
  .pl-15 {
    padding-left: 10px;
  }
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .my-15 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.pt-block {
  padding-top: var(--size-block);
}

.bg-main {
  background: var(--color-main-linear-gradient);
}

.mt-header {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .mt-header {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .mt-header {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .mt-header {
    margin-top: 66px;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.py-1 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.py-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 820px) {
  .py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pt-2 {
  padding-top: 15px;
}
@media (max-width: 820px) {
  .pt-2 {
    padding-top: 10px;
  }
}

.pb-15 {
  padding-bottom: 15px;
}
@media (max-width: 820px) {
  .pb-15 {
    padding-bottom: 10px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pd-0 {
  padding-bottom: 0 !important;
}

.title-main {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 13px;
  padding-bottom: 10px;
}
.title-main > * {
  font-weight: 700;
}
@media (min-width: 768px) {
  .title-main {
    font-size: 2.2rem;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
  padding: clamp(15px, 1.5625vw, 30px) 0;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 820px) {
  .breadcrumb ul {
    flex-wrap: nowrap;
    row-gap: 5px;
    overflow-x: auto;
  }
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.breadcrumb ul li svg {
  margin-top: -2px;
  height: 10px;
}
@media (max-width: 820px) {
  .breadcrumb ul li svg {
    margin-top: 0;
  }
}
.breadcrumb ul li a {
  text-decoration: none;
  color: var(--color-text);
  white-space: nowrap;
  font-size: 15px;
}
@media (max-width: 820px) {
  .breadcrumb ul li a {
    font-size: 14px;
  }
}
.breadcrumb ul li a:hover, .breadcrumb ul li a.active {
  color: var(--color-main);
}
.breadcrumb ul li span {
  white-space: nowrap;
}
.breadcrumb ul li .active {
  color: var(--color-main);
}
.breadcrumb ul li:last-child svg {
  display: none;
}

.content-block .wrapper {
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.content-block .wrapper .bg-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  z-index: 5;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: all;
}
.content-block .wrapper .bg-gradient.active {
  opacity: 0;
  pointer-events: none;
}
.content-block .view-all-index {
  cursor: pointer;
}
.content-block .view-all-index span:nth-child(2) {
  display: none;
}
.content-block .view-all-index.active span:nth-child(1) {
  display: none;
}
.content-block .view-all-index.active span:nth-child(2) {
  display: block;
}
@media (min-width: 768px) {
  .content-block .view-all-index {
    display: flex;
  }
}

.title-block-main {
  color: var(--color-text);
  font-size: var(--fs-dot-tab);
  font-weight: 700;
}
.title-block-main a {
  color: var(--color-text);
  text-decoration: none;
}
.title-block-main a:hover {
  color: var(--color-main);
}

.view-all {
  color: var(--color-text);
  text-decoration: none;
}
.view-all:hover {
  color: var(--color-main);
}

.box-shadow {
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 10px -7px #333;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

.title-detail-main {
  color: var(--color-text);
  font-size: var(--fs-title-main);
  font-weight: 700;
}
@media (min-width: 768px) {
  .title-detail-main {
    font-size: 2.6rem;
  }
}
@media (max-width: 820px) {
  .title-detail-main {
    margin-bottom: 5px;
  }
}

.cl-main {
  color: var(--color-main);
}

.promotion-tag {
  margin-bottom: 2px;
  display: inline-flex;
}
.promotion-tag a {
  text-decoration: none;
}
.promotion-tag p {
  padding: 1px 4px;
  color: var(--color-main-3);
  font-size: var(--fs-min-2);
  font-weight: 400;
  border-radius: 5px;
  border: 0.5px solid var(--color-main-3);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -webkit-inline-box;
}
@media (max-width: 820px) {
  .promotion-tag p {
    font-size: var(--fs-min);
  }
}
.promotion-tag p a {
  color: var(--color-main-3);
}
.promotion-tag:nth-child(even) p {
  color: var(--color-main-4);
  border-color: var(--color-main-4);
}
.promotion-tag:nth-child(even) p a {
  color: var(--color-main-4);
}
.promotion-tag.main-or p {
  color: var(--color-main-3);
  border-color: var(--color-main-3);
}
.promotion-tag.main-or p a {
  color: var(--color-main-3);
}
@media (min-width: 768px) {
  .promotion-tag p {
    font-size: 1.4rem;
  }
  .promotion-tag p a {
    font-size: 1.4rem;
  }
}

.star.none svg path {
  fill: #d5d6d4;
}

.text-center {
  text-align: center;
}

.title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .title-block {
    gap: 15px;
  }
  .title-block .list-module-blog {
    margin-right: auto;
  }
}

.nav-slide-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-slide-title .prev,
.nav-slide-title .next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-slide-title .prev:hover svg path,
.nav-slide-title .next:hover svg path {
  stroke: var(--color-main);
}

.btn-like-share {
  width: 130px;
  height: 20px;
  overflow: hidden;
  display: block;
}

.my-block {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .my-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.border-top {
  border-top: 1px solid var(--color-border);
}

.bt-lr-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pr-15 {
  padding-right: 15px;
}
@media (max-width: 820px) {
  .pr-15 {
    padding-right: 10px;
  }
}

.pb-2 {
  padding-bottom: 15px;
}

.btn-center {
  display: flex;
  justify-content: center;
}

.width-100 {
  width: 100%;
}

.border-radius {
  border-radius: 8px;
}

.border-bot-radius {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-top-radius {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.img.hover:hover img:not(.promo-frame) {
  transform: scale(1.05);
}

a:hover {
  color: var(--color-main);
}

.pt-15 {
  padding-top: 15px;
}
@media (max-width: 820px) {
  .pt-15 {
    padding-top: 10px;
  }
}

.p-15 {
  padding: 15px;
}
@media (max-width: 820px) {
  .p-15 {
    padding: 10px;
  }
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.no-border {
  border: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid var(--color-border);
}

.mt-15 {
  margin-top: 15px;
}
@media (max-width: 820px) {
  .mt-15 {
    margin-bottom: 10px;
  }
}

.border-bot {
  border-bottom: 1px solid var(--color-border);
}

.d-flex {
  display: flex;
}

.bg-gradient {
  background: var(--color-main-linear-gradient);
}

label.error {
  display: none !important;
}

.error {
  border: 1px solid red !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-15 {
  margin-left: 15px;
}
@media (max-width: 820px) {
  .ml-15 {
    margin-left: 10px;
  }
}

.no-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .title-author {
    font-size: 2.6rem !important;
  }
}

.tag-product .container {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tag-product .container .name {
  font-weight: 700;
}
.tag-product .container .list-tag {
  width: calc(100% - 45px);
  overflow-x: auto;
  display: flex;
  gap: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tag-product .container .list-tag::-webkit-scrollbar {
  display: none;
}
.tag-product .container .list-tag .item {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tag-product {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .tag-product .list-tag {
    overflow-x: unset;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
  }
}

.alrt-email {
  font-size: var(--fs-text);
  color: red;
}
.alrt-email.text-success {
  color: green;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-0 {
  padding: 0;
}

.nav-center {
  position: relative;
  margin-top: 0;
}
.nav-center .owl-prev, .nav-center .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1px solid var(--color-border) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.nav-center .owl-prev:hover, .nav-center .owl-next:hover {
  background: var(--color-main) !important;
  border-color: var(--color-main) !important;
}
.nav-center .owl-prev:hover svg path, .nav-center .owl-next:hover svg path {
  stroke: #fff !important;
}
.nav-center .owl-prev {
  left: 0;
}
.nav-center .owl-next {
  right: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

@media (max-width: 820px) {
  .hidden-sm {
    display: none;
  }
}
.btn-sending {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn-sending.show {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  display: flex !important;
}

.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
  top: 0;
  left: 0;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.alrt-popup.show {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  display: flex !important;
}
.alrt-popup .wapper {
  background: #fff;
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: #f97c00;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
  font-size: 20px;
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #f97c00;
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 20px;
  color: #f97c00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup.success .wapper .title {
  background: #009a18;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 990;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease;
}
.overlay.show {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  display: flex !important;
}

.popup-vd {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
}
.popup-vd .ifr-tv {
  z-index: 103;
  position: relative;
  width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}
.popup-vd .ifr-tv iframe {
  width: 100%;
  height: 506px;
  border: 0;
}
.popup-vd .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-vd.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup-vd .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}
.popup-vd .close-pu:after, .popup-vd .close-pu:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.popup-vd .close-pu:before {
  transform: rotate(45deg);
}
.popup-vd .close-pu:after {
  transform: rotate(-45deg);
}

.title-module {
  font-size: calc(var(--fs-h1-tour) + 5px);
  color: var(--color-main);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .title-module {
    font-size: var(--fs-h1-tour);
  }
}
@media (max-width: 820px) {
  .title-module {
    font-size: var(--fs-h1-tour);
  }
}
.title-module.center {
  text-align: center;
}
.title-module.small {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.detail-content p {
  font-size: var(--fs-text-large);
  margin-bottom: 15px;
}
.detail-content p a {
  font-size: var(--fs-text-large);
}
.detail-content ul, .detail-content ol {
  margin-bottom: 0;
}
.detail-content ul li, .detail-content ol li {
  margin-bottom: 10px;
  font-size: var(--fs-text-large);
}
.detail-content ul li a, .detail-content ol li a {
  font-size: var(--fs-text-large);
}

.loading, .sending {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.loading span, .sending span {
  color: #fff;
}
.loading.show, .sending.show {
  opacity: 1;
  pointer-events: all;
  z-index: 102;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nonescroll {
  overflow: hidden;
}

@media print {
  body.content-section-printing {
    overflow: visible !important;
  }
  body.content-section-printing * {
    visibility: hidden !important;
  }
  body.content-section-printing .content-section-print-target,
  body.content-section-printing .content-section-print-target * {
    visibility: visible !important;
  }
  body.content-section-printing .content-section-print-target {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.content-section-printing .content-section-print-target .share-article {
    display: none !important;
  }
  body.content-section-printing .content-section-print-target img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 820px) {
  :is([class^=padding-top-], [class*=padding-top-]) {
    padding-top: 20px !important;
  }
  :is([class^=padding-bottom-], [class*=padding-bottom-]) {
    padding-bottom: 20px !important;
  }
  :is([class^=margin-bottom-], [class*=margin-bottom-]) {
    margin-bottom: 20px !important;
  }
  :is([class^=margin-top-], [class*=margin-top-]) {
    margin-top: 20px !important;
  }
  .padding-top-0 {
    padding-top: 0 !important;
  }
  .margin-top-0 {
    margin-top: 0 !important;
  }
  .padding-bottom-0 {
    padding-top: 0 !important;
  }
}
.badge-btn {
  background: var(--color-main-2);
  border: 1px solid var(--color-main-2);
  color: #fff;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  font-weight: bold;
  padding: 0 30px;
  height: 80px;
  min-width: 400px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 30px;
  justify-content: center;
}
.badge-btn span {
  font-weight: bold;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .badge-btn {
    height: 60px;
    padding: 0 15px;
    font-size: 25px;
  }
}
@media (max-width: 820px) {
  .badge-btn {
    padding: 0 25px;
    height: 45px;
    min-width: 250px;
    font-size: 16px;
    gap: 10px;
  }
}
.badge-btn.radius-large {
  border-radius: 40px;
}
.badge-btn.small {
  height: 55px;
  min-width: 270px;
  font-size: 20px;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .badge-btn.small {
    height: 50px;
    min-width: 220px;
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .badge-btn.small {
    height: 45px;
    min-width: 220px;
    font-size: 16px;
  }
}
.badge-btn.tiny {
  height: 45px;
  min-width: 220px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .badge-btn.tiny {
    min-width: 160px;
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .badge-btn.tiny {
    height: 40px;
    font-weight: 400;
    min-width: 140px;
    font-size: 15px;
  }
}
.badge-btn.regular {
  font-weight: 400;
}
.badge-btn svg {
  fill: #fff;
  height: 55px;
}
@media (max-width: 820px) {
  .badge-btn svg {
    height: 15px;
  }
}
.badge-btn:hover {
  background: #fff;
  color: var(--color-main-2);
}
.badge-btn:hover svg {
  fill: var(--color-main-2);
}
.badge-btn.type-main {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}
.badge-btn.type-main:hover {
  color: var(--color-main-2);
  border-color: 1px solid var(--color-main-2);
}
.badge-btn.gray {
  background: #f2f2f2;
  color: #333;
  border: 1px solid #f8f8f8;
  cursor: pointer;
}
.badge-btn.gray:hover {
  color: var(--color-main-2);
  border-color: 1px solid var(--color-main-2);
}

.flex-action {
  display: flex;
  gap: 15px;
}
.flex-action.center {
  justify-content: center;
}

.load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
.load-more span {
  background: #d7d7d7;
  height: 50px;
  font-weight: 600;
  padding: 0 30px;
  font-size: var(--fs-text-large);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media (max-width: 820px) {
  .load-more span {
    height: 35px;
    font-weight: 400;
  }
}
.load-more:hover span {
  background: var(--color-main);
  color: #fff;
}

.scroll-top-mess {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
@media (max-width: 820px) {
  .scroll-top-mess {
    bottom: 150px;
  }
}
.scroll-top-mess .item {
  width: 47.194px;
  height: 47.194px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  background: var(--color-main-linear-gradient);
  cursor: pointer;
}
.scroll-top-mess .item.message {
  position: relative;
}
.scroll-top-mess .item.message .list-message {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 55px;
  bottom: 0;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 0 10px -6px #333;
  border-radius: 15px;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.5s ease, opacity 0.5s ease;
  pointer-events: none;
}
.scroll-top-mess .item.message .list-message:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -19px;
  bottom: 12px;
}
.scroll-top-mess .item.message .list-message a {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.scroll-top-mess .item.message .list-message a:last-child {
  border-bottom: none;
}
.scroll-top-mess .item.message:hover .list-message {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

.view-all-index {
  width: 100%;
  cursor: pointer;
  color: var(--color-text);
  text-decoration: none;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  font-weight: 600;
  font-size: var(--fs-text-tab);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .view-all-index {
    width: auto;
    display: inline-flex;
    gap: 10px;
    padding: 7px 30px;
  }
}
@media (max-width: 820px) {
  .view-all-index {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.view-all-index:hover, .view-all-index.active {
  color: var(--color-white);
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.view-all-index:hover svg path, .view-all-index.active svg path {
  stroke: var(--color-white);
}

.btn-gradient {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 4px;
  font-size: var(--fs-text);
  color: var(--color-white);
  background: var(--color-main-linear-gradient);
  border: 0;
  outline: none;
  transition: background 0.5s ease;
}
.btn-gradient:hover {
  background: var(--color-main-linear-gradient-2);
}
.btn-gradient.clear-filter {
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.checkbox {
  cursor: pointer;
}
.checkbox label {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox input {
  border: 1px solid var(--color-border);
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 0px;
  accent-color: var(--color-main);
}
.checkbox .rules {
  width: calc(100% - 30px);
  cursor: pointer;
}
.checkbox .rules a {
  color: var(--color-main);
  text-decoration: none;
}

.btn-submit {
  background: var(--color-main-2);
  color: var(--color-text);
  height: 40px;
  border-radius: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-check {
  cursor: pointer;
}
.radio-check span {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.radio-check span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 15px;
  border: 2px solid var(--color-border);
  position: absolute;
  left: 0;
  top: 2px;
}
.radio-check span:after {
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: var(--color-main);
  display: none;
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
}
.radio-check input {
  display: none;
}
.radio-check input:checked + span {
  color: var(--color-main);
}
.radio-check input:checked + span:before {
  border-color: var(--color-main);
}
.radio-check input:checked + span:after {
  display: block;
}

.slider-banner {
  aspect-ratio: 1920/794;
  overflow: hidden;
}
@media (max-width: 820px) {
  .slider-banner {
    aspect-ratio: 430/350;
  }
}
.slider-banner .item {
  position: relative;
  aspect-ratio: 1920/794;
}
@media (max-width: 820px) {
  .slider-banner .item {
    aspect-ratio: 430/350;
  }
}
.slider-banner .item .img {
  width: 100%;
  height: 100%;
}
.slider-banner .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider-banner .item .infor {
  width: var(--w-container);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 9%;
  display: block;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .slider-banner .item .infor {
    padding: 0 9%;
  }
}
@media (max-width: 820px) {
  .slider-banner .item .infor {
    padding: 0 15px;
  }
}
.slider-banner .item .infor h2 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(20px, 6.25vw, 100px);
}
.slider-banner .item .infor h3 {
  color: #fff;
  font-weight: 400;
  font-size: clamp(30px, 3.125vw, 60px);
}
.slider-banner .item .infor .title-banner-1 {
  color: #a7a7a7;
  font-weight: 600;
  text-align: left;
  font-size: clamp(30px, 3.75vw, 60px);
  font-style: italic;
  font-family: Comic Sans MS, cursive;
}
.slider-banner .item .infor .title-banner-2 {
  color: #fff;
  font-weight: 600;
  text-align: right;
  font-size: clamp(34px, 6.25vw, 120px);
}
.slider-banner .item .infor .title-banner-3 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: clamp(20px, 5vw, 80px);
}
.slider-banner .item .infor .title-banner-4 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: clamp(15px, 1.25vw, 20px);
}
.slider-banner.banner-module {
  aspect-ratio: 1920/494;
}
@media (max-width: 820px) {
  .slider-banner.banner-module {
    aspect-ratio: 430/200;
  }
}
.slider-banner.banner-module .item {
  aspect-ratio: 1920/494;
}
@media (max-width: 820px) {
  .slider-banner.banner-module .item {
    aspect-ratio: 430/200;
  }
}
.slider-banner.bannerinspirationpagedetail {
  aspect-ratio: 1920/893;
}
.slider-banner.bannerinspirationpagedetail .item {
  aspect-ratio: 1920/893;
}
.slider-banner.bannerinspirationpagedetail .item img {
  object-fit: cover;
  height: 100%;
}
.slider-banner.bannertravelstyle .item .infor {
  top: 40%;
}
.slider-banner.bannertravelstyle .item .infor .title-banner-1 {
  font-family: inherit;
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: clamp(20px, 6.25vw, 120px);
  font-style: initial;
}
.slider-banner.bannerrequesttour {
  margin-bottom: 0;
}
.slider-banner.banner-mice {
  aspect-ratio: 1280/510;
}
@media (max-width: 820px) {
  .slider-banner.banner-mice {
    aspect-ratio: 430/300;
  }
}
.slider-banner.banner-mice .item {
  aspect-ratio: 1280/510;
}
@media (max-width: 820px) {
  .slider-banner.banner-mice .item {
    aspect-ratio: 430/300;
  }
}
.slider-banner.banner-mice .item img {
  object-fit: cover;
  height: 100%;
}
.slider-banner.banner-mice .item .infor {
  padding: 0;
}
.slider-banner.banner-mice .item .infor h2 {
  font-weight: 600;
  text-align: center;
  font-size: clamp(20px, 5vw, 80px);
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .slider-banner.banner-mice .item .infor h2 {
    font-size: 22px;
  }
}
.slider-banner.banner-mice .item .infor h3 {
  color: #fff;
  font-weight: 400;
  font-size: clamp(20px, 1.4583333333vw, 28px);
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 820px) {
  .slider-banner.banner-mice .item .infor h3 {
    font-size: var(--fs-text);
  }
}
.slider-banner.banner-mice .item .infor .badge-btn {
  margin-top: var(--size-section);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .slider-banner.banner-mice .item .infor .badge-btn {
    height: 55px;
    min-width: 270px;
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .slider-banner.banner-mice .item .infor .badge-btn {
    min-width: 200px;
  }
}
.slider-banner.banner-hero {
  aspect-ratio: 1280/340;
}
@media (max-width: 820px) {
  .slider-banner.banner-hero {
    aspect-ratio: 430/200;
  }
}
.slider-banner.banner-hero .item {
  aspect-ratio: 1280/340;
}
@media (max-width: 820px) {
  .slider-banner.banner-hero .item {
    aspect-ratio: 430/200;
  }
}

.slide-index {
  aspect-ratio: 390/150;
  border-radius: 6px;
}
.slide-index .item {
  aspect-ratio: 390/174;
  display: block;
}
.slide-index .item img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.slide-index .item .no-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .slide-index {
    aspect-ratio: initial;
  }
  .slide-index .item {
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 820px) {
  .slide-index {
    aspect-ratio: 400/183;
    border-radius: 0;
  }
  .slide-index .item {
    aspect-ratio: 400/183;
  }
}

@media (min-width: 768px) {
  .slide-module-index {
    aspect-ratio: 1320/90;
  }
}
@media (max-width: 820px) {
  .slide-module-index {
    display: flex;
    gap: 5px;
    align-items: start;
    position: relative;
    overflow: hidden;
  }
  .slide-module-index > .open-category {
    width: calc((100% - 5px) / 5);
  }
  .slide-module-index .carousel-category-mobile {
    width: calc((100% - 20px) * 5 / 6);
  }
  .slide-module-index .owl-carousel {
    position: initial;
  }
  .slide-module-index.dot-tabs .owl-dots {
    margin-top: 5px;
    width: 100vw;
    left: -15px;
    position: absolute;
  }
}

@media (max-width: 820px) {
  .carousel-category-mobile .owl-theme .owl-nav {
    margin: 0;
  }
  .carousel-category-mobile .owl-theme .owl-nav [class*=owl-] {
    display: flex;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 30px;
  }
  .carousel-category-mobile .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
  }
  .carousel-category-mobile .owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .carousel-category-mobile .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
@media (min-width: 768px) {
  .slide-adv-index {
    aspect-ratio: 1320/161;
  }
}

@media (min-width: 768px) {
  .slide-modules-index {
    aspect-ratio: 1305/199;
  }
}

.slide-product-sale-2 .item {
  margin-bottom: 15px;
  height: 100%;
}
@media (max-width: 820px) {
  .slide-product-sale-2 .item {
    margin-bottom: 10px;
  }
}
.slide-product-sale-2 .item .info {
  min-height: auto;
}
@media (min-width: 768px) {
  .slide-product-sale-2 {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .slide-adv-index-2 {
    aspect-ratio: 1305/215;
    overflow: hidden;
  }
}
@media (max-width: 820px) {
  .slide-adv-index-2 {
    aspect-ratio: 430/117;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .slide-best-seller {
    aspect-ratio: 1289/315;
    padding-bottom: 0;
  }
  .slide-best-seller.top-search {
    aspect-ratio: 1290/300;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .slide-best-seller.top-search {
    aspect-ratio: 1290/315;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slide-best-seller.top-search {
    aspect-ratio: 1290/335;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-best-seller {
    aspect-ratio: 1290/460;
  }
  .slide-best-seller.top-search {
    aspect-ratio: 1290/490;
  }
}
@media (max-width: 820px) {
  .slide-best-seller {
    aspect-ratio: 430/260;
    padding-bottom: 0;
  }
  .slide-best-seller.top-search {
    aspect-ratio: 430/268;
  }
}

.item-img-product-detai {
  position: relative;
}
.item-img-product-detai .free-ship {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .slide-module-index .item-module-index {
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .slide-module-index .item-module-index h3 a {
    text-align: center;
    color: var(--color-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  .slide-module-index.dot-tabs .owl-dots {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .nav-lrc .owl-nav {
    margin-top: 0;
  }
  .nav-lrc {
    position: relative;
  }
  .nav-lrc .owl-prev,
  .nav-lrc .owl-next {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    background: var(--color-white) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 43px;
    height: 43px;
    margin: 0 !important;
  }
  .nav-lrc .owl-prev:hover,
  .nav-lrc .owl-next:hover {
    background: var(--color-main) !important;
  }
  .nav-lrc .owl-prev:hover svg path,
  .nav-lrc .owl-next:hover svg path {
    stroke: var(--color-white);
  }
  .nav-lrc .owl-next {
    right: -10px;
  }
  .nav-lrc .owl-prev {
    left: -10px;
  }
}

@media (min-width: 768px) {
  .slide-product-sale-2 .owl-prev,
  .slide-product-sale-2 .owl-next, .slide-group-product .owl-prev,
  .slide-group-product .owl-next {
    top: 29%;
  }
  .slide-product-sale-2 .owl-next, .slide-group-product .owl-next {
    right: -10px;
  }
  .slide-product-sale-2 .owl-prev, .slide-group-product .owl-prev {
    left: -10px;
  }
  .slide-product-sale-2 .item .info, .slide-group-product .item .info {
    position: relative;
  }
}
.slide-product-sale-2 .owl-carousel .owl-stage, .slide-group-product .owl-carousel .owl-stage {
  display: flex;
}
.slide-product-sale-2 .owl-carousel .owl-stage .item, .slide-group-product .owl-carousel .owl-stage .item {
  height: 100%;
}

.slide-product-in-module .owl-carousel .owl-stage {
  display: flex;
}
.slide-product-in-module .owl-carousel .owl-stage .item {
  height: 100%;
}

@media (min-width: 768px) {
  .slide-product-sale .item .info {
    position: initial;
    padding-bottom: 18px;
  }
  .slide-product-sale .item .info .wrapper-process {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 0;
    z-index: 3;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .slide-best-seller.top-search .owl-next,
  .slide-best-seller.top-search .owl-prev {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .slide-banner-content.nav-lrc .owl-next,
  .slide-banner-content.nav-lrc .owl-prev {
    top: 50%;
  }
  .slide-banner-content.nav-lrc .owl-next {
    right: -15px;
  }
  .slide-banner-content.nav-lrc .owl-prev {
    left: -15px;
  }
}

@media (min-width: 768px) {
  .item-banner-content {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 636/291;
  }
  .item-banner-content img {
    display: block;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .slide-news-blog .item {
    aspect-ratio: 309/212;
  }
  .slide-news-blog .owl-next,
  .slide-news-blog .owl-prev {
    top: 50%;
  }
}

.card-destination {
  border-radius: 5px;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: 0 0 10px -5px #333;
}
.card-destination.no-shadow {
  box-shadow: initial;
}
.card-destination.no-radius {
  border-radius: 0;
}
.card-destination.white {
  background: #fff;
}
.card-destination .img {
  aspect-ratio: 440/515;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.card-destination .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-destination .infor {
  padding: clamp(15px, 1.0416666667vw, 20px) 0 clamp(15px, 1.5625vw, 30px) 0;
}
@media (max-width: 820px) {
  .card-destination .infor {
    padding: 10px;
  }
}
.card-destination .infor h3 a {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: var(--color-main);
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-destination .infor h3 a {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .card-destination .infor h3 a {
    font-size: 20px;
  }
}
.card-destination .infor .desc {
  margin-top: 5px;
  font-size: var(--fs-text-large);
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card-destination .infor.regular h3 a {
  font-weight: 400;
}
.card-destination:hover .img img {
  transform: scale(1.05);
}
.card-destination:hover .infor h3 a {
  color: var(--color-main-2);
}

.card-travelstyle {
  overflow: hidden;
  background: #f8f8f8;
}
.card-travelstyle .img {
  aspect-ratio: 500/300;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.card-travelstyle .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-travelstyle .infor {
  padding: clamp(15px, 1.0416666667vw, 20px) clamp(15px, 1.5625vw, 30px) clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .card-travelstyle .infor {
    padding: 10px;
  }
}
.card-travelstyle .infor h3 a {
  font-weight: bold;
  font-size: clamp(18px, 1.5625vw, 30px);
  text-align: center;
  display: block;
  text-decoration: none;
  color: var(--color-main);
}
.card-travelstyle .infor .desc h3, .card-travelstyle .infor .desc h4 {
  margin-bottom: 15px;
  font-size: 1.17em;
  font-weight: 400;
}
@media (max-width: 820px) {
  .card-travelstyle .infor .desc h3, .card-travelstyle .infor .desc h4 {
    margin-bottom: 10px;
  }
}
.card-travelstyle .infor .desc {
  margin-top: 15px;
  font-size: var(--fs-text-large);
  text-align: center;
}
@media (max-width: 820px) {
  .card-travelstyle .infor .desc {
    margin-bottom: 10px;
  }
}
.card-travelstyle:hover .img img {
  transform: scale(1.05);
}
.card-travelstyle:hover .infor h3 a {
  color: var(--color-main-2);
}

.card-tour-verticle {
  position: relative;
}
.card-tour-verticle .img {
  aspect-ratio: 520/340;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
}
.card-tour-verticle .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-tour-verticle .infor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .card-tour-verticle .infor {
    padding: 15px;
  }
}
@media (max-width: 820px) {
  .card-tour-verticle .infor {
    padding: 15px;
  }
}
.card-tour-verticle .infor h3 a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: var(--fs-text-tour);
}
@media (max-width: 820px) {
  .card-tour-verticle .infor h3 a {
    font-weight: 600;
  }
}
.card-tour-verticle .infor .day {
  border-top: 1px solid #fff;
  text-align: center;
  padding: 15px 0 0 0;
  color: #fff;
  display: block;
}
.card-tour-verticle:hover .img img {
  transform: scale(1.05);
}
.card-tour-verticle:hover .infor h3 a {
  color: var(--color-main-2);
}

.card-tour-verticle-2 {
  position: relative;
  border: 1px solid var(--color-border);
}
.card-tour-verticle-2 .img {
  aspect-ratio: 520/340;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
}
.card-tour-verticle-2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-tour-verticle-2 .infor {
  z-index: 2;
  padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 1.0416666667vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .card-tour-verticle-2 .infor {
    padding: 10px;
  }
}
.card-tour-verticle-2 .infor h3 {
  font-weight: 400;
  margin-bottom: 15px;
}
.card-tour-verticle-2 .infor h3 a {
  font-weight: 400;
  display: block;
  text-decoration: none;
  font-size: var(--fs-text-tour);
  color: var(--color-text);
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 820px) {
  .card-tour-verticle-2 .infor h3 a {
    font-weight: bold;
  }
}
.card-tour-verticle-2 .infor .day {
  display: block;
}
.card-tour-verticle-2:hover .img img {
  transform: scale(1.05);
}
.card-tour-verticle-2:hover .infor h3 a {
  color: var(--color-main);
}

.card-news {
  position: relative;
  display: flex;
  gap: clamp(15px, 1.5625vw, 20px);
}
@media (max-width: 820px) {
  .card-news {
    gap: 10px;
  }
}
.card-news .img {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  width: 20%;
  cursor: pointer;
}
@media (max-width: 820px) {
  .card-news .img {
    width: 30%;
  }
}
.card-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-news .infor {
  width: calc(80% - clamp(15px, 1.5625vw, 20px));
}
@media (max-width: 820px) {
  .card-news .infor {
    width: calc(70% - 10px);
  }
}
.card-news .infor h3 {
  font-weight: 400;
}
.card-news .infor h3 a {
  display: block;
  text-decoration: none;
  font-size: var(--fs-item);
  margin-bottom: 15px;
  color: var(--color-text);
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 820px) {
  .card-news .infor h3 a {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.card-news .infor .date {
  margin-bottom: 15px;
  font-style: italic;
}
@media (max-width: 820px) {
  .card-news .infor .date {
    margin-bottom: 0;
  }
}
.card-news .infor .description {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: none;
}
.card-news:hover .img img {
  transform: scale(1.05);
}
.card-news:hover .infor h3 a {
  color: var(--color-main);
}

.card-destination-other {
  position: relative;
}
.card-destination-other .img {
  aspect-ratio: 16/12;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
}
.card-destination-other .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-destination-other .infor {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-destination-other .infor .title-other-destination {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: var(--fs-item);
  color: var(--color-main);
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .card-destination-other .infor .title-other-destination {
    font-size: var(--fs-text-tour);
  }
}
.card-destination-other:hover .img img {
  transform: scale(1.05);
}
.card-destination-other:hover .infor .title-other-destination {
  color: var(--color-main-2);
}

.card-guide {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.card-guide.box-shadow {
  box-shadow: 0 0 -10px -7px #333;
}
.card-guide .img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  cursor: pointer;
}
.card-guide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-guide .infor {
  padding: 30px 20px;
}
@media (max-width: 820px) {
  .card-guide .infor {
    padding: 15px;
  }
}
.card-guide .infor h3 {
  font-weight: 400;
}
.card-guide .infor h3 a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-text);
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 820px) {
  .card-guide .infor h3 a {
    font-weight: bold;
    text-align: left;
  }
}
.card-guide .infor .description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card-guide:hover .img img {
  transform: scale(1.05);
}
.card-guide:hover .infor h3 a {
  color: var(--color-main);
}

.card-inspiration {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.card-inspiration.box-shadow {
  box-shadow: 0 0 -10px -7px #333;
}
.card-inspiration .img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  cursor: pointer;
}
.card-inspiration .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-inspiration .infor {
  padding: 30px 20px;
}
.card-inspiration .infor .module-name {
  margin-bottom: 15px;
  font-style: italic;
  text-align: center;
}
.card-inspiration .infor h3 {
  font-weight: 400;
}
.card-inspiration .infor h3 a {
  display: block;
  text-decoration: none;
  font-size: var(--fs-item);
  margin-bottom: 15px;
  color: var(--color-main);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card-inspiration .infor .description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card-inspiration .infor .read-story {
  display: none;
}
.card-inspiration:hover .img img {
  transform: scale(1.05);
}
.card-inspiration:hover .infor h3 a {
  color: var(--color-main-2);
}

.card-tour {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card-tour .img {
  aspect-ratio: 440/515;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.card-tour .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-tour .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.04) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-tour .img .add-shortlist {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  cursor: pointer;
  z-index: 3;
}
.card-tour .img .add-shortlist svg {
  fill: #fff;
  cursor: pointer;
}
.card-tour .img .add-shortlist svg path {
  stroke: var(--color-main);
}
.card-tour .img .add-shortlist svg.added {
  display: none;
}
.card-tour .img .add-shortlist.active .not-yet {
  display: none;
}
.card-tour .img .add-shortlist.active .added {
  display: block;
}
.card-tour .infor {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 1.0416666667vw, 20px);
}
.card-tour .infor h3 {
  line-height: 1.3;
}
.card-tour .infor h3 a {
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 820px) {
  .card-tour .infor h3 a {
    font-size: var(--fs-text-tour);
  }
}
.card-tour .infor .desc {
  margin-top: 15px;
  color: #fff;
  overflow: hidden;
  display: flex;
  font-size: 15px;
  height: 45px;
  align-items: end;
}
@media (max-width: 820px) {
  .card-tour .infor .desc {
    font-size: 14px;
  }
}
.card-tour .infor .desc > * {
  font-style: italic;
}
.card-tour .day-module {
  display: flex;
  gap: 18px;
  min-height: 48px;
  flex-wrap: wrap;
  row-gap: 0;
}
.card-tour .day-module span {
  position: relative;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-tour .day-module span {
    font-size: 16px;
  }
}
.card-tour .day-module span:after {
  content: "";
  width: 7px;
  height: 2px;
  position: absolute;
  right: -14px;
  top: 12px;
  background: #333;
}
.card-tour .day-module span:last-child:after {
  display: none;
}
.card-tour .action-tour {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .card-tour .action-tour {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 820px) {
  .card-tour .action-tour {
    flex-direction: column;
    gap: 10px;
  }
}
.card-tour .action-tour a {
  text-decoration: none;
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-tour .action-tour a {
    font-size: 14px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .card-tour .action-tour a {
    padding: 0 5px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .card-tour .action-tour a {
    width: 100%;
  }
}
.card-tour .action-tour a.explore {
  height: 40px;
  border: 2px solid var(--color-border);
  border-radius: 5px;
  background: #fff;
}
.card-tour .action-tour a.explore:hover {
  background: var(--color-border);
}
.card-tour .action-tour a.tailor:hover {
  color: var(--color-main);
}
.card-tour .action-tour a.tailor:hover svg {
  fill: var(--color-main);
}
.card-tour:hover .img img {
  transform: scale(1.05);
}
.card-tour:hover .infor h3 a {
  color: var(--color-main-2);
}

.flex-4-tour {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .flex-4-tour {
    gap: 10px;
  }
}
.flex-4-tour .card-tour-verticle {
  width: calc((100% - clamp(15px, 1.5625vw, 30px) * 3) / 4);
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-4-tour .card-tour-verticle {
    width: calc((100% - clamp(15px, 1.5625vw, 30px)) / 2);
  }
}
@media (max-width: 820px) {
  .flex-4-tour .card-tour-verticle {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 560px) {
  .flex-4-tour .card-tour-verticle {
    width: 100%;
  }
}
.flex-4-tour .read-more {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  text-decoration: underline;
  cursor: pointer;
}
.flex-4-tour .read-more:hover {
  color: var(--color-main);
}

.back-drop-menu {
  display: none;
}

.nav-desktop {
  display: flex;
  align-items: center;
}
.nav-desktop .contact-head {
  display: none;
}
@media (max-width: 820px) {
  .nav-desktop .contact-head {
    display: flex;
  }
}
.nav-desktop > ul {
  display: flex;
  align-items: center;
  list-style: none;
  list-style: none;
  gap: clamp(15px, 2.0833333333vw, 40px);
  position: relative;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .nav-desktop > ul {
    gap: 15px;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .nav-desktop > ul {
    gap: 10px;
  }
}
.nav-desktop > ul > li {
  padding: 30px 0;
  transition: padding 0.5s ease;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .nav-desktop > ul > li {
    padding: 35px 0;
  }
}
.nav-desktop > ul > li.list-menu {
  position: relative;
}
.nav-desktop > ul > li.logo-menu {
  display: none;
}
.nav-desktop > ul > li > a {
  font-weight: 600;
  color: var(--color-main);
  text-decoration: none;
  font-size: clamp(16px, 0.9375vw, 18px);
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .nav-desktop > ul > li > a {
    font-size: 14px;
  }
}
.nav-desktop > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  transition: width 0.5s ease;
  background: #d10000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.nav-desktop > ul .submenu {
  transition: top 0.5s ease, opacity 0.5s ease;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 0 10px -5px;
  opacity: 0;
  pointer-events: none;
  min-width: 200px;
}
.nav-desktop > ul .submenu > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.nav-desktop > ul .submenu > ul > li a {
  text-decoration: none;
  font-size: clamp(16px, 0.9375vw, 16px);
  color: var(--color-text);
}
.nav-desktop > ul .submenu > ul > li a:hover {
  color: var(--color-main);
}
.nav-desktop > ul .grid-menu {
  transition: top 0.5s ease, opacity 0.5s ease;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  background: #fff;
  width: 100%;
  padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 2.6041666667vw, 50px);
  box-shadow: 0 0 10px -5px;
  opacity: 0;
  pointer-events: none;
}
.nav-desktop > ul .grid-menu > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.nav-desktop > ul .grid-menu > ul > li {
  width: 33.3333333333%;
}
.nav-desktop > ul .grid-menu > ul > li a {
  text-decoration: none;
  font-size: clamp(16px, 0.9375vw, 16px);
  color: var(--color-text);
}
.nav-desktop > ul .grid-menu > ul > li a:hover {
  color: var(--color-main);
}
.nav-desktop > ul > li:hover .submenu,
.nav-desktop > ul > li:hover .grid-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.nav-desktop > ul > li:hover > a:after {
  width: 100%;
}
.nav-desktop > ul > li.active > a:after {
  width: 100%;
}
@media (max-width: 820px) {
  .nav-desktop > ul > li.active > a:after {
    width: 0;
  }
}
@media (max-width: 820px) {
  .nav-desktop > ul > li.active > a {
    color: var(--color-main-2);
  }
}
@media (max-width: 820px) {
  .nav-desktop {
    position: fixed;
    top: 0;
    right: -100vw;
    transition: right 0.5s ease;
    height: 100vh;
    width: 80vw;
    flex-direction: column;
  }
}
@media (max-width: 820px) and (max-width: 400px) {
  .nav-desktop {
    width: 90vw;
  }
}
@media (max-width: 820px) {
  .nav-desktop > ul {
    background: var(--color-main);
    height: 100%;
    flex-direction: column;
    width: 100%;
    z-index: 101;
    gap: 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .nav-desktop > ul > li {
    padding: 0;
    width: 100%;
  }
  .nav-desktop > ul > li > a {
    padding: 10px;
    justify-content: end;
    font-size: var(--fs-text);
    width: calc(100% - 45px);
  }
  .nav-desktop > ul > li:hover a:after {
    display: none;
  }
  .nav-desktop > ul > li:hover .submenu,
  .nav-desktop > ul > li:hover .grid-menu {
    top: initial;
  }
  .nav-desktop > ul > li.logo-menu {
    display: flex;
    gap: 10px;
    padding: 15px;
  }
  .nav-desktop > ul > li.logo-menu .img {
    width: 50px;
    padding: 0;
  }
  .nav-desktop > ul > li.logo-menu a {
    justify-content: left;
  }
  .nav-desktop > ul > li.logo-menu a:after {
    display: none;
  }
  .nav-desktop > ul li {
    position: relative;
  }
  .nav-desktop > ul li .exp-sub {
    width: 46px;
    height: 46px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-desktop > ul li .exp-sub:after, .nav-desktop > ul li .exp-sub:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav-desktop > ul li .exp-sub:before {
    height: 12px;
    width: 2px;
  }
  .nav-desktop > ul li .exp-sub:after {
    width: 12px;
    height: 2px;
  }
  .nav-desktop > ul li .exp-sub.active:before {
    display: none;
  }
  .nav-desktop > ul li a {
    color: #fff;
  }
  .nav-desktop > ul li .submenu,
  .nav-desktop > ul li .grid-menu {
    position: inherit;
    top: initial;
    left: initial;
    padding: 0;
    opacity: 1;
    background: #038a8a;
    box-shadow: initial;
    pointer-events: all;
    display: none;
  }
  .nav-desktop > ul li .submenu li a,
  .nav-desktop > ul li .grid-menu li a {
    color: #fff;
    display: block;
    font-size: 17px;
    text-align: right;
    padding: 10px 15px;
  }
  .nav-desktop > ul li .grid-menu ul li {
    width: 50%;
  }
  .nav-desktop > ul li .grid-menu ul,
  .nav-desktop > ul li .submenu ul {
    gap: 0;
  }
  .nav-desktop .contact-head {
    width: 100%;
    background: var(--color-main);
    z-index: 101;
    padding: 15px 0;
    justify-content: center;
    border-top: 1px solid #04a0a0;
  }
}
@media (max-width: 820px) and (max-width: 820px) {
  .nav-desktop .contact-head {
    border: none;
    flex-direction: column;
    padding: 0;
    gap: 0;
    justify-content: end;
    align-items: end;
  }
  .nav-desktop .contact-head > * {
    padding: 10px;
    padding-right: 54px;
  }
  .nav-desktop .contact-head > * svg {
    display: none;
  }
}
@media (max-width: 820px) {
  .nav-desktop .contact-head .contact-us {
    color: #fff;
    font-size: var(--fs-text);
    width: 100%;
    justify-content: end;
  }
  .nav-desktop.active {
    right: 0;
  }
  .nav-desktop.active .back-drop-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }
}

.touch-menu {
  display: none;
}
@media (max-width: 820px) {
  .touch-menu {
    display: block;
    width: 35px;
    height: 30px;
    position: relative;
  }
  .touch-menu span {
    background: var(--color-main);
    height: 3px;
    border-radius: 2px;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    transition: width 0.5s ease, transform 0.5s ease, top 0.5s ease, bottom 0.5s ease;
  }
  .touch-menu span:nth-of-type(1) {
    top: 0;
  }
  .touch-menu span:nth-of-type(2) {
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
  }
  .touch-menu span:nth-of-type(3) {
    bottom: 0;
    width: 80%;
  }
  .touch-menu.active span {
    background: #fff;
  }
  .touch-menu.active span:nth-of-type(1) {
    top: 14px;
    transform: rotate(45deg);
  }
  .touch-menu.active span:nth-of-type(2) {
    width: 0;
  }
  .touch-menu.active span:nth-of-type(3) {
    width: 100%;
    transform: rotate(-45deg);
    bottom: 13px;
  }
}

.mainmenu-box {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  position: sticky;
  top: 53px;
  z-index: 11;
}
@media (min-width: 900px) and (max-width: 1600px) {
  .mainmenu-box {
    top: 53px;
  }
}
@media (min-width: 900px) and (max-width: 1399px) {
  .mainmenu-box {
    top: 53px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mainmenu-box {
    top: 50px;
  }
}
@media (max-width: 820px) {
  .mainmenu-box {
    top: 59px;
  }
}
.mainmenu-box .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  .mainmenu-box .container {
    gap: 5px;
  }
}
.mainmenu-box .container nav {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.mainmenu-box .container nav::-webkit-scrollbar {
  height: 3px;
}
@media (max-width: 1190px) {
  .mainmenu-box .container nav::-webkit-scrollbar {
    height: 0;
  }
}
.mainmenu-box .container nav ul {
  display: flex;
}
.mainmenu-box .container nav li {
  list-style: none;
  padding: 0px 20px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .mainmenu-box .container nav li {
    padding: 0px 10px;
  }
}
@media (max-width: 820px) {
  .mainmenu-box .container nav li {
    padding: 0 10px;
  }
}
.mainmenu-box .container nav li a {
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
  position: relative;
  padding: 20px 0px;
  text-decoration: none;
  color: var(--color-text2);
  text-transform: uppercase;
  transition: padding 0.5s ease;
}
@media (max-width: 820px) {
  .mainmenu-box .container nav li a {
    padding: 15px 0;
    font-size: 14px;
  }
}
.mainmenu-box .container nav li a:after {
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--color-main);
  transition: width 0.5s ease;
  content: "";
}
@media (min-width: 1200px) {
  .mainmenu-box .container nav li:hover {
    background: var(--bg-gray-2);
  }
  .mainmenu-box .container nav li:hover a {
    color: var(--color-main);
  }
  .mainmenu-box .container nav li:hover a:after {
    width: 100%;
  }
}
.mainmenu-box .container nav li.active {
  background: var(--bg-gray-2);
}
.mainmenu-box .container nav li.active a {
  color: var(--color-main);
}
.mainmenu-box .container nav li.active a:after {
  width: 100%;
}
.mainmenu-box .container a.badge-btn {
  border-radius: 30px;
  white-space: nowrap;
  font-size: 16px;
  height: 40px;
  min-width: initial;
}
@media (max-width: 820px) {
  .mainmenu-box .container a.badge-btn {
    display: none;
  }
}
.mainmenu-box.fixed {
  border-bottom: 1px solid #fff;
}
.mainmenu-box.fixed .container nav li a {
  padding: 15px 0;
}

#categorymenu-box {
  padding-top: 75px;
  background: var(--bg-gray-2);
}
#categorymenu-box.bg-white {
  background: #fff;
}
@media (max-width: 820px) {
  #categorymenu-box {
    padding-top: 15px;
  }
}

.categorymenu-box {
  background: var(--bg-gray-2);
  position: sticky;
  top: 101px;
  z-index: 10;
  padding: 15px 0;
}
.categorymenu-box.bg-white {
  background: #fff;
}
@media (min-width: 900px) and (max-width: 1600px) {
  .categorymenu-box {
    top: 101px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .categorymenu-box {
    top: 98px;
  }
}
@media (max-width: 820px) {
  .categorymenu-box {
    top: 107.88px;
  }
}
.categorymenu-box.no-mainmenu {
  top: 54px;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .categorymenu-box.no-mainmenu {
    top: 50px;
  }
}
@media (max-width: 820px) {
  .categorymenu-box.no-mainmenu {
    top: 59px;
  }
}
.categorymenu-box.fixed {
  border-bottom: 1px solid var(--color-border);
  width: 100%;
}
.categorymenu-box .category-menu {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 1190px) {
  .categorymenu-box .category-menu {
    white-space: nowrap;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 3px;
  }
  .categorymenu-box .category-menu::-webkit-scrollbar {
    height: 0;
  }
}
.categorymenu-box .category-menu .item {
  font-size: var(--fs-text);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-text);
}
.categorymenu-box .category-menu .item:hover {
  color: var(--color-main);
}
.categorymenu-box .category-menu .item:before {
  content: "";
  width: 1px;
  height: 15px;
  background: var(--color-text2);
  position: absolute;
  top: 5px;
  right: -17px;
}
.categorymenu-box .category-menu .item:last-child:before {
  display: none;
}
.categorymenu-box .category-menu .item:after {
  width: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  background: var(--color-main);
  transition: width 0.5s ease;
  content: "";
}
.categorymenu-box .category-menu .item.active:after {
  width: 100%;
}

.menu-mb {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75%;
  z-index: 110;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.menu-mb.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.menu-mb .login-menu {
  height: 65px;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px;
}
.menu-mb .login-menu .block-login {
  display: flex;
  gap: 10px;
  row-gap: 0px;
  flex-wrap: wrap;
}
.menu-mb .login-menu .block-login * {
  line-height: 1.5;
}
.menu-mb .login-menu svg {
  width: 56px;
  height: 56px;
}
.menu-mb .login-menu .item {
  color: var(--color-white);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.menu-mb .menu-mb-block {
  height: calc(100vh - 80px);
  overflow-y: auto;
  background-color: var(--color-bg);
}
.menu-mb .menu-mb-block .item-group-menu {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  background-color: var(--color-white);
}
.menu-mb .menu-mb-block .item-group-menu .item-menu {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  position: relative;
  height: 40px;
}
.menu-mb .menu-mb-block .item-group-menu .item-menu .link {
  display: flex;
  gap: 15px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
}
.menu-mb .menu-mb-block .item-group-menu .item-menu .link span {
  font-size: var(--fs-text);
  color: var(--color-text);
  display: flex;
  flex: initial;
}
.menu-mb .menu-mb-block .item-group-menu .item-menu .link span.no-image {
  width: 24px;
  font-size: 5px;
}
.menu-mb .menu-mb-block .item-group-menu .item-menu .link span:last-child {
  width: calc(100% - 29px);
}
.menu-mb .menu-mb-block .item-group-menu .item-menu svg {
  width: 24px;
  height: initial;
}
.menu-mb .menu-mb-block .item-group-menu .item-menu span {
  flex: 1;
}
.menu-mb .menu-mb-block .copyright-menu {
  padding: 10px 20px;
}
.menu-mb .menu-mb-block .copyright-menu .location {
  color: var(--color-main);
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.menu-mb .menu-mb-block .copyright-menu .copyright-menu-text {
  font-size: var(--fs-min);
}
.menu-mb .menu-mb-block .copyright-menu .copyright-menu-text strong {
  display: block;
}
.menu-mb .btn-close-menu {
  position: absolute;
  top: 15px;
  right: -40px;
  width: 32px;
  height: 32px;
}
.menu-mb .btn-close-menu svg {
  width: 32px;
  height: 32px;
}
.menu-mb .btn-close-menu svg path {
  fill: var(--color-white);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 105;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.table-content-top {
  padding: 15px 0;
}
.table-content-top .wrapper-2 {
  padding: 15px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
}
@media (max-width: 820px) {
  .table-content-top .wrapper-2 {
    padding: 10px;
  }
}
.table-content-top .wrapper-2 .mucluc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: var(--fs-text-tab);
  cursor: pointer;
}
@media (min-width: 768px) {
  .table-content-top .wrapper-2 .mucluc {
    font-size: 2rem;
  }
}
.table-content-top .wrapper-2 .ctindxknh {
  margin-top: 15px;
}
.table-content-top .wrapper-2 .ctindxknh h3,
.table-content-top .wrapper-2 .ctindxknh h4,
.table-content-top .wrapper-2 .ctindxknh h5 {
  font-size: var(--fs-text-tab);
  font-weight: 400;
  margin-bottom: 5px;
  cursor: pointer;
}
.table-content-top .wrapper-2 .ctindxknh h3 {
  font-weight: 600;
}
.table-content-top .wrapper-2 .ctindxknh h4 {
  margin-left: 15px;
}
.table-content-top .wrapper-2 .ctindxknh h5 {
  padding-left: 25px;
}

.detail-content * {
  line-height: 1.5;
}
@media (max-width: 820px) {
  .detail-content canvas {
    width: 100%;
  }
}
.detail-content a:not(.badge-btn) {
  color: #2196F3;
  text-decoration: none;
}
.detail-content a:not(.badge-btn):hover {
  color: var(--color-main);
}
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-main);
}
@media (max-width: 820px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 10px;
  }
}
.detail-content h2 {
  font-size: 2.2rem;
}
@media (max-width: 820px) {
  .detail-content h2 {
    font-size: 1.8rem;
  }
}
.detail-content h3 {
  font-size: 1.8rem;
}
@media (max-width: 820px) {
  .detail-content h3 {
    font-size: 1.6rem;
  }
}
.detail-content h4 {
  font-size: 1.6rem;
}
@media (max-width: 820px) {
  .detail-content h4 {
    font-size: 1.5rem;
  }
}
.detail-content h5 {
  font-size: 1.5rem;
}
.detail-content h6 {
  font-size: 1.4rem;
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.detail-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .detail-content p {
    margin-bottom: 10px;
  }
}
.detail-content em, .detail-content i {
  font-style: italic;
}
.detail-content ul, .detail-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
.detail-content ul li, .detail-content ol li {
  line-height: 1.5;
}
.detail-content img {
  width: unset;
  object-fit: initial;
  display: block;
  height: revert-layer !important;
}
@media (max-width: 820px) {
  .detail-content img {
    max-width: 100%;
    width: unset !important;
    object-fit: unset;
    height: auto !important;
    max-height: unset;
  }
}
.detail-content strong, .detail-content b {
  font-weight: 700 !important;
}
.detail-content strong font, .detail-content b font {
  font-weight: 700 !important;
}
.detail-content strong span, .detail-content b span {
  font-weight: 700 !important;
}
@media (max-width: 820px) {
  .detail-content .ckeditor-html5-video video {
    width: 100%;
    height: initial;
  }
}
.detail-content blockquote {
  padding-block-start: 1em;
  padding-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  padding-inline-start: 20px;
  unicode-bidi: isolate;
  border-left: 5px solid #f1f1f1;
}
.detail-content blockquote p {
  font-style: italic;
}
.detail-content blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .detail-content blockquote {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
.detail-content .image-center {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
@media (max-width: 820px) {
  .detail-content .image-center {
    margin: 0 auto 10px;
  }
  .detail-content .image-center .image-captioned {
    margin-bottom: 0;
  }
}
.detail-content .image-center img {
  margin: auto;
  height: revert-layer !important;
  object-fit: initial;
  max-height: max-content;
  width: revert-layer !important;
}
@media (max-width: 820px) {
  .detail-content .image-center img {
    max-width: 100%;
    object-fit: unset;
    width: unset !important;
    height: auto !important;
    max-height: unset;
  }
}
.detail-content .image-left {
  float: left;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .detail-content .image-left {
    margin-bottom: 15px;
  }
}
.detail-content .image-left img {
  margin: auto;
  height: revert-layer !important;
  object-fit: initial;
  max-height: max-content;
  width: revert-layer !important;
}
@media (max-width: 820px) {
  .detail-content .image-left img {
    max-width: 100%;
    object-fit: unset;
    width: unset !important;
    height: auto !important;
    max-height: unset;
  }
}
.detail-content .image-captioned {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: fit-content;
}
.detail-content .image-captioned img {
  width: unset;
  object-fit: initial !important;
  height: revert-layer;
  max-height: max-content;
  width: revert-layer !important;
}
@media (max-width: 820px) {
  .detail-content .image-captioned img {
    max-width: 100%;
    width: unset !important;
    height: auto !important;
    object-fit: unset;
    max-height: unset;
  }
}
.detail-content .image-right {
  float: right;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .detail-content .image-right {
    margin-bottom: 15px;
  }
}
.detail-content .image-right img {
  margin: auto;
  height: revert-layer !important;
  object-fit: initial;
  max-height: max-content;
  width: revert-layer !important;
}
@media (max-width: 820px) {
  .detail-content .image-right img {
    max-width: 100%;
    width: unset !important;
    object-fit: unset;
    height: auto !important;
    max-height: unset;
  }
}
.detail-content figure {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .detail-content figure {
    margin-bottom: 10px;
  }
}
.detail-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-content figure figcaption {
  text-align: center;
  padding: 5px 15px;
  font-size: var(--fs-text-min);
  font-weight: 400;
  font-style: italic;
  background: var(--color-border);
}
.detail-content figure figcaption font {
  font-size: var(--fs-text-min);
  font-weight: 400;
  font-style: italic;
}
.detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  border: 1px solid var(--color-border);
}
@media (max-width: 820px) {
  .detail-content table {
    margin-bottom: 15px;
  }
}
.detail-content table th {
  background-color: var(--color-main);
  color: var(--color-white);
}
.detail-content table td,
.detail-content table th {
  padding: 5px 15px;
}
.detail-content table tbody tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.detail-content table.table {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 820px) {
  .detail-content table.table {
    margin-bottom: 15px;
  }
}
.detail-content table.table tr th {
  line-height: 1;
  font-weight: 400;
  font-size: var(--fs-text);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-top-color: var(--color-main);
}
.detail-content table.table tr th:first-child {
  border-left-color: var(--color-main);
}
.detail-content table.table tr th:last-child {
  border-right-color: var(--color-main);
}
.detail-content table.table tr th,
.detail-content table.table tr td {
  font-size: var(--fs-text);
  line-height: 1.5;
  padding: 5px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .detail-content .iframe_video {
    margin-bottom: 15px;
  }
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}
.detail-content.detail-customize p {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .detail-content.detail-customize p {
    font-size: 18px;
  }
}

.accordion-item {
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .accordion-item {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header h4 {
  position: relative;
  transition: padding 0.5s ease, margin 0.5s ease;
}
.accordion-item .accordion-header h4 a {
  color: #333;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 820px) {
  .accordion-item .accordion-header h4 a {
    font-size: 14px;
    font-weight: 500;
  }
}
.accordion-item .accordion-header h4 a:before {
  width: 11px;
  height: 11px;
  border: 1px solid #6A6A6A;
  border-top: none;
  border-left: none;
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}
@media (max-width: 820px) {
  .accordion-item .accordion-header h4 a:before {
    width: 7px;
    height: 7px;
  }
}
.accordion-item .accordion-header h4.active {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-item .accordion-header h4.active a:before {
  transform: rotate(-135deg);
}
.accordion-item .accordion-collapse ul, .accordion-item .accordion-collapse ol {
  padding-left: 15px;
}
.accordion-item .accordion-collapse p:last-child {
  margin-bottom: 0;
}

.item-cmt {
  margin-bottom: 15px;
}
.item-cmt.child {
  margin-left: 40px;
}
.item-cmt .it-person {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  padding-right: 25px;
}
.item-cmt .it-person .user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-cmt .it-person .user .avt {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-main-2);
  font-size: var(--fs-dot-tab);
}
.item-cmt .it-person .user .avt.image {
  background: linear-gradient(90deg, #00c6f2 0%, #a788be 34.62%, #f173ac 67.79%, #fec465 100%);
}
.item-cmt .it-person .user .avt.image img {
  max-width: 70%;
  max-height: 70%;
}
.item-cmt .it-person .user .txt {
  font-size: var(--fs-text-tab);
  font-weight: 700;
}
.item-cmt .it-person .time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.item-cmt .it-person .remove-comment {
  position: absolute;
  right: 0;
  top: 5px;
}
.item-cmt .it-content {
  margin-left: 40px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fbfbfb;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.item-cmt .it-content .txt-content {
  margin-bottom: 5px;
}
.item-cmt .it-content .action-answer {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-main-5);
  font-size: var(--fs-time-tab);
  font-weight: 400;
  cursor: pointer;
}

.item-rate .it-person {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  justify-content: space-between;
}
.item-rate .it-person .user {
  display: flex;
  align-items: start;
  margin-right: 10px;
}
.item-rate .it-person .user .avt {
  width: 40px;
  height: 40px;
  background-color: var(--color-main-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--fs-dot-tab);
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .item-rate .it-person .user .avt {
    width: 30px;
    height: 30px;
  }
}
.item-rate .it-person .user .avt.image {
  background: linear-gradient(90deg, #00c6f2 0%, #a788be 34.62%, #f173ac 67.79%, #fec465 100%);
}
.item-rate .it-person .user .avt.image img {
  max-width: 70%;
  max-height: 70%;
}
.item-rate .it-person .user .txt {
  padding-left: 10px;
  padding-top: 9px;
}
@media (max-width: 820px) {
  .item-rate .it-person .user .txt {
    padding-top: 5px;
  }
}
.item-rate .it-person .user .txt p {
  font-weight: 700;
  line-height: 1;
}
.item-rate .it-person .user .rate-star {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 2.5px;
}
.item-rate .it-person .time {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 11px;
  font-size: 14px;
}
@media (max-width: 821px) {
  .item-rate .it-person .time {
    display: none;
  }
}
.item-rate .it-person .time span {
  line-height: 1;
}
.item-rate .it-content {
  padding-left: 50px;
}
@media (max-width: 820px) {
  .item-rate .it-content {
    padding-left: 40px;
  }
}
.item-rate .it-content .txt-content > * {
  font-size: 14px;
}
.item-rate .list-img-rate {
  display: flex;
  padding-left: 50px;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 820px) {
  .item-rate .list-img-rate {
    padding-left: 40px;
  }
}
.item-rate .list-img-rate .img {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.item-rate .list-img-rate .img .more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.item-rate .list-img-rate .img span.no-image {
  font-size: 12px;
}
.item-rate .list-img-rate .img img {
  object-fit: contain;
  width: initial !important;
  height: initial;
  max-height: 100%;
  max-width: 100%;
  font-size: 11px;
}
.item-rate ~ .list-replies {
  margin-left: 50px;
  border-radius: 10px;
  background: var(--color-bg);
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .item-rate ~ .list-replies {
    margin-left: 0px;
  }
}
.item-rate ~ .list-replies:before {
  content: "";
  border: 7px solid transparent;
  border-bottom: 7px solid var(--color-bg);
  position: absolute;
  top: -14px;
  left: 18px;
}
@media (max-width: 820px) {
  .item-rate ~ .list-replies:before {
    left: 8px;
  }
}
.item-rate ~ .list-replies .item-rate {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.item-rate ~ .list-replies .item-rate:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.item-rate ~ .list-replies .item-rate .it-person {
  margin-bottom: 0;
}
.item-rate ~ .list-replies .item-rate .it-person .user .txt {
  padding-top: 11px;
}
.item-rate ~ .list-replies .item-rate .it-content {
  margin-bottom: 0;
}
.item-rate.child {
  margin-left: 0;
}

.popup-comment {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: -9;
  top: 0;
  left: 0;
  opacity: 0;
}
.popup-comment .customer-rate-box {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 685px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.popup-comment .customer-rate-box .form-rate-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.popup-comment .customer-rate-box .form-rate-wrapper .title-block-main {
  text-align: center;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote label svg path {
  fill: #f1f1f1;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote label:hover svg path {
  fill: #FFB200;
  transition: fill 0.5s ease;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote label:hover ~ label svg path {
  fill: #FFB200;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote input {
  display: none;
}
.popup-comment .customer-rate-box .form-rate-wrapper .choose-vote input:checked ~ label svg path {
  fill: #FFB200;
}
.popup-comment .customer-rate-box .close-comment {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}
.popup-comment.active {
  z-index: 101;
  opacity: 1;
  pointer-events: all;
}
.popup-comment.active .customer-rate-box {
  opacity: 1;
}
.popup-comment:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.faq-block h2 {
  margin-bottom: 22px;
}
@media (max-width: 820px) {
  .faq-block h2 {
    margin-bottom: 10px;
  }
}
.faq-block .delete-html-old > p {
  display: none;
}
.faq-block .collapsible-item {
  background-color: #FBFBFB;
  border: 1px solid var(--color-border);
  padding: 0;
  margin-bottom: 15px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .faq-block .collapsible-item {
    margin-bottom: 10px;
  }
  .faq-block .collapsible-item:last-child {
    margin-bottom: 0;
  }
}
.faq-block h4 {
  margin-bottom: 0;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .faq-block h4 {
    padding-right: 10px;
  }
}
.faq-block h4 a {
  text-decoration: none;
  color: var(--color-text);
  font-size: var(--fs-title-store);
  font-weight: 700;
  padding: 20px 25px;
  display: block;
}
@media (max-width: 768px) {
  .faq-block h4 a {
    padding: 10px;
  }
}
.faq-block h4.active:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq-block .panel-body {
  display: none;
  padding: 15px 25px;
  margin-top: 0;
  border-top: 1px solid var(--color-border);
}

@media (max-width: 820px) {
  .filter-mobile {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 10;
    display: flex;
    gap: 5px;
    justify-content: end;
    align-items: center;
    font-size: var(--fs-text);
  }
  .filter-mobile svg {
    width: 18px;
  }
  .filter-mobile svg path {
    stroke: var(--color-main);
  }
  .filter-aside {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 110;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  .filter-aside.active {
    transform: translateX(0);
  }
}
.title-rside {
  background: #d7d7d7;
  font-size: 25px;
  text-align: center;
  color: var(--color-main);
  padding: 10px 0;
}

.right-aside {
  border: 1px solid var(--color-border);
}

.filter-tour {
  padding: clamp(15px, 1.5625vw, 30px);
}
.filter-tour .attribute-filter {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-tour .attribute-filter .filter-item label {
  padding-left: 0;
  font-size: var(--fs-text);
}
.filter-tour .attribute-filter .filter-item label:before {
  display: none;
}
.filter-tour .attribute-filter .filter-item label span:before {
  top: 4px;
  border: 2px solid #bfbfbf;
  width: 13px;
  height: 13px;
}
.filter-tour .attribute-filter .filter-item label span:after {
  top: 8px;
  left: 4px;
  height: 9px;
  width: 9px;
}
@media (max-width: 820px) {
  .filter-tour .attribute-filter {
    gap: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 820px) {
  .filter-tour {
    max-height: 100%;
    overflow-y: auto;
  }
}

.title-filter {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  color: var(--color-main);
  padding-left: 20px;
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .title-filter {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.title-filter:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--color-main);
  border-radius: 10px;
}
@media (max-width: 820px) {
  .title-filter:after {
    top: 9px;
  }
}

.from-jranger {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-left: -10px;
}

.theme-green .back-bar {
  height: 7px !important;
  background: #cccccc !important;
  border-radius: 0 !important;
}
.theme-green .back-bar:before, .theme-green .back-bar:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: -2px;
  background: #cccccc;
  transform: rotate(45deg);
}
.theme-green .back-bar:before {
  left: -8px;
}
.theme-green .back-bar:after {
  right: -8px;
}
.theme-green .back-bar .selected-bar {
  background: var(--color-main) !important;
}
.theme-green .back-bar .pointer {
  background: var(--color-main) !important;
  border: none !important;
  top: -3px !important;
}
.theme-green .back-bar .pointer-label.high, .theme-green .back-bar .pointer-label.low {
  display: none;
}

.reset-filter {
  border-radius: 30px;
  border: 1px solid var(--color-border);
  height: 35px;
  display: inline-flex;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  line-height: 1;
  padding: 0 20px;
  align-items: center;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
}
.reset-filter:hover {
  background: var(--color-border);
}
@media (max-width: 820px) {
  .reset-filter {
    white-space: nowrap;
    margin-top: 15px;
  }
}

.pagination-info {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: var(--space-block);
  font-size: 14px;
}
.pagination-info .displaying {
  width: 100%;
  text-align: right;
  font-weight: bold;
}

.pagination {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 100%;
}
.pagination li {
  list-style: none;
}
.pagination li span {
  width: 50px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
}
.pagination li span svg {
  fill: var(--color-text);
}
.pagination li:hover span {
  border-color: red;
  color: red;
}
.pagination li:hover span svg {
  fill: red;
}
.pagination li.active span {
  border-color: red;
  color: red;
  font-weight: bold;
}
.pagination li.first span, .pagination li.back span, .pagination li.next span, .pagination li.last span {
  width: auto;
  padding: 0 10px;
}

.warapper-toc {
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.warapper-toc .title-toc {
  font-size: var(--fs-text-large);
  font-weight: bold;
}
.warapper-toc .table-of-content h4 {
  padding-left: 0;
  font-size: var(--fs-text);
  font-weight: 400;
  color: #2196F3;
  padding-top: 5px;
  cursor: pointer;
}
.warapper-toc .table-of-content h5 {
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #2196F3;
  padding-top: 5px;
  cursor: pointer;
}
.warapper-toc .table-of-content h6 {
  padding-left: 44px;
  font-size: 14px;
  font-weight: 400;
  color: #2196F3;
  padding-top: 5px;
  cursor: pointer;
}

/*
    <div class="skeleton">
        <div class="placeholder title"></div>
        <div class="placeholder content"></div>
    </div>
*/
.skeleton {
  width: 100%;
  margin: auto;
  height: 100%;
}
.skeleton .placeholder {
  position: relative;
  background: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
}
.skeleton .placeholder:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  left: -100px;
  top: 0;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4392156863), transparent);
  animation: reflect 800ms ease-out infinite;
}
.skeleton .title {
  width: 80%;
  min-height: 20px;
  margin-bottom: 10px;
}
.skeleton .content {
  width: 100%;
  height: 100%;
}

@keyframes reflect {
  to {
    left: calc(100% + 100px);
  }
}
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 101;
  box-shadow: 0 0 10px -8px #333;
}
@media (max-width: 820px) {
  header {
    padding: 5px 0;
  }
}
header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 820px) {
  header .container-fluid {
    padding: 0 10px;
  }
}
header .left-head {
  display: flex;
  gap: clamp(15px, 2.0833333333vw, 40px);
  align-items: center;
}
@media (min-width: 821px) and (max-width: 1024px) {
  header .left-head {
    gap: 10px;
  }
}
header .logo {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  transition: width 0.5s ease;
}
@media (max-width: 820px) {
  header .logo {
    width: 50px;
  }
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
header .contact-head {
  display: flex;
  align-items: center;
  gap: clamp(15px, 4.53125vw, 30px);
}
@media (min-width: 821px) and (max-width: 1024px) {
  header .contact-head {
    gap: 10px;
  }
}
@media (max-width: 820px) {
  header .contact-head {
    display: none;
  }
}
header .contact-head .contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 400;
  color: var(--color-main);
}
@media (max-width: 820px) {
  header .contact-head .contact-us {
    font-size: 0;
    font-weight: 700;
  }
}
header .contact-head .contact-us:hover {
  color: var(--color-main-2);
}
header .contact-head .agent-login {
  height: 35px;
  padding: 0 15px;
  font-weight: 600;
  background: var(--color-main-2);
  border: 1px solid var(--color-main-2);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fs-text);
  text-decoration: none;
  transition: background 0.5s ease;
}
@media (max-width: 820px) {
  header .contact-head .agent-login {
    background: transparent;
    border: none;
    padding: 10px;
    padding-right: 54px;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
}
header .contact-head .agent-login:hover {
  background: transparent;
  color: var(--color-main-2);
}
header.fixed .logo {
  width: 50px;
}
@media (min-width: 821px) {
  header.fixed .nav-desktop > ul > li {
    padding: 15px 0;
  }
}

footer {
  border-top: 10px solid var(--color-main);
  background: #fff;
  border-bottom: 50px solid #4c4c4c;
}

.top-footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .top-footer {
    flex-direction: column;
    gap: 15px;
  }
}
.top-footer .footer-info {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.top-footer .footer-info .name-config {
  font-size: clamp(20px, 1.3020833333vw, 25px);
  font-weight: bold;
  color: var(--color-main);
  text-align: center;
  line-height: 1;
  font-family: impact;
}
.top-footer .footer-info .logo-footer {
  aspect-ratio: 1;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-footer .footer-info .logo-footer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.top-footer .item-footer:not(.footer-info) p {
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-text);
}
@media (max-width: 820px) {
  .top-footer .item-footer:not(.footer-info) p {
    text-align: center;
  }
}
.top-footer .item-footer:not(.footer-info) p a {
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-text);
}
.top-footer .item-footer:not(.footer-info) p a:hover {
  color: var(--color-main-2);
}

.payment-footer div {
  display: flex;
}
.payment-footer img {
  object-fit: initial;
  height: 21px;
}

.social-footer {
  display: flex;
  gap: 2.5px;
}
.social-footer a {
  width: 25px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  background: var(--color-main);
}
.social-footer a svg {
  fill: #fff;
}
.social-footer a.tripad {
  aspect-ratio: initial;
  width: initial;
  height: 25px;
}

.bottom-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(15px, 1.0416666667vw, 20px);
}
.bottom-footer .copyright {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: bold;
  color: var(--color-main);
}

.short-list {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 50;
  display: none;
  gap: 10px;
  background: var(--color-main-2);
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  transform: rotate(0deg);
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
}
.short-list.show {
  display: flex;
}
.short-list p {
  line-height: 1;
}
.short-list .count-short-list {
  background: #7d7d7d;
  padding: 5px;
  border-radius: 5px;
  font-size: 11px;
}
.short-list:hover {
  color: #fff;
  background: #dd7812;
}

.find-trip {
  margin-top: calc(var(--space-block) * -1 - 45px);
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) {
  .find-trip {
    margin-top: -30px;
  }
}

.wrap-find {
  padding: 0 11%;
  margin: auto;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .wrap-find {
    padding: 0 6%;
  }
}
@media (max-width: 820px) {
  .wrap-find {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.wrap-find .form-s {
  display: flex;
  gap: 30px;
  padding: 15px 60px;
  box-shadow: 0 0 10px -5px #333;
  border-radius: 23px;
  background: #fff;
}
@media (max-width: 820px) {
  .wrap-find .form-s {
    border-radius: 0;
    padding: 10px 10px 0 10px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
  }
}
.wrap-find .form-s .form-group {
  width: calc((100% - 150px) / 2);
  position: relative;
}
@media (max-width: 820px) {
  .wrap-find .form-s .form-group {
    width: 100%;
  }
}
.wrap-find .form-s .form-group:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  position: absolute;
  right: 15px;
  top: 23px;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .wrap-find .form-s .form-group:after {
    top: 18px;
  }
}
@media (max-width: 820px) {
  .wrap-find .form-s .form-group:after {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}
.wrap-find .form-s select {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid var(--color-border);
  font-size: 18px;
  color: #333;
  appearance: none;
  font-weight: 300;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .wrap-find .form-s select {
    height: 50px;
  }
}
@media (max-width: 820px) {
  .wrap-find .form-s select {
    height: 40px;
    font-size: var(--fs-text);
  }
}
.wrap-find .form-s select:focus {
  outline: none;
}
.wrap-find .form-s .btn-search {
  width: 170px;
  background: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 820px) {
  .wrap-find .form-s .btn-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: initial;
    font-size: var(--fs-text);
    padding: 10px 0;
    gap: 10px;
  }
}
.wrap-find .form-s .btn-search svg {
  display: none;
}
@media (max-width: 820px) {
  .wrap-find .form-s .btn-search svg {
    display: block;
    fill: #fff;
  }
}

.title-index {
  font-size: calc(var(--fs-h1-tour) + 5px);
  color: var(--color-main);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: clamp(15px, 4.1666666667vw, 80px);
}
@media (min-width: 992px) and (max-width: 1600px) {
  .title-index {
    margin-bottom: clamp(15px, 3.125vw, 60px);
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .title-index {
    font-size: var(--fs-h1-tour);
  }
}
@media (max-width: 820px) {
  .title-index {
    font-size: var(--fs-h1-tour);
    margin-bottom: 20px;
  }
}
.title-index h2 {
  font-size: calc(var(--fs-h1-tour) + 5px);
  font-weight: 600;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .title-index h2 {
    font-size: var(--fs-h1-tour);
  }
}
@media (max-width: 820px) {
  .title-index h2 {
    font-size: var(--fs-h1-tour);
  }
}
.title-index.regular {
  font-weight: 400;
}
.title-index.center {
  text-align: center;
}
.title-index.title-customize {
  margin-bottom: 15px;
}

.card-hyw {
  position: relative;
  overflow: hidden;
}
.card-hyw .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.card-hyw .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.card-hyw .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform 0.5s ease;
}
.card-hyw .infor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.card-hyw .infor h3 {
  text-align: center;
  color: #fff;
  font-size: clamp(18px, 2.34375vw, 45px);
  font-weight: 700;
}
@media (max-width: 820px) {
  .card-hyw .infor h3 {
    font-size: 18px;
  }
}
.card-hyw .infor h3 a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(18px, 2.34375vw, 45px);
}
@media (max-width: 820px) {
  .card-hyw .infor h3 a {
    font-size: 18px;
  }
}
.card-hyw .infor p {
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 1.3020833333vw, 25px);
  font-weight: 300;
}
@media (max-width: 820px) {
  .card-hyw .infor p {
    font-size: var(--fs-text);
  }
}
.card-hyw:hover .img img {
  transform: scale(1.05) rotate(-2deg);
}
.card-hyw:hover .infor h3 a {
  color: var(--color-main-2);
}

.how-do-you-want {
  margin-bottom: calc(var(--space-block) + 10px);
}
@media (max-width: 820px) {
  .how-do-you-want {
    margin-bottom: var(--space-block);
  }
}

.grid-hyw {
  display: grid;
  gap: 30px;
  grid-template-columns: 60% calc(40% - 30px);
}
@media (min-width: 821px) and (max-width: 1024px) {
  .grid-hyw {
    gap: 15px;
    grid-template-columns: 60% calc(40% - 15px);
  }
}
@media (max-width: 820px) {
  .grid-hyw {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }
}

.grid-hyw .card-hyw:first-child {
  aspect-ratio: 1;
  grid-row: 1/3;
}
@media (max-width: 820px) {
  .grid-hyw .card-hyw:first-child {
    aspect-ratio: 3/2;
  }
}
.grid-hyw .card-hyw:first-child .infor h3 a {
  font-size: clamp(40px, 3.3854166667vw, 65px);
}
@media (max-width: 820px) {
  .grid-hyw .card-hyw:first-child .infor h3 a {
    font-size: 20px;
  }
}
.grid-hyw .card-hyw:first-child .infor p {
  font-size: clamp(25px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .grid-hyw .card-hyw:first-child .infor p {
    font-size: 16px;
  }
}
.grid-hyw .card-hyw:nth-of-type(2), .grid-hyw .card-hyw:nth-of-type(3) {
  aspect-ratio: 532/405;
}
@media (max-width: 820px) {
  .grid-hyw .card-hyw:nth-of-type(2), .grid-hyw .card-hyw:nth-of-type(3) {
    aspect-ratio: 3/2;
    width: calc((100% - 10px) / 2);
  }
}

.pyt-with-local {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 820px) {
  .pyt-with-local {
    padding: var(--space-block) 0;
  }
}
.pyt-with-local .container {
  position: relative;
  z-index: 2;
}
.pyt-with-local .container .description h2 {
  color: #fff;
  font-size: clamp(20px, 2.0833333333vw, 40px);
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 820px) {
  .pyt-with-local .container .description h2 {
    margin-bottom: 20px;
    font-size: var(--fs-h1-tour);
  }
}
.pyt-with-local .container .description h3 {
  color: #fff;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .pyt-with-local .container .description h3 {
    font-size: var(--fs-text);
    margin-bottom: 20px;
  }
  .pyt-with-local .container .description h3 br {
    display: none;
  }
}
.pyt-with-local .container .description i, .pyt-with-local .container .description em {
  font-style: italic;
}
.pyt-with-local .container .description i > *, .pyt-with-local .container .description em > * {
  font-style: italic;
}
.pyt-with-local .container .description p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 820px) {
  .pyt-with-local .container .description p {
    font-size: var(--fs-text);
  }
  .pyt-with-local .container .description p br {
    display: none;
  }
  .pyt-with-local .container .description p span {
    font-size: var(--fs-text) !important;
  }
}
.pyt-with-local .container .description p strong, .pyt-with-local .container .description p b {
  font-weight: 700;
}
.pyt-with-local .container .description p:last-child {
  margin-bottom: 0;
  font-weight: 200;
}
.pyt-with-local .container .description .badge-btn {
  height: 60px;
  font-size: 20px;
  min-width: 350px;
  margin-bottom: 10px;
}
.pyt-with-local .container .description .badge-btn svg {
  height: 32px;
}
@media (max-width: 820px) {
  .pyt-with-local .container .description .badge-btn {
    height: 40px;
    min-width: auto;
    font-size: var(--fs-text);
    margin-bottom: 0;
  }
  .pyt-with-local .container .description .badge-btn svg {
    height: 20px;
  }
}
.pyt-with-local .background-box {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pyt-with-local .background-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.pyt-with-local .background-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wd-traveler-choose .title-index {
  line-height: 0.8;
}
@media (max-width: 820px) {
  .wd-traveler-choose .title-index {
    margin-bottom: 20px;
  }
}

.flex-wdt-choose {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 820px) {
  .flex-wdt-choose {
    column-gap: 10px;
    row-gap: 15px;
  }
}
.flex-wdt-choose .item {
  width: 30%;
  text-align: center;
}
@media (max-width: 820px) {
  .flex-wdt-choose .item {
    width: 100%;
  }
}
.flex-wdt-choose .item .title-choose {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-wdt-choose .item .title-choose {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .flex-wdt-choose .item .title-choose {
    margin-bottom: 10px;
    font-size: var(--fs-text);
  }
}
.flex-wdt-choose .item .description p {
  font-size: clamp(18px, 1.1458333333vw, 22px);
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .flex-wdt-choose .item .description p {
    font-size: 20px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-wdt-choose .item .description p {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .flex-wdt-choose .item .description p {
    font-size: var(--fs-text);
  }
}
.flex-wdt-choose .item:first-child {
  width: calc(37% - 30px);
  text-align: left;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .flex-wdt-choose .item:first-child {
    width: calc(37% - 30px);
  }
}
@media (max-width: 820px) {
  .flex-wdt-choose .item:first-child {
    width: 100%;
  }
}
.flex-wdt-choose .item:first-child .title-choose {
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .flex-wdt-choose .item:first-child .title-choose {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 820px) {
  .flex-wdt-choose .item:first-child .description {
    text-align: center;
  }
}
.flex-wdt-choose .item:first-child .description p {
  font-size: clamp(20px, 1.4583333333vw, 28px);
  font-style: italic;
  font-weight: bold;
  color: var(--color-main);
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-wdt-choose .item:first-child .description p {
    font-size: 27px;
  }
}
@media (max-width: 820px) {
  .flex-wdt-choose .item:first-child .description p {
    font-size: var(--fs-text);
  }
}

.card-traveler-say .avatar {
  width: 80px;
  aspect-ratio: 1;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .card-traveler-say .avatar {
    width: 60px;
  }
}
.card-traveler-say .name-traveler {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: clamp(15px, 1.3020833333vw, 25px);
  gap: 5px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-traveler-say .name-traveler {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .card-traveler-say .name-traveler {
    font-size: 15px;
  }
}
.card-traveler-say .name-traveler span {
  width: var(--fs-text);
  border-radius: 10px;
  aspect-ratio: 1;
  background: #00852f;
}
.card-traveler-say .description {
  text-align: center;
  padding: 0 30px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (min-width: 900px) and (max-width: 1399px) {
  .card-traveler-say .description {
    padding: 0;
  }
}
.card-traveler-say .description p {
  font-size: 18px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-traveler-say .description p {
    font-size: 17px;
  }
}
@media (max-width: 820px) {
  .card-traveler-say .description p {
    font-size: var(--fs-text);
  }
}

.page-review {
  display: flex;
  gap: var(--size-section);
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 820px) {
  .page-review {
    margin-top: 20px;
  }
}
.page-review .item {
  display: flex;
  align-items: center;
}
.page-review .item img {
  max-height: 25px;
}

.owl-traveler-say {
  position: relative;
}
.owl-traveler-say .owl-nav .owl-prev, .owl-traveler-say .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-traveler-say .owl-nav .owl-prev svg, .owl-traveler-say .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-traveler-say .owl-nav .owl-prev svg, .owl-traveler-say .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-traveler-say .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-traveler-say .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-traveler-say .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-traveler-say .owl-nav .owl-next {
    right: 0;
  }
}

.journey-crafted {
  background: rgba(234, 234, 234, 0.5);
  padding: calc(var(--space-block) - 35px) 50px;
  margin-bottom: calc(var(--space-block) - 35px);
}
@media (min-width: 992px) and (max-width: 1600px) {
  .journey-crafted {
    padding: calc(var(--space-block) - 15px) 50px;
    margin-bottom: var(--space-block);
  }
}
@media (max-width: 820px) {
  .journey-crafted {
    padding: var(--space-block) 0;
    margin-bottom: var(--space-block);
  }
}
.journey-crafted .title-index {
  margin-bottom: calc(var(--space-block) - 15px);
}
@media (max-width: 820px) {
  .journey-crafted .title-index {
    margin-bottom: var(--space-block);
  }
}

.owl-journey-craft .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: transparent;
  border: 2px solid #c3c3c3;
  width: 15px;
  height: 15px;
  position: relative;
}
.owl-journey-craft .owl-dots .owl-dot span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 11px;
}
.owl-journey-craft .owl-dots .owl-dot.active span, .owl-journey-craft .owl-dots .owl-dot:hover span {
  background: transparent;
}
.owl-journey-craft .owl-dots .owl-dot.active span:after, .owl-journey-craft .owl-dots .owl-dot:hover span:after {
  background: #c3c3c3;
}
.owl-journey-craft .owl-stage {
  display: flex;
  position: initial;
}
@media (min-width: 820px) {
  .owl-journey-craft .owl-item.active {
    width: calc((100% - 60px) / 9) !important;
    transition: width 0.5s ease;
  }
  .owl-journey-craft .owl-item.active.first-active {
    width: 25% !important;
  }
}
@media (min-width: 820px) and (max-width: 1600px) {
  .owl-journey-craft .owl-item.active {
    width: calc((100% - 60px) / 9) !important;
  }
  .owl-journey-craft .owl-item.active.first-active {
    width: calc((100% - 30px) / 4) !important;
  }
}
@media (min-width: 820px) and (max-width: 1200px) {
  .owl-journey-craft .owl-item.active {
    width: 11.1111111111% !important;
  }
  .owl-journey-craft .owl-item.active.first-active {
    width: calc(25% + 15px) !important;
  }
}
.owl-journey-craft .card-trip {
  position: relative;
  padding-bottom: 40px;
  height: 100%;
}
@media (max-width: 820px) {
  .owl-journey-craft .card-trip {
    padding-bottom: 15px;
  }
}
.owl-journey-craft .card-trip .img {
  height: clamp(300px, 29.9479166667vw, 575px);
}
.owl-journey-craft .card-trip .view-trip {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.card-trip .img {
  display: flex;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .card-trip .img {
    aspect-ratio: 16/12;
    margin-bottom: 15px;
    width: 100%;
  }
}
.card-trip .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-trip .img:hover img {
  transform: scale(1.05);
}
.card-trip .infor {
  padding: 0 15px;
}
.card-trip .infor h3 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-trip .infor h3 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .card-trip .infor h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.card-trip .infor h3 a {
  font-weight: 400;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  color: var(--color-main);
  display: block;
  line-height: 1.3;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-trip .infor h3 a {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .card-trip .infor h3 a {
    font-size: var(--fs-item-large);
  }
}
.card-trip .infor h3 a:hover {
  color: var(--color-main-2);
}
.card-trip .infor .description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: center;
  margin-bottom: 15px;
}
.card-trip .infor .description * {
  font-size: 20px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-trip .infor .description * {
    font-size: 18px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .card-trip .infor .description * {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .card-trip .infor .description * {
    font-size: var(--fs-text);
  }
}
.card-trip .infor .view-trip {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: var(--color-text);
  line-height: 1;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-trip .infor .view-trip {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .card-trip .infor .view-trip {
    font-size: var(--fs-text);
  }
  .card-trip .infor .view-trip svg {
    height: 15px;
  }
}
.card-trip .infor .view-trip:hover {
  color: var(--color-main-2);
}

.how-your-journey {
  margin-bottom: var(--space-block);
}
@media (max-width: 820px) {
  .how-your-journey {
    margin-bottom: var(--space-block);
  }
}
.how-your-journey .description {
  width: 500px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 820px) {
  .how-your-journey .description {
    width: 100%;
    text-align: center;
  }
}
.how-your-journey .description p {
  font-size: 30px;
  padding-left: 105px;
  text-align: left;
  margin-bottom: 15px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .how-your-journey .description p {
    font-size: 22px;
    padding-left: 135px;
  }
}
@media (max-width: 820px) {
  .how-your-journey .description p {
    font-size: var(--fs-text);
    padding-left: 0;
    text-align: center;
  }
  .how-your-journey .description p br {
    display: none;
  }
}
.how-your-journey .badge-btn {
  font-size: 25px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .how-your-journey .badge-btn {
    font-size: 20px;
    height: 60px;
    min-width: 350px;
  }
}
@media (max-width: 820px) {
  .how-your-journey .badge-btn {
    font-size: var(--fs-text);
    min-width: auto;
    height: 40px;
  }
}

.experiences-our-traveler {
  background: rgba(234, 234, 234, 0.5);
  padding-top: calc(var(--space-block) - 35px);
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .experiences-our-traveler {
    padding-top: calc(var(--space-block) - 15px);
  }
}
@media (max-width: 820px) {
  .experiences-our-traveler {
    padding-top: var(--space-block);
  }
}
.experiences-our-traveler .title-index {
  margin-bottom: calc(var(--space-block) - 15px);
}
@media (max-width: 820px) {
  .experiences-our-traveler .title-index {
    margin-bottom: var(--space-block);
  }
}
.experiences-our-traveler .container {
  width: calc(var(--w-container) + 100px);
}
@media (min-width: 821px) and (max-width: 1024px) {
  .experiences-our-traveler .container {
    width: var(--w-container);
  }
}
@media (max-width: 820px) {
  .experiences-our-traveler .container {
    width: var(--w-container);
  }
}

.owl-our-traveler {
  position: relative;
  position: relative;
}
.owl-our-traveler .owl-nav .owl-prev, .owl-our-traveler .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-our-traveler .owl-nav .owl-prev svg, .owl-our-traveler .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-our-traveler .owl-nav .owl-prev svg, .owl-our-traveler .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-our-traveler .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-our-traveler .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-our-traveler .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-our-traveler .owl-nav .owl-next {
    right: 0;
  }
}

.card-traveler {
  display: flex;
}
@media (max-width: 820px) {
  .card-traveler {
    flex-direction: column;
  }
}
.card-traveler .img {
  width: 63%;
  aspect-ratio: 864/500;
  overflow: hidden;
}
@media (max-width: 820px) {
  .card-traveler .img {
    width: 100%;
  }
}
.card-traveler .infor {
  width: 37%;
  padding: clamp(15px, 2.6041666667vw, 50px) clamp(15px, 2.6041666667vw, 50px);
  padding-top: calc(clamp(15px, 2.6041666667vw, 50px) + 45px);
  background: rgb(234, 234, 234);
}
@media (min-width: 821px) and (max-width: 1024px) {
  .card-traveler .infor {
    padding-top: clamp(15px, 2.6041666667vw, 50px);
  }
}
@media (max-width: 820px) {
  .card-traveler .infor {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.card-traveler .infor h3 {
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .card-traveler .infor h3 {
    margin-bottom: 15px;
  }
}
.card-traveler .infor h3 a {
  font-size: 30px;
  color: var(--color-main);
  line-height: 1.3;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 820px) {
  .card-traveler .infor h3 a {
    font-size: var(--fs-item-large);
  }
}
.card-traveler .infor h3 a:hover {
  color: var(--color-main-2);
}
.card-traveler .infor .description {
  margin-bottom: 40px;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .card-traveler .infor .description {
    margin-bottom: 15px;
  }
}
@media (max-width: 820px) {
  .card-traveler .infor .description {
    margin-bottom: 30px;
  }
}
.card-traveler .infor .description h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #717171;
  font-weight: 700;
}
@media (max-width: 820px) {
  .card-traveler .infor .description h4 {
    margin-bottom: 15px;
    font-size: 19px;
  }
}
.card-traveler .infor .description p {
  margin-bottom: 25px;
  font-size: 18px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 820px) {
  .card-traveler .infor .description p {
    margin-bottom: 15px;
    font-size: var(--fs-text);
  }
}
.card-traveler .infor .description p strong {
  color: #000;
}
.card-traveler .infor .view-journey {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  text-decoration: none;
  color: var(--color-main);
  font-size: 20px;
  padding-right: 50px;
  font-weight: bold;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .card-traveler .infor .view-journey {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .card-traveler .infor .view-journey {
    font-size: var(--fs-text);
  }
}
.card-traveler .infor .view-journey svg {
  fill: var(--color-main);
}
@media (max-width: 820px) {
  .card-traveler .infor .view-journey svg {
    height: 15px;
  }
}
.card-traveler .infor .view-journey:hover {
  color: var(--color-main-2);
}
.card-traveler .infor .view-journey:hover svg {
  fill: var(--color-main-2);
}

.traveler-experience .title-index {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-block);
}
@media (max-width: 1600px) {
  .traveler-experience .title-index {
    width: 64%;
  }
}
@media (max-width: 1400px) {
  .traveler-experience .title-index {
    width: 65%;
  }
}
@media (max-width: 820px) {
  .traveler-experience .title-index {
    width: 100%;
  }
  .traveler-experience .title-index br {
    display: none;
  }
}

.flex-experience {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flex-experience .item-experience {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media (max-width: 820px) {
  .flex-experience .item-experience {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.flex-experience .item-experience:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .flex-experience .item-experience:nth-of-type(2n+2) {
    flex-direction: column-reverse;
  }
}
.flex-experience .item-experience .infor {
  width: 35%;
}
@media (max-width: 820px) {
  .flex-experience .item-experience .infor {
    width: 100%;
  }
}
.flex-experience .item-experience .infor .title-experience {
  font-size: clamp(18px, 1.5625vw, 30px);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: var(--color-main);
  line-height: 1.3;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .flex-experience .item-experience .infor .title-experience {
    font-size: 25px;
  }
}
@media (max-width: 820px) {
  .flex-experience .item-experience .infor .title-experience {
    font-size: var(--fs-item-large);
    margin-bottom: 20px;
  }
}
.flex-experience .item-experience .infor .description p {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .flex-experience .item-experience .infor .description p {
    font-size: 18px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-experience .item-experience .infor .description p {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .flex-experience .item-experience .infor .description p {
    font-size: var(--fs-text);
  }
}
.flex-experience .item-experience .infor .description p:last-child {
  margin-bottom: 0;
}
.flex-experience .item-experience .img {
  width: calc(65% - 45px);
  aspect-ratio: 1135/840;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 820px) {
  .flex-experience .item-experience .img {
    width: 100%;
  }
}
.flex-experience .item-experience .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.flex-experience .item-experience .img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-experience .item-experience .img svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 80px;
  fill: red;
  transform: translate(-50%, -50%);
}
@media (max-width: 820px) {
  .flex-experience .item-experience .img svg {
    height: 40px;
  }
}

.design-your-jouney {
  background: #f2f2f2;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .design-your-jouney {
    padding: var(--space-block) 0;
  }
}
.design-your-jouney.white {
  background: #fff;
}
.design-your-jouney .title-index {
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .design-your-jouney .title-index {
    font-size: 28px;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .design-your-jouney .title-index {
    font-size: 22px;
  }
}
@media (max-width: 820px) {
  .design-your-jouney .title-index {
    font-size: 22px;
  }
}
.design-your-jouney .description p {
  margin-bottom: 15px;
  font-size: clamp(16px, 1.3020833333vw, 25px);
}
.design-your-jouney .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .design-your-jouney .description p {
    font-size: var(--fs-text);
  }
  .design-your-jouney .description p br {
    display: none;
  }
}
.design-your-jouney .description .badge-btn {
  height: 55px;
  min-width: 270px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .design-your-jouney .description .badge-btn {
    height: 40px;
    min-width: 200px;
    font-weight: 700;
    font-size: var(--fs-text);
  }
}
.design-your-jouney.not-sure-where {
  background: #fff;
}
@media (max-width: 820px) {
  .design-your-jouney.not-sure-where {
    padding: 0;
  }
}
.design-your-jouney.destination {
  padding: calc(var(--space-block) * 3 / 2 - 15px) 0;
}
@media (max-width: 820px) {
  .design-your-jouney.destination {
    padding: var(--space-block) 0;
  }
}
.design-your-jouney.destination .title-index {
  font-style: normal;
  margin-bottom: 20px;
  font-size: var(--fs-h1-tour);
}
.design-your-jouney.destination .description p {
  font-size: 25px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .design-your-jouney.destination .description p {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .design-your-jouney.destination .description p {
    font-size: var(--fs-text);
  }
}
.design-your-jouney.destination .description .badge-btn {
  margin-top: calc(var(--space-block) * 3 / 2 - 20px);
  height: 70px;
  min-width: 350px;
  font-size: 22px;
}
@media (max-width: 820px) {
  .design-your-jouney.destination .description .badge-btn {
    height: 40px;
    min-width: auto;
    font-size: var(--fs-text);
    margin-top: 15px;
  }
}

.subcribe-footer .title-subcribe {
  text-align: center;
  margin-bottom: 35px;
  color: var(--color-main);
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .subcribe-footer .title-subcribe {
    margin-bottom: 20px;
    font-size: var(--fs-h1-tour);
  }
}
.subcribe-footer .description {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  text-align: center;
  font-size: var(--fs-text-large);
}
.subcribe-footer .form-subribe {
  display: flex;
  gap: clamp(15px, 1.0416666667vw, 20px);
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 820px) {
  .subcribe-footer .form-subribe {
    gap: 20px;
    row-gap: 25px;
  }
}
.subcribe-footer .form-subribe .input-group {
  width: 25%;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .subcribe-footer .form-subribe .input-group {
    width: 30%;
  }
}
@media (min-width: 821px) and (max-width: 1024px) {
  .subcribe-footer .form-subribe .input-group {
    width: 30%;
  }
}
@media (max-width: 820px) {
  .subcribe-footer .form-subribe .input-group {
    width: 100%;
  }
}
.subcribe-footer .form-subribe .input-group.is-full {
  width: 100%;
}
.subcribe-footer .form-subribe .input-group input {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  border: 1px solid var(--color-border);
  padding: 0 15px;
  font-size: var(--fs-text-large);
}
.subcribe-footer .form-subribe .input-group input.error {
  border: 1px solid var(--color-border) !important;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .subcribe-footer .form-subribe .input-group input {
    height: 40px;
  }
}
.subcribe-footer .form-subribe .input-group input::placeholder {
  font-size: var(--fs-text-large);
}
.subcribe-footer .form-subribe .input-group label.error, .subcribe-footer .form-subribe .input-group span.mice-form-error {
  display: block !important;
  border: none !important;
  color: #dc1506;
  padding-top: 5px;
  font-style: italic;
  font-size: 15px;
}
.subcribe-footer .form-subribe .input-group.field-choice {
  width: 100% !important;
  flex: initial !important;
}
.subcribe-footer .form-subribe .input-group.field-choice .mice-choice-control {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.subcribe-footer .form-subribe .input-group.field-choice .mice-choice-control input {
  width: 20px;
  height: 20px;
}
.subcribe-footer .form-subribe .input-group.field-choice span.mice-form-error {
  text-align: center;
}
.subcribe-footer .form-subribe .button button {
  height: 45px;
  min-width: auto;
  font-size: 18px;
}
@media (max-width: 820px) {
  .subcribe-footer .form-subribe .button button {
    height: 40px;
    font-size: var(--fs-text);
  }
}
.subcribe-footer .form-subribe .checkbox {
  width: 100%;
}
.subcribe-footer .form-subribe .checkbox label {
  justify-content: center;
  margin-bottom: 0;
  font-size: var(--fs-text-large);
}

.owl-destinations .owl-stage {
  display: flex;
}
.owl-destinations .owl-stage .owl-destination {
  height: 100%;
}
.owl-destinations .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: transparent;
  border: 2px solid #c3c3c3;
  width: 15px;
  height: 15px;
  position: relative;
}
.owl-destinations .owl-dots .owl-dot span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 11px;
}
.owl-destinations .owl-dots .owl-dot.active span, .owl-destinations .owl-dots .owl-dot:hover span {
  background: transparent;
}
.owl-destinations .owl-dots .owl-dot.active span:after, .owl-destinations .owl-dots .owl-dot:hover span:after {
  background: #c3c3c3;
}

.owl-destination {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 3.125vw, 60px);
  row-gap: clamp(15px, 5.2083333333vw, 100px);
  padding: 5px 0;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .owl-destination {
    gap: clamp(15px, 4vw, 60px);
    row-gap: clamp(15px, 6.6666666667vw, 100px);
  }
}
@media (max-width: 820px) {
  .owl-destination {
    gap: 10px;
  }
}
.owl-destination .card-destination {
  width: calc((100% - 2 * clamp(15px, 3.125vw, 60px)) / 3);
}
@media (min-width: 992px) and (max-width: 1500px) {
  .owl-destination .card-destination {
    width: calc((100% - 2 * clamp(15px, 4vw, 60px)) / 3);
  }
}
@media (max-width: 820px) {
  .owl-destination .card-destination {
    width: calc((100% - 10px) / 2);
  }
}

.owl-sample-journey .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: transparent;
  border: 2px solid #c3c3c3;
  width: 15px;
  height: 15px;
  position: relative;
}
.owl-sample-journey .owl-dots .owl-dot span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 11px;
}
.owl-sample-journey .owl-dots .owl-dot.active span, .owl-sample-journey .owl-dots .owl-dot:hover span {
  background: transparent;
}
.owl-sample-journey .owl-dots .owl-dot.active span:after, .owl-sample-journey .owl-dots .owl-dot:hover span:after {
  background: #c3c3c3;
}
.owl-sample-journey .owl-stage {
  display: flex;
}
.owl-sample-journey .owl-stage .card-tour-verticle {
  height: 100%;
}

.faqs-destination,
.destination-content,
.top-destinations,
.learn-more-destination,
.country-glance {
  background: var(--bg-gray-2);
}
.faqs-destination.white,
.destination-content.white,
.top-destinations.white,
.learn-more-destination.white,
.country-glance.white {
  background: #fff;
}

.destination-content .detail-content {
  width: 70%;
  margin: auto;
}
@media (max-width: 820px) {
  .destination-content .detail-content {
    width: 100%;
  }
}
.destination-content .detail-content p {
  font-size: 20px;
}
@media (max-width: 820px) {
  .destination-content .detail-content p {
    font-size: var(--fs-text);
  }
}

.list-faqs .faq-card {
  position: relative;
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
  gap: var(--size-section);
  cursor: pointer;
}
@media (max-width: 820px) {
  .list-faqs .faq-card {
    padding: 10px 0;
  }
}
.list-faqs .faq-card .title-faq {
  cursor: pointer;
  font-size: clamp(15px, 1.0416666667vw, 20px);
}
.list-faqs .faq-card .expand {
  position: absolute;
  top: 10px;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}
@media (max-width: 820px) {
  .list-faqs .faq-card .expand {
    width: 42px;
    height: 42px;
    top: 0;
  }
}
.list-faqs .faq-card .expand svg {
  height: 20px;
  fill: #7f7b7b;
}
.list-faqs .detail-anwers {
  display: none;
  margin-top: 15px;
}
.list-faqs .detail-anwers .detail-content p:last-child {
  margin-bottom: 0;
}
.list-faqs .detail-anwers .detail-content ul:last-child, .list-faqs .detail-anwers .detail-content ol:last-child {
  margin-bottom: 0;
}
.list-faqs .faq-card.active .item-faq .expand {
  transform: rotate(180deg);
}

.owl-top-destinations .owl-stage {
  display: flex;
}
.owl-top-destinations .owl-stage .card-destination {
  height: 100%;
}
.owl-top-destinations {
  position: relative;
}
.owl-top-destinations .owl-nav .owl-prev, .owl-top-destinations .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-top-destinations .owl-nav .owl-prev svg, .owl-top-destinations .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-top-destinations .owl-nav .owl-prev svg, .owl-top-destinations .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-top-destinations .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-top-destinations .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-top-destinations .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-top-destinations .owl-nav .owl-next {
    right: 0;
  }
}

.tab-more-destination {
  display: flex;
  background: #fff;
}
@media (max-width: 820px) {
  .tab-more-destination {
    white-space: nowrap;
    overflow-x: auto;
  }
  .tab-more-destination::-webkit-scrollbar {
    height: 0;
  }
}
.tab-more-destination .item {
  padding: clamp(10px, 1.0416666667vw, 20px) clamp(20px, 1.3020833333vw, 25px);
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 820px) {
  .tab-more-destination .item {
    padding: 15px;
    font-size: var(--fs-text);
  }
}
.tab-more-destination .item span {
  width: 100%;
  position: relative;
}
@media (max-width: 820px) {
  .tab-more-destination .item span {
    font-weight: 700;
  }
}
.tab-more-destination .item span:after {
  height: 2px;
  background: var(--color-main);
  content: "";
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}
.tab-more-destination .item:hover {
  color: var(--color-main);
}
.tab-more-destination .item:after {
  content: "";
  width: 2px;
  height: 25px;
  background: #eeeeee;
  position: absolute;
  top: 20px;
  right: -2px;
}
@media (max-width: 820px) {
  .tab-more-destination .item:after {
    top: 14px;
  }
}
.tab-more-destination .item:last-child:after, .tab-more-destination .item.active:after {
  display: none;
}
.tab-more-destination .item.active {
  background: var(--bg-gray);
  color: var(--color-main);
  font-weight: bold;
}
.tab-more-destination .item.active span:after {
  width: 100%;
}

.content-more-destination .content-destination {
  display: none;
  padding: var(--size-section) 0 0 0;
}
.content-more-destination .content-destination.active {
  display: block;
}

.content-country-glance {
  display: flex;
  padding: var(--size-section);
  gap: var(--size-section);
  flex-wrap: wrap;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--color-border);
}
@media (max-width: 820px) {
  .content-country-glance {
    gap: 10px;
  }
}
.content-country-glance .item {
  width: calc((100% - var(--size-section) * 2) / 3);
  position: relative;
  padding-left: 50px;
}
@media (max-width: 820px) {
  .content-country-glance .item {
    width: 100%;
  }
}
.content-country-glance .item .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.content-country-glance .item h3 {
  font-weight: 400;
}

.list-related-tour {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.78125vw, 15px);
  padding-top: clamp(10px, 0.78125vw, 15px);
}
.list-related-tour .tour-related {
  display: flex;
  gap: 15px;
  align-items: center;
}
.list-related-tour .tour-related .infor {
  width: 100%;
}
.list-related-tour .tour-related .infor h3 {
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.2;
}
.list-related-tour .tour-related .infor h3 a {
  font-size: var(--fs-text-large);
  text-decoration: none;
  color: var(--color-main);
  text-decoration: underline;
  line-height: 1.2;
}
.list-related-tour .tour-related .infor .day {
  font-size: var(--fs-text-large);
}
.list-related-tour .tour-related:hover .img img {
  transform: scale(1.05);
}
.list-related-tour .tour-related:hover .infor h3 a {
  color: var(--color-main-2);
}

.title-place {
  display: flex;
  gap: 15px;
  margin-bottom: clamp(15px, 4.53125vw, 20px);
}
@media (max-width: 820px) {
  .title-place {
    gap: 10px;
  }
}
.title-place h1 {
  margin-bottom: 0;
}
.title-place > span {
  font-size: var(--fs-h1-article);
  color: var(--color-main);
  margin-top: 2px;
  line-height: 1;
}
.title-place .description {
  font-size: var(--fs-h1-article);
  color: var(--color-main);
  line-height: 1.2;
  font-style: italic;
}
.title-place .description * {
  font-style: italic;
}

.sticky-aside {
  position: sticky;
  top: 165px;
  bottom: 15px;
}
.sticky-aside.guide {
  top: 170px;
}

.destination-search {
  margin-bottom: clamp(15px, 1.0416666667vw, 20px);
  position: relative;
}
.destination-search:after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #dcdcdc;
  top: 19px;
  right: 30px;
  position: absolute;
}
.destination-search input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid var(--color-border);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  padding-left: 30px;
}
.destination-search .destination-search-results {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  max-height: 280px;
  margin: 0;
  padding: 8px 0;
  overflow-y: auto;
  list-style: none;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.destination-search .destination-search-results.show {
  display: block;
}
.destination-search .destination-search-results li {
  margin: 0;
}
.destination-search .destination-search-results a,
.destination-search .destination-search-results .destination-search-empty {
  display: block;
  padding: 10px 18px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.35;
}
.destination-search .destination-search-results a:hover,
.destination-search .destination-search-results a.active {
  color: var(--color-main);
  background: rgba(0, 128, 128, 0.08);
}
.destination-search .destination-search-results .destination-search-empty {
  color: #777;
  font-style: italic;
}

.flex-contact-infor {
  display: flex;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .flex-contact-infor {
    flex-direction: column;
    gap: 10px;
  }
}
.flex-contact-infor .item {
  cursor: pointer;
  padding: clamp(15px, 2.0833333333vw, 40px);
  border-radius: clamp(15px, 1.0416666667vw, 20px);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  aspect-ratio: 414/250;
  width: calc((100% - clamp(15px, 1.5625vw, 30px) * 2) / 3);
}
@media (max-width: 820px) {
  .flex-contact-infor .item {
    width: 100%;
    aspect-ratio: 410/150;
  }
}
.flex-contact-infor .item .icon {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  font-weight: bold;
  gap: clamp(10px, 1.0416666667vw, 20px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.flex-contact-infor .item:hover .icon {
  color: var(--color-main);
}
.flex-contact-infor .item p {
  font-size: clamp(15px, 1.1458333333vw, 22px);
}

.wrapper-form-content {
  display: flex;
  gap: var(--size-section);
  align-items: center;
}
@media (max-width: 820px) {
  .wrapper-form-content {
    flex-direction: column;
    gap: 10px;
  }
}
.wrapper-form-content .form-left {
  width: calc(67% - var(--size-section));
}
@media (max-width: 820px) {
  .wrapper-form-content .form-left {
    width: 100%;
  }
}
.wrapper-form-content .form-left .title-form {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: var(--color-text);
  font-weight: bold;
}
.wrapper-form-content .form-left .description {
  margin-bottom: 15px;
}
.wrapper-form-content .form-left form {
  padding: calc(var(--size-section) + 20px) calc(var(--size-section) - 10px);
  border-radius: 30px;
  background: #f1f1f1;
  gap: clamp(15px, 1.5625vw, 30px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .wrapper-form-content .form-left form {
    padding: 10px;
  }
}
.wrapper-form-content .form-left form .form-group {
  width: 100%;
}
.wrapper-form-content .form-left form .form-group label:not(.error) {
  width: 100%;
  font-size: var(--fs-text-large);
  font-weight: bold;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  display: block;
}
.wrapper-form-content .form-left form .form-group label.error {
  display: block !important;
  border: none !important;
  color: #dc1506;
  padding-top: 5px;
  font-style: italic;
  font-size: 15px;
}
.wrapper-form-content .form-left form .form-group.half {
  width: calc((100% - clamp(15px, 1.5625vw, 30px)) / 2);
}
@media (max-width: 820px) {
  .wrapper-form-content .form-left form .form-group.half {
    width: 100%;
  }
}
.wrapper-form-content .form-left form .form-group input, .wrapper-form-content .form-left form .form-group textarea, .wrapper-form-content .form-left form .form-group select {
  background: #fff;
  border-radius: 20px;
  border: none;
  font-size: var(--fs-text-large);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.wrapper-form-content .form-left form .form-group input::placeholder, .wrapper-form-content .form-left form .form-group textarea::placeholder, .wrapper-form-content .form-left form .form-group select::placeholder {
  color: #333;
}
.wrapper-form-content .form-left form .form-group input, .wrapper-form-content .form-left form .form-group select {
  height: 60px;
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 820px) {
  .wrapper-form-content .form-left form .form-group input, .wrapper-form-content .form-left form .form-group select {
    padding-left: 15px;
  }
}
.wrapper-form-content .form-left form .form-group input.error, .wrapper-form-content .form-left form .form-group select.error {
  border: none !important;
}
.wrapper-form-content .form-left form .form-group select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 116, 173, 0.2);
  border-color: #f074ad;
}
.wrapper-form-content .form-left form .form-group textarea {
  width: 100%;
  height: 200px;
  display: block;
  padding-left: 25px;
  padding-top: 10px;
}
.wrapper-form-content .form-left form .form-group textarea.error {
  border: none !important;
}
.wrapper-form-content .form-left form .form-group.select {
  position: relative;
}
.wrapper-form-content .form-left form .form-group.select:after {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  top: 25px;
  right: 20px;
  border-top: 8px solid #333;
}
.wrapper-form-content .form-left form .flex-button {
  display: flex;
  justify-content: center;
}
.wrapper-form-content .image-form {
  width: 33%;
}
@media (max-width: 820px) {
  .wrapper-form-content .image-form {
    width: 100%;
    display: none;
  }
}
.wrapper-form-content.full .form-left {
  width: 100%;
}

.wrapper-newspage {
  background: var(--bg-gray-2);
  padding-top: 60px;
}
@media (max-width: 820px) {
  .wrapper-newspage {
    padding-top: 30px;
  }
}
.wrapper-newspage.white {
  background: #fff;
}
.wrapper-newspage > .container {
  display: flex;
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .wrapper-newspage > .container {
    flex-direction: column;
  }
}
.wrapper-newspage .grid-article, .wrapper-newspage .detail-article, .wrapper-newspage .grid-inspiration, .wrapper-newspage .main-grid-tour {
  width: calc(70% - var(--size-section));
}
@media (max-width: 820px) {
  .wrapper-newspage .grid-article, .wrapper-newspage .detail-article, .wrapper-newspage .grid-inspiration, .wrapper-newspage .main-grid-tour {
    width: 100%;
  }
}
.wrapper-newspage .grid-article.full, .wrapper-newspage .detail-article.full, .wrapper-newspage .grid-inspiration.full, .wrapper-newspage .main-grid-tour.full {
  width: 100%;
}
.wrapper-newspage .aside-article {
  width: 30%;
}
@media (max-width: 820px) {
  .wrapper-newspage .aside-article {
    width: 100%;
  }
}
.wrapper-newspage.flex-reserve > .container {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .wrapper-newspage.flex-reserve > .container {
    flex-direction: column;
  }
}
.wrapper-newspage.flex-reserve .grid-article, .wrapper-newspage.flex-reserve .detail-article, .wrapper-newspage.flex-reserve .grid-inspiration, .wrapper-newspage.flex-reserve .main-grid-tour {
  width: calc(75% - var(--size-section));
}
@media (max-width: 820px) {
  .wrapper-newspage.flex-reserve .grid-article, .wrapper-newspage.flex-reserve .detail-article, .wrapper-newspage.flex-reserve .grid-inspiration, .wrapper-newspage.flex-reserve .main-grid-tour {
    width: 100%;
  }
}
.wrapper-newspage.flex-reserve .aside-article {
  width: 25%;
}
@media (max-width: 820px) {
  .wrapper-newspage.flex-reserve .aside-article {
    width: 100%;
  }
}
.wrapper-newspage.full-page .main-grid-tour,
.wrapper-newspage.full-page .detail-article,
.wrapper-newspage.full-page .grid-article {
  width: 100%;
}

.suggested-tours {
  border-radius: clamp(15px, 1.5625vw, 30px);
  box-shadow: 0 0 10px -7px #333;
  padding: clamp(15px, 1.5625vw, 30px);
  background: #fff;
}
@media (max-width: 820px) {
  .suggested-tours {
    padding: 10px;
  }
}
.suggested-tours.white {
  background: #fff;
}

.title-aside {
  font-size: var(--fs-item-large);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.title-aside.flex-inline {
  display: inline-flex;
}

.sticky-right-side {
  position: sticky;
  top: 111px;
}

.list-suggested-tour {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.0416666667vw, 20px);
  padding-top: clamp(15px, 1.0416666667vw, 20px);
}
@media (max-width: 820px) {
  .list-suggested-tour {
    gap: 10px;
  }
}
.list-suggested-tour .item-suggest {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 820px) {
  .list-suggested-tour .item-suggest {
    gap: 10px;
  }
}
.list-suggested-tour .item-suggest .img {
  border-radius: 5px;
  width: 35%;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.list-suggested-tour .item-suggest .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-suggested-tour .item-suggest .infor {
  width: calc(65% - 15px);
}
@media (max-width: 820px) {
  .list-suggested-tour .item-suggest .infor {
    width: calc(65% - 10px);
  }
}
.list-suggested-tour .item-suggest .infor h3 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
.list-suggested-tour .item-suggest .infor h3 a {
  font-size: var(--fs-text-large);
  text-decoration: none;
  color: var(--color-text);
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.list-suggested-tour .item-suggest .infor .day {
  font-size: var(--fs-text-large);
}
.list-suggested-tour .item-suggest:hover .img img {
  transform: scale(1.05);
}
.list-suggested-tour .item-suggest:hover .infor h3 a {
  color: var(--color-main);
}

.plan-trip-news {
  padding-bottom: 15px;
}
@media (max-width: 820px) {
  .plan-trip-news {
    padding-bottom: 0;
    display: none;
  }
}
.plan-trip-news .title-aside {
  border-bottom: none;
}
.plan-trip-news p {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .plan-trip-news p br {
    display: none;
  }
}
.plan-trip-news .badge-btn {
  width: 100%;
  justify-content: center;
  min-width: auto;
  font-size: 20px;
  height: 60px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .plan-trip-news .badge-btn {
    height: 40px;
    font-size: 14px;
  }
}

.grid-article {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .grid-article {
    gap: 30px;
  }
}
@media (max-width: 820px) {
  .grid-article .card-news:first-child {
    flex-direction: column;
  }
}
.grid-article .card-news:first-child .img {
  width: 50%;
}
@media (max-width: 820px) {
  .grid-article .card-news:first-child .img {
    width: 100%;
  }
}
.grid-article .card-news:first-child .infor {
  width: calc(50% - clamp(15px, 1.5625vw, 20px));
}
@media (max-width: 820px) {
  .grid-article .card-news:first-child .infor {
    width: 100%;
  }
  .grid-article .card-news:first-child .infor .date {
    margin-bottom: 10px;
  }
}
.grid-article .card-news:first-child .infor .description {
  display: -webkit-box;
}

.best-selling {
  background: #fff;
}

.owl-best-selling .owl-stage {
  display: flex;
}
.owl-best-selling .owl-item {
  padding-bottom: 5px;
}
.owl-best-selling .card-tour-verticle-2 {
  height: 100%;
}
.owl-best-selling {
  position: relative;
}
.owl-best-selling .owl-nav .owl-prev, .owl-best-selling .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-best-selling .owl-nav .owl-prev svg, .owl-best-selling .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-best-selling .owl-nav .owl-prev svg, .owl-best-selling .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-best-selling .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-best-selling .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-best-selling .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-best-selling .owl-nav .owl-next {
    right: 0;
  }
}

.owl-other-desination {
  position: relative;
}
.owl-other-desination .owl-nav .owl-prev, .owl-other-desination .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-other-desination .owl-nav .owl-prev svg, .owl-other-desination .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-other-desination .owl-nav .owl-prev svg, .owl-other-desination .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-other-desination .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-other-desination .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-other-desination .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-other-desination .owl-nav .owl-next {
    right: 0;
  }
}

.title-detail-article {
  font-size: var(--fs-h1-article);
  color: var(--color-main);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: clamp(15px, 4.53125vw, 20px);
}
.title-detail-article.center {
  text-align: center;
}

.detail-article .date {
  margin-bottom: clamp(15px, 4.53125vw, 20px);
  font-style: italic;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 1;
}
.detail-article.detail-inspiration .description-article, .detail-article.detail-inspiration .detail-content, .detail-article.detail-inspiration .warapper-toc, .detail-article.detail-inspiration .share-article {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .detail-article.detail-inspiration .description-article, .detail-article.detail-inspiration .detail-content, .detail-article.detail-inspiration .warapper-toc, .detail-article.detail-inspiration .share-article {
    width: 100%;
  }
}
.detail-article .description-article {
  text-align: justify;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail-article .detail-content {
  margin-bottom: calc(var(--size-section) + 50px);
}

.share-article {
  display: flex;
  justify-content: end;
  gap: 15px;
  margin-bottom: 0;
}
.share-article > * {
  height: 40px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--color-text);
  text-decoration: none;
  cursor: pointer;
}
.share-article > * svg {
  height: 20px;
  fill: var(--color-main);
}
.share-article > *:hover {
  background: var(--color-main);
  color: #fff;
}
.share-article > *:hover svg {
  fill: #fff;
  border: 1px solid var(--color-main);
}

.title-more-update {
  font-size: var(--fs-h1-article);
  line-height: 1.2;
  margin-bottom: clamp(15px, 4.53125vw, 20px);
  border-bottom: 1px solid var(--color-border);
  display: inline-flex;
  padding-bottom: 10px;
}

.more-update-news {
  margin-top: calc(var(--size-section) + 50px);
}

.list-more-news p {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .list-more-news p {
    flex-direction: column;
    gap: 0;
  }
}
.list-more-news p a {
  color: var(--color-text);
  text-decoration: none;
}
.list-more-news p a:hover {
  color: var(--color-main);
}
.list-more-news p span {
  font-style: italic;
}

.load-more-update {
  font-style: italic;
  border-bottom: 1px solid var(--color-border);
  display: inline-flex;
  cursor: pointer;
}
.load-more-update span {
  font-style: italic;
}
.load-more-update:hover {
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}

.grid-travelguide {
  display: flex;
  gap: var(--size-section);
  row-gap: calc(var(--size-section) + 30px);
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .grid-travelguide {
    gap: 40px;
  }
}
.grid-travelguide .card-guide {
  width: calc((100% - var(--size-section) * 2) / 3);
}
@media (max-width: 820px) {
  .grid-travelguide .card-guide {
    width: 100%;
  }
}
.grid-travelguide .card-guide:first-child {
  width: 100%;
  flex-direction: row;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  align-items: center;
  background: transparent;
}
@media (max-width: 820px) {
  .grid-travelguide .card-guide:first-child {
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0;
  }
}
.grid-travelguide .card-guide:first-child .img {
  width: 65%;
}
@media (max-width: 820px) {
  .grid-travelguide .card-guide:first-child .img {
    width: 100%;
  }
}
.grid-travelguide .card-guide:first-child .infor {
  width: 35%;
  padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 2.6041666667vw, 50px);
}
@media (max-width: 820px) {
  .grid-travelguide .card-guide:first-child .infor {
    width: 100%;
    padding: 15px;
  }
}
.grid-travelguide .card-guide:first-child .infor h3 a {
  font-weight: bold;
}
.grid-travelguide .card-guide:first-child .infor .description {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list-related-articles {
  padding-top: 15px;
  border-top: 1px solid var(--color-border);
}
.list-related-articles p a {
  color: var(--color-text);
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}
.list-related-articles p a:hover {
  color: var(--color-main);
}
.list-related-articles .load-more-related {
  width: 100%;
  text-align: right;
  font-weight: bold;
  font-style: initial;
  padding-bottom: 0;
  border-bottom: none;
  justify-content: end;
}
.list-related-articles .load-more-related span {
  font-weight: bold;
}

.list-selected-reads {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list-selected-reads .item-read .title-read a {
  text-decoration: none;
  font-weight: bold;
  color: var(--color-text);
  display: block;
  margin-bottom: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.list-selected-reads .item-read .title-read a:hover {
  color: var(--color-main);
}
.list-selected-reads .item-read .module-read {
  font-style: italic;
}

.grid-inspiration {
  display: flex;
  gap: var(--size-section);
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .grid-inspiration {
    gap: 10px;
  }
}
.grid-inspiration .card-inspiration {
  width: calc((100% - var(--size-section)) / 2);
}
@media (max-width: 820px) {
  .grid-inspiration .card-inspiration {
    width: calc((100% - 10px) / 2);
  }
}
.grid-inspiration .card-inspiration:first-child {
  width: 100%;
}
.grid-inspiration .card-inspiration:first-child .infor {
  padding: clamp(15px, 2.6041666667vw, 50px) clamp(15px, 2.0833333333vw, 40px);
}
@media (max-width: 820px) {
  .grid-inspiration .card-inspiration:first-child .infor {
    padding: 10px;
  }
}
.grid-inspiration .card-inspiration:first-child .infor .module-name {
  text-align: left;
  color: #c00000;
  font-weight: bold;
}
.grid-inspiration .card-inspiration:first-child .infor h3 a {
  text-align: left;
  font-size: var(--fs-item-large);
}
.grid-inspiration .card-inspiration:first-child .infor .description {
  margin-bottom: 15px;
}
.grid-inspiration .card-inspiration:first-child .infor .read-story {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  font-weight: bold;
  text-decoration: none;
  color: var(--color-text);
}
.grid-inspiration .card-inspiration:first-child .infor .read-story:hover {
  color: var(--color-main);
}
.grid-inspiration .card-inspiration:first-child .infor .read-story:hover svg {
  fill: var(--color-main);
}

.detail-inspiration .banner-module {
  margin-bottom: 15px;
}

.list-more-inspiration .owl-item {
  padding-bottom: 5px;
}
.list-more-inspiration {
  position: relative;
}
.list-more-inspiration .owl-nav .owl-prev, .list-more-inspiration .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-more-inspiration .owl-nav .owl-prev svg, .list-more-inspiration .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .list-more-inspiration .owl-nav .owl-prev svg, .list-more-inspiration .owl-nav .owl-next svg {
    height: 20px;
  }
}
.list-more-inspiration .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .list-more-inspiration .owl-nav .owl-prev {
    left: 0;
  }
}
.list-more-inspiration .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .list-more-inspiration .owl-nav .owl-next {
    right: 0;
  }
}

.flex-third {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.5625vw, 30px);
}
@media (max-width: 820px) {
  .flex-third {
    gap: 10px;
  }
}
.flex-third > * {
  width: calc((100% - clamp(15px, 1.5625vw, 30px) * 2) / 3);
}
@media (max-width: 820px) {
  .flex-third > * {
    width: calc((100% - 10px) / 2);
  }
}

.flex-travelstyle {
  display: flex;
  gap: var(--size-section);
  row-gap: var(--space-block);
  flex-wrap: wrap;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .flex-travelstyle {
    gap: 15px;
  }
}
@media (max-width: 820px) {
  .flex-travelstyle {
    gap: 10px;
  }
}
.flex-travelstyle .card-travelstyle {
  width: calc((100% - var(--size-section)) / 2);
}
@media (min-width: 821px) and (max-width: 1024px) {
  .flex-travelstyle .card-travelstyle {
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 820px) {
  .flex-travelstyle .card-travelstyle {
    width: calc((100% - 10px) / 2);
  }
}

.owl-explore-journey .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: transparent;
  border: 2px solid #c3c3c3;
  width: 15px;
  height: 15px;
  position: relative;
}
.owl-explore-journey .owl-dots .owl-dot span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 11px;
}
.owl-explore-journey .owl-dots .owl-dot.active span, .owl-explore-journey .owl-dots .owl-dot:hover span {
  background: transparent;
}
.owl-explore-journey .owl-dots .owl-dot.active span:after, .owl-explore-journey .owl-dots .owl-dot:hover span:after {
  background: #c3c3c3;
}
.owl-explore-journey {
  position: relative;
}
.owl-explore-journey .owl-nav .owl-prev, .owl-explore-journey .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-explore-journey .owl-nav .owl-prev svg, .owl-explore-journey .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .owl-explore-journey .owl-nav .owl-prev svg, .owl-explore-journey .owl-nav .owl-next svg {
    height: 20px;
  }
}
.owl-explore-journey .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .owl-explore-journey .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-explore-journey .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .owl-explore-journey .owl-nav .owl-next {
    right: 0;
  }
}
.owl-explore-journey .owl-dots {
  margin-top: 15px;
}
.owl-explore-journey .owl-stage {
  display: flex;
}
.owl-explore-journey .owl-stage .card-tour-verticle {
  height: 100%;
}

.grid-tour {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .grid-tour {
    gap: 40px;
  }
}
.grid-tour > .card-tour {
  width: calc((100% - var(--size-section)) / 2);
}
@media (max-width: 820px) {
  .grid-tour > .card-tour {
    width: 100%;
  }
}

.title-available {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: clamp(30px, 1.5625vw, 30px);
  position: relative;
}
@media (max-width: 820px) {
  .title-available {
    font-size: var(--fs-text);
  }
}

.wrapper-newspage.full-page .grid-tour > .card-tour {
  width: calc((100% - var(--size-section) * 2) / 3);
}
@media (max-width: 820px) {
  .wrapper-newspage.full-page .grid-tour > .card-tour {
    width: 100%;
  }
}

.title-detail-tour {
  font-weight: bold;
  font-size: var(--fs-h1-tour);
  color: var(--color-main);
  margin-bottom: 15px;
}
.title-detail-tour.regular {
  font-weight: 400;
}
.title-detail-tour.small {
  font-size: clamp(20px, 1.5625vw, 30px);
}

.category-information {
  position: fixed;
  top: 56px;
  z-index: -1;
  width: 100%;
  left: 0;
  background: var(--bg-gray);
  box-shadow: 0 0 10px -8px #333;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media (min-width: 900px) and (max-width: 1600px) {
  .category-information {
    top: 54px;
  }
}
@media (min-width: 900px) and (max-width: 1190px) {
  .category-information {
    top: 51px;
  }
}
.category-information.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}
.category-information .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-information .category-left {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .category-information .category-left {
    gap: 10px;
  }
}
.category-information .category-left .item {
  display: inline-flex;
  padding: 15px 0;
  position: relative;
  font-size: var(--fs-item);
  position: relative;
  cursor: pointer;
}
.category-information .category-left .item:after {
  content: "";
  width: 0;
  height: 3px;
  background: var(--color-main-2);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.5s ease;
}
.category-information .category-left .item.active:after, .category-information .category-left .item:hover:after {
  width: 100%;
}
@media (max-width: 820px) {
  .category-information .category-left {
    overflow-x: auto;
  }
  .category-information .category-left .item {
    white-space: nowrap;
  }
}
.category-information .category-right {
  display: flex;
  gap: 15px;
  align-items: center;
}
.category-information .category-right .shortlist {
  cursor: pointer;
  display: flex;
}
@media (max-width: 560px) {
  .category-information .category-right .shortlist {
    display: none;
  }
}
.category-information .category-right .shortlist .add-to-shortlist, .category-information .category-right .shortlist .remove-to-shortlist {
  display: none;
}
.category-information .category-right .shortlist .add-to-shortlist.active, .category-information .category-right .shortlist .remove-to-shortlist.active {
  display: inline-flex;
}
.category-information .category-right .badge-btn {
  font-weight: 400;
  font-size: var(--fs-text);
  min-width: auto;
}
@media (max-width: 560px) {
  .category-information .category-right {
    display: none;
  }
}

.information-tour .desstinations > p {
  font-size: 19px;
  font-weight: 700;
  color: var(--color-main);
}

.overview-infor-tour {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
}
@media (max-width: 820px) {
  .overview-infor-tour {
    margin-bottom: 30px;
  }
  .overview-infor-tour .desstinations > p {
    color: var(--color-main);
  }
}
.overview-infor-tour .item {
  position: relative;
  font-size: 18px;
}
@media (max-width: 820px) {
  .overview-infor-tour .item {
    font-size: var(--fs-text);
  }
}
.overview-infor-tour .item:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-main);
  position: absolute;
  right: -25px;
  top: 8px;
}
.overview-infor-tour .item:last-child:after {
  display: none;
}

.information-tour > p {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 820px) {
  .information-tour > p {
    font-size: 16px;
  }
}
.information-tour .detail-content p {
  font-style: italic;
}
.information-tour .desstinations {
  display: flex;
  gap: 15px;
}
@media (max-width: 820px) {
  .information-tour .desstinations {
    flex-wrap: wrap;
  }
}
.information-tour .desstinations .destination-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
}
@media (max-width: 820px) {
  .information-tour .desstinations .destination-selected {
    gap: 20px;
    row-gap: 0;
  }
}
.information-tour .desstinations .destination-selected .item-selected {
  color: var(--color-text);
  position: relative;
}
.information-tour .desstinations .destination-selected .item-selected:after {
  width: 10px;
  height: 2px;
  background: var(--color-text);
  position: absolute;
  top: 12px;
  right: -21px;
  content: "";
}
@media (max-width: 820px) {
  .information-tour .desstinations .destination-selected .item-selected:after {
    width: 7px;
    right: -14px;
    height: 1px;
  }
}
.information-tour .desstinations .destination-selected .item-selected:hover {
  color: var(--color-main);
}
.information-tour .desstinations .destination-selected .item-selected:last-child:after {
  display: none;
}

.flex-gallery-tour .container {
  display: flex;
  gap: var(--size-section);
  flex-wrap: wrap;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-gallery-tour .container {
    gap: 15px;
  }
}
@media (max-width: 830px) {
  .flex-gallery-tour .container {
    flex-direction: column;
  }
}
.flex-gallery-tour .container .gallery-tour {
  width: calc(70% - var(--size-section));
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: transparent;
  border: 2px solid #c3c3c3;
  width: 15px;
  height: 15px;
  position: relative;
}
.flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot span:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 11px;
}
.flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot.active span, .flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot:hover span {
  background: transparent;
}
.flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot.active span:after, .flex-gallery-tour .container .gallery-tour .owl-dots .owl-dot:hover span:after {
  background: #c3c3c3;
}
@media (max-width: 830px) {
  .flex-gallery-tour .container .gallery-tour {
    width: 100%;
  }
}
.flex-gallery-tour .container .gallery-tour .owl-carousel, .flex-gallery-tour .container .gallery-tour .owl-stage-outer, .flex-gallery-tour .container .gallery-tour .owl-stage, .flex-gallery-tour .container .gallery-tour .owl-item {
  height: 100%;
}
.flex-gallery-tour .container .gallery-tour .item-gallery {
  overflow: hidden;
  height: 100%;
}
.flex-gallery-tour .container .gallery-tour .item-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-gallery-tour .container .gallery-tour .owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 10;
  transform: translateX(-50%);
}
.flex-gallery-tour .container .gallery-tour .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
}
.flex-gallery-tour .container .gallery-tour .owl-theme .owl-dots .owl-dot.active span:after {
  background: #fff;
}
.flex-gallery-tour .container .gallery-tour .total-gallery {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 10;
  padding: 2px 20px;
  overflow: hidden;
  border-radius: 23px;
}
.flex-gallery-tour .container .request-trip {
  width: 30%;
  padding: 60px 40px;
  background: var(--bg-gray-2);
  border: 1px solid var(--color-border);
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .flex-gallery-tour .container .request-trip {
    padding: 60px 18px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .flex-gallery-tour .container .request-trip {
    padding: 15px;
  }
}
@media (max-width: 830px) {
  .flex-gallery-tour .container .request-trip {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .flex-gallery-tour .container .request-trip {
    padding: 10px;
  }
}
.flex-gallery-tour .container .request-trip .request-trip-btn {
  font-style: italic;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  font-weight: 400;
  min-width: auto;
  width: 100%;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  font-size: var(--fs-text);
  height: 45px;
}
.flex-gallery-tour .container .request-trip .content-request-trip p {
  padding-left: 15px;
}
.flex-gallery-tour .container .request-trip .content-request-trip p:last-child {
  padding-left: 0;
}
.flex-gallery-tour .container .request-trip .content-request-trip p, .flex-gallery-tour .container .request-trip .content-request-trip ul li {
  margin-bottom: 15px;
}
@media (max-width: 1180px) {
  .flex-gallery-tour .container .request-trip .content-request-trip br {
    display: none;
  }
}
.flex-gallery-tour .container .request-trip .add-to-shortlist, .flex-gallery-tour .container .request-trip .remove-to-shortlist {
  margin-top: 15px;
  height: 45px;
  align-items: center;
  border: 2px solid var(--color-border);
  border-radius: 30px;
  justify-content: center;
  padding: 0 30px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  cursor: pointer;
  display: none;
  font-size: var(--fs-text);
  font-style: italic;
}
@media (max-width: 1180px) {
  .flex-gallery-tour .container .request-trip .add-to-shortlist, .flex-gallery-tour .container .request-trip .remove-to-shortlist {
    height: 40px;
    padding: 0 15px;
    margin-top: 0;
  }
}
.flex-gallery-tour .container .request-trip .add-to-shortlist.active, .flex-gallery-tour .container .request-trip .remove-to-shortlist.active {
  display: inline-flex;
}
.flex-gallery-tour .container .request-trip .add-to-shortlist:hover, .flex-gallery-tour .container .request-trip .remove-to-shortlist:hover {
  background: var(--color-border);
}
.flex-gallery-tour .container .request-trip .remove-to-shortlist {
  background: var(--color-main);
  color: #fff;
}
.flex-gallery-tour .container .request-trip .remove-to-shortlist:hover {
  color: var(--color-text);
}

.flex-highlights {
  padding-bottom: calc(var(--space-block) + var(--size-section) - 20px);
}
.flex-highlights.no-content {
  padding-bottom: calc(var(--space-block) + 10px);
}
@media (max-width: 820px) {
  .flex-highlights {
    padding-bottom: calc(var(--space-block) + 30px);
  }
  .flex-highlights.no-content {
    padding-bottom: calc(var(--space-block) - 10px);
  }
}
.flex-highlights .container {
  display: flex;
  gap: var(--size-section);
  row-gap: calc(var(--space-block) + var(--size-section) - 50px);
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .flex-highlights .container {
    row-gap: var(--space-block);
  }
}
@media (max-width: 560px) {
  .flex-highlights .container {
    gap: 10px;
    flex-direction: column;
  }
}
.flex-highlights .container .title-box-tour {
  font-size: calc(var(--fs-h1-tour) - 5px);
  line-height: 1.3;
}
.flex-highlights .container .highlights-tour {
  width: calc(70% - var(--size-section));
}
.flex-highlights .container .highlights-tour .detail-content p, .flex-highlights .container .highlights-tour .detail-content ul li, .flex-highlights .container .highlights-tour .detail-content ol li {
  margin-bottom: 5px;
}
@media (max-width: 560px) {
  .flex-highlights .container .highlights-tour {
    width: 100%;
  }
}
.flex-highlights .container .why-travel-tour {
  width: 30%;
}
.flex-highlights .container .why-travel-tour .detail-content p, .flex-highlights .container .why-travel-tour .detail-content ul li, .flex-highlights .container .why-travel-tour .detail-content ol li {
  margin-bottom: 5px;
}
@media (max-width: 560px) {
  .flex-highlights .container .why-travel-tour {
    width: 100%;
  }
}

.button-detail-tour {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.button-detail-tour .badge-btn {
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  min-width: auto;
  cursor: pointer;
  padding: 0 20px;
  width: 210px;
}
@media (max-width: 820px) {
  .button-detail-tour {
    gap: 5px;
  }
  .button-detail-tour .badge-btn {
    font-size: 13px;
    padding: 0 5px;
  }
}
@media (max-width: 560px) {
  .button-detail-tour {
    margin-bottom: 15px;
  }
}

.title-box-tour {
  color: var(--color-main);
  font-size: var(--fs-h1-tour);
  font-weight: 400;
}
.title-box-tour.center {
  text-align: center;
}
.title-box-tour.mg-bot {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}

.highlights-tour {
  display: flex;
  gap: clamp(15px, 1.5625vw, 30px);
  align-items: center;
}
@media (max-width: 560px) {
  .highlights-tour {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
}

.itinerary-section {
  position: relative;
  background: var(--bg-gray-2);
  padding-bottom: calc(var(--space-block) + var(--size-section) + 10px);
  padding-top: calc(var(--space-block) + 30px);
  margin-bottom: calc(var(--space-block) + var(--size-section) - 20px);
}
@media (max-width: 820px) {
  .itinerary-section {
    padding-top: var(--space-block);
    padding-bottom: var(--space-block);
  }
}
.itinerary-section .icon-title {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border: 3px solid var(--color-main-2);
  position: absolute;
  top: -32px;
  left: calc((100% - 80px) / 2);
}
@media (max-width: 820px) {
  .itinerary-section .icon-title {
    width: 60px;
    height: 60px;
    border: 2px solid var(--color-main-2);
    top: -30px;
    left: calc((100% - 60px) / 2);
  }
}
.itinerary-section .icon-title svg {
  height: 40px;
}
.itinerary-section .icon-title svg path {
  fill: #fff;
}
.itinerary-section .container {
  display: flex;
  gap: var(--size-section);
}
@media (min-width: 821px) and (max-width: 1190px) {
  .itinerary-section .container {
    gap: 15px;
  }
}
@media (max-width: 820px) {
  .itinerary-section .container {
    flex-direction: column-reverse;
  }
}
.itinerary-section .container .flex-itinerary {
  width: calc(66% - var(--size-section));
  position: relative;
}
.itinerary-section .container .flex-itinerary .title-box-tour {
  margin-bottom: clamp(15px, 3.125vw, 60px);
}
@media (max-width: 820px) {
  .itinerary-section .container .flex-itinerary {
    width: 100%;
  }
}
.itinerary-section .container .flex-itinerary .expand-all, .itinerary-section .container .flex-itinerary .hidden-all {
  position: absolute;
  top: 85px;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .itinerary-section .container .flex-itinerary .expand-all, .itinerary-section .container .flex-itinerary .hidden-all {
    top: 65px;
  }
}
@media (max-width: 820px) {
  .itinerary-section .container .flex-itinerary .expand-all, .itinerary-section .container .flex-itinerary .hidden-all {
    top: 4px;
  }
}
.itinerary-section .container .flex-itinerary .expand-all.active, .itinerary-section .container .flex-itinerary .hidden-all.active {
  display: block;
}
.itinerary-section .container .flex-itinerary .expand-all:hover, .itinerary-section .container .flex-itinerary .hidden-all:hover {
  color: var(--color-main);
}
.itinerary-section .container .trip-map-tour {
  width: 34%;
  padding-top: 45px;
}
@media (max-width: 820px) {
  .itinerary-section .container .trip-map-tour {
    width: 100%;
    padding-top: 0;
  }
}
.itinerary-section .container .trip-map-tour .box-trip-map {
  border: 1px solid var(--color-border);
  padding: 30px clamp(15px, 1.5625vw, 20px) 70px clamp(15px, 1.5625vw, 20px);
}
@media (max-width: 560px) {
  .itinerary-section .container .trip-map-tour .box-trip-map {
    padding: 10px 10px 40px 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.itinerary-section .container .trip-map-tour .box-trip-map .title-box-tour {
  margin-bottom: 30px;
  line-height: 1;
}
.itinerary-section .container .trip-map-tour .box-trip-map .detail-content p {
  margin-bottom: 10px;
}
.itinerary-section .container .trip-map-tour .box-trip-map .detail-content p:last-child {
  margin-bottom: 0;
}
.itinerary-section .container .trip-map-tour .box-trip-map .badge-btn {
  padding: 0 20px;
  height: 45px;
  font-weight: 400;
  font-size: var(--fs-text);
}

.list-itinerary .item-itinerary {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--color-border);
  padding: 10px 0;
  gap: 25px;
  cursor: pointer;
}
@media (max-width: 820px) {
  .list-itinerary .item-itinerary {
    gap: 10px;
    padding-right: 35px;
  }
}
.list-itinerary .item-itinerary .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: bold;
  color: var(--color-main);
  line-height: 1;
}
@media (max-width: 820px) {
  .list-itinerary .item-itinerary .number {
    font-size: 30px;
  }
}
.list-itinerary .item-itinerary .number span {
  font-weight: bold;
  font-family: "Roboto", Arial, Verdana, Helvetica, sans-serif;
  font-size: var(--fs-text-large);
  display: block;
  margin-bottom: 5px;
  color: #7f7b7b;
}
.list-itinerary .item-itinerary .title-itinerary {
  cursor: pointer;
  font-size: var(--fs-text);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-itinerary .item-itinerary .title-itinerary strong {
  font-size: 18px;
}
@media (max-width: 820px) {
  .list-itinerary .item-itinerary .title-itinerary {
    gap: 5px;
    font-size: var(--fs-text);
  }
}
.list-itinerary .item-itinerary .expand {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}
.list-itinerary .item-itinerary .expand svg {
  height: 20px;
  fill: #7f7b7b;
}
.list-itinerary .detail-itinerary {
  display: none;
}
.list-itinerary .detail-itinerary .detail-content {
  border-top: 1px solid var(--color-border);
  padding-top: 15px;
}
.list-itinerary .itinerary.active .item-itinerary .expand {
  transform: rotate(180deg);
  top: 25%;
}
.list-itinerary .itinerary.active .item-itinerary .title-itinerary .desc {
  display: none;
}

.destinatin-day {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.destinatin-day > p {
  color: var(--color-main);
  font-style: italic;
}
.destinatin-day .destination-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.destinatin-day .destination-selected .item-selected {
  color: var(--color-text);
  position: relative;
  text-decoration: underline;
}
.destinatin-day .destination-selected .item-selected:after {
  width: 10px;
  height: 2px;
  background: var(--color-text);
  position: absolute;
  top: 12px;
  right: -20px;
  content: "";
}
.destinatin-day .destination-selected .item-selected:last-child:after {
  display: none;
}

.services-day {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 15px;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.services-day > p {
  color: #c00000;
  font-style: italic;
  font-weight: bold;
}

.services-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 0;
}
.services-selected .item-service {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0;
}
.services-selected .item-service .icon {
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-selected .item-service span {
  width: calc(100% - 60px);
}

.map {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  aspect-ratio: 357/450;
}
@media (max-width: 820px) {
  .map {
    margin-bottom: 40px;
  }
}

#routeList {
  display: none;
}

.google-map-tooltip {
  display: flex;
  min-width: 150px;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--color-text);
  text-align: center;
}
.google-map-tooltip strong {
  font-size: 16px;
  line-height: 1.35;
}

.google-map-detail-link {
  display: inline-flex;
  min-height: 34px;
  padding: 7px 14px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--color-main);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.google-map-detail-link:hover {
  background: var(--color-main-2);
  color: #fff;
}

@media (max-width: 800px) {
  .app {
    grid-template-columns: 1fr;
  }
  .sidebar {
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  h1 {
    font-size: 28px;
  }
  .map-shell {
    min-height: 60vh;
    padding: 12px;
  }
  .map {
    height: 65vh;
    min-height: 420px;
  }
}
.important-notes {
  position: relative;
  margin-bottom: calc(var(--space-block) + var(--size-section) - 20px);
}
.important-notes .icon-title {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border: 3px solid var(--color-main-2);
  left: calc((100% - 80px) / 2);
  position: relative;
  margin-bottom: calc(clamp(15px, 1.5625vw, 30px) + 20px);
}
@media (max-width: 820px) {
  .important-notes .icon-title {
    margin-bottom: 15px;
  }
}
.important-notes .icon-title svg {
  height: 40px;
}
.important-notes .icon-title svg path {
  fill: #fff;
}
.important-notes .title-box-tour {
  margin-bottom: clamp(15px, 4.1666666667vw, 80px);
}
.important-notes .detail-content {
  transition: max-height 0.3s ease;
}
.important-notes .detail-content.collapsed {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.important-notes .detail-content.collapsed:after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.51) 65%, rgba(255, 255, 255, 0) 100%);
}
.important-notes .detail-content.expanded {
  max-height: none;
}
.important-notes .detail-content.active {
  max-height: 9999px;
}
.important-notes .button-detail-tour {
  margin-top: calc(var(--size-section) + 40px);
}
@media (max-width: 820px) {
  .important-notes .button-detail-tour {
    margin-top: calc(var(--size-section));
  }
}

.action-detail {
  margin-top: clamp(15px, 1.5625vw, 30px);
  display: flex;
  justify-content: center;
}
.action-detail > * {
  color: #000;
  text-decoration: underline;
}
.action-detail .read-more, .action-detail .hidden-more {
  display: none;
  cursor: pointer;
}
.action-detail .read-more:hover, .action-detail .hidden-more:hover {
  color: var(--color-main);
}
.action-detail .read-more.active, .action-detail .hidden-more.active {
  display: block;
}

.tour-you-like {
  position: relative;
  background: var(--bg-gray-2);
}
.tour-you-like .icon-title {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border: 3px solid var(--color-main-2);
  left: calc((100% - 80px) / 2);
  position: relative;
  margin-bottom: clamp(15px, 3.125vw, 60px);
}
.tour-you-like .icon-title svg {
  height: 40px;
}
.tour-you-like .icon-title svg path {
  fill: #fff;
}
.tour-you-like .title-index {
  margin-bottom: clamp(15px, 4.1666666667vw, 80px);
}

.destination-info-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media (max-width: 820px) {
  .destination-info-popup {
    padding: 0;
  }
}
.destination-info-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.destination-info-popup__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.destination-info-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-height: calc(100vh - 60px);
  margin: auto;
  padding: clamp(15px, 4vw, 30px);
  overflow-y: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  outline: none;
}
@media (max-width: 820px) {
  .destination-info-popup__dialog {
    width: 100%;
    padding: 15px;
    max-height: 100%;
  }
}
.destination-info-popup__close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 0 -38px auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.destination-info-popup__close::before, .destination-info-popup__close::after {
  position: absolute;
  top: 9px;
  left: 18px;
  width: 2px;
  height: 20px;
  content: "";
  background: var(--color-text);
}
.destination-info-popup__close::before {
  transform: rotate(45deg);
}
.destination-info-popup__close::after {
  transform: rotate(-45deg);
}
.destination-info-popup__result > h2 {
  margin: 0 45px 25px 0;
  color: var(--color-main);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
}
.destination-info-popup__loading, .destination-info-popup__error {
  padding: 30px 0;
  text-align: center;
}

.destination-selected .item-selected {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tour-itinerary-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.tour-itinerary-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tour-itinerary-popup__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.tour-itinerary-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 40px);
  margin: auto;
  overflow-y: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  outline: none;
}
.tour-itinerary-popup__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 45px);
  border-bottom: 1px solid var(--color-border);
  background: #fff;
}
.tour-itinerary-popup__header h2 {
  margin: 0;
  color: var(--color-main);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}
.tour-itinerary-popup__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-itinerary-popup__print {
  min-height: 38px;
  padding: 8px 20px;
  border: 0;
  border-radius: 30px;
  background: var(--color-main);
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.tour-itinerary-popup__print:hover {
  background: var(--color-main-2);
}
.tour-itinerary-popup__close {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.tour-itinerary-popup__close::before, .tour-itinerary-popup__close::after {
  position: absolute;
  top: 9px;
  left: 18px;
  width: 2px;
  height: 20px;
  content: "";
  background: var(--color-text);
}
.tour-itinerary-popup__close::before {
  transform: rotate(45deg);
}
.tour-itinerary-popup__close::after {
  transform: rotate(-45deg);
}
.tour-itinerary-popup__content {
  padding: 0 clamp(20px, 4vw, 50px) 40px;
}
.tour-itinerary-popup__section {
  margin: 0 !important;
  padding: 35px 0 !important;
  border-bottom: 1px solid var(--color-border);
  background: #fff !important;
}
.tour-itinerary-popup__section:last-child {
  border-bottom: 0;
}
.tour-itinerary-popup__section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.tour-itinerary-popup__section .detail-itinerary {
  display: block;
}
.tour-itinerary-popup__section .detail-content {
  max-height: none !important;
  overflow: visible !important;
}
@media (max-width: 820px) {
  .tour-itinerary-popup {
    padding: 10px;
  }
  .tour-itinerary-popup__dialog {
    max-height: calc(100vh - 20px);
  }
  .tour-itinerary-popup__content {
    padding-bottom: 20px;
  }
  .tour-itinerary-popup__section {
    padding: 25px 0 !important;
  }
}

@media print {
  body.tour-itinerary-printing {
    overflow: visible !important;
  }
  body.tour-itinerary-printing * {
    visibility: hidden !important;
  }
  body.tour-itinerary-printing .tour-itinerary-popup,
  body.tour-itinerary-printing .tour-itinerary-popup__content,
  body.tour-itinerary-printing .tour-itinerary-popup__content * {
    visibility: visible !important;
  }
  body.tour-itinerary-printing .tour-itinerary-popup {
    position: absolute;
    inset: 0 auto auto 0;
    display: block;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible !important;
  }
  body.tour-itinerary-printing .tour-itinerary-popup__overlay,
  body.tour-itinerary-printing .tour-itinerary-popup__header {
    display: none !important;
  }
  body.tour-itinerary-printing .tour-itinerary-popup__dialog {
    width: 100%;
    max-height: none;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
  }
  body.tour-itinerary-printing .tour-itinerary-popup__content {
    padding: 0;
  }
  body.tour-itinerary-printing .tour-itinerary-popup__section {
    break-inside: avoid-page;
  }
}
.when-should-visit,
.plan-visit-month {
  background: var(--bg-gray);
}

@media (max-width: 820px) {
  .when-should-visit {
    padding-top: calc(var(--space-block) / 2);
  }
}
.plan-visit-month .wrapper-newspage {
  background: var(--bg-gray);
}

.flex-season-visit {
  display: flex;
  gap: var(--size-section);
  row-gap: calc(var(--size-section) + 20px);
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .flex-season-visit {
    gap: 10px;
  }
}
.flex-season-visit .item-visit {
  border-radius: clamp(15px, 1.5625vw, 30px);
  background: #fff;
  border: 1px solid var(--color-border);
  padding: clamp(15px, 1.5625vw, 30px);
  width: calc((100% - var(--size-section) * 2) * 4 / 10);
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .flex-season-visit .item-visit {
    width: 100%;
  }
}
.flex-season-visit .item-visit .title-visit {
  text-align: center;
  color: var(--color-main);
  font-weight: 400;
  margin-bottom: clamp(15px, 1.0416666667vw, 20px);
  font-size: var(--fs-item);
}
@media (max-width: 820px) {
  .flex-season-visit .item-visit .title-visit {
    font-size: 20px;
  }
}
.flex-season-visit .item-visit .description p {
  margin-bottom: clamp(15px, 1.0416666667vw, 20px);
}
.flex-season-visit .item-visit:nth-of-type(3n+3) {
  margin-left: calc((100% - var(--size-section) * 2) * 2 / 10);
}
@media (max-width: 820px) {
  .flex-season-visit .item-visit:nth-of-type(3n+3) {
    margin-left: 0;
  }
}

.tab-month-visit {
  display: flex;
  background: #fff;
}
@media (max-width: 820px) {
  .tab-month-visit {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 21px;
    background: transparent;
  }
  .tab-month-visit::-webkit-scrollbar {
    height: 0;
  }
}
.tab-month-visit .item {
  padding: clamp(10px, 1.0416666667vw, 20px) clamp(20px, 1.3020833333vw, 25px);
  font-size: clamp(16px, 0.9375vw, 18px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 820px) {
  .tab-month-visit .item {
    background: #fff;
  }
}
.tab-month-visit .item span {
  width: 100%;
  position: relative;
}
@media (max-width: 820px) {
  .tab-month-visit .item span {
    font-weight: 700;
  }
}
.tab-month-visit .item span:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  border: 15px solid transparent;
}
.tab-month-visit .item:hover {
  color: var(--color-main);
}
.tab-month-visit .item:after {
  content: "";
  width: 2px;
  height: 25px;
  background: #eeeeee;
  position: absolute;
  top: 20px;
  right: -2px;
}
.tab-month-visit .item:last-child:after, .tab-month-visit .item.active:after {
  display: none;
}
.tab-month-visit .item.active {
  background: var(--bg-gray);
  color: var(--color-main);
  font-weight: bold;
}
.tab-month-visit .item.active span:after {
  border-top: 10px solid var(--color-main);
}

.list-question .question-card {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
  cursor: pointer;
}
.list-question .question-card .title-question {
  cursor: pointer;
  font-size: clamp(15px, 0.9375vw, 18px);
}
@media (max-width: 820px) {
  .list-question .question-card .title-question {
    font-size: var(--fs-text);
    padding-right: 30px;
  }
}
.list-question .question-card .expand-plus {
  position: absolute;
  top: 10px;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}
@media (max-width: 820px) {
  .list-question .question-card .expand-plus {
    top: 6px;
  }
}
.list-question .question-card .expand-plus:before {
  content: "";
  height: 13px;
  width: 2px;
  background: var(--color-text);
  position: absolute;
}
.list-question .question-card .expand-plus:after {
  content: "";
  height: 13px;
  width: 2px;
  background: var(--color-text);
  transform: rotate(90deg);
}
.list-question .detail-anwers {
  display: none;
  margin-top: 15px;
}
.list-question .detail-anwers .detail-content p:last-child {
  margin-bottom: 0;
}
.list-question .detail-anwers .detail-content ul:last-child, .list-question .detail-anwers .detail-content ol:last-child {
  margin-bottom: 0;
}
.list-question .question-card.active .item-question .expand-plus:before {
  display: none;
}

.radio-check {
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.radio-check label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.radio-check label:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  position: absolute;
  top: 5px;
}
.radio-check label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  background: var(--color-main);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: none;
}
.radio-check input:checked ~ label:before {
  border-color: var(--color-main);
}
.radio-check input:checked ~ label:after {
  display: block;
}
.radio-check.italic label {
  font-style: italic;
}
.radio-check.large label {
  font-size: 22px;
}
@media (max-width: 820px) {
  .radio-check.large label {
    font-size: 15px;
  }
}
.radio-check.large label:before {
  width: 16px;
  height: 16px;
  display: block;
  border: 3px solid #d3d3d3;
  border-radius: 13px;
}
@media (max-width: 820px) {
  .radio-check.large label:before {
    width: 14px;
    height: 14px;
    border: 2px solid #d3d3d3;
  }
}
.radio-check.large label:after {
  width: 12px;
  height: 12px;
  top: 10px;
  left: 5px;
}
@media (max-width: 820px) {
  .radio-check.large label:after {
    width: 10px;
    height: 10px;
    top: 9px;
    left: 4px;
  }
}

.request-tour {
  margin-bottom: calc(var(--size-section) * 3);
}

.enquiry-form p {
  margin-bottom: 15px;
  font-size: var(--fs-text);
  white-space: pre-line;
}
@media (max-width: 820px) {
  .enquiry-form p {
    font-size: 16px;
  }
}
.enquiry-form p.title-group-enquiry {
  font-weight: 400;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: var(--color-main);
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .enquiry-form p.title-group-enquiry.mtop-section {
    margin-top: 0;
  }
}
.enquiry-form .form-group {
  width: 80%;
  margin: auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.enquiry-form .form-group.no-gap {
  gap: 0;
  margin-top: calc(var(--size-section) - 15px);
  margin-bottom: var(--size-section);
}
@media (max-width: 820px) {
  .enquiry-form .form-group {
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.enquiry-form .form-group > p, .enquiry-form .form-group .group-option {
  width: 100%;
}
.enquiry-form .form-group .group-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 0;
}
@media (max-width: 820px) {
  .enquiry-form .form-group .group-option {
    gap: 10px;
    margin-top: 0;
    justify-content: start;
  }
}
.enquiry-form .form-group .group-option p {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 820px) {
  .enquiry-form .form-group .group-option p {
    margin-bottom: 0;
  }
}
.enquiry-form .form-group > label.error {
  width: 100%;
  display: block !important;
  border: none !important;
  color: #dc1506;
  padding-top: 0;
  font-style: italic;
  font-size: 15px;
  text-align: center;
}
.enquiry-form .form-control {
  width: 100%;
}
.enquiry-form .form-control.two {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 820px) {
  .enquiry-form .form-control.two {
    width: 100%;
  }
}
.enquiry-form .form-control input, .enquiry-form .form-control select, .enquiry-form .form-control textarea {
  height: 100%;
  width: 100%;
  border: 2px solid var(--color-main);
  height: 50px;
  border-radius: 20px;
  padding-left: 15px;
  color: var(--color-text);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: var(--fs-text);
}
@media (max-width: 820px) {
  .enquiry-form .form-control input, .enquiry-form .form-control select, .enquiry-form .form-control textarea {
    height: 50px;
    font-size: 16px;
    border: 1px solid var(--color-main);
  }
}
.enquiry-form .form-control input.error, .enquiry-form .form-control select.error, .enquiry-form .form-control textarea.error {
  border: 2px solid var(--color-main) !important;
}
@media (max-width: 820px) {
  .enquiry-form .form-control input.error, .enquiry-form .form-control select.error, .enquiry-form .form-control textarea.error {
    height: 50px;
    font-size: 16px;
    border: 1px solid var(--color-main) !important;
  }
}
.enquiry-form .form-control input::placeholder, .enquiry-form .form-control select::placeholder, .enquiry-form .form-control textarea::placeholder {
  color: var(--color-text);
}
.enquiry-form .form-control label.error {
  display: block !important;
  border: none !important;
  color: #dc1506;
  padding-top: 5px;
  font-style: italic;
  font-size: 15px;
}
.enquiry-form .form-control textarea {
  padding-top: 10px;
  height: 100%;
  line-height: 1.5;
}
.enquiry-form .form-control textarea::placeholder {
  font-style: italic;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: var(--fs-text);
}
@media (max-width: 820px) {
  .enquiry-form .form-control textarea::placeholder {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    padding-left: 15px;
  }
}
.enquiry-form .form-control.textarea {
  height: 160px;
  padding: 0 50px;
}
@media (max-width: 820px) {
  .enquiry-form .form-control.textarea {
    padding: 0;
  }
}
.enquiry-form .form-control.textarea.medium {
  height: 350px;
  border: 2px solid var(--color-main);
  border-radius: 20px;
  padding: 15px 10px 15px 30px;
  width: 80%;
  margin: auto;
}
@media (max-width: 820px) {
  .enquiry-form .form-control.textarea.medium {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    height: 300px;
  }
}
.enquiry-form .form-control.textarea.medium textarea {
  padding: 0;
  border: none;
  border-radius: 0;
}
.enquiry-form .form-control.textarea.medium textarea:focus {
  outline: none;
  box-shadow: none;
}
.enquiry-form .form-control.select {
  position: relative;
}
.enquiry-form .form-control.select:after {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  border-top: 8px solid #333;
}
@media (max-width: 820px) {
  .enquiry-form .form-control.select:after {
    top: 21px;
  }
}
.enquiry-form .button-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--space-block) + 20px);
}
@media (max-width: 820px) {
  .enquiry-form .button-form.mtop-box {
    margin-top: 0;
  }
}
.enquiry-form .button-form .badge-btn {
  font-size: var(--fs-text);
  font-weight: 400;
}
.enquiry-form .error-validation {
  display: none;
  margin-top: var(--size-box);
  color: #dc1506;
  font-size: 15px;
  font-style: italic;
}
.enquiry-form .error-validation ul {
  margin: 0;
  padding-left: 20px;
}
.enquiry-form .error-validation li + li {
  margin-top: 4px;
}
.enquiry-form .exactdate, .enquiry-form .approxipatetime {
  display: none;
}
.enquiry-form .overview-infor-tour .item {
  white-space: pre-line;
}

.xdsoft_datetimepicker {
  padding: 15px;
  padding-left: 15px;
  border-radius: 15px;
  border: 2px solid var(--color-main);
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 150px;
}
.xdsoft_datetimepicker .xdsoft_label {
  font-size: 16px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 350px;
  border-radius: 15px;
  margin-left: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th, .xdsoft_datetimepicker .xdsoft_calendar td {
  height: 50px;
  font-size: 16px;
  border: 1px solid var(--color-main);
}

.jconfirm.jconfirm-material .jconfirm-box {
  border-radius: 15px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  border-radius: 15px;
  font-size: 16px;
  padding: 8px 20px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button:first-child {
  background: var(--color-main);
  color: #fff;
}

.detail-form p {
  font-size: 18px;
}
@media (max-width: 820px) {
  .detail-form p {
    font-size: 16px;
  }
}

.reset-itinerary {
  color: var(--color-main);
  text-decoration: underline;
  width: 80%;
  margin: auto;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 820px) {
  .reset-itinerary {
    font-size: 14px;
    margin-left: 0;
  }
}
.reset-itinerary:hover {
  color: var(--color-main-2);
}

.destination-content .tailor-content {
  margin-bottom: var(--size-section);
  margin-left: 0;
}
.destination-content .tailor-content p {
  font-size: var(--fs-text);
}

.tailer-trip-wrapper .overview-infor-tour {
  margin-bottom: 0;
  gap: 30px;
  row-gap: 10px;
}
.tailer-trip-wrapper .overview-infor-tour .item {
  font-size: var(--fs-text);
}
.tailer-trip-wrapper .overview-infor-tour .item:after {
  background: var(--color-text);
  width: 1px;
  height: 15px;
  top: 5px;
  right: -16px;
}
.tailer-trip-wrapper .container {
  width: calc(var(--w-container) - var(--size-section) * 3);
}
@media (max-width: 820px) {
  .tailer-trip-wrapper .container {
    width: var(--w-container);
  }
}
.tailer-trip-wrapper .enquiry-form .form-control.textarea.medium {
  height: 270px;
}

.main-choose {
  padding-top: var(--size-section);
  width: 63%;
  margin: auto;
}
@media (max-width: 820px) {
  .main-choose {
    width: 100%;
  }
}
.main-choose .from-jranger {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}
@media (max-width: 820px) {
  .main-choose .from-jranger {
    width: 100%;
  }
}
.main-choose .from-jranger:after {
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 0;
  width: 100%;
  background: var(--color-main);
  content: "";
}
.main-choose .from-jranger .form-group {
  border: 3px solid var(--color-main);
  padding: 0 45px;
  font-size: 22px;
  color: var(--color-main);
  height: 48px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 30px;
  background: #fff;
  width: 180px;
  justify-content: center;
}
@media (max-width: 820px) {
  .main-choose .from-jranger .form-group {
    padding: 0 30px;
    border: 2px solid var(--color-main);
    font-size: 18px;
    width: 150px;
    height: 40px;
  }
}
.main-choose .from-jranger .form-group span, .main-choose .from-jranger .form-group label {
  font-weight: 600;
}

.customize-step {
  display: none;
}
.customize-step.active {
  display: block;
}

.list-choose-step {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2.6041666667vw, 50px);
  align-items: start;
}
.list-choose-step .group-input, .list-choose-step .action-customize {
  width: 100%;
}
.list-choose-step p {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .list-choose-step p {
    font-size: 18px;
  }
}
.list-choose-step p i {
  font-style: italic;
}
.list-choose-step p.offset {
  margin-left: 50px;
}
@media (max-width: 820px) {
  .list-choose-step p.offset {
    margin-left: 0;
  }
}

.option-step {
  font-size: 24px;
  font-weight: 600;
  cursor: default;
  width: 100%;
}
@media (max-width: 820px) {
  .option-step {
    font-size: 18px;
  }
}
.option-step label {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  cursor: default;
  padding-left: 86px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 6px 9px -5px #333;
  transition: background 0.5s ease, padding 0.5s ease;
  position: relative;
}
@media (max-width: 820px) {
  .option-step label {
    min-height: 55px;
    height: auto;
    padding-left: 20px;
  }
}
.option-step label img {
  display: none;
  position: absolute;
  top: 21px;
  left: 80px;
}
@media (max-width: 820px) {
  .option-step label img {
    top: 16px;
    left: 20px;
  }
}
.option-step input {
  display: none;
}
.option-step input:checked ~ label {
  font-weight: 600;
  color: var(--color-main);
  border-color: 1px solid var(--color-main);
  background: #95ccdc;
  padding-left: 140px;
}
@media (max-width: 820px) {
  .option-step input:checked ~ label {
    padding-left: 55px;
  }
}
.option-step input:checked ~ label img {
  display: block;
}
.option-step:hover label {
  background: #fdf0e5;
}

.input-option {
  width: 100%;
}
.input-option label.error {
  display: block !important;
  border: none !important;
  font-size: 18px;
  color: #dc1506;
  font-style: italic;
}
.input-option input {
  width: 100%;
  height: 70px;
  border: none;
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-text);
  padding-left: 45px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 6px 9px -5px #333;
}
@media (max-width: 820px) {
  .input-option input {
    height: 55px;
    font-size: 18px;
    padding-left: 20px;
  }
}
.input-option input.error {
  border: 1px solid var(--color-border) !important;
}
.input-option input::placeholder {
  font-size: 24px;
  color: var(--color-text);
  font-weight: 400;
}
@media (max-width: 820px) {
  .input-option input::placeholder {
    font-size: 18px;
  }
}
.input-option textarea {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  padding: 15px 30px;
  color: var(--color-text);
}
@media (max-width: 820px) {
  .input-option textarea {
    padding: 15px;
  }
}
.input-option textarea::placeholder {
  font-size: 20px;
  color: #333;
  font-weight: 300;
}
.input-option.textarea {
  height: 200px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 6px 9px -5px #333;
}
.input-option.textarea.small {
  height: 90px;
}
.input-option.textarea.no-radius {
  border-radius: 0;
}
.input-option.input-number {
  height: 70px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 6px 9px -5px #333;
}
@media (max-width: 820px) {
  .input-option.input-number {
    height: 55px;
  }
}
.input-option.input-number input {
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.group-input {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 820px) {
  .group-input {
    gap: 10px;
  }
}

.radio-check.offset {
  margin-left: 90px;
}
@media (max-width: 820px) {
  .radio-check.offset {
    margin-left: 0;
  }
}

.more-destination,
.hidden-destination {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 820px) {
  .more-destination,
  .hidden-destination {
    font-size: 20px;
  }
}
.more-destination.hidden,
.hidden-destination.hidden {
  display: none;
}
.more-destination svg path,
.hidden-destination svg path {
  fill: #95cbdb;
}

.hidden-destination svg {
  transform: rotate(180deg);
}

.action-customize {
  display: flex;
  justify-content: end;
  margin-top: clamp(10px, 2.6041666667vw, 50px);
  gap: 30px;
  align-items: center;
}
@media (max-width: 820px) {
  .action-customize {
    justify-content: center;
  }
}
.action-customize .back-customize {
  font-weight: 700;
  font-size: 22px;
  text-decoration: underline;
  color: #595959;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 820px) {
  .action-customize .back-customize {
    font-size: 18px;
    font-weight: 600;
  }
}
.action-customize .back-customize svg {
  transform: rotate(180deg);
}
.action-customize .badge-btn {
  box-shadow: 7px 6px 9px -5px #333;
  cursor: pointer;
  height: 45px;
  min-width: 200px;
}

.large-range .slider-container {
  width: 100%;
}
@media (max-width: 820px) {
  .large-range .slider-container {
    margin: auto;
    left: -10px;
    position: relative;
  }
}
.large-range .theme-green .back-bar {
  height: 20px !important;
  width: calc(100% + 10px);
}
@media (max-width: 820px) {
  .large-range .theme-green .back-bar {
    height: 10px !important;
  }
}
.large-range .theme-green .back-bar .pointer {
  width: 35px;
  height: 35px;
  background: #fff !important;
  border: 10px solid var(--color-main) !important;
  border-radius: 24px;
  top: -7px !important;
}
@media (max-width: 820px) {
  .large-range .theme-green .back-bar .pointer {
    width: 25px;
    height: 25px;
    border: 7px solid var(--color-main) !important;
    top: -8px !important;
  }
}
.large-range .theme-green .back-bar:before, .large-range .theme-green .back-bar:after {
  height: 25px;
  width: 25px;
  top: -3px;
}
@media (max-width: 820px) {
  .large-range .theme-green .back-bar:before, .large-range .theme-green .back-bar:after {
    height: 19px;
    width: 19px;
    top: -5px;
  }
}
.large-range .theme-green .back-bar:after {
  right: -18px;
}
@media (max-width: 820px) {
  .large-range .theme-green .back-bar:after {
    right: -11px;
  }
}

.input-with-label {
  display: flex;
  align-items: center;
}
.input-with-label > label {
  font-size: 22px;
  width: 39%;
}
@media (max-width: 820px) {
  .input-with-label > label {
    font-size: 18px;
  }
}
.input-with-label .input-option {
  width: 61%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-with-label .input-option input {
  width: 80px;
  padding: 0;
  text-align: center;
}
.input-with-label .input-option div {
  font-weight: 400;
  cursor: pointer;
  font-size: 22px;
}

.customize-step .error-validation {
  padding-bottom: var(--size-section);
  display: none;
}
.customize-step .error-validation.active {
  display: block;
}
.customize-step .error-validation ul {
  list-style: none;
}
.customize-step .error-validation ul li {
  font-size: 20px;
  color: #dc1506;
  font-style: italic;
}
@media (max-width: 820px) {
  .customize-step .error-validation ul li {
    font-size: 16px;
  }
}

@media (max-width: 820px) {
  .sub-step-ii.mtop-box {
    margin-top: 30px;
  }
}
.landing-layout-section.sticky {
  position: sticky;
  top: 56.8px;
  z-index: 10;
}
.landing-layout-section.sticky > #categorymenu-box {
  padding: 0;
}
.landing-layout-section.sticky .categorymenu-box.no-mainmenu {
  padding-bottom: 15px;
}

.title-index.heading-mice {
  margin-bottom: 15px;
  font-size: var(--fs-title-index);
}
@media (max-width: 820px) {
  .title-index.heading-mice {
    margin-bottom: 5px;
  }
}
.title-index.heading-mice.small {
  font-size: calc(var(--fs-title-index) - 20px);
}
@media (max-width: 820px) {
  .title-index.heading-mice.small {
    font-size: var(--fs-title-index);
  }
}
.title-index.heading-sub {
  font-size: calc(var(--fs-title-index) - 20px);
  margin-bottom: var(--size-section);
}
@media (max-width: 820px) {
  .title-index.heading-sub {
    font-size: calc(var(--fs-title-index) - 2px);
    margin-bottom: 15px;
  }
}

.mice-intro {
  position: relative;
}
.mice-intro .container {
  display: flex;
  gap: var(--size-section);
  position: relative;
  z-index: 2;
  align-items: start;
  width: 85%;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .mice-intro .container {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .mice-intro .container {
    flex-direction: column;
    width: 100%;
  }
}
.mice-intro .mice-intro-copy {
  width: 55%;
}
@media (max-width: 820px) {
  .mice-intro .mice-intro-copy {
    width: 100%;
  }
}
.mice-intro .mice-intro-copy .intro-mice {
  padding-left: var(--size-section);
}
@media (max-width: 820px) {
  .mice-intro .mice-intro-copy .intro-mice {
    padding-left: 0;
  }
}
.mice-intro .mice-intro-copy .mice-copy {
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 820px) {
  .mice-intro .mice-intro-copy .mice-copy {
    margin-bottom: 15px;
  }
}
.mice-intro .mice-intro-visual {
  width: calc(39% - var(--size-section));
  aspect-ratio: 344/415;
}
@media (max-width: 820px) {
  .mice-intro .mice-intro-visual {
    width: 100%;
  }
}
.mice-intro .mice-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mice-intro .mice-color-panel {
  position: absolute;
  width: 35%;
  background: var(--color-main);
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 820px) {
  .mice-intro .mice-color-panel {
    height: 35%;
    width: 100%;
    bottom: 0;
    top: initial;
  }
}
.mice-intro .mice-stats {
  padding: 30px calc(var(--size-section) + 30px);
  border-radius: 30px;
  background: #dbeef3;
  margin-top: 60px;
}
@media (max-width: 820px) {
  .mice-intro .mice-stats {
    padding: 10px 15px;
    margin-top: 30px;
  }
}
.mice-intro .mice-stats .item-stats {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  min-height: 39px;
}
.mice-intro .mice-stats .item-stats span strong {
  color: #c00000;
}
.mice-intro .mice-stats .item-stats svg {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 3px;
  left: 0;
}
.mice-intro .mice-stats .item-stats svg path {
  fill: var(--color-main);
}
.mice-intro .mice-stats .item-stats:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .mice-intro .mice-stats .item-stats {
    position: relative;
    padding-left: 49px;
  }
  .mice-intro .mice-stats .item-stats svg {
    position: absolute;
    top: 9px;
    left: 0;
  }
  .mice-intro .mice-stats .item-stats:last-child svg {
    top: 0px;
  }
}

.mice-showcase .container {
  width: 85%;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .mice-showcase .container {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .mice-showcase .container {
    width: 100%;
  }
}
.mice-showcase .mice-section-lead {
  text-align: center;
  font-weight: 400;
}

.mice-showcase-carousel {
  position: relative;
  position: relative;
}
.mice-showcase-carousel .owl-nav .owl-prev, .mice-showcase-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mice-showcase-carousel .owl-nav .owl-prev svg, .mice-showcase-carousel .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .mice-showcase-carousel .owl-nav .owl-prev svg, .mice-showcase-carousel .owl-nav .owl-next svg {
    height: 20px;
  }
}
.mice-showcase-carousel .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .mice-showcase-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.mice-showcase-carousel .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .mice-showcase-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.mice-showcase-carousel .owl-dots {
  margin-top: 15px;
}
.mice-showcase-carousel .owl-nav .owl-prev {
  left: 23px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mice-showcase-carousel .owl-nav .owl-prev {
    left: 15px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-showcase-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.mice-showcase-carousel .owl-nav .owl-next {
  right: 23px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mice-showcase-carousel .owl-nav .owl-next {
    right: 15px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-showcase-carousel .owl-nav .owl-next {
    right: 10px;
  }
}

.mice-showcase-card {
  display: flex;
  gap: var(--size-section);
  padding: 30px calc(var(--size-section) + 30px);
  background: var(--bg-gray-2);
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 820px) {
  .mice-showcase-card {
    flex-direction: column;
    gap: 30px;
    padding: 10px;
  }
}
.mice-showcase-card .mice-showcase-copy {
  width: calc((100% - var(--size-section)) / 2);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
@media (max-width: 820px) {
  .mice-showcase-card .mice-showcase-copy {
    width: 100%;
    gap: 10px;
    align-items: center;
  }
}
.mice-showcase-card .mice-showcase-copy .mice-heading {
  font-size: clamp(18px, 1.8229166667vw, 35px);
  color: var(--color-main);
}
@media (max-width: 820px) {
  .mice-showcase-card .mice-showcase-copy .mice-heading {
    font-size: 22px;
  }
}
.mice-showcase-card .mice-showcase-copy .mice-copy {
  font-weight: 400;
}
@media (max-width: 820px) {
  .mice-showcase-card .mice-showcase-copy .mice-copy {
    text-align: center;
  }
}
.mice-showcase-card .mice-showcase-copy .badge-btn {
  align-self: center;
  margin-top: 30px;
  margin-left: -30px;
}
@media (max-width: 820px) {
  .mice-showcase-card .mice-showcase-copy .badge-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .mice-showcase-card .mice-showcase-copy .badge-btn.small {
    height: 45px;
    font-weight: 400;
    min-width: 220px;
    font-size: var(--fs-text);
  }
  .mice-showcase-card .mice-showcase-copy .badge-btn.small span {
    font-weight: bold;
  }
}
.mice-showcase-card .mice-showcase-image {
  width: calc((100% - var(--size-section)) / 2);
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1;
}
@media (max-width: 820px) {
  .mice-showcase-card .mice-showcase-image {
    width: 100%;
  }
}
.mice-showcase-card .mice-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mice-advantages {
  background: var(--bg-gray-2);
}
.mice-advantages .title-index.heading-mice {
  margin-bottom: var(--size-section);
}

.mice-advantages-grid {
  padding: 0 var(--space-block);
  display: flex;
  align-items: center;
  gap: var(--size-section);
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-advantages-grid {
    padding: 0;
  }
}
@media (max-width: 820px) {
  .mice-advantages-grid {
    padding: 0;
    gap: 10px;
    flex-direction: column;
  }
}
.mice-advantages-grid .mice-advantages-image {
  width: calc((100% - var(--size-section)) / 2);
}
@media (max-width: 820px) {
  .mice-advantages-grid .mice-advantages-image {
    width: 100%;
  }
}
.mice-advantages-grid .mice-accordion {
  width: calc((100% - var(--size-section)) / 2);
  margin-top: -20px;
}
@media (max-width: 820px) {
  .mice-advantages-grid .mice-accordion {
    width: 100%;
    gap: 20px;
    margin-top: 0;
  }
}

.mice-advantages-carousel .owl-nav {
  display: none;
}
.mice-advantages-carousel .owl-dots {
  margin-top: 15px;
  position: absolute;
  width: 100%;
}
@media (max-width: 820px) {
  .mice-advantages-carousel .owl-dots {
    margin-top: 10px;
    position: initial;
  }
}
.mice-advantages-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid var(--color-border);
}
.mice-advantages-carousel .owl-dots .owl-dot.active span {
  background: var(--color-border);
}
.mice-advantages-carousel .item {
  aspect-ratio: 382/570;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid var(--color-border);
}
@media (max-width: 820px) {
  .mice-advantages-carousel .item {
    aspect-ratio: 1;
    display: flex;
    padding: 10px;
    align-items: center;
  }
}
.mice-advantages-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
@media (max-width: 820px) {
  .mice-advantages-carousel .item img {
    aspect-ratio: 1;
  }
}

.mice-accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 820px) {
  .mice-accordion {
    gap: 20px;
  }
}
.mice-accordion .mice-accordion-item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  padding: 10px 30px;
  background: #fff;
}
@media (min-width: 1600px) {
  .mice-accordion .mice-accordion-item {
    padding: 20px 30px;
  }
}
@media (max-width: 820px) {
  .mice-accordion .mice-accordion-item {
    padding: 10px;
  }
}
.mice-accordion .mice-accordion-item .mice-accordion-toggle {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.mice-accordion .mice-accordion-item .mice-accordion-toggle:after {
  content: "";
  border: 15px solid transparent;
  border-top: 10px solid var(--color-border);
  position: absolute;
  top: 14px;
  right: 0;
}
@media (max-width: 820px) {
  .mice-accordion .mice-accordion-item .mice-accordion-toggle:after {
    border: 10px solid transparent;
    border-top: 10px solid var(--color-border);
  }
}
.mice-accordion .mice-accordion-item .mice-accordion-toggle span {
  color: var(--color-main);
  font-size: 20px;
}
.mice-accordion .mice-accordion-item .mice-accordion-content {
  font-weight: 400;
  margin-top: 15px;
  display: none;
}
.mice-accordion .mice-accordion-item.open .mice-accordion-toggle:after {
  transform: rotate(180deg);
  top: 0;
}
.mice-accordion .mice-accordion-item.open .mice-accordion-content {
  display: block;
}

.mice-destination .title-index.heading-mice {
  margin-bottom: 30px;
}

.mice-destination-carousel {
  position: relative;
}
.mice-destination-carousel .owl-stage {
  display: flex;
}
.mice-destination-carousel .item {
  height: 100%;
  padding-bottom: 15px;
}
.mice-destination-carousel .item .mice-destination-visual {
  aspect-ratio: 1920/715;
  overflow: hidden;
}
@media (max-width: 820px) {
  .mice-destination-carousel .item .mice-destination-visual {
    aspect-ratio: 430/300;
  }
}
.mice-destination-carousel .item .mice-destination-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mice-destination-carousel .item .mice-destination-card {
  width: 50%;
  background: #dbeef3;
  border: 1px solid var(--color-main);
  border-radius: 30px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -75px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 4px 3px 10px -2px #333;
  padding: 20px 40px;
}
@media (max-width: 820px) {
  .mice-destination-carousel .item .mice-destination-card {
    width: calc(100% - 20px);
    left: 10px;
    transform: initial;
    min-height: 100px;
    margin-top: -50px;
    padding: 20px;
  }
}
.mice-destination-carousel .item .mice-destination-card h3 {
  font-weight: 500;
  font-size: var(--fs-h1-tour);
  color: var(--color-main-2);
}
@media (max-width: 820px) {
  .mice-destination-carousel .item .mice-destination-card h3 {
    font-size: var(--fs-item-large);
  }
}
.mice-destination-carousel .item .mice-destination-card p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 820px) {
  .mice-destination-carousel .item .mice-destination-card p {
    font-size: var(--fs-text);
  }
}
.mice-destination-carousel .owl-nav {
  display: none;
}
.mice-destination-carousel .owl-dots {
  margin-top: 15px;
}
@media (max-width: 820px) {
  .mice-destination-carousel .owl-dots {
    margin-top: 0;
  }
}
.mice-destination-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid var(--color-border);
}
.mice-destination-carousel .owl-dots .owl-dot.active span {
  background: var(--color-border);
}

.mice-features {
  background: var(--bg-gray-2);
}
.mice-features .container {
  width: 85%;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .mice-features .container {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .mice-features .container {
    width: 100%;
  }
}
.mice-features .title-index.heading-mice {
  margin-bottom: var(--size-section);
}

.mice-feature-dynamic {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mice-feature-dynamic {
    gap: 30px;
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-feature-dynamic {
    gap: 30px;
  }
}
@media (max-width: 820px) {
  .mice-feature-dynamic {
    gap: 10px;
  }
}
.mice-feature-dynamic .mice-feature-card-empty {
  width: calc((100% - 140px) / 3 / 2);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mice-feature-dynamic .mice-feature-card-empty {
    width: calc((100% - 60px) / 3 / 2);
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-feature-dynamic .mice-feature-card-empty {
    width: calc((100% - 60px) / 3 / 2);
  }
}
@media (max-width: 820px) {
  .mice-feature-dynamic .mice-feature-card-empty {
    display: none;
  }
}
.mice-feature-dynamic .mice-feature-card {
  width: calc((100% - 140px) / 3);
  border: 1px solid var(--color-border);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
  background: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mice-feature-dynamic .mice-feature-card {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 821px) and (max-width: 1190px) {
  .mice-feature-dynamic .mice-feature-card {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 820px) {
  .mice-feature-dynamic .mice-feature-card {
    width: 100%;
  }
}
.mice-feature-dynamic .mice-feature-card h3 {
  color: var(--color-main);
  text-align: center;
}
@media (max-width: 820px) {
  .mice-feature-dynamic .mice-feature-card h3 {
    font-size: var(--fs-item-large);
  }
}
.mice-feature-dynamic .mice-feature-card p {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 820px) {
  .mice-feature-dynamic .mice-feature-card p {
    font-size: var(--fs-text);
  }
}

.mice-gallery {
  background: var(--bg-gray-2);
}

.flex-mice-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 8px;
  align-items: stretch;
  padding-left: var(--size-section);
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .flex-mice-gallery {
    grid-template-columns: minmax(0, 1fr) 180px;
  }
}
@media (max-width: 1190px) {
  .flex-mice-gallery {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 820px) {
  .flex-mice-gallery {
    padding-left: 0;
  }
}
.flex-mice-gallery .mice-gallery-main-carousel .item {
  aspect-ratio: 1200/625;
  overflow: hidden;
}
.flex-mice-gallery .mice-gallery-main-carousel {
  position: relative;
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev, .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev svg, .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev svg, .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next svg {
    height: 20px;
  }
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-prev {
  left: 15px;
}
.flex-mice-gallery .mice-gallery-main-carousel .owl-nav .owl-next {
  right: 15px;
}
.flex-mice-gallery .mice-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-mice-gallery .mice-gallery-side {
  position: relative;
  overflow: hidden;
}
.flex-mice-gallery .mice-gallery-thumbs {
  transform: rotate(90deg) translateY(-220px);
  transform-origin: top left;
  width: 243.1818181818%;
  height: calc(43.9121756487% - 15px);
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .flex-mice-gallery .mice-gallery-thumbs {
    transform: rotate(90deg) translateY(-180px);
    height: 180px;
    width: 243.8888888889%;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .flex-mice-gallery .mice-gallery-thumbs {
    transform: rotate(90deg) translateY(-180px);
    height: 180px;
    width: 265%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .flex-mice-gallery .mice-gallery-thumbs {
    width: 197.4169741697%;
    height: calc(54.0540540541% - 15px);
  }
}
@media (max-width: 1190px) {
  .flex-mice-gallery .mice-gallery-thumbs {
    width: 100%;
    height: initial;
    transform: initial;
  }
}
.flex-mice-gallery .mice-gallery-thumbs .owl-stage-outer, .flex-mice-gallery .mice-gallery-thumbs .owl-item, .flex-mice-gallery .mice-gallery-thumbs .owl-stage {
  height: 100%;
}
.flex-mice-gallery .mice-gallery-thumbs .item {
  overflow: hidden;
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.65;
  transition: border-color 0.2s, opacity 0.2s;
  aspect-ratio: 220/120;
  transform: rotate(90deg) translate(-25.5%, 52%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205.6074766355%;
  height: 48.6363636364%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .flex-mice-gallery .mice-gallery-thumbs .item {
    aspect-ratio: 220/87;
    transform: rotate(90deg) translate(-30.5%, 77%);
    width: 252.8735632184%;
    height: 39.5454545455%;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .flex-mice-gallery .mice-gallery-thumbs .item {
    aspect-ratio: initial;
    transform: rotate(90deg) translate(-25.5%, 54%);
    width: 207%;
    height: 49%;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .flex-mice-gallery .mice-gallery-thumbs .item {
    aspect-ratio: initial;
    transform: rotate(90deg) translate(-23.5%, 45%);
    width: 189.291667%;
    height: 52.79803%;
  }
}
@media (max-width: 1190px) {
  .flex-mice-gallery .mice-gallery-thumbs .item {
    width: 100%;
    height: initial;
    aspect-ratio: 1200/625;
    transform: initial;
    position: relative;
    transform: initial;
  }
}
.flex-mice-gallery .mice-gallery-thumbs .item.active {
  border-color: var(--color-main);
  opacity: 1;
}
.flex-mice-gallery .mice-gallery-thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(180deg);
}
@media (max-width: 820px) {
  .flex-mice-gallery .mice-gallery-thumbs .item img {
    transform: rotate(0deg);
  }
}
.flex-mice-gallery .mice-gallery-thumbs .owl-nav,
.flex-mice-gallery .mice-gallery-thumbs .owl-dots {
  display: none;
}

.mice-experiences .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mice-experiences .mice-experiences-grid {
  width: 47%;
}
.mice-experiences .mice-experience-image {
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px dashed #337ab7;
  border-radius: 50%;
  padding: 25px;
}
.mice-experiences .mice-experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.mice-experiences .mice-experience-list {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 1.25vw, 24px);
  padding-right: clamp(15px, 2.34375vw, 45px);
}
.mice-experiences .mice-experience-list .item {
  position: relative;
  display: flex;
  gap: clamp(20px, 1.9791666667vw, 38px);
  align-items: center;
  min-height: clamp(52px, 3.5416666667vw, 68px);
  transform: translateX(var(--curve-offset, 0));
  transition: transform 0.25s ease;
}
@media (max-width: 820px) {
  .mice-experiences .mice-experience-list .item {
    transform: initial;
  }
}
.mice-experiences .mice-experience-list .item img {
  width: clamp(52px, 3.5416666667vw, 68px);
  height: clamp(52px, 3.5416666667vw, 68px);
  flex: 0 0 auto;
  object-fit: contain;
}
.mice-experiences .mice-experience-list .item span {
  font-size: var(--fs-item);
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .mice-experiences .container {
    gap: 30px;
  }
  .mice-experiences .mice-experiences-grid,
  .mice-experiences .mice-experience-list {
    width: calc((100% - 30px) / 2);
  }
  .mice-experiences .mice-experience-list {
    padding-right: 0;
  }
  .mice-experiences .mice-experience-list .item {
    gap: 15px;
    transform: none;
  }
}
@media (max-width: 820px) {
  .mice-experiences .container {
    flex-direction: column;
  }
  .mice-experiences .mice-experiences-grid,
  .mice-experiences .mice-experience-list {
    width: 100%;
  }
  .mice-experiences .mice-experiences-grid {
    max-width: 480px;
  }
}

.mice-enquiry-form {
  background: var(--bg-gray);
}

.mice-form-heading .title-index {
  margin-bottom: 30px;
}
.mice-form-heading .mice-section-lead {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}

.mice-form-body {
  display: flex;
  flex-direction: column;
  gap: var(--size-section);
}
.mice-form-body .mice-form-group > h3 {
  color: var(--color-main);
  font-weight: 400;
  font-size: var(--fs-h1-article);
  margin-bottom: 20px;
}
.mice-form-body .mice-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid {
    gap: 10px;
  }
}
.mice-form-body .mice-form-grid .mice-form-field {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid .mice-form-field {
    width: 100%;
  }
}
.mice-form-body .mice-form-grid .mice-form-field input, .mice-form-body .mice-form-grid .mice-form-field select, .mice-form-body .mice-form-grid .mice-form-field textarea {
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-text);
  padding-left: 35px;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  box-shadow: 7px 6px 9px -5px #333;
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid .mice-form-field input, .mice-form-body .mice-form-grid .mice-form-field select, .mice-form-body .mice-form-grid .mice-form-field textarea {
    height: 60px;
    padding-left: 20px;
    font-size: 18px;
  }
}
.mice-form-body .mice-form-grid .mice-form-field input:focus, .mice-form-body .mice-form-grid .mice-form-field select:focus, .mice-form-body .mice-form-grid .mice-form-field textarea:focus {
  box-shadow: 0 0 0 3px rgba(240, 116, 173, 0.2);
  border-color: #f074ad;
}
.mice-form-body .mice-form-grid .mice-form-field input.mice-form-error, .mice-form-body .mice-form-grid .mice-form-field select.mice-form-error, .mice-form-body .mice-form-grid .mice-form-field textarea.mice-form-error {
  border-color: #d93025;
}
.mice-form-body .mice-form-grid .mice-form-field span.mice-form-error {
  display: block;
  margin: 8px 0 0 12px;
  color: #d93025;
  font-size: var(--fs-text);
  font-weight: 400;
}
.mice-form-body .mice-form-grid .mice-form-field.field-select {
  position: relative;
}
.mice-form-body .mice-form-grid .mice-form-field.field-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mice-form-body .mice-form-grid .mice-form-field.field-select:after {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  top: 32px;
  right: 20px;
  border-top: 8px solid #333;
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid .mice-form-field.field-select:after {
    top: 27px;
  }
}
.mice-form-body .mice-form-grid .mice-form-field.is-textarea textarea {
  height: 245px;
  padding-top: 15px;
}
.mice-form-body .mice-form-grid .mice-form-field.is-textarea textarea::placeholder {
  font-style: italic;
}
.mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control {
    min-height: 60px;
    font-size: 18px;
  }
}
.mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control input[type=checkbox],
.mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control input[type=radio] {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  box-shadow: none;
  accent-color: var(--color-main);
}
.mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control input[type=radio] {
  border-radius: 50%;
}
.mice-form-body .mice-form-grid .mice-form-field.field-choice .mice-choice-control a {
  color: inherit;
  text-decoration: underline;
}
.mice-form-body .mice-form-grid .mice-form-field.is-full {
  width: 100%;
}
.mice-form-body .mice-form-grid .mice-form-file {
  font-size: 20px;
  font-style: italic;
  color: var(--color-main);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 820px) {
  .mice-form-body .mice-form-grid .mice-form-file {
    font-size: 17px;
  }
}
.mice-form-body .mice-form-grid .mice-form-file span {
  font-style: normal;
  font-weight: 400;
  color: var(--color-text);
}
.mice-form-body .mice-form-grid .mice-form-file .mice-form-file-note {
  flex-basis: 100%;
  margin-left: 0;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-style: italic;
  font-weight: 400;
}
.mice-form-body .badge-btn {
  height: 65px;
  min-width: 350px;
  font-size: 20px;
}

.contact-image-form-section {
  background: #fff;
}
.contact-image-form-section .contact-image-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(300px, 1fr);
  gap: clamp(35px, 3.0208333333vw, 58px);
  align-items: stretch;
}
.contact-image-form-section .contact-image-form-grid.is-full-width {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.contact-image-form-section .contact-image-form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 28px;
}
.contact-image-form-section .contact-image-form-title {
  margin: 0;
  color: #303030;
  font-size: clamp(28px, 1.7708333333vw, 34px);
  font-weight: 700;
  line-height: 1.2;
}
.contact-image-form-section .contact-image-form-note {
  margin: 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}
.contact-image-form-section .contact-image-form-body.mice-form-body {
  gap: 22px;
  padding: clamp(30px, 2.6041666667vw, 50px);
  border-radius: 28px;
  background: #f2f2f2;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-group > h3 {
  margin: 0 0 18px;
  color: #303030;
  font-size: 16px;
  font-weight: 700;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid {
  gap: 26px;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid .mice-form-field input, .contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid .mice-form-field select, .contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid .mice-form-field textarea {
  height: 55px;
  padding-left: 22px;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  font-size: 16px;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid .mice-form-field.field-select:after {
  top: 24px;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid .mice-form-field.is-textarea textarea {
  height: 180px;
  padding-top: 16px;
}
.contact-image-form-section .contact-image-form-body.mice-form-body .contact-image-form-button {
  min-width: min(360px, 100%);
  min-height: 70px;
  border: 0;
  border-radius: 40px;
  background: #ef7000;
  font-size: 24px;
  font-weight: 700;
}
.contact-image-form-section .contact-image-form-image {
  min-height: 720px;
  overflow: hidden;
  background: #eee;
}
.contact-image-form-section .contact-image-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .contact-image-form-section .contact-image-form-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.8fr);
  }
}
@media (max-width: 820px) {
  .contact-image-form-section .contact-image-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-image-form-section .contact-image-form-heading {
    align-items: start;
    flex-direction: column;
  }
  .contact-image-form-section .contact-image-form-note {
    text-align: left;
  }
  .contact-image-form-section .contact-image-form-body.mice-form-body {
    padding: 28px 20px;
  }
  .contact-image-form-section .contact-image-form-body.mice-form-body .mice-form-grid {
    gap: 12px;
  }
  .contact-image-form-section .contact-image-form-image {
    min-height: 440px;
  }
}

.mice-newsletter-form {
  padding-top: 105px;
  padding-bottom: 105px;
  background: #fff;
}
@media (max-width: 820px) {
  .mice-newsletter-form {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.mice-newsletter-form .mice-newsletter-heading {
  margin-bottom: 32px;
  text-align: center;
}
.mice-newsletter-form .mice-newsletter-heading .title-index {
  margin-bottom: 0;
  color: var(--color-main);
  font-size: 32px;
  font-weight: 400;
}
.mice-newsletter-form .mice-newsletter-heading .mice-section-lead {
  margin-top: 12px;
  font-size: var(--fs-text);
  font-weight: 400;
  text-align: center;
}
.mice-newsletter-form .mice-newsletter-body {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.mice-newsletter-form .mice-newsletter-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field {
  order: 1;
  flex: 1 1 280px;
  width: auto;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field input, .mice-newsletter-form .mice-newsletter-grid .mice-form-field select, .mice-newsletter-form .mice-newsletter-grid .mice-form-field textarea {
  height: 48px;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 16px;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field.field-select:after {
  top: 20px;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field.field-choice {
  order: 3;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field.field-choice .mice-choice-control {
  min-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.mice-newsletter-form .mice-newsletter-grid .mice-form-field.field-choice .mice-choice-control input[type=checkbox], .mice-newsletter-form .mice-newsletter-grid .mice-form-field.field-choice .mice-choice-control input[type=radio] {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
}
.mice-newsletter-form .mice-newsletter-grid .flex-button {
  order: 2;
  margin: 0;
}
.mice-newsletter-form .mice-newsletter-grid .flex-button .badge-btn {
  min-width: 235px;
  height: 48px;
  padding: 0 28px;
  border-radius: 25px;
  font-size: 17px;
}
@media (max-width: 820px) {
  .mice-newsletter-form .mice-newsletter-grid .mice-form-field, .mice-newsletter-form .mice-newsletter-grid .flex-button {
    flex: 0 0 100%;
    width: 100%;
  }
  .mice-newsletter-form .mice-newsletter-grid .flex-button .badge-btn {
    width: 100%;
  }
}

.link-navigation-section {
  padding: 95px 20px 18px;
  background: #fff;
}
@media (max-width: 820px) {
  .link-navigation-section {
    padding: 45px 15px 18px;
  }
}
.link-navigation-section .link-navigation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 0;
}
.link-navigation-section .link-navigation-item {
  position: relative;
  display: inline-flex;
  padding: 7px 16px 14px;
  color: var(--color-text);
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
.link-navigation-section .link-navigation-item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background: #55202b;
  content: "";
  transform: translateY(-60%);
}
.link-navigation-section .link-navigation-item.active:before {
  position: absolute;
  right: 16px;
  bottom: 5px;
  left: 16px;
  height: 4px;
  background: var(--color-main);
  content: "";
}
@media (max-width: 820px) {
  .link-navigation-section .link-navigation-item {
    padding-right: 11px;
    padding-left: 11px;
  }
  .link-navigation-section .link-navigation-item.active:before {
    right: 11px;
    left: 11px;
  }
}

.layout-link-navigation.is-not-sticky {
  position: static;
  top: auto;
  z-index: auto;
}
.layout-link-navigation.is-not-sticky.fixed {
  border-bottom: 0;
}

.typography-content-section {
  background: #fff;
  text-align: center;
}
.typography-content-section .typography-content-list {
  max-width: 1200px;
  margin: 0 auto;
}
.typography-content-section .typography-content-title {
  margin: 0 0 clamp(25px, 2.6vw, 50px);
  color: var(--color-main);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.15;
}
.typography-content-section .typography-content-text {
  max-width: 1200px;
  margin: 0 auto 24px;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
.typography-content-section .typography-content-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .typography-content-section .typography-content-title {
    font-size: 36px;
  }
  .typography-content-section .typography-content-text {
    font-size: 17px;
    line-height: 1.35;
  }
}

.why-choose-details-section {
  background: #fff;
}
.why-choose-details-section .why-choose-details-grid {
  width: 80%;
  margin-left: 20%;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4.1666666667vw, 80px);
}
@media (min-width: 821px) and (max-width: 1190px) {
  .why-choose-details-section .why-choose-details-grid {
    width: 90%;
    margin-left: 10%;
    gap: clamp(20px, 4.1666666667vw, 80px);
  }
}
@media (max-width: 820px) {
  .why-choose-details-section .why-choose-details-grid {
    width: 100%;
    margin-left: 0;
  }
}
.why-choose-details-section .why-choose-details-grid.align-left {
  margin-left: 0;
  margin-right: auto;
}
.why-choose-details-section .why-choose-details-grid.align-center {
  margin-left: auto;
  margin-right: auto;
}
.why-choose-details-section .why-choose-details-grid.align-right {
  margin-left: auto;
  margin-right: 0;
}
.why-choose-details-section .why-choose-detail-item {
  width: calc((100% - clamp(20px, 4.1666666667vw, 80px)) / 2);
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 820px) {
  .why-choose-details-section .why-choose-detail-item {
    gap: 10px;
    width: 100%;
  }
}
.why-choose-details-section .why-choose-detail-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.why-choose-details-section .why-choose-detail-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.why-choose-details-section .why-choose-detail-title {
  margin-bottom: 15px;
  color: var(--color-text);
  font-size: var(--fs-text-tour);
  font-weight: 700;
  line-height: 1.15;
}
.why-choose-details-section .why-choose-detail-title a {
  font-weight: 700;
  color: var(--color-text);
  font-size: var(--fs-text-tour);
  text-decoration: none;
}
.why-choose-details-section .why-choose-detail-title a:hover {
  color: var(--color-main);
}
.why-choose-details-section .why-choose-detail-text {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.4;
}
.why-choose-details-section .why-choose-detail-bullets {
  margin-left: clamp(35px, 3.2vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  width: 100%;
}
@media (max-width: 820px) {
  .why-choose-details-section .why-choose-detail-bullets {
    margin-left: 0;
  }
}
.why-choose-details-section .why-choose-detail-bullet {
  width: calc((80% - clamp(20px, 5.2vw, 80px)) / 2);
  max-width: 515px;
  position: relative;
  margin-bottom: 24px;
  padding-left: 34px;
  color: var(--color-main);
  font-size: var(--fs-text-tour);
  font-weight: 400;
  line-height: 1.2;
}
.why-choose-details-section .why-choose-detail-bullet:before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-main);
  content: "";
}
@media (max-width: 820px) {
  .why-choose-details-section .why-choose-detail-bullet {
    width: 100%;
    margin-left: 0;
    max-width: initial;
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .why-choose-details-section .why-choose-detail-bullet:before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
}
.why-choose-details-section .why-choose-detail-bullet:last-child {
  margin-bottom: 0;
}
.why-choose-details-section .why-choose-detail-bullet .why-choose-detail-link {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.why-choose-details-section .why-choose-detail-bullet .why-choose-detail-link-text {
  display: inline;
}
.why-choose-details-section .why-choose-detail-bullet:hover .why-choose-detail-link, .why-choose-details-section .why-choose-detail-bullet:focus .why-choose-detail-link {
  color: var(--color-main-2);
  text-decoration: none;
}
.why-choose-details-section .why-choose-detail-bullet:hover:before, .why-choose-details-section .why-choose-detail-bullet:focus:before {
  background: var(--color-main-2);
}

.what-sets-apart-section {
  background: #fff;
}
@media (max-width: 820px) {
  .what-sets-apart-section .title-index {
    margin-bottom: 40px;
  }
}
.what-sets-apart-section .what-sets-apart-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .what-sets-apart-section .what-sets-apart-grid {
    gap: 40px;
  }
}
.what-sets-apart-section .what-sets-apart-item {
  width: calc((100% - var(--size-section)) / 2);
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 820px) {
  .what-sets-apart-section .what-sets-apart-item {
    width: 100%;
    gap: 15px;
  }
}
.what-sets-apart-section .what-sets-apart-image {
  width: 100%;
  aspect-ratio: 3/2;
  background: var(--bg-gray);
  overflow: hidden;
}
.what-sets-apart-section .what-sets-apart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.what-sets-apart-section .what-sets-apart-title {
  color: var(--color-text);
  font-size: var(--fs-text-tour);
  font-weight: 700;
  line-height: 1.15;
}
.what-sets-apart-section .what-sets-apart-title a {
  font-size: var(--fs-text-tour);
  font-weight: 700;
  color: var(--color-textt);
  text-decoration: none;
}
.what-sets-apart-section .what-sets-apart-title:hover a {
  color: var(--color-main);
}
.what-sets-apart-section .what-sets-apart-text {
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.35;
}
.what-sets-apart-section .what-sets-apart-button {
  display: inline-flex;
  min-width: 330px;
  min-height: 55px;
  margin-top: auto;
  padding: 10px 25px;
  align-self: end;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: #fff;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 820px) {
  .what-sets-apart-section .what-sets-apart-button {
    min-width: 250px;
    min-height: 50px;
    padding: 10px 15px;
    align-self: center;
    margin-top: 15px;
  }
}
.what-sets-apart-section .what-sets-apart-button span {
  font-size: var(--fs-text);
  font-weight: 400;
}
.what-sets-apart-section .what-sets-apart-button:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.what-sets-apart-section .what-sets-apart-button:hover span {
  color: #fff;
}

.who-we-are-story-section {
  background: var(--bg-gray-2);
}
.who-we-are-story-section .who-we-are-story-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.1fr);
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .who-we-are-story-section .who-we-are-story-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 820px) {
  .who-we-are-story-section .who-we-are-story-copy {
    display: contents;
  }
}
.who-we-are-story-section .who-we-are-story-copy,
.who-we-are-story-section .who-we-are-story-image-wrap {
  min-width: 0;
}
.who-we-are-story-section .who-we-are-story-text {
  margin: 0;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}
.who-we-are-story-section .who-we-are-story-links {
  margin-top: 40px;
}
@media (max-width: 820px) {
  .who-we-are-story-section .who-we-are-story-links {
    order: 2;
    margin-top: 25px;
  }
}
.who-we-are-story-section .who-we-are-story-link-item {
  width: fit-content;
  margin-bottom: 24px;
}
.who-we-are-story-section .who-we-are-story-link-item:last-child {
  margin-bottom: 0;
}
.who-we-are-story-section .who-we-are-story-link {
  position: relative;
  display: block;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--color-main);
  font-size: var(--fs-text-tour);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
}
.who-we-are-story-section .who-we-are-story-link::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-main);
  content: "";
}
@media (max-width: 820px) {
  .who-we-are-story-section .who-we-are-story-link {
    padding-left: 25px;
  }
  .who-we-are-story-section .who-we-are-story-link::before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}
.who-we-are-story-section .who-we-are-story-link .who-we-are-story-link-text {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.who-we-are-story-section .who-we-are-story-link:hover {
  color: var(--color-main-2);
  text-decoration: none;
}
.who-we-are-story-section .who-we-are-story-link:hover:before {
  background: var(--color-main-2);
}
.who-we-are-story-section .who-we-are-story-image-wrap {
  background: #fff;
}
@media (max-width: 820px) {
  .who-we-are-story-section .who-we-are-story-image-wrap {
    order: 1;
    margin-top: 30px;
  }
}
.who-we-are-story-section .who-we-are-story-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.42/1;
  object-fit: cover;
}

.team-member-profile-section .container {
  width: calc(var(--w-container) - 80px);
}
@media (max-width: 820px) {
  .team-member-profile-section .container {
    width: 100%;
  }
}
.team-member-profile-section .team-member-profile-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--size-section);
  row-gap: 40px;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-list {
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: start;
  }
}
.team-member-profile-section .team-member-profile-grid {
  position: relative;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    border: none !important;
  }
}
.team-member-profile-section .team-member-profile-grid.is-heading-top {
  align-items: start;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr);
  column-gap: 30px;
  row-gap: 30px;
  padding: var(--size-section) 0;
}
.team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-name {
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}
.team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-image-wrap {
  grid-column: 1;
  grid-row: 2;
  height: 100%;
}
.team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-image-wrap img {
  height: 100%;
}
.team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-copy {
  grid-column: 2;
  grid-row: 2;
  padding: 0 10px 0 0;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-copy {
    padding: 0 10px;
  }
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-heading-top {
    grid-template-columns: 1fr;
  }
  .team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-name,
  .team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-image-wrap,
  .team-member-profile-section .team-member-profile-grid.is-heading-top .team-member-profile-copy {
    grid-column: 1;
    grid-row: auto;
  }
}
.team-member-profile-section .team-member-profile-grid.is-image-left-40 {
  grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-image-left-40 {
    grid-template-columns: 1fr;
  }
}
.team-member-profile-section .team-member-profile-grid.is-stacked {
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: 0;
}
.team-member-profile-section .team-member-profile-grid.is-stacked .team-member-profile-image-wrap {
  aspect-ratio: 1.35/1;
  overflow: hidden;
}
.team-member-profile-section .team-member-profile-grid.is-stacked .team-member-profile-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-member-profile-section .team-member-profile-grid.is-stacked .team-member-profile-copy {
  padding: 30px;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-stacked .team-member-profile-copy {
    padding: 0;
  }
}
.team-member-profile-section .team-member-profile-grid.is-image-top-wide {
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: 35px;
}
.team-member-profile-section .team-member-profile-grid.is-image-top-wide .team-member-profile-image-wrap,
.team-member-profile-section .team-member-profile-grid.is-image-top-wide .team-member-profile-copy {
  grid-column: 1;
  grid-row: auto;
}
.team-member-profile-section .team-member-profile-grid.is-image-top-wide .team-member-profile-image {
  aspect-ratio: 1.8/1;
}
.team-member-profile-section .team-member-profile-grid.is-image-top-wide .team-member-profile-copy {
  padding: 0;
}
.team-member-profile-section .team-member-profile-grid.is-text-only {
  display: block;
}
.team-member-profile-section .team-member-profile-grid.is-text-only .team-member-profile-copy {
  width: 100%;
  padding: 0;
}
.team-member-profile-section .team-member-profile-grid.is-image-right {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
}
.team-member-profile-section .team-member-profile-grid.is-image-right .team-member-profile-image-wrap {
  grid-column: 2;
  grid-row: 1;
}
.team-member-profile-section .team-member-profile-grid.is-image-right .team-member-profile-copy {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-image-right {
    grid-template-columns: 1fr;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-right .team-member-profile-image-wrap {
    grid-column: 1;
    grid-row: 1;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-right .team-member-profile-copy {
    grid-column: 1;
    grid-row: 2;
  }
}
.team-member-profile-section .team-member-profile-grid.is-image-right-40 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 40%);
}
.team-member-profile-section .team-member-profile-grid.is-image-right-40 .team-member-profile-image-wrap {
  grid-column: 2;
  grid-row: 1;
}
.team-member-profile-section .team-member-profile-grid.is-image-right-40 .team-member-profile-copy {
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-image-right-40 {
    grid-template-columns: 1fr;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-right-40 .team-member-profile-image-wrap {
    grid-column: 1;
    grid-row: 1;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-right-40 .team-member-profile-copy {
    grid-column: 1;
    grid-row: 2;
  }
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right {
  align-items: stretch;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: center;
  gap: 0;
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-copy {
  grid-column: 1;
  grid-row: 1;
  padding-right: 40px;
  z-index: 1;
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-visual {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  height: 100%;
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  background: var(--team-profile-overlap-background, var(--bg-gray-2));
  content: "";
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-image-wrap {
  position: relative;
  z-index: 1;
  margin-left: var(--size-section);
  background: transparent;
  aspect-ratio: 329/367;
  width: 54%;
  min-width: initial;
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-image-wrap {
    width: 66%;
  }
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-image-wrap {
    width: 72%;
    margin-left: 0;
    max-height: calc(100% - 40px);
  }
}
.team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-image-wrap .team-member-profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-image-overlap-right {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 360px;
  }
  .team-member-profile-section .team-member-profile-grid.is-image-overlap-right .team-member-profile-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 0;
  }
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta {
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: 0;
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-image-wrap {
  width: var(--team-profile-panorama-image-width, 92%);
  margin: 0 auto;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-image-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: auto;
    white-space: nowrap;
  }
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta.panorama-align-left .team-member-profile-image-wrap {
  margin-left: 0;
  margin-right: auto;
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta.panorama-align-right .team-member-profile-image-wrap {
  margin-left: auto;
  margin-right: 0;
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-image {
  aspect-ratio: 2.27/1;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-image {
    aspect-ratio: initial;
    height: 100%;
    display: block;
    object-fit: initial;
    width: unset;
    max-width: initial;
  }
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-copy {
  padding: var(--size-section) 0 0;
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: var(--size-section) 70px 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--color-main);
  text-align: right;
  text-decoration: none;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name {
    width: 100%;
    margin: var(--size-section) auto;
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name a {
  color: var(--color-main);
  text-decoration: none;
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name::after {
  margin-left: 15px;
  font-size: 1.25em;
  line-height: 1;
  content: "→";
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name:hover {
  border-bottom: 1px solid var(--color-main-2);
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name:hover a {
  color: var(--color-main-2);
}
.team-member-profile-section .team-member-profile-grid.is-panorama-cta .team-member-profile-name:hover::after {
  color: var(--color-main-2);
}
.team-member-profile-section .team-member-profile-grid.width-full {
  grid-column: span 12;
}
.team-member-profile-section .team-member-profile-grid.width-half {
  grid-column: span 6;
  column-gap: 30px;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.width-half {
    gap: 25px;
  }
  .team-member-profile-section .team-member-profile-grid.width-half:nth-child(1 of .width-half) {
    display: none;
  }
}
.team-member-profile-section .team-member-profile-grid.width-third {
  grid-column: span 4;
}
.team-member-profile-section .team-member-profile-grid.width-quarter {
  grid-column: span 3;
}
.team-member-profile-section .team-member-profile-grid.width-third,
.team-member-profile-section .team-member-profile-grid.width-quarter {
  grid-template-columns: 1fr;
  gap: 28px;
}
.team-member-profile-section .team-member-profile-grid.width-third .team-member-profile-name,
.team-member-profile-section .team-member-profile-grid.width-third .team-member-profile-visual,
.team-member-profile-section .team-member-profile-grid.width-third .team-member-profile-image-wrap,
.team-member-profile-section .team-member-profile-grid.width-third .team-member-profile-copy,
.team-member-profile-section .team-member-profile-grid.width-quarter .team-member-profile-name,
.team-member-profile-section .team-member-profile-grid.width-quarter .team-member-profile-visual,
.team-member-profile-section .team-member-profile-grid.width-quarter .team-member-profile-image-wrap,
.team-member-profile-section .team-member-profile-grid.width-quarter .team-member-profile-copy {
  grid-column: 1;
  grid-row: auto;
}
.team-member-profile-section .team-member-profile-grid.width-third.is-stacked,
.team-member-profile-section .team-member-profile-grid.width-quarter.is-stacked {
  gap: 0;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-grid.width-full,
  .team-member-profile-section .team-member-profile-grid.width-half,
  .team-member-profile-section .team-member-profile-grid.width-third,
  .team-member-profile-section .team-member-profile-grid.width-quarter {
    grid-column: 1/-1;
  }
}
.team-member-profile-section .team-member-profile-image-wrap {
  min-width: 0;
  background: var(--bg-gray-2);
  overflow: hidden;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-image-wrap {
    min-width: 100%;
  }
}
.team-member-profile-section .team-member-profile-image {
  display: block;
  width: 100%;
  object-fit: cover;
}
.team-member-profile-section .team-member-profile-copy {
  min-width: 0;
  padding: 30px 0;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-copy {
    padding: 0;
  }
}
.team-member-profile-section .team-member-profile-name {
  margin: 0 0 30px;
  color: var(--color-main);
  font-size: var(--fs-h1-article);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-name {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
.team-member-profile-section .team-member-profile-description {
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-description {
    line-height: 1.3;
  }
}
.team-member-profile-section .team-member-profile-description p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 820px) {
  .team-member-profile-section .team-member-profile-description p {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.team-member-profile-section .team-member-profile-description p:last-child {
  margin-bottom: 0;
}
.team-member-profile-section .team-member-profile-description ul li {
  font-weight: 400;
}
.team-member-profile-section .team-member-profile-description .warapper-toc .title-toc {
  font-weight: bold;
  margin-bottom: 15px;
}
.team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h4, .team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h5, .team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h6 {
  margin-bottom: 5px;
}
.team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h4 span, .team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h5 span, .team-member-profile-section .team-member-profile-description .warapper-toc .table-of-content h6 span {
  color: var(--color-text);
  font-weight: 400;
}

.team-journey-banner-section .team-journey-banner-image-wrap {
  width: 100%;
  background: var(--bg-gray-2);
}
.team-journey-banner-section .team-journey-banner-image {
  display: block;
  width: 100%;
  aspect-ratio: 3.9/1;
  object-fit: cover;
}
@media (max-width: 820px) {
  .team-journey-banner-section .team-journey-banner-image {
    aspect-ratio: 1.65/1;
  }
}
.team-journey-banner-section .team-journey-banner-description-wrap {
  padding-top: var(--size-section);
}
@media (max-width: 820px) {
  .team-journey-banner-section .team-journey-banner-description-wrap {
    padding-top: 15px;
  }
}
.team-journey-banner-section .team-journey-banner-description {
  color: var(--color-text);
  font-size: var(--fs-item);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: pre-line;
}
@media (max-width: 820px) {
  .team-journey-banner-section .team-journey-banner-description {
    white-space: initial;
    line-height: 1.4;
  }
  .team-journey-banner-section .team-journey-banner-description br {
    display: none;
  }
}

.our-people-section {
  background: var(--bg-gray-2);
}
.our-people-section .our-people-list:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(var(--people-columns, 3), minmax(0, 1fr));
  gap: var(--size-section);
}
.our-people-section .our-people-carousel.owl-loaded {
  display: block;
}
.our-people-section .our-people-card {
  min-width: 0;
}
.our-people-section .our-people-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.88/1;
  margin-bottom: 20px;
  background: var(--bg-gray-2);
}
@media (max-width: 820px) {
  .our-people-section .our-people-image {
    margin-bottom: 25px;
  }
}
.our-people-section .our-people-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our-people-section .our-people-card-title {
  margin: 0 0 20px;
  color: var(--color-text);
  font-size: var(--fs-item);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .our-people-section .our-people-card-title {
    margin-bottom: 10px;
  }
}
.our-people-section .our-people-card-title a {
  color: var(--color-text);
  font-size: var(--fs-item);
  font-weight: 700;
  text-decoration: none;
}
.our-people-section .our-people-card-title:hover {
  color: var(--color-main);
}
.our-people-section .our-people-card-title:hover a {
  color: var(--color-main);
}
.our-people-section .our-people-card-text {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.3;
}
.our-people-section .owl-dots {
  margin-top: 15px;
}
.our-people-section {
  position: relative;
}
.our-people-section .owl-nav .owl-prev, .our-people-section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-people-section .owl-nav .owl-prev svg, .our-people-section .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .our-people-section .owl-nav .owl-prev svg, .our-people-section .owl-nav .owl-next svg {
    height: 20px;
  }
}
.our-people-section .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .our-people-section .owl-nav .owl-prev {
    left: 0;
  }
}
.our-people-section .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .our-people-section .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 820px) {
  .our-people-section {
    min-height: 0;
  }
  .our-people-section .our-people-list:not(.owl-carousel) {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .our-people-section .owl-nav button.owl-prev {
    left: 0;
  }
  .our-people-section .owl-nav button.owl-next {
    right: 0;
  }
}

.traveler-testimonials-section {
  background: var(--bg-gray-2);
}
.traveler-testimonials-section .traveler-testimonials-list:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(var(--testimonial-columns, 3), minmax(0, 1fr));
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .traveler-testimonials-section .traveler-testimonials-list:not(.owl-carousel) {
    gap: 10px;
  }
}
.traveler-testimonials-section .traveler-testimonials-carousel.owl-loaded {
  display: block;
}
.traveler-testimonials-section .traveler-testimonials-carousel.owl-loaded .owl-stage {
  display: flex;
}
.traveler-testimonials-section .traveler-testimonials-carousel.owl-loaded .owl-stage .traveler-testimonial-card {
  height: 100%;
}
.traveler-testimonials-section .traveler-testimonial-card {
  position: relative;
  display: flex;
  padding: 80px 20px 30px;
  flex-direction: column;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #fff;
}
.traveler-testimonials-section .traveler-testimonial-quote {
  color: var(--color-text);
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.traveler-testimonials-section .traveler-testimonial-text {
  margin: 0 0 25px;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.3;
}
.traveler-testimonials-section .traveler-testimonial-name {
  margin: auto 15px 0px auto;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}
.traveler-testimonials-section .traveler-testimonial-location {
  margin: 0 20px 0 auto;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-style: italic;
  line-height: 1.2;
}
.traveler-testimonials-section .traveler-testimonials-footer {
  width: fit-content;
  max-width: 650px;
  margin: 42px 0 0 auto;
}
.traveler-testimonials-section .traveler-feedback-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 20px;
  padding-left: 34px;
  color: var(--color-main);
  font-size: var(--fs-text-tour);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .traveler-feedback-link {
    padding-left: 25px;
    margin: 0 0 30px;
  }
}
.traveler-testimonials-section .traveler-feedback-link::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-main);
  content: "";
}
@media (max-width: 820px) {
  .traveler-testimonials-section .traveler-feedback-link::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
}
.traveler-testimonials-section .traveler-feedback-link:hover {
  color: var(--color-main-2);
}
.traveler-testimonials-section .traveler-feedback-link:hover::before {
  background: var(--color-main-2);
}
.traveler-testimonials-section .traveler-feedback-link-text {
  display: inline;
  color: inherit;
  font: inherit;
}
.traveler-testimonials-section .traveler-testimonials-note {
  margin: 0;
  color: var(--color-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .traveler-testimonials-note {
    text-align: center;
  }
}
.traveler-testimonials-section {
  position: relative;
}
.traveler-testimonials-section .owl-nav .owl-prev, .traveler-testimonials-section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.traveler-testimonials-section .owl-nav .owl-prev svg, .traveler-testimonials-section .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .owl-nav .owl-prev svg, .traveler-testimonials-section .owl-nav .owl-next svg {
    height: 20px;
  }
}
.traveler-testimonials-section .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .owl-nav .owl-prev {
    left: 0;
  }
}
.traveler-testimonials-section .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .owl-nav .owl-next {
    right: 0;
  }
}
.traveler-testimonials-section .owl-dots {
  margin-top: 15px;
}
@media (max-width: 820px) {
  .traveler-testimonials-section .traveler-testimonials-list:not(.owl-carousel) {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .traveler-testimonials-section .traveler-testimonials-footer {
    width: 100%;
    margin-top: 30px;
  }
  .traveler-testimonials-section .owl-nav button.owl-prev {
    left: 0;
  }
  .traveler-testimonials-section .owl-nav button.owl-next {
    right: 0;
  }
}

.our-approach-section .our-approach-feature {
  display: grid;
  margin-bottom: var(--size-section);
  padding: 20px;
  align-items: center;
  grid-template-columns: 1fr 1.08fr;
  gap: var(--size-section);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-feature {
    padding: 0;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
  }
}
.our-approach-section .our-approach-feature-image {
  min-width: 0;
  aspect-ratio: 1.55/1;
  background: var(--bg-gray);
  overflow: hidden;
}
.our-approach-section .our-approach-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our-approach-section .our-approach-feature-copy {
  padding: 20px var(--size-section) 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-feature-copy {
    padding: 0;
    gap: 10px;
  }
}
.our-approach-section .our-approach-feature-title {
  color: var(--color-text);
  font-size: var(--fs-text-tour);
  font-weight: 700;
  line-height: 1.2;
}
.our-approach-section .our-approach-feature-text {
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.35;
}
.our-approach-section .our-approach-button {
  height: 65px;
  align-self: center;
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-button {
    height: 50px;
    align-self: center;
    font-weight: 400;
    font-size: var(--fs-text);
    min-width: 250px;
    margin-right: 0;
    margin-top: 15px;
  }
}
.our-approach-section .our-approach-button:hover {
  background: var(--color-main-2);
  color: #fff;
}
.our-approach-section .our-approach-items {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--size-section);
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-items {
    gap: 25px;
    display: flex;
    flex-direction: column;
  }
}
.our-approach-section .our-approach-items.is-all-cards {
  grid-template-columns: repeat(var(--approach-columns, 3), minmax(0, 1fr));
}
.our-approach-section .our-approach-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-item {
    gap: 10px;
  }
}
.our-approach-section .our-approach-item-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.42/1;
  background: var(--bg-gray);
  overflow: hidden;
}
@media (max-width: 820px) {
  .our-approach-section .our-approach-item-image {
    margin-bottom: 15px;
  }
}
.our-approach-section .our-approach-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.our-approach-section .our-approach-item-title {
  color: var(--color-text);
  font-size: var(--fs-item);
  font-weight: 700;
  line-height: 1.2;
}
.our-approach-section .our-approach-item-text {
  margin: 0;
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.32;
}

.responsible-travel-section {
  background: var(--bg-gray-2);
}
.responsible-travel-section .responsible-travel-list {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
@media (max-width: 820px) {
  .responsible-travel-section .responsible-travel-list {
    gap: 35px;
  }
}
.responsible-travel-section .responsible-travel-item {
  display: grid;
  min-height: 330px;
  align-items: stretch;
  grid-template-columns: 0.9fr 1.15fr;
  border: 1px solid var(--color-border);
  background: #fff;
}
@media (max-width: 820px) {
  .responsible-travel-section .responsible-travel-item {
    min-height: initial;
    display: flex;
    flex-direction: column;
  }
}
.responsible-travel-section .responsible-travel-image {
  min-width: 0;
  background: var(--bg-gray-2);
  overflow: hidden;
  aspect-ratio: 650/420;
  width: 100%;
}
.responsible-travel-section .responsible-travel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.responsible-travel-section .responsible-travel-copy {
  display: flex;
  min-width: 0;
  padding: 50px 80px 50px;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .responsible-travel-section .responsible-travel-copy {
    padding: 30px;
  }
}
@media (max-width: 820px) {
  .responsible-travel-section .responsible-travel-copy {
    gap: 10px;
    padding: 35px 10px 35px 10px;
  }
}
.responsible-travel-section .responsible-travel-title {
  color: var(--color-text);
  font-size: var(--fs-text-tour);
  font-weight: 700;
  line-height: 1.2;
}
.responsible-travel-section .responsible-travel-text {
  color: var(--color-text);
  font-size: var(--fs-text);
  font-weight: 400;
  line-height: 1.3;
}
.responsible-travel-section .responsible-travel-button {
  display: inline-flex;
  min-width: 270px;
  padding: 10px 25px;
  align-self: center;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: var(--color-main);
  color: #fff;
  font-size: var(--fs-text);
  font-weight: 700;
  text-decoration: none;
  height: 65px;
  align-self: center;
}
@media (max-width: 820px) {
  .responsible-travel-section .responsible-travel-button {
    height: 50px;
    min-width: 250px;
    font-weight: 400;
    font-size: var(--fs-text);
    margin-right: initial;
    align-self: center;
    margin-top: 15px;
  }
}
.responsible-travel-section .responsible-travel-button:hover {
  background: var(--color-main-2);
  color: #fff;
}

.further-reading-section {
  background: var(--bg-gray-2);
  padding-left: var(--size-section);
  padding-right: var(--size-section);
}
@media (max-width: 820px) {
  .further-reading-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.further-reading-section .further-reading-list:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(var(--further-reading-columns, 4), minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 820px) {
  .further-reading-section .further-reading-list:not(.owl-carousel) {
    gap: 25px;
  }
}
.further-reading-section .further-reading-carousel.owl-loaded .owl-stage {
  display: flex;
}
.further-reading-section .further-reading-carousel.owl-loaded .owl-item {
  display: flex;
}
.further-reading-section .further-reading-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  background: #fff;
}
.further-reading-section .further-reading-image {
  display: block;
  background: var(--bg-gray-2);
  aspect-ratio: 400/300;
}
.further-reading-section .further-reading-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.further-reading-section {
  position: relative;
}
.further-reading-section .owl-nav .owl-prev, .further-reading-section .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.further-reading-section .owl-nav .owl-prev svg, .further-reading-section .owl-nav .owl-next svg {
  height: 40px;
  fill: #929292;
}
@media (max-width: 820px) {
  .further-reading-section .owl-nav .owl-prev svg, .further-reading-section .owl-nav .owl-next svg {
    height: 20px;
  }
}
.further-reading-section .owl-nav .owl-prev {
  left: -35px;
}
@media (max-width: 820px) {
  .further-reading-section .owl-nav .owl-prev {
    left: 0;
  }
}
.further-reading-section .owl-nav .owl-next {
  right: -35px;
}
@media (max-width: 820px) {
  .further-reading-section .owl-nav .owl-next {
    right: 0;
  }
}
.further-reading-section .owl-dots {
  margin-top: 15px;
}
.further-reading-section .further-reading-content {
  padding: 25px 25px 30px;
}
@media (max-width: 820px) {
  .further-reading-section .further-reading-content {
    padding: 25px 10px;
  }
}
.further-reading-section .further-reading-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text);
  text-decoration: none;
}
.further-reading-section .further-reading-link:hover {
  color: var(--color-main);
}
.further-reading-section .further-reading-title {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.further-reading-section .further-reading-arrow {
  font-size: 30px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.further-reading-section .further-reading-link:hover .further-reading-arrow {
  transform: translateX(5px);
}
.further-reading-section .further-reading-text {
  margin: 20px 0 0;
  font-size: var(--fs-text);
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 820px) {
  .further-reading-section .further-reading-text {
    margin-top: 10px;
  }
}
.further-reading-section .owl-dots {
  margin-top: 15px;
}
@media (min-width: 821px) and (max-width: 1024px) {
  .further-reading-section .further-reading-list:not(.owl-carousel) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .further-reading-section .further-reading-list:not(.owl-carousel) {
    grid-template-columns: 1fr;
  }
}

.contact-cards-section {
  padding: clamp(70px, 5.7291666667vw, 110px) 0;
  background: #fff;
}
.contact-cards-section .contact-cards-header {
  text-align: center;
}
.contact-cards-section .contact-cards-title {
  margin: 0;
  color: var(--color-main);
  font-size: clamp(44px, 3.5416666667vw, 68px);
  font-weight: 700;
  line-height: 1.1;
}
.contact-cards-section .contact-cards-lead {
  margin: clamp(20px, 1.875vw, 36px) 0 0;
  color: #646464;
  font-size: var(--fs-text);
  line-height: 1.45;
}
.contact-cards-section .contact-cards-grid {
  display: grid;
  margin-top: clamp(55px, 5.46875vw, 105px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.5625vw, 30px);
}
.contact-cards-section .contact-card-item {
  min-height: clamp(220px, 13.28125vw, 255px);
  padding: clamp(30px, 2.2916666667vw, 44px) clamp(26px, 2.0833333333vw, 40px);
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
}
.contact-cards-section .contact-card-heading {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.1458333333vw, 22px);
}
.contact-cards-section .contact-card-heading > .fa {
  flex: 0 0 clamp(44px, 3.0208333333vw, 58px);
  width: clamp(44px, 3.0208333333vw, 58px);
  color: #000;
  font-size: clamp(42px, 2.7083333333vw, 52px);
  line-height: 1;
  text-align: center;
}
.contact-cards-section .contact-card-title {
  margin: 0;
  color: #303030;
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}
.contact-cards-section .contact-card-text {
  margin: clamp(25px, 1.9791666667vw, 38px) 0 0;
  color: #626262;
  font-size: clamp(17px, 1.09375vw, 21px);
  line-height: 1.55;
}
@media (min-width: 821px) and (max-width: 1190px) {
  .contact-cards-section .contact-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .contact-cards-section {
    padding: 55px 0;
  }
  .contact-cards-section .contact-cards-grid {
    margin-top: 45px;
    grid-template-columns: 1fr;
  }
  .contact-cards-section .contact-card-item {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .landing-layout-section.layout-hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-layout-section.layout-hide-ipad-small {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .landing-layout-section.layout-hide-ipad-large {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .landing-layout-section.layout-hide-desktop {
    display: none !important;
  }
}

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