
.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 ; */
        border-style: solid;
        border-width: thin;
        border-color: gray;
}
.HotnewsControl .Header span {
        color: rgb(255,61,61);
        font: 14px/26px Roboto;
        display: inline-block;
        text-transform: uppercase;
    font-weight: 700;
    width: 100% !important;
      font-family: "Roboto Condensed" !important;
}



.HotnewsControl .Header span:before {
    content: "\f005";
    font-family: "FontAwesome";
}

                              
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:#186e1c; */
        border-bottom: 2px solid #04692E;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 5px;
        height: auto !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {

}
.HotnewsControl .HotnewsList .HotnewsItem:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}


.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: #186e1c;
}
.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;
        }
}


@media only screen and (min-width: 0px) {
    .HotnewsControl .HotnewsList .HotnewsItem {
        /* padding: 5px 15px; */
        padding: 5px 0px !important;
 }
        
        
 .HotnewsControl .HotnewsList .HotnewsItem    {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #202122;
    text-align: justify;
    text-indent: 13px;
    background: url(https://storage-vnportal.vnpt.vn/gov-tnn/themes/mauxanganson/namdinhpost/uiservicecategory/images/dot3.png) no-repeat;
    background-position: 2px 5px;
    
}
}