#bonpromotion {
  padding-top: 10px;
  margin-bottom: 38px;
  margin-top: -20px;
  max-height: 900px;
}

#bonpromotion.bonpromotion-main-img .box-promotion {
  padding: 130px 0 180px 0;
  display: flex;
  justify-content: center;
}

#bonpromotion .bonpromotion-wrapper .video {
  max-height: 700px;
  overflow: hidden;
}

#bonpromotion .bonpromotion-wrapper {
  max-height: inherit;
}

#bonpromotion.bonpromotion-main-video .box-promotion {
  text-align: center;
  position: relative;
  left: 50%; 
  transform: translate(-50%,-70%);
  max-width: 1310px;
  width: 100%;
  z-index: 11;
  padding: 0;
}

#bonpromotion.bonpromotion-main-video .box-promotion .box-promotion-cover {
  max-width: 100%;
}

#bonpromotion.bonpromotion-main-video .box-promotion .box-promotion-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
}

#bonpromotion .box-promotion .box-promotion-desc h4 {
  margin-bottom: 0;
  color: #3a3a3a;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  max-width: 570px;
  text-align: center;
}

@media (min-width: 1880px) {
  #bonpromotion .video .box-promotion {
    padding-top: calc(175px + (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.bonpromotion-main-img .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(15px + (30 - 15) * ((100vw - 320px) / (1880 - 320)));
  line-height: 1.5;
  color: #b60e0e;
  font-weight: 500;
  margin-bottom: calc(5px + (17 - 5) * ((100vw - 320px) / (1880 - 320)));
  padding-bottom: calc(5px + (17 - 5) * ((100vw - 320px) / (1880 - 320)));
  position: relative;
}
#bonpromotion .box-promotion .box-promotion-desc h3:before {
  content: "";
  width: 70%;
  height: 1px;
  background-color: rgba(58,58,58,.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bonpromotion .box-promotion .box-promotion-desc h4 {
  font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
}

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

#bonpromotion .box-promotion .box-promotion-desc h4 span span {
  color: #e8325e;
  font-weight: 700;
}

#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: calc(10px + (40 - 10) * ((100vw - 320px) / (1880 - 320)));
  display: flex;
  align-items: center;
  justify-content: center;
}
#bonpromotion .bonpromotion-countdown p {
  width: max-content;
  margin-left: calc(15px + (35 - 15) * ((100vw - 320px) / (1880 - 320)));
  margin-right: calc(15px + (35 - 15) * ((100vw - 320px) / (1880 - 320)));
  font-size: 1.5rem;
  color: #313133;
}
#bonpromotion .bonpromotion-countdown > span {
  display: inline-block;
  padding: 10px 0;
  font-size: 24px;
  color: #737373;
  font-weight: 300;
  line-height: 1.2em;
  width: 100%;
  min-width: 72px;
  text-align: center;
  position: relative;
}


#bonpromotion .bonpromotion-countdown > span span {
  margin: 0;
  font-size: 45px;
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: 300;
}

#bonpromotion .bonpromotion-countdown-btn-wrapper {
  display: flex;
  justify-content: center;
}

#bonpromotion .bonpromotion-countdown-btn,
#bonpromotion .bonpromotion-countdown-btn-more {
  font-family: 'Poppins', sans-serif;
  padding: 15px 32.5px;
  font-size: 18px;
  font-weight: normal;
  transition: all 0.3s ease 0s;
  letter-spacing: 0.5px;
  box-shadow: none;
  cursor: pointer;
}

#bonpromotion .bonpromotion-countdown-btn {
  color: #ffffff;
}

#bonpromotion .bonpromotion-countdown-btn-more {
  color: #3a3a3a;
  margin-left: 40px;
  background: transparent;
}

#bonpromotion .bonpromotion-countdown-btn-more:hover,
#bonpromotion .bonpromotion-countdown-btn-more:active {
  background: #3a3a3a;
  color: #ffffff;
}

/* 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;
  align-items: center;
  justify-content: center;
}

#bonpromotion .box-promotion .box-promotion-desc .box-promotion-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 1880px) {
  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more  {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn-more  {
    margin-left: calc(20px + (40 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .box-promotion .box-promotion-desc {
    margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
}
@media (max-width: 1023px) {
  #bonpromotion .bonpromotion-countdown > span span {
    font-size: 23px;
    justify-content: center;
  }
  #bonpromotion .bonpromotion-countdown > span span {
    text-align: center;
  }
  #bonpromotion .bonpromotion-countdown p {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  #bonpromotion .box-promotion .box-promotion-desc h4 {
    max-width: 500px;
  }
}
@media (min-width: 991px) and (max-width: 1200px){
  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  #bonpromotion .box-promotion .box-promotion-desc h4 {
    max-width: 400px;
  }
  #bonpromotion {
    max-height: 800px;
  }
  #bonpromotion .bonpromotion-wrapper .video {
    max-height: 700px;
  }
  #bonpromotion .video .box-promotion {
    width: calc(100vw);
  }
  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: 5px 15px;
  }
}
@media (max-width: 576px) {
  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: 4px 10px;
  }

  #bonpromotion .box-promotion .box-promotion-desc h3 {
    margin-bottom: 0;
}
}

@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 h3:before {
    content: none;
  }
  #bonpromotion .box-promotion  .box-promotion-desc h2 {
    font-size: 19px;
    padding: 0;
  }
  #bonpromotion .bonpromotion-countdown > span {
    padding: 5px 0;
    font-size: 12px;
    min-width: 0;
  }
  #bonpromotion .bonpromotion-countdown p {
    margin-left: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
    margin-right: calc(5px + (25 - 5) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonpromotion .bonpromotion-wrapper .video {
    display: none;
  }
  #bonpromotion.bonpromotion-main-video .box-promotion {
    position: relative;
    left: 0;
    transform: translate(0);
    max-width: initial;
    width: 100%;
  }
  #bonpromotion.bonpromotion-main-video .box-promotion .box-promotion-desc .box-promotion-subtitle,
  #bonpromotion.bonpromotion-main-video .bonpromotion-countdown-btn {
    display: none;
  }
  #bonpromotion.bonpromotion-main-video .box-promotion .box-promotion-info {
    top: 50%;
    transform: translateY(-50%);
    max-width: 300px;
    right: 10px;
    width: 100%;
  }
}

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

  #bonpromotion .bonpromotion-countdown > span {
    font-size: 12px;
    min-width: 0;
  }
  #bonpromotion .bonpromotion-countdown > span span {
    font-size: 23px;
  }
  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: 5px 16px;
    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 .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    font-size: 12px;
  }
}

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






