.video_slider {
  width: 100%;
  position: relative;
}
.video_slider video:focus {
  outline: none;
}
.video_slider .slide_part .slide_sec {
  display: none;
  float: left;
  width: 100%;
  position: relative;
}
.video_slider .slide_part .slide_sec img {
  float: left;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_slider .slide_part .slide_sec .above_content {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 16%;
  width: 1150px;
  z-index: 999;
}
.video_slider .slide_part .slide_sec .above_content p {
  font-size: 37px;
  color: #fff;
  width: 100%;
  margin-bottom: 23px;
}
.video_slider .slide_part .slide_sec .above_content span {
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}
.video_slider .slide_part .slide_sec .above_content .low_text {
  text-transform: none;
}
.video_slider .slide_part .slide_sec .above_content .video_iframe {
  width: 91px;
  margin: 50px auto 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.video_slider .slide_part .slide_sec .above_content .video_iframe .play-video-btn {
  height: 91px;
  width: 100%;
  background-image: url("img/play-btn-sprite.webp");
  background-size: cover;
  margin-bottom: 16px;
}
.video_slider .slide_part .slide_sec .above_content .video_iframe:hover {
  color: #2f93d1;
}
.video_slider .slide_part .slide_sec .above_content .video_iframe:hover .play-video-btn {
  background-position: right center;
}
.video_slider .slide_part .active2 {
  display: block;
}
.video_slider .slide_part .active2 img {
  float: left;
  width: 100%;
}
.video_slider .thumb_sec {
  text-align: center;
  width: 100%;
  position: relative;
  top: -39px;
}
.video_slider .thumb_sec ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.video_slider .thumb_sec ul li {
  float: left;
  width: 100px;
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.video_slider .thumb_sec ul li .img_slider_sec {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.video_slider .thumb_sec ul li .img_slider_sec img {
  border-radius: 50%;
  opacity: 0.7;
  width: 78px;
  height: 78px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #f5f5f5;
  background-color: #f5f5f5;
}
.video_slider .thumb_sec ul li span {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #333c4e;
  margin: 17px 0 5px;
  opacity: 0.7;
  line-height: 16px;
}
.video_slider .thumb_sec ul li:hover:before {
  z-index: 0;
}
.video_slider .thumb_sec ul li:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
.video_slider .thumb_sec ul li:hover span {
  opacity: 1;
}
.video_slider .thumb_sec ul li:before {
  content: "\f04b";
  left: 47%;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  top: 33px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9;
}
.video_slider .thumb_sec ul .active .img_slider_sec img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
.video_slider .thumb_sec ul .active:before {
  z-index: 0;
}
.video_slider .thumb_sec ul .active span {
  opacity: 1;
}
.t_video_wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  display: none;
}
.t_video_wrap .t_video .close {
  background-color: #4d4d4d;
  border-radius: 50px;
  color: green;
  font-size: 24px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 35px;
  cursor: pointer;
  z-index: 99999;
  padding: 0px 8px 5px;
}
.t_video_wrap .t_video .video_content {
  height: 100%;
  width: 100%;
}
.t_video_wrap .t_video .video_content iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.t_video_wrap .t_video .video_content video {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 1500px) {
  .video_slider .slide_part .slide_sec .above_content .video_iframe {
    width: 65px;
    margin-top: 35px;
  }
  .video_slider .slide_part .slide_sec .above_content .video_iframe .play-video-btn {
    height: 65px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .video_slider .slide_part .slide_sec .above_content {
    width: 100%;
    top: 20%;
  }
  .video_slider .slide_part .slide_sec .above_content p {
    font-size: 30px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .video_slider .slide_part .slide_sec .above_content .video_iframe {
    width: 50px;
    margin-top: 15px;
    font-size: 15px;
  }
  .video_slider .slide_part .slide_sec .above_content .video_iframe .play-video-btn {
    height: 50px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .video_slider .slide_part .slide_sec .above_content p {
    font-size: 25px;
  }
  .video_slider .slide_part .slide_sec .above_content .video_iframe {
    width: 38px;
    margin-top: 5px;
  }
  .video_slider .slide_part .slide_sec .above_content .video_iframe .play-video-btn {
    height: 38px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .video_slider .slide_part .slide_sec img {
    min-height: 300px;
  }
  .video_slider .slide_part .slide_sec .above_content {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
  }
  .video_slider .slide_part .slide_sec .above_content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 909px) {
  .video_slider .slide_part .slide_sec .above_content {
    width: 100%;
    top: 18%;
  }
  .video_slider .slide_part .slide_sec .above_content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .video_slider .thumb_sec ul li {
    width: 85px;
  }
}
@media screen and (max-width: 460px) {
  .video_slider .thumb_sec ul li .img_slider_sec img {
    height: auto;
    width: 100%;
  }
  .video_slider .thumb_sec ul li {
    width: 60px;
  }
}
@media screen and (max-width: 380px) {
  .video_slider .thumb_sec ul li {
    /*width: 70px;*/
    width: 50px;
  }
  .video_slider .thumb_sec ul li:before {
    left: 42%;
    top: 22px;
  }
}
@media screen and (max-width: 450px) {
  .video_slider .slide_part .slide_sec .above_content span {
    font-size: 10px;
  }
  .video_slider .slide_part .slide_sec .above_content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 570px) {
  .video_slider .thumb_sec ul li {
    width: 60px;
    line-height: unset;
  }
  .video_slider .thumb_sec ul li .img_slider_sec img {
    width: 60px;
    height: 60px;
  }
  .video_slider .thumb_sec ul li:before {
    top: 23px !important;
  }
}
@media screen and (max-width: 380px) {
  .video_slider .thumb_sec {
    top: -25px;
  }
  .video_slider .thumb_sec ul li {
    width: 45px;
  }
  .video_slider .thumb_sec ul li .img_slider_sec img {
    width: 45px;
    height: 45px;
  }
  .video_slider .thumb_sec ul li:before {
    top: 16px !important;
  }
}
