.style-swiper .swiper-navcontrol {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px; }

.style-swiper .swiper-button {
  width: 40px;
  height: 40px; }

@media (min-width: 992px) {
  .style-swiper .swiper-navcontrol {
    margin-top: 0px; }
  .style-swiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .style-swiper .swiper-button.swiper-prev {
      left: -56px; }
    .style-swiper .swiper-button.swiper-next {
      right: -56px; } }

.btn-outline {
  display: inline-flex;
  padding: 3px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #00385C;
  background: transparent;
  color: #00385C;
  text-align: center;
  font-size: 14px; }
  @media (min-width: 992px) {
    .btn-outline {
      font-size: 16px;
      letter-spacing: -0.2px;
      padding: 8px 24px; } }

.section {
  margin: 24px 0 0;
  overflow: hidden; }
  .section h1, .section h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin: 0; }
  .section .text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    max-width: 262px;
    margin: auto; }
  .section .s-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column; }
  .section .s-heading {
    display: flex;
    gap: 8px;
    flex-direction: column; }
  .section .s-content {
    position: relative; }
  @media (min-width: 992px) {
    .section {
      margin: 64px 0 0; }
      .section h1, .section h2 {
        font-size: 40px;
        letter-spacing: -0.5px; }
      .section .text {
        font-size: 16px;
        max-width: none;
        margin: 0; }
      .section .s-wrapper {
        gap: 40px; }
      .section .s-heading {
        gap: 16px; } }

.section-banner {
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: 102px; }
  .section-banner .s-banner {
    padding-bottom: calc(1873/900 * 100%);
    position: relative;
    overflow: hidden; }
    .section-banner .s-banner img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    @media (min-width: 769px) {
      .section-banner .s-banner {
        padding-bottom: calc(640/1920 * 100%); } }
  .section-banner .s-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center; }
    .section-banner .s-content .box {
      display: flex;
      flex-direction: column;
      gap: 32px;
      justify-content: center;
      align-items: center; }
      .section-banner .s-content .box .inner {
        display: flex;
        flex-direction: column;
        gap: 16px; }
      .section-banner .s-content .box h1 {
        color: #fff; }
      .section-banner .s-content .box .text {
        color: #fff;
        font-family: "Be Vietnam Pro",serif;
        font-weight: 500;
        letter-spacing: -0.2px; }
      .section-banner .s-content .box .action .btn {
        display: inline-flex;
        height: 56px;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background: #00385C;
        color: #fff;
        letter-spacing: -0.2px; }
      @media (min-width: 992px) {
        .section-banner .s-content .box .text {
          font-size: 18px; }
        .section-banner .s-content .box .action .btn {
          font-size: 16px; } }
  @media (min-width: 992px) {
    .section-banner {
      margin-top: 136px; } }

.section-category .box-cate {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .section-category .box-cate .thumb a {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: flex; }
  .section-category .box-cate .thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .section-category .box-cate .detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center; }
    .section-category .box-cate .detail h3 {
      color: #333;
      font-family: "Playfair Display", serif;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: -0.2px;
      margin: 0; }

.section-category .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 16px;
  overflow: hidden; }
  .section-category .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    -webkit-flex: 0 0 calc((100% - 16px) /2);
    -ms-flex: 0 0 calc((100% - 16px) /2);
    flex: 0 0 calc((100% - 16px) /2);
    max-width: calc((100% - 16px) /2); }

.section-category .s-content:not(.no-border) {
  border-bottom: 1px solid #BBB;
  padding-bottom: 24px; }

@media (min-width: 992px) {
  .section-category .box-cate {
    gap: 16px; }
    .section-category .box-cate .detail {
      gap: 16px; }
      .section-category .box-cate .detail h3 {
        font-size: 24px; }
  .section-category .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px; }
    .section-category .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (20px*3)) /4);
      -ms-flex: 0 0 calc((100% - (20px*3)) /4);
      flex: 0 0 calc((100% - (20px*3)) /4);
      max-width: calc((100% - (20px*3)) /4); }
    .section-category .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="3"] .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (20px*2)) /3);
      -ms-flex: 0 0 calc((100% - (20px*2)) /3);
      flex: 0 0 calc((100% - (20px*2)) /3);
      max-width: calc((100% - (20px*2)) /3); }
  .section-category .swiper-navcontrol {
    display: none; }
  .section-category .s-content:not(.no-border) {
    padding-bottom: 40px; } }

