/* ====== WRAPPER ====== */
.UITabArticle_tab_1_anh {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

/* ====== HEADER ====== */
.UITabArticle_tab_1_anh .Header {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.UITabArticle_tab_1_anh .HeaderWrap {
    
    align-items: center;
}

.UITabArticle_tab_1_anh .Header {
    border-bottom: 2px solid #006CB7;
    margin-bottom: 10px;
}

.UITabArticle_tab_1_anh .Header .HeaderWrap {
    text-align: center;
}

.UITabArticle_tab_1_anh .HeaderWrap .image {
    display: none;
}

.UITabArticle_tab_1_anh .HeaderWrap .text a {
    font-size: 16px;
    font-weight: bold;
    color: #006CB7 !important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma;
}

.UITabArticle_tab_1_anh .HeaderWrap .text a:hover {
    color: #d71920;
}

/* ====== CONTENT ====== */
.UITabArticle_tab_1_anh .Wrap {
    /* padding: 12px; */
}

/* ====== FIRST ARTICLE ====== */
.UITabArticle_tab_1_anh .first {
    margin-bottom: 12px;
}

.UITabArticle_tab_1_anh .first .image {
    width: 100%;
    height: auto;
    border-radius: 3px;
    display: block;
}

.UITabArticle_tab_1_anh .first .title {
    margin-top: 8px;
}

.UITabArticle_tab_1_anh .first .title a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
        font-family: "Noto Serif", serif !important;
}
.UITabArticle_tab_1_anh .first p {
    font-family: "Noto Serif", serif !important;
}

.UITabArticle_tab_1_anh .first .title a:hover {
    color: #d71920;
}

/* ====== LIST NEXT ====== */
.UITabArticle_tab_1_anh ul.next {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

.UITabArticle_tab_1_anh ul.next li.item {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

.UITabArticle_tab_1_anh ul.next li.item:last-child {
    border-bottom: none;
}

.UITabArticle_tab_1_anh ul.next li.item a.title {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    padding-left: 14px;
    position: relative;
    line-height: 1.4;
    font-family: "Noto Serif", serif !important;
}

/* chấm đỏ đầu dòng */
.UITabArticle_tab_1_anh ul.next li.item a.title::before {
    content: "●";
    color: #d71920;
    position: absolute;
    left: 0;
    top: 0;
}

/* hover */
.UITabArticle_tab_1_anh ul.next li.item a.title:hover {
    color: #d71920;
}

/* ====== CLEAR FIX ====== */
.UITabArticle_tab_1_anh .clear {
    clear: both;
}


.UITabArticle_tab_1_anh .SingleTab:has(ul.next > li) {
    padding: 10px;
}


.UITabArticle_tab_1_anh .SingleTab:has(ul.next > li) .next {
    background-color: #f8f8f8 !important;
    padding: 10px;
}