/*8mobile**/
@media only screen and (max-width: 900px) {
    .mt-mobile {
        margin-bottom: 20px !important;
    }

    .blog-category .blog-category-thumbnail {
        width: 100%;
        height: 200px;
        float: left;
    }

    .blog-category .blog-category-summary {
        width: 100%;
        float: left;
        padding: 15px 15px 0px 15px;
        display: inline-block;
        height: unset !important;
        position: relative;
    }

    .blog-category .blog-category-summary .desc {
        height: unset !important;
        display: inline-block;
        width: 100%;
        padding: 0px 0px 10px 0;
    }

    .blog-category .blog-category-summary .blog-summary-content h2 {
        font-size: 20px;
    }

    .blog-category .blog-category-summary .blog-summary-content p {
        font-size: 14px;
    }

    #mobile {
        display: block;
    }

    #desktop {
        display: none !important;
    }

    .box-service img {
        height: 200px;
    }

    .blog-item .blog-item-avatar {
        width: 100%;
        height: 200px;
        float: left;
    }

    .blog-item .blog-item-content {
        width: 100%;
        float: left;
        padding: 10px 0 !important;
    }
    .tab-bk ul li.active a {
        background: var(--primary-color);
        color: #fff;
        border-radius: 0px !important;
        width: 100% !important;
        display: block;
    }
    .tab-bk ul li{
        width: 100% !important;
    }
}