/* ELLIPSIS */
/* / */
.main_title_area.white .title_box .title {
  color: var(--color-w);
}
.main_title_area .title_box {
  position: relative;
  display: inline-block;
}
.main_title_area .title_box .title {
  font-weight: 900;
  font-size: 180rem;
  line-height: 130rem;
  letter-spacing: -3.6rem;
  color: var(--black-title);
}
.main_title_area .title_box .com_btn {
  position: absolute;
  left: 0;
  top: 0;
}
.main_title_area .text_area {
  display: flex;
  justify-content: end;
}
.main_title_area .text_area .text_box .title {
  font-weight: 600;
  font-size: 32rem;
  line-height: 40rem;
  color: var(--black-title);
}
.main_title_area .text_area .text_box .text {
  margin: 20rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 23rem;
  color: #666;
}

.title_cursor {
  transition: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
  z-index: 1000000000000000000;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}
.title_cursor.active {
  opacity: 1;
}
.title_cursor.on {
  pointer-events: auto;
}

.sec01 {
  position: sticky;
  top: 0;
  padding: 50rem 0 100rem;
  overflow: hidden;
}
.sec01 .video_box {
  text-align: center;
}
.sec01 .video_box video {
  width: 1180rem;
  height: 600rem;
  margin: 0 auto;
}
.sec01 .text_box {
  position: absolute;
  top: calc(var(--hdH) + 60rem);
}
.sec01 .text_box .title {
  font-weight: 600;
  font-size: 24rem;
  line-height: 30rem;
  color: var(--black-title);
}
.sec01 .text_box .text {
  margin: 12rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 23rem;
  color: #666;
}
.sec01 .text_box .com_btn {
  width: 235rem;
  margin: 40rem 0 0;
}
.sec01 .title_area {
  margin: -100rem 0 0;
}
.sec01 .title_area .title {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 370rem;
  line-height: 400rem;
  color: #000;
}
.sec01 .title_area .title.active span:nth-of-type(2) {
  margin: 0;
}
.sec01 .title_area .title span:nth-of-type(2) {
  margin: 0 0 0 -325rem;
  transition: all 1.1s;
}

