* {
        text-rendering: geometricprecision;
}
.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        margin-top: 20px;
        box-shadow: var(--box-category);
        padding: 5px;
        border-radius: 4px;
        position: relative;
}
.TabList .cate-link{
        position: absolute;
        right: 25px;
        top: 20px;
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
        color: var(--color-primary);
        font-family: 'Merriweather';
        font-size: 11px;
        font-weight: 700;
}
.TabList .cate-link:hover{
        opacity: 0.8;
}
.TabList .cate-link:after{
        font-family: 'Font Awesome 5 Pro';
        content: '\f061';
        padding-left: 5px;
}
.TabList .HeaderTitle {
        border-bottom: 3px solid #0087d2;
        height: 35px;
}
.TabList .HeaderTitle span {
        color: var(--bg-blue-weight);
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
}
/* CTO - Cap nhat css*/
.TabList ul.HeaderWrap {
        height: 100%;
        width: 100%;
        display: table;
}
/*
.TabList ul.HeaderWrap {
padding: 0;
list-style: none;
width: 100%;
height: 40px;
position: relative;
padding-right: 10px;
}*/
.TabList ul.HeaderWrap .image{
        display: none;
}
.TabList .HeaderWrap .NormalTab {
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        transition: all 0.8s ease 0.2s;
}
/* CTO - Cap nhat css*/
.TabList .HeaderWrap .ActiveTab{
        width: 100%;
        display: table-cell;
        vertical-align: middle;
}
.TabList .HeaderWrap .NormalTab:hover {
        font-size: 14px;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        color: #fff;
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab:hover .text {
        color: #fff;
}
.TabList .HeaderWrap .ActiveTab .text {
        font-family: 'Merriweather';
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        /*color: #031739;*/
        color: var(--red);
        text-transform: uppercase;
        background-size: contain;
        background-position-x: 5px;
        position: relative;
}
.TabList .HeaderWrap .ActiveTab .text:after {
        content: '';
        position: absolute;
        width: 100px;
        height: 1.5px;
        background-color: var(--color-primary);
        bottom: -2px;
        left: 2px;
}
.TabList .HeaderWrap .NormalTab .text {
        color: var(--bg-blue-weight);
        padding: 0 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        display: inline-block;
        text-transform: uppercase;
}
.TabList .Wrap {
        text-align: justify;
        min-height: 400px;
        height: auto;
}
.TabList .Wrap .Container {
        display: inline-flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px;
        padding-left: calc(45% - 10px);
        position: relative;
        display: flex;
}
.TabList .Wrap .Container .Item {
        clear: both;
        padding: 0;
        text-align: justify;
        font-size: 14px;
        width: calc(100% / 3 - 10px);
        height: 190px;
        overflow: hidden;
}
.TabList .Wrap .Container .Item a {
        display: block;
        position: relative;
        text-decoration: none;
        /* Loại bỏ gạch chân mặc định */
}
.TabList .Wrap .Container .Item:nth-child(n+2) a .item_title {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 140px;
        background: transparent;
        color: #000;
        padding: 0 10px;
        transition: top 0.5s ease-in-out, background 0.5s ease-in-out;
        overflow: hidden;
}
.TabList .Wrap .Container .Item a:hover .item_title {
        top: 0;
        /* Trượt lên trên khi hover */
        background: #ffffffb8;
        /* Nền mờ khi hover */
}
.TabList .Wrap .Container .Item .image {
        height: 140px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
}
.TabList .Wrap .Container .Item p {
        display: none;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        font-size: 15px;
        color: #495057;
}
.TabList .Wrap .Container .Item h2 {
        color: #424242;
        font: 10pt arial;
        text-align: justify;
}
.TabList .Wrap .Container .Item:hover h2 {
        color: #B82805;
}
.TabList .TabListPage {
        /* padding: 0 10px 10px; */
        text-align: right;
        display: none;
}
.TabList .TabListPage .CurrentPage {
        color: #333333;
        font: bold 10pt arial;
        margin-right: 5px;
}
.TabList .TabListPage .ButtonPage {
        color: #555555;
        font: 10pt arial;
        margin-right: 5px;
}
.TabList .Wrap .Container .Item .item_title{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: left;
        margin: 0;
        padding: 0;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #182940;
        width: 100%;
}
.TabList .Wrap .Container .Item .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
}
.TabList .Wrap .Container .Item:hover .item_title{
        /* color: var(--bg-blue); */
}
.TabList .Wrap .Container .Item:nth-child(1) a{
        display: flex;
        flex-direction: column;
}
.TabList .Wrap .Container .Item:nth-child(1) a img{
        height: 310px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
}
.TabList .Wrap .Container .Item:nth-child(1) a p{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: none;
}
.TabList .Wrap .Container .Item:nth-child(1){
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        height: auto;
        width: calc(45% - 15px);
}
.TabList .Wrap .Container .Item:nth-child(1) a .item_title{
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: 'Roboto';
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
        color: #182940;
        margin: 0;
}
.TabList .Wrap .Container .Item:nth-child(1):hover .item_title{
        color: var(--bg-blue);
}
@media only screen and (max-width: 768px){
        .TabList .Wrap .Container .Item:nth-child(1) {
                position: static;
                max-height: unset;
                padding: 10px 0;
        }
        ul.TabList .Wrap .Container {
                padding: 0;
        }
        .TabList {
                /*max-width: 100%;*/
                padding: var(--padding-res);
                border-top: 1px solid #F2F2F2;
                /* padding-top: 10px; */
                height: auto;
                width: 100vw;
        }
        .TabList ul.HeaderWrap {
                /*flex-wrap: nowrap;
                overflow: hidden; */
                max-width: 100%;
                margin: 10px 0 0 0;
        }
        .TabList .Wrap .Container {
                padding: 0 !important;
        }
        div.TabArticleControl .Container .Item a {
                display: flex !important;
                position: unset !important;
                justify-content: space-between;
                gap: 10px;
                flex-wrap: wrap;
        }
        .TabList .Wrap .Container .Item:nth-child(1) a img {
                min-width: 100%;
                min-height: 55vw;
        }
        /* CTO - Cap nhat css*/
        .TabList .Wrap .Container .Item:nth-child(n+2) a .item_title {
                position: unset;
                height: auto !important;
                display: block;
                padding: 0;
                width: 60%;
        }
        .TabList .Wrap .Container .Item {
                width: 100%;
                height: auto;
                ;
        }
        div.TabArticleControl .Container .Item a img {
                width: 37%!important;
                height: 96px !important;
                margin-right: 0;
                margin-bottom: 0 !important;
        }
        .TabList .Wrap .Container .Item:nth-child(1) a .item_title {
                display: block;
                font-size: 18px;
                font-weight: 700;
                line-height: 28px;
                text-align: left;
                color: #212529;
        }
        /* CTO - Cap nhat css*/
        .TabList .HeaderWrap .ActiveTab .text {
                font-size: 13px;
                font-weight: 700;
                line-height: 23px;
                text-align: left;
                text-transform: math-auto;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: calc(100vw - 110px);
                display: inline-block;
                background-position-x: left;
        }
        .TabList .HeaderWrap .ActiveTab .text:after {
                bottom: 0px;
        }
        .TabList .cate-link {
                top: 12px;
        }
}
