.ArticlePostDate {
  margin-top: -16px;}
.HotnewsControl {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 5px 5px 0 0;
    margin: 0 0 10px 0;
}
.HotnewsControl .HotnewsScroll {
    overflow: auto;
    padding-bottom: 0;
    min-height: 250px;
    max-height: 400px;
}
.HotnewsControl .Header {
    background: #fff url("Images/Background_Title.png") no-repeat scroll 0 0;
    /*margin-left: -10px;*/
    height: 28px;
    margin-bottom: 10px;
}
.NgayDang {
    font-size: 13px;
    font-weight: bold;
    color: red;
}
.textNgayDang {
    font-weight: bold;
    color: #0600ea;
    font-size: 13px;
}
.HotnewsControl .Header > span {
    color: #fff;
    font: 600 14px/28px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.HotnewsControl .HotnewsList {
    clear: both;
    padding: 0 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem {
   /* background: rgba(0, 0, 0, 0) url("Images/iconLi.png") no-repeat scroll left center;
    clear: both;
    display: block;
    padding: 3px 5px 4px 14px;*/
}
.HotnewsControl .HotnewsList .HotnewsItem img {
   
   /*  float: left; */
    height: 120px;
    margin-right: 6px;
    vertical-align: top;
    width: 100%;
    text-align:
    center;
    object-fit: cover;
    margin-bottom: 2px;
  	margin-top: 10px;
}
.HotnewsControl .HotnewsList .HotnewsItem a {
    color: black;
    text-decoration: none;
    display: inline-block;
}
.HotnewsControl .HotnewsList .HotnewsItem a:hover {
    color: #ff4e00;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle {
    color: #0000EE;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: auto;
    text-align: left;
  	margin-bottom: 15px;
    margin-top: 15px;
  
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
    color: #ff4e00;
}
.HotnewsControl .HotnewsList .active {
    background-color: #cccccc;
}
