.section-inner2 .TinBaiMotAnh_NoSummary .list_news {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    overflow: auto;
}

.chuyenmuc-nav ul li.ds-cm-menu-item.active {
    color: #D61C26;
}

.section-inner2 .TinBaiMotAnh_NoSummary .list_news li {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    flex: 0 0 calc(100% / 5 - 30px * 4 / 5);
}

.section-inner2 .TinBaiMotAnh_NoSummary .list_news li .item_img_link {
    width: 100%;
    border-radius: 220px;
    border: 5px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.section-inner2 .TinBaiMotAnh_NoSummary .list_news li .news_title a {
    color: var(--text-mi, #182940);
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5; /* 150% */
}

.section-inner2 .TinBaiMotAnh_NoSummary .showmore {
    display: none;
}

.chuyenmuc-nav-noicon .nav-dichvu ul .ds-cm-menu-item {
    padding: 0 10px;
    border: none
}

.chuyenmuc-nav-noicon .nav-dukhach .nav-item:not(:first-child) .nav-link, .chuyenmuc-nav-noicon .nav-dichvu ul .ds-cm-menu-item:not(:first-child) {
    padding: 0 10px;
}

.chuyenmuc-nav-noicon .nav-dukhach .nav-link:before, .chuyenmuc-nav-noicon .nav-dichvu ul .ds-cm-menu-item:before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #D61C26;
    border-radius: 50%;
}

.chuyenmuc-nav-noicon .nav-dichvu ul {
    margin-bottom: 25px;
    justify-content: center;
}

.chuyenmuc-nav-noicon div[class*='ModTinBaiNewTrinhDienChuyenMuc'] {
    width: 100%;
}

.having_icon.chuyenmuc-nav-noicon h4 {
    font-family: "Roboto Slab";
    line-height: 1.3;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 8px;
    padding: 0 0 4px 0;
}

@media screen and (max-width: 768px) {
    .section-inner2 .TinBaiMotAnh_NoSummary .list_news li {
        flex: 0 0 calc(100% / 3 - 30px* 4 / 5);
    }
}

@media screen and (max-width: 576px) {
    .section-inner2 .TinBaiMotAnh_NoSummary .list_news li {
        flex: 0 0 calc(100% / 2 - 30px* 4 / 5);
    }
}

@media screen and (max-width: 375px) {
    .section-inner2 .TinBaiMotAnh_NoSummary .list_news li {
        flex: 0 0 100%;
    }
}