#bonpromotion {
  padding-top: 10px;
  margin-bottom: 70px;
  margin-top: -20px;
  /* position: relative; */
  max-height: 684px;
  overflow: hidden;
}

#bonpromotion ul,
#bonpromotion ul li {
  max-height: inherit;
}

#bonpromotion .box-promotion {
  padding: 180px 30px 180px;
  text-align: center;
}

#bonpromotion .video .box-promotion {
  padding: 277px 30px 0;
  text-align: center;
  position: absolute; 
  top: 50%;
  left: 50%;
  width: calc(100vw - 77px);
  z-index: 11;
}

@media (min-width: 1880px) {
  #bonpromotion .video .box-promotion {
    padding-top: calc(230px + (20 - 175) * ((100vw - 120px) / (4000 - 120)));
  }
  #bonpromotion .bonpromotion-countdown-btn {
    padding-left: calc(6px + (20 - 6) * ((100vw - 320px) / (1880 - 320)));
    padding-right: calc(6px + (20 - 6) * ((100vw - 320px) / (1880 - 320)));
    padding-top: calc(1px + (13 - 1) * ((100vw - 420px) / (1880 - 420)));
    padding-bottom: calc(1px + (14 - 1) * ((100vw - 420px) / (1880 - 420)));
  }
}

@media (max-width: 1880px) {
  #bonpromotion .box-promotion {
    padding-bottom: calc(70px + (130 - 70) * ((100vw - 320px) / (1880 - 320)));
    padding-top: calc(70px + (130 - 70) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonpromotion .video .box-promotion {
    padding-top: 120px;
  }
}

#bonpromotion .box-promotion .box-promotion-desc h3 {
  font-size: calc(20px + (51 - 20) * ((100vw - 320px) / (1880 - 320)));
  line-height: 100%;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  margin-bottom: calc(3px + (30 - 3) * ((100vw - 320px) / (1880 - 320)));
}

/*#bonpromotion .box-promotion .box-promotion-desc h3:before {*/
/*  content: "";*/
/*  width: calc(100px + (361 - 100) * ((100vw - 320px) / (1880 - 320)));*/
/*  height: 1px;*/
/*  background-color: #fff;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/

#bonpromotion .box-promotion .video .box-promotion-desc h4 {
  display: flex;
  align-items: center;
}
#bonpromotion .box-promotion .box-promotion-desc h4 {
  margin-bottom: calc(3px + (7 - 3) * ((100vw - 320px) / (1880 - 320)));
}

#bonpromotion .box-promotion .box-promotion-desc h4 span {
  display: inline-block;
  font-size: calc(12px + (29 - 12) * ((100vw - 320px) / (1880 - 320)));
  color: #fff;
  font-weight: 200;
}

#bonpromotion .box-promotion .box-promotion-desc h4 span span {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

#bonpromotion .box-promotion .box-promotion-desc h4 strong {
  color: #ff4c4c;
}

#bonpromotion .video .box-promotion .box-promotion-desc h4 strong {
  font-weight: 600;
  font-size: 80px;
}

#bonpromotion .bonpromotion-countdown {
  position: relative;
  margin-bottom: calc(10px + (45 - 10) * ((100vw - 320px) / (1880 - 320)));
}

#bonpromotion .bonpromotion-countdown > span {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  line-height: 1.2em;
  min-width: 90px;
}
#bonpromotion .bonpromotion-countdown > span.promo-dots {
  width: fit-content;
  padding: 0;
  margin: 0;
  min-width: fit-content;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 300;
  font-size: 26px;
}
#bonpromotion .bonpromotion-countdown > span span {
  margin: 0;
  font-size: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 1.2em;
  font-weight: 300;
}
#bonpromotion .bonpromotion-countdown-btn-wrapper {
  display: flex;
  justify-content: center;
}
#bonpromotion .bonpromotion-countdown-btn {
  font-family: 'Poppins', sans-serif;
  padding: 15px 32px;
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 400;
  transition: all 0.3s ease 0s;
  color: #fff;
  letter-spacing: 0.5px;
}

/* arrow-right button */
#bonpromotion .bonpromotion-countdown-btn .arrow-right {
  position: relative;
  height: 1px;
  width: 21px;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
}

