@import url("https://fonts.googleapis.com/css2?family=Prata&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Prata&amp;display=swap");
/*VARIABLE*/
/*FONT SIZE*/
/*RESPONSIVE*/
html::-webkit-scrollbar-track {
  background-color: #343434;
}
html::-webkit-scrollbar {
  width: 10px;
  background-color: #343434;
}
html::-webkit-scrollbar-thumb {
  background-color: var(--primary_color);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title-common .section-title {
  margin-bottom: 0;
}
.title-common .section-title .section-title-main {
  font-size: calc(18px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  line-height: 1.3em;
  margin: 0 auto;
  letter-spacing: 5px;
}
@media (max-width: 479px) {
  .title-common .section-title .section-title-main {
    letter-spacing: 0;
  }
}

.row-center {
  justify-content: center;
}

.w-1396 {
  max-width: 1396px !important;
}

.w-1366 {
  max-width: 1366px !important;
}

.page-header-excerpt {
  display: none;
}

.full-width {
  max-width: 100% !important;
}

@media (min-width: 1141px) {
  .p-left-40 {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  .p-left-40 {
    padding-left: 30px;
  }
}

@media (min-width: 1141px) {
  .p-right-40 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .pd-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.h-100 {
  height: 100% !important;
}

@media (max-width: 991px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .content-area-home .section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 480px) {
  .container-gallery {
    height: calc(100vh - 100px);
  }
}
.container-gallery .gallery-post-wrapper {
  height: 100%;
}
.container-gallery .gallery-post-wrapper .gallery-post-inner {
  height: 100%;
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery {
  height: 100%;
}
@media (max-width: 991px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .image-item .box-image .image-cover {
    padding-top: 100% !important;
  }
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-list {
  height: 100%;
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  z-index: 9;
  transition: ease 0.3s;
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow img {
  height: 40px;
}
@media (max-width: 479px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow img {
    height: 30px;
  }
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow.slick-prev {
  left: 40px;
}
@media (max-width: 479px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow.slick-prev {
    left: 15px;
  }
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow.slick-next {
  right: 40px;
}
@media (max-width: 479px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-arrow.slick-next {
    right: 15px;
  }
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots {
  list-style: none;
  position: relative;
  margin: 0 auto;
  transform: translateY(-80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots {
    transform: translateY(-50px);
  }
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots li {
  margin: 0 8px;
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots li.slick-active button {
  background-color: var(--primary_color);
  transform: scale(1.5);
}
.container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots li button {
  font-size: 0;
  background-color: var(--white);
  width: 22px;
  height: 22px;
  border-radius: 99px;
  transition: ease 0.3s;
}
@media (max-width: 479px) {
  .container-gallery .gallery-post-wrapper .gallery-post-inner .box-gallery .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

/*MIXINS*/
/*HEADER*/
#header .stuck {
  box-shadow: none;
  background: rgb(52, 51, 51);
  background: linear-gradient(180deg, #343333 20%, rgba(52, 51, 51, 0.8) 60%, rgba(52, 51, 51, 0.6) 80%, rgba(52, 51, 51, 0) 100%);
}
@media (min-width: 992px) and (max-width: 1024px) {
  #header .stuck #masthead {
    height: 90px !important;
  }
}
#header .stuck #masthead::after {
  display: none;
}
@media (min-width: 1181px) {
  #header .stuck #masthead .box-header-main .box-main-menu {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #header .stuck #masthead .box-header-main .box-main-menu .flex-right .mobile-nav {
    height: 100%;
  }
}
#header .stuck #masthead .box-header-main .box-main-menu .flex-right .header-nav li.btn-booknow a {
  line-height: 30px !important;
}
#header #masthead {
  position: relative;
}
#header #masthead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  width: calc((100vw - 962px) / 2);
  background-color: var(--primary_color);
}
@media (max-width: 991px) {
  #header #masthead {
    height: 90px !important;
  }
}
#header .header-bg-container .header-bg-color {
  backdrop-filter: blur(1px);
  background-image: linear-gradient(180deg, rgba(52, 51, 51, 0.7), transparent);
}
@media (max-width: 768px) {
  #header .header-inner #logo {
    width: 140px;
  }
}
#header .header-inner #logo a img {
  max-height: 120px;
  object-fit: contain;
}
@media (max-width: 850px) {
  #header .header-inner #logo a img {
    height: 70px;
  }
}
#header .header-inner .box-header-main {
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  #header .header-inner .box-header-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#header .header-inner .box-header-main #top-bar {
  background-color: var(--primary_color);
  border-top-left-radius: 41px;
  border-bottom-left-radius: 41px;
  margin-top: -25px;
  align-items: end;
}
@media (max-width: 991px) {
  #header .header-inner .box-header-main #top-bar {
    margin-right: -15px;
  }
}
@media (max-width: 550px) {
  #header .header-inner .box-header-main #top-bar {
    display: none;
  }
}
#header .header-inner .box-header-main #top-bar .mobile-nav {
  justify-content: end !important;
}
#header .header-inner .box-header-main #top-bar .flex-row {
  height: 58px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  #header .header-inner .box-header-main #top-bar .flex-row {
    padding-right: 15px;
  }
}
#header .header-inner .box-header-main #top-bar .flex-right .contact-topbar {
  font-size: 19px;
}
#header .header-inner .box-header-main #top-bar .flex-right .contact-topbar span {
  letter-spacing: 2px;
}
#header .header-inner .box-header-main #top-bar .flex-right .header-divider {
  height: 22px;
  border-left: 2px solid var(--white);
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls {
  width: 14em;
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li.wpml-ls-current-language a::before {
  content: "\f078";
  position: absolute;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li.wpml-ls-current-language a::after {
  display: none;
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li a span {
    font-size: 14px;
  }
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li a::after {
  display: none;
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li .wpml-ls-sub-menu {
  border: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 16em;
  margin-left: -25px;
  margin-top: 10px;
}
#header .header-inner .box-header-main #top-bar .flex-right .wpml-ls ul li .wpml-ls-sub-menu a::before {
  display: none;
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom {
  display: block;
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .contact-topbar {
  font-size: 17px;
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main #top-bar .show-for-medium .custom .contact-topbar {
    font-size: 14px;
  }
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls {
  width: 14em;
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls {
    width: 8em;
  }
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li a {
    font-size: 14px;
  }
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li a::before {
  content: "\f078";
  position: absolute;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li a::before {
    font-size: 14px;
  }
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li a::after {
  display: none;
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li .wpml-ls-sub-menu {
  border: none;
  border: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 16em;
  margin-left: -25px;
  margin-top: 10px;
}
#header .header-inner .box-header-main #top-bar .show-for-medium .custom .wpml-ls ul li .wpml-ls-sub-menu a::before {
  display: none;
}
@media (min-width: 1181px) {
  #header .header-inner .box-header-main .box-main-menu {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  #header .header-inner .box-header-main .box-main-menu {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  #header .header-inner .box-header-main .box-main-menu .hide-for-medium.flex-right {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  #header .header-inner .box-header-main .box-main-menu .show-for-medium.flex-right {
    display: block !important;
    height: 100%;
  }
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li {
  margin: 0 10px;
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li a {
  font-size: 15px;
  color: var(--white);
  font-weight: 500;
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li.btn-booknow a {
  padding: 8px 15px;
  background-color: var(--primary_color);
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li .sub-menu {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li .sub-menu li {
  margin: 0;
  transition: all 0.3s;
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li .sub-menu li:hover a {
  color: var(--primary_color);
}
#header .header-inner .box-header-main .box-main-menu .flex-right .header-nav li .sub-menu li a::after {
  font-weight: 900;
  display: none;
}
#header .header-inner .box-header-main .box-main-menu .flex-right .mobile-nav {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #header .header-inner .box-header-main .box-main-menu .flex-right .mobile-nav {
    height: 100%;
  }
}
#header .header-inner .box-header-main .box-main-menu .flex-right .mobile-nav .icon-menu {
  color: var(--primary_color);
  font-size: 28px;
}

#main-menu .sidebar-menu .nav li a {
  color: #545454;
  font-size: 14px;
}
#main-menu .sidebar-menu .nav li button i {
  color: #545454;
}
#main-menu .sidebar-menu .nav li .sub-menu .toggle {
  color: var(--black);
}
#main-menu .sidebar-menu .nav .wpml-ls {
  width: 100%;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li.wpml-ls-current-language a::before {
  content: "\f078";
  position: absolute;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #545454;
  opacity: 0.6;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li.wpml-ls-current-language a::after {
  display: none;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #545454 !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li a::after {
  display: none;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li .wpml-ls-sub-menu {
  border: none;
  padding: 20px 8px;
}
#main-menu .sidebar-menu .nav .wpml-ls ul li .wpml-ls-sub-menu a::before {
  display: none;
}

/*BANNER*/
@media (min-width: 992px) {
  .banner-wrapper {
    height: 100vh;
    margin-top: -170px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper {
    height: 100vh;
    margin-top: -120px;
  }
}
.banner-wrapper video {
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
.banner-wrapper .overlay {
  background-image: radial-gradient(ellipse at 70% 30%, rgba(0, 0, 0, 0.4), transparent 46% 85%);
  transform: rotate(180deg);
}
.banner-wrapper .linear-gradient-container {
  background-image: linear-gradient(180deg, #343333, transparent 98%);
  height: 180px;
  bottom: 0;
  top: auto;
  transform: rotate(180deg);
  left: 0;
  position: absolute;
  width: 100%;
}
.banner-wrapper .show-for-small video {
  width: 100%;
}
.banner-wrapper .banner-container {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: end;
}
@media (min-width: 992px) {
  .banner-wrapper .banner-container {
    padding-bottom: 105px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .banner-wrapper .banner-container {
    padding-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .banner-wrapper .banner-container {
    padding-bottom: 100px;
  }
}
.banner-wrapper .banner-container .box-title-banner .title-top {
  font-size: calc(10px + 10 * (100vw - 300px) / 1620);
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 3px;
  line-height: normal;
}
.banner-wrapper .banner-container .box-title-banner .title-bottom {
  font-size: calc(22px + 23 * (100vw - 300px) / 1620);
  font-weight: 400;
  line-height: normal;
  font-family: "Prata", serif;
  text-transform: inherit;
}
@media (max-width: 479px) {
  .banner-wrapper .banner-container .box-title-banner .title-bottom {
    line-height: 1.8;
  }
}

/*HOME - ROYAL HOTEL SAIGON*/
@media (min-width: 992px) {
  .section-home-rhs {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-home-rhs .row-text .box {
  text-align: center;
  padding-bottom: 10px;
}
.section-home-rhs .row-text .box .box-text-rhs {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  line-height: 30px;
  color: var(--white);
  text-align: center;
}
.section-home-rhs .row-text .box .box-text-rhs .more-text {
  display: none;
}
.section-home-rhs .row-text .box .btn-readmore {
  display: initial;
  padding: 8px 20px;
  margin: 0 auto;
}
.section-home-rhs .row-text .box .btn-readmore span {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  color: var(--primary_color);
  letter-spacing: 3px;
  font-weight: 600;
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-rhs .box-image .image-cover {
    padding-top: 56% !important;
  }
}
@media (max-width: 480px) {
  .section-home-rhs .box-image .image-cover {
    padding-top: 100% !important;
  }
}
.section-home-rhs .box-image .image-cover .overlay {
  background: rgb(52, 51, 51);
  background: linear-gradient(180deg, rgb(52, 51, 51) 0%, rgba(52, 51, 51, 0.3) 15%, rgba(52, 51, 51, 0.3) 85%, rgb(52, 51, 51) 100%);
}

/*HOME - ROOMS & SUITES*/
.section-home-rooms-suites .section-title-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home-rooms-suites {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.section-home-rooms-suites .col-inner-main {
  position: relative;
}
.section-home-rooms-suites .list-room-suite {
  position: relative;
}
.section-home-rooms-suites .list-room-suite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--primary_color);
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-home-rooms-suites .list-room-suite::before {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-home-rooms-suites .list-room-suite {
    min-height: calc(100vh - 100px);
  }
}
.section-home-rooms-suites .list-room-suite .row-full-width {
  height: 100%;
}
@media (max-width: 480px) {
  .section-home-rooms-suites .list-room-suite .row-full-width .slider-nav,
  .section-home-rooms-suites .list-room-suite .row-full-width .slider-for {
    height: unset;
  }
}
.section-home-rooms-suites .list-room-suite .slick-list {
  height: 100%;
}
.section-home-rooms-suites .list-room-suite .slick-list .slick-track {
  height: 100%;
}
.section-home-rooms-suites .list-room-suite .slick-arrow {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  padding: 0;
  margin: 0;
}
.section-home-rooms-suites .list-room-suite .slick-arrow.slick-prev {
  left: calc(50% - 80px);
}
@media (min-width: 992px) and (max-width: 1440px) {
  .section-home-rooms-suites .list-room-suite .slick-arrow.slick-prev {
    left: calc(50% - 80px);
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .slick-arrow.slick-prev {
    left: 15px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-home-rooms-suites .list-room-suite .slick-arrow.slick-prev img {
  transform: rotate(180deg);
  width: 21px;
}
.section-home-rooms-suites .list-room-suite .slick-arrow.slick-next {
  right: calc(50% - 80px);
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .slick-arrow.slick-next {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-home-rooms-suites .list-room-suite .slick-arrow.slick-next img {
  width: 21px;
}
.section-home-rooms-suites .list-room-suite .row-collapse {
  display: flex !important;
}
.section-home-rooms-suites .list-room-suite .col-des {
  position: relative;
}
@media (min-width: 1181px) {
  .section-home-rooms-suites .list-room-suite .col-des {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-home-rooms-suites .list-room-suite .col-des {
    flex-basis: 35% !important;
    max-width: 35% !important;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: -30px;
    z-index: 2;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .label-number-page {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 400;
}
@media (min-width: 480px) and (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .label-number-page {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .label-number-page {
    width: 100%;
    bottom: 17px;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner {
    padding-bottom: 0;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box {
  height: 100%;
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box {
    padding: 0 45px;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-shape {
  width: 100%;
  height: 100px;
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-shape {
    height: 65px;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-shape {
    display: none;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 100px);
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs {
    padding: 0 15px 0 30px;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs {
    background-color: #545454;
    padding: 30px 20px 40px 20px;
    height: 100%;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .name {
  font-size: calc(20px + 11 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .name {
    margin-top: 0;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .des {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  line-height: 27px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 162px;
}
@media (max-width: 1440px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .des {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 23px;
    height: 115px;
  }
}
@media (max-width: 480px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .des {
    text-align: unset;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data {
  list-style: none;
  display: flex;
  margin-left: -45px;
  align-items: baseline;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data {
    margin-left: -25px;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data {
    margin-left: 0;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data .data-item {
  display: inline-flex;
  margin: 0;
  width: 33.3333333333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data .data-item img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
@media (min-width: 991px) and (max-width: 1180px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data .data-item img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data .data-item img {
    width: 35px;
    height: 35px;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .data .data-item span {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  display: block;
  padding: 20px 5px;
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group {
  display: flex;
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a {
  padding: 0 10px;
  display: flex;
  min-width: calc(50% - 8px);
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a {
    padding: 0 5px;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a.btn-booknow {
  background-color: var(--primary_color) !important;
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a.btn-learnmore {
  background-color: #545454 !important;
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a.btn-learnmore {
    background-color: #343434 !important;
  }
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a:last-child {
  margin-right: 0;
}
.section-home-rooms-suites .list-room-suite .col-des .col-inner .box .box-text-rs .btn-group a span {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media (min-width: 1181px) {
  .section-home-rooms-suites .list-room-suite .col-gallery {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-home-rooms-suites .list-room-suite .col-gallery {
    flex-basis: 65% !important;
    max-width: 65% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-gallery {
    min-height: 475px;
  }
}
@media (max-width: 991px) {
  .section-home-rooms-suites .list-room-suite .col-gallery {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery {
  height: 100%;
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-list {
  height: 100%;
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-track {
  height: 100%;
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots {
  list-style: none;
  position: relative;
  margin: 0 auto;
  transform: translateY(-80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 479px) {
  .section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots {
    transform: translateY(-50px);
  }
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots li {
  margin: 0;
}
@media (max-width: 479px) {
  .section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots li {
    margin: 0;
  }
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots li.slick-active button {
  background-color: var(--primary_color);
  transform: scale(1.4);
}
.section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots li button {
  font-size: 0;
  background-color: var(--white);
  width: 22px;
  height: 22px;
  border-radius: 99px;
  transition: ease 0.3s;
  margin: 0 5px;
}
@media (max-width: 479px) {
  .section-home-rooms-suites .list-room-suite .col-gallery .box-gallery .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

/*HOME - DINING*/
.section-home-dinning .section-title-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home-dinning {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1141px) {
  .section-home-dinning .list-post-dinning {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .section-home-dinning .list-post-dinning {
    flex-wrap: nowrap;
    padding: 0 7px;
    overflow-x: auto;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-dinning .list-post-dinning .post-item {
    flex-basis: 45% !important;
    min-width: 45% !important;
    padding: 0 8px 30px !important;
  }
}
@media (max-width: 480px) {
  .section-home-dinning .list-post-dinning .post-item {
    flex-basis: 85% !important;
    min-width: 85% !important;
    padding: 0 8px 30px !important;
  }
}
@media (max-width: 992px) {
  .section-home-dinning .list-post-dinning .post-item .col-inner .box {
    position: relative;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-dinning .list-post-dinning .post-item .col-inner .box .box-image .image-cover {
    padding-top: 150% !important;
  }
}
@media (max-width: 480px) {
  .section-home-dinning .list-post-dinning .post-item .col-inner .box .box-image .image-cover {
    padding-top: 165% !important;
  }
}
.section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px 15px;
    background: rgb(52, 51, 51);
    background: linear-gradient(180deg, rgba(52, 51, 51, 0) 0%, rgba(52, 51, 51, 0.7) 60%, rgb(52, 51, 51) 95%);
  }
}
.section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text .post-title {
  font-size: calc(22px + 8 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  line-height: 25px;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.section-home-dinning .list-post-dinning .post-item .col-inner .box .box-text .button {
  color: var(--primary_color);
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  letter-spacing: 4px;
  font-weight: 500;
}

/*HOME - MEETINGS & WEDDINGS*/
.section-home-meetings-weddings .section-title-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home-meetings-weddings {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-home-meetings-weddings .list-meeting-wedding {
  position: relative;
}
@media (min-width: 992px) {
  .section-home-meetings-weddings .list-meeting-wedding {
    height: calc(100vh - 170px);
  }
}
@media (max-width: 991px) {
  .section-home-meetings-weddings .list-meeting-wedding {
    height: 100vh;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .banner {
  height: 100%;
}
.section-home-meetings-weddings .list-meeting-wedding .banner .overlay {
  background: rgb(52, 51, 51);
  background: linear-gradient(180deg, rgb(52, 51, 51) 0%, rgba(52, 51, 51, 0.3) 15%, rgba(52, 51, 51, 0.3) 85%, rgb(52, 51, 51) 100%);
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers {
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers.p-left-40 {
    padding-left: 0;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box {
  margin: 0 auto 0 0;
  max-width: 60%;
  height: 100%;
  position: relative !important;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box {
    max-width: 100%;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding {
  width: 100%;
}
@media (min-width: 480px) and (max-width: 991px) {
  .section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  .section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding .title {
  font-size: calc(18px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding .des {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 23px;
  height: 46px;
  margin-bottom: 10px;
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding .des p {
  margin: 0;
}
.section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding .btn-discover {
  line-height: 52px;
  border: 2px solid var(--primary_color);
  background-color: rgba(0, 0, 0, 0.6);
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .section-home-meetings-weddings .list-meeting-wedding .banner .banner-layers .box .box-text-metting-wedding .btn-discover {
    line-height: 42px;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .slick-list {
  height: 100%;
}
.section-home-meetings-weddings .list-meeting-wedding .slick-list .slick-track {
  height: 100%;
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  z-index: 9;
  transition: ease 0.3s;
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow img {
  height: 40px;
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-prev {
  left: 40px;
}
@media (max-width: 479px) {
  .section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-prev {
    left: 15px;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-next {
  right: 40px;
}
@media (max-width: 479px) {
  .section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-next {
    right: 15px;
  }
}
.section-home-meetings-weddings .list-meeting-wedding .slick-arrow.slick-disabled {
  visibility: hidden;
}

/*HOME - WELLNESS*/
@media (min-width: 992px) {
  .section-home-wellness {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-home-wellness .title-common {
  margin-bottom: 40px;
}
.section-home-wellness .wellness-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  z-index: 9;
  transition: ease 0.3s;
}
.section-home-wellness .wellness-slider .slick-arrow img {
  height: 40px;
}
.section-home-wellness .wellness-slider .slick-arrow.slick-prev {
  left: 40px;
}
@media (max-width: 479px) {
  .section-home-wellness .wellness-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
.section-home-wellness .wellness-slider .slick-arrow.slick-prev img {
  transform: rotate(180deg);
}
.section-home-wellness .wellness-slider .slick-arrow.slick-next {
  right: 40px;
}
@media (max-width: 479px) {
  .section-home-wellness .wellness-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
.section-home-wellness .wellness-slider .slick-track {
  display: flex;
  align-items: center;
}
.section-home-wellness .wellness-slider .wellness-item {
  width: 85vw !important;
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-image .image-cover {
  padding-top: 36% !important;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-image .image-cover {
    padding-top: 90% !important;
  }
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-image .overlay {
  background: linear-gradient(180deg, rgba(52, 51, 51, 0) 0%, rgba(52, 51, 51, 0.3) 30%, rgba(52, 51, 51, 0.3) 70%, rgb(52, 51, 51) 100%);
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text {
  display: none;
  padding: 20px 9%;
  bottom: 9%;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text {
    bottom: 0;
  }
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .wellness-title {
  font-size: calc(18px + 18 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des {
    flex-wrap: wrap;
  }
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .des {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  flex-basis: 60%;
  max-width: 60%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .des {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .box-button {
  flex-basis: 40%;
  max-width: 40%;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .box-button {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .box-button .button {
  color: var(--primary_color);
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  font-weight: 600;
  float: right;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item .wellness-inner .box .box-text .box-des .box-button .button {
    float: left;
  }
}
.section-home-wellness .wellness-slider .wellness-item.slick-center .box .box-image .image-cover {
  padding-top: 62% !important;
}
@media (max-width: 480px) {
  .section-home-wellness .wellness-slider .wellness-item.slick-center .box .box-image .image-cover {
    padding-top: 150% !important;
  }
}
.section-home-wellness .wellness-slider .wellness-item.slick-center .box .box-text {
  display: block;
}

/*HOME - TOURS & SERVICE*/
@media (min-width: 992px) {
  .section-home-tours-and-service {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-home-tours-and-service .title-common {
  margin-bottom: 40px;
}
.section-home-tours-and-service .col-tas-item .col-inner .box .box-image .overlay {
  background: linear-gradient(180deg, rgb(52, 51, 51) 0%, rgba(52, 51, 51, 0.3) 30%, rgba(52, 51, 51, 0.3) 70%, rgb(52, 51, 51) 100%);
}
.section-home-tours-and-service .col-tas-item .col-inner .box .box-text {
  padding: 20px 3% 4% 3%;
  border-bottom: 15px solid var(--primary_color);
}
.section-home-tours-and-service .col-tas-item .col-inner .box .box-text .tas-title {
  font-size: calc(22px + 8 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-home-tours-and-service .col-tas-item .col-inner .box .box-text .des {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*HOME - ONLY AT RHS*/
.section-home-only-rhs .section-title-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home-only-rhs {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.section-home-only-rhs .tabs-only-rhs {
  position: relative;
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs {
  position: absolute;
  top: calc(100% - 202px);
  left: 0;
  background: rgb(52, 51, 51);
  background: linear-gradient(180deg, rgba(52, 51, 51, 0) 8%, rgb(52, 51, 51));
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs {
    position: relative;
  }
}
@media (max-width: 479px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs {
    top: unset;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs {
  transition: all 0.3s;
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner {
  border-bottom: 10px solid var(--primary_color);
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-image {
    display: block;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-text {
    position: absolute;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-text a {
    pointer-events: initial;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-text .title {
  color: var(--white);
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-text .from_the_blog_excerpt {
  color: var(--white);
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs.active .col-inner .box .box-text .from_the_blog_excerpt {
    display: block;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs + .nav-item-only-rhs .col-inner {
  position: relative;
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs + .nav-item-only-rhs .col-inner {
    border-top: 1px solid #ccc;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs + .nav-item-only-rhs .col-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 95px;
  background-color: #ccc;
}
@media (max-width: 768px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs + .nav-item-only-rhs .col-inner::before {
    display: none;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner {
  padding: 15px 30px;
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box {
    position: relative;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    display: flex;
    align-items: end;
    background: rgb(52, 51, 51);
    background: linear-gradient(180deg, rgba(52, 51, 51, 0) 8%, rgb(52, 51, 51));
  }
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text a {
    pointer-events: none;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text .title {
  font-size: calc(17px + 10 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 400;
  color: #ddd;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 28px;
  height: 56px;
}
@media (max-width: 480px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text .title {
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text .title {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0;
  }
}
.section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: 15px;
  font-weight: 400;
  color: #ddd;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
@media (max-width: 991px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-nav-only-rhs .nav-item-only-rhs .col-inner .box .box-text .from_the_blog_excerpt {
    display: none;
  }
}
@media (max-width: 479px) {
  .section-home-only-rhs .tabs-only-rhs #tabs-content-only-rhs .post-item-only-rhs .box .box-image .image-cover {
    padding-top: 75% !important;
  }
}

/*MEETINGS*/
.section-the-content {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}
@media (min-width: 992px) {
  .section-the-content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.section-room {
  overflow: hidden;
}
.section-room .section-content {
  height: 100%;
}
.section-room .row-section-room {
  height: 100%;
}
@media (min-width: 1181px) {
  .section-room .row-section-room .col-text {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-room .row-section-room .col-text {
    flex-basis: 35% !important;
    max-width: 35% !important;
  }
}
@media (max-width: 991px) {
  .section-room .row-section-room .col-text {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.section-room .row-section-room .col-text .col-inner {
  height: 100%;
  background-color: var(--primary_color);
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .section-room .row-section-room .col-text .col-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .section-room .row-section-room .col-text .col-inner .box .box-text {
    padding: 20px 15px 0 15px;
  }
}
.section-room .row-section-room .col-text .col-inner .box .box-text .title {
  font-size: calc(20px + 11 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-room .row-section-room .col-text .col-inner .box .box-text .des {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  line-height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 54px;
}
.section-room .row-section-room .col-text .col-inner .box .box-text .button {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  letter-spacing: 3px;
  color: var(--white);
  font-weight: 500;
}
@media (min-width: 1181px) {
  .section-room .row-section-room .col-thumbnail {
    flex-basis: 75% !important;
    max-width: 75% !important;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .section-room .row-section-room .col-thumbnail {
    flex-basis: 65% !important;
    max-width: 65% !important;
  }
}
@media (max-width: 991px) {
  .section-room .row-section-room .col-thumbnail {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.section-room .row-section-room.row-reverse .col-text .col-inner {
  background-color: transparent;
}

/*MEETING TEMPLATE*/
.content-area-meeting-child .content {
  padding: 2.5em 0 1.5em 0;
  font-size: 17px;
}

/*DATA POST COMMON*/
.data-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .data-wrapper .data-inner .box-data {
    flex-wrap: wrap;
  }
}
.data-wrapper .data-inner .box-data .data-item {
  margin: 0 25px;
}
@media (max-width: 480px) {
  .data-wrapper .data-inner .box-data .data-item {
    margin: 0 15px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .data-wrapper .data-inner .box-data .data-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .data-wrapper .data-inner .box-data .data-item:last-child {
    margin-right: 0;
  }
}
.data-wrapper .data-inner .box-data .data-item .data-item-inner .data-icon {
  height: 43px;
}
.data-wrapper .data-inner .box-data .data-item .data-item-inner .data-icon img {
  height: 100%;
  object-fit: contain;
}
.data-wrapper .data-inner .box-data .data-item .data-item-inner .data-text {
  padding: 20px 5px;
}
.data-wrapper .data-inner .box-data .data-item .data-item-inner .data-text span {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-weight: 500;
}

.accordion-wrapper {
  padding-top: 30px;
}
.accordion-wrapper .accordion .accordion-item {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .accordion-wrapper .accordion .accordion-item {
    margin-bottom: 25px;
  }
}
.accordion-wrapper .accordion .accordion-item .accordion-title {
  border-color: var(--primary_color);
  padding-left: 0;
  background-color: transparent;
}
.accordion-wrapper .accordion .accordion-item .accordion-title .toggle {
  left: unset;
  right: 0;
  opacity: 1;
  font-size: 14px;
}
.accordion-wrapper .accordion .accordion-item .accordion-title span {
  font-size: calc(17px + 10 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
}
.accordion-wrapper .accordion .accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}

@media (min-width: 992px) {
  .section-suggested-for-you {
    padding-bottom: 60px !important;
  }
}
.section-suggested-for-you .title-common .section-title {
  border: none;
  margin-bottom: 20px;
}
.section-suggested-for-you .title-common .section-title .section-title-main {
  border: none;
  margin-left: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .list-suggested-post, .related-type-1 .list-suggested-post {
    flex-wrap: nowrap !important;
    padding: 0 7px !important;
    overflow-x: auto;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .list-suggested-post .post-item {
    flex-basis: 45% !important;
    min-width: 45% !important;
    padding: 0 8px 30px !important;
  }
}
@media (max-width: 480px) {
  .list-suggested-post .post-item {
    flex-basis: 85% !important;
    min-width: 85% !important;
    padding: 0 8px 30px !important;
  }
}
@media (max-width: 992px) {
  .list-suggested-post .post-item .col-inner .box {
    position: relative;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .list-suggested-post .post-item .col-inner .box .box-image .image-cover {
    padding-top: 150% !important;
  }
}
@media (max-width: 480px) {
  .list-suggested-post .post-item .col-inner .box .box-image .image-cover {
    padding-top: 165% !important;
  }
}
.list-suggested-post .post-item .col-inner .box .box-text {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .list-suggested-post .post-item .col-inner .box .box-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px 15px;
    background: rgb(52, 51, 51);
    background: linear-gradient(180deg, rgba(52, 51, 51, 0) 0%, rgba(52, 51, 51, 0.7) 60%, rgb(52, 51, 51) 95%);
  }
}
.list-suggested-post .post-item .col-inner .box .box-text .post-title {
  font-size: calc(22px + 8 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-suggested-post .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.list-suggested-post .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  line-height: 25px;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.list-suggested-post .post-item .col-inner .box .box-text .button {
  color: var(--primary_color);
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  letter-spacing: 4px;
  font-weight: 500;
}

/*SINGLE LAYOUT 1*/
.blog-single .post .entry-header {
  display: none;
}
.blog-single .layout-single-1 .entry-header {
  display: none;
}
.blog-single .layout-single-1 .entry-content {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}
.blog-single .layout-single-2 {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}
.blog-single .layout-single-2 .post {
  margin-bottom: 0;
}

.related-type-1 {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .related-type-1 {
    padding-top: 15px;
  }
}
.related-type-1 .title-common .section-title {
  border: none;
  margin-bottom: 20px;
}
.related-type-1 .title-common .section-title .section-title-main {
  border: none;
  margin-left: 0;
  padding: 0;
  letter-spacing: normal;
}
/*CAREER PAGE*/
@media (min-width: 992px) {
  .section-description-careers {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-description-careers .title-common {
  margin-bottom: 40px;
}
.section-description-careers .title-common .section-title .section-title-main {
  font-size: 27px;
  font-family: "Prata", serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.section-description-careers .box-des {
  font-size: 17px;
}

@media (min-width: 992px) {
  .section-accordion-careers {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.section-accordion-careers .accordion-wrapper {
  padding-top: 30px;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item {
  margin-bottom: 60px;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item .accordion-title {
  border-color: var(--primary_color);
  padding-left: 0;
  background-color: transparent;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item .accordion-title .toggle {
  left: unset;
  right: 0;
  opacity: 1;
  font-size: 14px;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item .accordion-title span {
  font-size: 27px;
  font-family: "Prata", serif;
}
.section-accordion-careers .accordion-wrapper .accordion .accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

/*OFFERS*/
.section-onlyatrhs-offers {
  padding-top: 0 !important;
}
.section-onlyatrhs-offers .title-common {
  margin-bottom: 60px;
}
.section-onlyatrhs-offers .row-offer .post-item .col-inner .box .box-text {
  padding: 20px 30px 35px 30px;
}
.section-onlyatrhs-offers .row-offer .post-item .col-inner .box .box-text .post-title {
  font-size: 33px;
  font-weight: 400;
  font-family: "Prata", serif;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-onlyatrhs-offers .row-offer .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: 17px;
  color: var(--white);
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-onlyatrhs-offers .row-offer .post-item .col-inner .box .box-text .button {
  margin-top: 25px;
  line-height: 52px;
  border: 2px solid var(--primary_color);
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 5px;
}

/*CONTACT US PAGE*/
@media (min-width: 992px) {
  .section-contact {
    padding-top: 50px !important;
  }
}
.section-contact .box-contact {
  margin-bottom: 80px;
}
.section-contact .box-contact .box-contact-inner .widget-title {
  font-size: 33px;
  font-family: "Prata", serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.section-contact .box-contact .box-contact-inner .menu-contact {
  margin: 0;
}
.section-contact .box-contact .box-contact-inner .menu-contact li {
  border: none;
}
.section-contact .box-contact .box-contact-inner .menu-contact li:first-child br {
  display: none;
}
.section-contact .box-contact .box-contact-inner .menu-contact li span,
.section-contact .box-contact .box-contact-inner .menu-contact li a {
  font-size: 17px;
  padding: 0;
}
.section-contact .box-form-contact .box-form-contact-inner {
  background-color: #545454;
  padding: 60px 100px;
}
@media (max-width: 479px) {
  .section-contact .box-form-contact .box-form-contact-inner {
    padding: 40px 20px;
  }
}
.section-contact .box-form-contact .box-form-contact-inner .title-form {
  text-align: center;
  font-size: 33px;
  font-family: "Prata", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.section-contact .box-form-contact .box-form-contact-inner form label {
  font-size: 17px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  margin-bottom: 0;
}
.section-contact .box-form-contact .box-form-contact-inner form label sup {
  font-size: 23px;
  font-weight: 500;
}
.section-contact .box-form-contact .box-form-contact-inner form input:not([type=submit]),
.section-contact .box-form-contact .box-form-contact-inner form textarea {
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 17px;
  color: var(--white);
  font-family: "Prata", serif;
  font-weight: 400;
  padding: 0;
}
.section-contact .box-form-contact .box-form-contact-inner form input:not([type=submit])::placeholder,
.section-contact .box-form-contact .box-form-contact-inner form textarea::placeholder {
  font-size: 17px;
  color: #b5b5b5;
  font-family: "Prata", serif;
  font-weight: 400;
}
.section-contact .box-form-contact .box-form-contact-inner form textarea {
  border: 1px solid var(--white);
  border-top: none;
  padding: 20px;
  height: 380px;
}
.section-contact .box-form-contact .box-form-contact-inner form input[type=submit] {
  font-size: 17px;
  font-weight: 400;
  line-height: 75px;
  padding: 0 50px;
  letter-spacing: 3px;
  margin-top: 35px;
}

/*IMAGES GALLERY*/
@media (min-width: 992px) {
  .section-images-gallery {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
}
.section-images-gallery .row-images-gallery .col-inner .box-title .title {
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 81px;
  padding-left: 40px;
  border-left: 8px solid var(--primary_color);
  margin-bottom: 60px;
}
.section-images-gallery .row-images-gallery .col-inner .box-images-gallery {
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 768px) {
  .section-images-gallery .row-images-gallery .col-inner .box-images-gallery {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .section-images-gallery .row-images-gallery .col-inner .box-images-gallery {
    column-count: 2;
  }
}
@media (min-width: 1199px) {
  .section-images-gallery .row-images-gallery .col-inner .box-images-gallery {
    column-count: 3;
  }
}
.section-images-gallery .row-images-gallery .col-inner .box-images-gallery .image-item {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
  padding-bottom: 20px;
}
.section-images-gallery .row-images-gallery .col-inner .box-images-gallery .image-item .image-zoom {
  overflow: hidden;
}
.section-images-gallery .row-images-gallery .col-inner .btn-loadmore {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 5px;
  width: 100%;
  line-height: 95px;
  border: 1px solid var(--primary_color);
  background-color: transparent;
  margin: 0;
}

/*LAYOUT 2*/
@media (min-width: 992px) {
  .list-post-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .list-post-news .post-item {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .list-post-news .post-item .col-inner .box .box-image .image-cover {
    padding-top: 75% !important;
  }
}
.list-post-news .post-item .col-inner .box .box-text {
  vertical-align: top;
  padding: 0 0 0 40px;
}
@media (max-width: 479px) {
  .list-post-news .post-item .col-inner .box .box-text {
    padding: 0;
  }
}
.list-post-news .post-item .col-inner .box .box-text .post-title {
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Prata", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .list-post-news .post-item .col-inner .box .box-text .post-title {
    font-size: 20px;
  }
}
.list-post-news .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.list-post-news .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: 20px;
}
@media (max-width: 991px) {
  .list-post-news .post-item .col-inner .box .box-text .from_the_blog_excerpt {
    font-size: 17px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .list-post-news .post-item .col-inner .box .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.list-post-news .post-item .col-inner .box .box-text button {
  color: var(--primary_color);
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-top: 5px;
  border: none;
  padding: 0;
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pagination li {
  width: 40px;
  height: 40px;
}
.nav-pagination li .page-number {
  border: none;
  border-radius: unset;
  font-size: 20px;
  font-weight: 500;
  background-color: unset !important;
}
.nav-pagination li .page-number.current {
  color: var(--primary_color);
  background-color: unset;
}
.nav-pagination li .page-number.prev {
  height: 100% !important;
  width: 100% !important;
}
.nav-pagination li .page-number.prev i {
  display: none;
}
.nav-pagination li .page-number.prev::before {
  content: "";
  background-image: url("../flatsome-child/assets/images/arrow.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.nav-pagination li .page-number.next {
  height: 100% !important;
  width: 100% !important;
}
.nav-pagination li .page-number.next i {
  display: none;
}
.nav-pagination li .page-number.next::before {
  content: "";
  background-image: url("../flatsome-child/assets/images/arrow.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

/*SPA TEMPLATE*/
@media (min-width: 992px) {
  .content-area-spa-template .section-contact-info-spa {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
}
.content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item {
  border-left: 1px solid var(--primary_color);
}
@media (max-width: 480px) {
  .content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item {
    border-left: none;
  }
}
@media (max-width: 480px) {
  .content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item + .contact-item .col-inner .box-contact {
    border-top: 1px solid var(--primary_color);
  }
}
.content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner {
  padding: 5px 20px;
}
@media (max-width: 480px) {
  .content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner .box-contact {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner .box-contact .box-text-contact .contact-title {
  font-size: calc(21px + 6 * (100vw - 300px) / 1620);
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner .box-contact .box-text-contact .des {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner .box-contact .box-text-contact .des {
    font-size: 15px;
  }
}
.content-area-spa-template .section-contact-info-spa .row-contact-info .contact-item .col-inner .box-contact .box-text-contact .des a + a {
  display: block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .content-area-spa-template .section-menu {
    padding-bottom: 80px !important;
  }
}
@media (max-width: 480px) {
  .content-area-spa-template .section-menu .col-menu .col-inner .box-image {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .content-area-spa-template .section-menu .col-menu .col-inner .box-image .image-cover {
    padding-top: 45% !important;
  }
}
.content-area-spa-template .section-menu .col-menu .col-inner .box-image .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.content-area-spa-template .section-menu .col-menu .col-inner .box-text .button {
  padding: 0 2.2em;
  line-height: 50px;
  min-height: 50px;
  border: 2px solid var(--primary_color);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 31px;
  font-weight: 500;
  text-transform: initial;
  font-family: "Prata", serif;
}
@media (max-width: 480px) {
  .content-area-spa-template .section-menu .col-menu .col-inner .box-text .button {
    font-size: 17px;
    line-height: 1.8;
    min-height: unset;
  }
}

/*CLUB*/
@media (min-width: 992px) {
  .section-club {
    padding-top: 80px !important;
  }
}
.section-club .table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
}
.section-club .table-card thead tr td.header-name {
  color: var(--white);
  font-family: "Prata", serif;
  font-size: calc(19px + 19 * (100vw - 300px) / 1620);
  font-weight: 500;
  width: 310px;
  min-width: 310px;
}
@media (max-width: 991px) {
  .section-club .table-card thead tr td.header-name {
    width: 200px;
    min-width: 200px;
  }
}
.section-club .table-card thead tr td.card {
  max-width: 185px;
  min-width: calc((100% - 310px) / 5);
  text-align: center;
}
@media (max-width: 991px) {
  .section-club .table-card thead tr td.card {
    min-width: 100px;
  }
}
.section-club .table-card thead tr td.card img {
  width: 100%;
}
@media (max-width: 991px) {
  .section-club .table-card thead tr td.card img {
    width: 85px;
  }
}
.section-club .table-card thead tr td.card .name-card {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  font-weight: 700;
  color: var(--white);
  padding: 20px 0;
}
@media (max-width: 991px) {
  .section-club .table-card thead tr td.card .name-card {
    line-height: 17px;
    min-height: 74px;
  }
}
.section-club .table-card tbody tr td {
  padding: 20px 0;
  font-size: 27px;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 991px) {
  .section-club .table-card tbody tr td {
    font-size: 14px;
  }
}
.section-club .table-card tbody tr td .benefit {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-club .table-card tbody tr td .benefit {
    font-size: 14px;
  }
}
.section-club .table-card tbody tr td .des {
  color: var(--white);
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-club .table-card tbody tr td .des {
    font-size: 14px;
  }
}
.section-club .table-card tbody tr td span.checked {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 99px;
  margin: 0 auto;
}
.section-club .table-card tbody tr td span.checked img {
  width: 18px;
  height: 18px;
}
.section-club .table-card tbody tr:last-child td {
  border-bottom: unset;
}
.section-club .terms-condition {
  text-align: right;
  margin-top: 40px;
}
.section-club .terms-condition a {
  color: var(--white);
  font-size: 27px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section-club .terms-condition a {
    font-size: 18px;
  }
}

/*TOURS*/
@media (min-width: 992px) {
  .section-tour-template {
    padding-top: 80px !important;
  }
}
@media (max-width: 991px) {
  .section-tour-template {
    padding-bottom: 0 !important;
  }
}
.section-tour-template .tours .tour-item .col-inner .box .box-text {
  padding: 10px 20px;
}
.section-tour-template .tours .tour-item .col-inner .box .box-text .tour-title {
  font-size: calc(20px + 11 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 500;
  height: 86px;
  line-height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-tour-template .tours .tour-item .col-inner .box .box-text .btn-tour {
  font-size: 15px;
  color: var(--white);
  letter-spacing: 3.5px;
  font-weight: 500;
  padding: 10px 40px;
}

/*FOOTER*/
@media (min-width: 992px) {
  #footer .section .row {
    width: 83.33333%;
  }
}
#footer .footer-custom-section1 .title-footer {
  margin: 0;
}
@media (max-width: 991px) {
  #footer .footer-custom-section1 .title-footer {
    margin-bottom: 20px;
  }
}
#footer .footer-custom-section1 .title-footer .section-title {
  margin: 0;
  border: none;
}
#footer .footer-custom-section1 .title-footer .section-title .section-title-main {
  border: none;
  padding: 0;
  font-size: calc(20px + 22 * (100vw - 300px) / 1620);
  font-weight: 500;
}
#footer .footer-custom-section1 .text-footer {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
  line-height: 1.4em;
}
#footer .footer-custom-section1 .text-footer p {
  margin-bottom: 0;
}
#footer .footer-custom-section2 .media-social .title-follow {
  font-size: calc(17px + 10 * (100vw - 300px) / 1620);
  font-family: "Prata", serif;
  font-weight: 400;
}
#footer .footer-custom-section2 .media-social .list-media {
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}
#footer .footer-custom-section2 .media-social .list-media a {
  display: inline-block;
  width: 51px;
  height: 51px;
  font-size: calc(13px + 4 * (100vw - 300px) / 1620);
}
@media (max-width: 480px) {
  #footer .footer-custom-section2 .media-social .list-media a {
    width: 40px;
    height: 40px;
  }
}
#footer .footer-custom-section2 .media-social .list-media a + a {
  margin-left: 15px;
}
#footer .footer-custom-section2 .media-social .list-media a:last-child {
  border: 1px solid var(--white);
  border-radius: 99px;
}
#footer .footer-custom-section2 .media-social .list-media a:last-child img {
  object-fit: contain;
  width: 27px;
}
#footer .footer-custom-section2 .media-social .list-media a img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #footer .footer-custom-section3 .contact-footer .contact-footer-inner {
    padding-bottom: 30px;
  }
}
#footer .footer-custom-section3 .contact-footer .contact-footer-inner .widget-title {
  font-size: calc(21px + 6 * (100vw - 300px) / 1620);
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Prata", serif;
  margin-bottom: 25px;
}
#footer .footer-custom-section3 .contact-footer .contact-footer-inner ul.menu-contact-footer li {
  margin-bottom: 13px;
  border: none;
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
}
#footer .footer-custom-section3 .contact-footer .contact-footer-inner ul.menu-contact-footer li span,
#footer .footer-custom-section3 .contact-footer .contact-footer-inner ul.menu-contact-footer li a {
  padding: 0;
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  font-weight: 500;
}
#footer .footer-custom-section3 .menu-footer-wrapper .menu-footer-inner .widget-title {
  font-size: calc(17px + 6 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  margin-bottom: 25px;
}
#footer .footer-custom-section3 .menu-footer-wrapper .menu-footer-inner .widget-title span {
  font-size: calc(15px + 12 * (100vw - 300px) / 1620);
  font-weight: 400;
  font-family: "Prata", serif;
  letter-spacing: 3px;
}
#footer .footer-custom-section3 .menu-footer-wrapper .menu-footer-inner .menu_footer {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-custom-section3 .menu-footer-wrapper .menu-footer-inner .menu_footer li {
  flex-basis: 50%;
  max-width: 50%;
  border: none;
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  margin-bottom: 40px;
}
#footer .footer-custom-section3 .menu-footer-wrapper .menu-footer-inner .menu_footer li a {
  font-size: calc(13px + 6 * (100vw - 300px) / 1620);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
}
#footer .absolute-footer {
  display: none;
}

.btn-gift {
  bottom: 50px;
  right: 40px;
  display: block;
  width: 50px;
  z-index: 999;
}
@media (max-width: 991px) {
  .btn-gift {
    bottom: 60px;
    right: 30px;
    width: 40px;
  }
}

.box-btn-book-now {
  bottom: 0;
  left: 0;
  width: 100%;
}
.box-btn-book-now .btn-book-now {
  margin: 0;
  display: inline-block;
  width: 100%;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 51, 51, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--primary_color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style-custom.css.map */