
.HotnewsControl {
        background: #fff none repeat scroll 0 0;
       /* border: 2px solid #E5E5E5;*/
        border-radius: 0;
        padding: 0;
        margin: 10px 0;
        margin-top: 0;
    border: 1px solid #ccc ;
}
.HotnewsControl .Header span {
        color: #fff;
        font: 14px/26px Roboto;
        display: inline-block;
        text-transform: uppercase;
    font-weight: 700;
    width: 100% !important;
      
}
div.HotnewsControl .HotnewsScroll {
        margin: 0;
        max-height: 450px !important;
        overflow: auto;
        padding: 0;
        min-height: 315px;
}
.HotnewsControl .Header {
        padding: 5px 10px 5px 15px;
        border-radius: 0;
        height: 100%;
    margin-bottom: 5px;
    background-color:#1481c1;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: auto !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
background: url(https://storage-vnportal.vnpt.vn/gov-tnn/themes/mauxanganson/namdinhpost/uiservicecategory/images/dot3.png) no-repeat 2px 5px;
        border-bottom: 1px dashed #ddd;
        clear: both;
        padding: 4px 5px 5px 0px !important;
    margin: 0 0 0 5px;
    text-indent:10px;
}
.HotnewsControl .HotnewsList .HotnewsItem:last-child {
    border:none;
}
.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: #000;
        font-size: 14px;
        font-weight: 400;
  
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticlePostDate{
        display: none;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #1481c1;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl .HotnewsList, ::after, ::before{
        box-sizing: border-box;
}
@media only screen and (max-width: 768px){
        div.HotnewsControl{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10px;
        }
}