@font-face {
  font-family: "arrows";
  src: url("../fonts/arrows.eot");
  src: url("../fonts/arrows.eot#iefix") format("embedded-opentype"),
  url("../fonts/arrows.woff") format("woff"),
  url("../fonts/arrows.ttf") format("truetype"),
  url("../fonts/arrows.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.arrows-ico,
[class^="arrows-"]:before, [class*=" arrows-"]:before,
[class^="arrows-"]:after, [class*=" arrows-"]:after {
  font-family: "arrows";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
}

#bonswiper #video-container .bonslick-caption h2,
#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%);
  margin-left: 0;
  text-align: left;
}

#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 {
  position: relative;
  overflow: hidden;
}

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

/*#bonswiper .bonswiper-wrapper li:not(:first-child) {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: opacity 1s ease;*/
/*}*/

/*#bonswiper .bonswiper-wrapper.slick-initialized li:not(:first-child) {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/

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

.box-bonslick h3 {
  transition: all 1s ease-in-out 0.7s;
  color: #3a3a3a;
  line-height: 110%;
  position: relative;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}

.box-bonslick h2 {
  color: #FC5B16;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 125%;
  letter-spacing: 0.05em;
  transition: all 1s ease-in-out 0.9s;
}

#bonswiper .swiper-slide .box-bonslick h4 {
  font-size: calc(10px + (20 - 10) * ((100vw - 320px) / (1880 - 320)));
  transition: all 1s ease-in-out 0.5s;
  color: #525252;
  font-weight: 200;
  margin-bottom: calc(1px + (50 - 1) * ((100vw - 320px) / (1880 - 320)));
  display: block;
  text-transform: uppercase;
}

#bonswiper .swiper-slide .box-bonslick p {
  transition: all 1s ease-in-out 0.3s;
  display: flex;
  justify-content: start;
}


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

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-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;
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:before {
  transform-origin: top right;
  transform: rotate(40deg);
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn .arrow-right:after {
  transform-origin: bottom right;
  transform: rotate(-40deg);
}

#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right {
  background-color: #3a3a3a;
}
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:before,
#bonswiper .swiper-slide .box-bonslick .bonswiper-btn:hover .arrow-right:after {
  background-color: #3a3a3a;
}
/* 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: 3%;
  opacity: 1;
}

#bonswiper:hover .bonswiper-button-next.swiper-button-disabled,
#bonswiper:hover .bonswiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

#bonswiper:hover .bonswiper-button-prev {
  left: 3%;
  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: "arrows";
  color: #525252;
  font-size: 35px;
  transition: all .3s ease;
}

#bonswiper .bonswiper-button-next:hover:after,
#bonswiper .bonswiper-button-prev:hover:after {
  color: #FC5B16;
}
#bonswiper .bonswiper-button-next:hover:before,
#bonswiper .bonswiper-button-prev:hover:before {
  background-color: #3a3a3a;
}

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

#bonswiper .bonswiper-button-next:after {
  content: '\e00d';
}
#bonswiper .bonswiper-pagination {
  width: auto;
}

#bonswiper .bonswiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: auto;
  background: transparent;
  height: auto;
  color: #7a7a7a;
  font-weight: 300;
  opacity: 1;
  padding: 0 13px;
  margin: 0;
  line-height: 100%;
  transition: all .3s ease;
}
#bonswiper .bonswiper-pagination .swiper-pagination-bullet:not(:last-child):after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #7a7a7a;
  position: absolute;
  right: 0;
  top: 1px;
}

#bonswiper .bonswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000000;
}

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

.bonslick-icon-wrapper{
  position: relative;
}
#bonswiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
#bonswiper .swiper-pagination-progressbar {
  height: 2px;
  background: #F0F0F0;
  position: relative;
}
#bonswiper.swiper-initialized .bonswiper-pagination {
  opacity: 1;
  visibility: visible;
}
#bonswiper .bonswiper-pagination {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
#bonswiper .bonswiper-pagination span {
  color: #3A3A3A;
  line-height: 180%;
  font-weight: 600;
}
#bonswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FC5B16;
}
@media (min-width: 1881px) {
  #bonswiper .bonswiper-pagination {
    bottom: 109px;
  }
  #bonswiper .bonswiper-pagination span {
    font-size: 13px;
  }
  #bonswiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
  #bonswiper .swiper-pagination-progressbar {
    max-width: 160px;
    width: 160px;
  }
  #bonswiper .bonswiper-pagination .current {
    margin-right: 28px;
  }
  #bonswiper .bonswiper-pagination .total {
    margin-left: 28px;
  }
  #bonswiper .bonswiper-pagination {
    left: calc(376px + (1436 - 376) * ((100vw - 1881px) / (4000 - 1881)));
  }
  .box-bonslick h2 {
    font-size: 24px;
    margin-bottom: 31px;
  }
  .box-bonslick h3 {
    font-size: 130px;
    margin: 0 0 0 -5px;
  }
  .box-bonslick .btn {
    margin-top: 38px;
  }
}
@media (max-width: 1880px) {
  #bonswiper .bonswiper-pagination {
    bottom: calc(5px + (109 - 5) * ((100vw - 576px) / (1880 - 576)));
  }
  #bonswiper .bonswiper-pagination span {
    font-size: calc(9px + (13 - 9) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonswiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
  #bonswiper .swiper-pagination-progressbar {
    max-width: calc(50px + (160 - 50) * ((100vw - 320px) / (1880 - 320)));
    width: calc(50px + (160 - 50) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonswiper .bonswiper-pagination .current {
    margin-right: calc(7px + (28 - 7) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonswiper .bonswiper-pagination .total {
    margin-left: calc(7px + (28 - 7) * ((100vw - 320px) / (1880 - 320)));
  }
  .box-bonslick h2 {
    font-size: calc(10px + (24 - 10) * ((100vw - 320px) / (1880 - 320)));
    margin-bottom: calc(10px + (31 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
  .box-bonslick h3 {
    font-size: calc(25px + (130 - 25) * ((100vw - 320px) / (1880 - 320)));
    margin: 0 0 0 calc(0px + (-5 - 0) * ((100vw - 320px) / (1880 - 320)));
  }
  .box-bonslick .btn {
    margin-top: calc(10px + (38 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
  #bonswiper .bonswiper-pagination .swiper-pagination-bullet {
    font-size: calc(10px + (16 - 10) * ((100vw - 320px) / (1880 - 320)));
  }
}
@media screen and (min-width: 1210px) and (max-width: 1880px) {
  #bonswiper .bonswiper-pagination {
    left: calc(293px + (376 - 293) * ((100vw - 1721px) / (1880 - 1721)));
  }
}
@media screen and (max-width: 1209px) {
  #bonswiper .bonslick-caption {
    margin-left: calc(20px + (45 - 20) * ((100vw - 320px) / (1209 - 320)));
  }
  #bonswiper .bonswiper-pagination {
    left: calc(43px + (84 - 43) * ((100vw - 320px) / (1209 - 320)));
  }
}
@media(min-width: 768px) and (max-width: 991px) {

  #bonswiper .bonswiper-button-next:after,
  #bonswiper .bonswiper-button-prev:after {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #bonswiper .bonswiper-button-next:after,
  #bonswiper .bonswiper-button-prev:after {
    display: none;
  }
  #bonswiper .swiper-slide .box-bonslick h4 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  #bonswiper .bonswiper-pagination {
    bottom: 5px;
  }
  #bonswiper .swiper-slide .box-bonslick h4,
  #bonswiper .swiper-slide .box-bonslick .bonswiper-btn {
    display: none;
  }
}