.HotnewsControl {
        margin-bottom: 10px;
        background-color: #fff;
        border: 1px solid #C0C0C0;
}
.HotnewsControl .HotnewsScroll {
        background: #ffffff none repeat scroll 0 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        height: 255px !important;
        min-height: unset !important;
}
.HotnewsControl .Header {
        height: 30px;
        font-size: 17px;
        font-weight: bold;
        line-height: 30px;
        padding-left: 10px;
        /*border: 1px solid #B0B0B0;*/
        border-top: 0;
}
.HotnewsControl .Header span {
        color: #b21e06;
        font-size: 14px;
        font-weight: bold;
        text-transform: none;
        background-color: #fff;
        padding: 3px 13px;
        border-radius: 5px 5px 0 0;
        position: relative;
        float: left;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0 10px !important;
        height: 240px !important;
        overflow: hidden;
        opacity: 1 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: inline-block;
        padding: 5px 0 !important;
        border-bottom: 1px dotted #b7b7b7;
}
.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: Arial !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #033259 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #b82805;
}
.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;
}
#ContentBar .UIHotnewsModule_Default .HotnewsControl .Header {
        border-bottom: 1px solid #B0B0B0;
}
@media only screen and (max-width: 768px){
        .HotnewsControl {
                padding: 10px;
                margin: 0;
                width: 100vw;
                border: none;
        }
}
