@media(max-width:1180px){
  .banner-video .slick-dots {
    width: 100%;
    margin-left: 0;
    top: auto;
    bottom: 20px;
    padding: 0 30px;
    left: 0
  }
}
.banner-video{margin-top:-170px;}
.banner-video{height: calc(100vh);}

.banner-video .slick-arrow.slick-prev {
  width: 33px;
  height: 55px;
  background: url(../images/icon_img/icon-prev.png) no-repeat;
  left: 30px;
  position: absolute;
  z-index: 10;
  top:calc(50% - 27.5px);
  transform:inherit;
}
.banner-video .slick-arrow.slick-prev:hover {
  background: url(../images/icon_img/icon-prev-hv.png) no-repeat
}
.banner-video .slick-arrow.slick-next {
  width: 33px;
  height: 55px;
  background: url(../images/icon_img/icon-next.png) no-repeat;
  right: 30px;
  position: absolute;
  z-index: 10;
  transform:rotate(360deg);
  top:calc(50% - 27.5px);
  transform:inherit;
}
.banner-video .slick-arrow.slick-next:hover {
  background: url(../images/icon_img/icon-next-hv.png) no-repeat
}
.slick-video .slick-prev:before,.slick-video .slick-next:before{content:''}
.block-ad{display: block;width:100%;height: 100%;}
@media(max-width:1365px) {
  .banner-video .slick-arrow.slick-prev {
    left: 20px;
    margin-left: 0
  }
  .banner-video .slick-arrow.slick-next {
    right: 20px;
    margin-right: 0
  }
}
@media(max-width:639px) {
  .banner-video .slick-dots {
    bottom: 10px;
    padding: 0 15px
  }
  .banner-video .slick-arrow {
    display: none !important
  }
  /*.banner-video{height:40vh}*/
}
.banner-video .item-video {
  line-height: 0;
  position: relative;
  overflow: hidden
}
.banner-video .item-video img {
  width: 100%;
  opacity: 0;
  visibility: hidden
}
.banner-video .item-video .video-container {
  position: relative;
  padding-bottom: 44.66%;
  height: 0;
  overflow: hidden;
  z-index: 0
}
.banner-video .item-video .video-container embed, .banner-video .item-video .video-container iframe, .banner-video .item-video .video-container object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}


.banner-video .item-video .bg-video {
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 0;
  position: relative;
  height: 100%;
}
.banner-video .item-video .bg {
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}
.banner-video .item-video .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.banner-video .item-video video {
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  /*transform: translateX(-50%) translateY(-50%);*/
  background-size: cover;
  transition: 1s opacity
}
.banner-video .icon-scroll {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #183186;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -34px;
  bottom: 25px
}
.banner-video .icon-scroll .mouse {
  width: 20px;
  height: 30px;
  background: url(../images/icon_img/icon-m-1.png) no-repeat;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: mouse 1s linear infinite;
  -moz-animation: mouse 1s linear infinite;
  -ms-animation: mouse 1s linear infinite;
  -o-animation: mouse 1s linear infinite;
  animation: mouse 1s linear infinite
}
.banner-video .icon-scroll .arr {
  width: 11px;
  height: 7px;
  background: url(../images/icon_img/icon-m-2.png) no-repeat;
  position: absolute;
  top: 48px;
  left: 50%;
  margin-left: -5px;
  -webkit-animation: arr 1s linear infinite;
  -moz-animation: arr 1s linear infinite;
  -ms-animation: arr 1s linear infinite;
  -o-animation: arr 1s linear infinite;
  animation: arr 1s linear infinite
}
.banner-video .play {
  width: 100px;
  height: 99px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 10;
  cursor: pointer;
  background: url(../images/icon_img/play_vi.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
@media(max-width:767px) {
  .banner-video .play {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px
  }
}
.banner-video .icon-video {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 25px;
  background: url(../images/icon_img/control-bg.png) no-repeat;
  cursor: pointer;
  left: 50%
}
.banner-video .icon-video .icon {
  width: 100%;
  height: 100%
}
.banner-video .icon-video.icon-pause {
  margin-left: -482px
}
.banner-video .icon-video.icon-pause .icon {
  background: url(../images/icon_img/i_pause.png) center center no-repeat
}
.banner-video .icon-video.icon-unmute {
  margin-left: -541px
}
.banner-video .icon-video.icon-unmute .icon {
  background: url(../images/icon_img/unmute.png) center center no-repeat
}
.banner-video .icon-video.icon-unmute.muted .icon {
  background: url(../images/icon_img/mute.png) center center no-repeat
}
.banner-video .icon-video:hover {
  background-position: 0 -49px
}
.banner-video {
  width: 100%;
}
.banner-video .slick-video, .banner-video .slick-video .slick-list, .banner-video .slick-video .slick-list .slick-track {
  height: 100%
}
.banner-video .slick-video .slick-list {
  z-index: 9
}
.banner-video .slick-video .slick-dots {
  z-index: 15
}
.banner-video .wrapfull, .banner-video .wrapfull>div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0
}
.banner-video .wrapfull {
  display: none
}
.banner-video .wrapfull .wrapvideo {
  opacity: 0;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear
}
.banner-video .wrapfull.js-open {
  display: block
}
.banner-video .wrapfull.js-open .wrapvideo {
  opacity: 1;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear
}
.banner-video .wrapfull>div.pausevideo {
  z-index: 11
}
.banner-video {
  overflow: hidden;
  position: relative;
  line-height: 0
}
.banner-video .fix-height-banner {
  width: 100%;
  opacity: 0;
  visibility: hidden
}
/*.banner-video .slick-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden
}*/
.banner-video .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0%;
  right: 0px;
  text-align: center;
   margin: auto;
  margin-top: 30px;

}
.banner-video .slick-dots li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  margin-right: 0;
  cursor: pointer
}
.banner-video .slick-dots li:first-child {
  margin-left: 0
}
.banner-video .slick-dots li button {
  display: none
}
.banner-video .slick-dots li.slick-active {
  /*transform: scale(1.7);*/
  background: var(--color-r);
}
.item-video{position: relative;}
.caption-slide{width:470px;position: absolute;left: 10%;top: 50%;transform: translateY(-50%);z-index: 999;line-height:22px;}
.title-slide{font-size:30px;color: #fff;text-transform: uppercase;font-family:'UTMAvo';line-height:40px;margin-top: 10px}
.desc-slide{font-size:18px;color: #fff;font-family:'UTMAvo';
line-height:22px;margin-top: 15px}
.wrap-btn{margin-top:15px}
.wrap-btn a{display:inline-block;border:2px solid transparent;color: #fff;
  font-family:'Roboto',sans-serif;font-size: 15px;border-radius:5px;padding:7px 40px;background:#ff0000;
  font-weight:700;margin-right: 20px;text-decoration:none;}
.wrap-btn a:last-child{background:transparent;border:2px solid #ffff;}
.slick-dotted.slick-slider{margin-bottom: 0px!important;}