.UIDanhSachVanBanMoi .Header {
        margin-bottom: 15px;
        border-top: 2px solid #da251c;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0;
        text-transform: uppercase;
        font-weight: 600;
}
.UIDanhSachVanBanMoi .Header span {
        padding: 5px 10px 5px 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 34px;
}
.ArticleMediaListControl {
        /* padding: 10px 20px; */
        padding-bottom: 0px;
        /* background: #29487d; */
        position: relative;
        margin-bottom: 10px;
}
.ArticleMediaListControl .navbar {
        padding: 0;
        margin-bottom: 15px;
        border-top: 2px solid #da251c;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0;
}
div.ArticleMediaListControl .navbar .navbar-collapse{
        display: none !important;
}
.ArticleMediaListControl .navbar
li {
        padding: 10px 20px;
}
.ArticleMediaListControl .navbar-light .navbar-brand {
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        color: #222;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        /* line-height: 38px; */
        margin: 0;
}
.ArticleMediaListControl .navbar
li a {
        color: #fff !important;
        font-size: 14px;
}
.ArticleMediaListControl
td.media-item img {
        width: 100%;
        height: 130px;
        object-fit: cover;
}
.ArticleMediaListControl
td.media-item a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        text-decoration: none;
}
.ArticleMediaListControl
span.caption i {
        color: #ffc107;
        margin-right: 5px;
        font-size: 13px !important;
        display: none;
}
.ArticleMediaListControl
span.caption strong {
        font-size: 14px;
        color: #212529;
        font-weight: 600;
        text-align: left;
}
.ArticleMediaListControl
td.media-item a:hover strong{
        color: #0471b6;
}
.ArticleMediaListControl .media-grid >
tbody {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
}
.ArticleMediaListControl .media-grid >
tbody > tr {
        width: calc(33% - 5px);
        display: inline-block;
}
.ArticleMediaListControl .media-grid {
        width: 100%;
        min-height: 200px;
}
.ArticleMediaListControl
tr.media-paging {
        display: none !important;
        width: unset !important;
        position: absolute;
        padding: 10px;
        bottom: 0;
        right: 0;
        padding-bottom: 0;
        padding-right: 0;
}
.ArticleMediaListControl
tr.media-paging tr > td > span,
.ArticleMediaListControl tr.media-paging tr > td > a {
        width: 25px;
        height: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 5px;
        text-decoration: none;
}
.ArticleMediaListControl
tr.media-paging tr > td > span {
        background: #d39e00;
        color: #fff;
        font-weight: 600;
}
.ArticleMediaListControl .media-list {
        position: relative;
}
.ArticleMediaListControl .media-grid >
tbody > tr > td {
        display: block;
        height: 100%;
        position: relative;
}
.ArticleMediaListControl .image {
        position: relative;
}
.ArticleMediaListControl
span.media-tag {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 10px;
        padding: 2px 5px;
        background: #d39e00;
        color: #fff;
        font-weight: 600;
}
.ArticleMediaListControl
span.caption {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: -webkit-box;
        color: #212529;
        text-align: left;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
        .ArticleMediaListControl .media-grid > tbody{
                flex-wrap: wrap;
        }
        div.ArticleMediaListControl{
                padding: 0 10px;
        }
}
@media only screen and (max-width: 768px){
        .ArticleMediaListControl .navbar {
                max-width: 100%;
                overflow: auto;
        }
        .navbar-collapse {
                display: inline-block!important;
                max-width: 100%;
                overflow: auto;
        }
        .navbar-collapse ul {
                flex-direction: row !important;
        }
        .ArticleMediaListControl {
                width: calc(100vw - 20px);
                margin: 0 10px;
                margin-bottom: 10px;
        }
        .ArticleMediaListControl .media-grid {
                width: 100%;
        }
        .ArticleMediaListControl .media-grid > tbody {
                flex-direction: column;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) {
                position: static;
                width: 100%;
                height: auto !important;
        }
        .ArticleMediaListControl .media-grid > tbody > tr {
                width: 100% !important;
        }
        .ArticleMediaListControl td.media-item a {
                flex-direction: row;
        }
        .ArticleMediaListControl span.caption {
                flex: 1;
        }
        .ArticleMediaListControl .image {
                width: 120px;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) a {
                flex-direction: column;
        }
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) .image {
                width: 100%;
        }
        .ArticleMediaListControl tr.media-paging {
                position: static;
        }
        .ArticleMediaListControl tr.media-paging tr {
                display: flex;
                justify-content: center;
                width: 100%;
        }
        .ArticleMediaListControl tr.media-paging>td {
                display: flex !important;
                width: 100%;
                justify-content: center;
        }
        .ArticleMediaListControl td.media-item img{
                height: 90px}
        .ArticleMediaListControl .media-grid > tbody > tr:nth-child(1) a img{
                min-height: 55vw;
        }
}
;
}
.UIDanhSachVanBanMoi .Header span {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: #018597;
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        width: 100%;
}
.UIDanhSachVanBanMoi {
        margin-bottom: 36px;
}
.UIDanhSachVanBanMoi * {
        font-size: 14px;
}
.UIDanhSachVanBanMoi .Content {
        height: 560px;
        overflow: auto;
        border: 1px solid #dee2e6;
}
.UIDanhSachVanBanMoi .Content table thead tr
{
        position: sticky;
        top: 0;
        background: white;
        border: 1px solid #dee2e6;
        border-bottom: 1px solid #212529;
}
.UIDanhSachVanBanMoi .Content table tr th:nth-child(1) {
        /* display: none; */
        width: 130px;
}
.UIDanhSachVanBanMoi .Content table tr td {
        display: table-cell !important;
}
.UIDanhSachVanBanMoi .Content table tr td:nth-child(1) {
        /* display: none; */
}
.UIDanhSachVanBanMoi .Content table tr th:nth-child(2) {
        text-align: center;
        vertical-align: middle;
}
.UIDanhSachVanBanMoi .Content table tr th:nth-child(3) {
        width: 120px;
        text-align: center;
}
.UIDanhSachVanBanMoi .Content table tr td:nth-child(3) {
        text-align: center;
        vertical-align: middle;
}
.UIDanhSachVanBanMoi .Content table tr th:nth-child(4) {
        text-align: center;
        width: 80px;
}
.UIDanhSachVanBanMoi .Content table tr td:nth-child(4) {
        text-align: center;
        vertical-align: middle;
}
.UIDanhSachVanBanMoi .Content table tr td:nth-child(4) a {
        display: flex;
        flex-direction: column;
}
.UIDanhSachVanBanMoi .Content .far.fa-eye  {
        display: none;
}
.ViewMoreTop {
}
.UIDanhSachVanBanMoi .ViewMoreTop a {
        position: absolute;
        right: 0px;
        top: 5px;
        font-size: 13px;
        color: #dc3545;
}
.UIDanhSachVanBanMoi .Item {
        display: flex;
        align-items: stretch;
        font-size: 15px;
        border-bottom: 1px solid #eeeeee;
        padding: 5px 10px;
}
.UIDanhSachVanBanMoi .Download {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eeeeee;
        padding-right: 20px;
        text-align: center;
        min-width: 100px;
}
.UIDanhSachVanBanMoi .Download>span {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        color: var(--bg-blue-weight);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
}
.UIDanhSachVanBanMoi .Download i {
        color: #dc3545;
        margin-bottom: 5px;
        font-size: 15px;
        /* display: none; */
}
.UIDanhSachVanBanMoi a.Title {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 1.4;
        color: #212529;
        text-decoration: none;
        cursor: pointer;
        flex: 1;
        margin-bottom: 5px;
        padding: 0 20px;
        padding-right: 0;
}
.UIDanhSachVanBanMoi a.Title:hover{
        color: var(--bg-blue);
}
.UIDanhSachVanBanMoi .Date{
        font-style: normal;
        font-size: 13px;
        line-height: 1.4;
        color: #6c757d;
        text-decoration: none;
        flex: 1;
        margin-bottom: 5px;
        padding: 0 20px;
        padding-right: 0;
}
.UIDanhSachVanBanMoi .Description {
        font-style: normal;
        font-size: 15px;
        line-height: 1.4;
        color: #495057;
        text-decoration: none;
        flex: 1;
        margin-bottom: 0;
        padding: 0 20px;
        padding-right: 0;
}
.sub-article:not(:last-child) {
        margin-bottom: 5px;
}
.UIDanhSachVanBanMoi .SendFeedback {
        padding-right: 0;
}
.UIDanhSachVanBanMoi .Item > div:nth-child(2) {
        display: flex;
        flex-direction: column;
}
.UIDanhSachVanBanMoi .Control {
        display: flex;
        align-items: center;
}
.UIDanhSachVanBanMoi .SendFeedback {
        /* flex: 1; */
        text-align: right;
        line-height: unset;
        padding-left: 10px;
}
.UIDanhSachVanBanMoi .SendFeedback a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        /* Primary color 2 */
        color: var(--bg-blue-weight);
}
.UIDanhSachVanBanMoi .SendFeedback i {
        font-size: 13px;
        line-height: 15px;
        color: #0084F3 !important;
        margin-right: 5px;
        display: none;
}
.UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
        font-size: 14px;
        font-style: normal;
        letter-spacing: 0em;
        text-align: left;
        padding: 0 20px;
        font-weight: 600;
        color: var(--bg-blue-weight);
}
.UIDanhSachVanBanMoi span.Slash {
        color: #DDDDDD;
        padding: 0 10px;
        display: none;
}
.UIDanhSachVanBanMoi .ViewMore {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #7D92AE;
        padding: 7px;
        border: 1px solid #eeeeee;
        background: #F9F9F9;
        width: 565px;
        margin: 15px auto 0;
}
.UIDanhSachVanBanMoi .Item:nth-child(5) {
        border-bottom: 0;
}
.UIDanhSachVanBanMoi .ViewMore a{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        text-align: center;
        /* Grey 5 */
        color: #7D92AE;
}
.UIDanhSachVanBanMoi  td.LabelText {
        line-height: 19px;
        text-transform: uppercase;
        width: 170px;
        display: block;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        color: #3B4E68;
        padding: 10px 0;
        vertical-align: middle;
        font-size: 14px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
        .UIDanhSachVanBanMoi .Content{
                display: flex;
                flex-wrap: wrap;
        }
        .UIDanhSachVanBanMoi .Content .Item{
                width: calc(100%/ 2);
        }
        .UIDanhSachVanBanMoi{
                padding: 0 10px;
        }
}
@media only screen and (max-width: 768px){
        .ViewMoreTop{
                top: 10px;
        }
        .UIDanhSachVanBanMoi .Header {
                padding: 0;
                position: unset;
        }
        .UIDanhSachVanBanMoi {
                padding: 0 10px;
                width: 100%;
                position: relative;
                padding-bottom: 20px;
        }
        .UIDanhSachVanBanMoi .Item > div:nth-child(2) {
                display: unset;
        }
        .UIDanhSachVanBanMoi .Download {
                position: absolute;
                flex-direction: row;
                align-items: center;
                gap: 10px;
                height: 25px;
                background: white;
                right: 0;
                bottom: 5px;
                padding: 0;
                border: none;
                display: none;
        }
        .UIDanhSachVanBanMoi a.Title {
                margin-bottom: 14px;
                display: inline-block;
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 23px;
                color: #182940;
                cursor: pointer;
                width: 100%;
                padding: 0;
        }
        .UIDanhSachVanBanMoi .Download>span {
                flex-direction: row;
                align-items: center;
        }
        .UIDanhSachVanBanMoi .Download>span:before {
                margin-right: 6px;
                width: 18px;
                height: 18px;
                background-size: 18px;
        }
        .UIDanhSachVanBanMoi .Item>div:nth-child(2) {
                padding: 0;
        }
        .UIDanhSachVanBanMoi .Item {
                position: relative;
        }
        .UIDanhSachVanBanMoi span.Slash {
                display: block;
        }
        .UIDanhSachVanBanMoi .Control .ViewAll, .ViewFeedback, .SendFeedback {
                border: 0;
                padding: 0;
        }
        .UIDanhSachVanBanMoi .ViewMore {
                width: 100%;
                !important;
        }
        .UIDanhSachVanBanMoi .ViewMoreTop a{
                top: unset;
                bottom: 0;
                right: 10px;
        }
        .UIDanhSachVanBanMoi .Date, .UIDanhSachVanBanMoi .Description{
                padding-left: 0;
        }
        .UIDanhSachVanBanMoi .Content table tr td:nth-child(1) {
        width: 25% !important;
}
        .UIDanhSachVanBanMoi .Content table tr th:nth-child(1) {
        min-width: 80px !important;
        max-width: 80px !important;
        text-align: center;
        vertical-align: middle;
}
        .UIDanhSachVanBanMoi .Content table tr th:nth-child(3) {
    min-width: 70px !important;
    max-width: 70px !important;
}
         .UIDanhSachVanBanMoi .Content table tr td:nth-child(3) {
    width: 150px;
}
        .UIDanhSachVanBanMoi .Content table tr th:nth-child(4) {
        min-width: 50px !important;
        max-width: 50px !important;
        text-align: center;
}
}
