@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,900;1,400;1,700&family=Noto+Sans:wght@200;800&family=Roboto+Slab:wght@300&display=swap');


.SliderFeature {
    border-radius: 3px;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 40%;
}
.SliderFeature .LeftCol {
    padding-right: 30px !important;
    text-align: justify;
    vertical-align: top;
    width: 60%;
}
.SliderFeature .LeftPanel {
    min-height: 330px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 330px;
    /* left: 0; */
    /* position: absolute; */
    /* top: 120px; */
    width: 100%;
    object-fit:cover;
}
.SliderFeature .LeftCol .text {
    top: 0;
    left: 0;
    /* position: absolute; */
    /* text-align: left; */
    width: 100%;
    font-family: Merriweather;
    font-size: 14px;
    line-height: 30px;
    color: #111111;
    padding-bottom: 10px;
    font-weight:700;
    display: none;
}
.SliderFeature .LeftCol .text div {
    color: #444;
    display: inline-block;
    padding: 6px;
        font-size: 18px;
}

.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 3px solid #da251c;
    border-radius: 3px 3px 0 0;
    overflow-y: scroll;
    height: 411px;
}
.SliderFeature .ArticleList li:hover a {
    color: red;
    width:100%;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.SliderFeature .ArticleList li a{
    font-size:14px;
    line-height:1.5;
    width:100%;
    font-family:Roboto, sans-serif;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: red;
    display: inline-block;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    /* display: none; */
    float: left;
    height: 80px;
    margin-right: 15px;
    text-align: left;
    width: 110px;
    object-fit: cover;
}
.SliderFeature .Header {
    display: none;
}
.SliderFeature .Header .lblHeader {
    display: none;
}
.SliderFeature .ArticleList span.new {
    color: red;
}
.SliderFeature .LeftPanel a .Title {
    /* display: none; */
    padding: 6px;
    font-family: Merriweather;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    padding-bottom: 10px;
    font-weight: 700;
}
 @media only screen and (max-width: 1365px){
    .SliderFeature .Title {
        font-size:0.8rem;
    }
     .SliderFeature .ArticleList {
        max-height: 320px;
    }
}
@media only screen and (max-width: 768px) {
        .SliderFeature {
            padding: 0 0 0 5px;
        }  
        .SliderFeature .LeftCol .text div {
            text-align: justify;
            padding: 10px 0 0 !important;
            font-size: 16px;
          }
        .SliderFeature .LeftPanel {
            overflow: hidden;
            position: relative;
            width: 100% !important;
            height: auto !important;
        }
        .SliderFeature .LeftPanel a .Title {
            /* display: none; */
        }
        .SliderFeature .LeftCol .LeftPanel img {
            height: auto;;
            width: 100%;
            z-index: 0;
        }
        .SliderFeature .ArticleList li .Image {
            float: left;
            height: 70px;
            margin-right: 15px;
            text-align: left;
            width: 100px;
            object-fit: cover;
        }
        .SliderFeature .ArticleList li .Title {
                font-size:12px;
        }
        .SliderFeature .LeftCol {
            padding-right: 0 !important;
        }
}