

#bonyvideo .slick-prev:before,
#bonyvideo .slick-next:before {
  color: #222;
}
#bonyvideo  .slick-list-wrap {
  overflow: hidden;
}

#bonyvideo  .slick-list {
  margin: 0 -15px;
}
#bonyvideo  ul li {
  padding: 0 15px;
}



#bonyvideo .box-video{
  position: relative;
  max-width:1170px;
  margin:0 auto 20px auto;
  cursor: pointer;
  overflow: hidden;
}

#bonyvideo .box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

#bonyvideo .box-video .video-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  z-index: 1;
}
#bonyvideo  .iframe_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}