.page-news {
    display: flex;
    flex-wrap: wrap;
}
.page-news .heading-page h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.news-latest {
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}
.heading-page, .heading-news {
    text-align: center;
}
.heading-news h1, .heading-page h1 {
    font-size: 30px;
    font-weight: 700;
}
.sidebarblog-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}
.sidebarblog-title h2 i {
    padding-left: 5px;
}
.list-news-latest .item-article {
    border-bottom: 1px #efefef dotted;
    padding: 15px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.list-news-latest .item-article:last-child {
    border-bottom: none;
}
.list-news-latest .item-article .post-image {
    width: 30%;
}

.list-news-latest .item-article .post-content {
    width: 70%;
    padding-left: 10px;
}
.list-news-latest .item-article .post-content h3 {
    margin: 0 0 5px;
    font-size: 14px;
}
.list-news-latest .item-article .post-content h3 a:hover {
    color: #bfbebe;
}
.list-news-latest .item-article .post-content span.author {
    font-size: 12px;
}
.page-news > div {
    padding: 0 15px;
}
.blog-content .blog-loop {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog-content .blog-loop > div {
    padding: 0 15px;
}
.blog-content .blog-post-thumbnail {
    display: block;
    overflow: hidden;
}
.blog-content .blog-post-thumbnail img, .list-news-latest .item-article .post-image a img {
    object-fit: scale-down;
}

.blog-content .blog-loop .blog-post-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}
.blog-content .blog-loop .blog-post-meta {
    margin-bottom: 15px;
    color: #999;
}
.blog-content .blog-loop .entry-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-content .blog-loop .btn_view a span {
    padding: 5px 20px;
    background: #000;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}
.blog-content .blog-loop {
    margin-bottom: 25px;
}
.paginator span.titlePages, .paginator span.labelPages {
    display: none;
}
.paginator span, .paginator a {
    display: inline-block;
    margin: 15px 8px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.4;
}
.paginator .currentPage {
    opacity: 1;
}
.paginator a.paging-next.ico:before {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
}
.paginator a.paging-previous.ico:before {
    content: "\f177";
    font-family: 'Font Awesome 5 Pro';
}
@media (min-width: 767px) {
    .wrap-news {
        padding: 30px 30px 0 30px;
    }
}
@media (max-width: 768px) {
    .page-news {
        flex-direction: column;
    }
    .news-latest .list-news-latest {
        display: none;
    }
    .page-news .heading-page {
        position: relative;
        text-align: center;
        padding: 0 0 30px 0;
    }
    .page-news .heading-page h1 {
        font-size: 30px;
        margin: 0px 0;
    }
    .page-news .heading-page:after {
        content: "";
        background: #252a2b;
        display: block;
        width: 60px;
        height: 4px;
        margin: 25px auto 0;
    }
    .blog-content .blog-post-thumbnail {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .blog-content .blog-loop .btn_view {
        text-align: center;
    }
    .content-news p{
        padding: initial !important;
    }
}



