.the-media-slider{
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.the-media-slider:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(to right, #ffffff 10%, rgba(255,255,255,0))
}

.the-latest-box .the-latest-thumbnail{
	background: rgb(6 32 87) url("../png/favicon-2.png") center no-repeat;
    background-size: 40%;
}

.the-media-slider:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    background: linear-gradient(to left, #ffffff 10%, rgba(255,255,255,0))
}


.the-media-slider .swiper-container{
    max-width: 70%;
    overflow: visible;
    margin: 0 auto;
}

.the-media-slider .swiper-container .swiper-slide{
    transition: opacity 0.3s;
}

.the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
    width: calc(33.33% - 30px);
    margin-top: 0 15px;
}

.the-media-slider .swiper-container.swiper-container-initialized .swiper-slide:not(.swiper-slide-visible){
    opacity: 0.3;
}

.the-latest-box{
    overflow: hidden;
}

.the-latest-box .the-latest-thumbnail{
    display: block;
    position: relative;
    padding-bottom: 56.3%;
}

.the-latest-box a.video-link::after{
    content: "";
    background: url("../svg/play-button.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    transition: 0.3s all;
    z-index: 2;
}

.the-latest-box a.video-link::before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.562);
    opacity: 0;
    transition: 0.3s all;
}

.the-latest-box a.video-link:hover::before{
    opacity: 1;
}

.the-latest-box .the-latest-thumbnail img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.the-latest-box .the-latest-content{
    padding: 16px 0;
}

.the-latest-box .the-latest-content .the-latest-mata{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin: 0 -6px
}

.the-latest-box .the-latest-content .the-latest-mata > *{
    padding: 0 6px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
    color: #001F59;
    margin: 0 !important;
    text-transform: uppercase;
}

.the-latest-box .the-latest-content .the-latest-mata > *:after{
    content: "";
    height: calc(100% - 12px);
    width: 1px;
    background-color: #001F59;
    position: absolute;
    left: 0;
    top: 6px;
}

.the-latest-box .the-latest-content .the-latest-title{
    color: #2B4CA0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.3;
    margin-top: 2px;
}

.the-latest-box .the-latest-content .the-latest-title a{
    text-decoration: none;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.the-latest-box .the-latest-content .the-latest-title a:hover{
    text-decoration: underline;
}

.the-media-slider-controllers{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.the-media-slider-controllers .the-media-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.the-media-slider-controllers .the-media-pagination > *{
    opacity: 1;
    height: 20px;
    width: 20px;
    margin: 0 12px;
    background-color: rgba(0, 31, 89, 0.2);
    transition: 0.3s all;
}

.the-media-slider-controllers .the-media-pagination > *.swiper-pagination-bullet-active{
    background-color: #2B4CA0;
}

.the-media-slider-controllers .the-media-pagination > *:not(.swiper-pagination-bullet-active):hover{
    background-color: #2b4ca075;
}

.the-media-slider-controllers .arrow-right{
    background: url("../svg/arrow-right-blue-2.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-left: 45px;
    cursor: pointer;
    transition: 0.3s all;
}

.the-media-slider-controllers .arrow-left{
    background: url("../svg/arrow-left-blue-2.svg") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
    display: block;
    margin-right: 45px;
    cursor: pointer;
    transition: 0.3s all;
}

.the-media-slider-controllers .arrow-right:hover,
.the-media-slider-controllers .arrow-left:hover{
    opacity: 0.7;
}

@media screen and (max-width:1480px){
    .the-media-slider:after,
    .the-media-slider::before{
        content: none !important;
    }

    .the-media-slider-small .the-media-slider::before,
    .the-media-slider-small .the-media-slider::after{
        content: "" !important;
    }
}


@media screen and (max-width:1150px){
    .the-media-slider-small .the-media-slider::before,
    .the-media-slider-small .the-media-slider::after{
        content: none !important;
    }
}

@media screen and (max-width:1024px){
    .the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
        width: calc(50% - 30px);
        margin-top: 0 15px;
    }
}

@media screen and (max-width:640px){
    .the-media-slider-controllers .arrow-left,
    .the-media-slider-controllers .arrow-right{
        display: none !important;
    }

    .the-media-slider{
        padding-left: 15px;
        padding-right: 15px;
    }

    .the-media-slider-controllers{
        margin-top: 15px;
    }

    .the-media-slider .swiper-container{
        max-width: 100%;
    }

    .the-media-slider-controllers .the-media-pagination{
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    .the-latest-box .the-latest-content .the-latest-title{
        font-size: 20px;
        line-height: 1.3;
    }

    .the-media-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide{
        width: calc(100% - 30px);
        margin-top: 0 15px;
    }
    
}

@media screen and (max-width:374px){
    .the-media-slider-controllers .the-media-pagination{
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }

    .the-media-slider-controllers .the-media-pagination > *{
        height: 15px;
        width: 15px;
        margin: 0 5px;
    }
}