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

#bonpromotion ul {
  margin-bottom: 0;
}

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

#bonpromotion .box-promotion {
  padding: 140px 30px;
  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;
}

#bonpromotion .box-promotion-wrapper {
  /* width: 780px; */
  width: calc(400px + (750 - 400) * ((100vw - 320px) / (1880 - 320)));
  background: rgba(255, 255, 255, 0.58);
  margin: 0 auto;
  padding-top: calc(10px + (40 - 10) * ((100vw - 420px) / (1880 - 420)));
  padding-bottom: calc(10px + (55 - 10) * ((100vw - 420px) / (1880 - 420)));
}

@media (min-width: 1880px) {
  #bonpromotion .video .box-promotion {
    padding-top: calc(275px + (290 - 275) * ((100vw - 120px) / (4000 - 120)));
  }
}

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

#bonpromotion .box-promotion .box-promotion-desc h3 {
  font-size: calc(20px + (70 - 20) * ((100vw - 320px) / (1880 - 320)));
  line-height: 131%;
  letter-spacing: 1px;
  color: #1e1e1e;
  /* margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320))); */
  margin-bottom: 0;
  font-family: 'Playfair Display', serif;
  position: relative;
}

#bonpromotion .box-promotion .box-promotion-desc h3:before {
  content: "";
  width: calc(100px + (300 - 100) * ((100vw - 320px) / (1880 - 320)));
  height: 1px;
  background-color: #262626;
  display: block;
  position: absolute;
  bottom: -15px;
  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(12px + (40 - 12) * ((100vw - 320px) / (1880 - 320)));
}
#bonpromotion .box-promotion .box-promotion-desc h4 span {
  display: inline-block;
  font-size: calc(12px + (25 - 12) * ((100vw - 320px) / (1880 - 320)));
  color: #1e1e1e;
  line-height: 150%;
}

#bonpromotion .box-promotion .box-promotion-desc h4 span span {
  font-weight: 500;
  color: #3a3a3a;
  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 {
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
}

#bonpromotion .bonpromotion-countdown > span {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  font-size: 18px;
  color: #3a3a3a;
  font-weight: 300;
  line-height: 1.2em;
  flex-basis: 120px;
}
#bonpromotion .bonpromotion-countdown > span span {
  margin: 0;
  font-size: 35px;
  color: #3a3a3a;
  display: block;
  line-height: 1.5em;
  font-weight: 300;
  border: 2px dashed rgba(58, 58, 58, 0.7);
  border-radius: 50%;
  padding: 20px 25px;
  margin-bottom: 14px;
}
#bonpromotion .bonpromotion-countdown-btn-wrapper {
  display: flex;
  justify-content: center;
}
#bonpromotion .bonpromotion-countdown-btn {
  font-family: 'Poppins', sans-serif;
  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)));
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1880 - 320)));
  font-weight: 300;
  transition: all 0.5s ease 0s;
  background: transparent;
  border: 1px solid #262626;
  color: #262626;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  display: flex;
  flex: 0 1 calc(110px + (172 - 110) * ((100vw - 320px) / (1880 - 320)));
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
}
#bonpromotion .bonpromotion-countdown-btn:hover,
#bonpromotion .bonpromotion-countdown-btn:active
{
  text-shadow: none;
  background: #262626;
  color: #fff;
}

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

#bonpromotion .bonpromotion-countdown-btn .arrow-right:before,
#bonpromotion .bonpromotion-countdown-btn .arrow-right:after {
  background-color: #262626;
  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:hover .arrow-right:before,
#bonpromotion .bonpromotion-countdown-btn:hover .arrow-right:after {
  background-color: #fff;
}
/* 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 .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;
  margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1880 - 320)));
  z-index: 1;
}

@media (max-width: 991px) {
  #bonpromotion .video .box-promotion {
    width: calc(100vw);
  }
}

@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 {
    padding-bottom: 20px;
  }
  #bonpromotion .bonpromotion-countdown > span {
    padding: 20px;
    padding: calc(10px + (20 - 10) * ((100vw - 420px) / (1880 - 420)));
    font-size: 12px;
    margin: 0 5px;
  }
  #bonpromotion .bonpromotion-countdown > span span {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #bonpromotion .box-promotion h2 {
    font-size: 19px;
    padding: 0;
  }
  #bonpromotion .bonpromotion-countdown {
    padding-bottom: 10px;
  }
  #bonpromotion .bonpromotion-countdown > span {
    font-size: 12px;
    padding: 20px;
  }
  #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 {
    padding-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%;
  }
}






