@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@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: "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: "Yeseva-One";
  src: url("../../../../assets/fonts/YesevaOne-Regular.eot");
  src: url("../../../../assets/fonts/YesevaOne-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../../../assets/fonts/YesevaOne-Regular.woff2") format("woff2"),
    url("../../../../assets/fonts/YesevaOne-Regular.woff") format("woff"),
    url("../../../../assets/fonts/YesevaOne-Regular.ttf") format("truetype"),
    url("../../../../assets/fonts/YesevaOne-Regular.svg#YesevaOne-Regular-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;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white {
  color: #ffffff;
}

.yellow {
  color: #e2c584;
}

.yellow02 {
  color: #ebdbb5;
}

.blue {
  color: #033a64;
}

.black {
  color: #000000;
}

.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

.m-b-big {
  margin-bottom: 55px;
}

.m-b-medium {
  margin-bottom: 32px;
}

.m-b-small {
  margin-bottom: 23px;
}

.m-t-big {
  margin-top: 55px;
}

.m-t-medium {
  margin-top: 32px;
}

.m-t-small {
  margin-top: 23px;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

hr.line-yellow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  max-width: 180px;
  border-bottom: 2px solid #a37e2c;
}

hr.line-blue {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #033a64;
}

.w-b-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.w-m-container {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.w-s-container {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.show-active {
  display: none;
}

.big-title {
  font-size: 45px;
  font-family: "SVN-Flatline";
  line-height: 55px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}

.by-yellow {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 20px;
  font-weight: normal;
  color: #a37e2c;
}

.title {
  font-family: "SVN-Flatline";
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.text-italic {
  font-family: "Montserrat";
  font-style: italic; 
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}

.link-text:hover, .link-text:focus {
  color: #ffffff;
}
.link-text {
  text-decoration: underline;
}

.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: 54px 85px;
  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: "AvenirNext-Regular";
  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%;
  max-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;
}

.slider-banner-container {
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}

/****************************************************** Start Main-content ******************************************************/

.hl-title {
  text-transform: uppercase;
}

.main-content {
  width: 100%;
  overflow: hidden;
  background-color: #000f27;
}

.main-content .container-intro {
  max-width: 980px;
  margin: auto;
}

.main-content .container-intro .intro {
  padding: 70px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.main-content .container-intro .intro .by-title {
  text-align: center;
}

.container-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

.content-box-flex {
  width: 50%;
}

.content-box-flex.text-box {
  padding-left: 50px;
}

.intro-hl {
  max-width: 926px;
  margin: auto;
  position: relative;
  padding-top: 65px;
}

.hl-yellow::before {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/radissonblu_icon-yellow.png") no-repeat;
  width: 54px;
  height: 54px;
  background-size: contain;
  background-position: center;
  top: 0;
  right: 50%;
  position: absolute;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

.hl-white::before {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/radissonblu_icon-white.png") no-repeat;
  width: 54px;
  height: 54px;
  background-size: contain;
  background-position: center;
  top: 0;
  right: 50%;
  position: absolute;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}

.intro-hl .text-hl {
  font-family: "Playfair Display";
  font-size: 26px;
  line-height: 40px;
  text-align: center;
}

.main-content.bg-img {
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/radissonblu_bg_img.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-color: #ffffff;
}

.content-img {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}

.container-main {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin: 55px 0;
}

.container-main.sec02 {
  justify-content: flex-start;
  margin-top: 0;
}

.container-box-flex {
  display: flex;
  gap: 34px;
  max-width: 1550px;
  width: 100%;
}

.container-box-flex .text-block {
  max-width: 38.70967%;
}

.container-box-flex .img-block {
  max-width: 61.29033%;
}

/****************************************************** END Main-content ******************************************************/

/****************************************************** Start Footer ******************************************************/

.main-info {
  background-color: #ffffff;
}

.main-info .container-info {
  border-bottom: 1px solid #033a64;
}

.main-info .container-info .logo-partner {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}

.main-info .container-info .title-partner {
  font-size: 24px;
  font-family: "SVN-Flatline";
  line-height: 27px;
  font-weight: normal;
  color: #033a64;
  margin-bottom: 16px;
}

.main-info .container-info .address,
.main-info .tel {
  font-size: 16px;
  font-family: "Montserrat";
  line-height: 27px;
  font-weight: 400;
  color: #000000;
}

.footer {
  background-color: #ffffff;
  padding: 30px 0 58px 0;
}

.logo-wow {
  max-width: 318px;
  display: block;
  margin: auto;
}

.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 {
  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: "Yeseva-One";
  font-size: 35px;
  line-height: 55px;
  margin: 0;
}

.block-flex-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/****************************************************** END Footer ******************************************************/

/****************************************************** Start slider-intro *****************************************************/
.swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.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;
}

.container-slider {
  width: 100%;
  max-height: 600px;
  margin: auto;
  background-color: #000f27;
  padding: 0 0 55px 0;
}

.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%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 3px;
  background: #fafaf7;
  opacity: 1;
}

.swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #bdaa88;
}

.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;
}

