.HotnewsControl {
  background: none repeat scroll 0 0 #fcfcfc;
  height: 500px;
  overflow: hidden;
  padding: 0 0 20px;
  width: 100% !important;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 5px 5px 0px 0px;
}
.HotnewsControl .Header span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}
.HotnewsControl .HotnewsScroll {
  height: 450px !important;
  margin: 0;
  overflow: hidden;
  padding-right: 0;
  /* border: 1px solid #e0e0e0; */
  min-height: 400px  !important;
}
.HotnewsControl .Header {
  border-radius: 5px 5px 0 0;
  height: 32px;
  padding-left: 8px;
  background: url(https://storage-vnportal.vnpt.vn/vass/themes/nxbkhxh/uisteeringdocument/newsteering/images/left-menu-bg.png) no-repeat top right;
}
.HotnewsControl .HotnewsList {
  clear: both;
  display: inline-block;
  padding: 0;
}

.HotnewsList {}
.HotnewsControl .HotnewsList .HotnewsItem {
  /* background: url("images/diep124.png") no-repeat scroll left center
    rgba(0, 0, 0, 0); */
  clear: both;
  display: inline-block;
  padding: 8px 0 !important;
  border-bottom: 1px solid #e0e0e0;
}
.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;
  /*     text-transform: lowercase; */
}
.HotnewsControl .HotnewsList .HotnewsItem::first-letter {
  text-transform: uppercase;
}
.HotnewsControl .HotnewsList .HotnewsItem .ArticleTitle:hover {
  color: #0072ba;
}
.HotnewsControl .HotnewsList .active {
  background-color: #cccccc;
}
