.latest-article-wrapper .latest-article-slider {
    position: relative;
}

.latest-article-wrapper .section-title {
    margin-bottom: 76px;
}

.latest-article-wrapper .swiper-pagination {
    bottom: -15px !important;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CD242E;
}

.latest-article-wrapper .swiper-wrapper {
    margin-bottom: 60px;
}

.latest-article-wrapper .swiper-button-next {
    right: -25px;
}

.latest-article-wrapper .swiper-button-next img {
    transform: rotate(180deg);
}

.latest-article-wrapper .swiper-button-prev {
    left: -25px;
}

.latest-article-wrapper .swiper-button-next::after, .latest-article-wrapper .swiper-button-prev::after {
    display: none;
}

.latest-article-wrapper .swiper-button-next, .latest-article-wrapper .swiper-button-prev {
    top: 19%;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    transition: all .2s;
}

.latest-article-wrapper .swiper-button-next:hover, .latest-article-wrapper .swiper-button-prev:hover {
    background: #cd242e;
}

.latest-article-wrapper .swiper-button-next:hover img, .latest-article-wrapper .swiper-button-prev:hover img {
    filter: invert(1);
}

.article-block-inner {
    background-color: #F2F2F2;
    padding: 0;
    height: auto;
    width: 33.33%;
    margin-right: 15px;
    /* overflow: hidden; */
}

.artcle-inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-page .article-list-thumb {
    min-height: 280px;
    max-height: 280px;
}

.article-page .article-list-thumb img {
    object-fit: cover;
    width: 100%;
}

.article-author a {
    color: #00000066;
}

.article-list-thumb {
    min-height: 300px;
    max-height: 300px;
    /* object-fit: cover; */
    display: flex;
    width: 100%;
    /* margin-bottom: 20px; */
}

.article-list-thumb img {
    object-fit: cover;
    width: 100%;
}

.article-list-content-sec {
    padding: 20px;
    height: 100%;
    transition: all .2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-view-more-btn {
    width: fit-content;
    background: #CD242E;
    border: 2px solid #CD242E;
    padding: 15px 30px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    display: inline-block;
    transition: all .2s;
    letter-spacing: 1px;
}

.article-view-more-btn:hover {
    background: #fff;
    color: #CD242E;
}

.article-block-inner:hover .article-list-content-sec {
    background: #CD242E;
}

.article-block-inner:hover .article-list-content-sec p, .article-block-inner:hover .article-list-content-sec h3 {
    color: #fff;
}

.article-block-inner:hover .article-list-content-sec .article-view-more-btn {
    background: #fff !important;
    color: #CD242E;
}

.article-block-inner:hover .article-list-content-sec .sub-title, .article-block-inner:hover .article-list-content-sec .description {
    color: #ffffff99 !important;
}

@media screen and (max-width: 1440px) {
    .latest-article-wrapper .section-title {
        margin-bottom: 50px;
    }

    .latest-article-wrapper .swiper-button-next {
        right: -15px;
    }

    .latest-article-wrapper .swiper-button-prev {
        left: -15px;
    }
}

@media screen and (max-width: 1199px) {

    /* btn */
    a.article-view-more-btn {
        font-size: 14px !important;
        padding: 13px 25px !important
    }

    .article-list-thumb {
        min-height: 260px;
        max-height: 260px;
    }

    .article-page .article-list-thumb {
        min-height: 260px;
        max-height: 260px;
    }

    .latest-article-wrapper .section-title {
        margin-bottom: 40px;
    }

    /* slider */
    .latest-article-wrapper .swiper-button-next, .latest-article-wrapper .swiper-button-prev {
        top: 20%;
        width: 40px;
        height: 40px;
    }

    .latest-article-wrapper .swiper-button-prev {
        left: -10px;
    }

    .latest-article-wrapper .swiper-button-next {
        right: -10px;
    }

    .latest-article-wrapper .swiper-wrapper {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .article-list-content-sec {
        padding: 20px 10px;
    }

    .article-page .article-list-thumb {
        min-height: 240px;
        max-height: 240px;
        max-width: 100%;
    }

    .article-list-thumb {
        min-height: 240px;
        max-height: 240px;
    }

    a.article-view-more-btn {
        font-size: 13px !important;
        padding: 13px 20px !important
    }

    .latest-article-wrapper .swiper-button-next, .latest-article-wrapper .swiper-button-prev {
        top: 20%;
        width: 35px;
        height: 35px;
    }

    .latest-article-wrapper .swiper-button-next {
        right: -10px;
    }

    .latest-article-wrapper .swiper-button-prev {
        left: -10px;
    }

    .latest-article-wrapper .swiper-button-next img, .latest-article-wrapper .swiper-button-prev img {
        width: 20px;
    }

    a.article-view-more-btn {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 575px) {}