@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
@font-face {
  font-family: "SVN-Gotham Regular";
  src: url("../assets/fonts/mbw-font/SVN-Gotham Thin.otf") format("SVN-Gotham Regular");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PP Hatton Medium";
  src: url("../assets/fonts/mbw-font/PP-Hatton-Medium-500.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.text-color {
  color: var(--text-color);
}
.text-color * {
  color: var(--text-color);
}

.pri-color {
  color: var(--fs-color-primary);
}
.pri-color * {
  color: var(--fs-color-primary);
}

.sec-color {
  color: var(--fs-color-secondary);
}
.sec-color * {
  color: var(--fs-color-secondary);
}

.suc-color {
  color: var(--fs-color-success);
}
.suc-color * {
  color: var(--fs-color-success);
}

.hyg_pb-0 {
  padding-bottom: 0 !important;
}
.hyg_pb-0 * {
  padding-bottom: 0 !important;
}

.hyg_mb-0 {
  margin-bottom: 0 !important;
}
.hyg_mb-0 * {
  margin-bottom: 0 !important;
}

body .z-1 {
  z-index: 1;
}
body .border-5 {
  border-radius: 5px !important;
}
body .border-5 * {
  border-radius: 5px !important;
}
body .button.trans {
  background: transparent;
  color: #000;
  border: solid 1px;
}
body .font-bold {
  font-weight: bold !important;
}
body .font-bold * {
  font-weight: bold !important;
}
body .font-600 {
  font-weight: 600 !important;
}
body .font-600 * {
  font-weight: 600 !important;
}
body .font-500 {
  font-weight: 500 !important;
}
body .font-500 * {
  font-weight: 500 !important;
}
body b,
body strong {
  font-weight: 700;
}
body .justify {
  text-align: justify;
}
body .ul-style-1 {
  text-align: center;
}
body .ul-style-1 ul {
  text-align: left;
  display: inline-block;
}
body .btn-mobile {
  position: fixed;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;
  width: 80vw !important;
}
@media (min-width: 550px) {
  body .float-right {
    float: right;
  }
}
@media (max-width: 550px) {
  body .phone-center {
    text-align: center;
  }
  body .phone-center * {
    text-align: center;
  }
}
body .off-canvas-left.dark .mfp-content,
body .off-canvas-right.dark .mfp-content {
  background-color: var(--fs-color-primary);
}
body .video-button-wrapper a {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary) !important;
}
body .video-button-wrapper a:hover {
  background-color: var(--fs-color-secondary) !important;
  border-color: var(--fs-color-primary) !important;
}
body .slider-1 .flickity-viewport {
  overflow: visible;
}
body .slider-1 .flickity-button.previous {
  transform: translateX(-90px) !important;
  left: 50%;
  bottom: -77%;
}
body .slider-1 .flickity-button.next {
  transform: translateX(90px) !important;
  right: 50%;
  bottom: -77%;
}
@media (min-width: 550px) {
  body .slider-1 .flickity-page-dots {
    transform: translate(-50%, 0);
    left: 50%;
    width: fit-content;
    bottom: -10%;
  }
}
@media (max-width: 550px) {
  body .slider-1 .flickity-page-dots {
    display: none;
  }
}
body .slider-2 .flickity-button.previous {
  transform: translateX(-90px) !important;
  left: 50%;
  top: -77%;
}
body .slider-2 .flickity-button.next {
  transform: translateX(90px) !important;
  right: 50%;
  top: -77%;
}
@media (min-width: 550px) {
  body .slider-2 .flickity-page-dots {
    transform: translate(-50%, 0);
    left: 50%;
    width: fit-content;
    top: -10%;
  }
}
@media (max-width: 550px) {
  body .slider-2 .flickity-page-dots {
    display: none;
  }
}
body .slider-3 .slider .flickity-slider > .row {
  transform: scale(1);
  padding-right: 45px;
}
body .slider-3 .slider .flickity-slider > .row img {
  border-radius: 25px;
}
body .slider-3 .flickity-button {
  height: fit-content;
}
body .slider-3 .flickity-button.previous {
  width: auto;
  left: unset;
  right: 6%;
  top: -12%;
}
body .slider-3 .flickity-button.previous::before {
  font-family: "hyg-icons";
  content: "\ea19";
}
body .slider-3 .flickity-button.previous svg {
  height: 0;
}
body .slider-3 .flickity-button.next {
  width: auto;
  right: 0;
  top: -12%;
}
body .slider-3 .flickity-button.next::after {
  font-family: "hyg-icons";
  content: "\ea1f";
}
body .slider-3 .flickity-button.next svg {
  height: 0;
}
@media (min-width: 550px) {
  body .slider-3 .flickity-page-dots {
    height: fit-content;
    left: 0;
    width: fit-content;
    top: -10%;
  }
  body .slider-3 .flickity-page-dots::before {
    content: "01";
    margin-right: 10px;
  }
  body .slider-3 .flickity-page-dots::after {
    content: "06";
    margin-left: 10px;
  }
  body .slider-3 .flickity-page-dots .dot {
    border-width: 1px;
    height: 1px;
  }
  body .slider-3 .flickity-page-dots .dot.is-selected {
    border-width: 3px;
    transform: translate(0px, 1px);
    border-color: var(--fs-color-primary);
  }
}
@media (max-width: 550px) {
  body .slider-3 .flickity-page-dots {
    display: none;
  }
}
body .slider-4 .slider .flickity-slider > .row {
  transform: scale(1);
  padding-right: 30px;
  opacity: 1;
}
body .slider-4 .box {
  border-radius: 20px;
  overflow: hidden;
}
body .slider-4 .box .box-text {
  background-image: linear-gradient(transparent, #000);
}
body .slider-4 .box .box-text .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .slider-4 .flickity-button {
  width: 75px;
  height: 75px;
}
body .slider-4 .flickity-button svg {
  width: 75px;
  background: #000;
  fill: #fff;
  color: #fff;
}
body .slider-4 .flickity-button.previous {
  display: none;
}
body .slider-4 .flickity-button.next {
  left: unset;
  right: -2%;
}
body .slider-5 .slider .flickity-slider > .row {
  opacity: 1;
}
body .slider-5 .box .box-text {
  padding: 50px;
}
body .slider-5 .flickity-button {
  width: 50px;
  height: 50px;
}
body .slider-5 .flickity-button svg {
  width: 50px;
}
@media (min-width: 550px) {
  body .tabs-1 ul li {
    margin-right: 45px;
  }
}
body .box-readmore {
  padding: 40px 60px !important;
  left: 5%;
  bottom: -15%;
  background: #6D6E71;
}
@media (min-width: 550px) {
  body .box-readmore {
    position: absolute;
    width: 100% !important;
  }
}
@media (max-width: 850px) {
  body .box-readmore {
    padding: 30px 10px !important;
  }
}
@media (max-width: 550px) {
  body .box-readmore {
    margin: 0 0 !important;
  }
}
body .box-readmore .icon-box .icon-box-text {
  margin-left: 15px;
  border-width: 0 0 0 1px;
  border-style: solid;
}
body .non-position .section-content {
  position: unset !important;
}
body .non-position .section-content .btn-bottom {
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
#check-rate {
  background-color: var(--fs-color-secondary);
}

.booking-form {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  justify-content: space-around;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 850px) {
  .booking-form {
    border-radius: 5px;
    flex-direction: column;
    box-shadow: unset;
    background: transparent;
  }
  .booking-form *, .booking-form *::placeholder {
    color: #fff !important;
  }
}
.booking-form .button, .booking-form button, .booking-form fieldset, .booking-form input, .booking-form select, .booking-form textarea {
  margin-bottom: 0;
  box-shadow: unset;
}
.booking-form .form-section {
  display: flex;
  align-items: center;
}
@media (max-width: 850px) {
  .booking-form .form-section {
    width: 100%;
    padding: 10px;
    border: solid 1px #fff;
    border-width: 0 0 1px 0;
    justify-content: center;
  }
}
.booking-form .form-section:not(:first-child)::before {
  content: "|";
  color: #333;
}
@media (max-width: 850px) {
  .booking-form .form-section:not(:first-child)::before {
    display: none;
  }
}
.booking-form .form-section.guest-selector::before {
  margin-right: 15px !important;
}
.booking-form .form-section select,
.booking-form .form-section input[type=text] {
  text-align: center;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  box-shadow: unset;
  font-weight: 500;
  padding: 0 !important;
}
.booking-form .form-section .btn-minus,
.booking-form .form-section .btn-plus {
  color: #333;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
}
.booking-form .form-section span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.booking-form select[name=destination] {
  pointer-events: none;
}

@media (min-width: 850px) {
  .submit-btn {
    margin-left: -40px !important;
  }
}
@media (max-width: 850px) {
  .submit-btn {
    margin-top: 30px !important;
    text-align: center;
  }
}

.check-rate {
  max-width: unset;
  width: 250px;
  background: #666;
  color: #fff;
  padding: 10px 60px;
  border-radius: 40px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

#header .header-main .header-nav > .menu-item {
  margin-right: 60px;
}
#header .header-main .header-nav > .menu-item > .sub-menu {
  min-width: 224px;
  padding-top: 0;
  padding-bottom: 0;
}
#header .header-main .header-nav > .menu-item > .sub-menu li a {
  padding: 15px;
}
#header .header-main .header-nav > .menu-item > .sub-menu li a:hover {
  color: var(--fs-color-secondary);
}
#header .header-main .header-nav .header-button-1 a {
  padding: 2px 30px;
  border-radius: 99px;
}
@media (max-width: 850px) {
  #header .header-main .header-inner > .flex-right {
    display: block !important;
  }
  #header .header-main .header-inner > .flex-right .menu-item {
    display: none;
  }
  #header .header-main .header-inner > .flex-right.show-for-medium {
    display: none !important;
  }
}

#footer .absolute-footer {
  display: none;
}