#bonpromotion {
  margin-bottom: 55px;
  overflow: hidden; 
}

#bonpromotion.bonpromotion-main-video {
  max-height: 674px;
}

#bonpromotion ul {
  margin-bottom: 0;
}

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

#bonpromotion.bonpromotion-main-video ul,
#bonpromotion.bonpromotion-main-video ul li {
  max-height: inherit
}

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

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

#bonpromotion.bonpromotion-main-video .box-promotion {
  text-align: center;
  position: absolute; 
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw);
  z-index: 11;
}

#bonpromotion .h1 {
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Playfair Display', serif;
  position: relative;
}

#bonpromotion .h1:before {
  content: "";
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#bonpromotion .h2 {
  text-transform: none;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
}

#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: #fff;
  font-weight: 300;
  line-height: 1.2em;
  flex-basis: 120px;
}

#bonpromotion .bonpromotion-countdown > span span {
  margin: 0;
  color: #fff;
  display: block;
  line-height: 1.5em;
  font-weight: 300;
  border: 2px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}

#bonpromotion .bonpromotion-countdown-btn {
  font-weight: 300;
  transition: all 0.5s ease 0s;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}

#bonpromotion .bonpromotion-countdown-btn:hover,
#bonpromotion .bonpromotion-countdown-btn:active {
  color: #000;
  background: #fff;
}

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

#bonpromotion .arrow-right:before,
#bonpromotion .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 .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}

#bonpromotion .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: #000;
}

/* END arrow-right button */

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

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

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

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

#bonpromotion .box-promotion-title {
  position: relative;
  margin-bottom: calc(10px + (30 - 10) * ((100vw - 320px) / (1880 - 320)));
  z-index: 1;
}

@media screen and (min-width: 1881px) {
  #bonpromotion.bonpromotion-main-img {
    min-height: 670px;
  }
  
  #bonpromotion .box-promotion-desc {
    margin-bottom: 51px;
  }

  #bonpromotion .h1 {
    font-size: 70px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  #bonpromotion .h1:before {
    width: 300px;
  }

  #bonpromotion .h2 {
    font-size: 25px;
  }

  #bonpromotion .bonpromotion-countdown > span span {
    padding: 20px 25px;
    font-size: 35px;
  }

  #bonpromotion .bonpromotion-countdown-btn {
    font-size: 18px;
    padding: 8px 23px;
  }

  #bonpromotion .arrow-right {
    margin-left: 16px;
  }
}

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

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

  #bonpromotion .h1 {
    font-size: calc(20px + (70 - 20) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
    padding-bottom: calc(5px + (12 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonpromotion .h1:before {
    width: calc(100px + (300 - 100) * ((100vw - 320px) / (1880 - 320)));
  }

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

  #bonpromotion .bonpromotion-countdown > span span {
    padding: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1880 - 320)));
    font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1880 - 320)));
  }

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

  #bonpromotion .arrow-right {
    margin-left: calc(10px + (16 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
}

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