.sec02 {
  padding: 258rem 133rem;
  position: relative;
  z-index: 1;
  width: 1888rem;
  margin: 0 auto;
  background-color: #020202;
  border-radius: 20rem;
}
.sec02 .img_box {
  position: absolute;
  opacity: 0;
  transform: translateY(50rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.sec02 .img_box.ani_view {
  opacity: 1;
  transform: translateY(0);
}
.sec02 .img_box.img01 {
  top: 180rem;
  right: 133rem;
  transition-delay: 0.5s;
}
.sec02 .img_box.img02 {
  bottom: 180rem;
  left: 133rem;
  transition-delay: 1s;
}
.sec02 .img_box img {
  width: 280rem;
}
.sec02 .text_box {
  text-align: center;
}
.sec02 .text_box .menu {
  font-weight: 700;
  font-size: 18rem;
  line-height: 23rem;
  background: var(--GRADIENT, linear-gradient(180deg, #c3fdcb 0%, #46a995 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec02 .text_box .title_box {
  margin: 40rem 0 0;
}
.sec02 .text_box .title_box .desc_box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 1;
}
.sec02 .text_box .title_box .desc_box.ani_view {
  opacity: 1;
}
.sec02 .text_box .title_box .desc_box.ani_view .ani {
  width: 100%;
}
.sec02 .text_box .title_box .desc_box.n2 .ani {
  transition-delay: 0.7s;
}
.sec02 .text_box .title_box .desc_box.n3 .ani {
  transition-delay: 1.4s;
}
.sec02 .text_box .title_box .desc_box.n4 .ani {
  transition-delay: 2.1s;
}
.sec02 .text_box .title_box .desc_box.n5 .ani {
  transition-delay: 2.8s;
}
.sec02 .text_box .title_box .desc_box span {
  display: inline-block;
  font-weight: 700;
  font-size: 50rem;
  line-height: 70rem;
  color: #fff;
  white-space: nowrap;
  opacity: 0.2;
}
.sec02 .text_box .title_box .desc_box .ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.7s linear;
  opacity: 1;
}
.sec02 .text_box .text {
  margin: 40rem 0 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 23rem;
  color: #666;
}

.sec03 {
  position: relative;
  z-index: 11;
  padding: 200rem 0 30rem;
  background-color: #fff;
}
.sec03 .sticky_cont {
  position: relative;
}
.sec03 .sticky_cont .sticky_area .info_area {
  display: block;
  position: sticky;
  top: 0;
  width: 1161rem;
  height: 100vh;
  padding-top: 50rem;
  text-align: left;
}
.sec03 .sticky_cont .sticky_area .info_area:nth-of-type(even) {
  margin: 0 0 0 auto;
}
.sec03 .sticky_cont .sticky_area .info_area:nth-of-type(2) {
  top: 6vh;
}
.sec03 .sticky_cont .sticky_area .info_area:nth-of-type(3) {
  top: 14vh;
}
.sec03 .sticky_cont .sticky_area .info_area:nth-of-type(4) {
  top: 22vh;
}
.sec03 .sticky_cont .sticky_area .info_area:nth-of-type(5) {
  top: 30vh;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box {
  padding: 11rem 19rem 18rem;
  border-radius: 12rem;
  background-color: #141414;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12rem;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .title {
  font-weight: 400;
  font-size: 15rem;
  line-height: 19rem;
  color: #fff;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .dot_box {
  display: flex;
  gap: 5rem;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .dot_box .dot {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .dot_box .dot.dot01 {
  background-color: #46a995;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .dot_box .dot.dot02 {
  background-color: #288a89;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .dot_box .dot.dot03 {
  background-color: #136070;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm {
  position: relative;
  overflow: hidden;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .blur_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(25rem);
  transition: all 0.5s;
  z-index: 1;
  opacity: 0;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm:hover .blur_box {
  top: 0;
  opacity: 1;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm:hover .text_box .text {
  max-height: 46rem;
  opacity: 1;
  margin: 20rem 0 0;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .img_box img {
  width: 1125rem;
  border-radius: 12rem;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30rem 40rem 40rem;
  width: 100%;
  z-index: 2;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .title {
  font-weight: 400;
  font-size: 50rem;
  line-height: 63rem;
  color: var(--color-w);
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s, margin 0.5s;
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text p {
  font-weight: 400;
  font-size: 18rem;
  line-height: 23rem;
  color: var(--color-w);
}
.sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text .btn img {
  width: 46rem;
  border-radius: 12rem;
}
.sec03 .keyword_area {
  margin: -80rem 0 0;
}

.sec04 {
  position: relative;
  z-index: 1;
  padding: 200rem 0 150rem;
  background-color: var(--black-title);
  overflow: hidden;
}
html[lang="vi"] .sec04 .main_title_area .title_box .title {
  font-size: 140rem;
  line-height: 150rem;
  letter-spacing: -2.8rem;
}
.sec04 .impact_area {
  margin: 210rem 0 0;
}
.sec04 .impact_area .impact_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec04 .impact_area .impact_top .img_box img {
  width: 724rem;
  animation: float2 3s ease-in-out infinite;
}
.sec04 .impact_area .impact_top .num_area {
  position: relative;
  flex-shrink: 0;
}
.sec04 .impact_area .impact_top .num_area::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 888rem;
  height: 888rem;
  border-radius: 50%;
  opacity: 0.12;
  background: #44aead;
  filter: blur(200rem);
}
.sec04 .impact_area .impact_top .num_area .list li {
  margin: 160rem 0 0;
}
.sec04 .impact_area .impact_top .num_area .list li:first-child {
  margin: 0;
}
.sec04 .impact_area .impact_top .num_area .list li .box {
  display: flex;
  align-items: center;
  gap: 69rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .plus img {
  width: 186rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box {
  display: flex;
  align-items: end;
  font-weight: 300;
  font-size: 250rem;
  line-height: 220rem;
  color: var(--color-w);
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .num {
  font-family: "Sora";
  flex-shrink: 0;
  line-height: 220rem;
  letter-spacing: -1.5rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .num .odometer-digit {
  width: 165rem;
  height: 200rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .num .odometer-digit .odometer-digit-inner {
  line-height: 220rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .num .odometer-digit .odometer-digit-inner .odometer-value {
  text-align: right;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .span1 {
  font-size: 64rem;
  line-height: 1;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .span2 {
  font-weight: 300;
  font-size: 250rem;
  line-height: 220rem;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .text {
  flex-shrink: 0;
  margin: 0 0 0 34rem;
  font-weight: 400;
  font-size: 20rem;
  line-height: 28rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
}
.sec04 .impact_area .impact_top .num_area .list li .box .num_box .text span {
  font-size: 16rem;
}
.sec04 .impact_area .impact_btm {
  position: relative;
  margin: 123rem 0 0;
}
.sec04 .impact_area .impact_btm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 650rem;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 10;
}
.sec04 .impact_area .impact_btm::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 650rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.sec04 .impact_area .impact_btm .banner_com.banner_btm {
  margin: 20rem 0 0;
}
.sec04 .impact_area .impact_btm .banner_com .list {
  display: flex;
  gap: 20rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.sec04 .impact_area .impact_btm .banner_com .list li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297rem;
  height: 141rem;
  background-color: #141414;
  padding: 5rem;
}
.sec04 .impact_area .impact_btm .banner_com .list li .box:hover img {
  transform: scale(1.1);
}
.sec04 .impact_area .impact_btm .banner_com .list li .box img {
  width: auto;
  min-width: 82rem;
  transition: all 0.3s;
  filter: brightness(0.82);
}

.sec05 {
  position: relative;
  z-index: 1;
  padding: 200rem 0 170rem;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .main_title_area .title_box .title {
    font-size: 44rem;
    line-height: 55rem;
    letter-spacing: -0.88rem;
  }
  .main_title_area .text_area {
    margin: 18rem 0 0;
    justify-content: start;
  }
  .main_title_area .text_area .text_box .title {
    font-size: 20rem;
    line-height: 25rem;
  }
  .main_title_area .text_area .text_box .text {
    margin: 10rem 0 0;
    font-size: 15rem;
    line-height: 19rem;
  }
  .main_title_area .com_btn {
    width: 147rem;
    margin: 26rem 0 0;
  }
  .sec01 {
    padding: 70rem 0 0;
    min-height: 100svh;
  }
  .sec01 .video_box {
    margin: 0 -20rem;
  }
  .sec01 .video_box video {
    width: 100%;
    max-width: 360rem;
    height: auto;
  }
  .sec01 .title_area {
    margin: 0;
  }
  .sec01 .title_area .title {
    font-size: 66rem;
    line-height: 83rem;
  }
  .sec01 .title_area .title span:nth-of-type(2) {
    margin: 0 0 0 -58rem;
  }
  .sec01 .text_box {
    position: inherit;
    top: inherit;
    margin: 30rem 0 0;
  }
  .sec01 .text_box .title {
    font-size: 18rem;
    line-height: 23rem;
  }
  .sec01 .text_box .text {
    margin: 10rem 0 0;
    font-size: 15rem;
    line-height: 19rem;
  }
  .sec01 .text_box .com_btn {
    width: 197rem;
    margin: 26rem 0 0;
  }
  .sec02 {
    width: calc(100% - 20rem);
    margin: 0 auto;
    padding: 113rem 20rem;
    border-radius: 10rem;
  }
  .sec02 .text_box .menu {
    font-size: 15rem;
    line-height: 20rem;
  }
  .sec02 .text_box .title_box {
    margin: 20rem 0 0;
  }
  .sec02 .text_box .title_box .desc_box span {
    font-size: 26rem;
    line-height: 36rem;
  }
  .sec02 .text_box .title_box .desc_box .ani {
    transition: width 0.3s linear;
  }
  .sec02 .text_box .title_box .desc_box.n2 .ani {
    transition-delay: 0.3s;
  }
  .sec02 .text_box .title_box .desc_box.n3 .ani {
    transition-delay: 0.6s;
  }
  .sec02 .text_box .title_box .desc_box.n4 .ani {
    transition-delay: 0.9s;
  }
  .sec02 .text_box .title_box .desc_box.n5 .ani {
    transition-delay: 1.2s;
  }
  .sec02 .text_box .title_box .desc_box.n6 .ani {
    transition-delay: 1.5s;
  }
  .sec02 .text_box .title_box .desc_box.n7 .ani {
    transition-delay: 1.8s;
  }
  .sec02 .text_box .title_box .desc_box.n8 .ani {
    transition-delay: 2.1s;
  }
  .sec02 .text_box .title_box .desc_box.n9 .ani {
    transition-delay: 2.4s;
  }
  .sec02 .text_box .text {
    margin: 20rem 0 0;
    font-size: 15rem;
    line-height: 19rem;
  }
  .sec02 .img_box {
    position: inherit;
    margin: 40rem 0 0;
  }
  .sec02 .img_box.img01 {
    top: inherit;
    right: inherit;
  }
  .sec02 .img_box.img01 img {
    margin: 0 0 0 auto;
  }
  .sec02 .img_box.img02 {
    bottom: inherit;
    left: inherit;
    margin: 20rem 0 0;
  }
  .sec02 .img_box img {
    width: 60%;
  }
  .sec03 {
    padding: 70rem 0 14rem;
  }
  .sec03 .sticky_cont {
    margin: 50rem 0 0;
  }
  .sec03 .sticky_cont .sticky_area .info_area {
    position: relative;
    padding-top: 0;
    width: 100%;
    height: auto;
    margin: 12rem 0 0;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(even) {
    margin-left: 0;
    margin-top: 12rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(1) {
    margin: 0;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(2) {
    top: inherit;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(3) {
    top: inherit;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(4) {
    top: inherit;
  }
  .sec03 .sticky_cont .sticky_area .info_area:nth-of-type(5) {
    display: none;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box {
    padding: 9rem 10rem 34rem;
    border-radius: 8rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_top {
    margin: 0 0 10rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_top .title {
    font-size: 13rem;
    line-height: 16rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .blur_box {
    display: none;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm:hover .blur_box {
    display: none;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm:hover .text_box .text {
    margin: 10rem 0 0;
    max-height: 100%;
    opacity: 1;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .img_box img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8rem;
    aspect-ratio: 300/203;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box {
    position: inherit;
    left: inherit;
    bottom: inherit;
    margin: 24rem 0 0;
    padding: 0;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .title {
    font-size: 18rem;
    line-height: 23rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text {
    margin: 10rem 0 0;
    max-height: 100%;
    opacity: 1;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text p {
    font-size: 15rem;
    line-height: 19rem;
  }
  .sec03 .sticky_cont .sticky_area .info_area .info_box .info_btm .text_box .text .btn {
    display: none;
  }
  .sec03 .keyword_area {
    margin: 70rem 0 0;
  }
  .sec04 {
    padding: 70rem 0;
  }
  .sec04 .impact_area {
    margin: 50rem 0 0;
  }
  .sec04 .impact_area .impact_top {
    flex-direction: column;
    align-items: center;
  }
  .sec04 .impact_area .impact_top .img_box img {
    width: 100%;
  }
  .sec04 .impact_area .impact_top .num_area:before {
    width: 100%;
    height: 100%;
  }
  .sec04 .impact_area .impact_top .num_area .list li {
    margin: 10rem 0 0;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box {
    gap: 0;
    justify-content: end;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .plus img {
    width: 77rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box {
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    font-size: 104rem;
    line-height: 131rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .num {
    font-size: 104rem;
    line-height: 131rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .num .odometer-digit {
    width: 70rem;
    height: 131rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .num .odometer-digit .odometer-digit-inner {
    line-height: 131rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .span1 {
    margin: 50rem 0 0;
    font-size: 26rem;
    line-height: 33rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .span2 {
    font-size: 104rem;
    line-height: 131rem;
  }
  .sec04 .impact_area .impact_top .num_area .list li .box .num_box .text {
    display: block;
    width: 100%;
    font-size: 15rem;
    line-height: 21rem;
  }
  .sec04 .impact_area .impact_btm {
    margin: 70rem 0 0;
  }
  .sec04 .impact_area .impact_btm:after {
    width: 85rem;
  }
  .sec04 .impact_area .impact_btm:before {
    width: 85rem;
  }
  .sec04 .impact_area .impact_btm .banner_com.banner_btm {
    margin: 8rem 0 0;
  }
  .sec04 .impact_area .impact_btm .banner_com .list {
    gap: 8rem;
  }
  .sec04 .impact_area .impact_btm .banner_com .list li .box {
    width: 120rem;
    height: 74rem;
  }
  .sec04 .impact_area .impact_btm .banner_com .list li .box img {
    width: 50%;
  }
  .sec05 {
    padding: 70rem 0 100rem;
  }
}/*# sourceMappingURL=main.css.map */