@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../../../../assets/fonts/AvenirNextLTPro-Regular.eot');
  src: url('../../../../assets/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('../../../../assets/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Medium-Oblique';
  src: url('../../../../assets/fonts/FuturaStd-MediumOblique.eot');
  src: url('../../../../assets/fonts/FuturaStd-MediumOblique.eot?#iefix') format('embedded-opentype'),
    url('../../../../assets/fonts/FuturaStd-MediumOblique.woff2') format('woff2'),
    url('../../../../assets/fonts/FuturaStd-MediumOblique.woff') format('woff'),
    url('../../../../assets/fonts/FuturaStd-MediumOblique.ttf') format('truetype'),
    url('../../../../assets/fonts/FuturaStd-MediumOblique.svg#FuturaStd-MediumOblique') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStd-Book';
  src: url('../../../../assets/fonts/FuturaStd-Book.eot');
  src: url('../../../../assets/fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
    url('../../../../assets/fonts/FuturaStd-Book.woff2') format('woff2'),
    url('../../../../assets/fonts/FuturaStd-Book.woff') format('woff'),
    url('../../../../assets/fonts/FuturaStd-Book.ttf') format('truetype'),
    url('../../../../assets/fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #FFFFFF;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

.show-active {
  display: none;
}

h2.title-yellow {
  text-align: left;
  font-size: 29px;
  line-height: 35px;
  font-weight: normal;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
  color: #DFAE60;
  text-transform: uppercase;
}

p.big-title {
  font-family: "Playfair Display";
  font-size: 35px;
  line-height: 59px;
  color: #000000;
  margin: 0;
}

p.text {
  text-align: justify;
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  font-family: "Questrial";
  margin: 0;
  color: #000000;
}

.header {
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}

.header.active {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.header .container-header {
  padding: 30px 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.active .container-header {
  padding: 25px 0;
}

.header .container-header .link-header.link-wow {
  min-width: 305px;
}

.header .container-header .link-header a {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #0C4F2B;
}

.header.active .container-header .link-header a {
  display: block;
}

.header.active .container-header .link-header a {
  color: #0C4F2B;
}

.header.active .box-logo {
  display: none;
}

.header .container-header .box-logo {
  width: 218px;
  height: auto;
}

.header .container-header .box-logo img {
  width: 100%;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.top-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.top-banner img {
  width: 100%;
  height: 100%;
}

.banner .box-title {
  position: absolute;
  top: 60px;
  right: 51%;
  -webkit-transform: translate(50%, -0%);
  -ms-transform: translate(50%, -0%);
  transform: translate(50%, -0%);
  max-width: 1160px;
  width: 100%;
}

.banner .box-title .title-header {
  color: #000;
  font-size: 92px;
  line-height: 112px;
  font-family: "Montserrat";
  font-weight: 100;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.main-intro {
  width: 100%;
  overflow: hidden;
}

.main-intro .container-intro .intro {
  padding: 60px 0 0 0;
  text-align: center;
}

.main-intro .container-intro .intro h1.title {
  font-size: 75px;
  font-family: "Playfair Display";
  line-height: 84px;
  font-weight: normal;
  color: #3D322B;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main-intro .container-intro .intro p.mini-title {
  font-size: 70px;
  font-family: "Playfair Display";
  line-height: 90px;
  font-weight: normal;
  color: #3D322B;
  margin: 0;
}

.main-intro .container-intro .intro hr {
  margin: 68px auto 55px auto;
  width: 70.3389%;
  border-bottom: 2px solid #3D322B;
}

.main-intro .content-intro-box {
  max-width: 83.0508%;
  width: 100%;
  margin: auto;
  text-align: center;
}

.main-intro .content-intro-box .yellow-title {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  color: #A37E2C;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 35px;
}

.main-intro .content-intro-box p.text {
  text-align: center;
  font-family: "FuturaStd-Medium-Oblique";
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}

.main-intro .content-intro .box-content {
  width: 100%;
  margin-bottom: 27px;
}

.main-intro .content-intro .box-content h2.title-yellow {
  max-width: 50%;
  margin-bottom: 33px;
}

.banner-content {
  width: 100%;
}

.slider-banner-full {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slider-banner-full .full-banner {
  width: 100%;
  height: 100%;
}

.banner-content .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

/* START Main-content */
.main-content {
  width: 100%;
  overflow: hidden;
}

.container-main {
  max-width: 1420px;
  margin: 112px auto 135px auto;
}

.content-block {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 130px;
}

.title-text {
  font-family: "Playfair Display";
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 25px;
}

.text-content-book {
  font-family: "FuturaStd-Book";
  font-size: 17px;
  line-height: 25px;
  color: #777676;
  margin-bottom: 25px;
  text-align: justify;
}

.block-flex {
  display: flex;
}

.block-flex.flex-right {
  justify-content: flex-end;
}

.block-flex.flex-right .box-block {
  padding-right: 50px;
}

.block-flex.flex-left {
  justify-content: flex-start;
}

.block-flex.flex-left .box-block {
  padding-left: 50px;
}

.block-flex h2.title-yellow {
  margin-bottom: 25px;
}

.box-block {
  width: 40.1408%;
}

.box-block hr {
  width: 100%;
  border-bottom: 2px solid #3D322B;
  margin: 21px auto 40px auto;
}

.box-block-img {
  width: 49.2957%;
}

.resort .text-block-left {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.resort .text-block-left p.text-block {
  text-align: right;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 27px;
  color: #746D61;
}

.img-content {
  overflow: hidden;
}

.img-content .container-slider {
  z-index: 99;
  position: relative;
}

.img-content .container-slider::before {
  content: "";
  width: 200%;
  height: 75.0186%;
  background: #CDC5A8;
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}

.img-content .img-show {
  width: 29.5774%;
}

.img-content .img-main {
  width: 37.0422%;
}

.img-content .img-main .main-item {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.img-content .img-main .main-item:first-child {
  margin-bottom: 30px;
}

.img-content img {
  width: 100%;
  height: 100%;
}

.img-content .img-child {
  padding: 30px 0;
}

/**************************************************************** Food ************************************************************************/
.food .container-main {
  margin-top: 50px;
  max-width: 1180px;
  margin-bottom: 80px;
}

.food .block-flex.flex-right .box-block {
  padding-right: 60px;
}

.food .block-flex.flex-left .box-block {
  padding-left: 60px;
}

.food .box-block {
  width: 50.8475%;
}

.food .box-block-img {
  width: 49.1525%;
}

.food .content-block {
  margin-bottom: 80px;
}

.food .slider-food02-left {
  margin-bottom: 40px;
}

.food .slider-block-resort {
  position: relative;
}

/**************************************************************** Food ************************************************************************/
.container-slider {
  width: 100%;
  margin-bottom: 160px;
}

/* END Main-content */
.footer {
  background-color: #E8EDEB;
  padding: 30px 0 58px 0;
}

.text-footer {
  font-family: "AvenirNext-Regular";
  font-size: 14px;
  color: #A3A3A3;
  margin: 8px 0 18px 0;
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  margin-right: 16px;
}

.footer ul li a {
  width: 2rem;
  height: 2rem;
  display: block;
}

.footer ul li a img {
  width: 100%;
  height: auto;
}

.box-slider {
  margin: 0 0.625rem;
  cursor: pointer;
}

.box-slider img {
  width: 100%;
  height: auto;
}

.contact {
  border-top: 1px solid #000;
  width: 100%;
  margin: 4.125rem auto 0;
}

.content-contact {
  max-width: 585px;
  width: 100%;
  margin: auto;
  padding: 3.125rem 0 0;
}

.content-contact.text-content {
  margin: auto;
}

.text-content-mid {
  margin: 100px 0;
}

/****************************************************************** Start slider-intro ******************************************************************/
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main-slider .swiper-wrapper {
  padding: 35px 0;
}

.intro-swiper .swiper-slide {
  width: 50.2083%;
  height: 706px;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.img-content .container-slider {
  width: 1420px;
  margin: auto;
}

.img-content .swiper {
  width: 1420px;
  height: 100%;
  margin: auto;
}

.img-content .swiper-slide {
  width: 32.1% !important;
  height: 735px;
  text-align: center;
  font-size: 18px;
  background: #0C4F2B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-content .swiper-slide.swiper-slide-visible.swiper-slide-next {
  width: 37.0422% !important;
}

/* .img-content .swiper-slide{
    width: ;
  } */
.slide-img {
  background: #DFAE60;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.slider-intro .swiper-pagination {
  bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 3px;
  background: #ACA99A;
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next, .swiper-button-prev {
  width: 19%;
  margin: 0;
  height: calc(100% - 90px);
  top: 50%;
  -webkit-transform: translate(-0%, -50%);
  -ms-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
}

.swiper-button-prev {
  left: 0;
}

.slider-food-left,
.slider-food-right {
  height: 735px;
  position: relative;
}

.slider-food-left {
  margin-top: 40px;
}

.slider-food-right {
  margin-bottom: 90px;
}

.slider-food-left .swiper-wrapper,
.slider-food-right .swiper-wrapper {
  padding: 0;
}

.intro-swiper .swiper-pagination {
  bottom: 40px;
}

.mySwiper .swiper-pagination {
  bottom: 40px;
}

.top-banner .top-banner-slider {
  width: 100%;
  height: 100%;
}

/* .top-banner .top-banner-slider .swiper-slide img {
  object-fit: unset;
} */
.top-banner .top-banner-slider .swiper-button-next {
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  left: inherit;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.top-banner .top-banner-slider .swiper-button-next:after {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/icon-next_2x.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 50%;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}

.top-banner .top-banner-slider .swiper-button-prev {
  top: 50%;
  left: 24px;
  width: 30px;
  height: 30px;
  right: inherit;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.top-banner .top-banner-slider .swiper-button-prev:after {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/icon-prev_2x.png") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 50%;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}

/* ------------------------------------------------- */
.bg-left,
.bg-right {
  position: relative;
}

.bg-left::before,
.bg-right::before {
  content: "";
  width: 200%;
  height: 115%;
  position: absolute;
  background: #CDC5A8;
}

.bg-left::before {
  top: -7.5%;
  right: 17.8571%;
}

.bg-right::before {
  top: -7.5%;
  left: 37.8571%;
}

.food .bg-left::before {
  content: "";
  width: 200%;
  height: 108.4317%;
  position: absolute;
  background: #CDC5A8;
}

.food .swiper-container {
  position: relative;
}

.food .bg-left::before {
  top: -4%;
  right: 51.7241%;
}

.food ul li p.text-content-book {
  margin: 0;
}

.food ul li p.text-content-book span {
  font-weight: bold;
  color: #3B3B3B;
}

.slider-resort-left,
.slider-resort-right {
  height: 700px;
}

.slider-food03-left {
  height: 725px;
}

/* .slider-resort-right {
  margin-top: 66px;
} */
.slider-resort-left .swiper-wrapper,
.slider-resort-right .swiper-wrapper {
  padding: 0;
}

.slider-resort-left .swiper-pagination,
.slider-resort-right .swiper-pagination {
  bottom: -35px;
}

.slider-food01-right {
  height: 725px;
  margin-bottom: 40px;
}

.slider-food02-lefft {
  height: 386px;
}

.slider-food03-lefft {
  height: 770px;
}

.food .box-block.food03 {
  display: flex;
  align-items: flex-end;
}

.text-content-bot hr {
  width: 46.4406%;
  border-bottom: 2px solid #3D322B;
  margin: 60px auto;
}

.text-content-bot p.big-title {
  font-size: 40px;
  line-height: 59px;
  display: block;
  margin: 0 auto 70px auto;
  width: 74.2372%;
  text-align: center;
}

/****************************************************************** End slider 01 ******************************************************************/
@media screen and (max-width: 1420px) {
  .img-content .container-slider {
    width: 100%;
  }

  .img-content .swiper {
    width: 100%;
  }

  .slider-banner-full {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .food .container-main {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-container {
    max-width: 88.08593%;
  }

  .top-banner {
    width: 100%;
    max-height: 792px;
  }

  .header .container-header {
    padding: 30px 15px;
  }

  .banner .box-title {
    max-width: calc(88.08593% - 30px);
  }

  .main-intro .container-intro .intro h1.title {
    font-size: 39px;
    line-height: 84px;
  }

  .main-intro .container-intro .intro p.mini-title {
    font-size: 39px;
    line-height: 50px;
  }

  .main-intro .container-intro .intro hr {
    margin: 53px auto 48px auto;
  }

  p.text {
    font-size: 15px;
    line-height: 20px;
  }

  .main-intro .content-intro .box-content {
    margin-bottom: 20px;
  }

  .main-intro .content-intro .box-content h2.title-yellow {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 31px;
  }

  .banner-content .hero-banner .boxtext-hero {
    max-width: calc(88.08593% - 30px);
  }

  .banner-content .hero-banner .boxtext-hero .text-hero {
    width: 100%;
    padding: 22px 32px;
    max-height: 105px;
    bottom: -53px;
  }

  .banner-content .hero-banner .boxtext-hero .text-hero .text {
    text-align: center;
  }

  .banner-content .hero-banner .boxtext-hero .text-hero .text br {
    display: none;
  }

  .block-flex h2.title-yellow {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .slider-food-right {
    height: 781px;
  }

  .slider-block-food .slider-food-left {
    height: 652px;
  }

  .box-block-full .block-title-right {
    padding: 46px 0 44px 0;
  }

  .box-block-full .block-title-right h2.title-black {
    font-size: 27px;
    line-height: 36px;
  }

  .content-block {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }

  .show-sp {
    display: block;
  }

  .grid-container {
    max-width: 100%;
  }

  .header.active .grid-padding-x>.cell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header .container-header .link-header.link-wow {
    min-width: inherit;
  }

  .grid-padding-x>.cell {
    padding-right: 80px;
    padding-left: 80px;
  }

  .top-banner {
    width: 100%;
    height: auto;
  }

  .food .box-block-img {
    width: 100%;
  }

  .food .block-flex.resort.flex-right {
    display: block;
  }

  .food .block-flex.resort.flex-right .box-block {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }

  .food .block-flex.resort.flex-left {
    display: flex;
    flex-direction: column-reverse;
  }

  .food .block-flex.resort.flex-left .box-block {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }

  .food .block-flex.resort.flex-left .box-block.food03 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .food .container-main {
    margin-bottom: 40px;
  }

  .banner .box-title {
    max-width: 100%;
    padding: 0 20px;
  }

  .main-intro .container-intro .intro {
    padding: 60px 0 0 0;
  }

  .main-intro .content-intro .box-content h2.title-yellow {
    max-width: 100%;
    margin-bottom: 23px;
  }

  .main-intro .content-intro-box .yellow-title {
    font-size: 15px;
    line-height: 19px;
  }

  .main-intro .content-intro-box p.text {
    font-size: 15px;
    line-height: 25px;
  }

  .block-flex.resort.flex-right {
    display: flex;
    flex-direction: column-reverse;
  }

  .container-main {
    max-width: inherit;
    width: 100%;
    margin: 44px auto 20px auto;
  }

  .block-flex.flex-right .box-block {
    margin-top: 45px;
    padding: 0;
  }

  .block-flex.flex-left .box-block {
    padding-top: 45px;
    padding-left: 0;
  }

  .box-block-img {
    width: 100%;
  }

  .block-flex h2.title-yellow br {
    display: none;
  }

  .banner-content .hero-banner .boxtext-hero {
    max-width: 100%;
    padding-left: 37px;
    padding-right: 37px;
  }

  .content-block {
    position: inherit;
  }

  .block-flex {
    display: block;
  }

  .box-block {
    width: 100%;
  }

  .box-block-full {
    position: relative;
    bottom: inherit;
    left: inherit;
    display: block;
  }

  .box-block-full .block-title-right {
    width: 100%;
    padding: 16px 0;
    display: block;
    margin: 0 0 42px 0;
  }

  .box-block-full .block-title-right h2.title-black {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

  /* .bg-left::before, .bg-right::before {
    display: none;
  } */
  .block-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .slider-block-food .slider-food-left,
  .slider-block-food .slider-food-right,
  .slider-block-resort .slider-resort-left,
  .slider-block-resort .slider-resort-right {
    margin: 45px 0;
    height: 548px;
  }

  .container-main {
    padding-bottom: 0;
  }

  .intro-swiper .swiper-wrapper .swiper-slide {
    height: 250px;
    padding: 0;
  }

  .banner-content .hero-banner .boxtext-hero .text-hero {
    padding: 15px 32px;
    max-height: 110px;
  }

  .banner-content .hero-banner .boxtext-hero .text-hero .text {
    font-size: 15px;
    line-height: 19px;
  }

  .footer .logo-wow {
    max-width: 222px;
    display: block;
    margin: auto;
  }

  .resort .text-block-left {
    display: none;
  }

  .img-content .swiper-slide {
    width: 50% !important;
    height: 390px;
  }

  .img-content .swiper-slide.swiper-slide-visible.swiper-slide-next {
    width: 50% !important;
  }

  .img-content .container-slider {
    padding: 0 80px;
  }

  .title-text {
    font-size: 19px;
    line-height: 25px;
  }

  .text-content-book {
    font-size: 15px;
    line-height: 25px;
  }

  p.big-title {
    font-size: 26px;
    line-height: 40px;
  }

  .text-content-bot p.big-title {
    font-size: 25px;
    line-height: 35px;
    margin: 0 auto;
  }

  .container-slider {
    margin-bottom: 50px;
    padding: 0 35px;
  }

  .slider-food01-right {
    height: 548px;
  }

  .food .content-block {
    margin-bottom: 60px;
    margin-top: 100px;
  }

  .food .content-block.food03-content {
    margin-bottom: 40px;
    margin-top: 100px;
  }

  .food .slider-food02-left {
    height: 548px;
  }

  .food .block-flex.resort.flex-right .box-block.food02 {
    margin: 100px 0;
  }

  .food .food03-content .block-flex.resort.flex-left {
    display: block;
  }

  .food02-left::before {
    left: 49.8571%;
  }

  .text-content-mid {
    margin: 60px 0;
  }

  .text-content-bot hr {
    margin: 35px auto 50px;
  }
}

@media screen and (max-width: 540px) {
  .img-content .swiper-slide {
    height: 300px;
  }

  .text-content-book {
    font-size: 12px;
    line-height: 20px;
  }

  .grid-padding-x>.cell {
    padding-right: 35px;
    padding-left: 35px;
  }

  .top-banner {
    height: 527px;
  }

  .top-banner .swiper-slide img {
    object-fit: cover;
  }

  .header .container-header {
    padding: 22px 0;
  }

  .header .container-header .link-header a {
    font-size: 12px;
  }

  .main-intro .content-intro-box {
    width: 100%;
    max-width: 100%;
  }

  .main-intro .content-intro-box .yellow-title {
    font-size: 9px;
    line-height: 11px;
  }

  .main-intro .content-intro-box p.text {
    font-size: 9px;
    line-height: 11px;
  }

  .main-intro .container-intro .intro h1.title {
    font-size: 19px;
    line-height: 30px;
  }

  .banner .box-title {
    position: absolute;
    top: inherit;
    bottom: 0;
  }

  .banner .box-title .title-header {
    font-size: 27px;
    line-height: 33px;
  }

  .main-intro .container-intro .intro {
    padding: 25px 0 0 0;
  }

  .main-intro .container-intro .intro h1.title {
    font-size: 19px;
    line-height: 40px;
  }

  .main-intro .container-intro .intro p.mini-title {
    font-size: 19px;
    line-height: 30px;
  }

  .main-intro .container-intro .intro hr {
    margin: 32px auto 27px auto;
  }

  .main-intro .content-intro .black-title {
    font-size: 10px;
    line-height: 14px;
  }

  .img-content .swiper-slide {
    width: 100% !important;
    /*  */
  }

  .img-content .swiper-slide.swiper-slide-visible.swiper-slide-next {
    width: 100% !important;
  }

  .img-content .container-slider {
    padding: 0 35px;
  }

  .slider-block-food .slider-food-left,
  .slider-block-food .slider-food-right,
  .slider-block-resort .slider-resort-left,
  .slider-block-resort .slider-resort-right {
    margin: 45px 0;
    height: 240px;
  }

  .slider-banner-full {
    height: 300px;
  }

  .slider-food01-right {
    height: 304px;
  }

  .food .block-flex.resort.flex-right .box-block {
    margin-bottom: 60px;
  }

  .pc {
    display: none;
  }

  .text-content-bot p.big-title {
    width: 100%;
  }

  .food .block-flex.resort.flex-left .box-block {
    margin-bottom: 60px;
  }

  .food .slider-food02-left {
    height: 250px;
  }

  .slider-food03-left {
    height: 354px;
  }

  .food .container-main {
    margin-bottom: 40px;
  }

  .food .block-flex.resort.flex-right .box-block.food02 {
    margin: 60px 0;
  }

  .food .block-flex.resort.flex-left .box-block.food03 {
    margin-top: 40px;
  }

  .food .content-block {
    margin-top: 40px;
  }

  .container-main {
    margin: 30px auto 20px auto;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .slider-resort-left .swiper-pagination,
  .slider-resort-right .swiper-pagination {
    bottom: -14px;
  }

  .container-slider {
    margin-bottom: 20px;
  }

  .text-content-mid {
    margin: 35px 0;
  }

  .food .content-block.food03-content {
    margin-top: 60px;
  }
}

@media screen and (max-width: 325px) {
  .header .container-header .link-header a {
    font-size: 11px;
  }

  .slider-banner-full {
    height: 220px;
  }
}
