.HotnewsControl {
        #background:
        none
        repeat scroll 0 0 #eff7f8;
        #height: 340px
        overflow: hidden;
        /* margin-top: 16px; */
        border-radius: 4px;
        margin-bottom: 10px;
}
.HotnewsControl .Header span {
        color: #fff;
        font: bold 14px/30px arial;
        text-transform: uppercase;
        padding-left:15px;
}
.HotnewsControl .HotnewsScroll {
        #height: 270px !important;
        margin: 0;
        overflow: hidden;
        min-height: 0!important;
        max-height: 368px!important;
        border: 1px solid #ddd;
        min-height: 351px!important;
        border-radius: 4px;
}
.HotnewsControl .Header {
        background: #104c97 url(images/title_thongbao.png) no-repeat right;
        color: white;
        font: bold 14px / 32px arial;
        border-radius: 4px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: inline-block;
        padding: 0!important;
        max-height: 250px;
        width: 100%
}
.HotnewsControl .HotnewsList .HotnewsItem {
        float: left;
        color: #333333;
        font-size: 14px;
        padding: 5px 10px!important;
}
.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;
        background: url(images/icon-tb.jpg) no-repeat left center;
        padding-left: 13px;
}
.HotnewsControl .HotnewsList .HotnewsItem a .gr-title{
        display: inline;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
        color: #333333;
        #margin: 6px 0px 0px 25px;
        font-size: 14px;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0072BA;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
@media (max-width: 1023px) {
        .HotnewsControl{
                width: auto!important;
                padding: 0!important;
                margin-right: 10px!important;
                margin-top: 15px!important;
        }
}
@media (max-width:768px){
        .HotnewsControl{
                padding:0 10px!important;
                margin-right: 0!important;
                max-width: 100vw;
        }
}
