@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Carattere&family=Questrial&display=swap");
:root {
  --primary-font: "Questrial", sans-serif;
  --title-font: "Carattere", Georgia, serif;
  --title-bold-font: "Bricolage Grotesque", sans-serif;
  --normal-color: #043424;
  --primary-color: rgba(35, 132, 198);
  --second-color: rgba(238, 46, 42);
  --primary-color-light: rgba(137, 217, 255);
  --primary-color-light-rgb: 137, 217, 255;
}

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

* {
  margin: 0;
  padding: 0;
}

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

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--normal-color);
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1599px) {
  body {
    font-size: 1.4rem;
  }
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
}

p:last-child {
  margin-bottom: 0;
}

.text-primary {
  color: var(--primary-color) !important;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.heading-section {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .heading-section {
    margin-bottom: 30px;
  }
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-0 > [class*=col-],
.gutter-0 > .col,
.gutter-0 > [class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

.gutter-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.gutter-1 > [class*=col-],
.gutter-1 > .col,
.gutter-1 > [class^=col-] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.gutter-4 {
  margin-left: -2px;
  margin-right: -2px;
}

.gutter-4 > [class*=col-],
.gutter-4 > .col,
.gutter-4 > [class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.gutter-5 > [class*=col-],
.gutter-5 > .col,
.gutter-5 > [class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gutter-8 {
  margin-left: -4px;
  margin-right: -4px;
}

.gutter-8 > [class*=col-],
.gutter-8 > .col,
.gutter-8 > [class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-],
.gutter-10 > .col,
.gutter-10 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gutter-15 > [class*=col-],
.gutter-15 > .col,
.gutter-15 > [class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-],
.gutter-16 > .col,
.gutter-16 > [class^=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-],
.gutter-20 > .col,
.gutter-20 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}

.gutter-24 > [class*=col-],
.gutter-24 > .col,
.gutter-24 > [class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 1440px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }

  .gutter-50 > [class*=col-],
.gutter-50 > .col,
.gutter-50 > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.col-xl-f5,
.col-lg-f5,
.col-md-f5,
.col-sm-f5,
.col-f5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.col-f5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.tb-space {
  padding: 70px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-sm-top {
  padding-top: 40px;
}

.tb-space-sm-bot {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.form-control {
  background-color: #fff;
  display: block;
  outline: none;
  padding: 0 16px 0 16px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  color: #838FA3;
  border: solid 1px #e1e1e1;
  height: 44px;
  line-height: 44px;
  border-radius: 14px;
  color: #707070;
  font-size: inherit;
}
.form-control:focus {
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #fff;
}

.btn {
  background-color: var(--primary-color);
  font-family: var(--title-bold-font);
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 20px;
  padding: 14px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn:hover, .btn:focus {
  opacity: 0.8;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.5rem;
    padding: 13px 35px;
  }
}
.btn.--small {
  border-radius: 12px;
  font-size: 13px;
  padding: 10px 16px 11px 16px;
}

.box-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.box-number .numberic {
  background-color: rgba(117, 114, 88, 0.08);
  border-radius: 12px;
  height: 34px;
  padding: 0 30px;
  border: 0;
  width: 100%;
  text-align: center;
  color: var(--second-color);
  font-weight: 600;
  font-size: 1.8rem;
}
.box-number .up,
.box-number .down {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
}
.box-number .up i,
.box-number .down i {
  font-weight: 300;
  font-size: 1.6rem;
  display: block;
}
.box-number .up {
  right: 5px;
}
.box-number .down {
  left: 5px;
}

.box-ratio {
  position: relative;
  display: block;
}
.box-ratio img,
.box-ratio .bg,
.box-ratio video,
.box-ratio iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.box-ratio.pseudo:before {
  content: "";
  display: block;
  visibility: hidden;
}

@media all and (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .md-hidden {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .sm-hidden {
    display: none;
  }
}
.sectitle {
  font-family: var(--title-font);
  font-size: 72px;
  font-weight: 500;
  color: var(--second-color);
  line-height: 1.1;
}
@media all and (max-width: 1599px) {
  .sectitle {
    font-size: 64px;
  }
}
@media all and (max-width: 1199px) {
  .sectitle {
    font-size: 54px;
  }
}
@media all and (max-width: 991px) {
  .sectitle {
    font-size: 44px;
  }
}
@media all and (max-width: 767px) {
  .sectitle {
    font-size: 36px;
  }
}

.subtitle {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.3;
  font-family: var(--title-bold-font);
  font-weight: 800;
}
.subtitle.--sm {
  font-size: 28px;
}
@media all and (min-width: 1366px) {
  .subtitle.--lg {
    font-size: 48px;
  }
}
@media all and (max-width: 1599px) {
  .subtitle {
    font-size: 36px;
  }
  .subtitle.--sm {
    font-size: 24px;
  }
}
@media all and (max-width: 1199px) {
  .subtitle {
    font-size: 28px;
  }
  .subtitle.--sm {
    font-size: 20px;
    font-weight: 700;
  }
}
@media all and (max-width: 991px) {
  .subtitle {
    font-size: 24px;
  }
  .subtitle.--sm {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
  }
  .subtitle.--sm {
    font-size: 15px;
  }
}

.swipe-next,
.swipe-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #ababab;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.swipe-next:hover,
.swipe-prev:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

@media all and (max-width: 767px) {
  .swipe-next,
.swipe-prev {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.swipe-next {
  right: -50px;
}

.swipe-prev {
  left: -50px;
}

.swiper-pagination {
  position: static;
  margin-top: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 70px;
  background-color: #a9a9a9;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  background-color: #868075;
}

@media all and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 20px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
  }

  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a,
.pagination span,
.pagination strong {
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
}
.pagination a:hover, .pagination a:active, .pagination a.active, .pagination a.current,
.pagination span:hover,
.pagination span:active,
.pagination span.active,
.pagination span.current,
.pagination strong:hover,
.pagination strong:active,
.pagination strong.active,
.pagination strong.current {
  color: #fff;
  background-color: var(--primary-color);
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }
  100% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1;
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }
  100% {
    -webkit-transform: translateY(7%);
    transform: translateY(7%);
  }
}
@keyframes moveright {
  0% {
    left: 10%;
    right: initial;
    opacity: 0;
  }
  1% {
    left: 10%;
    right: initial;
    opacity: 1;
  }
  100% {
    left: 90%;
    right: initial;
    opacity: 1;
  }
}
.bg {
  background-size: cover;
}

.box-article {
  word-break: break-word;
  font-size: 1.6rem;
  line-height: 1.6;
}
.box-article p {
  margin-bottom: 0.8em;
}

.daterangepicker .drp-buttons .btn {
  background-color: transparent;
  color: inherit;
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 11px;
  line-height: 1;
  padding: 3px 10px;
  background: rgba(35, 132, 198, 0.15);
  color: #043424;
}
.tag-icon {
  margin-right: 4px;
}

.card {
  border: none;
  border-radius: 15px;
}
.card.--hoz {
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card.--hoz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .card.--hoz .tour-img {
    flex: 0 0 40%;
    border-radius: 15px 0 0 15px;
  }
  .card.--hoz .tour-content {
    flex: 1;
    border-radius: 0 15px 15px 0;
    padding: 15px 20px 15px 25px;
    border-top: solid 1px #f1f1f1;
  }
  .card.--hoz .tour-info {
    font-size: 1.5rem;
  }
  .card.--hoz .tour-info__icon {
    font-size: 1.4rem;
  }
  .card.--hoz .room-img {
    flex: 0 0 40%;
    border-radius: 15px 0 0 15px;
  }
  .card.--hoz .room-content {
    flex: 1;
    border-radius: 0 15px 15px 0;
    padding: 15px 20px 15px 25px;
    border-top: solid 1px #f1f1f1;
  }
  .card.--hoz .room-info {
    font-size: 1.5rem;
  }
  .card.--hoz .room-info__icon {
    font-size: 1.4rem;
  }
  .card.--hoz .tag {
    font-size: 1.2rem;
  }
}

.custom-form__label {
  font-weight: bold;
  margin-bottom: 5px;
}

.button-check {
  display: block;
  position: relative;
  cursor: pointer;
}
.button-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.button-check input:checked + .button-check__label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.button-check__label {
  display: block;
  padding: 9px 12px 8px 12px;
  border-radius: 14px;
  border: solid 1px #e1e1e1;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}

.box-check {
  cursor: pointer;
  display: block;
  padding-left: 25px;
  position: relative;
}
.box-check__icon {
  border: solid 1px #ccc;
  background-color: #fff;
  display: block;
  height: 16px;
  left: 0;
  margin-top: 0.25em;
  position: absolute;
  transition: all 0.1s ease-in-out;
  width: 16px;
}
.box-check__icon::after {
  content: "";
  opacity: 0;
  transition: inherit;
}
.box-check input {
  left: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -99;
}
.box-check input:checked + .box-check__icon::after {
  opacity: 1;
}
.box-check input[type=checkbox] + .box-check__icon {
  border-radius: 2px;
  margin-top: 0.1em;
}
.box-check input[type=checkbox] + .box-check__icon::after {
  border-bottom: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  height: 10px;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.box-check input[type=radio] + .box-check__icon {
  border-radius: 50%;
}
.box-check input[type=radio] + .box-check__icon::after {
  background-color: var(--primary-color);
  border-radius: inherit;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.breadcrumb {
  background: transparent;
  padding: 35px 0;
  font-size: 1.6rem;
  margin: 0 0 0 2px;
}
@media (max-width: 991px) {
  .breadcrumb {
    font-size: 1.4rem;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 1.3rem;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
}
.header-logo img {
  height: 50px;
}
.header-main {
  padding: 0 10px 0 20px;
  border-radius: 12px;
}
.header-nav {
  position: relative;
  font-family: var(--title-bold-font);
}
.header-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  position: relative;
  text-align: left;
}
.header-nav > ul > li > a {
  display: block;
  font-weight: 700;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: 25px 0;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}
.header-nav > ul > li > a::before {
  content: "";
  left: 50%;
  right: 50%;
  height: 3px;
  border-radius: 5px;
  background: var(--primary-color);
  bottom: 15px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header-nav > ul > li ul {
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  left: 0;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  padding: 8px;
  width: 250px;
  margin-top: 5px;
}
.header-nav > ul > li ul::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.header-nav > ul > li ul li:last-child a {
  border-bottom: none;
}
.header-nav > ul > li ul li:hover > a {
  background-color: rgba(35, 132, 198, 0.2);
  color: var(--normal-color);
}
.header-nav > ul > li ul a {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 5px;
}
.header-nav > ul > li ul ul {
  left: 100%;
  top: 10px;
}
.header-nav > ul > li.hasChildren > a::after {
  font-family: fontawesome;
  content: "\f107";
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 992px) {
  .header-nav > ul > li.hasChildren {
    position: static;
  }
  .header-nav > ul > li.hasChildren > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 0;
  }
  .header-nav > ul > li.hasChildren > ul > li {
    padding: 10px 15px;
  }
  .header-nav > ul > li.hasChildren > ul > li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header-nav > ul > li.hasChildren > ul > li ul::before {
    content: none;
  }
  .header-nav > ul > li.hasChildren > ul > li ul a {
    font-size: 1.4rem;
    font-weight: normal;
    color: #222;
  }
}
.header-nav > ul > li:hover > a {
  color: var(--primary-color);
}
.header-nav > ul > li:hover > a::before {
  left: 20%;
  right: 20%;
  opacity: 1;
}
@media (max-width: 1599px) {
  .header-nav > ul > li {
    margin-right: 20px;
  }
  .header-nav > ul > li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) {
  .header-nav > ul > li {
    margin-right: 15px;
  }
  .header-nav > ul > li a {
    font-size: 1.3rem;
  }
}
.header-nav > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-cta {
  display: flex;
  align-items: center;
}
.header-phone {
  padding: 4px 15px 4px 4px;
  border-radius: 99px;
  background-color: var(--primary-color-light);
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.header-phone::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--primary-color-light);
  position: absolute;
  bottom: -1px;
  left: -2px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}
.header-phone__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-phone__icon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--primary-color);
  position: absolute;
  bottom: -1px;
  left: -2px;
  transform: rotate(45deg);
}
.header-phone__text {
  margin-left: 10px;
}
.header-phone:hover {
  color: #000;
  opacity: 0.8;
}
.header-book-now {
  background-color: var(--primary-color);
  font-family: var(--title-bold-font);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 17px 35px;
  border-radius: 16px;
  margin-left: 8px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.header-book-now::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  bottom: 0;
  right: 100%;
  margin-right: -16px;
  background-color: inherit;
  pointer-events: none;
}
.header-book-now::after {
  content: "";
  width: 50px;
  height: 50px;
  right: 100%;
  background-color: #fff;
  border-radius: 0 0 50% 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
.header-book-now:hover {
  color: #fff;
  opacity: 0.9;
}
.header-page, .header.fixed {
  background-color: #fff;
  box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.15);
}
.header-page .header-nav > ul > li > a, .header.fixed .header-nav > ul > li > a {
  color: #333;
}
.header-page {
  box-shadow: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .header {
    top: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 5px 6px 17px 0px rgba(0, 0, 0, 0.15);
  }
  .header-main {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .header-phone {
    padding-right: 4px;
    margin-right: 40px;
  }
  .header-phone__text {
    display: none;
  }
  .header-book-now {
    padding: 15px;
    margin-left: 4px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .toggle-menu {
    color: var(--primary-color);
    font-weight: 400;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    padding: 0 5px;
    font-size: 20px;
  }
}

.menu-mobile {
  display: none;
}
@media (max-width: 991px) {
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #333;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    right: -280px;
  }
  .menu-mobile-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    right: 100%;
    background: white;
    outline: none;
    color: #444;
    font-size: 2.7rem;
    cursor: pointer;
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    font-family: initial;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
  }
  .menu-mobile.active {
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    right: 0;
  }
  .menu-mobile.active .menu-mobile-close {
    opacity: 1;
    visibility: visible;
  }
  .menu-mobile-content {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
  }
  .menu-mobile-content > ul a {
    display: block;
    font-size: 1.4rem;
    font-family: arial;
    line-height: 1.3;
    padding: 10px 15px 10px 18px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    position: relative;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .menu-mobile-content > ul .hasChildren {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .menu-mobile-content > ul ul {
    background: rgba(255, 255, 255, 0.04);
    display: none;
  }
  .menu-mobile-content > ul ul a {
    padding-left: 36px;
  }
  .menu-mobile-content > ul ul ul a {
    padding-left: 54px;
  }
  .menu-mobile-content .acd-drop {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 2rem;
    color: inherit;
    font-family: monospace;
    outline: none;
    cursor: pointer;
    border-left: solid 1px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-mobile-content .acd-drop::after {
    content: "+";
  }
  .menu-mobile-content .acd-drop.active::after {
    content: "−";
  }
}

@media (max-width: 991px) {
  .overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease-in-out;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .home-slider {
    margin-top: 70px;
  }
}

.banner-page {
  min-height: calc(110px + 4vw);
  background-color: #999;
  position: relative;
  z-index: -1;
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: flex-end;
  max-height: 92vh;
}
.banner-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner-page img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 991px) {
  .banner-page {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}

.negative-search {
  margin-top: -80px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .negative-search {
    margin-top: -20px;
  }
}

.search-form {
  background-color: #fff;
  padding: 20px 20px 20px;
  border-radius: 16px;
  box-shadow: 4px 12px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.search-form .nav {
  margin-bottom: 15px;
  justify-content: flex-start;
  border: 0;
  gap: 15px;
}
.search-form .nav .nav-link {
  border: 0;
  border-bottom: solid 2px transparent;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--title-bold-font);
  padding: 10px 25px;
  border-radius: 14px;
  border: 1px solid var(--primary-color);
}
.search-form .nav .nav-link.active, .search-form .nav .nav-link:hover {
  color: #fff;
  background-color: var(--primary-color);
}
@media (max-width: 576px) {
  .search-form .nav .nav-link {
    font-size: 1.4rem;
    padding: 10px 8px;
  }
}
.search-form__label {
  font-size: 1.5rem;
  margin-bottom: 4px;
  font-family: var(--title-bold-font);
  font-weight: 600;
}
.search-form .form-control {
  font-size: 1.5rem;
  font-weight: normal;
}
.search-form .form-search-inner {
  gap: 15px;
  margin: 0;
}
.search-form .form-search-inner .flex-col {
  flex: 1 0 160px;
}
.search-form .form-search-inner .form-group {
  position: relative;
  margin-bottom: 0;
}
.search-form .form-search-inner .form-btn .btn {
  width: 100%;
  padding: 0 20px;
  height: 44px;
}
.search-form .btn {
  font-size: 1.6rem;
  font-family: var(--title-bold-font);
  text-transform: none;
}
@media (max-width: 576px) {
  .search-form {
    padding: 10px 15px 15px;
  }
}

.promotions-slider .item {
  border-radius: 16px;
  overflow: hidden;
}
.promotions-slider .item::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.special-tour {
  background-color: #efefef;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.special-tour-slider .item-inner {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}
.special-tour-slider .item-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.special-tour-slider .item-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.special-tour-slider .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
  z-index: 10;
}
.special-tour-slider .item-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}

.rate {
  display: inline-flex;
  white-space: nowrap;
  color: #898989;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
  margin: 0 -2px;
  overflow: hidden;
}
.rate i {
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  position: relative;
  background-image: url(../images/star-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rate-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: inline-flex;
  white-space: nowrap;
}
.rate-bar i {
  background-image: url(../images/star.svg);
}

.tour-img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #f1f1f1;
}
.tour-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.tour-img img {
  transition: all 0.3s ease-in-out;
}
.tour-img:hover img {
  transform: scale(1.05);
}
.tour-content {
  padding: 15px 12px 12px;
  border: solid 1px #f1f1f1;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tour-content .cms-date {
  height: 30px;
  margin: 0 3px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 1.2rem;
}
.tour-sale-off {
  font-size: 1rem;
  font-weight: bold;
  color: var(--second-color);
  background-color: rgba(238, 46, 42, 0.2);
  line-height: 1;
  padding: 3px 5px;
  border-radius: 10px;
}
.tour-sale-off:empty {
  display: none;
}
.tour-title {
  font-family: var(--title-bold-font);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tour-rate {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.tour-rate i {
  color: #ffb400;
}
.tour-footer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.tour-info {
  font-size: 1.2rem;
  color: #171717;
}
.tour-info__icon {
  color: var(--primary-color);
  font-size: 1.4rem;
  margin-right: 3px;
}
.tour-info p {
  display: block;
  margin-bottom: 4px;
}
.tour-info b {
  color: #043424;
}
.tour-desc {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.tour-price {
  font-weight: 700;
  line-height: 1.3;
}
.tour-price-base {
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
}
.tour-price b {
  font-size: 1.4em;
  color: var(--second-color);
  line-height: 1.1;
}
.tour-detail-tab {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  border: 0;
}
.tour-detail-tab li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.tour-detail-tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 24px 6px 24px;
  border: solid 2px #e1e1e1;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: 700;
}
.tour-detail-tab__item.active, .tour-detail-tab__item:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.tour-detail-tab-ct__item {
  padding-top: 20px;
}

.tours-detail-gallery {
  margin-bottom: 30px;
}
.tours-detail-swiper {
  border-radius: 15px;
}
.tours-detail-swiper__img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.tours-detail-swiper__img::before {
  padding-top: 66.666%;
}
.tours-detail-thumb {
  margin-top: 10px;
}
.tours-detail-thumb .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.tours-detail-thumb .swiper-slide.swiper-slide-thumb-active,
.tours-detail-thumb .tour-detail-thumb .swiper-slide:hover {
  opacity: 1;
}
.tours-detail-thumb__img {
  border-radius: 8px;
}
.tours-detail-thumb__img:before {
  padding-top: 66.666%;
}
.tours-detail__title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--title-bold-font);
  line-height: 1.3;
  margin-bottom: 10px;
}
.tours-detail-service {
  margin-bottom: 20px;
}
.tours-detail-service .item-img {
  border: solid 1px #e1e1e1;
  border-radius: 16px;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 6px auto;
}
.tours-detail-service .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tours-detail-service .item-img img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}
.tours-detail-service .item-label {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.tours-detail-info__box {
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tours-detail-info__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tours-detail-info-sticky {
  position: sticky;
  top: 110px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.tours-detail-info-sticky .tour-info {
  font-size: 1.4rem;
}
.tours-detail-info-sticky .tour-info .cms-date {
  height: 30px;
  margin: 0 3px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-size: 1.2rem;
}
.tours-detail__sec-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 12px;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.tours-detail__sec-title::after {
  font-family: "fontawesome";
  content: "\f106";
  margin-left: 6px;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}
.tours-detail__sec-title.collapsed {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tours-detail__sec-title.collapsed::after {
  transform: rotate(180deg);
}

.room-img {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #f1f1f1;
}
.room-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.room-img img {
  transition: all 0.3s ease-in-out;
}
.room-img:hover img {
  transform: scale(1.05);
}
.room-content {
  padding: 15px 12px 12px;
  border: solid 1px #f1f1f1;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.room-sale-off {
  font-size: 1rem;
  font-weight: bold;
  color: var(--second-color);
  background-color: rgba(238, 46, 42, 0.2);
  line-height: 1;
  padding: 3px 5px;
  border-radius: 10px;
}
.room-sale-off:empty {
  display: none;
}
.room-title {
  font-family: var(--title-bold-font);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.room-box {
  background-color: whitesmoke;
  padding: 10px 10px 2px 10px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.room-info {
  font-size: 1.2rem;
  color: #171717;
  margin-bottom: 10px;
}
.room-info p {
  display: block;
  margin-bottom: 4px;
}
.room-info__icon {
  color: var(--primary-color);
  font-size: 1.4rem;
  margin-right: 3px;
}
.room-info b {
  color: #043424;
}
.room-rate {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}
.room-rate i {
  color: #ffb400;
}
.room-desc {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.room-price {
  font-weight: 700;
  line-height: 1.3;
}
.room-price-base {
  font-size: 1.1rem;
  color: #999;
  text-decoration: line-through;
}
.room-price b {
  font-size: 1.4em;
  color: var(--second-color);
  line-height: 1.1;
}

.hotels-detail-swiper {
  border-radius: 15px;
}
.hotels-detail-swiper__img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.hotels-detail-swiper__img::before {
  padding-top: 66.666%;
}
.hotels-detail-thumb {
  margin-top: 10px;
}
.hotels-detail-thumb .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.hotels-detail-thumb .swiper-slide.swiper-slide-thumb-active,
.hotels-detail-thumb .tour-detail-thumb .swiper-slide:hover {
  opacity: 1;
}
.hotels-detail-thumb__img {
  border-radius: 8px;
}
.hotels-detail-thumb__img:before {
  padding-top: 66.666%;
}
.hotels-detail__title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--title-bold-font);
  line-height: 1.3;
  margin-bottom: 10px;
}
.hotels-detail-info {
  background-color: #f6f6f6;
  padding: 40px 0;
  margin-top: 40px;
}
.hotels-detail-info__box {
  background-color: #fff;
  border: solid 1px #e1e1e1;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hotels-detail-info__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hotels-detail-info-sticky {
  position: sticky;
  top: 110px;
}
.hotels-detail__sec-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 12px;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.hotels-detail__sec-title::after {
  font-family: "fontawesome";
  content: "\f106";
  margin-left: 6px;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}

.room-class {
  display: flex;
  align-items: flex-start;
}
.room-class__imgs {
  flex: 0 0 33.33%;
  width: 33.33%;
  position: relative;
}
.room-class__imgs img {
  width: 100%;
}
.room-class__imgs__swiper {
  border-radius: 12px;
  overflow: hidden;
}
.room-class__imgs__thumb {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.room-class__imgs__thumb .swiper-slide {
  max-width: 100px;
}
.room-class__imgs__thumb__item {
  border-radius: 8px;
  overflow: hidden;
  border: solid 2px #fff;
  cursor: pointer;
  opacity: 0.4;
}
.room-class__imgs__thumb__item::before {
  padding-top: 80%;
}
.room-class__imgs__thumb .swiper-slide-thumb-active .room-class__imgs__thumb__item {
  border-color: var(--primary-color);
  opacity: 1;
}
@media (max-width: 767px) {
  .room-class__imgs {
    width: 100%;
    margin-bottom: 15px;
  }
}
.room-class__info {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .room-class__info {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .room-class__info {
    padding-left: 0px;
  }
}
.room-class__title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .room-class {
    display: block;
  }
}

.mansory-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 0.5fr 1fr 1fr 1fr;
  grid-auto-rows: 30rem;
  grid-auto-flow: dense;
  width: 100%;
}
@media (max-width: 767px) {
  .mansory-list {
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-auto-rows: 13rem;
  }
}
.mansory-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mansory-item__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.mansory-item__img {
  display: inline-block;
  filter: brightness(80%) !important;
  transition: all 0.3s ease;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mansory-item__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mansory-item__content-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  z-index: 2;
}
.mansory-item__content .or-divider {
  display: none;
  background-color: #fff;
  height: 1px;
  width: 6rem;
  z-index: 2;
}
.mansory-item__content-btn {
  display: none;
  padding: 1rem 2rem;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.mansory-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.mansory-item:nth-child(3) {
  grid-column: span 2;
}
.mansory-item:nth-child(6) {
  grid-row: span 2;
}
.mansory-item:nth-child(8) {
  grid-column: span 2;
}
.mansory-item:hover .mansory-item__img {
  transform: scale(1.1);
  cursor: pointer;
  filter: brightness(40%);
}
.mansory-item:hover .mansory-item__content {
  gap: 2rem;
}
.mansory-item:hover .mansory-item__content .or-divider {
  display: block;
}
.mansory-item:hover .mansory-item__content-btn {
  display: inline;
  z-index: 2;
  cursor: pointer;
}

.destination-tab {
  border-bottom: solid 1px #e1e1e1;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 30px;
}
.destination-tab__item {
  font-weight: 700;
  font-size: 2.2rem;
  color: #333;
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
}
.destination-tab__item.active {
  color: var(--primary-color);
}
.destination-tab__item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
@media (max-width: 576px) {
  .destination-tab__item.active::after {
    content: none;
  }
}
@media (max-width: 1599px) {
  .destination-tab__item {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .destination-tab__item {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .destination-tab__item {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.destination-tab-ct__item {
  padding-top: 50px;
}
@media (max-width: 576px) {
  .destination-tab-ct__item {
    padding-top: 15px;
  }
}
@media (max-width: 576px) {
  .destination-tab {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .destination-tab li {
    margin-right: 20px;
  }
}
.destination-title {
  font-family: var(--title-font);
  font-size: 6.4rem;
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  .destination-title {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .destination-title {
    font-size: 4.8rem;
  }
}
@media (max-width: 576px) {
  .destination-title {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
.destination-desc {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: rgba(46, 46, 46, 0.6);
}
@media (max-width: 1599px) {
  .destination-desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .destination-desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .destination-desc {
    font-size: 1.4rem;
  }
}
.destination-right {
  max-width: 940px;
}
.destination-info {
  background-color: #f3f5e4;
  padding: 12px;
  border-radius: 16px;
  position: relative;
}
.destination-info-wrapper {
  margin-right: -50px;
}
@media (max-width: 1599px) {
  .destination-info-wrapper {
    margin-right: -20px;
  }
}
@media (max-width: 576px) {
  .destination-info-wrapper {
    margin-right: 0;
  }
}
.destination-info__img {
  border-radius: 10px;
}
.destination-info__img::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.destination-info__img img {
  transition: 0.25s ease-in-out;
}
.destination-info__img img:first-child {
  opacity: 1;
}
.destination-info__img img:last-child {
  opacity: 0;
}
.destination-info__ct {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  border-radius: 16px;
  margin-top: 12px;
  position: relative;
}
.destination-info__ct::after {
  font-family: fontawesome;
  content: "\f061";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  right: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
}
.destination-info__ct p {
  color: #787878;
  font-size: 1.3rem;
}
.destination-info__label {
  font-weight: bold;
  font-size: 1.8rem;
}
.destination-info__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.destination-info:hover .destination-info__img img:first-child {
  opacity: 0;
}
.destination-info:hover .destination-info__img img:last-child {
  opacity: 1;
}
.destination-info:hover .destination-info__ct::after {
  opacity: 1;
  right: 20px;
}
.destination-tour .subtitle {
  margin-bottom: 30px;
}
.destination-overview {
  background-size: auto 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
  z-index: 1;
}
.destination-overview__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.destination-overview__title i,
.destination-overview__title em {
  font-family: var(--title-font);
  color: var(--primary-color);
  font-size: 1.8em;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
}
.destination-overview__title b,
.destination-overview__title strong {
  font-family: var(--title-bold-font);
  color: var(--primary-color);
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  margin-left: 0.5em;
  text-align: left;
}
@media (max-width: 991px) {
  .destination-overview__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .destination-overview__title {
    font-size: 1.6rem;
  }
}
.destination-overview__content {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .destination-overview__content {
    font-size: 1.4rem;
  }
}
.destination-overview__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}
.destination-overview__img img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .destination-overview {
    padding-top: 10px;
  }
}
.destination-location {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.destination-location__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 10px;
}
@media (max-width: 1849px) {
  .destination-location__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .destination-location__title {
    margin-top: 30px;
  }
}
.destination-location__list {
  max-height: 600px;
  overflow: auto;
}
.destination-location__item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.destination-location__item__img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .destination-location__item__img {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .destination-location__item__img {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
}
.destination-location__item__label {
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  font-size: 1.8rem;
}
@media (max-width: 1849px) {
  .destination-location__item__label {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .destination-location__item__label {
    font-size: 1.4rem;
  }
}
.destination-location__item__distance {
  margin-left: auto;
}
.destination-location__item__distance img {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.destination-location__img {
  position: relative;
  margin-top: -15%;
  z-index: -1;
}
.destination-location__img::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
}
.destination-location__img img {
  width: 100%;
}
@media (max-width: 991px) {
  .destination-location {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .destination-location {
    padding-top: 30px;
  }
}

.whyus {
  background-color: #efefef;
}
.whyus-list {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .whyus-list {
    margin-top: 30px;
  }
}
.whyus-item {
  text-align: center;
  margin-bottom: 30px;
}
.whyus-item__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
.whyus-item__icon img {
  max-width: 80%;
  max-height: 80%;
}
.whyus-item__title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .whyus-item__title {
    font-size: 1.8rem;
  }
}
.whyus-item__desc {
  color: #787878;
  margin-top: 10px;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .whyus-item__desc {
    font-size: 1.4rem;
  }
}

.about-us__desc {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .about-us__desc {
    font-size: 1.5rem;
  }
}
.about-us__list {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .about-us__list {
    margin-top: 30px;
  }
}
.about-us__item {
  text-align: center;
  margin-bottom: 30px;
}
.about-us__item__icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
.about-us__item__icon img {
  max-width: 80%;
  max-height: 80%;
}
.about-us__item__title {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .about-us__item__title {
    font-size: 1.8rem;
  }
}
.about-us__item__desc {
  color: #787878;
  margin-top: 10px;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .about-us__item__desc {
    font-size: 1.4rem;
  }
}

.about-banner {
  padding-top: 140px;
  padding-bottom: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.about-banner__img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-banner__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.about-banner__img .banner-slider {
  position: absolute;
}
.about-banner__img > img {
  position: absolute;
  width: 10%;
  z-index: 1;
}
.about-banner__img > img.lac {
  animation: lac 1s linear infinite alternate;
}
.about-banner__img > img.zoom {
  animation: zoom 1s linear infinite alternate;
}
.about-banner__img > img.up-down {
  animation: updown 1s linear infinite alternate;
}
.about-banner__img > img.move-right {
  transform: translateX(-50%);
  left: 10%;
  opacity: 0;
  animation: moveright 15s ease-in-out infinite alternate;
}
@media (max-width: 991px) {
  .about-banner {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .about-banner {
    padding-top: 120px;
  }
}
.about-content {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -100px;
  padding-top: 27vw;
  color: #fff;
  z-index: 1;
  padding-bottom: 60px;
}
.about-content::before, .about-content::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  top: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--primary-color-light-rgb), 0)), to(var(--primary-color)));
  background-image: linear-gradient(rgba(var(--primary-color-light-rgb), 0), var(--primary-color));
  z-index: -1;
}
.about-content__img {
  border-radius: 80px 20px 80px 20px;
  overflow: hidden;
}
.about-content__img img {
  width: 100%;
}
@media (max-width: 991px) {
  .about-content__img {
    border-radius: 16px;
    margin-bottom: 30px;
  }
}
.about-content__title {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: var(--title-bold-font);
}
@media (max-width: 991px) {
  .about-content__title {
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .about-content__title {
    font-size: 4.4rem;
  }
}
.about-content__text {
  font-size: 2.4rem;
}
@media (max-width: 991px) {
  .about-content__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .about-content__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .about-content {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-content {
    background-size: 100% auto;
  }
}
.about-highlight {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-highlight::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(rgba(var(--primary-color-light-rgb), 0.7)));
  background-image: linear-gradient(var(--primary-color), rgba(var(--primary-color-light-rgb), 0.7));
  z-index: -1;
  backdrop-filter: blur(3px);
}
@media (max-width: 991px) {
  .about-highlight {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .about-highlight {
    padding-bottom: 30px;
  }
}

.statistic-title {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3;
}
@media (max-width: 767px) {
  .statistic-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .statistic-title {
    font-size: 1.4rem;
  }
}

.statistic-number {
  font-size: 10rem;
  font-family: var(--title-bold-font);
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .statistic-number {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .statistic-number {
    font-size: 6rem;
  }
}
@media (max-width: 576px) {
  .statistic-number {
    font-size: 4rem;
  }
}

.testimonial .heading-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .testimonial .heading-title {
    margin-bottom: 20px;
  }
}
.testimonial-slider .swiper-slide {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0.5;
}
.testimonial-slider .swiper-slide-prev,
.testimonial-slider .swiper-slide-next,
.testimonial-slider .swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1199px) {
  .testimonial-slider .swiper-slide-prev,
.testimonial-slider .swiper-slide-next {
    opacity: 0.5;
  }
}
.testimonial-slider .item {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px 25px 20px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.testimonial-slider .item-author {
  margin-top: 10px;
}
.testimonial-slider .item-author__avt {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-slider .item-author__avt img {
  width: 100%;
  height: 100%;
}
.testimonial-slider .item-author__info {
  margin-left: 20px;
}
.testimonial-slider .item-author__name {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
}
.testimonial-slider .item-rate-head {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.testimonial-slider .item-rate-head a {
  color: var(--primary-color);
}
.testimonial-slider .item-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}
.testimonial-slider .item-desc {
  font-size: 1.6rem;
  margin-top: 6px;
  color: #787878;
}
@media (max-width: 576px) {
  .testimonial-slider {
    margin-left: 15px;
    margin-right: 15px;
  }
  .testimonial-slider .swiper-slide {
    opacity: 1;
  }
}

.value {
  padding-top: 80px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eff0ea), color-stop(#eff0ea), to(rgba(239, 240, 234, 0)));
  background-image: linear-gradient(#eff0ea, #eff0ea, rgba(239, 240, 234, 0));
}
.value-title {
  font-size: 3.8rem;
  text-align: center;
  color: var(--primary-color);
  font-family: var(--title-bold-font);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 10px;
}
.value-item__img {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.value-item__img::before {
  padding-top: 60%;
}
.value-item__desc {
  margin-top: 5px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .value-item__desc {
    font-size: 1.4rem;
  }
}

.serve {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.serve-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .serve-img {
    margin-bottom: 20px;
  }
}

.booking {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.booking-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.booking-content {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 0px 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 100%;
  max-height: 80vh;
  max-width: 100%;
  overflow: hidden;
}
.booking-content-scroll {
  overflow: auto;
  max-height: 100%;
  padding-right: 30px;
}
.booking-close {
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.booking-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 40px;
  font-family: var(--title-bold-font);
  line-height: 1.25;
}
.booking-sectitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color);
  background: #f0e9e9;
  padding: 10px;
  border-radius: 11px;
  text-align: center;
}
.booking-price {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.booking-price .tour-sale-off {
  font-size: 1.8rem;
}
.booking-contact-info {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
}
.booking-contact-info .form-group {
  margin-bottom: 20px;
}
.booking-contact-info .form-group > label {
  font-weight: bold;
  margin-bottom: 5px;
}
.booking-contact-info .form-control-wrap {
  position: relative;
}
.booking-contact-info .form-control {
  width: 100%;
  border: solid 1px #e1e1e1;
  height: 44px;
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.booking-contact-info textarea.form-control {
  height: 120px;
}
.booking-contact-info button[type=submit] {
  padding-left: 50px;
  padding-right: 50px;
}
.booking.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-filter {
  margin-top: 6px;
  position: sticky;
  top: 130px;
  margin-bottom: 30px;
}
.sidebar-filter__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: var(--title-bold-font);
  font-weight: bold;
}
.sidebar-filter__box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.sidebar-filter__box:last-of-type {
  margin-bottom: 0;
}
.sidebar-filter__box-title {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #eee;
  padding: 12px 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.sidebar-filter__box-content {
  padding: 15px 20px;
}
.sidebar-filter__box.box-callnow {
  margin-bottom: 0;
  margin-top: 20px;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-title {
  background-color: var(--primary-color);
  border-bottom: 0;
  color: #fff;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-content .box-hotline {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #eee;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 6px;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-content .box-hotline .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-content .box-hotline .box-text p {
  margin-bottom: 4px;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-content .box-hotline .box-text a {
  color: var(--second-color);
  font-size: 1.8rem;
  font-weight: bold;
}
.sidebar-filter__box.box-callnow .sidebar-filter__box-content .form-callnow button[type=submit] {
  border: 0;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  background-color: var(--second-color);
}
.sidebar-filter__item {
  margin-bottom: 6px;
}
.sidebar-filter__item:last-child {
  margin-bottom: 0;
}
.sidebar-filter__item label {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-filter__item label input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
}
.sidebar-filter__item label input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
}
.sidebar-filter__toggle {
  margin-top: 10px;
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 500;
}
.sidebar-filter__submit {
  margin-top: 20px;
  background-color: var(--second-color);
  color: #fff;
  border-radius: 16px;
  font-weight: 600;
  width: 100%;
  padding: 12px 20px;
  display: block;
}

#destinationList .sidebar-filter__item {
  display: none;
}

.price-range {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.price-range input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: none;
  top: 0;
}
.price-range input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #c9a24d;
  border-radius: 50%;
  cursor: pointer;
}
.price-range .slider-track {
  height: 6px;
  background: #ddd;
  border-radius: 4px;
}
.price-range .price-text {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-head {
  margin-top: 85px;
}

.contact-modal__close {
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.contact-modal__title {
  font-family: var(--title-bold-font);
  font-size: 24px;
  line-height: 1.3;
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 20px;
}

.contact {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 50px;
}
.contact-form {
  border: solid 1px #e1e1e1;
  border-radius: 20px;
  padding: 24px;
  margin: 40px 40px 40px 20px;
}
.contact-form button[type=submit] {
  border: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.contact-form__label {
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-info {
  background-color: rgba(137, 217, 255, 0.2);
  padding: 40px 30px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contact-info .footer-info {
  margin-bottom: 20px;
}
.contact-info .footer-info__icon {
  color: var(--primary-color);
}
.contact-title {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: bold;
  font-family: var(--title-bold-font);
  margin-bottom: 20px;
}

.footer-info {
  display: flex;
  font-size: 16px;
  margin-bottom: 12px;
}
.footer-info__icon {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
  margin-right: 10px;
}

.blogs-banner {
  border-radius: 16px;
  position: relative;
  padding: 130px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 60px;
}
.blogs-banner::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 39, 24, 0.2)), to(rgba(18, 39, 24, 0.6)));
  background-image: linear-gradient(rgba(18, 39, 24, 0.2), rgba(18, 39, 24, 0.6));
  z-index: -1;
}
.blogs-banner__title {
  font-size: 48px;
  font-family: var(--title-bold-font);
  font-weight: 800;
  line-height: 1.1;
}
.blogs-banner__desc {
  max-width: 700px;
  margin: 15px auto 0 auto;
  font-size: 18px;
}
.blogs-category__list {
  text-align: center;
  margin-bottom: 50px;
  font-family: var(--title-bold-font);
}
.blogs-category__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #999;
  margin-right: 40px;
}
.blogs-category__item.active, .blogs-category__item:hover {
  color: #000;
}
@media (max-width: 991px) {
  .blogs .box-col-left {
    margin-bottom: 30px;
  }
}
.blogs-detail__title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--title-bold-font);
}
.blogs-detail__content {
  font-size: 1.8rem;
}
.blogs-detail__content ul {
  list-style: disc;
  margin-left: 20px;
}
.blogs-detail__content blockquote {
  font-family: var(--title-bold-font);
  font-size: 2.7rem;
  line-height: 1.3;
}

.posts-swiper .card-blog {
  margin-bottom: 0;
}

.card-blog {
  position: relative;
  margin-bottom: 30px;
}
.card-blog .box-image {
  overflow: hidden;
  border-radius: 16px;
}
.card-blog .box-image::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.card-blog .box-image img {
  transition: all 0.3s ease-in-out;
}
.card-blog .box-content {
  padding: 15px 0;
}
.card-blog .box-content .item-title {
  color: var(--normal-color);
  font-weight: 600;
}
.card-blog .box-content .item-title a {
  color: inherit;
  cursor: pointer;
}
.card-blog .box-content .item-info {
  font-size: 1.4rem;
}
.card-blog .box-content .item-info i {
  color: var(--primary-color);
  font-weight: bold;
}
.card-blog .box-content .item-cate {
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: 3px 6px;
  border-radius: 3px;
}
.card-blog .box-content .item-desc {
  margin-top: 5px;
  color: #787878;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-blog:hover .box-image img {
  transform: scale(1.05);
}
.card-blog:hover .box-content .item-title {
  color: var(--primary-color);
}
.card-blog.--hoz .box-image {
  flex: 0 0 30%;
  border-radius: 15px;
}
.card-blog.--hoz .box-content {
  flex: 1;
  border-radius: 0;
  padding: 15px 20px 15px 25px;
}
@media (max-width: 768px) {
  .card-blog.--hoz .box-content {
    padding: 15px 0;
  }
}

.toc-menu {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: auto;
}
.toc-menu .toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toc-menu .toc-list {
  list-style: none;
  padding: 0;
  margin-top: 12px;
  transition: max-height 0.3s ease, opacity 0.2s ease;
  overflow: hidden;
}
.toc-menu ul li a {
  font-size: 16px;
  font-weight: 500;
}
.toc-menu ul .toc-h3 {
  font-size: 15px;
  margin-left: 1.5em;
}
.toc-menu ul .toc-h3 a {
  color: #9f9f9f;
}
.toc-menu.collapsed .toc-list {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 100;
  display: none;
}
.backtotop span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  padding: 8px;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 1.8rem;
  cursor: pointer;
}
.backtotop.show {
  display: block;
}

.fixed-contact {
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 9;
}
.fixed-contact .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
.fixed-contact .box-item.--v2 {
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  background-color: var(--primary-color);
}
.fixed-contact .box-item.--phone {
  background: #eb5254;
  position: relative;
  margin-bottom: 16px;
}
.fixed-contact .box-item.--phone i {
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.fixed-contact .box-item.--phone::before, .fixed-contact .box-item.--phone::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  animation-iteration-count: infinite;
}
.fixed-contact .box-item.--phone::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(235, 82, 84, 0.6);
  animation-name: zoomin;
  animation-duration: 1.5s;
}
.fixed-contact .box-item.--phone::after {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(235, 82, 84, 0.6);
  z-index: -1;
  animation-name: zoomout;
  animation-duration: 1s;
  animation-direction: alternate;
}

.footer {
  padding: 60px 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: #efefef;
}
.footer-head {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-info {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.footer-info__icon {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .footer-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer-info {
    font-size: 1.4rem;
  }
}
.footer-nav ul li {
  margin-bottom: 16px;
}
.footer-nav ul li a {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.footer-nav ul li a::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .footer-nav ul li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .footer-nav ul li {
    margin-bottom: 10px;
  }
}
.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-logo img {
  max-height: 80px;
}
@media (max-width: 992px) {
  .footer-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .footer-container {
    padding: 20px;
    border-radius: 20px;
  }
}

.social {
  display: flex;
  align-items: center;
}
.social-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transition: 0.2s ease-in-out;
}
.social-item:last-child {
  margin-right: 0;
}
.social-item.facebook {
  background-color: #1877F2;
}
.social-item.youtube {
  background-color: #FF0000;
}
.social-item.tiktok {
  background-color: #010101;
}
.social-item svg {
  width: 16px;
  fill: currentColor;
}
.social-item:hover {
  color: #fff;
  background-color: var(--second-color);
}
@media (max-width: 991px) {
  .social {
    justify-content: center;
  }
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.icon-messenger {
  background-image: url(../images/messenger.png);
  width: 40px;
  height: 40px;
}

.icon-zalo {
  background-image: url(../images/zalo.webp);
  width: 40px;
  height: 40px;
}

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