@font-face {
  font-family: "iCiel Mijas";
  src: url(../fonts/MIJAS-ULTRA.eot);
  src: url(../fonts/MIJAS-ULTRA.eot?#iefix) format("embedded-opentype"), url(../fonts/MIJAS-ULTRA.woff) format("woff"), url(../fonts/MIJAS-ULTRA.ttf) format("truetype"), url(../fonts/MIJAS-ULTRA.svg#svgFontName) format("svg");
}
@font-face {
  font-family: "iCiel Calberto";
  src: url(../fonts/ICIELBCALBERTO-REGULAR.eot);
  src: url(../fonts/ICIELBCALBERTO-REGULAR.eot?#iefix) format("embedded-opentype"), url(../fonts/ICIELBCALBERTO-REGULAR.woff) format("woff"), url(../fonts/ICIELBCALBERTO-REGULAR.ttf) format("truetype"), url(../fonts/ICIELBCALBERTO-REGULAR.svg#svgFontName) format("svg");
}
body {
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #e25f94;
  position: relative;
}

a {
  transition: all 0.3s;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

.nav-top {
  width: 100%;
  background: #e0ad4b;
  background: linear-gradient(131deg, #e0ad4b 5%, #ffe873 25%, #d19d41 50%, #ffec7d 75%, #dba849 95%);
  z-index: 9;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
.nav-top a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-top {
  width: 100%;
  background: #e25f94 url(../images/bg-banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  padding: 75px 129px 100px 129px;
  overflow: hidden;
}
.banner-top .logo-content {
  width: 100%;
  display: flex;
  justify-content: baseline;
}
.banner-top .logo-content .logo {
  width: 50%;
  text-align: left;
}
.banner-top .logo-content .logo img {
  max-width: 100%;
  height: auto;
}
.banner-top .logo-content .number-25 {
  width: 50%;
  text-align: right;
}
.banner-top .logo-content .number-25 img {
  max-width: 100%;
  height: auto;
}
.banner-top .lb img {
  max-width: 100%;
  height: auto;
}
.banner-top .bt-comming {
  display: block;
  margin: auto;
  background: url(../images/bg-bt.png) no-repeat center center;
  background-size: 100% 100%;
  max-width: 424px;
  padding: 40px;
  font-size: 33px;
  color: #ff65af;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  font-family: "iCiel Mijas";
  text-transform: uppercase;
}

.clip-banner {
  width: 100%;
  /* background: url(../images/bg-clip.png) no-repeat center center; */
  background: url(../images/cd-hh.png) no-repeat center center;
  background-size: contain;
  height: auto;
  padding: 10px;
  margin: 50px 0;
  position: relative;
  animation: animName 6s linear infinite;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.clip-banner .thumb-clip-banner img {
  display: none;
}
.clip-banner .thumb-clip-banner {
  max-width: 381px;
  margin: auto;
  position: relative;
  border-radius: 5px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.clip-banner .thumb-clip-banner img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0 0 2px 2px #ff65af;
}
.clip-banner .thumb-clip-banner video {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px #ff65af;
}
.clip-banner .box-contrl {
  position: absolute;
  width: 300px;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 300000;

  display: none;
}
.clip-banner .box-contrl .icon-play-banner {
  width: 75px;
  height: 75px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}
.clip-banner .box-contrl .icon-play-banner img {
  max-width: 100%;
  height: auto;
}
.clip-banner .box-contrl .icon-left {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.clip-banner .box-contrl .icon-left img {
  max-width: 100%;
  height: auto;
}

.carousel-container {
  position: relative;
  margin: 50px auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.carousel-container::after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/bg-light2.png) no-repeat center center;
  position: absolute;
  left: 50%;
  bottom: -49px;
  width: 100%;
  height: 109px;
  transform: translateX(-50%);
  z-index: 70000;
}
.carousel-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-container ul li {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 1px 2px #ff65af;
  border-radius: 5px;
}
.carousel-container ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 3px solid #fff;
}
.carousel-container .contrl {
  position: relative;
  max-width: 300px;
  margin: 40px auto 0 auto;
  z-index: 30000;
}
.carousel-container .left,
.carousel-container .right,
.carousel-container .play,
.carousel-container .pause {
  cursor: pointer;
  padding: 10px;
  background: transparent;
  position: absolute;
  bottom: 0;
}
.carousel-container .left img,
.carousel-container .right img,
.carousel-container .play img,
.carousel-container .pause img {
  max-width: 100%;
  height: auto;
}
.carousel-container .left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-container .right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-container .play,
.carousel-container .pause {
  left: calc(50% - 50px); /* Position below navigation buttons */
  top: 50%;
  transform: translateY(-100%);
}
.carousel-container .hidden {
  display: none;
}

.box-logo {
  width: 100%;
  background: url(../images/bg-line.png) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
.box-logo .logo-item {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.box-logo .logo-item li {
  text-align: center;
}
.box-logo .logo-item li img {
  max-width: 123px;
  max-height: 65px;
  height: auto;
}

.box-countdown {
  width: 100%;
  background: url(../images/bg-1.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}
.box-countdown .text-tt {
  width: 100%;
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.box-countdown .text-tt img {
  max-width: 100%;
  height: auto;
}
.box-countdown .countdown-content {
  width: 100%;
  padding: 0 30px;
  margin: auto;
}
.box-countdown .countdown-content .title-coutdown {
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0;
}
.box-countdown .countdown-content .title-coutdown img {
  max-width: 100%;
  height: auto;
}
.box-countdown .countdown-content .countdown {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.box-countdown .countdown-content .countdown .countdown-item {
  background-size: 100% 100%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-countdown .countdown-content .countdown .countdown-item .countdown-value {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-countdown .countdown-content .countdown .countdown-item .countdown-value .number-frame {
  background: url(../images/bg-number.png) no-repeat center center;
  background-size: cover;
  font-size: 80px;
  color: #ff65af;
  font-family: "iCiel Calberto";
  width: 74px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.box-countdown .countdown-content .countdown .countdown-item .countdown-label {
  padding-top: 10px;
}
.box-countdown .countdown-content .countdown .dot {
  font-size: 80px;
  color: #fff;
  font-family: "iCiel Calberto";
}
.box-countdown:after {
  content: "";
  position: absolute;
  bottom: -170px;
  right: 0;
  width: 100%;
  height: 331px;
  background: url(../images/bg-light.png) no-repeat center right;
  z-index: 1;
}

.bg-note {
  background: url(../images/bg-note.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 43px;
  text-align: center;
  padding: 150px 60px;
  color: #fff;
  font-weight: bold;
}
.bg-note span {
  color: #fffca1;
}

.hanh-trinh {
  width: 100%;
  background: url(../images/bg-2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 30px 0 370px 0;
  position: relative;
  overflow: hidden;
}
.hanh-trinh::after {
  content: "";
  position: absolute;
  bottom: 230px;
  left: 0;
  width: 100%;
  height: 331px;
  background: url(../images/bg-light.png) no-repeat 100% 0;
  transform: rotate(180deg);
}

.thumb-clip {
  max-width: 918px;
  margin: auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 4px 4px 10px #a32b54;
  aspect-ratio: 148/83;
  cursor: pointer;
}
.thumb-clip::after {
  content: "";
  display: block;
  clear: both;
  background: url(../images/bg-light2.png) no-repeat center center;
  position: absolute;
  left: 65%;
  top: -54px;
  width: 100%;
  height: 109px;
  transform: translateX(-50%);
  z-index: 70000;
}
.thumb-clip img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.thumb-clip .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  z-index: 2;
}
.thumb-clip .icon-play img {
  max-width: 100%;
  height: auto;
}
.thumb-clip .hh-moiluc {
  position: absolute;
  top: auto;
  bottom: -188px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 212px;
  height: auto;
}
.thumb-clip iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}

.text-tt1 {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.text-tt1 img {
  max-width: 100%;
  height: auto;
}

.banner-footer {
  width: 100%;
}
.banner-footer img {
  max-width: 100%;
  height: auto;
}

.footer {
  width: 100%;
  background: #fef5fa;
  background: linear-gradient(90deg, #fef5fa 5%, #fd97cd 62%, #febcde 95%);
  padding: 40px 0;
}
.footer .logo-footer {
  width: 100%;
}
.footer .logo-footer img {
  max-width: 100%;
  height: auto;
}
.footer .text-footer {
  padding-right: 20px;
}
.footer .text-nav {
  width: 100%;
  display: flex;
  gap: 20px;
}
.footer .text-nav a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.footer .icon-sesocial {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.footer .icon-sesocial a {
  display: block;
  text-decoration: none;
}
.footer .icon-sesocial a img {
  /* max-width: 100%; */
  height: auto;
  max-width: 38px;
}

.musical-note {
  position: absolute;
  transform-origin: bottom;
  animation: float 3s ease-in-out infinite;
  z-index: 100000;
}
.musical-note img {
  max-width: 100%;
  height: auto;
}
.musical-note:nth-child(1) {
  width: 59px;
  height: 89px;
  /* left: 15%;
  top: -10%; */
  left: 30%;
  top: -2%;

  animation-delay: 0s;
}
.musical-note:nth-child(2) {
  width: 114px;
  height: 90px;
  /* left: 4%;
  top: 10%; */
  left: 20%;
  top: 25%;
  animation-delay: 0.5s;
}
.musical-note:nth-child(3) {
  width: 87px;
  height: 97px;
  /* left: 90%; */
  left: 75%;

  top: 40%;
  animation-delay: 1s;
}
.musical-note:nth-child(4) {
  width: 96px;
  height: 158px;
  /* left: 80%; */
  left: 65%;

  top: 70%;
  animation-delay: 1.5s;
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
}
.musical-note-2 {
  position: absolute;
  transform-origin: bottom;
  animation: float 3s ease-in-out infinite;
  z-index: 100000;
}
.musical-note-2 img {
  max-width: 100%;
  height: auto;
}
.musical-note-2:nth-child(1) {
  width: 45px;
  height: 68px;
  left: -20%;
  top: 0%;
  animation-delay: 0s;
}
.musical-note-2:nth-child(2) {
  width: 81px;
  height: 64px;
  left: -15%;
  top: 40%;
  animation-delay: 0.5s;
}
.musical-note-2:nth-child(3) {
  width: 87px;
  height: 97px;
  left: -30%;
  top: 68%;
  animation-delay: 1s;
}
.musical-note-2:nth-child(4) {
  width: 49px;
  height: 81px;
  left: 100%;
  top: -20%;
  animation-delay: 1.5s;
}
.musical-note-2:nth-child(5) {
  width: 66px;
  height: 109px;
  left: 122%;
  top: 5%;
  animation-delay: 2s;
}
.musical-note-2:nth-child(6) {
  width: 45px;
  height: 68px;
  left: 106%;
  top: 25%;
  animation-delay: 2.5s;
}
.musical-note-2:nth-child(7) {
  width: 46px;
  height: 51px;
  left: 112%;
  top: 62%;
  animation-delay: 3s;
}
.logo-footer {
  gap: 15px;
}
.logo-footer img {
  height: 42px !important;
  width: auto;
}
@media (min-width: 820px) and (max-width: 1440px) {
  .musical-note {
    position: absolute;
    transform-origin: bottom;
    animation: float 3s ease-in-out infinite;
    z-index: 100000;
  }
  .musical-note img {
    max-width: 100%;
    height: auto;
  }
  .musical-note:nth-child(1) {
    width: 48px;
    height: 72px;
    left: 15%;
    top: -10%;
    animation-delay: 0s;
  }
  .musical-note:nth-child(2) {
    width: 90px;
    height: 71px;
    left: 0%;
    top: 5%;
    animation-delay: 0.5s;
  }
  .musical-note:nth-child(3) {
    width: 70px;
    height: 78px;
    left: 100%;
    top: 40%;
    animation-delay: 1s;
  }
  .musical-note:nth-child(4) {
    width: 78px;
    height: 128px;
    left: 88%;
    top: 78%;
    animation-delay: 1.5s;
  }
}
@media (min-width: 820px) and (max-width: 1280px) {
  .banner-top {
    padding: 50px 80px 80px 80px;
  }
  .banner-top .logo-content {
    padding-bottom: 20px;
  }
  .banner-top .logo-content .logo img {
    max-height: 50px;
  }
  .banner-top .logo-content .number-25 img {
    max-height: 70px;
  }
  .banner-top .lb {
    text-align: center;
  }
  .banner-top .lb img {
    max-width: 100%;
    height: auto;
  }
  .box-countdown {
    padding: 30px 0;
  }
  .box-countdown .countdown-content {
    padding: 0 0 30px 0;
  }
  .box-countdown .countdown-content .title-coutdown {
    padding: 10px 0;
  }
  .box-countdown .countdown-content .title-coutdown img {
    max-height: 60px;
  }
  .box-countdown .countdown-content .countdown {
    gap: 5px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-value .number-frame {
    font-size: 55px;
    width: 58px;
    height: 85px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-label {
    padding-top: 0px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-label img {
    max-height: 25px;
  }
  .box-countdown .countdown-content .countdown .dot {
    font-size: 55px;
    line-height: 82px;
  }
}
@media (min-width: 320px) and (max-width: 820px) {
  .nav-top {
    padding: 10px 0;
  }
  .nav-top a {
    font-size: 16px;
  }
  .banner-top {
    min-height: auto;
    padding: 40px 20px 80px 20px;
  }
  .banner-top .logo-content {
    padding-bottom: 20px;
  }
  .banner-top .logo-content .logo img {
    max-height: 50px;
  }
  .banner-top .logo-content .number-25 img {
    max-height: 60px;
  }
  .banner-top .lb img {
    max-width: 100%;
    height: auto;
  }
  .banner-top .bt-comming {
    max-width: 270px;
    padding: 20px;
    font-size: 25px;
  }
  .musical-note {
    display: none;
  }
  .musical-note-2 {
    display: none;
  }
  .box-countdown {
    padding: 30px 0;
  }
  .box-countdown .countdown-content {
    padding: 0 0 30px 0;
  }
  .box-countdown .countdown-content .title-coutdown {
    padding: 10px 0;
  }
  .box-countdown .countdown-content .title-coutdown img {
    max-height: 60px;
  }
  .box-countdown .countdown-content .countdown {
    gap: 5px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-value .number-frame {
    font-size: 40px;
    width: 38px;
    height: 55px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-label {
    padding-top: 0px;
  }
  .box-countdown .countdown-content .countdown .countdown-item .countdown-label img {
    max-height: 20px;
  }
  .box-countdown .countdown-content .countdown .dot {
    font-size: 40px;
    line-height: 82px;
  }
  .bg-note {
    font-size: 24px;
    padding: 100px 20px;
  }
  .text-tt1 img {
    max-height: 80px;
  }
  .hanh-trinh {
    padding: 10px 0 176px 0;
  }
  .hanh-trinh::after {
    display: none;
  }
  .footer .logo-footer {
    padding-bottom: 30px;
  }
  .footer .text-footer {
    padding: 0 0 20px 0;
  }
  .footer .icon-sesocial {
    justify-content: center;
    padding-top: 30px;
  }
  .thumb-clip .hh-moiluc {
    bottom: -154px;
    max-width: 170px;
  }
}

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