@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: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BeVietnamPro";
  src: url("../fonts/hyg-font/BeVietnamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/hyg-font/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/hyg-font/SVN-Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
body :not(h1, h2, h3, h4, h5, h6) {
  font-family: "SVN-Gotham-Book", sans-serif;
  font-weight: 400;
}

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

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

.succ-color {
  color: var(--fs-color-success) !important;
}
.succ-color * {
  color: var(--fs-color-success) !important;
}

.justify {
  text-align: justify;
}
.justify * {
  text-align: justify;
}

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

.hyg_mt-0 {
  margin-top: 0 !important;
}
.hyg_mt-0 * {
  margin-top: 0 !important;
}

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

.hyg_sticky > .col-inner {
  position: sticky;
  top: 120px;
  z-index: 10;
}

@media (min-width: 550px) {
  body p {
    font-size: 16px;
  }
}
body .hyg_title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
}
body .hyg_title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
body .hyg_title h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
body .hyg_title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
body .hyg_title h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 850px) {
  body .hyg_title h1 {
    font-size: 40px;
  }
  body .hyg_title h2 {
    font-size: 34px;
  }
  body .hyg_title h3 {
    font-size: 22px;
  }
  body .hyg_title h4 {
    font-size: 17px;
  }
  body .hyg_title h5 {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  body .hyg_title h1 {
    font-size: 24px;
  }
  body .hyg_title h2 {
    font-size: 22px;
  }
  body .hyg_title h3 {
    font-size: 19px;
  }
  body .hyg_title h4 {
    font-size: 17px;
  }
  body .hyg_title h5 {
    font-size: 15px;
  }
}
body .font-500 * {
  font-weight: 500;
}
body .hyg_banner .text-banner {
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  position: absolute;
  text-align: center;
}
body .hyg_banner .text-banner * {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  body .hyg_banner .text-banner * {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  body .hyg_banner .text-banner * {
    font-size: 24px;
  }
}
body .hyg_pb-15 {
  padding-bottom: 15px !important;
}
body .sec-left-pd-10 {
  border-left: solid 10px var(--fs-color-secondary);
}
body .sec-right-pd-10 {
  border-right: solid 10px var(--fs-color-secondary);
}
body .pri-left-pd-10 {
  border-left: solid 10px var(--fs-color-primary);
}
body .pri-right-pd-10 {
  border-right: solid 10px var(--fs-color-primary);
}
body .sec-box-right::after {
  z-index: -1;
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 105%;
  background-color: var(--fs-color-secondary);
}
body .sec-box-right img {
  padding-right: 2.5%;
  padding-top: 2.5%;
}
body .sec-box-left::after {
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  display: block;
  width: 90%;
  height: 105%;
  background-color: var(--fs-color-secondary);
}
body .sec-box-left img {
  padding-top: 2.5%;
  padding-left: 2.5%;
}
body .border-5 {
  overflow: hidden;
  border-radius: 5px;
}
body .border-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-16 {
  border-radius: 16px;
}
body .border-16 img {
  border-radius: 16px;
  overflow: hidden;
}
body .border-20 {
  border-radius: 20px;
  overflow: hidden;
}
body a.button {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
}
body a.button span {
  font-weight: 500;
}
body a.button.is-outline {
  border: 1px solid !important;
}
body a.button.is-outline.secondary:hover {
  background-color: var(--fs-color-primary);
  border-color: transparent;
}
body .box-1 > .col > .col-inner {
  background-color: #e8efe6;
  padding: 32px 25px;
}
body .pri-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-primary);
  color: var(--fs-color-primary) !important;
}
body .pri-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-primary) !important;
}
body .sec-intro {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 40px;
  border: solid 1px var(--fs-color-secondary);
  color: var(--fs-color-secondary) !important;
}
body .sec-intro * {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--fs-color-secondary) !important;
}
body .sec-icon .icon-box-img .icon .icon-inner {
  line-height: 0.7;
  border-radius: 999px;
  background-color: var(--fs-color-secondary);
  padding: 13px;
}
body .sec-icon .icon-box-img .icon .icon-inner svg {
  padding-top: 0;
}
body .icon-center {
  align-items: center;
}
body .ux-menu.vertical {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
@media (max-width: 550px) {
  body .ux-menu.vertical {
    margin-right: auto;
  }
}
body .ux-menu.vertical .ux-menu-link a span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
body .ux-menu.vertical .ux-menu-link:last-child a span {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body .wpcf7 .intl-tel-input .flag-container {
  height: 3.5em;
}
body .wpcf7 .wpcf7-phonetext {
  margin-bottom: 1em !important;
}
body .wpcf7 input:not(.wpcf7-submit),
body .wpcf7 textarea,
body .wpcf7 select {
  box-shadow: unset;
  border-radius: 8px;
  border-color: var(--fs-color-secondary);
  color: var(--fs-color-secondary);
  height: 3.5em;
}
body .wpcf7 .wpcf7-submit {
  background-color: var(--fs-color-secondary);
  font-weight: 500;
}
body .wpcf7 .wpcf7-spinner {
  display: none;
}
body .sml_scroll-x {
  overflow-x: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
body .sml_scroll-x::-webkit-scrollbar {
  height: 5px;
  background: #eee;
  border-radius: 50px;
}
body .sml_scroll-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(90deg, #4D9C41 40%, #54DE5D 60%, #19911D 100%);
}
body .sml_scroll-x .col-inner {
  white-space: nowrap;
}
body .slider-nav-circle .flickity-button {
  opacity: 1;
}
body .slider-nav-circle .flickity-button svg {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
}
@media (max-width: 550px) {
  body .slider-nav-circle .flickity-button svg {
    padding: 5px !important;
  }
}
body .slider-nav-circle .flickity-button svg path {
  color: #fff;
}

.mfp-wrap.dark .mfp-content {
  background-color: var(--fs-color-primary) !important;
}
.mfp-wrap.dark .mfp-content .toggle,
.mfp-wrap.dark .mfp-content a {
  color: #fff !important;
}

@media (min-width: 850px) {
  .nav .menu-item .sub-menu li {
    position: relative;
    display: inline-block !important;
    width: 100%;
    border-right: 0;
  }
  .nav .menu-item .sub-menu li .sub-menu {
    top: 0;
    box-shadow: 2px 2px 5px #828282;
    display: none !important;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
  }
  .nav .menu-item .sub-menu li:hover > .sub-menu {
    display: grid !important;
  }
}
#header .nav > li > a {
  font-family: "SVN-Gotham-Book", sans-serif;
}
#header .header-main .header-inner > .flex-left > .header-nav {
  justify-content: flex-end;
}
#header .header-main .header-inner > .flex-right > .header-nav {
  justify-content: flex-start;
}
@media (min-width: 550px) {
  #header .header-main .header-inner li a {
    font-size: 16px;
  }
}
#header .header-main .header-inner li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: calc(102% - 0px);
  bottom: 0;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: right;
  transition-property: right;
}
#header .header-main .header-inner li a:hover::before {
  right: 0;
}
#header .header-main .header-inner li.active a::before {
  right: 0;
}
#header .header-main .header-inner li .sub-menu li a {
  margin: 0;
}
#header .header-main .header-inner .header-language-inline {
  gap: 5px;
  display: flex;
  align-items: center;
}
#header .header-main .header-inner .header-language-inline a::before {
  display: none;
}
#header .header-main .header-inner .header-language-inline span {
  padding: 10px;
  line-height: 8px;
}
#header .header-main .header-inner a.button span {
  font-size: 16px;
}
#header .header-main .header-inner a.button:hover {
  border-color: var(--fs-color-secondary);
}
@media (max-width: 550px) {
  #header .header-main .header-inner a.button {
    min-height: unset;
    padding: 5px 8px;
  }
  #header .header-main .header-inner a.button span {
    font-size: 12px;
  }
}
.mobile-sidebar .header-language-inline {
  display: inline-block;
}
.mobile-sidebar .header-language-inline a {
  display: inline-block;
}
.mobile-sidebar .header-language-inline span {
  padding: 15px 10px;
  line-height: 1.6;
  font-size: 0.8em;
}
.mobile-sidebar .header-language-inline a:not(:first-child) {
  padding-left: 0px !important;
}

