.HotnewsControl {
        padding: 0;
        margin-bottom: 20px;
        min-height: 400px;
        /* height: 400px; */
}
.HotnewsControl .ArticlePostDate {
        color: #979797;
        font-size: 0.9rem;
        margin-top: 5px;
}
.HotnewsControl .Header span {
        color: #0069b5;
        background: #fff url(images/quochuy.png) no-repeat 0;
        margin: 5px 0 0 0;
        font-size: 13px;
        background-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 10px 10px 10px 35px;
        border-bottom: 1px solid;
}
.HotnewsControl .HotnewsScroll {
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        height: 380px !important;
}
.HotnewsControl .Header {
        height: 42px;
        text-align: left;
        width: 100%;
        /*border-bottom: 2px solid  #ed0e18; */
        margin-top: 20px;
}
.HotnewsControl .HotnewsList {
        clear: both;
        display: block;
        padding: 0 !important;
}
.HotnewsControl .HotnewsList .HotnewsItem {
        clear: both;
        display: block;
        padding: 0.7rem 5px !important;
        text-align: justify;
        font-size: 14px;
        border-bottom: 1px solid #EEE;
}
.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;
        line-height: 1.3;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
        color: #0069b5;
}
.HotnewsControl .HotnewsList .active {
        background-color: #cccccc;
}
.HotnewsControl_GetAll>a{
        color: #0d7840 !important;
        font-size: 13px !important;
}
@media only screen and (max-width: 768px){
        td>.HotnewsControl {
                padding: 5px 10px 15px 10px !important;
                margin-bottom: 10px;
        }
        .HotnewsControl .HotnewsScroll {
                height: auto !important;
                max-height: 350px;
        }
}
