.HotnewsControl {
        background: #fff;
        border: 0px;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #bbb;
        /*height: 100%;*/
        padding: 10px;
        text-align: left !important;
        margin-bottom: 10px;
        height: 580px;
}
.HotnewsControl .HotnewsScroll {
        background: #ffffff none repeat scroll 0 0;
        margin: 0;
        overflow-y: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
        padding: 0;
        /*max-height: 440px;*/
        max-height: 500px;
        height: 100%;
}
.HotnewsControl .HotnewsScroll::-webkit-scrollbar {
        width: 0;
        height: 0;
}
.HotnewsControl .Header {
        border: 0px;
        height: 36px;
        background: #189bf7;
        color: #fff !important;
        display: inline-block;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #c5b5b5;
        margin-bottom: 10px;
}
.HotnewsControl .Header span {
        height: 36px;
        color: #ffffff;
        padding: 0 10px 0 20px;
        padding-top: 5px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
}
.HotnewsControl .Header span:before{
        content: "\f009";
        font-size: 30px;
        font-family:
                'Material Icons';
        vertical-align: top;
        font-weight: 400;
        width: 36px;
        height: 36px;
        display: inline-block;
        top: 2px;
}
#hclthong-bao {
        background-image: linear-gradient(to bottom, #ce1126 0, #ce1126 100%) !important;
}
#hclthong-bao:before{
        content: "\e7f4" !important;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0 0 0 5px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        background: url('https://storage-vnportal.vnpt.vn/cmu-khdn/6432/HinhAnh/arr.png') no-repeat scroll left 9px;
        clear: both;
        display: inline-block;
        padding: 3px 5px 4px 20px !important;
        border-bottom: 1px solid #e6e6e6;
}
.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: #222222;
        padding-top: 0;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #1a9bf7;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.itemnews{
        background: url(https://storage-vnportal.vnpt.vn/cmu-khdn-2//themes/cdc/uihotnewsmodule/images/moi.gif) right center no-repeat;
        display: inline-block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
}
@media screen and (max-width:768px){
        .HotnewsControl{
                margin: 5px 10px !important;
                width: unset !important;
        }
        .HotnewsControl .Header{
                margin:5px 0 0 5px;
        }
        .HotnewsControl .HotnewsScroll{
                height: 100vh;
        }
        .HotnewsControl .HotnewsList .HotnewsItem{
        }
        .HotnewsControl .HotnewsList .HotnewsItem a{
                line-height:1.5 !Important;
        }
}
