.ArticleMediaSlider_default {
    
    padding: 10px;
    box-shadow: var(--box-category);
    margin-bottom: 10px;

}

.UITabArticle_zone .Header {
    width: 100%;
    height: 40px;
    position: relative;
    padding-right: 10px;
}

.UITabArticle_zone .Header .HeaderWrap {
    height: 100%;
    display: table;
    width: 100%;

    margin-bottom: 10px;
    background: url(https://storage-vnportal.vnpt.vn/gov-tnn/themes/vienkiemsoat/uitabarticle/singletab/images/body-top-new-bg-2.gif) repeat-y top left;
    padding-left: 35px;
    height: 40px;     
}

.UITabArticle_zone .Header .HeaderWrap > img.image {
    vertical-align: middle;
    height: 30px; /* bạn có thể chỉnh kích thước ảnh nếu cần */
    margin-right: 10px;
}

.UITabArticle_zone .Header .HeaderWrap > .text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.UITabArticle_zone .Header .HeaderWrap > .text > a {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    color: #da251d;
    display: inline-block;
    padding-left: 0;
    margin-top: 2px;
    text-align: left;
    padding-left: 25px;
 	margin-bottom: 10px;
}

.UITabArticle_zone .Header .HeaderWrap > .text > a:after {
    /*
    content: '';
    position: absolute;
    width: 100px;
    height: 1.5px;
    background-color: var(--color-primary, #007bff);
    bottom: -5px;
    left: 2px;
    */
}

.UITabArticle_zone .Wrap .first {
     /*   
    display: flex;
    background: #EEF2F8;
    padding: 10px 10px 0 10px;
     */
}

.UITabArticle_zone .Wrap .first > img.image {
    width: 480px;
    object-fit: cover;
    border: 1px solid #eeeeee;
}

.UITabArticle_zone .Wrap .first .title {
    /*width: calc(100% - 480px);*/
    /*padding: 20px 30px;*/
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #212529;
}

.UITabArticle_zone .Wrap .first .title a {
    color: #212529;
    text-decoration: none;
}

.UITabArticle_zone .Wrap .first p.summary {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212529;
    margin-top: 10px;
}

.UITabArticle_zone .Wrap ul.next {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.UITabArticle_zone .Wrap ul.next li.item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    background: #F9F9F9;
    padding: 10px;
    /*border: 1px solid #eee;*/
}

.UITabArticle_zone .Wrap ul.next li.item img.image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.UITabArticle_zone .Wrap ul.next li.item a.title {
    font-size: 14px;
    font-weight: 700;
    color: #182940;
    text-decoration: none;
    line-height: 20px;
}

.UITabArticle_zone .clear {
    clear: both;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .UITabArticle_zone .Wrap .first {
        display: block;
        background: #ffffff;
        padding: 10px;
    }

    .UITabArticle_zone .Wrap .first > img.image {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .UITabArticle_zone .Wrap .first .title {
        width: 100%;
        padding: 0 10px 10px 10px;
    }

    .UITabArticle_zone .Wrap ul.next {
        flex-direction: column;
        gap: 10px;
    }

    .UITabArticle_zone .Wrap ul.next li.item {
        flex: none;
    }
}

@media only screen and (max-width: 768px) {
    .UITabArticle_zone .Header .HeaderWrap > img.image {
        height: 25px;
        margin-right: 5px;
    }

    .UITabArticle_zone .Header .HeaderWrap > .text > a {
        font-size: 14px;
    }

    .UITabArticle_zone .Wrap .first .title {
        font-size: 16px;
        line-height: 24px;
    }

    .UITabArticle_zone .Wrap .first p.summary {
        font-size: 13px;
    }

    .UITabArticle_zone .Wrap ul.next li.item img.image {
        height: 100px;
    }

    .UITabArticle_zone {
        margin: 10px 0 0 0;
        /*padding: var(--padding-res, 10px);*/
    }
}


 .UITabArticle_zone .Header .HeaderWrap > .text > a {
         

}


.UITabArticle_zone .Header .HeaderWrap > .text > a:before {
}

.UITabArticle_zone {
    box-shadow: var(--box-category);
    margin-bottom: 10px;
    margin-top: 10px;
}


@media only screen and (max-width: 768px) {
    .UITabArticle_zone .Wrap ul.next li.item {
        height: auto;
        width: 100%;
        padding: 10px 10px 0px 10px;
        border-top: 1px solid #eee;
        max-height: unset;
        display: inline-block;
        
    }
}

@media only screen and (max-width: 768px) {
    .UITabArticle_zone .Wrap ul.next li.item img.image {
        width: 40%;
        float: left;
        margin-right: 10px;
        height: calc((((100vw - 42px) * 0.4)) / 16 * 10);
        min-height: 100%;
        max-height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .UITabArticle_zone .Wrap ul.next li.item a.title {
        /* font-family: Merriweather; */
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;
        color: #212529;
        margin-top: 0;
        display: block;
        height: unset;
        opacity: unset !important;
        position: unset;
        padding: 0;
        float: right;
        width: calc(60% - 10px) !important;
        /* margin-bottom: 10px; */
    }
}

@media only screen and (max-width: 768px) {
    .UITabArticle_zone .Wrap ul.next li.item a.title .news-item .news-info a .news-title .date {
        display: block;
        font-size: 14px;
        color: #888;
        margin-top: 8px;
        float: right;
        width: calc(60% - 10px); /* Khớp với .title */
        clear: right;
    }
}


@media only screen and (max-width: 1023px) {
    .TabArticleControl {
        /*padding: 0 10px;*/
        padding: 0 0px !important;
        width: 100% !important;
        margin-bottom: 5px;
    }
}

.UITabArticle_zone .Wrap .first {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    padding-left: 10px;
    padding-right: 10px;
}


.UITabArticle_zone .Wrap .first img  { grid-area: 1 / 1 / 4 / 2; }
.UITabArticle_zone .Wrap .first .title { grid-area: 1 / 2 / 2 / 4; }
.UITabArticle_zone .Wrap .first .summary { grid-area: 2 / 2 / 3 / 4; }
.UITabArticle_zone .Wrap .first .date { grid-area: 3 / 2 / 4 / 4; }

/* Responsive */
@media (max-width: 768px) {
  .UITabArticle_zone .Wrap .first {
    flex-direction: column;
  }

  .UITabArticle_zone .Wrap .first img
  ,.UITabArticle_zone .Wrap .first .title
  ,.UITabArticle_zone .Wrap .first .summary
  ,.UITabArticle_zone .Wrap .first .date {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}