.section-partner .listing-partner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center; }
  .section-partner .listing-partner .item-partner {
    -webkit-flex: 0 0 calc((100% - (16px*2)) /3);
    -ms-flex: 0 0 calc((100% - (16px*2)) /3);
    flex: 0 0 calc((100% - (16px*2)) /3);
    max-width: calc((100% - (16px*2)) /3); }
  @media (min-width: 992px) {
    .section-partner .listing-partner {
      gap: 20px;
      margin-top: 24px;
      flex-wrap: nowrap; }
      .section-partner .listing-partner .item-partner {
        -webkit-flex: 0 0 calc((100% - (20px*4)) /5);
        -ms-flex: 0 0 calc((100% - (20px*4)) /5);
        flex: 0 0 calc((100% - (20px*4)) /5);
        max-width: calc((100% - (20px*4)) /5); } }

.section-collection .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 16px;
  overflow: hidden; }
  .section-collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    -webkit-flex: 0 0 calc((100% - 16px) /2);
    -ms-flex: 0 0 calc((100% - 16px) /2);
    flex: 0 0 calc((100% - 16px) /2);
    max-width: calc((100% - 16px) /2); }

@media (min-width: 992px) {
  .section-collection .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 20px; }
    .section-collection .swiper:not(.swiper-initialized) .swiper-wrapper[data-view="4"] .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (20px*3)) /4);
      -ms-flex: 0 0 calc((100% - (20px*3)) /4);
      flex: 0 0 calc((100% - (20px*3)) /4);
      max-width: calc((100% - (20px*3)) /4); } }

.section-banners {
  padding: 24px 0;
  margin-bottom: 0;
  background-image: url(https://cdn.hstatic.net/files/200000122453/file/bg-ft.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-banners .s-heading {
    text-align: center; }
  .section-banners .box-banner {
    display: flex;
    gap: 16px;
    flex-direction: column; }
    .section-banners .box-banner .thumb a {
      display: flex;
      position: relative;
      overflow: hidden;
      padding-bottom: calc((var(--height-img)/var(--width-img)) * 100%); }
      .section-banners .box-banner .thumb a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .section-banners .box-banner .detail h3 {
      color: #333;
      font-family: "Be Vietnam Pro";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -0.2px;
      margin: 0; }
  .section-banners .grid-banner {
    display: flex;
    gap: 16px;
    flex-direction: column; }
    .section-banners .grid-banner .col-banner {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-banners .grid-banner .col-right {
      --height-img: 1;
      --width-img: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 16px; }
      .section-banners .grid-banner .col-right .box-banner {
        -webkit-flex: 0 0 calc((100% - 16px) / 2);
        -ms-flex: 0 0 calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2); }
    .section-banners .grid-banner .col-left {
      --height-img: 722;
      --width-img: 630; }
  @media (min-width: 992px) {
    .section-banners {
      padding: 64px 0; }
      .section-banners .s-heading {
        text-align: left; }
      .section-banners .s-wrapper {
        gap: 32px; }
      .section-banners .grid-banner {
        flex-direction: row;
        gap: 20px; }
        .section-banners .grid-banner .col-banner {
          -webkit-flex: 0 0 calc((100% - 20px) / 2);
          -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
          max-width: calc((100% - 20px) / 2); }
        .section-banners .grid-banner .col-right {
          gap: 32px 20px; }
          .section-banners .grid-banner .col-right .box-banner {
            -webkit-flex: 0 0 calc((100% - 20px) / 2);
            -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
            max-width: calc((100% - 20px) / 2); } }

.section-discover {
  padding: 24px 0 88px;
  background: #E4EFF7;
  margin: 0;
  position: relative; }
  .section-discover .box-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    background-image: url("https://cdn.hstatic.net/files/200000122453/file/bg-icon.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F9F9F9; }
    .section-discover .box-card .box-card--top {
      display: flex;
      gap: 8px;
      align-items: center;
      padding-bottom: 16px;
      border-bottom: 1px solid #EDEDED; }
      .section-discover .box-card .box-card--top .thumb {
        width: 64px;
        height: 64px;
        border-radius: 8px;
        overflow: hidden; }
      .section-discover .box-card .box-card--top .title {
        width: calc(100% - 64px - 8px); }
      .section-discover .box-card .box-card--top .title h3 {
        margin: 0;
        color: #333;
        font-family: "Be Vietnam Pro";
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -0.2px; }
      .section-discover .box-card .box-card--top .title div {
        color: #bbb;
        font-size: 14px;
        letter-spacing: -0.2px; }
    .section-discover .box-card .box-card--mid .detail {
      display: flex;
      gap: 8px;
      flex-direction: column; }
      .section-discover .box-card .box-card--mid .detail .line {
        display: flex;
        gap: 2px;
        flex-direction: column; }
      .section-discover .box-card .box-card--mid .detail .line h4 {
        margin: 0;
        color: #333;
        font-family: "Be Vietnam Pro";
        font-size: 14px;
        font-weight: 500; }
      .section-discover .box-card .box-card--mid .detail .line div {
        color: #333;
        font-weight: 300; }
    .section-discover .box-card .box-card--bottom a {
      width: 100%; }
  .section-discover .swiper:not(.swiper-initialized) {
    overflow: initial; }
    .section-discover .swiper:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      gap: 20px; }
    .section-discover .swiper:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
      flex: 0 0 85%;
      max-width: 85%; }
  .section-discover .swiper-navcontrol {
    display: flex;
    gap: 8px;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto; }
  .section-discover .s-heading {
    text-align: center; }
  @media (min-width: 992px) {
    .section-discover {
      padding: 64px; }
      .section-discover .s-wrapper {
        flex-direction: row;
        gap: 20px; }
        .section-discover .s-wrapper .s-heading {
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          text-align: left; }
        .section-discover .s-wrapper .s-content {
          -webkit-flex: 0 0 calc(75% - 20px);
          -ms-flex: 0 0 calc(75% - 20px);
          flex: 0 0 calc(75% - 20px);
          max-width: calc(75% - 20px); }
      .section-discover .swiper:not(.swiper-initialized) {
        overflow: hidden; }
        .section-discover .swiper:not(.swiper-initialized) .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (20px*2)) /3);
          -ms-flex: 0 0 calc((100% - (20px*2)) /3);
          flex: 0 0 calc((100% - (20px*2)) /3);
          max-width: calc((100% - (20px*2)) /3); }
      .section-discover .swiper-navcontrol {
        margin-top: 32px;
        justify-content: flex-start;
        position: initial; } }

