.UITabArticleMultiControl {
margin-top: 10px;
}

.UITabArticleMultiControl .tab-headers {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding-left: 0px;
}

/* container */
.UITabArticleMulti_default2 .tab-headers {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* moi tab */
.UITabArticleMulti_default2 .tab-headers .tab-header {
    position: relative;
    text-align: center;
    padding-top: 30px; /* cho icon nam tren */
    cursor: pointer;
}

/* icon chung */
.UITabArticleMulti_default2 .tab-headers .tab-header::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;          /* icon mau trang */
    font-size: 18px;
    line-height: 1;
}

/* tieu de */
.UITabArticleMulti_default2 .tab-headers .tab-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    font-weight: 600;
    max-width: 170px;
}

/* active */
.UITabArticleMulti_default2 .tab-headers .tab-header.active::before {
    font-size: 20px;
}

/* 1. Du bao thoi tiet */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(1)::before {
    content: "\f0c2"; /* fa-cloud */
}

/* 2. Khuyen nong */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(2)::before {
    content: "\f4d8"; /* fa-seedling */
}

/* 3. Kinh te hop tac */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(3)::before {
    content: "\f0c0"; /* fa-users */
}

/* 4. Quan ly chat luong nong lam thuy san */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(4)::before {
    content: "\f06c"; /* fa-leaf */
}

/* 5. Lam nghiep */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(5)::before {
    content: "\f1bb"; /* fa-tree */
}

/* 6. Nuoc sach va ve sinh moi truong */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(6)::before {
    content: "\f043"; /* fa-tint */
}

/* 7. Quan ly rung dac dung phong ho */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(7)::before {
    content: "\f1b2"; /* fa-cube */
}

/* 8. Nong nghiep cong nghe cao */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(8)::before {
    content: "\f085"; /* fa-cogs */
}

/* 9. Khi tuong thuy van */
.UITabArticleMulti_default2 .tab-headers .tab-header:nth-child(9)::before {
    content: "\f185"; /* fa-sun */
}

.UITabArticleMultiControl .tab-header {
        display: grid;
        padding: 10px 5px;
        background: #3c8dbc;
        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: #0077CA;
}
.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: 25%;
        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;
        }
}
