﻿article img:not([src$="svg"]) {
    object-fit: revert !important;
}

.title-mobile {
    display: none;
}

.imgcategory {
    height: 170px;
    width: 250px !important;
}

.mb-12 {
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .cate-mobile {
        display: none;
    }

    .title-mobile {
        display: block;
        font-size: 18px;
        position: absolute;
        bottom: 0;
        height: 80px;
        width: 100%;
        background: #00000080;
    }

        .title-mobile a {
            position: absolute;
            left: 5px;
            top: 15px;
            font-size: 16px;
        }

    .pl-4, .px-4 {
        padding-left: 1rem !important;
    }

    .pr-4, .px-4 {
        padding-right: 1rem !important;
    }

    a {
        color: #fff !important;
    }

    .text-2xl {
        font-size: 1.2rem;
    }

    .mb-4, .my-4 {
        margin-bottom: 1rem !important;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        color: white;
    }

    .p-8 {
        padding: 1.4rem;
    }

    .imgcategory {
        height: 250px;
        width: 100% !important;
    }

    article img:not([src$="svg"]) {
        object-fit: fill !important;
    }

    .mobile-noflex {
        display: unset !important;
    }
}

.paging {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    .paging a.visited {
        background-color: #dcdcdc;
    }

    .paging a {
        margin: 1px;
        position: relative;
        display: inline-block;
        color: #fff;
        background-color: #2682c2;
        width: 30px;
        padding: 5px 0px;
        border-radius: 3px;
        text-align: center;
        margin-top: 10px;
    }
