.HotnewsControl {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #E5E5E5;
        border-radius: 0;
        padding: 0;
        margin: 10px 0;
        margin-top: 0;
}

.HotnewsControl .Header {
        padding: 10px 12px;
        border-bottom: 2px solid #006CB7;
        text-align: center;
}

.HotnewsControl .Header a span {
            font-size: 16px;
    font-weight: bold;
    color: #1f4ea3;
    text-transform: uppercase;
    text-decoration: none;
}
.HotnewsControl .Header  a {
    font-size: 16px;
    font-weight: bold;
    color: #006CB7;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Tahoma;
}


div.HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 500px !important;
        overflow: auto;
        padding: 0;
        min-height: 500px;
}
.HotnewsControl .Header {
        /*background: #bf0404 url("images/bar.png") no-repeat scroll right center;*/
        border-radius: 0;
      
        
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: auto !important;
        border: 1px solid #d7d7d7;
}

.HotnewsControl .HotnewsList .HotnewsItem {
        background: url(images/arr-red1.gif) no-repeat 5px 10px;
        clear: both;
        padding: 10px 5px 10px 5px !important;
        border-bottom: 1px solid #e9e9e9;
}


.HotnewsControl .HotnewsList .HotnewsItem img {
        display: none;
        float: left;
        height: 50px;
        margin-right: 6px;
        vertical-align: top;
        width: 65px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
        color: #222222;
        text-decoration: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        font-family: "Noto Serif", serif !important;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 6px;      /* scroll dọc */
    height: 6px;     /* scroll ngang */
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: #9aa4b2;
    border-radius: 4px;
}


::-webkit-scrollbar-thumb:hover {
    background: #6b7280;
}


@media only screen and (max-width: 768px){
        div.HotnewsControl{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}
