#bonpromotion {
  padding-top: 10px;
  margin-bottom: 70px;
  overflow: hidden;
}

#bonpromotion.bonpromotion-main-img ul,
#bonpromotion.bonpromotion-main-img ul li {
  min-height: inherit;
}

#bonpromotion ul {
  margin-bottom: 0;
}

#bonpromotion .box-promotion{
  padding: 30px;
  width: 100vw;
}

#bonpromotion .image .box-promotion {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

#bonpromotion .video .box-promotion {
  text-align: center;
  position: absolute; 
  top: 17%;
  left: 50%;
  transform: translate(-50%);
  z-index: 11;
}

#bonpromotion p.h2,
#bonpromotion p.h3 {
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

#bonpromotion p.h2 {
  text-transform: uppercase;
}

#bonpromotion p.h3 {
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

#bonpromotion .bonpromotion-countdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bonpromotion .bonpromotion-countdown > span {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bonpromotion .bonpromotion-countdown > span:first-child{
  margin-left: 0;
  padding-left: 0;
}

#bonpromotion .bonpromotion-countdown .bonpromo-dots,
#bonpromotion .bonpromotion-countdown .promo-dots {
  color: #fff;
  padding: 0 10px;
}

#bonpromotion .bonpromotion-countdown > span span {
  margin: 0;
  color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#bonpromotion .bonpromotion-countdown-btn {
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
  border-radius: 46px;
  font-weight: 500;
  color: #fff;
  background: #656a50;
}

#bonpromotion .bonpromotion-countdown-btn:hover{
  background: #265931;
}

#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;
  min-height: inherit;
}

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

@media screen and (min-width: 1881px) {
  #bonpromotion.bonpromotion-main-img {
    min-height: 794px;
  }

  #bonpromotion.bonpromotion-main-video {
    max-height: 794px;
  }
  
  #bonpromotion p.h2 {
    font-size: 60px;
    margin-bottom: 51px;
  }

  #bonpromotion p.h3 {
    font-size: 30px;
  }

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

  #bonpromotion .bonpromotion-countdown {
    margin-bottom: 70px;
  }

  #bonpromotion .bonpromotion-countdown > span {
    font-size: 60px;
  }

  #bonpromotion .bonpromotion-countdown > span span {
    min-width: 80px;
  }

  #bonpromotion .bonpromotion-countdown .bonpromo-dots,
  #bonpromotion .bonpromotion-countdown .promo-dots {
    font-size: 40px;
  }

  #bonpromotion .bonpromotion-countdown-btn {
    font-size: 20px;
    padding: 15px 29px;
  }
}

@media screen and (max-width: 1880px) {
  #bonpromotion.bonpromotion-main-img {
    min-height: calc(400px + (794 - 400) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion.bonpromotion-main-video {
    max-height: calc(400px + (794 - 400) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .box-promotion .box-promotion-desc {
    margin-bottom: calc(10px + (48 - 10) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion p.h2 {
    font-size: calc(18px + (60 - 18) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(10px + (51 - 10) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion p.h3 {
    font-size: calc(14px + (30 - 14) * ((100vw - 320px) / (1880 - 320)));
  }

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

  #bonpromotion .bonpromotion-countdown > span {
    font-size: calc(14px + (60 - 14) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown > span span {
    min-width: calc(20px + (80 - 20) * ((100vw - 320px) / (1880 - 320)));
  }
  
  #bonpromotion .bonpromotion-countdown .bonpromo-dots,
  #bonpromotion .bonpromotion-countdown .promo-dots {
    font-size: calc(14px + (40 - 15) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1880 - 320)));
    padding: calc(8px + (15 - 8) * ((100vw - 320px) / (1880 - 320))) calc(12px + (29 - 12) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion {
    margin-bottom: calc(30px + (70 - 30) * ((100vw - 320px) / (1880 - 320)));
  }
}

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



 