.section-benefit .listing {
  display: flex;
  flex-direction: column;
  gap: 8px 20px; }
  .section-benefit .listing .item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.section-benefit .box-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: #E4EFF7; }
  .section-benefit .box-card .icon {
    width: 64px;
    height: 64px; }
  .section-benefit .box-card .title {
    width: calc(100% - 64px - 16px);
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.2px; }
  .section-benefit .box-card .box-card--top {
    display: flex;
    gap: 16px;
    align-items: center; }

@media (min-width: 992px) {
  .section-benefit .listing {
    flex-direction: row; }
    .section-benefit .listing .item {
      -webkit-flex: 0 0 calc((100% - (20px*2)) / 3);
      -ms-flex: 0 0 calc((100% - (20px*2)) / 3);
      flex: 0 0 calc((100% - (20px*2)) / 3);
      max-width: calc((100% - (20px*2)) / 3); } }

.section-reviews .box-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #00385C;
  background: #F9F9F9; }
  .section-reviews .box-card .text {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    font-style: italic;
    letter-spacing: -0.2px; }
  .section-reviews .box-card .name {
    letter-spacing: -0.2px;
    font-size: 16px;
    font-weight: 500;
    color: #333; }

.section-reviews .swiper:not(.swiper-initialized) {
  overflow: initial; }
  .section-reviews .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 16px; }
  .section-reviews .swiper:not(.swiper-initialized) .swiper-slide {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%; }

@media (min-width: 992px) {
  .section-reviews .swiper-navcontrol {
    margin-top: 40px; }
  .section-reviews .swiper-button {
    position: initial;
    top: unset;
    left: unset;
    right: unset;
    transform: none; }
  .section-reviews .swiper:not(.swiper-initialized) {
    overflow: hidden; }
    .section-reviews .swiper:not(.swiper-initialized) .swiper-wrapper {
      gap: 20px; }
    .section-reviews .swiper:not(.swiper-initialized) .swiper-slide {
      -webkit-flex: 0 0 calc((100% - (20px*2)) /3);
      -ms-flex: 0 0 calc((100% - (20px*2)) /3);
      flex: 0 0 calc((100% - (20px*2)) /3);
      max-width: calc((100% - (20px*2)) /3); } }

