.ArticleSlider {
	height: auto !important;
}
.SliderFeature {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 8px;
    padding: 5px;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 15px !important;
    text-align: justify;
    vertical-align: top;
    width: 65%;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    min-height: 370px;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #fff;
    bottom: 0;
    color: Black;
    font: bold 13px Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.SliderFeature .LeftCol .text div {
    color: #444;
    display: inline-block;
    padding: 6px !important;
}
.SliderFeature .ArticleList li a {line-height: 1.4;}
.SliderFeature .ArticleList {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.SliderFeature .ArticleList li:hover a {
    color: #620101;
    line-height: 1.4;
}
.SliderFeature .ArticleList li {
    border-bottom: 1px dotted #603913;
    display: inline-block;
    padding: 6px 0px;
    width: 100%;
    line-height: 0;
    text-indent: 10px;
}
.SliderFeature .ArticleList li  a .Title{
    background: transparent url(images/highlights-list.png) no-repeat 0px 5px;
    line-height: 1.4;
    text-align: left;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #620101;
    font: 13px arial;

}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    display: none;
    float: left;
    height: 86px;
    margin-right: 10px;
    text-align: left;
    width: 120px;
}
.SliderFeature .Header {
    /* display: none; */
    height: 30px;
    margin-bottom: 10px;
    position: relative;
}
.SliderFeature .Header .lblHeader {
    display: block;
    /* text-align: center; */
    font-weight: bold;
    color: #1a9ffe;
    /* border-bottom: 1px solid #e65320; */
    padding-left: 56px;
    font-size: 17px;
    /* position: relative; */
}
.SliderFeature .Header:before {
  content: "";
  background: url(https://storage-vnportal.vnpt.vn/hgg-ubnd/themes/sitedemo/uiarticleslider/sliderfeature/images/newspaper1.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 32px;
  vertical-align: middle;
  left: 10px;
}
