
div[class*=UIArticleSlider_default_home] .ArticleList li .Title::before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #888;
    position: absolute;
    top: 15px;
    left: 0px;
}

div[class*=UIArticleSlider_default_home] .ArticleList li .Title {
    padding-left: 10px;
}

div[class*=UIArticleSlider_default_home] .SliderFeature {
        border-radius: 0;
        /* margin: 0 0 10px; */
        /*padding: 5px;*/
        position: relative;
        background: #Fff;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 30%;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol {
        padding-right: 15px ;
        text-align: justify;
        vertical-align: top;
        width: 70%;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel {
        /* height: 305px !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
        min-height: 300px;
        height: auto !important;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel>a{
        display: inline-block;
        width: 100%;
        color: #212529;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel>a .Title{
        font-size: 14px;
        padding: 10px;
        font-weight: 600;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 10px;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel>a .Summary{
        font-size: 14px;
        padding: 10px;
        font-weight: normal;
        color: #495057;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .LeftPanel img {
        height: 450px;
        /* left: 0; */
        /* position: absolute; */
        top: 0;
        width: 100%;
        z-index: 0;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        /* left: 0; */
        margin-bottom: 0;
        /* position: absolute; */
        /* text-align: left; */
        width: 100%;
        z-index: 1;
        font-size: 16px;
        font-weight: 600;
        display: none;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .text div {
        color: #212529;
        display: inline-block;
        padding: 10px;
        font-size: 17px;
        text-align: justify;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .text-summary{
        font-weight: normal;
        font-size: 12px;
        padding-top: 0;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li a {
        /*font-size: 13px;*/
        /*font-weight: 600;*/       
}

div[class*=UIArticleSlider_default_home] .ArticleList li .Title {
    font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
        font-size: 14px;
}

div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel {
    font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
}

div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        width: 100%;
        /*max-height: 480px;*/
        overflow: auto;
        /* padding-right: 10px; */
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList .Summary{
        display: none;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li:hover a {
        color: #0471b6;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ccc; */
        display: inline-block;
        padding: 5px 0;
        width: 100%;
        font-size: 13px;
        /* padding-top: 0; */
        background: url(images/arrow2.png) no-repeat left 12px;
        
        position: relative;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li+li{
        /* border-top: 1px solid #eee; */
        padding-top: 5px;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList .ArticleItemSelected {
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0471b6;
        display: inline-block;
        font-size: 14px;
        line-height: 1.4;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li:hover {
}
div[class*=UIArticleSlider_default_home] .SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .Header {
        /* display: none; */
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid #1481c1;
        margin-bottom: 5px;
        /* padding: 10px 13px; */
        text-transform: uppercase;
        background-position: right top;
        background-repeat: no-repeat;
        text-align: left;
        color: #1481c1;
}
div[class*=UIArticleSlider_default_home] .SliderFeature .Header .lblHeader {
    font-weight: bold;
    color: #1481c1;
}

div[class*=UIArticleSlider_default_home] .SliderFeature .Header .lblHeader a {
    font-weight: bold;
    /* color: #fff; */
    font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif;
    font-size: 16px;
    color: #1481c1;
    /* border-bottom: 1px solid #1481c1; */
}

div[class*=UIArticleSlider_default_home] .SliderFeature span.new {
        color: red;
        /* position: absolute; */font-size: 0px;
        /* right: 0; *//* bottom: 5px; *//* float: right; */}
div[class*=UIArticleSlider_default_home] .SliderFeature span.new:after {
        background: url(images/icon-moi.gif);
        content: "";
        /* position: absolute; */
        top: -7px;
        /* right: 0; */
        width: 50px;
        height: 20px;
        background-size: 50px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: 45px 20px;
}
@media only screen and (max-width: 768px){
        div[class*=UIArticleSlider_default_home] .SliderFeature .LeftPanel {
                height: auto !important;
        }
        div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .text {
                display: none;
                padding-top: 5px;
        }
        div[class*=UIArticleSlider_default_home] .SliderFeature .LeftCol .LeftPanel img{
                height: 55vw;
        }
}

@media only screen and (min-width: 820px) and (max-width: 1023px) {
  .LeftCol {
    width: 60% !important;
    display: table-cell !important;
    vertical-align: top;
  }

  .RightCol {
    width: 40% !important;
    display: table-cell !important;
    vertical-align: top;
  }
}

@media only screen and (max-width: 1023px) {
    .ArticleSlider {
        margin-bottom: 5px;
        padding: 0px !important;
    }
        
    .SliderFeature {
        margin: 0 !important;
        padding: 0px !important;
        z-index: 0;
    }
}