#bonpromotion .bonpromotion-countdown-btn .arrow-right:before,
#bonpromotion .bonpromotion-countdown-btn .arrow-right:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  width: calc(3px + (5 - 3) * ((100vw - 320px) / (1880 - 320)));
  transition: all 0.2s;
}

#bonpromotion .bonpromotion-countdown-btn .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}
#bonpromotion .bonpromotion-countdown-btn .arrow-right:after {
  transform-origin: bottom right;
  transform: rotate(-40deg);
}

#bonpromotion .bonpromotion-countdown-btn:hover .arrow-right,
#bonpromotion .bonpromotion-countdown-btn:active .arrow-right
{
  background-color: #3a3a3a;
}
#bonpromotion .bonpromotion-countdown-btn:hover .arrow-right:before,
#bonpromotion .bonpromotion-countdown-btn:hover .arrow-right:after,
#bonpromotion .bonpromotion-countdown-btn:active .arrow-right:before,
#bonpromotion .bonpromotion-countdown-btn:active .arrow-right:after
{
  background-color: #3a3a3a;
}
/* END arrow-right button */

#bonpromotion ul li a:focus,
#bonpromotion ul li a:active{
  outline: none;
}

#bonpromotion .image .link-promotion {
    display: block;
    perspective: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    background-size: cover!important;
}

#bonpromotion .video .link-promotion {
  position: relative;
}


#bonpromotion .box-promotion .box-promotion-desc {
  margin-bottom: 30px;
}

#bonpromotion .box-promotion .box-promotion-desc .box-promotion-title,
#bonpromotion .box-promotion .box-promotion-desc .box-promotion-subtitle {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bonpromotion .box-promotion .box-promotion-desc .box-promotion-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 1880px) {
  #bonpromotion .box-promotion .box-promotion-desc {
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonpromotion .bonpromotion-countdown-btn {
    font-size: calc(12px + (22 - 12) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonpromotion .box-promotion .box-promotion-desc .box-promotion-title {
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonpromotion {
    margin-bottom: calc(30px + (70 - 30) * ((100vw - 320px) / (1880 - 320)));
  }
}
@media (max-width: 1023px) {
  #bonpromotion .bonpromotion-countdown > span span {
    width: 60px;
  }
}
@media (min-width: 991px) and (max-width: 1200px){
  #bonpromotion .bonpromotion-countdown-btn {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  #bonpromotion {
    max-height: 500px;
  }
  #bonpromotion .video .box-promotion {
    width: calc(100vw);
  }
  #bonpromotion .bonpromotion-countdown-btn {
    padding: 5px 15px;
  }
}


@media screen and (max-width: 480px) {
  #bonpromotion {
    display: none;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  #bonpromotion .box-promotion  .box-promotion-desc h2 {
    font-size: 19px;
    padding: 0;
  }
  #bonpromotion .bonpromotion-countdown {
    margin-bottom: 20px;
  }
  #bonpromotion .bonpromotion-countdown > span {
    padding: 5px 5px;
    font-size: 12px;
    min-width: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #bonpromotion .box-promotion h2 {
    font-size: 19px;
    padding: 0;
  }

  #bonpromotion .bonpromotion-countdown > span {
    padding: 10px 10px;
    font-size: 12px;
    min-width: 0;
  }
  #bonpromotion .bonpromotion-countdown > span span {
    font-size: 15px;
  }
  #bonpromotion .bonpromotion-countdown-btn {
    padding: 9px 20px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  #bonpromotion .bonpromotion-countdown {
    margin-bottom: 30px;
  }
  #bonpromotion .bonpromotion-countdown > span span {
    font-size: 40px;
  }
  .bonpromotion-countdown-btn {
    font-size: 12px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
  #bonpromotion .box-promotion {
    top: 12%;
  }
}






