.UITabArticleMultiControl {
margin-top: 10px;
}

.UITabArticleMultiControl .tab-headers {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.UITabArticleMulti_default .tab-headers {
    display: flex;
    gap: 16px;
}

.UITabArticleMulti_default .tab-headers .tab-header {
    position: relative;
    text-align: center;
    padding-top: 28px; 
}

/* icon chung */
.UITabArticleMulti_default .tab-headers .tab-header::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 4px;          /* nằm trên h3 */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;       
    font-size: 18px;
}

/* giữ h3 xuống dưới icon */
.UITabArticleMulti_default .tab-headers .tab-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

/* 1. Đất đai */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(1)::before {
    content: "\f279"; /* fa-map */
}

/* 2. Môi trường */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(2)::before {
    content: "\f06c"; /* fa-leaf */
}

/* 3. Địa chất khoáng sản */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(3)::before {
    content: "\f1b2"; /* fa-cube */
}

/* 4. Tài nguyên nước */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(4)::before {
    content: "\f043"; /* fa-tint */
}

/* 5. Chuyển đổi số */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(5)::before {
    content: "\f085"; /* fa-cogs */
}

/* 6. Tin hoạt động */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(6)::before {
    content: "\f0a1"; /* fa-bullhorn */
}

/* 7. Trồng trọt & BVTV */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(7)::before {
    content: "\f4d8"; /* fa-seedling */
}

/* 8. Chăn nuôi - Thú y - Thủy sản */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(8)::before {
    content: "\f578"; /* fa-fish */
}

/* 9. CCHC */
.UITabArticleMulti_default .tab-headers .tab-header:nth-child(9)::before {
    content: "\f19c" /* fa-tree */
}

.UITabArticleMultiControl .tab-header {
        display: grid;
        padding: 10px 5px;
        background: #3bc3e7;
        cursor: pointer;
        margin-right: 4px;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        flex: 1;
        margin-bottom: 5px;
        place-items: center;
        min-width: 70px;
}
.UITabArticleMultiControl .tab-header h3 {
        font-size: 13px;
}
.UITabArticleMultiControl ul .tab-headers{
        padding: 0;
        display: flex;
        overflow: auto;
        width: unset;
}
.UITabArticleMultiControl .tab-header.active {
        background: #37608a;
}
.UITabArticleMultiControl .tab-content {
        border: 1px solid #ddd;
        padding: 10px;
        margin-top: -1px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 20px;
}
.UITabArticleMultiControl .tab-content .title h4 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        text-align: justify;
        color: #031739;
}
.UITabArticleMultiControl .tab-content .image {
        float: left;
        width: 50%;
        padding-right: 10px;
        border-radius: 2px 2px 10px 10px;
}
.UITabArticleMultiControl .tab-content .image img {
border-radius: 7px;
}

.UITabArticleMultiControl .tab-header img {
        max-width: 40px;
        aspect-ratio: 1/1;
}
.UITabArticleMultiControl .tab-content .date {
        float: right;
        font-size: 12px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: #9a9a9a;
        padding: 5px;
        display: block;
}
.UITabArticleMultiControl .tab-content .summary {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #3B4E68;
}
@media only screen and (max-width: 768px){
        .UITabArticleMultiControl ul .tab-headers {
                /* padding: 10px; */
                /* display: block; */
        }
        .UITabArticleMultiControl .tab-header {
                display: inline-block;
        }
}
