@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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: "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;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #E59D89;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.show-pc {
  display: block;
}

.show-sp {
  display: none;
}

.big-title {
  font-size: 58px;
  font-family: "Manrope";
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 77px;
}

.title-intro {
  font-size: 24px;
  font-family: "Manrope";
  line-height: 38px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.title {
  font-family: "Manrope";
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 41px;
  color: #ffffff;
}

.text {
  font-family: "Noto Serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 28px;
}

.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: 46px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.active .container-header {
  padding: 25px 21px;
}

.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%;
  object-fit: unset;
  aspect-ratio: 16/9;
}

.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 ******************************************************/
.main-content {
  margin-top: 68px;
}

.intro {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wow-intro {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px;
}

.container-content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
}

.container-content.mb-0 {
  margin-bottom: 0;
}

.container-content p.text:last-child {
  margin-bottom: 0;
}

.container-content .title.icon {
  position: relative;
  padding-top: 90px;
}

.container-content .title.icon::before {
  content: "";
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_logo_wow_white.png") no-repeat;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
  position: absolute;
}

.container-images {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-images .img-content01 {
  margin-bottom: 116px;
}

.main-bg01 {
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_content01.jpg") repeat-y;
  background-size: contain;
  background-position: top;
}

.main-bg02 {
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_content03.jpg") repeat-y;
  background-size: contain;
  background-position: top;
}

.main-bg-full {
  background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_content02.jpg") no-repeat;
  background-size: contain;
  background-position: center;
}

.main-bg-full .container-images {
  max-width: 1100px;
}

.bg-full01 {
  width: 100%;
}

.bg-full02 {
  max-width: 1558px;
  margin-left: auto;
  margin-right: auto;
}

.bg-full03 {
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}

/****************************************************** END Main-content ******************************************************/

/****************************************************** Start Footer ******************************************************/

.main-info {
  background-color: #E59D89;
  margin-top: 60px;
  margin-bottom: 100px;
}

.main-info .container-info .text-info {
  font-size: 18px;
  font-family: "Manrope";
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.main-info .container-info .text-info span {
  font-size: 18px;
  font-family: "Manrope";
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}

.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 *****************************************************/

@media screen and (max-width: 1700px) {
  .main-bg01 {
    background-size: 90%;
  }
  .main-bg02 {
    background-size: 100%;
  }
}

@media screen and (max-width: 1420px) {
  .main-bg01 {
    background-size: 110%;
  }
  .main-bg02 {
    background-size: 140%;
  }

  .main-bg-full .container-images {
    padding-left: 36px;
    padding-right: 36px;
  }

  .container-images {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .container-header {
    padding: 28px 0;
  }
}

@media screen and (max-width: 1024px) {
  .grid-padding-x>.cell {
    padding-right: 36px;
    padding-left: 36px;
  }

  .header .container-header {
    padding: 16px 0;
  }

  .header .container-header .link-header a {
    font-size: 14px;
  }

  .big-title {
    font-size: 36px;
  }

  .title-intro {
    font-size: 20px;
    line-height: 32px;
  }

  .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 768px) {
  .main-bg01 .container-content, .main-bg02 .container-content {
    padding-left: 36px;
    padding-right: 36px;
  }

  .main-bg01 {
    background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_mb_content01.jpg") repeat-y;
    background-size: 100%;
    background-position: top;
  }

  .main-bg02 {
    background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_mb_content03.jpg") repeat-y;
    background-size: 100%;
    background-position: top;
  }


}

@media screen and (max-width: 767px) {

  .header.active .container-header {
    padding: 25px 0;
  }

  .logo-wow-intro {
    max-width: 153px;
    margin-bottom: 25px;
  }

  .main-bg01 {
    background: url("https://wvn.hcm.ss.bfcplatform.vn/uploads/levioi_bg_mb_content01.jpg") repeat-y;
    background-size: cover;
    background-position: top;
  }

  .container-images .img-content01 {
    margin-bottom: 50px;
  }

  .show-pc {
    display: none;
  }

  .show-sp {
    display: block;
  }

  .big-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .title-intro {
    font-size: 16px;
    line-height: 25px;
  }

  .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 26px;
  }

  .text {
    font-size: 14px;
    line-height: 24px;
  }

  .top-banner {
    height: 433px;
  }

  .header .container-header .link-header a {
    font-size: 14px;
  }

  .main-content {
    margin-top: 30px;
  }

  .container-content .title.icon {
    padding-top: 50px;
  }

  .container-content .title.icon::before {
    width: 40px;
    height: 40px;
  }

  .container-content {
    margin-bottom: 34px;
  }

  .main-info {
    background-color: #E59D89;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .main-info .container-info .text-info {
    font-size: 14px;
    line-height: 24px;
  }
  .main-info .container-info .text-info span {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 540px) {
  /* .header .grid-padding-x > .cell{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  } */
}

@media screen and (max-width: 325px) {
  .header .container-header .link-header a {
    font-size: 10px;
  }
}