.sec-offers .slider .flickity-viewport .flickity-slider > .row {
  opacity: 1;
  padding-right: 3%;
}
.sec-offers .slider .flickity-viewport .flickity-slider > .row .box-overlay .box-image {
  border-radius: 16px;
}
.sec-offers .slider .flickity-viewport .flickity-slider > .row .box-overlay .box-text {
  padding: 16px;
}
.sec-offers .slider .flickity-viewport .flickity-slider > .row .box-overlay .box-text .box-text-inner {
  padding: 12px;
  border-radius: 24px;
  background: rgba(48, 48, 48, 0.8);
}
.sec-offers .slider .flickity-viewport .flickity-slider > .row .box-overlay .box-text .box-text-inner h5 {
  font-size: 13px;
  margin-bottom: 10px;
}
.sec-offers .slider .flickity-viewport .flickity-slider > .row .box-overlay .box-text .box-text-inner p {
  font-size: 10px;
}
.sec-offers .slider .flickity-button.next {
  display: none;
}

.sec-tes .slider .flickity-viewport .flickity-slider > .row {
  opacity: 1;
  padding-right: 3%;
}
.sec-tes .slider .flickity-button.previous {
  display: none;
}
.sec-tes .testimonial-box {
  padding: 16px;
  border: solid 1px var(--fs-color-primary);
  border-radius: 16px;
}
.sec-tes .testimonial-box .icon-box-text {
  display: flex;
  flex-direction: column;
}
.sec-tes .testimonial-box .icon-box-text .star-rating::before {
  color: var(--fs-color-primary);
}
.sec-tes .testimonial-box .icon-box-text .star-rating span::before {
  color: var(--fs-color-primary);
}
.sec-tes .testimonial-box .icon-box-text .testimonial-meta {
  order: -1;
  padding-top: 0;
}
.sec-tes .testimonial-box .icon-box-text .testimonial-text p {
  font-style: normal;
}
.sec-tes .testimonial-box .icon-box-text .testimonial-text .sub * {
  color: #979D9F;
  font-size: 90%;
}

