@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');

@font-face {
  font-family: "SVN-Flatline";
  src: url("../../../../assets/fonts/SVN-Flatline-Regular.eot");
  src: url("../../../../assets/fonts/SVN-Flatline-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../../../assets/fonts/SVN-Flatline-Regular.woff2") format("woff2"),
    url("../../../../assets/fonts/SVN-Flatline-Regular.woff") format("woff"),
    url("../../../../assets/fonts/SVN-Flatline-Regular.ttf") format("truetype"),
    url("../../../../assets/fonts/SVN-Flatline-Regular.svg#SVN-Flatline-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Flatline-SemiBold";
  src: url("../../../../assets/fonts/SVN-Flatline-SemiBold.eot");
  src: url("../../../../assets/fonts/SVN-Flatline-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../../../../assets/fonts/SVN-Flatline-SemiBold.woff2") format("woff2"),
    url("../../../../assets/fonts/SVN-Flatline-SemiBold.woff") format("woff"),
    url("../../../../assets/fonts/SVN-Flatline-SemiBold.ttf") format("truetype"),
    url("../../../../assets/fonts/SVN-Flatline-SemiBold.svg#SVN-Flatline-SemiBold")
      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.big-title {
  font-size: 36px;
  font-family: "SVN-Flatline";
  line-height: 42px;
  font-weight: normal;
  color: #387BBD;
  margin: 0 auto 20px auto;
  text-align: center;
  text-transform: uppercase;
  max-width: 980px;
}

h2.medium-title {
  font-size: 36px;
  font-family: "SVN-Flatline";
  line-height: 42px;
  font-weight: normal;
  color: #387BBD;
  margin-bottom: 20px;
  text-align: center;
}

h2 .hl-title {
  font-size: 36px;
  font-family: "SVN-Flatline-SemiBold";
  line-height: 42px;
  font-weight: normal;
  color: #033a64;
  margin-bottom: 17px;
  text-align: center;
}
h2 .medium-hl-title {
  font-size: 32px;
  font-family: "SVN-Flatline-SemiBold";
  line-height: 1;
  font-weight: normal;
  color: #033a64;
  margin-bottom: 17px;
  text-align: center;
  text-transform: uppercase;
}

p.by-yellow {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 20px;
  font-weight: 500;
  color: #a37e2c;
  margin: 0;
  text-align: center;
}

h3.medium-title {
  font-family: "SVN-Flatline-Semibold";
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  color: #387BBD;
  margin-bottom: 30px;
  text-align: left;
}

.text-content {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  /* text-align: justify; */
  margin-bottom: 25px;
}
.text-content-blue {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #101f22;
  text-align: left;
  margin-bottom: 25px;
}

.bg-lotus-left::before {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/wdgb_bg_left.png") no-repeat;
  position: absolute;
  left: 0;
  width: 299px;
  height: 462px;
  background-position: right;
  background-size: cover;
  z-index: 0;
}

/* .bg-lotus-right::before  {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/wdgb_bg_right.png") no-repeat;
  position: absolute;
  right: 0;
  width: 266px;
  height: 530px;
  background-position: left;
  background-size: cover;
} */

.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.active .container-header {
  padding: 25px 0;
}

.header .container-header .link-header a {
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #ffffff;
}

.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;
  position: relative;
  z-index: 1;
}

.banner .title-banner {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(15%, -50%);
  -ms-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.banner .title-banner h1 {
  font-size: 60px;
  line-height: 66px;
  font-family: "SVN-Flatline-SemiBold";
  color: #ffffff;
  margin-bottom: 10px;
}
.banner .title-banner p {
  font-size: 40px;
  line-height: 50px;
  font-family: "SVN-Flatline";
  color: #ffffff;
  margin: 0;
}

.top-banner img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

.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-weight: 100;
  font-family: "Montserrat";
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.main-intro {
  width: 100%;
  overflow: hidden;
}

.main-intro .container-intro .intro {
  padding: 60px 0 0 0;
}

.main-intro .container-intro .intro h1.emeralda-logo {
  width: 240px;
  height: 152px;
  margin: 0;
}

.main-intro .container-intro .intro h1.emeralda-logo img {
  width: 100%;
}

hr.line-black {
  margin: 0 auto;
  width: 15.25424%;
  border-bottom: 2px solid #A37E2C;
}

.main-intro .content-intro-box {
  max-width: 980px;
  margin: 55px auto 0 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;
  text-align-last: center;
  font-family: "Montserrat";
  font-style: italic; 
  font-weight: 500;
  color: #387BBD;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.main-intro .sec-01 p.text {
  padding: 0 15px;
  margin-bottom: 40px;
}
.main-intro .sec-01 .content-intro-box p.text-content {
  text-align-last: center;
  text-align: center;
  padding: 0 15px;
  margin: 0;
}
.main-intro .sec-01 .medium-title {
  margin-bottom: 26px;
}
.main-intro .sec-02 .content-intro-box p.text-content {
  font-family: "Montserrat";
  font-style: italic; 
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.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;
}
.main-intro .info-text-intro {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #606060;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
.main-intro .info-text-intro .hl-text-intro::after {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/wdgb_icon-intro.png") no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  height: 10px;
  background-position: right;
  background-size: cover;
  z-index: 0;
}
.main-intro .info-text-intro .hl-text-intro {
  color: #a37e2c;
  padding-left: 15px;
  position: relative;
}
.main-intro .text-intro {
  max-width: 780px;
  margin: 50px auto 55px auto;
  padding: 0 15px;
}
.main-intro .img-intro {
  margin-top: 50px;
}

.banner-content {
  width: 100%;
}

.slider-banner-full {
  width: 100%;
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  background-color: #EDF4F8;
  margin-bottom: 65px;
}

.full-banner {
  width: 100%;
  max-height: 800px;
}
.full-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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%;
}

/* .container-flex {
  display: flex;
} */
.container-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.bl-01 {
  width: 41.37931%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.bl-01 .text-bl {
  max-width: 380px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.bl-02 {
  width: 58.62069%;
}
.bl-02 .text-bl {
  max-width: 580px;
}

.block-image {
  margin-bottom: 25px;
}

.content-image-box {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 980px;
  margin: auto;
}

.content-image-box img {
  width: 57%;
  height: auto;
  object-fit: cover;
}

/* START Main-content */
.main-content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.container-main {
  max-width: 1420px;
  margin: 70px auto 70px auto;
}

.sec-second .container-main {
  margin: 64px auto 60px auto;
}

.content-block {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.block-flex {
  display: flex;
}

.block-flex.flex-right {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.box-block.text-block-right {
  padding-left: 50px;
  display: flex;
  align-items: center;
}

/* 
.box-block.text-block-right p.text-content {
  margin-bottom: 0;
} */

.block-flex.flex-left {
  justify-content: flex-start;
}

.box-block {
  width: 44.68085%;
}

.box-block.text-block-left {
  padding-right: 50px;
}

.box-block hr {
  width: 100%;
  border-bottom: 2px solid #3d322b;
  margin: 21px auto 40px auto;
}

.box-block-img {
  width: 42.55319%;
}

.text-bot {
  display: flex;
  align-items: flex-end;
}

.text-bot p {
  margin: 0;
}

.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;
}

section.main-slider.center-box {
  padding: 50px 0;
  background-color: #EDF4F8;
  margin-bottom: 60px;
  margin-top: 35px;
}

.container-slider {
  width: 100%;
  margin-bottom: 100px;
}

.center-box .container-slider {
  max-width: 1920px;
  margin: auto;
}

/* .center-box .container-slider .swiper-slide.swiper-slide-visible.swiper-slide-active {
  padding: 0 17.5px;
} */

.center-box .intro-swipertest .swiper-slide {
  width: 46.875%;
  text-align: center;
  font-size: 18px;
  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;
}

.swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-active {
  width: 51.04167%;
}

/* .center-box .intro-swipertest .swiper-slide .slide-img {
  max-width: 800px;
  height: 100%;
} */

/* END Main-content */
.footer {
  background-color: #F5F9F7;
  padding: 30px 0 58px 0;
}

.text-footer {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  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 {
  position: relative;
  margin: 100px 0;
}

.text-content-mid .content-mid-box {
  max-width: 980px;
  margin: auto;
  text-align: center;
}

.text-content-mid .content-mid-box .text-content {
  text-align: center;
  margin: 0;
}

.text-content-mid hr.line-black {
  margin-top: 73px;
  margin-bottom: 56px;
}

.text-content-mid p.text {
  padding: 0 20px;
  text-align: center;
  font-family: "SVN-Flatline";
  font-size: 35px;
  line-height: 55px;
  margin: 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: 1700px;
  margin: auto;
}

.img-content .swiper {
  width: 1700px;
  height: 100%;
  margin: auto;
}

.img-content .swiper-slide {
  width: 28.05882% !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: 48.05882% !important;
}

.slide-img {
  width: 100%;
  /* height: 100%; */
}

.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .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: #dfe8f0;
}

.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;
}

.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%;
}

.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;
}

.text-content-bot hr {
  margin: 0 auto 77px auto;
}

.text-content-bot .hl-title {
  font-size: 48px;
}

.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;
}

.text-content-bot .icon-lotus {
  display: flex;
  justify-content: center;
  margin-bottom: 92px;
}

.text-content-bot .text-content-book {
  max-width: 980px;
  margin: auto;
  text-align: center;
  margin-bottom: 45px;
}

.text-content-bot p.text {
  padding: 0 20px;
  text-align: center;
  font-family: "SVN-Flatline";
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 100px;
}

.content-bot-info {
  text-align: center;
  max-width: 550px;
  padding: 0 30px;
  margin: 20px auto 50px auto;
}

.content-bot-info .title-bot-info {
  font-family: "SVN-Flatline-Semibold";
  font-size: 24px;
  line-height: 27px;
  font-weight: normal;
  color: #1D98D9;
  margin-bottom: 30px;
}

.content-bot-info .text-bot-info {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 8px;
  color: #000000;
}
.content-bot-info .text-bot-info span.info-bold {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 27px;
  color: #000000;
}
.content-bot-info .text-bot-info a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  word-wrap: break-word;
}

