html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button:focus {
  outline: none;
}
p {
  padding: 0.5rem 0;
}
a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */

:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type='submit'] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
/****************FONT*****************/

/**
 * Tables
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  -webkit-transition: color 0.4s ease-out 0s;
  -moz-transition: color 0.4s ease-out 0s;
  -ms-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}

.ws-sgct blockquote {
  background: rgb(248, 248, 248);
  font-size: 1.7rem;
  font-style: italic;
  padding: 10px 15px;
  border-left: 3px solid rgb(220, 224, 232);
  line-height: 1.7;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 1.7rem;
  line-height: 1.5;
}

.ws-sgct .wp-block-image {
  width: 100%;
}

.ws-sgct p {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

.ws-sgct img {
  margin: 2rem auto 2rem auto;
}

.ws-sgct table p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
}

.wp-block-table thead {
  background: var(--primary-color);
  color: #fff;
  border: none;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 2.4rem;
  font-family: 'Open Sans', sans-serif;
}

.ws-sgct h5 {
  font-size: 2.6rem;
  font-family: 'Open Sans', sans-serif;
}

.ws-sgct h4 {
  font-size: 2.8rem;
  font-family: 'Open Sans', sans-serif;
}

.ws-sgct h3 {
  font-size: 3rem;
  font-family: 'Open Sans', sans-serif;
}

.ws-sgct h2 {
  font-size: 3.2rem;
  font-family: 'Open Sans', sans-serif;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6,
.ws-sgct h1 {
  margin: 0 0 12px;
  font-weight: 500;
  color: #323232;
}

@media only screen and (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #e1e1e1;
    z-index: 9999;
    transform: translateX(112%);
    transition: 0.5s;
    padding-bottom: 3rem;
    font-family: 'Open Sans', sans-serif;
  }

  .header__menu > ul {
    list-style: none;
    overflow-y: auto;
    max-height: 100vh;
    margin: 5px;
    background: #fff;
  }

  .header__menu > ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .header__menu > ul li a {
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 10px 10px;
    color: #000;
    opacity: 0.85;
  }

  .header__menu > ul li .li-plus {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    top: 3px;
    right: 0;
    color: var(--primary-color);
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__menu > ul li .li-plus::before,
  .header__menu > ul li .li-plus::after {
    content: ' ';
    width: 14px;
    height: 2px;
    background-color: #8f8f8f;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
    border-radius: 2px;
  }

  .header__menu > ul li .li-plus::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .header__menu > ul li .li-plus::after {
    transform: translate(-50%, -50%);
  }

  .header__menu > ul li .li-plus.clicked::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header__menu > ul li .li-plus.clicked::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }

  .header__menu > ul li .clicked::after {
    transform: rotate(90deg);
  }

  .header__menu > ul li > ul {
    margin-top: 0;
    display: none;
  }

  .header__menu .sub-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .header__menu .sub-menu-wrapper li {
    width: 50%;
    font-size: 14px;
    padding: 0;
    border-bottom: 2px solid #e1e1e1;
    background: #eee;
    color: #54585a;
  }

  .header__menu .sub-menu-wrapper li:nth-child(even) {
    border-left: 1px solid #e1e1e1;
  }

  .header__menu > ul li > ul li {
    border: none;
    border-top: 1px solid #ddd;
  }

  .header__menu > ul li > ul li a {
    padding-left: 25px;
    text-transform: none;
    font-weight: 400;
  }

  .header__menu > ul .current-menu-item a {
    color: #fff !important;
    background: var(--primary-color);
  }

  .header__menu > ul .current-menu-item ul a {
    color: var(--primary-color);
  }

  .header__menu > ul .current-menu-parent ul {
    display: block;
  }

  .header__menu .header__menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0px;
  }

  .header__menu .header__menu-close svg {
    color: var(--primary-color);
  }

  .header__menu.header__menu-active {
    transform: translate(0);
  }

  .header__menu-heading {
    padding: 1rem;
    background-color: var(--primary-color);
    height: 60px;
  }

  .header__menu-heading img {
    max-width: 140px;
  }

  .header__menu-back {
    padding-left: 1rem;
    padding-right: 2rem;
    border-right: 1px solid #fff;
  }
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 0.5rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
  border-radius: 50%;
}
.messfb {
  position: fixed;
  bottom: 6rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 9999;
}
.messfb img {
  width: 50px;
  height: 50px;
}
.swal2-html-container {
  font-size: 16px;
}
.c-img-h {
  position: relative;
  width: 100%;
  display: block;
  height: 500px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}

.c-img.img-66 {
  padding-top: 66.72%;
}
.c-img-h img,
.c-img img,
.c-img video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}

.scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.scale-hover:hover > img {
  transform: scale(1.09);
}

.gnws-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}

.gnws-pagination ul {
  display: flex;
  justify-content: center;
}

.gnws-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}

.gnws-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}

.gnws-pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 2px;
}

.gnws-pagination ul li a svg path {
  stroke: var(--primary-color);
}

.gnws-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.gnws-pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}

.scroll-snap .item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}

:root {
  --primary-color: #be8a34;
  --secondary-color: #5b3900;
  --primary-color-hover: #cea35b;
  --text-color: #000000;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--text-color);
  overflow-x: hidden;
}

.desc {
  font-family: 'Open Sans', sans-serif;
}

.container {
  padding: 0 15px;
}

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

.font-noto {
  font-family: 'Open Sans', sans-serif;
}

.button__main a {
  background-color: var(--primary-color);
  color: #fff;
  padding: 1.5rem 2rem;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.block__special-content .button__main a {
  padding-bottom: 1rem;
}

.button__main a:hover {
  background-color: var(--primary-color-hover);
}

.heading-title {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  position: relative;
  font-family: 'Gotu', sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  transition: all 0.2s ease 0.2s;
}
.sub-title {
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 2rem;
  color: var(--secondary-color);
  text-align: center;
  font-family: 'Gotu', sans-serif;
}
.uspdesc {
  text-align: justify;
  color: #54585a;
  padding-left: 80px !important;
  padding-right: 80px !important;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .heading-title {
    font-size: 3rem;
  }
}

.slider-gini {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.slider-gini .gini-carousel-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.slider-gini:not(.flickity-enabled) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slider-gini:not(.flickity-enabled).show-3
  .gini-carousel-item:nth-child(n + 4) {
  display: none;
}

.post__related {
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.post__related .heading-title {
  margin-bottom: 4rem;
  font-size: 4rem;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .slider-gini:not(.flickity-enabled).show-3
    .gini-carousel-item:nth-child(n + 3) {
    display: none;
  }
}

.pt-100 {
  padding-top: 100%;
}

.button-right a {
  display: inline-block;
  padding: 6px 15px 8px 15px;
  line-height: 2;
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.button-right a svg path {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.button-right a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.button-right a:hover svg path {
  stroke: #fff;
}
.button-right .booke,
.single-room .button-right a,
.button-right button {
  display: inline-block;
  padding: 6px 15px 8px 15px;
  line-height: 2;
  border: 1px solid var(--primary-color);
  color: #fff !important;
  background-color: var(--primary-color);
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  z-index: 999;
  position: relative;
  min-width: 320px;
}
.button-right .booke {
  min-width: auto;
}
.single-room .button-right a svg path,
.button-right .booke svg path,
.button-right button svg path {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.button-right .booke:hover,
.single-room .button-right a:hover,
.button-right button:hover {
  color: var(--primary-color-hover) !important;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
.single-room .button-right .a svg path,
.button-right .booke svg path,
.button-right button svg path {
  stroke: #fff;
}
.archive .button-right button {
  min-width: auto;
}
/*--------------HEADER----------------*/

.header {
  position: relative;
  background-color: #fff;
}

.bar__mb {
  padding: 1rem;
  background-color: var(--primary-color);
}

.bar__mb svg path {
  fill: #fff;
}

