/* ARCHIVE - CATEGORY */
.ast-blog-featured-section.post-thumb {
    width: 40% !important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}

.post-content {
    width: 60% !important;
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 15px;
    padding-left: 15px !important;
    background-color: #fff;
}

.post-thumb-img-content.post-thumb {
    height: 100%;
}

.post-content .entry-header {
    margin-bottom: 10px;
}

.post-content .entry-meta *,
.post-content .entry-meta {
    color: #000 !important;
}

.post-content .entry-content p {
    margin-bottom: 10px;
}

.post-content .entry-content p.read-more a {
    background-color: var(--main_bgr);
    padding: 7px 20px;
    border-radius: 3px;
}

.post-content .entry-content p.read-more a:hover {
    color: #fff;
    background-color: #67b0a4;
}

.post-content .ast-post-format-.ast-no-date-box {
    display: flex;
    flex-grow: 1;
}

.ast-separate-container .ast-article-post {
    padding: 0px;
    margin-bottom: 15px;
}

.post-thumb-img-content.post-thumb a {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.post-thumb-img-content.post-thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: .5s;
}
.post-thumb-img-content.post-thumb a img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.post-thumb-img-content.post-thumb a:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

/* END ARCHIVE - CATEGORY */
.category-dich-vu-kham #primary {
    width: 100% !important;
}
.category-dich-vu-kham #secondary {
    display: none;
}
.category-dich-vu-kham #main .ast-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.category-dich-vu-kham #main .ast-row article {
    flex: 0 0 32%;
    max-width: 32%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.category-dich-vu-kham #main .ast-row article .ast-post-format- {
    flex-direction: column;
    min-height: 100%;
    height: auto;
}
.category-dich-vu-kham #main .ast-row article .ast-blog-featured-section.post-thumb {
    width: 100% !important;
}
.category-dich-vu-kham #main .ast-row article .post-content {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.category-dich-vu-kham #main .ast-row article .entry-meta {
    display: none;
}
.category-dich-vu-kham #main .ast-row article .post-thumb-img-content.post-thumb a {
    height: auto;
}
.category-dich-vu-kham #main .ast-row article .ast-blog-featured-section.post-thumb {
    min-height: auto;
}
.category-dich-vu-kham #main .ast-row article .entry-title {
    font-size: 16px;
}

@media (max-width: 768px){
    .category-dich-vu-kham #main .ast-row article .post-content {
        background-color: #cccccc52;
    }
    .category-dich-vu-kham #main .ast-row {
        gap: 10px;
    }
    .category-dich-vu-kham #main .ast-row article {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .category .ast-post-format-.blog-layout-3.ast-no-date-box {
        display: flex !important;
    }
    .post-content {
        padding-left: 10px !important;
    }
    .category .entry-title {
        font-size: 17px !important;
    }
    .category .entry-content > p {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        font-size: 14px;
        line-height: 1;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .category .entry-content p.read-more {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ast-right-sidebar #secondary {
        padding-left: 0 !important;
    }
}

@media (max-width: 640px){
    .category-dich-vu-kham #main .ast-row article {
        flex: 0 0 99%;
        max-width: 99%;
    }
    .ast-separate-container .comment-respond {
        padding: 10px 0 !important;
    }
}