.HotnewsControl {
        margin-top: 20px;
        padding: 5px;
        box-shadow: var(--box-category);
        border-radius: 4px;
}
.HotnewsControl .HotnewsScroll {
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
}
.HotnewsControl .Header {
        height: 30px;
        padding-top: 5px;
        border-top: 3px solid var(--vpred);
        border-radius: 2px 2px 0 0;
        position: relative;
}
.HotnewsControl .Header span {
        font-family: 'Merriweather';
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: var(--vpblue);
        text-transform: uppercase;
        white-space: nowrap;
		display: inline-block;
}
.HotnewsControl .HotnewsList {
        padding: 0 5px !important;
        clear: both;
        display: block;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/cto-chinhquyen/4972/Banner/i1.png") no-repeat scroll left center;
        font-size: 15px;
        padding: 10px 15px;
        clear: both;
        display: block;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
}
.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 {      
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 25px;
        text-align: left;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #00458a;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .ArticlePostDate {
        font-size: 12px;
        color: #6c757d;
        text-align: right;
        margin-left: auto;
}