.text-div{

    display: flex;
    align-items: center;
    height: 50%;
    margin: auto;
}

 #div1{
     height: 650px;
     margin-top: 1em;
 }

 video{
  height: 100%;
  width: 100%;
  object-fit: contain;

  background: black;
}

video:focus{
    outline: none !important;
}

.video-banner-wrapper{
    height: 79vh !important;
}
.video-banner{
    height: 100% !important;
    width: 100%;
    z-index: 0;
}

.load-logo{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.load-logo .logo-wrapper {
    height: 100%;
    width: 100%;

}

.load-logo .logo-wrapper img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    /* object-position: center; */
}

.load-logo .logo-wrapper p{
    font-size: 1.5em;
    color: white;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    justify-content: center;
}








@media only screen and (max-width:1030px) {

    .video-banner-wrapper{
        height: 500px !important;
    }
}

@media only screen and (max-width:480px) {


    .video-banner-wrapper{
        height: 250px !important;
    }

  video{
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
}
}

.news-swiper-container {
    width: 100%;
    overflow: hidden;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(46,106,179,.5);
    border-radius: 0px;
}

.swiper-pagination-bullet:first-child{
    border-radius: 5px 0px 0px 5px;
}

.swiper-pagination-bullet:last-child{
    border-radius: 0px 5px 5px 0px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #2e69b3;
}
