.news {
    margin-top: 5em;
    margin-bottom: 5em;
}
.container-customize {
    width: 90%;
    margin: 0 auto;
    max-width: 1866px;
    padding-right: 0;
    padding-left: 0;
}
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.news-content .list-post {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 2rem;
}
.news-content .list-post__item {
    display: flex;
    flex-direction: column;
}
.news-content .list-post__item-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.news-content .list-post__item-image>a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.scale-image {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.news-content .list-post__item-image>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}
.scale-image img {
    transition: transform .3s, visibility .3s ease-in;
}
.news-content .list-post__item-wrapper {
    border-top: unset;
    border-bottom: unset;
    box-sizing: border-box;
    padding-top: 1.5rem;
}
.news-content .list-post__item-title {
    padding: 0 0 1.5rem;
    transition: .2s;
    margin-bottom: 0;
    border-bottom: .5px solid #787878;
}
.news-content .list-post__item-title a {
    transition: .2s;
    color: #000;
}
.news-content .list-post__item-action {
    flex: 1;
    border-top: unset;
    border-bottom: unset;
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
}
.news-content .list-post__item-desc {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-content .list-post__item-btn {
    color: #000;
    transition: .2s;
    margin-top: auto;
    padding-bottom: .5rem;
    display: flex;
    align-items: center;
}
.news-content .list-post__item-btn>span {
    margin-right: .3rem;
}
.news-content .list-post__item-btn>svg {
    width: 20px;
}

.pagination {
    justify-content: center;
    margin: 0 auto;
    margin-top: .5em;
}
.pagination .page-item {
    margin-right: .5rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.pagination .page-item .page-link {
    border: unset;
    outline: none;
}
.pagination .page-link {
    margin-right: .5rem;
    text-decoration: none;
    color: rgba(0, 0, 0, .7137254902);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    transition: .2s;
    outline: none;
}
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display: inline-block;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}