.category.knowledges .knowledge-item .news__featured-img,
.category.news .news-item .news__featured-img
{height: 210px;}

.news__center-des,
.category.knowledges .knowledge-item .news__center-des {    
    height: auto !important;
}
.category.news .news-item .news__center-des,
.category.knowledges .knowledge-item .news__center-des{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category.news .news-item .news__center-des { 
    -webkit-line-clamp: 4; 
}
.news__container iframe{
    width: 99.9999%;
    height: auto;
    min-height: 460px;
}
.sidebar .featured-video iframe,
.sidebar-right .featured-video iframe{
    width: 99.9999%;
    height: auto;
    min-height: 210px;
} 
.knowledge .news__para ul li::before {
    content: "•";
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
}

.article__img_first{
    height: 600px !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.article__img_second{
    height: 230px !important;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

#content .news .news__header.san-pham .news__header-list.row {
    margin: 0 -8px;
}
#content .news .news__header.san-pham .news__header-list.row .news__header-item {
    padding: 0 8px;
}
#content .news .news__header.san-pham .news__header-list.row .news__header-item .news__img-thumb {
    height: 210px;
}

.pagination .pagination-wrapper .navigation.pagination {
    justify-content: end;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links {
    display: flex;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers {
    display: flex;
    min-width: 30px;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;

    border: 1px solid #e3e0e0;
    border-radius: 50%;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers span {
    height: 100%;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers.current {
    border: 1px solid red;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers:hover {
    border: 1px solid red;
    background-color: red;
    color: white;
    cursor: pointer;
}
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers.dots,
.pagination .pagination-wrapper .navigation.pagination .nav-links .page-numbers.dots:hover {
    border: 1px solid transparent;
    background-color: transparent;
    color: black;
    cursor: unset;
}
.object-cover{
    object-fit: cover !important;
}

.news__featured--custom .swiper-navi .swiper-pagination {
    justify-content: center;
}
.news__featured--custom .swiper-navi .swiper-pagination .swiper-pagination-bullet {
    background: unset;
    border: 1px solid black;
}
.news__featured--custom .swiper-navi .swiper-pagination .swiper-pagination-bullet-active {
    background-color: red;
}
@media only screen and (max-width: 960px){ 
    .pmb-0{padding: 0;}
    .news__featured-img {
         width: 99.9999% !important; 
        flex-shrink: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0 100%);
    } 
    .news__center-bg{
        min-height: 220px;
    } 
    .article__img_first{
        height: 280px !important; 
    }
    
    .cam-nang-biker .news__featured-img,
    .giao-luu-ket-noi .news__featured-img, 
    .trang-bi .news__featured-img{height: 180px ;}
    .news__featured-wrapper .news__featured-img{
        height: 180px !important ;
    }
    .news__featured-wrapper{display: block !important;}
    .news__featured-wrapper .news__featured-img, .news__featured-wrapper .news__featured-item
    {width: 100%;}
}