#bonswiper #video-container .bonslick-caption h1,
#bonswiper #video-container .bonslick-caption h3,
#bonswiper #video-container .bonslick-caption p {
  color: #fff;
  text-shadow: 1px 1px 1px #444;
}

#bonswiper .bonswiper-wrapper {
  margin: 0;
}

.bonslick-video {
  width: 100%;
  height: 100%;
}

.bonslick-caption {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#video-container #controls {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1000;
}

#video-container #controls .play,
#video-container #controls .pause,
#video-container #controls .mute,
#video-container #controls .unmute {
  font-size: 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s linear;
}

#video-container #controls .play:before,
#video-container #controls .pause:before,
#video-container #controls .mute:before,
#video-container #controls .unmute:before {
  font-family: 'Material Icons';
  color: #fff;
  font-size: 35px;
  transition: all 0.3s linear;
}

#video-container #controls .play:hover,
#video-container #controls .pause:hover,
#video-container #controls .mute:hover,
#video-container #controls .unmute:hover {
  outline: none;
  border: none;
}

#video-container #controls .play:focus,
#video-container #controls .pause:focus,
#video-container #controls .mute:focus,
#video-container #controls .unmute:focus {
  outline: none;
}

#video-container #controls .play:hover:before,
#video-container #controls .pause:hover:before,
#video-container #controls .mute:hover:before,
#video-container #controls .unmute:hover:before {
  cursor: pointer;
  color: #cccccc;
}

#video-container #controls .play:before {
  content: '\e037';
}

#video-container #controls .pause:before {
  content: '\e034';
}

#video-container #controls .mute:before {
  content: '\e04e';
}

#video-container #controls .unmute:before {
  content: '\e04f';
}

#bonswiper .slick-dotted.bonswiper-wrapper {
  margin-bottom: 0;
}

#bonswiper .bonswiper-pagination {
  bottom: 20px;
}

#bonswiper {
  position: relative;
  overflow: hidden;
}

.swiper-slider:focus,
a {
  outline: none;
}

#bonswiper .box-bonslick {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%)!important;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
#bonswiper.swiper-initialized .box-bonslick {
  transition: opacity 1s ease 0s;
  opacity: 1;
}

#bonswiper .swiper-slide img {
  width: 100%;
}

#bonswiper .link-bonslick {
  display: block;
  position: relative;
  overflow: hidden;
}

#bonswiper .link-bonslick:focus {
  outline: none;
}

#bonswiper .bonslick-caption-inner {
  text-align: center;
}

#bonswiper p.h1 {
  font-family: 'Playfair Display', serif;
  line-height: 133%;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: none;
  transition: all 1s ease-in-out 0.9s;
  position: relative;
}

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

#bonswiper p.h2 {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  text-transform: none;
  transition: all 1s ease-in-out 0.7s;
}

#bonswiper p {
  transition: all 1s ease-in-out 0.3s;
}


#bonswiper .bonswiper-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;
}

#bonswiper .bonswiper-btn:hover {
  background: #fff;
  color: #262626;
}

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

#bonswiper .arrow-right:before,
#bonswiper .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;
}

#bonswiper .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}

#bonswiper .arrow-right:after {
  transform-origin: bottom right;
  transform: rotate(-40deg);
}

#bonswiper .bonswiper-btn:hover .arrow-right,
#bonswiper .bonswiper-btn:hover .arrow-right:before,
#bonswiper .bonswiper-btn:hover .arrow-right:after {
  background-color: #000;
}

/* END arrow-right button */


#bonswiper .bonswiper-button-next,
#bonswiper .bonswiper-button-prev {
  transition: all .3s ease;
  z-index: 10;
  width: 50px;
  height: 50px;
  position: absolute;
  text-align: center;
  opacity: 0;
}

#bonswiper .bonswiper-button-next {
  right: -5px;
}

#bonswiper .bonswiper-button-prev {
  left: -5px;
}

#bonswiper:hover .bonswiper-button-next {
  right: 0px;
  opacity: 1;
}

#bonswiper:hover .bonswiper-button-prev {
  left: 0px;
  opacity: 1;
}

#bonswiper .slick-next.white-arrow:before,
#bonswiper .slick-prev.white-arrow:before {
  color: #fff;
}

#bonswiper .bonswiper-button-next:after,
#bonswiper .bonswiper-button-prev:after {
  font-family: "Mercury";
  color: #cdcdcd;
  font-size: 35px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-next:hover:after,
#bonswiper .bonswiper-button-prev:hover:after {
  color: #fff;
}

#bonswiper .bonswiper-button-prev:after {
  content: '\e802';
}

#bonswiper .bonswiper-button-next:after {
  content: '\e804';
}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .25;
  padding: 0;

}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet.bonswiper-pagination-bullet-active {
  opacity: .75;
}

#bonswiper .bonswiper-pagination .bonswiper-pagination-bullet {
  margin: 0 10px;
}

#bonswiper #video-container {
  width: 100%;
}

.bonslick-icon-wrapper{
  position: relative;
}


@media screen and (min-width: 1881px) {
  #bonswiper p.h1 {
    font-size: 70px;
    margin-bottom: 20px;
    padding-bottom: 13px;
  }

  #bonswiper p.h1:before {
    width: 361px;
  }

  #bonswiper p.h2 {
    font-size: 25px;
    margin-bottom: 51px;
  }

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

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

@media screen and (max-width: 1880px) {
  #bonswiper p.h1 {
    font-size: calc(20px + (70 - 20) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
    padding-bottom: calc(8px + (13 - 8) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper p.h1:before {
    width: calc(61px + (361 - 61) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper p.h2 {
    font-size: calc(15px + (25 - 15) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(5px + (51 - 5) * ((100vw - 320px) / (1880 - 320)));
  }

  #bonswiper .bonswiper-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)));
  }

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

@media screen and (max-width: 991px) { 
  #bonswiper .bonswiper-button-next,
  #bonswiper .bonswiper-button-prev {
    display: none;
  }
}


@media screen and (max-width: 575px) {
  #bonswiper .bonswiper-pagination {
    bottom: 10px;
  }

  #bonswiper p.h2 {
    display: none;
  }

  #video-container #controls {
    right: 5px;
    bottom: 25px;
  }
}