#bonpromotion {
  padding-top: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

#bonpromotion .box-promotion {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
}

#bonpromotion ul {
  margin-bottom: 0;
}

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

#bonpromotion p.h2 {
  color: #3e3e3e;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

#bonpromotion p.h3 {
  letter-spacing: 0.02em;
  text-transform: none;
  color: #6f6f6f;
  font-weight: 300;
  line-height: 1.5;
}

#bonpromotion .bonpromotion-countdown>span {
  display: inline-block;
  color: #737373;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 10px;
  position: relative;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child):before,
#bonpromotion .bonpromotion-countdown>span:not(:last-child):after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #8b8b8b;
  border-radius: 50%;
  right: -9px;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child)::before {
  top: 40%;
}

#bonpromotion .bonpromotion-countdown>span:not(:last-child)::after {
  bottom: 30%;
}

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

#bonpromotion .bonpromotion-countdown>span span {
  margin: 0;
  color: #3a3a3a;
  display: block;
  line-height: 1.5;
  font-weight: 300;
}

#bonpromotion .bonpromotion-countdown-btn,
#bonpromotion .bonpromotion-countdown-btn-more {
  display: inline-block;
  text-transform: uppercase;
  transition: all .3s ease;
  font-weight: 300;
}

#bonpromotion .bonpromotion-countdown-btn {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
  background: #af9fd6;
}

#bonpromotion .bonpromotion-countdown-btn:hover {
  box-shadow: none;
  background: #b160c3;
}

#bonpromotion .bonpromotion-countdown-btn-more {
  background: transparent;
  color: #a990e7;
  border: 2px solid #a990e7;
}

#bonpromotion .bonpromotion-countdown-btn-more:hover {
  color: #fff;
  border-color: #b160c3;
  background: #b160c3;
}

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

#bonpromotion .link-promotion {
  display: block;
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: inherit;
}

@media screen and (min-width: 1881px) {
  #bonpromotion {
    min-height: 406px;
  }
  #bonpromotion .box-promotion {
    padding-left: 97px;
  }

  #bonpromotion .bonpromotion-countdown {
    padding-bottom: 24px;
  }

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

  #bonpromotion p.h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }
  
  #bonpromotion h3 {
    font-size: 16px;
  }

  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    font-size: 17px;
  }

  #bonpromotion .bonpromotion-countdown-btn {
    padding: 12px 25px;
  }

  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: 10px 29px;
  }

  #bonpromotion .bonpromotion-countdown-btn {
    margin-right: 65px;
  }

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

  #bonpromotion .bonpromotion-countdown>span {
    font-size: 19px;
    min-width: 90px;
  }
}

@media screen and (min-width: 992px) {
  #bonpromotion p.h3 {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  #bonpromotion p.h3 {
    width: 70%;
  }
}

@media (min-width: 992px) and (max-width: 1880px) {
  #bonpromotion {
    min-height: calc(350px + (406 - 350) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .box-promotion {
    padding-left: calc(57px + (97 - 57) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown {
    padding-bottom: calc(14px + (24 - 14) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    margin-right: calc(35px + (65 - 35) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    font-size: calc(14px + (17 - 14) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    padding: calc(8px + (12 - 8) * ((100vw - 992px) / (1880 - 992))) calc(18px + (25 - 18) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: calc(6px + (10 - 6) * ((100vw - 992px) / (1880 - 992))) calc(22px + (29 - 22) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion p.h2 {
    font-size: calc(30px + (35 - 30) * ((100vw - 992px) / (1880 - 992)));
    margin-bottom: calc(10px + (18 - 10) * ((100vw - 992px) / (1880 - 992)));
  }
  
  #bonpromotion h3 {
    font-size: calc(14px + (16 - 14) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown>span span {
    font-size: calc(30px + (36 - 30) * ((100vw - 992px) / (1880 - 992)));
  }

  #bonpromotion .bonpromotion-countdown>span {
    font-size: calc(15px + (19 - 15) * ((100vw - 992px) / (1880 - 992)));
    min-width: calc(70px + (90 - 70) * ((100vw - 992px) / (1880 - 992)));
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #bonpromotion .box-promotion {
    padding-left: calc(7px + (47 - 7) * ((100vw - 576px) / (991 - 576)));
  }
}

@media screen and (max-width: 991px) {
  #bonpromotion {
    min-height: calc(300px + (350 - 300) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown {
    padding-bottom: calc(10px + (18 - 10) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    margin-right: calc(15px + (45 - 15) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn,
  #bonpromotion .bonpromotion-countdown-btn-more {
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn {
    padding: calc(8px + (12 - 8) * ((100vw - 320px) / (991 - 320))) calc(18px + (25 - 18) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown-btn-more {
    padding: calc(8px + (10 - 8) * ((100vw - 320px) / (991 - 320))) calc(18px + (29 - 18) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion p.h2 {
    font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (991 - 320)));
    margin-bottom: calc(2px + (10 - 2) * ((100vw - 320px) / (991 - 320)));
  }
  
  #bonpromotion h3 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown>span span {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (991 - 320)));
  }

  #bonpromotion .bonpromotion-countdown>span {
    font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (991 - 320)));
    min-width: calc(70px + (90 - 70) * ((100vw - 320px) / (991 - 320)));
  }
}

@media screen and (min-width: 1200px) {
  #bonpromotion .link-promotion {
    background-attachment: fixed !important;
  }
}

@media screen and (max-width: 1199px) {
  #bonpromotion .link-promotion {
    background-position: 44% 68% !important;
    position: relative;
    background-size: cover !important;
  }
}

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