@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "BMW-Regular";
  src: url("../fonts/aozoom/VI_BMWMotorrad-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "UTM-Regular";
  src: url("../fonts/aozoom/UTM_BanqueR.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "UTM-Bold";
  src: url("../fonts/aozoom/UTM_BanqueB.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-family: "BMW-Bold";
  src: url("../fonts/aozoom/VI_BMWMotorrad-Bold.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "BMW-Regular", sans-serif;
  background: url("../img/bg-pc.webp") top/cover no-repeat;
}

body::-webkit-scrollbar {
  width: 0px;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  outline: 0;
  border: none;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.regular-bmw {
  font-family: "BMW-Regular", sans-serif;
}

.bold-bmw {
  font-family: "BMW-Bold", sans-serif;
}

.regular-utm {
  font-family: "UTM-Regular", sans-serif;
}

.bold-utm {
  font-family: "UTM-Bold", sans-serif;
}

.c-pri {
  color: #f37322;
}

.c-black {
  color: #000000;
}

.c-white {
  color: #ffffff;
}

.roll {
  background: url("../img/screen_quay_so_1.webp") center/cover no-repeat;
  height: 100vh;
  flex-direction: column;
}
.roll .imgs-banner {
  width: 650px;
  margin: 45px auto 20px auto;
}
.roll .logo {
  width: 258px;
  margin: 40px auto 16px auto;
}
@media (max-width: 479px) {
  .roll .logo {
    width: 140px;
    margin: 22px auto 16px auto;
  }
}
.roll .main {
  margin-top: 124px;
  gap: 100px;
}
.roll .main .special-prize {
  cursor: pointer;
  min-width: 411px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.roll .main .special-prize::after {
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  background: url("../images/anh-sang.png") center/cover no-repeat;
}
.roll .main .special-prize .img {
  margin: 0 auto;
}
.roll .main .special-prize .the-top {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.roll .main .special-prize .title {
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  margin: 24px 0 8px 0;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 10px;
}
.roll .main .special-prize .desc {
  font-size: 18px;
  text-transform: uppercase;
}
.roll .main > .center {
  width: 413px;
  height: 428px;
  background: url("../img/Frame_1278.webp") top/cover no-repeat;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 22px 70px 4px;
  border-radius: 18px;
}
.roll .main > .center .title {
  padding: 0 24px 10px 24px;
  position: relative;
  margin-bottom: 24px;
}
.roll .main > .center .title .text {
  margin-top: 80px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.roll .main > .center .gift {
  min-height: 48px;
  margin-bottom: 21px;
}
.roll .main > .center .gift p {
  max-width: 350px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.roll .main > .center .list {
  gap: 16px;
  padding: 0 24px;
  margin-bottom: 12px;
  flex-direction: column;
}
.roll .main > .center .list li {
  width: 316px;
  display: flex;
  min-height: 43px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: #811b19;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4509803922) inset;
}
.roll .main > .center .list li p {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.roll .main > .center .count-number {
  text-align: center;
  margin-bottom: 24px;
}
.roll .main > .center .count-number p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}
.roll .main > .center .count-number p span {
  font-style: normal;
}
.roll .main > .center #startButton {
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roll .main > .center #startButton .button {
  width: 152px;
  height: 100%;
  background: transparent;
}
.roll .main > .center #startButton .button p {
  height: 100%;
  width: 100%;
  color: #ffffff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  background: url("../img/btn-quay.webp") center/cover no-repeat;
}
.roll .main > .center #startButton .gradient-border {
  border-radius: 8px !important;
  z-index: 1 !important;
}
.roll .main > .center #startButton .gradient-border:after {
  border-radius: 8px !important;
}
.roll .main > .gradient-border {
  border-radius: 18px !important;
}
.roll .main > .gradient-border:after {
  border-radius: 18px !important;
  z-index: -1px !important;
}
.roll .main .other .list {
  gap: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.roll .main .other .list li {
  cursor: pointer;
}
.roll .main .other .list li .center .img {
  position: relative;
  width: 176px;
}
.roll .main .other .list li .center .img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 18px 8px 12px;
  text-align: center;
}
.roll .main .other .list li .center .img .text .bold-utm {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.roll .main .other .list li .center .img .text .bold-bmw {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.roll .main .other .list li .center .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.roll .main .other .list li .center .content {
  gap: 12px;
  display: flex;
  text-align: left;
  flex-direction: column;
}
.roll .main .other .list li .center .content .title {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
}
.roll .main .other .list li .center .content .desc {
  font-size: 16px;
  text-transform: uppercase;
}

.popup {
  display: none;
  left: 0;
  top: 0;
  z-index: 1099;
  position: fixed;
  width: 100%;
  height: 100vh;
}
.popup video {
  width: 100%;
  height: 100vh;
  transform: rotate(180deg);
}
.popup .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  text-align: center;
  z-index: 1;
}
.popup .center .stage {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/elements-09_2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  --animate-duration: 3s;
  --animate-delay: 1s;
}
.popup .center .main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 454px;
  height: 641px;
  padding: 32px 24px;
  border-radius: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.popup .center .main .title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 32px;
  text-transform: uppercase;
}
.popup .center .main .list {
  gap: 6px;
  margin-bottom: 32px;
  flex-direction: column;
}
.popup .center .main .list li {
  width: 100%;
  display: flex;
  min-height: 43px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.popup .center .main .list li p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.popup .center .main .img {
  margin: auto;
  text-align: center;
}
.popup .center .main .img img {
  width: 144px;
}
.popup .center .main .text {
  margin-top: 38px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}
.popup .center .main .giai {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  max-width: 286px;
  margin: 0 auto;
}
.popup .center .button {
  cursor: pointer;
  width: 306px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
  box-shadow: 11px 12px 14px 0px rgba(0, 0, 0, 0.3490196078);
}
@media (max-width: 479px) {
  .popup .center .button {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.popup .center .button p {
  padding: 15px 32px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  background: url("../img/Frame_1275.webp") center/cover no-repeat;
}
.popup .center .gradient-border {
  border-radius: 8px !important;
  z-index: 1 !important;
}
.popup .center .gradient-border:after {
  border-radius: 8px !important;
}
.popup #confetti {
  pointer-events: none;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

.banner {
  margin: 60px 66px;
}
@media (max-width: 479px) {
  .banner {
    margin: 40px 8px 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin: 40px 8px 0 8px;
  }
}
.banner .banner-image {
  position: relative;
}
.banner .banner-image > img {
  border-radius: 64px;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 479px) {
  .banner .banner-image > img {
    border-radius: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image > img {
    border-radius: 32px;
  }
}
.banner .banner-image .logo {
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 479px) {
  .banner .banner-image .logo {
    top: 0;
  }
  .banner .banner-image .logo img {
    width: 99px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .logo {
    top: 20px;
  }
  .banner .banner-image .logo img {
    width: 120px;
  }
}
.banner .banner-image .countdown-button {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 60px;
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button {
    position: initial;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button {
    position: initial;
    padding: 0;
    margin-bottom: 120px;
  }
}
.banner .banner-image .countdown-button > .d-flex {
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button > .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.banner .banner-image .countdown-button .countdown {
  margin-bottom: 0;
}
.banner .banner-image .countdown-button .countdown .d-flex {
  flex-direction: column;
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button .countdown .d-flex {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button .countdown .d-flex {
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.banner .banner-image .countdown-button .countdown .d-flex ul {
  gap: 16px;
  display: flex;
}
.banner .banner-image .countdown-button .countdown .d-flex ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  width: 76px;
  background-image: url("../img/frame-time.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button .countdown .d-flex ul {
    gap: 30px;
  }
}
.banner .banner-image .countdown-button .countdown .d-flex ul div {
  margin-top: 32px;
}
.banner .banner-image .countdown-button .countdown .d-flex ul .bold-utm {
  font-size: 25px;
  line-height: 33.95px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}
.banner .banner-image .countdown-button .countdown .d-flex ul .regular-utm {
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
}
.banner .banner-image .countdown-button .countdown .d-flex .date-note {
  margin-top: 46px;
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button .countdown .d-flex .date-note {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button .countdown .d-flex .date-note {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.banner .banner-image .countdown-button .countdown .d-flex .date-note p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button .countdown .d-flex .date-note p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button .countdown .d-flex .date-note p {
    text-align: center;
  }
}
.banner .banner-image .countdown-button .countdown .d-flex .date-note p:first-child {
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .countdown-button .countdown .d-flex .date-note p:first-child {
    margin-bottom: 12px;
  }
}
.banner .banner-image .countdown-button .countdown .d-flex .date-note p:last-child {
  font-weight: 700;
}
.banner .banner-image .countdown-button .button {
  margin-bottom: 11px;
  box-shadow: 11px 12px 14px 0px rgba(0, 0, 0, 0.3490196078);
}
@media (max-width: 479px) {
  .banner .banner-image .countdown-button .button {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.banner .banner-image .countdown-button .button p {
  padding: 15px 32px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19.01px;
  text-align: center;
  background: url("../img/Frame_1276.webp") center/cover no-repeat;
}
.banner .banner-image .countdown-button .gradient-border {
  border-radius: 8px !important;
  z-index: 1 !important;
}
.banner .banner-image .countdown-button .gradient-border:after {
  border-radius: 8px !important;
}
.banner .banner-image .imgs-banner {
  position: absolute;
  right: 100px;
  top: 110px;
}
@media (max-width: 479px) {
  .banner .banner-image .imgs-banner {
    top: 35px;
    right: 23px;
  }
}
.banner .banner-image .imgs-banner img {
  width: 749px;
}
@media (max-width: 479px) {
  .banner .banner-image .imgs-banner img {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-image .imgs-banner img {
    width: 400px;
  }
}

.giai-thuong {
  margin-bottom: 160px;
}
@media (max-width: 479px) {
  .giai-thuong {
    margin-bottom: 396px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .giai-thuong {
    margin-bottom: 400px;
  }
}
.giai-thuong .mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  .giai-thuong .mb-24 {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .giai-thuong .mb-24 {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .giai-thuong .mb-16 {
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .giai-thuong .mb-16 {
    margin-bottom: 16px;
  }
}
.giai-thuong .col-xl-6:first-child .regular-bmw {
  max-width: 244px;
}
@media (max-width: 479px) {
  .giai-thuong .col-xl-6:first-child .regular-bmw {
    max-width: 169px;
  }
}
.giai-thuong .col-xl-6:nth-child(2) .regular-bmw {
  max-width: 247px;
}
@media (max-width: 479px) {
  .giai-thuong .col-xl-6:nth-child(2) .regular-bmw {
    max-width: 155px;
  }
}
.giai-thuong .col-xl-6:nth-child(3) .regular-bmw {
  max-width: 287px;
}
@media (max-width: 479px) {
  .giai-thuong .col-xl-6:nth-child(3) .regular-bmw {
    max-width: 193px;
  }
}
.giai-thuong .col-xl-6:last-child .regular-bmw {
  max-width: 298px;
}
@media (max-width: 479px) {
  .giai-thuong .col-xl-6:last-child .regular-bmw {
    max-width: 172px;
  }
}
.giai-thuong .item {
  position: relative;
}
.giai-thuong .item img {
  border-radius: 32px;
}
@media (max-width: 479px) {
  .giai-thuong .item img {
    border-radius: 16px;
  }
}
.giai-thuong .item .content {
  position: absolute;
  top: 50px;
  left: 40px;
  color: #ffffff;
}
@media (max-width: 479px) {
  .giai-thuong .item .content {
    top: 24px;
    left: 24px;
  }
}
.giai-thuong .item .content .title {
  font-size: 52px;
  line-height: 52px;
  text-align: left;
  margin-bottom: 28px;
}
@media (max-width: 479px) {
  .giai-thuong .item .content .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.giai-thuong .item .content .regular-bmw {
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .giai-thuong .item .content .regular-bmw {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  body {
    background: url("../img/bg-mb.webp") top/cover no-repeat !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    background: url("../img/bg-mb.webp") top/cover no-repeat !important;
  }
}
.gradient-border {
  --borderWidth: 2px;
  background: #1d1f20;
  position: relative;
  border-radius: 32px;
}
@media (max-width: 479px) {
  .gradient-border {
    border-radius: 16px;
  }
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #7f7e7b, #868582, #dddcdc, #ffffff, #cbcac8, #d2d1d0, #e6e6e5, #ffffff);
  border-radius: 32px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
@media (max-width: 479px) {
  .gradient-border:after {
    border-radius: 16px;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fireworks {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}
.fireworks canvas {
  background-color: transparent;
}

.countdown {
  margin-bottom: 153px;
}
@media (max-width: 479px) {
  .countdown {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown {
    margin-bottom: 40px;
  }
}
.countdown .logo {
  width: 258px;
  margin: 40px auto 16px auto;
}
@media (max-width: 479px) {
  .countdown .logo {
    width: 140px;
    margin: 22px auto 16px auto;
  }
}
.countdown .imgs-banner {
  width: 714px;
  margin: -30px auto 40px auto;
}
@media (max-width: 479px) {
  .countdown .imgs-banner {
    width: 90%;
    margin: -20px auto 24px auto;
  }
}
.countdown .timeline {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 479px) {
  .countdown .timeline {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .timeline {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.countdown .count-number {
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .countdown .count-number {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number {
    gap: 32px;
    flex-direction: column;
  }
}
.countdown .count-number .left .title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 22px;
  text-align: center;
}
@media (max-width: 479px) {
  .countdown .count-number .left .title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number .left .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.countdown .count-number .left ul {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .countdown .count-number .left ul {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number .left ul {
    gap: 16px;
  }
}
.countdown .count-number .left ul li > div {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 479px) {
  .countdown .count-number .left ul li > div {
    gap: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number .left ul li > div {
    gap: 4px;
  }
}
.countdown .count-number .left ul li > div .date {
  min-width: 110px;
  font-size: 64px;
  line-height: 87px;
  text-align: center;
}
@media (max-width: 479px) {
  .countdown .count-number .left ul li > div .date {
    font-size: 26px;
    line-height: 40px;
    min-width: 84px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number .left ul li > div .date {
    font-size: 26px;
    line-height: 40px;
    min-width: 84px;
  }
}
.countdown .count-number .left ul li > div .desc {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 479px) {
  .countdown .count-number .left ul li > div .desc {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .countdown .count-number .left ul li > div .desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.countdown .count-number .right {
  min-width: 592px;
}
@media (max-width: 479px) {
  .countdown .count-number .right {
    margin-top: 40px;
    min-width: 100%;
  }
}
.countdown .count-number .right .special {
  gap: 16px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .countdown .count-number .right .special {
    gap: 12px;
    margin-bottom: 24px;
    flex-direction: column;
  }
}
.countdown .count-number .right .special .imgs {
  width: 162px;
}
@media (max-width: 479px) {
  .countdown .count-number .right .special .imgs {
    width: 152px;
  }
}
.countdown .count-number .right .special .title {
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 3px 10px;
}
@media (max-width: 479px) {
  .countdown .count-number .right .special .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.countdown .count-number .right .special .desc {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .countdown .count-number .right .special .desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.countdown .count-number .right .list {
  gap: 35px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
.countdown .count-number .right .list li .items {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items {
    flex-direction: column;
  }
}
.countdown .count-number .right .list li .items .imgs {
  width: 88px;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items .imgs {
    width: 120px;
    height: 120px;
  }
}
.countdown .count-number .right .list li .items .title {
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items .title {
    text-align: center;
  }
}
.countdown .count-number .right .list li .items .title1 {
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items .title1 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
}
.countdown .count-number .right .list li .items .desc {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items .desc {
    font-size: 14px;
    line-height: 16px;
  }
}
.countdown .count-number .right .list li .items .desc1 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .countdown .count-number .right .list li .items .desc1 {
    font-size: 14px;
    line-height: 16px;
  }
}
.countdown .count-number .right .link-out {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-line {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 479px) {
  .title-line {
    gap: 16px;
  }
}
.title-line .line {
  width: 50px;
  height: 3px;
  background-color: #ffffff;
}
@media (max-width: 479px) {
  .title-line .line {
    width: 32px;
  }
}
.title-line .text {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .title-line .text {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
  }
}

.show-content ul {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 479px) {
  .show-content ul {
    margin-top: 30px;
    gap: 20px;
  }
}
.show-content ul li p {
  color: #ffffff;
  font-size: 24px;
  line-height: 43px;
  text-align: center;
}
@media (max-width: 479px) {
  .show-content ul li p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.03em;
  }
}
.show-content .button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .show-content .button {
    margin-top: 67px;
  }
}
.show-content .button p {
  box-shadow: 8px 12px 22px 0px rgba(0, 0, 0, 0.4509803922);
  padding: 15px 32px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19.01px;
  text-align: center;
  background: url("../img/Frame_1275-1.webp") center/cover no-repeat;
}
.show-content .gradient-border {
  border-radius: 8px !important;
  z-index: 1 !important;
}
.show-content .gradient-border:after {
  border-radius: 8px !important;
}

.simple-steps {
  margin: 112px 0 100px 0;
}
@media (max-width: 479px) {
  .simple-steps {
    margin: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-steps {
    margin: 40px 0;
  }
}
.simple-steps .main {
  gap: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-steps .main .phone-img {
  --animate-duration: 5s;
  --animate-delay: 5s;
  width: 265px;
}
@media (max-width: 479px) {
  .simple-steps .main .phone-img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-steps .main .phone-img {
    display: none;
  }
}
.simple-steps .main > .content {
  max-width: 520px;
}
.simple-steps .main > .content .title {
  font-size: 24px;
  line-height: 50px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .simple-steps .main > .content .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .simple-steps .main > .content .az-btn p {
    min-width: 100%;
    font-size: 14px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .simple-steps .main > .content .az-btn p {
    min-width: 100%;
  }
}
.simple-steps .main > .content ul.list {
  gap: 52px;
  display: flex;
  position: relative;
  padding: 58px 0;
  flex-direction: column;
}
.simple-steps .main > .content ul.list::after {
  z-index: -1;
  content: "";
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  position: absolute;
  background: url("../images/line.png") center/cover no-repeat;
}
.simple-steps .main > .content ul.list li .content {
  gap: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .simple-steps .main > .content ul.list li .content {
    gap: 24px;
  }
}
.simple-steps .main > .content ul.list li .content .steps p {
  width: 80px;
  height: 80px;
  display: flex;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.simple-steps .main > .content ul.list li .content .text {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1%;
}
@media (max-width: 479px) {
  .simple-steps .main > .content ul.list li .content .text {
    font-size: 14px;
  }
}
.simple-steps .main > .content ul.list li .content .text a {
  color: #fff;
}
.simple-steps .main > .content ul.list li .content .text a span {
  text-decoration: underline;
}
.simple-steps .main > .content .button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.simple-steps .main > .content .button p {
  box-shadow: 8px 12px 22px 0px rgba(0, 0, 0, 0.4509803922);
  padding: 15px 32px;
  color: #ffffff;
  border-radius: 8px;
  font-size: 13px;
  line-height: 19.01px;
  text-align: center;
  background: url("../img/Frame_1275-2.webp") center/cover no-repeat;
}
.simple-steps .main > .content .gradient-border {
  border-radius: 8px !important;
  z-index: 1 !important;
}
.simple-steps .main > .content .gradient-border:after {
  border-radius: 8px !important;
}

.slideshow .link-out {
  margin: 40px 0 50px 0;
}
.slideshow .imgs-banner {
  width: 674px;
  margin: 82px auto 72px auto;
}
@media (max-width: 479px) {
  .slideshow .imgs-banner {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 479px) {
  .slideshow .outstanding-products-slide {
    display: none;
  }
}
.slideshow .outstanding-products-slide .product-items {
  margin: 0 10px;
}
@media (max-width: 479px) {
  .slideshow .outstanding-products-slide .product-items {
    width: 265px;
    min-height: 377px;
  }
}
.slideshow .outstanding-products-slide .slick-arrow {
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.slideshow .outstanding-products-slide .slick-arrow i {
  color: #000000;
  font-size: 24px;
}
.slideshow .outstanding-products-slide .slick-prev {
  margin-left: 10px;
  left: 0;
}
.slideshow .outstanding-products-slide .slick-next {
  margin-right: 10px;
  right: 0;
}
.slideshow .product-items {
  min-height: 574px;
  position: relative;
  padding: 30px;
  background: linear-gradient(90deg, #313131 0%, #131313 100%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 479px) {
  .slideshow .product-items {
    padding: 24px;
    min-height: 333px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slideshow .product-items {
    padding: 24px;
    min-height: 405px;
  }
}
.slideshow .product-items::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
}
.slideshow .product-items .logo {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.slideshow .product-items .logo img {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 479px) {
  .slideshow .product-items .logo img {
    height: 14px;
  }
}
.slideshow .product-items .logo .hover {
  display: none;
}
.slideshow .product-items .name {
  padding-top: 17px;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  min-height: 77px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 479px) {
  .slideshow .product-items .name {
    padding-top: 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    min-height: 73px;
  }
}
.slideshow .product-items .image {
  height: 255px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.slideshow .product-items .image .bg {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  fill: var(--bg, #000);
  filter: blur(11px);
}
@media (max-width: 479px) {
  .slideshow .product-items .image .bg {
    fill: none;
    filter: none;
    left: 20px;
    bottom: 0;
  }
  .slideshow .product-items .image .bg svg {
    width: 141.641px;
    height: 40.25px;
  }
}
@media (max-width: 479px) {
  .slideshow .product-items .image {
    height: 217px;
    margin-bottom: 0;
  }
}
.slideshow .product-items .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.slideshow .product-items .thong-so {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .slideshow .product-items .thong-so {
    margin-bottom: 0;
  }
}
.slideshow .product-items .thong-so .d-flex {
  gap: 4px;
  align-items: center;
  min-height: 42px;
}
.slideshow .product-items .thong-so i {
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 479px) {
  .slideshow .product-items .thong-so i {
    font-size: 9px;
  }
}
.slideshow .product-items .thong-so .text {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 479px) {
  .slideshow .product-items .thong-so .text {
    font-size: 12px;
  }
}
.slideshow .product-items .price-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slideshow .product-items .price-hover i {
  display: none;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.slideshow .product-items .price {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .slideshow .product-items .price {
    font-size: 16px;
  }
}
.slideshow .product-items:hover {
  transition: all 0.5s;
  background: #ffffff;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover {
    background: linear-gradient(90deg, #313131 0%, #131313 100%) !important;
  }
}
.slideshow .product-items:hover .price-hover .price {
  color: #000;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover .price-hover .price {
    color: #fff;
  }
}
.slideshow .product-items:hover .name {
  color: #000000;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover .name {
    color: #fff;
  }
}
.slideshow .product-items:hover .thong-so i {
  color: #000;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover .thong-so i {
    color: #fff;
  }
}
.slideshow .product-items:hover .thong-so .text {
  color: #000;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover .thong-so .text {
    color: #fff;
  }
}
@media (max-width: 479px) {
  .slideshow .product-items:hover {
    background: #fff;
  }
}
.slideshow .product-items:hover .price-hover i {
  display: block;
}
@media (max-width: 479px) {
  .slideshow .product-items:hover .price-hover i {
    display: none;
  }
}

.slide-mobile {
  display: none;
}
@media (max-width: 479px) {
  .slide-mobile {
    gap: 20px;
    display: flex;
    overflow-y: scroll;
  }
  .slide-mobile::-webkit-scrollbar {
    height: 0;
  }
  .slide-mobile > div {
    flex: 1;
    min-width: 265px;
  }
}

.az-btn {
  display: contents;
}

.az-btn p {
  min-width: 202px;
  padding: 15px 24px;
  background-color: #fff;
  font-family: "UTM-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
@media (max-width: 479px) {
  .az-btn p {
    min-width: 130px;
    font-size: 12px;
    line-height: 16px;
  }
}

.az-btn p:hover {
  color: #fff;
  background-color: #000;
}

@media (max-width: 479px) {
  body {
    background: url("../images/nen-main-mb.webp") top/cover no-repeat;
  }
}/*# sourceMappingURL=index.css.map */