.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.card-article {
    width: 26rem;
    border: 0px;
}

.card-article-body {
    height: 290px;
}

.img-popular {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: 0% 0%;
}

.text-popular
{
    font-size: 27px;
}
@media (max-width: 1367px) {
    .card-article {
        width: 23rem;
    }
}

@media (max-width: 1200px) {

    .article-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .card-article {
        width: 23rem;
    }
}

@media (max-width: 768px) {
    .card-article {
        width: 22rem;
    }
}

@media (max-width: 350px) {
    .card-article {
        width: 19rem;
    }
    .card-article-body {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .article-list {
        grid-template-columns: 1fr;
    }
}

.news-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 300px;
}

.title-banner{
    font-size: 75px;
    font-weight: bold; 
}
.underline {
    border-bottom: 1px solid #efefef;
}
.underline-secondary {
    bottom: -6px;
    left: 0px;
    border-bottom: 5px solid var(--bs-secondary);
    width: 100%;
}

.underline-bblue {
    bottom: -6px;
    left: 0px;
    border-bottom: 5px solid #214097;
    width: 100%;
}

/* share last icon */
.st-last {
    display: inline-block !important;
}

.card-popular:hover{
    transform: scale(1.1);
}
.article-creator-icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

/* OLD */
.article-detail img {
    width: 100%;
}

.blocktext {
    margin-left: auto;
    margin-right: auto;
}

.icon-btn {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.border-comment {
    border-top: 3px solid gray;
}

.grid-review {
    display: grid;
    grid-template-columns: 90px 1fr;
}

.popular-news {
    margin-top: 140px;
}

@media (max-width: 766px) {
    .company-header-avatar {
        width: 60px;
        height: 60px;
    }
    .h3 {
        font-size: 20px;
    }
    .h1 {
        font-size: 30px;
    }
    .popular-news {
        margin-top: 0px;
    }
}

.border-primary {
    border: 4px solid var(--bs-primary) !important;
}
.border-gray {
    border: 1px solid #f3f3f3 !important;
}
.icon-list-article
{
    font-size: 16px ;
    color: #9B9FAB; 
    background: #EDF2F5;  
    border-radius: 50%;
}
.icon-article-like
{
    font-size: 16px ;
    color: #ffff; 
    background: #FEB71C;  
    border-radius: 50%;
}

.box-comment
{

    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #EDEDED !important;
    border-radius: 34px;
    opacity: 1;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
}
