.ArticleMediaListControl .media-grid > tbody {
    display: block;
}

.ArticleMediaListControl .media-grid > tbody > tr {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
}

.ArticleMediaListControl td.media-item a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    text-decoration: none;
}

.ArticleMediaListControl .navbar-collapse {
    display: none !important;
    
}
.ArticleMediaListControl td.media-item img {
    width: 120px;
    height: auto;
    object-fit: CONTAIN;
    flex-shrink: 0;
}

.ArticleMediaListControl span.caption {
    flex: 1;
    display: block;
    text-align: left;
    overflow: hidden;
    color: #212529;
}

.ArticleMediaListControl span.caption strong {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
}

.ArticleMediaListControl td.media-item a:hover strong {
    color: #0471b6;
}


.ArticleMediaListControl .media-grid > tbody > tr:first-child td.media-item a {
    flex-direction: column;
}

.ArticleMediaListControl .media-grid > tbody > tr:first-child td.media-item img {
    width: 100%;
    height: auto;
    max-height: 350px;
}

.ArticleMediaListControl .media-grid > tbody > tr:first-child span.caption {
    /* margin-top: 10px; */
}

.ArticleMediaListControl .image {
    position: relative;
    display: inline-block;
}

.ArticleMediaListControl span.media-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    padding: 2px 5px;
    background: #DA251D;
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 768px){
    .ArticleMediaListControl td.media-item a {
        flex-direction: column;
    }

    .ArticleMediaListControl td.media-item img {
        width: 100%;
        height: auto;
    }
}


.ArticleMediaListControl nav {
    padding: 8px 13px;
    background-color: #1e73be;
    text-transform: uppercase;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
}


.ArticleMediaListControl nav a {
    
    color: white !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    
}


.ArticleMediaListControl nav {
    padding: 8px 13px;
    background-color: #1e73be;
    text-transform: uppercase;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
}


.ArticleMediaListControl nav a {
    
    color: white !important;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    
}


@media only screen and (max-width: 768px){
    .ArticleMediaListControl td.media-item img {
        width: 120px;
        height: 80px;
    }

    /* riêng ảnh đầu tiên (ảnh to) vẫn full width */
    .ArticleMediaListControl .media-grid > tbody > tr:first-child td.media-item img {
        width: 100%;
        height: auto;
        max-height: 250px;
    }
    
    .ArticleMediaListControl td.media-item a {
        flex-direction: row;
    }
}



