@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
@keyframes goDown {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
html {
  height: 100%;
}

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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #e55e0a;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

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

strong {
  font-weight: 600;
}

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

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #e55e0a;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

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

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

.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.full {
  max-width: 100% !important;
  width: 100% !important;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.container .row.smc-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.container .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.container .col {
  padding-left: 10px;
  padding-right: 10px;
}

.container .row.smc-gutter .col {
  padding-left: 5px;
  padding-right: 5px;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.lg-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.lg-gutter .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    max-width: 739px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
.header.stick {
  position: fixed;
  background: #fff;
  animation: goDown 0.6s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.header.stick .header__menu--item a {
  color: #333;
}
.header.stick .header__menu--item a:hover {
  color: #e55e0a;
}
.header.stick .header__menu--item a.active {
  color: #fff;
  background: #e55e0a;
}
.header.stick .header__line {
  background: #333;
}
.header.stick .header__search--icon svg {
  color: #333;
}
.header__wrap {
  display: flex;
  align-items: center;
}
.header__wrap.fx-between {
  justify-content: space-between;
}
.header__logo {
  width: 64px;
}
.header__logo--link {
  display: block;
  width: 100%;
}
.header__logo--link img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.header__menu {
  display: flex;
}
.header__menu--item a {
  display: block;
  padding: 4px 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu--item a:hover {
  color: #333;
}
.header__menu--item a.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.header__line {
  width: 1px;
  height: 20px;
  margin: 0 10px;
  background: #fff;
}
.header__search--label {
  cursor: pointer;
  width: 54px;
  height: 42px;
  padding: 10px 16px;
}
.header__search--label:hover .header__search--icon svg {
  transform: scale(1.3);
}
.header__search--label:has(:checked) .header__search--modal {
  opacity: 1;
  visibility: visible;
}
.header__search--icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__search--input {
  display: none;
}
.header__search--modal {
  cursor: default;
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 21, 25, 0.98);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.header__search--modal .search {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}
.header__search--modal .search__frame {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.header__search--modal .search__close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
}
.header__search--modal .search__close svg {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease-in-out;
}
.header__search--modal .search__close:hover svg {
  color: #fff;
}
.header__search--modal .search__form {
  width: 100%;
  position: relative;
}
.header__search--modal .search__form--input {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding: 16px 70px 16px 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #999a9c;
}
.header__search--modal .search__form--input:focus {
  border-color: #e55e0a;
}
.header__search--modal .search__form--input::placeholder {
  color: #999a9c;
}
.header__search--modal .search__form--action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.header__search--modal .search__form--action .btn {
  width: 100%;
  height: 100%;
  background: #e55e0a;
  border-radius: 100%;
  border: none;
  padding: 12px;
}
.header__search--modal .search__form--action .btn__icon {
  width: 100%;
  height: 100%;
}
.header__search--modal .search__form--action .btn__icon.btn-loader {
  display: none;
}
.header__search--modal .search__form--action .btn__icon svg {
  color: #fff;
  width: 100%;
  height: 100%;
}
.header__search--modal .search__result {
  padding-top: 20px;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.5s ease;
}
.header__search--modal .search__result:has(.item) {
  transform: initial;
}
.header__search--modal .search__result--head {
  margin-bottom: 20px;
}
.header__search--modal .search__result--title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.header__search--modal .search__result--frame {
  display: flex;
  gap: 20px;
}
.header__search--modal .search__result--block {
  flex: 1;
}
.header__search--modal .search__result--list .item {
  margin-bottom: 20px;
}
.header__search--modal .search__result--list .item__link {
  display: flex;
  align-items: center;
}
.header__search--modal .search__result--list .item__link:hover .item__name {
  color: #e55e0a;
}
.header__search--modal .search__result--list .item__image {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
  background: #ff9f64;
}
.header__search--modal .search__result--list .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__search--modal .search__result--list .item__name {
  color: #fff;
  display: block;
  width: calc(100% - 72px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.header__search--modal .search__result--list .item:last-child {
  margin-bottom: 0;
}
.header__search--modal .search__result--action {
  margin-top: 20px;
}
.header__panel {
  display: none;
}

.rd__menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.rd__menu.active {
  opacity: 1;
  visibility: visible;
}
.rd__menu.active .rd__menu--frame {
  opacity: 1;
  visibility: visible;
  transform: initial;
}
.rd__menu--close {
  position: absolute;
  right: 0;
  top: 0px;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.rd__menu--close svg {
  color: rgba(0, 0, 0, 0.5);
}
.rd__menu--frame {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 90%;
  max-width: 520px;
  background: #fff;
  margin-left: auto;
  padding: 40px 0 20px;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transform: translateX(100%);
}
.rd__menu--list {
  width: 100%;
  padding-bottom: 20px;
}
.rd__menu--list li a {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
.rd__menu--list li a:hover {
  color: #333;
  background: #f5f5f5;
}
.rd__menu--list li a.active {
  color: #fff;
  background: #e55e0a;
}
.rd__menu--info {
  padding: 20px;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 10px;
}
.rd__menu--info .item__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #e55e0a;
  padding: 10px;
}
.rd__menu--info .item__link svg {
  width: 100%;
  height: 100%;
  color: #fff;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
body:has(input#toggle-search:checked) {
  overflow: hidden;
}

.main-body {
  min-height: 400px;
}

.heading {
  color: #e55e0a;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1.3;
}
.heading.hd-bold {
  font-weight: 600;
}
.heading.hd-center {
  text-align: center;
}
.heading.hd-small {
  font-size: 24px;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  border-color: #f4f4f4;
  font-family: "Open Sans", sans-serif;
  line-height: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #b0b0b0;
  font-weight: 300;
}
.form input.error,
.form select.error,
.form textarea.error {
  border-color: #f00 !important;
}
.form input {
  padding: 12px;
}
.form input::-webkit-outer-spin-button, .form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
.form input[type=date] {
  -moz-appearance: textfield;
}
.form input[type=date]::-ms-clear {
  display: none;
}
.form select {
  padding: 8px 10px;
}
.form textarea {
  resize: none;
  padding: 12px;
}

.checkbox {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  display: flex;
}
.checkbox__input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}
.checkbox__input.error ~ .checkbox__checkmark {
  border-color: #f00;
}
.checkbox__input:checked ~ .checkbox__checkmark {
  background-color: #ff9f64;
  border-color: #ff9f64;
}
.checkbox__input:checked ~ .checkbox__checkmark:after {
  display: block;
  animation: checkAnim 0.2s forwards;
}
.checkbox__checkmark {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.checkbox p {
  width: calc(100% - 20px);
  font-size: 14px;
  padding-left: 8px;
}

.button,
a.button,
button.button {
  cursor: pointer;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  border: none;
  outline: none;
  display: block;
  width: fit-content;
  background: transparent;
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  line-height: 1;
}
.button.btn-default,
a.button.btn-default,
button.button.btn-default {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.button.btn-secondary,
a.button.btn-secondary,
button.button.btn-secondary {
  color: #e55e0a;
  background: #fff;
  border-color: #e55e0a;
  box-shadow: 0 0 0 0.2rem rgba(229, 94, 10, 0.2);
}
.button.btn-secondary:hover,
a.button.btn-secondary:hover,
button.button.btn-secondary:hover {
  color: #fff;
  background: #e55e0a;
}
.button.btn-primary,
a.button.btn-primary,
button.button.btn-primary {
  color: #fff;
  background: #e55e0a;
  border-color: #e55e0a;
}
.button.btn-primary:hover,
a.button.btn-primary:hover,
button.button.btn-primary:hover {
  color: #fff;
  background: #ff9f64;
  border-color: #ff9f64;
}
.button.btn-white,
a.button.btn-white,
button.button.btn-white {
  color: #e55e0a;
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.button.btn-white:hover,
a.button.btn-white:hover,
button.button.btn-white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.button.btn-text,
a.button.btn-text,
button.button.btn-text {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #e55e0a;
  font-weight: 600;
  display: inline-block;
  background: transparent;
}
.button.btn-text i,
a.button.btn-text i,
button.button.btn-text i {
  margin-left: 4px;
}
.button.btn-text:hover,
a.button.btn-text:hover,
button.button.btn-text:hover {
  color: #ff9f64;
}
.button.btn-center,
a.button.btn-center,
button.button.btn-center {
  margin: auto;
}

.section {
  padding: 40px 0;
}

.box__heading {
  width: fit-content;
  position: relative;
  padding-bottom: 14px;
}
.box__heading.center {
  margin: auto;
  text-align: center;
}
.box__heading.center::before, .box__heading.center::after {
  left: 50%;
  transform: translateX(-50%);
}
.box__heading::before, .box__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}
.box__heading::before {
  width: 60%;
  background: #ff9f64;
}
.box__heading::after {
  width: 20%;
  background: #e55e0a;
}

.box__section {
  position: relative;
}
.box__section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #f4f4f4;
}

.list__image .item__frame {
  overflow: hidden;
  position: relative;
  border-radius: 50% 50% 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list__image .item__frame:hover .item__title {
  color: #fff;
  background: #e55e0a;
}
.list__image .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.list__image .item__wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.list__image .item__title {
  margin: auto;
  max-width: 90%;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gap-x-12 {
  gap: 0 12px;
}
.gap-x-20 {
  gap: 0 20px;
}
.gap-y-10 {
  gap: 10px 0;
}
.gap-y-12 {
  gap: 12px 0;
}
.gap-y-16 {
  gap: 16px 0;
}
.gap-y-20 {
  gap: 20px 0;
}
.gap-y-40 {
  gap: 40px 0;
}
.gap-y-80 {
  gap: 80px 0;
}

.pd-b-40 {
  padding-bottom: 40px;
}
.pd-t-80 {
  padding-top: 80px;
}
.pd-b-80 {
  padding-bottom: 80px;
}

.mg-y-40 {
  margin: 40px 0;
}
.mg-b-40 {
  margin-bottom: 40px;
}

.fblike {
  text-align: left;
  margin-left: -4px;
  margin-top: 8px;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
  border-radius: 4px;
  font-size: 0;
  border: none;
  outline: none;
  z-index: 2;
  color: #fff;
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
.slick-slider .slick-dots {
  margin-top: 20px;
  width: 100%;
  gap: 8px;
  display: flex;
  justify-content: center;
}
.slick-slider .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-slider .slick-dots li.slick-active button {
  width: 30px;
  border-radius: 20px;
  background: #e55e0a;
}
.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 100%;
  background: #d9d9d9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 75%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(229, 94, 10, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #e55e0a;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: rgb(255, 255, 255);
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 3;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 3;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.loading {
  display: none;
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.loading__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__container svg {
  width: 56px;
  height: 56px;
  color: #e55e0a;
}

.animation-shine {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-shine::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.animation-shine:hover::before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

.swal-icon--success__line {
  background: #71cc22;
}
.swal-icon--success__ring {
  border-color: rgba(113, 204, 34, 0.5);
}
.swal-title {
  font-size: 20px;
  color: #71cc22;
}
.swal-text {
  font-weight: 300;
  text-align: center;
  color: #333;
}
.swal-footer {
  text-align: center;
}

.notifications-container {
  z-index: 9;
  position: fixed;
}
.notifications-container .notify__icon svg {
  width: 100%;
  height: 100%;
}
.notifications-container .notify__title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}
.notifications-container .notify__text {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.3;
}

.popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup.active {
  display: flex !important;
  opacity: 1 !important;
  visibility: initial !important;
}
.popup__fixed {
  position: fixed;
  inset: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.5);
}
.popup__fixed--frame {
  position: relative;
  display: flex;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  width: fit-content;
  margin: auto;
  height: fit-content;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 40px);
}
.popup__fixed--frame .inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.popup__fixed--head {
  margin-bottom: 20px;
}
.popup__fixed--head h3 {
  font-size: 20px;
  font-weight: 600;
  color: #e55e0a;
  text-transform: uppercase;
  text-align: center;
}
.popup__fixed--head span {
  color: #333;
  width: 100%;
  display: block;
  text-align: center;
}
.popup__fixed--form.tour__detail--form .form-action {
  gap: 10px;
  display: flex;
}
.popup__fixed--form.tour__detail--form .form-action .button {
  width: 100%;
}
.popup__fixed--form.tour__detail--form .form-close {
  display: block;
}

/*------------------------------------------------
** Select2
**------------------------------------------------*/
.select2-container {
  max-width: 100%;
}
.select2-container .select2-selection--single {
  height: auto;
  border: none;
  border-radius: 6px;
}

.select2-results {
  padding: 4px;
}
.select2-results__option {
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}
.select2-results__option:last-child {
  margin-bottom: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #333;
  background: #f4f4f4;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  font-weight: 500;
  color: #fff;
  background: #e55e0a;
}

.select2-dropdown {
  border-color: #e4e4e7;
  border-top: 1px solid #e4e4e7 !important;
  box-shadow: 2px 3px 8px 0px rgba(19, 25, 28, 0.16);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 20px 0 12px;
}

.select2-search--dropdown .select2-search__field {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

/*------------------------------------------------
** Datepicker
**------------------------------------------------*/
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #f4f4f4;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active {
  background: #e55e0a !important;
}

.datepicker table tr td.today {
  color: #fff !important;
  background: #ff9f64 !important;
}

.contact__form {
  padding: 20px 0 80px;
}
.contact__form--head {
  margin-bottom: 20px;
  text-align: center;
}
.contact__form--frame {
  position: relative;
  padding: 40px 0;
}
.contact__form--image {
  position: relative;
  height: 100%;
}
.contact__form--image .image {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-width: 450px;
  transform: translateY(-50%);
}
.contact__form--image .image img {
  display: block;
  width: 100%;
  max-height: 560px;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 250px 250px 0 0;
  border: 4px solid #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.contact__form--main .form__action .button {
  width: 100%;
  max-width: 120px;
}
.contact__form--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact__form--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__info .item__frame {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 12px;
  transition: all 0.3s ease;
}
.contact__info .item__frame:hover {
  background: #e55e0a;
}
.contact__info .item__frame:hover .item__icon {
  background: #fff;
}
.contact__info .item__frame:hover .item__icon--frame {
  border-color: #e55e0a;
}
.contact__info .item__frame:hover .item__icon--frame svg {
  color: #e55e0a;
}
.contact__info .item__frame:hover .item__data {
  color: #fff;
}
.contact__info .item__icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #e55e0a;
  padding: 5px;
}
.contact__info .item__icon--frame {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 15px;
  border: 1px solid #fff;
}
.contact__info .item__icon--frame svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.contact__info .item__data {
  display: block;
  width: calc(100% - 70px);
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
}
.contact__map iframe {
  width: 100%;
  height: 320px;
  border-radius: 20px;
}
.contact__form .form {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
}

.error__page--image {
  max-width: 500px;
  margin: auto;
}
.error__page--image img {
  display: block;
  width: 100%;
}
.error__page--data {
  text-align: center;
  margin-top: 40px;
}
.error__page--title {
  font-size: 28px;
  font-weight: 700;
}
.error__page--description {
  margin-bottom: 40px;
}
.error__page--action .button {
  display: flex;
  align-items: center;
  gap: 4px;
}
.error__page--action .button svg {
  width: 20px;
  height: 20px;
}

.tour__list .item {
  height: 100%;
}
.tour__list .item__frame {
  background: #f5f5f5;
  border: 1px solid #fff;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.tour__list .item__frame:hover {
  border-color: #ff9f64;
}
.tour__list .item__frame:hover .item__body--title {
  color: #ff9f64;
}
.tour__list .item__frame:hover .item__body--icon svg {
  color: #ff9f64;
}
.tour__list .item__head {
  position: relative;
}
.tour__list .item__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.tour__list .item__info {
  position: absolute;
  width: 100%;
  max-width: 140px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.tour__list .item__info--head {
  text-align: center;
  color: #fff;
  background: rgba(229, 94, 10, 0.8);
  padding: 2px 8px;
  font-weight: 700;
}
.tour__list .item__info--list {
  padding: 4px 8px;
}
.tour__list .item__info--list .subitem {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.tour__list .item__info--list .subitem:last-child {
  margin-bottom: 0;
}
.tour__list .item__info--list .subitem__icon {
  width: 18px;
  height: 18px;
  color: #e55e0a;
  transform: translateY(1px);
}
.tour__list .item__info--list .subitem__icon svg {
  width: 100%;
  height: 100%;
}
.tour__list .item__info--list .subitem__title {
  padding-left: 6px;
  width: calc(100% - 18px);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tour__list .item__body {
  padding: 20px;
}
.tour__list .item__body--link {
  display: flex;
  align-items: center;
}
.tour__list .item__body--icon {
  width: 24px;
}
.tour__list .item__body--icon svg {
  width: 100%;
  color: #e55e0a;
}
.tour__list .item__body--title {
  font-size: 16px;
  font-weight: 700;
  color: #e55e0a;
  padding-left: 2px;
  width: calc(100% - 24px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tour__list .item__body--description {
  font-size: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.about__facility {
  background: #f5f5f5;
}
.about__facility--list ul li {
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__facility--list ul li:last-child {
  margin-bottom: 0;
}
.about__facility--list ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.about__facility--image {
  position: relative;
  height: 100%;
}
.about__facility--image .image {
  position: absolute;
  width: 100%;
  max-width: 420px;
  transition: all 0.5s ease;
}
.about__facility--image .image__1 {
  top: 0;
  right: 0;
}
.about__facility--image .image__2 {
  left: 0;
  bottom: 0;
}
.about__facility--image .image__2 img {
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.about__facility--image .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 200px 200px 0px 0px;
  transition: all 0.5s ease;
}
.about__count {
  position: relative;
}
.about__count--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about__count--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__count--main {
  display: flex;
}
.about__count--main .item {
  height: 100%;
  width: 25%;
}
.about__count--main .item:hover .item__main {
  transform: translateY(-10px);
}
.about__count--main .item__main {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__count--main .item__main--image {
  position: relative;
  display: block;
  -webkit-mask-image: url("../images/icon_mask.svg");
  mask-image: url("../images/icon_mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background: #e55e0a;
  max-width: 240px;
  margin: auto;
}
.about__count--main .item__main--image img {
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
.about__count--main .item__main--count {
  position: absolute;
  left: 0;
  top: 20%;
  color: #fff;
  width: 100%;
  text-align: center;
}
.about__count--main .item__main--count .number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.about__count--main .item__main--count .title {
  font-size: 18px;
  font-weight: 700;
}
.about__count--main .item__index {
  display: flex;
  align-items: center;
}
.about__count--main .item__index::before, .about__count--main .item__index::after {
  content: "";
  display: block;
  width: calc((100% - 74px) / 2);
  height: 4px;
  background: #fff;
}
.about__count--main .item__index span {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  color: #666;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.about__count .box__heading::before {
  background: #fff;
}
.about__count .box__heading .heading {
  color: #fff;
}
.about__testimonial--slider .slick-slide {
  margin: 0 5px;
  height: auto;
}
.about__testimonial--slider .slick-slide > div {
  height: 100%;
}
.about__testimonial--slider .slick-list {
  margin: 0 -5px;
}
.about__testimonial--slider .item {
  height: 100%;
}
.about__testimonial--list {
  display: flex;
  gap: 10px;
}
.about__testimonial--list .item {
  width: 50%;
  height: auto;
}
.about__testimonial .item__frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  padding: 20px;
  border: 4px solid #d9d9d9;
}
.about__testimonial .item__head--avatar {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 4px solid #d9d9d9;
  margin: auto;
}
.about__testimonial .item__head--avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__testimonial .item__head--name {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.about__testimonial .item__head--country {
  display: block;
  text-align: center;
  color: #ff9f64;
  line-height: 1;
}
.about__testimonial .item__content {
  margin: 10px 0;
  font-size: 14px;
}
.about__testimonial .item__content--quote {
  color: #ff9f64;
}
.about__testimonial .item__content--main {
  margin: 0 4px;
}
.about__testimonial .item__star {
  gap: 4px;
  display: flex;
  justify-content: center;
  color: #ff9f64;
  font-size: 14px;
}

.room__main--frame {
  margin: auto;
  max-width: 1070px;
}
.room__list .item {
  margin-bottom: 40px;
}
.room__list .item:last-child {
  margin-bottom: 0;
}
.room__list .item:nth-child(even) .item__frame {
  flex-direction: row-reverse;
}
.room__list .item:nth-child(even) .item__data {
  padding-right: 40px;
  padding-left: 0;
}
.room__list .item__frame {
  display: flex;
  flex-wrap: wrap;
}
.room__list .item__image {
  width: 50%;
  position: relative;
}
.room__list .item__image--link {
  height: 100%;
  display: block;
  border-radius: 60px;
  overflow: hidden;
}
.room__list .item__image--link img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.room__list .item__image--action {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 100%;
  max-width: 130px;
}
.room__list .item__image--action .button {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 20px;
}
.room__list .item__image--action .button:hover {
  color: #e55e0a;
  background: #fff;
  border-color: #e55e0a;
}
.room__list .item__data {
  width: 50%;
  padding: 40px 0 40px 40px;
}
.room__list .item__data--name {
  color: #e55e0a;
  font-size: 25px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.room__list .item__data--name:hover {
  color: #ff9f64;
}
.room__list .item__data--description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  margin: 20px 0;
}
.room__list .item__data--price {
  display: inline-block;
  background: #e55e0a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  padding: 2px 12px;
  text-transform: uppercase;
}
.room__detail--gallery {
  display: grid;
  gap: 10px;
}
.room__detail--gallery.grid__2, .room__detail--gallery.grid__3 {
  grid-template-columns: repeat(2, 1fr);
}
.room__detail--gallery.grid__2 .gallery__for, .room__detail--gallery.grid__3 .gallery__for {
  grid-column: span 1;
}
.room__detail--gallery.grid__4 {
  grid-template-columns: repeat(3, 1fr);
}
.room__detail--gallery.grid__4 .gallery__for {
  grid-column: span 2;
}
.room__detail--gallery.grid__multiple {
  grid-template-columns: repeat(2, 1fr);
}
.room__detail--gallery.grid__multiple .gallery__nav {
  grid-template-columns: repeat(2, 1fr);
}
.room__detail--gallery .gallery {
  height: 100%;
}
.room__detail--gallery .gallery__for {
  height: 100%;
}
.room__detail--gallery .gallery__nav {
  display: grid;
  gap: 10px;
}
.room__detail--gallery .gallery .image {
  height: 100%;
}
.room__detail--gallery .gallery .image__frame {
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.room__detail--gallery .gallery .image__link {
  height: 100%;
  display: block;
}
.room__detail--gallery .gallery .image__link img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.room__detail--gallery .gallery .image__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.room__detail--gallery .gallery .image__overlay--number {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
.room__detail--image a {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.room__detail--image a img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.room__detail--info {
  display: flex;
  padding: 20px;
  border: 2px solid #e55e0a;
  border-radius: 20px;
}
.room__detail--info .item {
  width: 25%;
  padding: 0 20px;
  border-right: 2px solid #e55e0a;
}
.room__detail--info .item:last-child {
  border: none;
}
.room__detail--info .item__frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.room__detail--info .item__icon {
  width: 26px;
  height: 26px;
}
.room__detail--info .item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.room__detail--info .item__data {
  color: #e55e0a;
  font-size: 18px;
  font-weight: 600;
  padding-left: 8px;
  text-transform: capitalize;
}
.room__detail--amenities ul {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.room__detail--amenities ul li {
  font-size: 14px;
  gap: 6px;
  display: flex;
  font-weight: 500;
  width: calc((100% - 60px) / 4);
}
.room__detail--amenities ul li::before {
  content: "";
  transform: translateY(3px);
  display: inline-block;
  min-width: 18px;
  height: 18px;
  background-image: url("../images/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.room__detail--other {
  margin: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.room__detail--other-data {
  text-align: center;
}
.room__detail--cancel-data {
  text-align: center;
}
.room__detail--block.bg-section {
  background: #f5f5f5;
}

.booking__frame {
  position: relative;
  background: #e55e0a;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-180deg, #e55e0a, #ff9f64);
  border: 2px solid #fff;
}
.booking__frame .loading {
  border-radius: 20px;
}
.booking__form .form__group {
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  border: 1px solid #fff;
}
.booking__form .form__group:has(.show) .form__group--dropdown {
  opacity: 1;
  visibility: initial;
  height: auto;
}
.booking__form .form__group:has(.error) {
  border-color: #f00;
}
.booking__form .form__group--quantity {
  gap: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
}
.booking__form .form__group--quantity .quantity {
  display: flex;
  align-items: center;
  max-width: 120px;
}
.booking__form .form__group--quantity .quantity__button {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.booking__form .form__group--quantity .quantity input {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 60px);
  background: transparent;
  border: none;
  text-align: center;
}
.booking__form .form__group--quantity label {
  font-weight: 600;
}
.booking__form .form__group--dropdown {
  z-index: 2;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  background: #fff;
  box-shadow: 2px 3px 8px 0px rgba(19, 25, 28, 0.16);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  min-width: fit-content;
}
.booking__form .form__action {
  height: 100%;
}
.booking__form .form__action .button {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.booking__form .form__action .button:hover {
  border-color: #fff;
}
.booking__form .form input {
  height: 100%;
  border: none;
  border-radius: inherit;
  background: transparent;
  font-weight: 600;
}
.booking__form .form input:disabled {
  cursor: not-allowed;
}

.gallery__tab--frame {
  display: flex;
  padding: 4px;
  border-radius: 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
.gallery__tab--frame .tab {
  flex: 1;
}
.gallery__tab--frame .tab__frame {
  cursor: pointer;
  text-align: center;
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
}
.gallery__tab--frame .tab__frame:has(input:checked) {
  background: #e55e0a;
}
.gallery__tab--frame .tab__frame:has(input:checked) .tab__title {
  color: #fff;
}
.gallery__tab--frame .tab__title {
  font-size: 18px;
  font-weight: 700;
}
.gallery__tab--frame .tab__input {
  display: none;
}
.gallery__content--pane {
  display: none;
}
.gallery__content--pane.show {
  display: block;
}
.gallery__content--pane .item__frame {
  position: relative;
}
.gallery__content--pane .item__image {
  border-radius: 20px;
  overflow: hidden;
}
.gallery__content--pane .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gallery__content--pane .item__wrap {
  margin-top: 10px;
  gap: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gallery__content--pane .item__title {
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gallery__content--pane .item__count {
  color: #333;
  padding: 4px 10px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 9999px;
  border: 1px solid #e0e0e0;
}
.gallery__content--pane .item__count--number {
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.gallery__content--pane .item__count svg {
  width: 18px;
  height: 18px;
}
.gallery__content--pane .item__gallery {
  display: none;
}

.search__list .item {
  height: 100%;
}
.search__list .item__frame {
  background: #f5f5f5;
  border: 1px solid #fff;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.search__list .item__frame:hover {
  border-color: #ff9f64;
}
.search__list .item__frame:hover .item__body--title {
  color: #ff9f64;
}
.search__list .item__frame:hover .item__body--icon svg {
  color: #ff9f64;
}
.search__list .item__head {
  position: relative;
}
.search__list .item__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.search__list .item__info {
  position: absolute;
  width: 100%;
  max-width: 140px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.search__list .item__info--head {
  text-align: center;
  color: #fff;
  background: rgba(229, 94, 10, 0.8);
  padding: 2px 8px;
  font-weight: 700;
}
.search__list .item__info--list {
  padding: 4px 8px;
}
.search__list .item__info--list .subitem {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.search__list .item__info--list .subitem:last-child {
  margin-bottom: 0;
}
.search__list .item__info--list .subitem__icon {
  width: 18px;
  height: 18px;
  color: #e55e0a;
  transform: translateY(1px);
}
.search__list .item__info--list .subitem__icon svg {
  width: 100%;
  height: 100%;
}
.search__list .item__info--list .subitem__title {
  padding-left: 6px;
  width: calc(100% - 18px);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.search__list .item__price {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.search__list .item__price--number {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #fff;
  background: rgba(229, 94, 10, 0.8);
  padding: 2px 8px;
  border-radius: 8px;
  text-transform: uppercase;
}
.search__list .item__body {
  padding: 20px;
}
.search__list .item__body--title {
  font-size: 16px;
  font-weight: 700;
  color: #e55e0a;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.search__list .item__body--description {
  font-size: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.search__empty {
  padding: 20px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  border-radius: 20px;
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.search__empty--icon {
  width: 50px;
  height: 50px;
  margin: auto;
}
.search__empty--icon svg {
  color: #9ca3af;
}
.search__empty--title {
  font-weight: 600;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box__head {
  padding-bottom: 40px;
}
.box__head.has-booking {
  padding-bottom: 140px;
}
.box__head.has-booking .box__head--banner img {
  max-height: 100%;
}
.box__head.has-booking .box__head--text img {
  height: auto;
}
.box__head--container {
  position: relative;
}
.box__head--container .heading {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 50px;
  color: #fff;
  transform: translateY(-50%);
  padding: 0 20px;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.box__head--frame {
  position: relative;
}
.box__head--banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #e55e0a 0%, rgba(229, 94, 10, 0) 100%);
}
.box__head--banner img {
  display: block;
  width: 100%;
  max-height: 500px;
  min-height: 200px;
  aspect-ratio: 21/9;
  object-fit: cover;
  mask-mode: alpha;
  mask-image: linear-gradient(180deg, #fff 90%, rgba(115, 115, 115, 0) 100%);
}
.box__head--text {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
}
.box__head--text img {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.5));
  display: block;
  height: 120px;
  width: auto;
  margin: auto;
  object-fit: contain;
}
.box__head--booking {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.box__about--image {
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
.box__about--image .image {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.box__about--image .image__item {
  flex: 1;
}
.box__about--image .image__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__about--number {
  transform: translateY(-50%);
  width: 100%;
  max-width: 180px;
  min-width: fit-content;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.box__about--number .number {
  line-height: 1;
  color: #e55e0a;
  font-size: 38px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box__about--number .number .unit {
  font-size: 28px;
}
.box__about--data-content p {
  margin-bottom: 10px;
}
.box__about--data-content p:last-child {
  margin-bottom: 0;
}

.box__viewpoint--slider .slick-list {
  margin: 0 -10px;
}
.box__viewpoint--slider .slick-track {
  padding: 8px 0;
}
.box__viewpoint--slider .slick-slide {
  padding: 0 10px;
}

.box__count--number {
  height: 100%;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box__count--number .item {
  text-align: center;
}
.box__count--number .item__number {
  line-height: 1;
  font-size: 38px;
  font-weight: 800;
  color: #e55e0a;
}
.box__count--number .item__title {
  font-size: 18px;
}

.box__room--slider .slick-list {
  margin: 0 -10px;
}
.box__room--slider .slick-slide {
  padding: 0 10px;
}
.box__room--slider .item {
  position: relative;
}
.box__room--slider .item__frame {
  display: flex;
  gap: 20px;
}
.box__room--slider .item__image {
  width: 50%;
  position: relative;
}
.box__room--slider .item__image--frame {
  display: block;
  overflow: hidden;
  border-radius: 70px;
}
.box__room--slider .item__image--frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.box__room--slider .item__image--button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 100%;
  max-width: 160px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #e55e0a;
  border-radius: 10px;
  padding: 4px 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box__room--slider .item__image--button:hover {
  color: #e55e0a;
  background: #fff;
}
.box__room--slider .item__data {
  width: 50%;
  padding-left: 20px;
}
.box__room--slider .item__data--price {
  display: inline-block;
  background: #e55e0a;
  color: #fff;
  padding: 2px 12px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.box__room--slider .item__data--link:hover .heading {
  color: #ff9f64;
}
.box__room--slider .item__data--title {
  margin: 20px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box__room--slider .item__data--description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.box__room--slider .item__facility {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 60%;
}
.box__room--slider .item__facility.overlay .slick-list {
  padding-right: 15%;
}
.box__room--slider .item__facility.overlay .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 5%;
  background: linear-gradient(270deg, #fff 15.75%, rgba(245, 245, 245, 0) 100%);
  z-index: 1;
}
.box__room--slider .item__facility .slick-track {
  padding: 8px 0;
}
.box__room--slider .item__facility--image {
  cursor: pointer;
  border-radius: 32px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box__room--slider .item__facility--image:hover {
  border-color: #ff9f64;
}
.box__room--slider .item__facility--image img {
  border-radius: 28px;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.box__offer {
  position: relative;
}
.box__offer--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.box__offer--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__offer--main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.box__offer--main .item {
  width: calc((100% - 80px) / 3);
}

.box__choose-us {
  position: relative;
}
.box__choose-us--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.box__choose-us--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__choose-us--frame .box__heading::after {
  background: #fff;
}
.box__choose-us--frame .heading {
  color: #fff;
}
.box__choose-us--list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
.box__choose-us--list .item__frame {
  display: flex;
  flex-wrap: wrap;
}
.box__choose-us--list .item__icon {
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.box__choose-us--list .item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box__choose-us--list .item__data {
  max-width: 400px;
  width: calc(100% - 80px);
  padding-left: 20px;
  color: #fff;
}
.box__choose-us--list .item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.box__choose-us--list .item__content {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.box__choose-us--testimonial .testimonial {
  position: relative;
}
.box__choose-us--testimonial .testimonial__image img {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: auto;
}
.box__choose-us--testimonial .testimonial__main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
}
.box__choose-us--testimonial .testimonial__main--slider .slick-track {
  padding: 8px 0;
}
.box__choose-us--testimonial .testimonial__main--slider .slick-slide {
  margin: 0 10px;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__frame {
  background: #fff;
  border-radius: 45px;
  border: 4px solid #d9d9d9;
  padding: 20px 40px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head--avt {
  width: 80px;
  height: 80px;
  border: 4px solid #d9d9d9;
  border-radius: 100%;
  overflow: hidden;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head--avt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head--info {
  padding-left: 10px;
  width: calc(100% - 80px);
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head--name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__head--country {
  line-height: 1;
  color: #ff9f64;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__content {
  font-size: 14px;
  margin: 20px 0;
}
.box__choose-us--testimonial .testimonial__main--slider .slide__star {
  gap: 4px;
  display: flex;
  justify-content: right;
  color: #ff9f64;
  font-size: 14px;
}

.box__tour--slider .slick-list {
  margin: 0 -10px;
}
.box__tour--slider .slick-slide {
  margin: 0 10px;
  height: auto;
}
.box__tour--slider .slick-slide > div {
  height: 100%;
}
.box__tour--slider .slick-slide > div .item {
  height: 100%;
}
.box__tour--slider .slick-slide > div .item__frame {
  height: 100%;
}

.box__tripadvisor {
  position: relative;
}
.box__tripadvisor--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.box__tripadvisor--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__tripadvisor--logo img {
  display: block;
  width: 100%;
  max-width: 370px;
  margin: auto;
}
.box__tripadvisor--main {
  max-width: 650px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.box__tripadvisor--image {
  width: calc(100% - 240px);
}
.box__tripadvisor--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box__tagline {
  position: relative;
}
.box__tagline::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 159, 100, 0.8);
}
.box__tagline--bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.box__tagline--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__tagline--container {
  position: relative;
  z-index: 1;
}
.box__tagline--data {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Baskervville", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.box__support {
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 60px;
}
.box__support .item {
  margin-bottom: 25px;
}
.box__support .item:last-child {
  margin-bottom: 0;
}
.box__support .item.tripadvisor .item__link::before {
  box-shadow: 0 0 0 0 #34e0a1;
  background-color: rgba(52, 224, 161, 0.5);
}
.box__support .item.messenger .item__link::before {
  box-shadow: 0 0 0 0 #6a4ffe;
  background-color: rgba(106, 79, 254, 0.5);
}
.box__support .item.hotline .item__link--frame {
  background: #bb181e;
  padding: 5px;
}
.box__support .item.hotline .item__link::before {
  box-shadow: 0 0 0 0 #bb181e;
  background-color: rgba(187, 24, 30, 0.7);
}
.box__support .item.scroll-to-top {
  cursor: pointer;
  transform: scale3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.box__support .item.scroll-to-top:hover {
  background: #f5f5f5;
}
.box__support .item.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}
.box__support .item__link {
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
}
.box__support .item__link--frame {
  border-radius: inherit;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.box__support .item__link::before {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: inherit;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.box__support .item__link__img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #e55e0a;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  margin: auto;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.pagination li span,
.pagination li a {
  width: 32px;
  height: 32px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination li a:hover {
  background: #f5f5f5;
}
.pagination li.disabled {
  display: none;
}
.pagination li.active {
  background: #e55e0a;
  border-color: #e55e0a;
}
.pagination li.active span {
  color: #fff;
  font-weight: 600;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.footer {
  position: relative;
}
.footer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.footer__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__container {
  position: relative;
}
.footer__logo--link {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: auto;
}
.footer__logo--link img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.footer__block--head {
  margin-bottom: 20px;
}
.footer__block--head .heading {
  color: #fff;
}
.footer__block--list .item {
  margin-bottom: 8px;
}
.footer__block--list .item:last-child {
  margin-bottom: 0;
}
.footer__block--list .item:has(.item__icon) {
  display: flex;
  align-items: center;
}
.footer__block--list .item:has(.item__icon) .item__link {
  width: calc(100% - 20px);
  padding-left: 8px;
}
.footer__block--list .item__icon {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  padding: 2px;
}
.footer__block--list .item__icon svg {
  color: #e55e0a;
  width: 100%;
  height: 100%;
}
.footer__block--list .item__link {
  color: #fff;
  font-weight: 500;
}
.footer__block--list .item__link:hover {
  color: #ffc300;
}
.footer__copyright {
  position: relative;
  color: #fff;
  text-align: center;
  border-top: 1px solid #bb4800;
  padding: 10px 0;
}

@media (max-width: 1023px) {
  .header {
    position: fixed;
    height: 56px;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    animation: none !important;
    padding: 0;
  }
  .header__wrap {
    gap: 20px;
    height: 100%;
  }
  .header__logo {
    width: 56px;
    height: 100%;
  }
  .header__logo--link {
    padding: 5px;
  }
  .header__menu, .header__line {
    display: none;
  }
  .header__action {
    display: flex;
  }
  .header__search {
    width: 56px;
    height: 56px;
  }
  .header__search--icon svg {
    color: #e55e0a !important;
  }
  .header__search--label {
    width: 100%;
    height: 100%;
    padding: 14px;
  }
  .header__search--label:hover .header__search--icon svg {
    color: #e55e0a;
    transform: initial;
  }
  .header__panel {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__panel span {
    cursor: pointer;
    width: 24px;
    height: 3px;
    background-color: #e55e0a;
    backface-visibility: hidden;
    border-radius: 2px;
    position: relative;
    display: block;
    margin: auto;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__panel span:before, .header__panel span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 24px;
    height: 3px;
    background-color: #e55e0a;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
  }
  .header__panel span:after {
    top: 8px;
  }
  .header__panel.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    height: 0;
  }
  .header__panel.active span:before, .header__panel.active span:after {
    top: 8px;
    width: 35px;
    left: 0;
  }
  .header__panel.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
  }
  .header__panel.active span:after {
    top: -12px;
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
  }
  .header .container {
    max-width: 100%;
    height: 100%;
  }
  .main-body {
    padding-top: 56px;
  }
  body {
    font-size: 14px;
  }
  .section {
    padding: 28px 0;
  }
  .gap-y-40 {
    gap: 28px 0;
  }
  .pd-b-40 {
    padding-bottom: 28px;
  }
  .pd-y-40 {
    padding: 28px 0;
  }
  .heading {
    font-size: 28px;
  }
  .heading.hd-small {
    font-size: 20px;
  }
  .footer__logo--link {
    margin: 0;
    max-width: 80px;
  }
  .about__facility--image .image {
    height: fit-content;
    top: 50%;
    left: 0;
    max-width: 80%;
    transform: translateY(-50%);
  }
  .about__facility--image .image__2 {
    margin-top: 20%;
    margin-left: 20%;
  }
  .about__count--main {
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .about__count--main .item {
    width: auto;
    flex: 0 0 35%;
    min-width: 240px;
  }
  .about__count--main .item:hover .item__main {
    transform: none;
  }
  .room__detail--info {
    padding: 12px 0;
  }
  .room__detail--info .item {
    padding: 0 8px;
  }
  .room__detail--info .item__icon {
    width: 20px;
    height: 20px;
  }
  .room__detail--info .item__data {
    font-size: 14px;
    padding-left: 4px;
  }
  .room__detail--amenities ul {
    gap: 10px;
  }
  .room__detail--amenities ul li {
    width: calc((100% - 20px) / 3);
  }
  .room__detail--other {
    margin: 28px 0;
  }
  .contact__form {
    padding: 0;
  }
  .contact__form--frame {
    padding: 28px 0;
  }
  .contact__info .item__frame {
    padding: 8px 20px 8px 8px;
  }
  .contact__info .item__icon {
    width: 50px;
    height: 50px;
    padding: 4px;
  }
  .contact__info .item__icon--frame {
    padding: 8px;
  }
  .contact__info .item__data {
    width: calc(100% - 50px);
    font-size: 16px;
  }
  .contact__map iframe {
    border-radius: 12px;
  }
  .box__head {
    padding-bottom: 28px;
  }
  .box__head.has-booking {
    padding-bottom: 28px;
  }
  .box__head--booking {
    position: initial;
    transform: none;
  }
  .box__head--booking .container {
    padding: 0;
    max-width: 100%;
  }
  .box__head--container .heading {
    font-size: 42px;
  }
  .box__count .heading {
    text-align: center;
  }
  .box__room--slider .item__frame {
    flex-wrap: wrap;
  }
  .box__room--slider .item__image {
    width: 100%;
  }
  .box__room--slider .item__image--frame {
    border-radius: 40px;
  }
  .box__room--slider .item__data {
    width: 100%;
    padding: 0;
  }
  .box__room--slider .item__facility {
    margin-top: 12px;
    position: initial;
    width: 100%;
  }
  .box__room--slider .item__facility--image {
    border-radius: 12px;
    border-width: 1px;
  }
  .box__room--slider .item__facility--image img {
    border-radius: inherit;
  }
  .box__room--slider .item__facility .slick-slide {
    padding: 0 5px;
  }
  .box__room--slider .item__facility .slick-list {
    margin: 0 -5px;
  }
}
@media (max-width: 739px) {
  .room__list .item__data {
    padding: 20px 0 20px 20px;
  }
  .room__list .item__image--link {
    border-radius: 20px;
  }
  .room__list .item__image--action {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 576px) {
  .header__search--modal .search {
    padding: 40px 20px;
  }
  .header__search--modal .search__close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .header__search--modal .search__frame {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .header__search--modal .search__form--input {
    font-size: 24px;
  }
  .header__search--modal .search__form--action {
    width: 40px;
    height: 40px;
  }
  .header__search--modal .search__form--action .btn {
    padding: 10px;
  }
  .header__search--modal .search__result {
    display: flex;
    overflow: hidden;
  }
  .header__search--modal .search__result--frame {
    flex-wrap: wrap;
    overflow-y: auto;
  }
  .header__search--modal .search__result--block {
    width: 100%;
    flex: auto;
  }
  .booking__form .form__group--dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
  .tour__list .item__info {
    max-width: 100px;
  }
  .tour__list .item__info--head {
    font-size: 12px;
    font-weight: 600;
  }
  .tour__list .item__info--list .subitem__icon {
    width: 14px;
    height: 14px;
  }
  .tour__list .item__info--list .subitem__title {
    font-size: 12px;
    padding-left: 4px;
  }
  .tour__list .item__body {
    padding: 12px;
  }
  .tour__list .item__body--icon {
    width: 20px;
  }
  .tour__list .item__body--title {
    width: calc(100% - 20px);
  }
  .about__facility--frame .col-image {
    display: none;
  }
  .about__facility--frame .col-main {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .about__facility--data .box__heading {
    margin: auto;
  }
  .about__facility--data .box__heading::before, .about__facility--data .box__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about__facility--list ul li {
    margin-bottom: 12px;
  }
  .about__count--main .item__index span {
    width: 64px;
    height: 64px;
  }
  .about__count--main .item__index::before, .about__count--main .item__index::after {
    width: calc((100% - 64px) / 2);
  }
  .about__count--main .item__main--count .number {
    font-size: 42px;
  }
  .about__testimonial--list {
    flex-wrap: wrap;
  }
  .about__testimonial--list .item, .about__testimonial--slider .item {
    width: 100%;
  }
  .about__testimonial--list .item__frame, .about__testimonial--slider .item__frame {
    padding: 12px;
    border-radius: 20px;
  }
  .about__testimonial--list .item__head--avatar, .about__testimonial--slider .item__head--avatar {
    width: 60px;
    height: 60px;
    border-width: 1px;
  }
  .about__testimonial--list .item__head--name, .about__testimonial--slider .item__head--name {
    font-size: 16px;
  }
  .room__list .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .room__list .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .room__list .item__data {
    width: 100%;
    padding: 12px 12px 0;
  }
  .room__list .item__data--name {
    font-size: 18px;
  }
  .room__list .item__data--description {
    margin: 12px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .room__list .item__data--price {
    font-size: 16px;
  }
  .room__list .item__image {
    width: 100%;
  }
  .room__list .item__image--action {
    max-width: max-content;
  }
  .room__list .item__image--action .button {
    width: fit-content;
    font-size: 14px;
  }
  .room__detail--gallery .gallery .image__frame {
    border-radius: 12px;
  }
  .room__detail--image a {
    border-radius: 12px;
  }
  .room__detail--info {
    gap: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
    flex-wrap: wrap;
  }
  .room__detail--info .item {
    padding: 12px;
    border: none;
    width: calc(50% - 5px);
    border-radius: 8px;
    border: 1px solid #e55e0a;
  }
  .room__detail--info .item:last-child {
    border: 1px solid #e55e0a;
  }
  .room__detail--amenities ul {
    gap: 5px;
  }
  .room__detail--amenities ul li {
    width: 100%;
  }
  .contact__info .item__frame {
    padding: 6px 20px 6px 6px;
  }
  .contact__info .item__icon {
    width: 40px;
    height: 40px;
    padding: 2px;
  }
  .contact__info .item__icon--frame {
    padding: 6px;
  }
  .contact__info .item__data {
    width: calc(100% - 40px);
    font-size: 14px;
    text-align: left;
  }
  .gallery__frame {
    padding-top: 0;
  }
  .gallery__tab--frame .tab__frame {
    padding: 8px 10px;
  }
  .gallery__tab--frame .tab__title {
    font-size: 16px;
  }
  .gallery__content--pane .row {
    gap: 10px 0;
  }
  .gallery__content--pane .row .col {
    padding: 0 5px;
  }
  .gallery__content--pane .item__frame {
    border-radius: 12px;
  }
  .contact__info--main .row {
    gap: 10px 0;
  }
  .search__list .item__info {
    max-width: 100px;
  }
  .search__list .item__info--head {
    font-size: 12px;
    font-weight: 600;
  }
  .search__list .item__info--list .subitem__icon {
    width: 14px;
    height: 14px;
  }
  .search__list .item__info--list .subitem__title {
    font-size: 12px;
    padding-left: 4px;
  }
  .search__list .item__body {
    padding: 12px;
  }
  .search__list .item__price--number {
    font-size: 16px;
    border-radius: 6px;
  }
  .box__head--container .heading {
    font-size: 28px;
  }
  .box__head--text img {
    height: 80px !important;
  }
  .box__about--data-action .button {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
  .box__about .box__heading {
    margin: auto;
  }
  .box__about .box__heading::before, .box__about .box__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .box__about .box__heading .heading {
    text-align: center;
  }
  .box__count--number {
    flex-wrap: wrap;
    gap: 10px;
  }
  .box__count--number .item {
    width: calc(50% - 5px);
  }
  .box__count--number .item__number {
    font-size: 32px;
  }
  .box__count--number .item__title {
    font-size: 16px;
  }
  .box__room--slider .item__frame {
    flex-wrap: wrap;
  }
  .box__room--slider .item__image {
    width: 100%;
  }
  .box__room--slider .item__image--frame {
    border-radius: 20px;
  }
  .box__room--slider .item__image--button {
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    max-width: 100px;
    border-radius: 8px;
  }
  .box__room--slider .item__data {
    width: 100%;
    padding: 0;
  }
  .box__room--slider .item__data--price {
    font-size: 16px;
    border-radius: 8px;
  }
  .box__room--slider .item__facility {
    margin-top: 12px;
    position: initial;
    width: 100%;
  }
  .box__room--slider .item__facility--image {
    border-radius: 12px;
    border-width: 1px;
  }
  .box__room--slider .item__facility--image img {
    border-radius: inherit;
  }
  .box__room--slider .item__facility .slick-slide {
    padding: 0 5px;
  }
  .box__room--slider .item__facility .slick-list {
    margin: 0 -5px;
  }
  .box__offer--main {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: left;
  }
  .box__offer--main .item {
    width: auto;
    flex: 0 0 65%;
  }
  .box__choose-us--list {
    gap: 20px;
  }
  .box__choose-us--list .item__icon {
    width: 60px;
    height: 60px;
  }
  .box__choose-us--list .item__data {
    padding-left: 12px;
    width: calc(100% - 60px);
  }
  .box__choose-us--testimonial .testimonial__main {
    width: calc(100% - 20px);
  }
  .box__choose-us--testimonial .testimonial__main--slider .slide__frame {
    padding: 12px;
    border-radius: 20px;
  }
  .box__choose-us--testimonial .testimonial__main--slider .slide__head--avt {
    width: 60px;
    height: 60px;
    border-width: 1px;
  }
  .box__choose-us--testimonial .testimonial__main--slider .slide__head--name {
    font-size: 16px;
  }
  .box__choose-us--testimonial .testimonial__main--slider .slide__head--info {
    width: calc(100% - 60px);
  }
  .box__choose-us--testimonial .testimonial__main--slider .slide__content {
    margin: 12px 0;
  }
  .box__tour--action .button {
    width: 100%;
    max-width: 200px;
  }
  .box__tripadvisor--main {
    justify-content: center;
  }
  .box__tripadvisor--image {
    display: none;
  }
  .box__tagline--data {
    font-size: 14px;
  }
  /*------------------------------------------------
  ** Notifications
  **------------------------------------------------*/
  .notifications-container {
    max-width: 100%;
  }
  .notify-is-right .notify {
    right: 0;
    padding: 8px 8px 13px;
    margin-top: 8px;
  }
  .notify-is-right .notify:first-child {
    margin-top: 0;
  }
  .notify {
    border-radius: 0;
  }
}

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