* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("https://event.mediacdn.vn/web_fonts/Poppins-Medium.otf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("https://event.mediacdn.vn/web_fonts/Poppins-Regular.otf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("https://event.mediacdn.vn/web_fonts/Poppins-SemiBold.otf");
}
@font-face {
  font-family: "SamsungSS-Bold";
  src: url("https://event.mediacdn.vn/web_fonts/SamsungSS-Bold.ttf");
}
.mag-body {
  padding-top: 44px;
  box-sizing: border-box;
}

.coverBox {
  position: relative;
}
.coverBox video {
  width: 100%;
  height: calc(100vh - 44px);
  object-fit: cover;
  display: block;
}
.coverBox .coverInfo {
  padding: 50px 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coverBox .coverInfo .tag {
  width: 102px;
}
.coverBox .coverInfo .ss-title {
  margin-top: auto;
  font-size: 2.7vw;
  line-height: 120%;
  font-family: SamsungSS-Bold;
  text-align: center;
  margin-bottom: 23px;
  color: #000000;
}
.coverBox .coverInfo .ss-sapo {
  font-size: 18px;
  line-height: 147.5%;
  font-family: Poppins-Medium;
  text-align: center;
  color: #000000;
  margin-bottom: auto;
}
.coverBox .coverInfo .ss-credit {
  font-size: 8px;
  line-height: 125%;
  font-family: SamsungSS-Bold;
  text-align: center;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #000000;
}

.loading-mag {
  max-height: 100vh;
  overflow: hidden;
}
.loading-mag .mag-loading {
  opacity: 1;
  visibility: visible;
}

.mag-loading {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background: #F9F8F1;
  transition: all 1s ease;
  display: flex;
  justify-content: center;
}
.mag-loading .logo {
  margin-top: 30vh;
  position: relative;
}
.mag-loading .logo .icn {
  width: 220px;
  animation: rotate 5s linear infinite;
}
.mag-loading .logo .icn svg {
  width: 100%;
  display: block;
  height: auto;
}
@keyframes spinner-border {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.block-relative {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

#imagesequence {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#imagesequence img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.spacer.s2 {
  min-height: 650px;
}

.img-sq {
  background: #F5F3EE;
  position: relative;
}

.text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.text-block .text {
  position: absolute;
  display: flex;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.text-block .text.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-in-out;
}
.text-block .text.para-frame {
  transition: 0s;
}
.text-block .text.para-frame.active {
  transition: all 0.6s ease-in-out;
}
.text-block .text .heading {
  font-size: 3vw;
  line-height: 4.2vw;
  color: #ffff;
  font-family: SamsungSS-Bold;
}
.text-block .text .cl-white svg path {
  fill: #fff;
}
.text-block .text .cl-white p, .text-block .text .cl-white .des {
  color: #fff;
}
.text-block .text .tag {
  width: 102px;
  margin-bottom: 40px;
}
.text-block .text p {
  margin-bottom: 40px !important;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #000000;
  text-align: left;
  font-family: Poppins-Medium;
}
.text-block .text p + p {
  margin-top: -15px;
}
.text-block .text .des {
  font-size: 8px;
  line-height: 125%;
  font-family: Poppins-Regular;
  text-align: left;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #000000;
}
.text-block .text.text-frame {
  align-items: center;
  justify-content: center;
}
.text-block .text.para-frame {
  align-items: flex-start;
  justify-content: flex-end;
}
.text-block .text .rlt {
  position: relative;
  min-height: 50vh;
}
.text-block .text .text-inside {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}
.text-block .text .text-inside.para {
  height: 100%;
  padding-right: 4vw;
  box-sizing: border-box;
  top: 30vh;
  transform: none;
  left: auto;
  right: 0;
  width: 29.28vw;
  align-items: center;
  justify-content: center;
}
.text-block .text.text-frame-1-1 {
  top: 1.5%;
}
.text-block .text.text-frame-1-2 {
  top: 4.5%;
}
.text-block .text.text-frame-1-3 {
  top: 10%;
}
.text-block .text.text-frame-2-1 {
  top: 12.8%;
}
.text-block .text.text-frame-2-2 {
  top: 15%;
}
.text-block .text.text-frame-2-3 {
  top: 21%;
}
.text-block .text.text-frame-3-1 {
  top: 23.5%;
}
.text-block .text.text-frame-3-2 {
  top: 29%;
}
.text-block .text.text-frame-3-3 {
  top: 30.8%;
}
.text-block .text.text-frame-4-1 {
  top: 35%;
}
.text-block .text.text-frame-4-2 {
  top: 37%;
}
.text-block .text.text-frame-4-3 {
  top: 43%;
}
.text-block .text.text-frame-5-2 {
  top: 48%;
}
.text-block .text.text-frame-5-3 {
  top: 53%;
}
.text-block .text.text-frame-6-1 {
  top: 56%;
}
.text-block .text.text-frame-6-2 {
  top: 60%;
}
.text-block .text.text-frame-6-3 {
  top: 62%;
}
.text-block .text.text-frame-6-4 {
  top: 64%;
}
.text-block .text.text-frame-7-1 {
  top: 67.5%;
}
.text-block .text.text-frame-7-2 {
  top: 69%;
}
.text-block .text.text-frame-7-3 {
  top: 75%;
}
.text-block .text.text-frame-8-1 {
  top: 78%;
}
.text-block .text.text-frame-8-2 {
  top: 81%;
}
.text-block .text.text-frame-8-3 {
  top: 86%;
}
.text-block .text.text-frame-9-1 {
  top: 88%;
}
.text-block .text.text-frame-9-2 {
  top: 91%;
}
.text-block .text.text-frame-9-3 {
  top: 93%;
}

@media screen and (min-width: 1900px) {
  .coverBox .coverInfo .ss-tag {
    width: 140px;
  }
  .coverBox .coverInfo .ss-tag svg {
    width: 100%;
    display: block;
    height: auto;
  }
  .coverBox .coverInfo .ss-sapo {
    font-size: 25px;
  }
  .coverBox .coverInfo .ss-credit {
    font-size: 12px;
  }

  .text-block .text .tag {
    width: 130px;
  }
  .text-block .text .tag svg {
    width: 100%;
    display: block;
    height: auto;
  }
  .text-block .text p {
    font-size: 25px;
    line-height: 34px;
  }
  .text-block .text .des {
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