@media only screen and (max-width: 991px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header .container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 1600px) {
  .header .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.header__logo img {
  max-width: 25rem;
}

/*
@media only screen and (max-width: 1600px) {
    .header__logo img {
        max-width: 15rem;
    }
}

@media only screen and (max-width: 767px) {
    .header__logo img {
        max-width: 14rem;
    }
}
*/
.header__button {
  font-size: 1.9rem;
  /*padding-left: 2rem;*/
}

.header__button a {
  display: inline-block;
  padding: 5px 1.5rem;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.header__button a:hover {
  background-color: var(--primary-color-hover) !important;
}

.contact button,
.header__button button {
  font-size: 15px;
  display: inline-block;
  padding: 10px 15px !important;
  color: #fff !important;
  background-color: var(--primary-color);
  -webkit-transition: 0.4s ease-out 0s !important;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.contact button {
  color: var(--primary-color) !important;
  background-color: #fff !important;
}

.contact button:hover {
  background-color: var(--primary-color-hover) !important;
  color: #fff !important;
}

.header__button button:hover {
  background-color: var(--primary-color-hover) !important;
}

#modal-send-room .wpforms-submit,
#modal-send-inquiry .wpforms-submit {
  display: inline-block;
  padding: 5px 1.5rem;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

#modal-send-room .wpforms-submit:hover,
#modal-send-inquiry .wpforms-submit:hover {
  background-color: var(--primary-color-hover);
}

#modal-send-room .wpforms-submit-container,
#modal-send-inquiry .wpforms-submit-container {
  display: flex;
  justify-content: center;
}

#modal-send-room .modal-dialog,
#modal-send-inquiry .modal-dialog {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  border-radius: 10px;
}

#modal-send-room .modal-content,
#modal-send-inquiry .modal-content {
  border-radius: 7px;
}

#modal-send-room .modal-close,
#modal-send-inquiry .modal-close {
  width: 2.5rem;
  height: 2.5rem;
  top: 5px;
  right: 5px;
  border-top-right-radius: 7px;
}

#modal-send-room .wpforms-container .wpforms-field,
#modal-send-inquiry .wpforms-container .wpforms-field {
  padding: 5px 0;
}
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-select,
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-layout,
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-number,
#modal-send-room .wpforms-container .wpforms-field.wpforms-field-date-time,
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-date-time {
  padding-bottom: 0px;
}
#modal-send-inquiry .wpforms-container .wpforms-field.wpforms-field-textarea,
#modal-send-room #wpforms-1036-field_1-container,
#modal-send-inquiry #wpforms-1036-field_1-container {
  padding: 0;
}
#modal-send-inquiry
  .wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-field-layout-columns {
  margin-left: 0;
  margin-right: 0;
}
#modal-send-inquiry
  .wpforms-container
  .wpforms-form
  .wpforms-field-layout
  .wpforms-layout-column {
  padding: 0 2px;
}
.flatpickr-day.nextMonthDay {
  color: #393939;
}

.header__language {
  font-family: 'Open Sans', sans-serif;
  display: none !important;
}

.header__language span {
  text-transform: uppercase;
  font-weight: 500;
}
.header__language li {
  list-style: none;
}
.header__language li img {
  width: 22px;
}
.header__language .language-toggle {
  color: var(--primary-color);
}
.header__language .language-toggle svg {
  width: 20px;
  padding-left: 5px;
  padding-top: 2px;
  fill: #fff;
}
.sticky-top.menu-hover .header__language .language-toggle svg {
  fill: var(--primary-color);
}
.sticky-topmenu-hover .header__language .language-toggle {
  font-weight: 400;
  color: #000000;
}
.header__language .language-dropdown {
  border-radius: 1rem;
  width: 15rem;
  margin-top: 2rem;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  right: 0;
  pointer-events: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .header__language .language-dropdown {
    right: 0;
  }
}