.slider-banner-full .slide-img {
  height: 100%;
}

.logo-bot {
  margin-bottom: 20px;
}

a.text-bot-info {
  color: #000000;
}

.text-content-book {
  color: #4a3727;
}

/****************************************************************** End slider 01 ******************************************************************/
@media screen and (max-width: 1700px) {
  .center-box .container-slider {
    width: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .center-box .container-slider {
    width: 100%;
  }

  .img-content .container-slider {
    width: 100%;
  }

  .img-content .swiper {
    width: 100%;
  }

  .slider-banner-full {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  /* .center-box .intro-swipertest {
    height: 550px;
  } */
}

@media screen and (max-width: 1024px) {
  .banner .title-banner {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(5%, -50%);
    -ms-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
  }

  .banner .title-banner h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .banner .title-banner p {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-container {
    max-width: 88.08593%;
  }

  .center-box .intro-swipertest .slide-img {
    height: auto;
  }

  /* .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: 60px;
  }

  .slide-img {
    height: auto;
  }

  .top-banner .slide-img {
    height: auto;
  }

  h3.medium-title {
    font-size: 30px;
    line-height: 36px;
  }
  /* h3.medium-title br.show-pc {
    display: none;
  } */
}

@media screen and (max-width: 768px) {
  .banner .title-banner {
    width: 70%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  .banner .title-banner h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .banner .title-banner p {
    font-size: 30px;
    line-height: 40px;
  }

  .bl-01 .text-bl {
    max-width: 100%;
  }

  .bl-01 .text-bl .text-content {
    text-align: center;
  }

  .container-flex {
    flex-direction: column;
    justify-content: center;
  }

  .bl-01 {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .bl-02 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .bl-02 .text-bl .text-content {
    text-align: center;
  }
  .bl-02 .text-bl {
    max-width: 100%;
  }

  .bl-02 .block-image {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .text-content, .text-content-blue {
    font-size: 15px;
    line-height: 28px;
  }
  h2.medium-title {
    font-size: 30px;
    line-height: 40px;
  }
  .main-content .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .main-content .block-flex.flex-left.reverse .box-block {
    padding-top: 0;
  }

  br.pc {
    display: none;
  }

  .main-intro .container-intro .intro h1.emeralda-logo {
    width: 121px;
    height: auto;
  }

  .text-content {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  h2 .hl-title {
    font-size: 42px;
  }

  h2.big-title {
    padding-left: 15px;
    font-size: 30px;
    line-height: 42px;
  }

  /* hr.line-black {
    width: 74.3421%;
  } */

  .block-river-logo {
    display: flex;
    justify-content: flex-end;
  }

  .bg-lotus-left::before {
    width: 120px;
    height: 220px;
  }

  h3.medium-title {
    margin-bottom: 30px;
  }

  section.main-slider.center-box {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 35px 0;
  }

  /* h3.medium-title br {
    display: none;
  } */

  .text-content-mid p.text,
  .text-content-bot p.text {
    font-size: 25px;
    line-height: 45px;
    padding: 0;
  }

  .text-content-bot p.text {
    margin-bottom: 70px;
  }

  .icon-lotus {
    display: none !important;
  }

  .center-box .intro-swipertest .slide-img {
    height: auto;
  }

  .main-intro .sec-01 .content-intro-box p.text {
    margin-bottom: 30px;
  }

  .main-intro .img-intro {
    margin-top: 30px;
  }

  .main-intro .content-intro-box {
    margin-top: 30px;
  }

  .main-intro .sec-01 .medium-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 34px;
  }

  .center-box .container-slider {
    padding: 0;
  }

  .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;
  }

  .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: 28px;
  }

  .block-flex.resort.flex-right {
    display: flex;
    flex-direction: column-reverse;
  }

  .container-main {
    max-width: inherit;
    width: 100%;
    margin: 75px auto 20px auto;
  }

  .block-flex.flex-right .box-block {
    margin-top: 45px;
    padding: 0;
    margin-bottom: 40px;
  }

  .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;
    margin-bottom: 30px;
  }

  .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;
  }

  .content-bot-info .title-bot-info {
    font-size: 20px;
    line-height: 25px;
  }
  .content-bot-info .text-bot-info {
    font-size: 15px;
    line-height: 25px;
  }

  .content-bot-info .text-bot-info a {
    font-size: 15px;
    line-height: 25px;
  }
  .content-bot-info .text-bot-info span.info-bold {
    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;
  }

  .text-content-mid {
    margin: 60px 0;
  }

  .text-content-bot hr {
    margin: 35px auto 50px;
  }
}

@media screen and (max-width: 767px) {

  .banner-content .swiper-slide img {
    height: 263px;
  }

  .full-banner img {
    width: 100%;
    height: 263px;
    object-fit: cover;
  }

  .banner .title-banner {
    width: 80%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  .banner .title-banner h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .banner .title-banner p {
    font-size: 20px;
    line-height: 24px;
  }
  .content-bot-info {
    padding: 0;
  }
  .main-intro .container-intro .intro {
    display: block;
  }

  .main-intro .container-intro .intro h1.emeralda-logo {
    margin: 52px auto 14px auto;
  }

  h2.big-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 10px;
  }

  p.by-yellow {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
  }

  /* .main-intro .content-intro-box p.text {
    font-size: 12px;
    line-height: 24px;
  } */

  h3.medium-title {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* h3.medium-title br {
    display: block;
  } */

  /* .bg-lotus-left::before {
    width: 61px;
    height: 121px;
  } */

  .content-image-box {
    gap: 10px;
  }

  .text-content {
    font-size: 15px;
    line-height: 25px;
  }

  .text-content-mid p.text,
  .text-content-bot p.text {
    font-size: 16px;
    line-height: 30px;
  }

  .text-content-mid hr.line-black {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  hr.line-black {
    width: 38.93333%;
  }

  .block-river-logo img {
    width: 90px;
    height: auto;
  }

  .text-content-bot p.text {
    margin-bottom: 50px;
  }

  .intro-swiper .slide-img {
    height: 100%;
  }
}

@media screen and (max-width: 540px) {
  .main-intro .content-intro-box p.text {
    font-size: 15px;
    line-height: 25px;
  }

  h2 .hl-title,
  .text-content-bot .hl-title {
    font-size: 26px;
  }

  h2.big-title,
  h2.medium-title {
    font-size: 20px;
    padding: 0;
    line-height: 30px;
  }

  h2 .medium-hl-title {
    font-size: 24px;
    line-height: 34px;
  }

  .main-intro .sec-01 .medium-title {
    font-size: 20px;
    line-height: 30px;
  }

  .main-intro .sec-02 .content-intro-box p.text-content {
    font-size: 16px;
    line-height: 26px;
  }

  h3.medium-title {
    font-size: 20px;
    line-height: 30px;
  }

  .text-content-blue {
    font-size: 15px;
    line-height: 25px;
  }

  .container-slider {
    padding: 0 35px;
  }

  section.main-slider.center-box {
    padding: 10px 0 10px 0;
  }

  .slider-banner-full {
    padding: 10px 0 10px 0;
  }

  .img-content .swiper-slide {
    height: 300px;
  }

  /* .text-content-book {
    font-size: 12px;
    line-height: 20px;
  } */
  .container-main {
    margin-top: 40px;
  }

  .block-flex.flex-right .box-block {
    margin-top: 0;
  }

  .content-bot-info {
    margin: 20px auto 30px auto;
  }

  .content-bot-info .title-bot-info {
    font-size: 20px;
  }
  .content-bot-info .text-bot-info {
    font-size: 15px;
    line-height: 20px;
  }

  .content-bot-info .text-bot-info span.info-bold {
    font-size: 15px;
    line-height: 20px;
  }

  .grid-padding-x > .cell {
    padding-right: 25px;
    padding-left: 25px;
  }

  .top-banner {
    height: 450px;
  }

  .top-banner .swiper-slide img {
    object-fit: cover;
  }

  .header .container-header {
    padding: 22px 0;
  }

  .header .container-header .link-header a {
    font-size: 14px;
  }

  .main-intro .content-intro-box {
    width: 100%;
    max-width: 100%;
  }

  .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-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%;
  }

  .slider-food03-left {
    height: 354px;
  }

  .sec-second .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;
  }
}

@media screen and (max-width: 325px) {
  /* .header .container-header .link-header a {
    font-size: 11px;
  } */

  .slider-banner-full {
    height: 220px;
  }
  .grid-padding-x > .cell {
    padding-right: 15px;
    padding-left: 15px;
  }

  h2.big-title {
    font-size: 18px;
  }
}