.full-banner-slider {
  width: 100%;
  height: 100%;
}

/* .top-banner .top-banner-slider .swiper-slide img {
  object-fit: unset;
} */
.full-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%);
}

.full-banner-slider .swiper-button-next:after {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/radissonblu_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;
}

.full-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%);
}

.full-banner-slider .swiper-button-prev:after {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/radissonblu_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;
}

/****************************************************************** End slider ******************************************************************/
@media screen and (max-width: 1700px) {
  .container-box-flex.sec01 .text-block {
    padding-left: 34px;
  }

  .sec02 .container-box-flex .text-block {
    padding-right: 34px;
  }
}

@media screen and (max-width: 1420px) {
  .text-flex {
    text-align: center;
  }

  .pad-mb {
    padding-right: 36px;
    padding-left: 36px;
  }

  .grid-padding-x > .cell {
    padding-right: 36px;
    padding-left: 36px;
  }

  .container-box-flex {
    flex-direction: column;
    padding-right: 36px;
    padding-left: 36px;
  }

  .container-box-flex.sec01 {
    /* flex-direction: column; */
    flex-direction: column-reverse;
  }

  .container-box-flex .text-block,
  .container-box-flex .img-block {
    max-width: 100%;
  }

  .container-box-flex.sec01 .text-block {
    padding-left: 0;
  }

  .container-box-flex.sec02 .text-block {
    padding-right: 0;
  }

  .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .block-flex-text {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .show-pc {
    display: none;
  }

  .hl-title {
    font-size: 28px;
    line-height: 38px;
  }

  .big-title {
    font-size: 30px;
    line-height: 36px;
  }

  .by-yellow {
    font-size: 11px;
    line-height: 14px;
  }

  .text-italic {
    font-size: 16px;
    line-height: 22px;
  }

  .title {
    font-size: 26px;
    line-height: 32px;
  }

  .m-b-big {
    margin-bottom: 32px;
  }

  .content-intro {
    flex-direction: column;
  }

  .content-box-flex {
    width: 100%;
    margin-bottom: 23px;
  }

  .content-box-flex:last-child {
    margin-bottom: 0;
  }

  .content-box-flex.text-box {
    padding: 0;
  }

  .container-main {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .show-sp {
    display: block;
  }

  .top-banner {
    height: 450px;
  }

  .hl-title {
    font-size: 15px;
    line-height: 28px;
  }

  .big-title {
    font-size: 22px;
    line-height: 28px;
  }

  .by-yellow {
    font-size: 8px;
    line-height: 10px;
  }

  .text {
    font-size: 12px;
    line-height: 22px;
  }

  .text-italic {
    font-size: 10px;
    line-height: 20px;
  }

  .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .m-b-big {
    margin-bottom: 32px;
  }

  .m-b-medium {
    margin-bottom: 23px;
  }

  .m-b-small {
    margin-bottom: 10px;
  }

  .header .container-header .link-header a {
    font-size: 14px;
  }

  .main-content .container-intro .intro {
    padding-top: 32px;
  }

  .intro-hl .text-hl {
    font-size: 18px;
    line-height: 27px;
  }

  .hl-white::before,
  .hl-yellow::before {
    width: 34px;
    height: 34px;
  }

  .intro-hl {
    padding-top: 45px;
  }

  .container-content {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 540px) {
  /* .header .grid-padding-x > .cell{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  } */
  .main-info .container-info .logo-partner {
    max-width: 220px;
  }

  .main-info .container-info .title-partner {
    font-size: 20px;
    list-style: 25px;
  }

  .main-info .container-info .address,
  .main-info .tel {
    font-size: 12px;
    line-height: 14px;
  }

  .header.active .container-header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 325px) {
}
