@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("https://event.mediacdn.vn/web_fonts/Montserrat-Variable.woff2") format("woff2 supports variations"), url("https://event.mediacdn.vn/web_fonts/Montserrat-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.ht2_hero-cover {
  aspect-ratio: 1440/756;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ht2_hero-cover {
    aspect-ratio: 375/400;
  }
}
.ht2_hero-cover .hero-cover__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.ht2_hero-cover .hero-cover__info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 20%;
  text-align: center;
  font-family: "Montserrat";
  color: #1D4862;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -7%;
}
.ht2_hero-cover .hero-cover__date {
  font-size: 60px;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ht2_hero-cover .hero-cover__date {
    font-size: 8vw;
  }
}
.ht2_hero-cover .hero-cover__location {
  font-size: 27px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ht2_hero-cover .hero-cover__location {
    font-size: 3.5vw;
  }
}
.ht2_hero-cover .bg-video {
  position: absolute;
  inset: 0;
}
.ht2_hero-cover .bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ht2_hero-cover .bg-front {
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ht2_hero-cover .bg-front img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ht2_hero-cover .bg-front {
    width: 100%;
  }
}
.ht2_hero-cover .bg-ground {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  left: 0;
}
.ht2_hero-cover .bg-ground img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ht2_hero-cover .bg-ground img {
    height: 25px;
    width: auto;
  }
}

[data-theme=h2t-mnmm-concert] {
  --bg-primary-color: #E1E1E1;
  /* ── Text ── */
  --font-primary: "Montserrat", sans-serif;
  --text-primary-color: rgba(0, 0, 0, 0.8);
  --text-secondary-color: rgba(0, 0, 0, 0.5);
  --color-white-05: rgba(0, 0, 0, 0.05);
  --color-white-10: rgba(0, 0, 0, 0.1);
  --color-white-50: rgba(0, 0, 0, 0.5);
  --color-white-100: #1D4862;
}

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