.in-room-dining > .col > .col-inner {
  background-color: var(--fs-color-secondary);
}

@media (min-width: 850px) {
  .sec-inspired .section-content {
    height: 600px;
  }
}
@media (min-width: 850px) {
  .sec-inspired .content {
    transform: translate(-50%, 0);
    left: 50%;
    top: 90px;
    position: absolute;
  }
}
@media (max-width: 850px) {
  .sec-inspired .content * {
    color: var(--fs-color-secondary);
  }
}
.sec-inspired .slider .flickity-viewport .flickity-slider > .row {
  opacity: 1;
}
@media (min-width: 850px) {
  .sec-offer .content {
    margin-top: -145px;
  }
}
.sec-offer .slider .flickity-viewport .flickity-slider > .row {
  opacity: 1;
}
#footer .absolute-footer {
  display: none;
}
#footer .hyg_footer-main a, #footer .hyg_footer-main h1, #footer .hyg_footer-main h2, #footer .hyg_footer-main h3, #footer .hyg_footer-main h4, #footer .hyg_footer-main h5, #footer .hyg_footer-main h5 {
  font-size: 13px;
  font-weight: 500;
  font-family: "SVN-Gotham-Book", sans-serif;
}
#footer .hyg_footer-main p {
  font-size: 10px;
}
#footer .hyg_footer-main .col-ourhotels .ux-menu a span {
  color: #979D9F;
}
#footer .hyg_footer-main .sign-up {
  border-radius: 4px !important;
  padding: 8px 16px;
}

@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse-effect {
  0% {
    /* Đổi màu tại đây: sử dụng rgba để điều chỉnh độ trong suốt */
    box-shadow: 0 0 0 0 var(--fs-color-secondary);
  }
  70% {
    /* Bóng mờ sẽ tỏa ra 20px rồi mờ dần */
    box-shadow: 0 0 0 20px rgba(31, 99, 6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 99, 6, 0);
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-3px);
  }
  20% {
    transform: translateX(3px);
  }
  30% {
    transform: translateX(-3px);
  }
  40% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  60% {
    transform: translateX(2px);
  }
  70% {
    transform: translateX(-1px);
  }
  80%, 100% {
    transform: translateX(0);
  }
}
@keyframes moveRote {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.2);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 550px) {
  body .center-phone * {
    text-align: center;
  }
}
@media (max-width: 550px) {
  body .light-phone * {
    color: var(--fs-color-secondary) !important;
  }
}
@media (max-width: 550px) {
  body .menu-center-phone .ux-menu-link a {
    flex-direction: column;
    align-items: center;
  }
  body .menu-center-phone .ux-menu-link a span {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  body .icon-box-center-phone {
    flex-direction: column;
    text-align: center;
  }
  body .icon-box-center-phone .icon-box-img {
    margin-bottom: 10px;
  }
  body .icon-box-center-phone .icon-box-text {
    padding-left: 0 !important;
  }
}
@media (max-width: 550px) {
  body .section .section-content > .row:last-child > .col:last-child:not(.small-col-first) {
    padding-bottom: 0 !important;
  }
}