.header__language .language-dropdown.active {
  margin-top: 1rem;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__language .language-dropdown .lang-item {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.header__language .language-dropdown .lang-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.8rem;
  font-size: 1.6rem;
  align-items: center;
}

.header__language .language-dropdown .lang-item span:before {
  width: 3rem;
  height: 3rem;
}

.header__language .language-dropdown .lang-item.current-lang {
  background-color: var(--primary-color);
  color: #fff;
}

/*
.header__menu {
    margin-right: 5rem;
}*/

@media only screen and (min-width: 992px) {
  .header__menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .header__menu > ul .sub-menu {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    box-shadow: 2px 20px 20px 0px rgba(0 0 0 / 20%);
    display: block;
    background: #be8a34;
    color: #fff;
    padding: 0;
    /*left: 50%;
        transform: translateX(-50%);*/
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 9px -14px 20px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__menu > ul > li.menu-item-has-children:hover > .sub-menu,
  .header__menu > ul > li.menu-item-has-children > .sub-menu:hover {
    opacity: 0.97;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.6s ease;
  }

  /*.header__menu > ul .sub-menu-wrapper {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }*/

  .header__menu > ul .sub-menu img {
    max-width: 100%;
    display: block;
    width: 180px;
    height: 110px;
    object-fit: cover;
  }

  .header__menu > ul .sub-menu li {
    padding: 10px 2rem 0px 2rem;
  }
  .header__menu > ul .sub-menu li:last-child {
    padding-bottom: 10px;
}
  .header__menu > ul .sub-menu li > a:hover,
  .header__menu > ul .sub-menu li > a:active {
    color: var(--secondary-color);
    font-weight: bold;
  }
  .header__menu > ul > li {
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
  }

  .header__menu > ul > li > a {
    padding: 2rem 1.5rem;
    display: block;
    font-weight: 400;
    font-size: 1.35rem;
    text-transform: uppercase;
  }

  .header__menu > ul > li:hover > a,
  .header__menu > ul > li.current-menu-item > a {
    color: #fff;
    background-color: var(--primary-color-hover);
  }
  .header__menu > ul > li.menu-item-has-children {
    position: relative;
  }

  .header__menu > ul > li.menu-item-has-children .sub-menu-wrapper .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .header__menu
    > ul
    > li.menu-item-has-children:hover
    .sub-menu-wrapper
    .sub-menu,
  .header__menu
    > ul
    > li.menu-item-has-children:focus-within
    .sub-menu-wrapper
    .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.sticky-top.menu-hover .header__menu > ul > li:hover > a,
.sticky-top.menu-hover .header__menu > ul > li.current-menu-item > a {
  background-color: var(--primary-color);
}

.sticky-top .header__button button,
.sticky-top.menu-hover .header__button button {
  background-color: var(--primary-color);
}

.sticky-top .header__button:hover button,
.sticky-top.menu-hover .header__button:hover button {
  background-color: #54585a !important;
}

.header__menu > ul > li > a > img {
  display: none;
}

.home__banner-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media only screen and (min-width: 1300px) {
  .header__menu > ul > li > a {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 991px) {
  .header .header__menu > ul img {
    display: none;
  }
}

@media (max-width: 767px) {
  /*.header__menu {
        margin-right: 0;
    }*/
  .home__banner-img img {
    height: 88vh;
  }
}

.home__banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  /*background: linear-gradient(180deg, rgb(0 0 0 / 40%) 0, rgb(0 0 0 / 55%) 100%);*/
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.88%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.home__banner-content .title {
  font-size: 40px;
  font-weight: 500;
}

.home__banner-content .desc {
  font-size: 2rem;
}

.home__banner-content .container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home .home__banner-content .container {
  justify-content: flex-end;
  bottom: 140px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.home .home__banner-content .desc,
.home .home__banner-content .title {
  text-shadow: 0 0 18px #000000;
  font-family: 'Gotu', sans-serif;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}

.home__banner .flickity-button {
  background: none;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.home__banner .flickity-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 5.4rem;
  height: 5.4rem;
  border: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #fff #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home__banner .flickity-button.next {
  right: 2rem;
  transform: rotate(225deg);
  margin: auto 35px auto auto;
}

.home__banner .flickity-button.next:hover {
  right: 1rem;
}

.home__banner .flickity-button.previous {
  left: 2rem;
  transform: rotate(45deg);
  margin: auto auto auto 3.5rem;
}

.home__banner .flickity-button.previous:hover {
  left: 1rem;
}

.home__banner .flickity-button svg {
  display: none;
}

.block__special {
  padding-top: 4rem;
}

.block__special-content {
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 767px) {
  .home .home__banner-content .container {
    bottom: 70px;
  }
  .home__banner-content {
    top: 50%;
  }
  .home .home__banner-content .container {
    justify-content: flex-start;
  }
  .home .home__banner-content .title {
    font-size: 3.5rem;
  }
  .home .home__banner-content .desc {
    font-size: 1.75rem;
  }
  .home .detail__page {
    text-align: justify;
  }
}

@media only screen and (min-width: 992px) {
  .block__special-content {
    padding-left: 2rem;
    padding-right: 5rem;
  }
}

.block__special-content .title {
  font-size: 4.5rem;
  margin-bottom: 8rem;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: var(--primary-color);
}

.block__special-content .desc {
  margin-bottom: 3rem;
}

.block__special-content .mail {
  color: var(--primary-color);
  margin-bottom: 3rem;
}

.block__special-content .button__main {
  margin-bottom: 3rem;
}

.block__special-slider .flickity-slider {
  transform: none !important;
}

.block__special-slider .item {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  z-index: -1;
}

.block__special-slider .item.is-selected {
  opacity: 1;
  z-index: 0;
}

.block__special-slider .img img {
  width: 100%;
}

.block__special-slider .content {
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.block__special-slider .content .content__desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.88%,
    rgba(0, 0, 0, 0.7) 100%
  );
  font-family: 'Open Sans', sans-serif;
}

.block__special-slider .content .content__desc .title {
  font-size: 4rem;
}
.block__room-slider .button__main a,
.list-room-home .button__main a {
  text-transform: capitalize;
  line-height: 25px;
  padding: 1.2rem 2rem 1.2rem 2rem;
}
.block_home-slider .button__main a {
  text-transform: capitalize;
}

.block_home-slider .button__main a {
  padding: 1.2rem 2rem 1.2rem 2rem;
  font-size: 1.5rem;
}
.block_home-slider .flickity-prev-next-button {
  top: 36%;
}
.block_home-slider .list-room-home,
.block__room-slider .list-room-home {
  transform: scale(0.9);
  padding: 15px;
}
/*.block_home-slider .list-room-home{
  transform: scale(0.8);
}*/
.block_home-slider.list-room-home {
  transform: scale(0.96);
  margin-top: 5rem;
}
.block_home-slider.list-room-home .c-img,
.block_home-slider .list-room-home .c-img,
.block__room-slider .list-room-home .c-img,
.list-room-home .c-img {
  height: auto;
  padding-top: 100%;
}
.block__room-slider .list-room-home .c-img img,
.list-room-home .c-img img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.block_home-slider.list-room-home .c-img img,
.block_home-slider .list-room-home .c-img img {
  border-radius: 20px;
}
.block_home-slider.list-room-home .content__desc .title,
.block_home-slider .list-room-home .content__desc .title,
.block__room-slider .list-room-home .content__desc .title,
.list-room-home .content__desc .title {
  font-family: 'Gotu', sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 2rem 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
}
.block_home-slider.list-room-home .content__desc .desc,
.block_home-slider .list-room-home .content__desc .desc,
.block__room-slider .list-room-home .content__desc .desc,
.list-room-home .content__desc .desc {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.control__slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.control__slider-btn {
  cursor: pointer;
  margin-right: 2rem;
}

.customer__review {
  margin-top: 6rem;
}

.customer__review .heading-title {
  font-size: 4.5rem;
  font-weight: 400;
}

.customer__review-item {
  width: 288px;
  max-width: 90%;
  padding-right: 1rem;
}

.customer__review-item:hover .customer__review-content {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.customer__review-img {
  padding-top: 100%;
}
.customer__review-content .icon-social svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.customer__review-content {
  padding: 1.5rem;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  /*justify-content: center;
    align-items: center;*/
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  max-height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.customer__review-content .icon-social {
  max-width: 80px;
}

.customer__review-content .content {
  margin: 5px 0;
}

.customer__review-content .name {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.location-home .desc-home {
  color: #fff;
  padding: 2rem 0;
}
.room__package {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.room__package-list {
  padding: 0 5rem;
}

.room__package-item:hover .img::before {
  width: 100%;
  transition-delay: 0s;
}

.room__package-item:hover .img::after {
  height: 100%;
}

.room__package-item:hover .img a::before {
  width: 100%;
  transition-delay: 0s;
}

.room__package-item:hover .img a::after {
  height: 100%;
}

.room__package-item .img {
  position: relative;
  overflow: hidden;
}

.room__package-item .img::before {
  content: '';
  display: block;
  width: 0px;
  height: 15px;
  position: absolute;
  background: var(--primary-color-hover);
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.room__package-item .img::after {
  content: '';
  display: block;
  width: 15px;
  height: 0px;
  position: absolute;
  background: var(--primary-color-hover);
  bottom: 15px;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.room__package-item .img a {
  position: relative;
  display: block;
}

.room__package-item .img a::before {
  content: '';
  display: block;
  width: 0px;
  height: 15px;
  position: absolute;
  background: var(--primary-color-hover);
  top: 0;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.room__package-item .img a::after {
  content: '';
  display: block;
  width: 15px;
  height: 0px;
  position: absolute;
  background: var(--primary-color-hover);
  top: 15px;
  right: 0;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.ar-offer .room__package-item .img .c-img {
  height: auto;
  padding-top: 100%;
}
.room__package-item .content {
  margin-top: 2rem;
}

.room__package-item .content .title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-family: 'Gotu', sans-serif;
}

.room__package-item .content .desc {
  color: #555555;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.room__package-item .content .date {
  font-family: 'Open Sans', sans-serif;
}

.room__package-item .content .date span:first-child {
  color: var(--primary-color);
}

.room__item-content {
  margin-top: 1rem;
}

.room__item-content .title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.room__item-content .desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.room__item-content .info {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}

.room__item-content .info :is(svg, img) {
  margin-right: 1rem;
}

.footer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 5rem 0;
  background-color: #464849;
}

.footer__item-logo {
  margin-bottom: 2rem;
}
.footer__item-member img {
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .footer__item-logo {
    max-width: 70%;
  }
}
.footer__item-info {
  font-size: 14px;
}
.footer__item-info p {
  margin-bottom: 1rem;
}

.footer__item input {
  width: 70%;
  border: none;
  height: 3rem;
}
.footer__item .fo2 {
  margin-bottom: 2rem;
}
.footer__item button[type='submit'] {
  margin-top: 1rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #fff;
}

.footer__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 500;
  font-family: 'Gotu', sans-serif;
  letter-spacing: 1px;
}

.footer__copy {
  padding: 1rem 0;
  background-color: #464849;
  color: #fff;
}

.footer__item li {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
}
h4.footer__title button {
  display: none;
}
@media (max-width: 991px) {
  .footer__title {
    margin-bottom: 2rem;
  }
}

.page__category {
  padding: 2rem 0;
}

.page__category-desc {
  width: 80rem;
  max-width: 100%;
  margin: auto;
  margin-bottom: 5rem;
}

.page__category-list .button__main {
  margin-top: 6rem;
}

.page__banner-img {
  padding-top: 35.7332%;
}

.c-img-h img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.page__banner-h .content .content__desc {
  position: absolute;
  bottom: 0;
  padding: 3rem;
  margin: 0 20rem;
  color: #54585a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 991px) {
  .page__banner-img {
    padding-top: 66.666%;
  }
}
.page__banner-content-h {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page__banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(64 93 101 / 0%) 0,
    rgb(0 0 0 / 58%) 100%
  );
}

.page__banner-content .container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page__banner-content .top-title {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.page__banner-content .main-title {
  font-family: 'Gotu', sans-serif;
  font-weight: 500;
  text-shadow: 0 0 18px #000000;
  font-size: 3.5rem;
  padding-left: 14rem;
  padding-right: 14rem;
}

.post-type-archive-room .room__item img {
  width: 25px;
}

@media (max-width: 991px) {
  .page__banner-content .main-title {
    font-size: 3rem;
  }
}

.detail__page {
  padding-top: 2rem;
  overflow: hidden;
}

.single .post__related {
  overflow-x: hidden;
  background-color: #fafafa;
}

@media (min-width: 992px) {
  .detail__page-detail {
    margin-top: 0;
  }
}

.detail__page-detail .title {
  font-size: 3.9rem;
  font-weight: 500;
  color: var(--primary-color);
  font-family: 'Gotu', sans-serif;
}

.detail__page-slider,
.detail__page-room-slider {
  margin-top: 6rem;
}
.detail__page-room-slider {
  margin-bottom: 4rem;
}
.detail__page-room-slider .flickity-button,
.detail__page-slider .flickity-button {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  /*background: rgba(0, 0, 0, 0.5);*/
  transition: all 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .detail__page-slider .flickity-button.previous {
    left: -2rem;
  }
}
.detail__page-room-slider .flickity-button.previous::after,
.detail__page-slider .flickity-button.previous::after {
  content: url("data:image/svg+xml,%3Csvg width='31' height='14' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16667 7H30.0625M1.16667 7L5.91667 1M1.16667 7L5.91667 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 992px) {
  .detail__page-slider .flickity-button.next {
    right: 40.5%;
  }
}

/*.detail__page-room-slider .flickity-button.next::after,
.detail__page-slider .flickity-button.next::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='31' height='14' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16667 7H30.0625M1.16667 7L5.91667 1M1.16667 7L5.91667 13' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
.detail__page-room-slider .flickity-button svg,
.detail__page-slider .flickity-button svg {
  display: none;
}
*/
.detail__page-feature {
  margin-top: 6rem;
}
.detail__page .feature__room:not(:last-child) {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #ccc;
}

.detail__page .feature__room-title {
  padding-bottom: 3rem;
  margin-bottom: 6rem;
  border-bottom: 2px solid var(--primary-color);
  font-size: 3.9rem;
  font-weight: 400;
  color: var(--primary-color);
  font-family: 'Gotu', sans-serif;
}

.detail__page .feature__room .title {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.detail__page .feature__room .room__item img {
  margin-right: 1rem;
  width: 2.2rem;
  object-fit: contain;
}

.detail__page .feature__room .room__item p {
  color: #555;
  margin-top: 5px;
}
.roomd.room__item svg,
.detail__page .feature__room-list svg {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 2rem;
  fill: var(--secondary-color);
  object-fit: contain;
  vertical-align: middle;
}

.detail__page .feature__room-list img {
  width: 5rem;
  object-fit: contain;
  margin-right: 2rem;
}

.detail__page .feature__room-list p {
  color: #555555;
  font-size: 1.7rem;
}

.detail__page .feature__room-list span {
  display: inline-block;
  vertical-align: middle;
}
.feature__room-list {
  font-size: 17px;
  color: #555555;
  line-height: 26px;
}
.detail__page-time {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #f7f6fb;
  display: none;
}

.time__content .ws-sgct {
  font-size: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .detail__page-time .icon img {
    margin: auto;
  }
}

.detail__page-time .title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.detail__page-time h5 {
  color: var(--primary-color);
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.detail__page-time .desc {
  color: #555;
}

.nav__menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.nav__menu ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}

.nav__menu ul li a {
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px 35px;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
  transition: all 0.3s ease;
  text-align: center;
  color: #999999;
}

.nav__menu ul li a:hover {
  color: var(--primary-color);
  border: 1px solid #395a63;
  box-shadow: 0 0 15px rgba(57, 90, 99, 0.25);
}

.nav__menu ul li.current-menu-item a {
  font-weight: 600;
  color: var(--primary-color);
  border: 1px solid #395a63;
  box-shadow: 0 0 15px rgba(57, 90, 99, 0.25);
}

.gini__carousel {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.gini__carousel .carousel__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0.5;
  pointer-events: none;
}
.detail__page-room-slider .carousel .carousel-cell {
  opacity: 0.5;
  pointer-events: none;
}
.gini__carousel .carousel__item img {
  margin: 0;
}
.detail__page-room-slider .carousel .carousel-cell.is-selected,
.gini__carousel .carousel__item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.detail__page-room-slider .carousel .carousel-cell.is-selected a:hover::before,
.detail__page-room-slider .carousel .carousel-cell.is-selected a:hover::after,
.gini__carousel .carousel__item.is-selected a:hover::before,
.gini__carousel .carousel__item.is-selected a:hover::after {
  opacity: 1;
}
.detail__page-room-slider .carousel .carousel-cell a,
.gini__carousel .carousel__item a {
  border: none;
}
.detail__page-room-slider .carousel .carousel-cell a::after,
.gini__carousel .carousel__item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  opacity: 0;
}
.detail__page-room-slider .carousel .carousel-cell a::before,
.gini__carousel .carousel__item a::before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='%23fff' class='bi bi-zoom-in' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0'/%3E%3Cpath d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .gini__carousel {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .gini__carousel .carousel__item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

body.error404 {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.error404 .page__404 {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

body.error404 .page__404::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgb(0 0 0 / 69%);
}

body.error404 .page__404 .container {
  position: relative;
  z-index: 2;
}

body.error404 .page__404 .title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

body.error404 .page__404 .sub-title {
  font-size: 2rem;
}

body.error404 .page__404 .list-btn {
  margin-top: 4rem;
}

body.error404 .page__404 .list-btn li {
  margin-bottom: 1.5rem;
}

body.error404 .page__404 .list-btn a {
  display: inline-block;
  padding: 8px 3rem;
  border-radius: 50px;
  border: 1px solid #fff;
  min-width: 24rem;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

body.error404 .page__404 .list-btn a:hover {
  background-color: var(--primary-color);
}

footer .wpforms-container .wpforms-submit-container {
  margin-top: 0 !important;
  padding-top: 0;
}

footer .wpforms-container .wpforms-submit-container button {
  margin-top: 0;
  background-color: #fff0 !important;
  border: 1px solid #fff !important;
}

footer .wpforms-container .wpforms-submit-container button:hover {
  background-color: #fff !important;
  color: var(--primary-color);
}

body div.wpforms-container-full {
  margin: 0 !important;
}

.header {
  box-shadow: 0 0 5px rgba(0 0 0 / 20%);
}

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

.kmar-pagination li {
  display: inline-block;
}

.kmar-pagination li a {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  margin: 0 2px;
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  font-size: 2rem;
}

.kmar-pagination li.active a {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin: 0 2px;
  border-radius: 50px;
  color: #fff;
}
/*gallery*/
.gallery__list-tab {
  margin: 5rem 0;
}

.gallery__list .tab__header {
  border-bottom: 0;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}

.gallery__list .tab__header li {
  margin: 0 2rem;
}

.gallery__list .tab__header li button {
  color: var(--secondary-color);
  background-color: transparent;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
  position: relative;
}

.gallery__list .tab__header li button::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: width 0.3s ease;
}

.gallery__list .tab__header li button.active {
  background-color: #fff;
  color: var(--secondary-color);
  font-weight: bold;
}

.gallery__list .tab__header li button.active::after {
  width: 100%;
}

.gallery__list .list__gallery-img .tab-pane.show.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 5rem;
}
/* Main slider */
.room__thumbnail-main {
  width: 100%;
  margin-bottom: 15px;
}

.room__thumbnail-main .carousel-cell {
  width: 100% !important;
  margin-right: 10px !important;
}

.room__thumbnail-nav .carousel-cell {
  width: 20% !important;
  cursor: pointer;
}

.room__thumbnail-nav .carousel-cell img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  scale: 0.9;
}

/* Flickity viewport and slider */
.room__item-slider .flickity-viewport {
  overflow: hidden !important;
}

.room__item-slider .flickity-slider {
  display: flex;
  align-items: center;
}

/* Flickity buttons */
.room__item-slider .flickity-button {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #ddd !important;
}

.room__item-slider .flickity-button:hover {
  background: var(--secondary-color) !important;
}

/* Tab content */
.tab-list-rooom .tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-list-rooom .tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
}

/* Fix Flickity in hidden tabs */
.tab-list-rooom .flickity-enabled {
  visibility: hidden;
}

.tab-list-rooom .tab-pane.active .flickity-enabled {
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .gallery__list .list__gallery-img .tab-pane {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .gallery__list .list__gallery-img .tab-pane {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery__list .list__gallery-img .gallery-item {
  margin: 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.gallery__list .list__gallery-img .gallery-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.gallery__list .list__gallery-img .scale-hover {
  width: 100%;
}

/**/
.gini__block_title h2,
.gini__block_title {
  font-family: 'Gotu', sans-serif;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 4rem;
}

.gini__block_title p {
  font-size: 1.9rem;
  color: #555555;
  font-weight: 400;
  margin-top: 2rem;
}

.gini__block_title img {
  max-width: 5rem;
}
/*
.gini__block_title:after {
  content: "";
  display: block;
  width: 30rem;
  height: 2px;
  background: #9e4a33;
  margin: 4rem auto;
}*/
.gini__block_title:after {
  background: #ffffff;
}

.gini__block_slider_2 .carousel__item {
  width: 100%;
}

.gini__block_slider_2 .flickity-button.next {
  right: 2rem;
  bottom: 0;
  transform: translateY(0);
  top: unset;
}

.gini__block_slider_2 .flickity-button.previous {
  right: 8.5rem;
  left: unset;
  bottom: 0;
  transform: translateY(0);
  top: unset;
}

.gini__block_slider_2 .flickity-button {
  border-radius: 0;
  background: rgba(0 0 0 / 50%);
  width: 6rem;
  height: 6rem;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.gini__block_slider_2 .flickity-button:hover {
  background: var(--primary-color);
}

.gini__block_slider_2 .flickity-button .flickity-button-icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.gini__block_slider_2 .flickity-slider {
  transform: none !important;
}*/

.gini__block_slider_2 .carousel__item {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  z-index: -1;
}

.gini__block_slider_2 .carousel__item.is-selected {
  opacity: 1;
  z-index: 0;
}
.gini__block_slider_2 .c-img {
  padding-top: 45%;
}

.gini__block_thongtin {
  border-top: 2px solid var(--primary-color);
}

.room__package-list .room__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.slider_introduce {
  margin-top: 0;
}

@media (max-width: 991px) {
  .room__package,
  .block__special-content .title,
  .block__special-content {
    margin-bottom: 4rem;
  }

  .block__special {
    padding-top: 4rem;
  }

  .block__special .control__slider {
    display: none;
  }

  .control__slider .slider-next {
    max-width: 10rem;
  }

  .customer__review .heading-title,
  .block__special-content .title,
  .room__package .heading-title,
  .home__banner-content .title {
    font-size: 4rem;
  }
}

.home .flickity-page-dots {
  bottom: 110px;
}

.flickity-page-dots .dot {
  background: #fff;
}

.block__special_2 .block__special_2-img img {
  border-radius: 240px 240px 0 0;
}

.block__special_2 .flickity-prev-next-button {
  border: 1px solid #777;
}

.block__special_2 .flickity-prev-next-button:hover {
  background: var(--primary-color);
}

.block__special_2 .flickity-prev-next-button:hover path {
  color: #fff;
}

.button-viewmore {
  font-weight: bold;
  color: #1a7994;
  font-size: 1.7rem;
}

.home .block__special_2 .block__special_2-img img {
  height: 640px;
  width: 480px;
  object-fit: cover;
}

/*Kmar*/
.home .block__room-slider .flickity-prev-next-button {
  top: 36%;
}
.home__banner .flickity-button {
  width: 62px;
  height: 42px;
}

.home .room__package .flickity-prev-next-button,
.post__related .flickity-prev-next-button {
  top: 35%;
}

.home .room__package .flickity-prev-next-button.previous {
  left: 30px;
}

.home .room__package .flickity-prev-next-button.next {
  right: 30px;
}

.footer-social-networks a {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.footer-social-networks svg {
  fill: #1c3118;
  height: 2.5rem;
}

.footer-social-networks a:hover svg {
  fill: #54585a;
}

/*---header single----*/
.logo-page {
  display: none;
}

body.page header:not(.menu-hover) .logo-page,
body.archive header:not(.menu-hover) .logo-page,
body.single header:not(.menu-hover) .logo-page {
  display: block;
}

body.page header:not(.menu-hover) .logo-wrapper,
body.archive header:not(.menu-hover) .logo-wrapper,
body.single header:not(.menu-hover) .logo-wrapper {
  display: none;
}

body.page header.sticky-top,
body.archive header.sticky-top,
body.single header.sticky-top {
  position: fixed;
  width: 100%;
}
body.single header.sticky-top.menu-hover {
  position: fixed;
}
body.page header.sticky-top:not(.menu-hover),
body.archive header.sticky-top:not(.menu-hover),
body.single header.sticky-top:not(.menu-hover) {
  width: 100%;
  background: rgb(0 0 0 / 10%);
  transition: background 0.3s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.page header:not(.menu-hover) .header,
body.archive header:not(.menu-hover) .header,
body.single header:not(.menu-hover) .header {
  background-color: inherit;
}

body.page header:not(.menu-hover) .header__language .language-toggle,
body.archive header:not(.menu-hover) .header__language .language-toggle,
body.single header:not(.menu-hover) .header__language .language-toggle {
  color: #fff;
}

.page-template-home .flickity-prev-next-button.previous,
.single .post__related .flickity-prev-next-button.previous {
  left: -40px;
}

.page-template-home .flickity-prev-next-button.next,
.single .post__related .flickity-prev-next-button.next {
  right: -40px;
}

.page-template-home .home__banner .flickity-prev-next-button.next {
  right: 5px;
}

.page-template-home .home__banner .flickity-prev-next-button.previous {
  left: 5px;
}
.page-template-home .customer__review .flickity-prev-next-button.previous {
  left: 10px;
}
.page-template-home .customer__review .flickity-prev-next-button.next {
  right: 10px;
}
/*--------------------------------------------------------------
# Page offers
--------------------------------------------------------------*/
.offer .button {
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}

.offer a:hover .button {
  opacity: 1;
}

.page-header {
  min-height: 350px;
}

.page-header::before {
  content: '';
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-header .image {
  z-index: 1;
  top: 0;
  left: 0;
}

.img-cover {
  object-fit: cover;
}

.page-intro .image {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.page-intro .content {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 350px;
  z-index: 2;
}

.page-header .container {
  z-index: 3;
}

.border-primary {
  border-color: #c99246 !important;
}

.text-secondary {
  color: #00554c !important;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.6;
}
.tab-ba {
  padding: 5px 2rem;
  border-radius: 5rem;
  background-color: #eeeeef;
}
.tab-ba span {
  color: var(--primary-color);
  line-height: 3;
}
.tab-offer {
  padding: 0 1rem;
  text-transform: capitalize;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  display: block;
}
.tab-offer button {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.tab-offer button.active {
  color: var(--secondary-color);
  font-weight: bold;
  background-color: #fff;
  border-radius: 5rem;
  padding: 0.5rem 1.5rem;
}
.room__package .nav-tabs {
  border-bottom: 0;
}
.svg-secondary {
  fill: var(--primary-color);
}

.svg-4 {
  height: 1.5rem;
}

.offer h3.title {
  font-weight: 500 !important;
  font-size: 1.75rem;
  height: 60px;
}

@media (min-width: 576px) {
  .offer-large {
    padding: 2rem !important;
  }
}

@media (min-width: 768px) {
  .page-header {
    min-height: 700px;
  }

  .page-intro .content {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .page-header h1 {
    font-size: 3rem;
  }

  .page-intro .image {
    width: 50%;
  }

  .page-intro .content {
    background: rgba(255, 255, 255);
    position: sticky;
  }

  .page-intro .content::before {
    content: '';
    background: rgba(255, 255, 255);
    background: -moz-linear-gradient(
      to left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0)
    );
    background: -webkit-linear-gradient(
      to left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0)
    );
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
  }
}

.page__category-list .reverse .row {
  flex-direction: row-reverse;
}

.room__item-slider .title {
  font-family: 'Gotu', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 5rem;
  color: var(--primary-color);
}
.post-type-archive-dining .room__item-slider .title {
  margin-top: 0;
}
.room__item-slider .room__item {
  margin-bottom: 0.2rem;
}

.room__item-slider img {
  border-radius: 4px;
}

.room__item-slider .room__thumbnail-main {
  margin-bottom: 0;
}

.room__item-slider .room__thumbnail-nav {
  margin: 10px 0;
}

.room__item-slider .nav__item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.room__thumbnail-main .flickity-button {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.room__thumbnail-main .flickity-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

.room__thumbnail-main .flickity-button.previous::after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16667 7H30.0625M1.16667 7L5.91667 1M1.16667 7L5.91667 13' stroke='%23be8a34' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 992px) {
  .room__thumbnail-main .flickity-button.next {
    right: -2.5rem;
  }

  .room__thumbnail-main .flickity-button.previous {
    left: -2.5rem;
  }

  .page__category-list .col-12:not(.reverse) .room__content {
    padding-left: 3rem;
  }

  .page__category-list .col-12.reverse .room__content {
    padding-right: 3rem;
  }
}

.room__thumbnail-main .flickity-button.next::after {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 31 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16667 7H30.0625M1.16667 7L5.91667 1M1.16667 7L5.91667 13' stroke='%23be8a34' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}

.room__thumbnail-main .flickity-button svg {
  display: none;
}

.room__item-slider {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.5);
}

.modal-header {
  justify-content: center;
  border-bottom: 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 2;
  transition: all 0.2s ease 0.2s;
}

.modal-title:after {
  content: ' ';
  background: #000;
  width: 6.25rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  padding: 3rem;
}

.modal-close {
  background: transparent;
  border: 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}

.modal-close:hover {
  background: #54585a;
}

.modal-close:before,
.modal-close:after {
  content: ' ';
  background: #888;
  display: block;
  width: 2px;
  height: 2rem;
  margin-top: -10px;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-close:before {
  transform: rotateZ(-45deg);
}

.modal-close:after {
  transform: rotateZ(45deg);
}

.modal-close:hover:before,
.modal-close:hover:after {
  background: #fff;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-prev,
.modal-next {
  font-size: 3.75rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.modal-prev:hover,
.modal-next:hover {
  color: inherit;
  opacity: 1;
}

.modal-prev {
  left: 1.5rem;
}

.modal-next {
  right: 2.5rem;
}

.modal-review a.text-primary:hover {
  text-decoration: underline;
  color: #bf882e !important;
}

@media (min-width: 768px) {
  .modal-md {
    max-width: 750px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .modal-scroll .modal-dialog {
    overflow: hidden;
    height: calc(100vh - 3.75rem);
  }

  .modal-scroll .modal-content,
  .modal-scroll .modal-content > .row,
  .modal-scroll .info {
    height: 100%;
  }

  .modal-scroll .info {
    overflow: auto;
  }
}

.reserv-panel {
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.reserv-in {
  max-width: 800px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  justify-content: space-between;
  align-items: center;
}

.reserv-panel .reserv-in .title {
  font-size: 16px;
  color: #54585a;
  position: relative;
}

.reserv-panel .reserv-in .title::before {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background: #54585a;
  position: absolute;
  right: 0;
  top: 8px;
}

.reserv-panel .reserv-in {
  color: #54585a;
}
.reserv-panel .reserv-in .form-control {
  font-size: 15px;
}
.reserv-panel .reserv-in span {
  display: inline-block;
  position: relative;
  margin-right: 0;
}

.reserv-panel .reserv-in input[type='text'] {
  position: relative;
  border: none;
  color: #54585a;
  background: no-repeat right 3px;
  top: -6px;
  cursor: pointer;
}

.reserv-panel .reserv-in span:first-child::after {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  background: url(https://hamlongheritage.kmar.media/wp-content/uploads/2024/03/reserv_icon.png) -150px
    0px;
  right: -15px;
  top: 8px;
}

input.chk-adults {
  width: 36px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  text-align: center;
  font-size: 16px;
}

.reserv-panel .reserv-in .reserv-btn {
  background: var(--primary-color);
  border: none;
  color: #fff;
  height: 62px;
  width: 160px;
  box-sizing: border-box;
  margin-top: -16px;
}
@media (max-width: 1280px) {
  .reserv-panel .reserv-in .reserv-btn {
    margin-left: 14%;
  }
}
/*
.footer .col-lg-4:first-child {
  margin-right: 10px;
}

.footer .col-lg-4:nth-child(+2) {
  margin-right: -10px;
}
*/
.page-template-page-contact .contact {
  padding: 60px 30px;
  background-color: #e3e3e300;
  background-image: url('/wp-content/uploads/2025/04/Contact-Form-Background-01.jpg');
  border-radius: 15px 15px 15px 15px;
  border-style: none;
}

.contact .wpforms-field-label {
  color: #fff !important;
}

.page-template-page-contact .wpforms-container .wpforms-field {
  padding: 5px 0;
}

.wpforms-container textarea.wpforms-field-large {
  height: 75px !important;
}
.desc-home p {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  body.page header:not(.menu-hover) .header__menu > ul > li > a,
  body.archive header:not(.menu-hover) .header__menu > ul > li > a,
  body.single header:not(.menu-hover) .header__menu > ul > li > a {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .home .flickity-page-dots {
    bottom: 30px;
  }

  .page-template-home .flickity-prev-next-button.previous,
  .page-template-home .flickity-prev-next-button.next {
    display: none;
  }

  .home .room__package-list {
    padding: 0 2rem;
  }

  .home .room__package-item .content .title {
    font-size: 1.85rem;
  }

  .home .room__package-item .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
  }

  .button__main a {
    font-size: 1.5rem;
  }

  .home .block__special-content {
    padding: 1rem 2rem 0 2rem;
  }

  .home .block__special_2 .block__special_2-img img {
    width: 100%;
    height: 400px;
    max-height: 400px;
    border-radius: 100px 0 0 0;
    position: relative;
  }

  .home .block__special_2.block__special .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home .block__special_2.block__special .button-viewmore {
    float: right;
    padding-bottom: 2rem;
  }

  .home .block__special_2.block__special .button-viewmore img {
    max-height: 35px;
    width: auto;
  }

  .home .block__special_2 .block__special-content {
    padding: 1rem 0 0 0;
  }

  .home .customer__review {
    margin-top: 3rem;
  }

  .post-type-archive-offer .room__package-list {
    padding: 0;
  }

  .post-type-archive-offer .room__package-item .content .title {
    font-size: 1.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.6rem;
  }

  .post-type-archive-offer .room__package-item .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
  }
  .modal {
    z-index: 99999;
  }
  .modal-title {
    font-size: 2rem;
  }
  /*.single .header .container-fluid {
        padding-right: 5.5rem;
    }
    .single .header__menu {
        margin-right: 35px;
        width: 92%;
    }*/
  .page-template-page-contact .contact {
    width: 100%;
    padding: 5px 20px 20px 20px;
  }

  .page-template-page-contact .wpforms-container .wpforms-field {
    padding: 15px 0 0 0;
  }

  .gallery__list .list__gallery-img .scale-hover {
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.grecaptcha-badge {
  display: none !important;
}

#gallery-content-video .gallery {
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.1),
    0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  width: 104%;
  margin-bottom: 0.2rem;
}

#gallery-content-video .gallery .play {
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 0.625rem rgba(0, 0, 0, 0.3);*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3rem;
  margin-left: -3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
}

#gallery-content-video .gallery-item:hover svg {
  fill: var(--primary-color);
}

/*About*/
.benefits .offer-slider .list-offer-home {
  width: 25%;
  margin-right: 10px;
}
.list-benefits {
  margin-bottom: 1.5rem;
}
.list-benefits-img {
  padding-top: 100%;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.list-benefits-img img {
  /*object-fit: cover;
  width: 100%;
  height: 400px;*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.list-benefits-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 28%) 0,
    rgb(0 0 0 / 32%) 100%
  );
}
.list-offer-home img {
  min-height: 275px;
}
.list-benefits-title .container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.list-benefits-title span.title {
  color: #fff;
  text-shadow: 0 0 18px #000000;
  margin: 0% 25% 0% 25%;
  padding: 0px 0px 0px 0px;
  font-size: 25px;
  text-align: center;
}

.intro h2 {
  font-family: 'Gotu', sans-serif;
  color: var(--primary-color);
  line-height: 30px;
  font-size: 50px;
  position: relative;
  padding-bottom: 4rem;
}
.intro h3 {
  font-weight: 400;
  font-size: 2.8rem;
}
.benefits h3,
.facilities h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: var(--primary-color);
  font-size: 25px;
  line-height: 30px;
}
.benefits .heading-title {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 4rem;
  font-size: 50px;
  position: relative;
  font-family: 'Gotu', sans-serif;
  letter-spacing: -0.025em;
  line-height: 55px;
  transition: all 0.2s ease 0.2s;
  text-transform: uppercase;
}
.intro .desc.ws-sgct {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  text-align: justify !important;
  color: #54585a;
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.home .detail__page p,
.page-template-page-about .detail__page p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #55565a;
}

.benefits h3,
.facilities h3 {
  font-size: 30px;
}
.facilities .sub-title {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.list-facilities {
  margin-bottom: 2rem;
}
.list-facilities img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  display: block;
  transition: 0.5s;
  vertical-align: bottom;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.page .elementor-slideshow__title {
  display: none;
}
/*.list-facilities:hover img {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}*/

.list-facilities .title {
  font-family: 'Gotu', sans-serif;
  padding-top: 2rem;
  font-size: 20px;
  line-height: 10px;
  color: var(--primary-color);
}
.single-room .detail__page.no-banner {
  padding-top: 10rem;
}
.single-room .detail__page {
  padding-top: 6rem;
}
.single-room .detail__page {
  padding-top: 6rem;
}
.single-room .broom {
  margin-top: -6rem !important;
}

.single-room .desc.ws-sgct {
  margin-top: 1rem;
}
.list-room-home .content__desc {
  font-size: 110%;
  color: #54585a;
}
.block_home-slider .list-room-home .content__desc {
  font-size: 120%;
}
.ws-sgct .infott img {
  width: 40px;
  height: 100%;
  min-width: 40px;
  object-fit: cover;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .benefits .offer-slider .list-offer-home {
    width: 100%;
    margin-right: 0;
  }
  .list-benefits-img img {
    height: 260px;
  }
  .list-benefits-title span.title {
    font-size: 18px;
  }
  .intro .desc.ws-sgct {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .offer-slider .flickity-prev-next-button.previous {
    left: -15px;
    display: block;
  }
  .offer-slider .flickity-prev-next-button.next {
    right: -15px;
    display: block;
  }
  .uspdesc,
  .intro .desc.ws-sgct {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
#popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 9999;
  transition: transform 0.3s ease-out;
  margin-bottom: 0; /* remove extra margin at the bottom */
}

#popup img {
  width: 100%;
  height: auto;
}

#popup .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
  text-align: left;
  text-transform: capitalize;
}

#popup .description {
  font-size: 1.2rem;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  padding: 0.5rem;
}

#popup .buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#popup .btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#popup .button__main a {
  padding: 1rem 2rem 0.5rem 2rem;
  line-height: 18px;
  font-size: 1rem;
}
#popup .btn {
  display: inline-block;
  padding: 5px 0;
  margin-right: 5px;
  cursor: pointer;
}
#popup svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
#hide-link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

#hide-link svg {
  margin-right: 5px;
}

#reopen-btn {
  display: none;
  bottom: 100px;
  right: -44px;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 0;
  position: fixed;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
  font-size: 1.5rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-post .detail__page {
  padding: 50px 250px 0 250px;
}
.single-post h2.wp-block-heading {
  text-align: center;
  text-transform: uppercase;
}
.single-destination .ws-sgct img {
  margin: 2rem auto 2rem auto;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.single-destination .card_carousel_title {
  font-family: 'Gotu', sans-serif;
  color: var(--primary-color);
  font-size: 20px;
  line-height: 30px;
}
.page-template-page-full .ws-sgct {
  line-height: 0;
}
.page-template-page-full .ws-sgct iframe {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #gallery-content-video .gallery {
    width: 100%;
  }
  .single-room .broom {
    margin-top: 1rem !important;
  }
  .detail__page-room-slider .flickity-button {
    width: 4.5rem;
    height: 4.5rem;
  }
  .detail__page-room-slider .flickity-button svg {
    display: block;
    fill: #fff;
  }
  .detail__page-room-slider .flickity-button.previous::after,
  .detail__page-room-slider .flickity-button.next::after {
    content: unset;
  }
  .back-to-top {
    right: 0;
  }
  .heading-title {
    font-size: 2.5rem;
  }
  .intro h2 {
    line-height: 45px;
    font-size: 30px;
    padding-bottom: 1rem;
  }
  .home .detail__page {
    padding-top: 0;
  }
  .sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .intro h3 {
    font-size: 2rem;
  }
  .list-benefits-title span.title {
    margin: 0;
    padding: 0;
  }
  .list-facilities .title {
    font-size: 20px;
  }
  .list-facilities img {
    margin-bottom: 0;
    width: 80px;
    height: 80px;
  }
  .customer__review .heading-title,
  .block__special-content .title,
  .room__package .heading-title,
  .home__banner-content .title {
    font-size: 2.5rem;
  }
  .room__package,
  .block__special-content .title,
  .block__special-content {
    margin-bottom: 2rem;
  }
  .single-room .room__item-slider {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
  .header__logo img {
    max-width: 25rem;
  }

  .header__menu > ul > li > a {
    padding: 2rem;
  }

  .header__menu > ul .sub-menu li {
    padding: 1.7rem;
  }

  .home .block__special_2 .block__special_2-img img {
    width: 450px;
  }
  .reserv-panel .reserv-in span:last-child {
    margin-left: -20px;
  }
  input.chk-adults {
    margin-left: 54%;
  }
}

@media (max-width: 1024px) {
  .header__logo img {
    max-width: 25rem;
  }

  .header__menu > ul > li > a {
    padding: 1.5rem;
  }

  .header__menu > ul .sub-menu li {
    padding: 1rem;
  }
}
.detail__page-room-slider .carousel-cell {
  width: 50%;
  max-height: 600px;
  margin-right: 10px;
  counter-increment: gallery-cell;
}
.button__main svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.button__main a.b-s {
  line-height: 2;
  width: 180px;
  text-align: center;
  padding: 1rem 0;
}
/*
section.page-sitemap:before,
.gallery__list:before,
.archive .room__package:before,
.detail__page:before,
.page__category:before {
  content: '';
  display: block;
  background: url(/wp-content/uploads/2024/02/backicon.png)no-repeat;
  width: 380px;
  height: 380px;
  position: absolute;
  right: 10px;
  opacity: 0.08;
}
.detail__page:before {
  top: 10px;
}*/
.feature__room .page {
  z-index: 9;
}
.page-sitemap .feature__room {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}
.page-sitemap .feature__room:not(:last-child) {
  padding-bottom: 2rem;
}

.page-sitemap .feature__room:last-child {
  padding-bottom: 2rem;
}
.page-sitemap .page .page-page-default,
.page-sitemap .page .page-page-sitemap {
  display: none;
}
.page-sitemap h3.title {
  font-weight: bold;
}
.page-sitemap h3.title:before {
  content: '';
  display: block;
  width: 10%;
  height: 2px;
  background: var(--primary-color);
  margin: 0 0 2px;
  position: absolute;
  margin-top: -2.15rem;
}
.page-sitemap .page a:before,
.page-sitemap .room a:before,
.page-sitemap .dining a:before,
.page-sitemap .meeting_events a:before,
.page-sitemap .recreation a:before,
.page-sitemap .offer a:before,
.page-sitemap .services a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 50%;
  margin-left: -1rem;
  margin-top: 1.1rem;
}
.logo-sitemap {
  margin: 6rem 0;
}
.logo-sitemap img {
  max-width: 300px;
}
.site-mobile {
  background: transparent;
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 25px;
  left: 20px;
}
.site-mobile {
  background: transparent;
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 25px;
  left: 20px;
}
.site-mobile > a {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  height: 6rem;
}
.site-mobile > a > i {
  font-size: 0.875rem;
}
.site-mobile .open-booking {
  color: #fff;
  background: var(--primary-color);
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  border-radius: 25px;
}
.site-mobile .open-booking > span img {
  height: 25px;
  width: auto;
  margin-left: 5px;
}
.site-mobile .open-booking > span:first-child {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.room__package .nav-tabs {
  z-index: 999;
}
.tab-list-rooom {
  position: static;
}
.tab-list-rooom a {
  color: var(--secondary-color);
}
.tab-list-rooom a:hover {
  border: 0 !important;
  color: var(--secondary-color);
  font-weight: bold;
  background-color: #fff;
  border-radius: 5rem;
}
.tab-list-rooom a.nav-link {
  padding: 1rem;
}
.tab-list-rooom .nav-tabs .nav-link {
  border: 0 !important;
}
.page__banner-h .heading-title {
  text-transform: uppercase;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 50px;
  line-height: 75px;
}
.cmt-map {
  padding: 3rem 0;
} /*
.feature__room-list .row .col-md-4.col-6:not(:nth-child(-n+6)) {
  display: none;
}

.feature__room-list.show-all .row .col-md-4.col-6 {
  display: flex !important;
}
.post__related .heading-title:before {
  content: "";
  display: block;
  width: 80rem;
  height: 1px;
  background: #9e4a33;
  margin: 4rem auto;
}*/
.ff.col-lg-4 {
  width: 30%;
}
.ff.col-lg-5 {
  width: 45%;
}
.page__category-list .room__thumbnail.a-room .flickity-viewport,
.page__category-list.a-dining .room__thumbnail-main .flickity-viewport {
  height: 441px !important;
}
h4.footer__title.fo4 {
  margin-top: 1rem;
}
.lui1 {
  margin-top: -10rem;
  margin-left: 38rem;
}
.lui2 {
  margin-top: -10rem;
}
.post-type-archive-services .room__package {
  margin-top: 0rem;
}
.flickity-button:disabled {
  opacity: 0;
}
.post-type-archive-dining .room__item-slider .room__item {
  line-height: 1.65;
}
.footer-social-cta {
  position: fixed;
  bottom: 60px;
  right: 0.5rem;
  cursor: pointer;
  z-index: 9999;
}
.footer-social-cta a {
}
.footer-social-cta img {
  width: 5rem;
  height: 5rem;
  margin: 10px 0;
}
/**
 * Mobile
 */
@media (max-width: 767px) {
  .c-img-h {
    height: 160px;
  }
  .page__banner-h .heading-title {
    font-size: 30px;
    line-height: 45px;
  }
  .block__room-slider .list-room-home,
  .block_home-slider .list-room-home {
    transform: scale(1);
  }
  .facilities .heading-title,
  .benefits .heading-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 2rem;
  }
  .facilities .heading-title {
    margin-bottom: 1rem;
  }
  .page-template-home .block__room-slider .flickity-prev-next-button.previous,
  .page-template-home .block__room-slider .flickity-prev-next-button.next,
  .page-template-home .block_home-slider .flickity-prev-next-button.previous,
  .page-template-home .block_home-slider .flickity-prev-next-button.next {
    display: block;
  }
  .page-template-home .flickity-prev-next-button.previous {
    left: 15px;
  }
  .page-template-home .flickity-prev-next-button.next {
    right: 15px;
  }
  .page__banner-h .content .content__desc {
    position: relative;
    padding: 3rem;
    margin: 0;
  }
  .block__special-content .desc {
    text-align: justify;
  }
  .block__special-slider .content .content__desc .title {
    font-size: 2rem;
  }
  .ws-sgct h3 {
    font-size: 2.25rem;
  }
  .room__item-slider .title {
    margin-top: 0rem;
  }
  .post__related .heading-title {
    font-size: 2.5rem;
  }
  h4.footer__title {
    border-bottom: 1px solid #fff;
  }
  .footer__title button {
    float: right;
    width: 25px;
    height: 25px;
  }
  .footer__title svg {
    width: 25px;
    padding-right: 1rem;
  }
  /*.footer .col-lg-4 {
  margin-top: 10px;
}*/

  .cmt-map {
    padding-bottom: 0;
  }
  .category .room__package-list {
    padding: 0;
  }
  .single-post .detail__page {
    padding: 1rem 0;
  }
  .page__banner-img {
    padding-top: 70%;
  }
  .page__banner-content .main-title {
    padding-top: 15%;
  }
  h4.footer__title button {
    display: block;
  }
  .footer__title .btn svg.collapsed-icon {
    display: none;
  }

  .footer__title .btn.collapsed svg.collapsed-icon {
    display: inline-block;
  }
  .footer__title .btn.collapsed svg.expanded-icon {
    display: none;
  }
  .footer__title .btn:not(.collapsed) svg.expanded-icon {
    display: inline-block;
  }
  .block_home-slider .list-room-home .content__desc .desc,
  .block__room-slider .list-room-home .content__desc .desc {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .listtab .tab__header .flickity-viewport {
    width: 38rem;
  }
  .listtab .tab__header .flickity-prev-next-button.previous {
    left: -10px;
  }
  .listtab .tab__header .flickity-prev-next-button.next {
    right: -20px;
  }
  .listtab .tab__header .flickity-prev-next-button {
    width: 20px;
    height: 20px;
  }
  .detail__page-detail .button__main a {
    font-size: 1.35rem;
  }
  .detail__page-detail .button__main a.b-s {
    width: 115px;
  }
  .header__menu .sub-menu-wrapper li {
    width: 100%;
  }
  .home__banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .home__banner-content {
    z-index: 2;
  }
}
.button-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.button-item {
  flex: 0 1 auto;
}

.button-link {
  display: block;
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
}

.button-link:hover {
  background-color: var(--primary-color-hover);
  color: #fff;
}
/*--------------------------------------------------------------
# Home review
--------------------------------------------------------------*/
.row-home-review {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.col-home-review {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}
.home-review {
  height: 225px;
}
.home-review img {
  object-fit: cover;
}
.home-review .icon {
  background-color: rgba(0, 0, 0, 0.2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  padding: 0.25rem 0.5rem 1.75rem 1.75rem;
  z-index: 11;
  top: 0;
  right: 0;
}
.home-review .desc {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.home-review:hover .desc {
  visibility: visible;
  opacity: 1;
}
.col-home-review-1,
.col-home-review-3,
.col-home-review-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-home-review-2 {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.col-home-review-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-home-review-6,
.col-home-review-10,
.col-home-review-11 {
  width: 18%;
}
.col-home-review-7,
.col-home-review-8,
.col-home-review-9 {
  width: 15.333333%;
}
.col-home-review-12 {
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
.col-home-review-13,
.col-home-review-14 {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.col-home-review-15 {
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
}
.col-home-review-16 {
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-break:hover {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .col-home-review-1,
  .col-home-review-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-home-review-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-home-review-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-home-review-5,
  .col-home-review-6 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .col-home-review-7,
  .col-home-review-8 {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .col-home-review-9 {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
  .col-home-review-10,
  .col-home-review-11 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .col-home-review-12 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
  .col-home-review-13,
  .col-home-review-14 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .col-home-review-15 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
  .col-home-review-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .home .col-home-review-13,
  .home .col-home-review-14,
  .home .col-home-review-15,
  .home .col-home-review-16 {
    display: none;
  }
}
@media (max-width: 767px) {
  .col-home-review-1,
  .col-home-review-8,
  .col-home-review-13 {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
  .col-home-review-2,
  .col-home-review-7,
  .col-home-review-14 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }
  .col-home-review-3,
  .col-home-review-10,
  .col-home-review-15 {
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .col-home-review-4,
  .col-home-review-9,
  .col-home-review-16 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
  }
  .col-home-review-5,
  .col-home-review-6,
  .col-home-review-11,
  .col-home-review-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home .col-home-review-7,
  .home .col-home-review-8,
  .home .col-home-review-9,
  .home .col-home-review-10,
  .home .col-home-review-11,
  .home .col-home-review-12 {
    display: none;
  }
}
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input {
  --gf-local-width: 100% !important;
}
.gform-theme--foundation .ginput_complex .ginput_container_time {
  inline-size: 50% !important;
}
.gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.gform-theme--foundation .gfield input.large,
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input,
input#input_2_6_1,
input#input_2_6_2 {
  height: 45px;
}
input#gform_submit_button_2 {
  margin: 0 auto;
  padding: 0 35px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  height: 45px;
}
input#gform_submit_button_1 {
  border: 1px solid var(--primary-color-hover);
  color: #fff !important;
  background-color: var(--primary-color-hover);
}
@media (max-width: 576px) {
  .header__menu .sub-menu-wrapper {
    display: none;
  }
  .page__banner-content .container {
    height: calc(100% + 60px);
  }
}