.section-bannerInfo {
  padding: 113px 0;
  background-image: url(https://cdn.hstatic.net/files/200000122453/file/bg-big.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section-bannerInfo .s-heading h2, .section-bannerInfo .s-heading .text {
    color: #fff; }
  .section-bannerInfo .s-heading .action .btn {
    display: inline-flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #00385C;
    color: #fff;
    letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .section-bannerInfo {
      padding: 100px 0; } }

.section-contact {
  padding: 24px 0;
  background: #E4EFF7;
  margin: 0; }
  .section-contact .listing {
    display: flex;
    flex-direction: column;
    gap: 16px 40px; }
    .section-contact .listing .item {
      width: 100%;
      max-width: 290px;
      margin: auto; }
  .section-contact .box {
    display: flex;
    gap: 8px;
    align-items: center; }
    .section-contact .box .icon {
      width: 48px;
      height: 48px; }
    .section-contact .box .text {
      width: calc(100% - 48px - 8px);
      color: #00385C;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.2px; }
      .section-contact .box .text strong {
        font-weight: 600; }
  .section-contact .s-heading {
    text-align: center; }
  @media (min-width: 992px) {
    .section-contact {
      padding: 64px; }
      .section-contact .s-heading {
        text-align: left; }
      .section-contact .s-wrapper {
        flex-direction: row;
        gap: 20px;
        align-items: center;
        max-width: 1104px;
        margin: auto; }
        .section-contact .s-wrapper .s-heading {
          -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
          flex: 0 0 45%;
          max-width: 45%; }
        .section-contact .s-wrapper .s-content {
          -webkit-flex: 0 0 calc(55% - 20px);
          -ms-flex: 0 0 calc(55% - 20px);
          flex: 0 0 calc(55% - 20px);
          max-width: calc(55% - 20px); } }
  @media (min-width: 1170px) {
    .section-contact .listing {
      display: flex;
      flex-direction: row; }
      .section-contact .listing .item {
        width: auto; } }

.hotel-contact-modal {
  box-sizing: border-box;
  width: 468px;
  max-width: calc(100vw - 32px);
  padding: 28px;
  border-radius: 15px;
  background: #E4EFF7;
  color: #00385C; }

.hotel-contact-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #C4CFD6;
  color: #FFFFFF;
  cursor: pointer; }

.hotel-contact-modal-heading {
  margin-bottom: 24px;
  text-align: center; }

.hotel-contact-modal-heading h5 {
  color: #00385C; }

.hotel-contact-modal-heading p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }

.hotel-contact-form-field {
  position: relative;
  margin-bottom: 6px; }

.hotel-contact-modal .mx-n1 {
  margin-right: -4px;
  margin-left: -4px; }

.hotel-contact-modal .px-1 {
  padding-right: 4px;
  padding-left: 4px; }

.hotel-contact-form-field input,
.hotel-contact-form-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  outline: 0;
  background: #F7FBFE;
  color: #00385C;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  line-height: 1.4; }

.hotel-contact-form-field input {
  height: 34px;
  padding: 8px 10px 8px 27px; }

.hotel-contact-form-field textarea {
  height: 62px;
  padding: 9px 10px;
  resize: vertical; }

.hotel-contact-form-field input::placeholder,
.hotel-contact-form-field textarea::placeholder {
  color: #00385C;
  opacity: 1; }

.hotel-contact-form-icon {
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 1;
  color: #00385C;
  pointer-events: none; }

.hotel-contact-form-action {
  margin-top: 23px; }

.hotel-contact-form-action .btn {
  min-width: 122px;
  height: 42px;
  padding: 10px 20px;
  border: 0;
  border-radius: 16px;
  background: #00385C;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1; }

.hotel-contact-form-action .btn:hover,
.hotel-contact-form-action .btn:focus {
  background: #00385C;
  color: #FFFFFF; }

.hotel-contact-form-status {
  min-height: 0;
  margin: 0;
  color: #C60F14;
  font-size: 11px;
  line-height: 1.4;
  text-align: center; }

@media (max-width: 575.98px) {
  .hotel-contact-modal {
    padding: 28px; } }
