/* ====== WRAPPER ====== */
.UITabArticle_Default {
    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_Default .Header {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

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

.UITabArticle_Default .Header {
    border-bottom: 2px solid #006CB7;
    
}

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

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

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

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

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

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

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

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

.UITabArticle_Default .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_Default .first .title a:hover {
    color: #d71920;
}

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

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

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

.UITabArticle_Default 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;
}

/* cháº¥m Ä‘á» Ä‘áº§u dÃ²ng */
.UITabArticle_Default ul.next li.item a.title::before {
    content: "â—";
    color: #d71920;
    position: absolute;
    left: 0;
    top: 0;
}

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

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