.ArticleSlider {
  	position: relative;
}
.xem-tat-ca {
  	position: absolute;
  	bottom: 5px;
  	right: 0;
}
.SliderFeature {
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    background: #f5f5f5;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 5px;
}
.SliderFeature .RightCol {
    background: content-box;
    vertical-align: top;
    width: 35%;
    padding: 10px;
    padding-top: 0;
}
.SliderFeature .LeftCol {
    padding-right: 0px !important;
    vertical-align: top;
    width: 65%;
    padding: 10px;
    padding-top: 0;
}
.SliderFeature .LeftPanel {
    height: 388px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    border-radius: 3px;
}
.SliderFeature .LeftPanel > a {
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	color: white;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    line-height: 20px;
    overflow: hidden;
    background: #000;
    opacity: 0.7;
    padding: 3px 5px;
    bottom: 0;
    font-size:17px;
    font-weight:bolder;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.SliderFeature .LeftCol .text div {
    color: white;
    display: inline-block;
    padding: 6px;
    font: normal 15px arial;
}
.SliderFeature .LeftCol .text div:hover {
  color: yellow;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 0;
}

.SliderFeature .ArticleList li a {
  /* font-family: sans-serif; */
  display: inline-block;
  width: 100%;
  text-decoration: none;
  transition: all 300ms;
  vertical-align: top;
  font-size: 14px;
}

.SliderFeature .ArticleList li a:hover{
  color:  #a46422 !important;
}

.SliderFeature .ArticleList li {
    /* border-bottom: 1px dotted #ddd; */
    float:left;
    padding: 0;
    width: 100%;
    background: #c0c0c05c;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
}

.SliderFeature .ArticleList li+li{
  margin-top: 10px;
}

.SliderFeature .ArticleList li:last-child {
    border-bottom: none;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList li:hover a {
  color: #424242;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #a46422;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    float: left;
    margin-right: 15px;
    text-align: left;
    width: 64px;
    height: 45px;
}
.SliderFeature .Header {
    /* display: none; */
    padding: 0 10px;
    padding-bottom: 5px;
}
.SliderFeature .Header .lblHeader {
    /* display: none; */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px){
.SliderFeature .ArticleList li+li {
    margin-top: 5px;
}
        
.SliderFeature .RightCol {
   /*display:none;*/
}
        
.SliderFeature .LeftCol {
    margin-right:5px!important;
}
      
.SliderFeature{
        /*max-width:33%;*/
}

}
