
.video-slider{max-width:2000px; margin:0 auto;}


.video-slider-sec .side-sec-des{max-width:800px; text-align:center;}

.video-slider-sec {
overflow:hidden;
position:relative;
  background: #000000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.video-slider-sec:before{position:absolute; left:0; top:0; bottom:0; width:50%; background:url(images/yt_bg.jpg) left center no-repeat; background-size:contain; content:'';}

.video-slider-sec:after{position:absolute; right:0; top:0; bottom:0; width:50%; background:url(images/mic_bg.jpg) right center no-repeat; background-size:contain; content:'';}

.video-slider-sec .side-content-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
 position:relative; z-index:1;
}

.video-slider-sec .sub-title-with-line::after {
  background: #001C55 !important;
}

.video-slider-sec .side-sec-title {
  text-align: center;
  max-width: 820px;
  color:#ffffff;
  font-size:70px;
  line-height:76px;	
}

.video-slider-sec .side-sec-title span{color:#EBB211;}
.video-slider-sec .side-sec-des p {color:#ffffff;}




.video-slider-sec .swiper {
  width: 100%;
  padding: 80px 0;
  padding-bottom: 0;
}

.video-slider-sec .swiper-slide {
  width: 250px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  aspect-ratio: 9/14;
}

.video-slider-sec .video-thumb {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  height:100%;
}

.video-slider-sec .video-thumb img {
  width: 100%;
  height:100%;
  object-fit:cover;
  display: block;
  opacity: 0.6;
}

.video-slider-sec .video-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url("https://cdn-icons-png.flaticon.com/512/1384/1384060.png") no-repeat center center;
  background-size: cover;
}

.video-slider-sec .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px)
}

.video-slider-sec .video-popup video {
  width: 90%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
}

.video-slider-sec .video-popup .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.video-slider-sec .btn-gp{
  justify-content: center;
}

@media (max-width: 1599px) {
.video-slider-sec:before{left:-110px;}
.video-slider-sec:after{right:-110px;}
}


@media (max-width: 1399px) {
.video-slider-sec:before{left:-230px;}
.video-slider-sec:after{right:-240px;}
}

@media (max-width: 991px) {
.video-slider-sec .side-sec-title {max-width: 580px; font-size: 50px; line-height: 56px;}
.video-slider-sec .side-sec-des { max-width: 600px;}
.video-slider-sec:before { left: -140px; }
.video-slider-sec:after {right: -140px; }


}

@media (max-width: 767px) {
	
.video-slider-sec{padding:0 0 50px 0;}	
.video-slider-sec .video-popup video {width: 95%;}  
.video-slider-sec .side-sec-title {font-size: 36px;  line-height: 40px;} 
.video-slider-sec:before, .video-slider-sec:after{display:none;}
  
}

@media (max-width: 575px) {
  .video-slider{
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-slider-sec .swiper-slide { aspect-ratio: 9/10;}
}

@media (max-width:1199px) {
  .video-slider-sec{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.video-embed{
  width: 100%;
  height: 100%;
}

.video-embed iframe{
  height: 100% !important;
}