@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=Noto+Serif:ital,wght@0,400;1,400&display=swap');

html {
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.show-pc {
  display: block;
}
.show-sp {
  display: none;
}
.container {
  padding: 0 0.9375rem;
  margin: 0 auto;
}
.container-center {
  margin: 0 auto;
}
.scroll-content {
  position: relative;
}
section {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
section p {
  line-height: 26px;
}
.text-content {
  font-size: 0.875rem;
  font-family: "Noto Serif";
  font-weight: normal;
  color: #666666;
  margin: 3.125rem 0;
}
.header {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  padding: 2.1875rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: start;
  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;
  padding: 1.5rem;
  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.active .box-logo {
  display: none;
}
.header.active .link-header a {
  color: #000;
}
.header a {
  font-size: 0.875rem;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
}
.logo {
  text-align: center;
  width: 9.0625rem;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.9375rem;
}
.logo img {
  width: 100%;
  height: auto;
}
.text-sponsor {
  text-align: center;
  color: #cccccc;
  font-size: 0.6875rem;
  font-family: "Noto Serif";
  font-style: italic;
  display: block;
}
.banner-video {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  z-index: 1;
}
.banner-video .btnPlayVideo {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}
.banner-video .btnPlayVideo:hover {
  cursor: pointer;
}
.intro {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.title-intro {
  padding: 2.6875rem;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  text-align: center;
  overflow: hidden;
  max-width: 60.625rem;
  margin-top: -4.1875rem;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}
.title-intro.active {
  margin-top: 3rem;
}
.title-intro p {
  color: #006039;
  display: block;
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0;
}
.text-intro {
  margin: 4rem 0 1.5rem;
  height: 14rem;
  overflow: hidden;
}
.text-intro.active {
  height: auto;
}
.btnShow-content {
  display: flex;
  align-items: center;
  min-width: 120px;
  color: #a37f2d;
  font-family: "Noto Serif";
  font-size: 0.875rem;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
}
.btnShow-content .hidden {
  display: none;
}
.btnShow-content.active .hidden {
  display: block;
}
.btnShow-content.active .show {
  display: none;
}
.btnShow-content:hover {
  cursor: pointer;
}
.icon_seemore {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  display: block;
  float: left;
  margin-top: 0.125rem;
  cursor: pointer;
}
.icon_seemore img {
  width: 100%;
  height: auto;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
}
.btnShow-content.active .icon_seemore img {
  transform: rotate(180deg);
}
.box-liquid-skybar {
  width: 100%;
  overflow: hidden;
  margin-top: 5.875rem;
}
.skybar-left {
  width: 82.38%;
  height: auto;
  float: left;
}
.skybar-right {
  width: 31.62%;
  height: auto;
  float: left;
  margin-left: -14.51%;
  margin-top: 5.625rem;
}
.skybar-left img,
.skybar-right img {
  width: 100%;
  height: auto;
}
.hero-banner {
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/renaissance_pool.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
}
.sub-banner {
  font-size: 1.375rem;
  font-family: "Noto Serif";
  display: block;
  position: absolute;
  margin-bottom: 3.625rem;
  text-align: center;
  width: 100%;
  color: #fff;
  bottom: 0;
}
.content1 {
  padding-top: 3.25rem;
  padding-bottom: 5.9375rem;
}
.content1 .border-top {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.border-top {
  position: relative;
  padding: 4rem 0;
  margin-top: 6.25rem;
}
.main-content .padding-right {
  padding-right: 6.25rem;
}
.main-content .padding-left {
  padding-left: 6.25rem;
}
.border-top::before {
  content: "";
  background-color: #006039;
  width: 10.625rem;
  height: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.img-box {
  position: relative;
}
.img-box img {
  width: 100%;
  height: auto;
}
.layer-right::after {
  content: "";
  width: 35.625rem;
  height: 25rem;
  background-color: #f7f7f7;
  right: -6.25rem;
  bottom: -2.5rem;
  display: block;
  position: absolute;
  z-index: -2;
}
.layer-left::after {
  content: "";
  width: 35.625rem;
  height: 25rem;
  background-color: #f7f7f7;
  left: -6.25rem;
  top: -2.5rem;
  display: block;
  position: absolute;
  z-index: -2;
}

.main-content span {
  width: 100%;
  height: 0.0675rem;
  background-color: #000;
  display: block;
  margin-top: 4.125rem;
}
.logo-skybar {
  width: 5.15625rem;
  height: 7.34375rem;
  margin: 1.5rem auto;
  display: block;
}
.contact h2 {
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 2.1875rem;
}
.text-contact {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.75rem;
}
.library {
  position: relative;
}
.background-library {
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  margin-top: 3.0625rem;
}
.background-library::before {
  content: "";
  width: 9%;
  height: 100%;
  position: absolute;
  left: 0;
  display: block;
  background-color: #fff;
}
.background-library::after {
  content: "";
  width: 9%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #fff;
}
.slider-library::before {
  content: "THƯ VIỆN HÌNH ẢNH";
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-size: 1.375rem;
  display: block;
  padding: 4.0625rem 0;
  width: 100%;
  margin: 0;
  color: #006039;
}
.slider-library::after {
  content: "www.renaissance-saigon.com";
  padding-top: 2.8175rem;
  padding-bottom: 2.5rem;
  display: block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.875rem;
}
.library span {
  background-color: #000;
  width: 5rem;
  height: 0.0625rem;
  display: block;
  margin: auto;
  margin-bottom: 3.25rem;
}
.slider-library {
  z-index: 1000;
}
.slider-library,
.slider-library img {
  width: 100%;
  height: auto;
}
.logo-wow {
  width: 12.8125rem;
  height: auto;
  display: block;
  margin: auto;
  padding-top: 2.875rem;
}
.logo-wow img {
  width: 100%;
  height: auto;
}
.text-footer {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.625rem;
  color: #666666;
  margin: 1.125rem;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5rem;
}
.footer ul li {
  display: inline-block;
  margin-right: 1rem;
}
.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;
}
@media screen and (max-width: 1024px) {
  .layer-right::after {
    content: "";
    width: 24.75rem;
    height: 15rem;
    background-color: #f7f7f7;
    right: -3.25rem;
    bottom: -1.5rem;
    display: block;
    position: absolute;
    z-index: -2;
  }
  .layer-left::after {
    content: "";
    width: 24.75rem;
    height: 15rem;
    background-color: #f7f7f7;
    left: -3.25rem;
    top: -1.5rem;
    display: block;
    position: absolute;
    z-index: -2;
  }
  .content1 .padding-right {
    padding-right: 3.125rem;
  }
  .content2 .padding-left {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .text-content {
    margin: 1.5625rem 0;
  }
  .skybar-right {
    margin-top: 3.375rem;
  }
  .layer-right::after {
    width: 17.75rem;
    height: 13rem;
    right: -3.25rem;
    bottom: -1.5rem;
  }
  .layer-left::after {
    width: 17.75rem;
    height: 13rem;
    left: -3.25rem;
    top: -1.5rem;
  }
  .title-intro p {
    font-size: 1.25rem;
  }
  .title-intro {
    padding: 1.6875rem;
    margin-top: -3.1875rem;
  }

  .text-intro {
    margin-top: 2rem;
    margin-bottom: 1.71875rem;
  }
  .box-liquid-skybar {
    margin-top: 2.9375rem;
  }
  .hero-banner {
    height: 50vh;
  }
  .content1,
  .content2 {
    padding-bottom: 2.5rem;
  }
  .content1 .border-top {
    margin: 0;
  }
  .content2 .border-top {
    margin: 0;
  }
  .main-content span {
    margin-top: 0;
  }
  .slider-library::before {
    padding: 3.0625rem 0;
  }
  .slider-library::after {
    padding-top: 1.8175rem;
    padding-bottom: 1.5rem;
  }
  .library span {
    margin-bottom: 2.25rem;
  }
  .background-library {
    margin-top: 2.0625rem;
  }
  .main-content .padding-right {
    padding-right: 3.125rem;
  }
  .main-content .padding-left {
    padding-left: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .show-pc {
    display: none;
  }
  .show-sp {
    display: block;
  }
  .header {
    position: relative;
    padding: 1rem 1rem 0;
  }
  .main-content {
    overflow: hidden;
  }
  .liquid-skybar {
    padding: 0 0.25rem;
  }
  .box-liquid-skybar {
    margin-top: 0.9375rem;
  }
  .title-intro {
    padding: 1rem;
    margin-top: -2.8125rem;
  }
  .layer-right::after {
    display: none;
  }
  .layer-left::after {
    display: none;
  }
  .seemore {
    width: 26%;
    margin: auto;
  }
  .text-intro {
    height: 9.5rem;
  }
  .sub-banner {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .intro {
    padding: 0 0.25rem;
  }
  .contact {
    padding: 0 1rem;
  }
  .text-content {
    text-align: justify;
  }
  .border-top {
    padding: 1rem 0;
  }
  .main-content .padding-right,
  .main-content .padding-left {
    padding: 0;
  }
  .skybar-left,
  .skybar-right {
    width: 100%;
    padding: 1rem 0;
  }
  .content1,
  .content2 {
    padding: 1rem 0.25rem 0;
  }
  .content2 {
    padding-top: 0;
  }
  .content1 .text-content,
  .content2 .text-content {
    margin-top: 1rem;
  }
  .skybar-right {
    margin: 0;
  }
  .content-contact {
    max-width: 585px;
    margin: auto;
    padding: 1.5rem 0 0;
  }
  .background-library::before,
  .background-library::after {
    width: 5%;
  }
  .contact {
    margin: 0 auto;
  }
  .header .link-wow,
  .header .link-renaissance {
    display: none;
  }
  .header.active {
    padding: 1rem;
  }
  .header.active .link-wow,
  .header.active .link-renaissance {
    display: block;
  }
  .header .box-logo {
    width: 100%;
  }
  .header.active .box-logo {
    display: none;
  }
  .header.active .link-header a {
    font-size: 0.75rem;
  }
  .title-intro.active {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .seemore {
    width: 30%;
    margin: auto;
  }
}
