.category .categories .content-category-post {
    padding-bottom: 20px;
}
.category .post-category {
   width: 100%;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
}
.category .post-category:after {
    content:'';display: block; width: calc( 100% - 30px); left: 15px;
    border-bottom: 1px dashed #ccc; bottom: 0; position: absolute;
}
.category .post-category .avt-post-category a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.category .post-category .avt-post-category a:before{
    content: '';
    display: block;
    padding-bottom: 66.66%;
}
.category .post-category .col-4{
    position: relative;
}
.category .post-category .col-4{
    position: relative;
    padding-right: 15px;
    padding-left: 15px; 
}
.category .avt-post-category  figure{

    overflow: hidden;
}
.category .avt-post-category img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 5px;
    transition: .5s;
    
}
.category .avt-post-category img:hover {
    transform: scale(1.1);
    transition: .5s;
}
.category .post-category .title-category-post {
    margin-bottom: 10px;
}
.category .post-category .title-category-post a.post_title{
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff; text-decoration: none;
}
.category .post-category .title-category-post a.post_title:hover{
    color: #f5bb16
}
.category .post-category .meta {
    color: #a2a2a2;
    padding-bottom: 10px;
    font-size: 14px;
}
.category .content-category-post .pagination {
    margin-left: 20px;

}
.category .content-category-post .nav-links{
    display: flex;
    justify-content: center;
}
.category .content-category-post .nav-links span.page-numbers.current{
    background: #ca2030;
    color: #fff;
    padding: 7px;
}
.category .content-category-post .nav-links a.page-numbers{
    background: #3d8c03;
    color: #fff;
    padding: 7px;
    margin: 0 2px;
}
.category .post-category .col-7 {
    display: flex;
    align-items: center;
}
.see-more-post {
    color: #fff;
    margin-top: 15px;
    display: block;
    font-size: 14px;
}
.see-more-post:hover {
    color: #f5bb16;
}
@media (max-width: 1024px) {
    .category .post-category .avt-post-category a {
        border:none;
    }
    .category .post-category {
        margin-bottom: 10px; padding-bottom: 10px;
    }
    .category .post-category:after {
        width: 100%; left: 0; transform: none
    }
    .category .post-category .title-category-post {
        font-size: 1.1rem;
    }
    .category .title-category h1 {
        text-align: left;
    }
}

@media (max-width: 768px){
    section.categories .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.categories aside > ul {
        display: flex;
    }
    section.categories aside ul li.widget {
        width: 50%;
        margin-right: 10px;
    }
}

@media (max-width: 650px){
    section.categories aside > ul {
        display: block;
    }
    section.categories aside ul li.widget {
        width: 100%;
        margin-right: 0px;
    }
    .category .categories .content-category-post{
        padding-left: 0;
    }
    .category .post-category .col-8{
        position: relative;
        padding-right: 15px;
        padding-left: 15px; 
    }
    .category #primary {
        padding:0 10px;
    }
}
.bvsp .read_more_quan {
    display: flex;
    align-items: center;    
}
.content_bvsp {
    overflow: hidden;
}
.bvsp {
    padding: 10px 0 20px 0;
}
a.toggle_section {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background: #333;
    padding: 10px;
    text-decoration: none;
}
a.toggle_section:hover {
    background: #ffd540;
}
a.toggle_section i {
    padding-left: 5px;
}