.blur-img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
    filter: blur(8px);
    width: 100%;
}

.slider{
    height: 570px;
}

.thumbnails {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 0 3% !important;
    width: 100%;
}

.thumbnail {
    display: block !important;
    opacity: 0.8;
    width: auto;
    height: 95px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    padding: 14px !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-top: 5px solid #168F63 !important;
}

.active-thumb{
    background-color: #168F63 !important;
    color: white;
    opacity: 1;
}

.clock-sm{
    width: 10px;
    height: auto;
}

.h-65{
    max-height: 65%;
}

.h-70{
    height: 10% !important;
    overflow: hidden;
}

.fs-10{
    font-size: 10px;
}

.news-title{
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    top: 40%;
    padding: 15px;
    width: 400px;
    height: auto;
    max-height: 130px;
    color: white;
    font-size: 14px;
    border-top: 5px #1ECC8D solid;
    transition: right 1s;
}

@media (max-width: 960px) {
    #headlines .splide__slide .news-title {
        top: 70%;
    }
    .slider{
        height: 420px;
    }
}

@media (max-width: 800px) {
    #headlines .splide__slide .news-title {
        top: 0;
        width: 300px;
        padding: 12px;
    }

    #headlines .splide__slide .news-title .title{
        font-size: 14px;
    }
    #headlines .splide__slide .news-title .date {
        display: none;
    }
    .slider{
        height: 320px;
    }
}

@media (max-width: 640px) {
    #headlines .splide__slide .news-title {
        width: 280px;
    }

    #headlines .splide__slide .news-title .title a {
        font-size: 14px;
    }
    .slider{
        height: 200px;
    }
}

@media (max-width: 480px) {
    #headlines .splide__slide .news-title {
        width: 260px;
    }

    #headlines .splide__slide .news-title .title {
        font-size: 12px;
    }
    .slider{
        height: 200px;
    }
}
@keyframes fadeInRight {
    0% {
        transform: translateX(400px);
    }
    100% {
        transform: translateX(0);
    }
}

.anim-rtl{
    animation: fadeInRight 2s;
    animation-delay: 0.6s;
    animation-direction: alternate;
}
