@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 * {
        /* font-family: Merriweather, sans-serif; */
        /* font-size: inherit; */
        /* outline: none; */
        /* width: 100%; */
}
div.SliderFeature .Title{
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        padding-right: 10px;
        color: #000;
        font-weight: normal;
        line-height: 1.5;
        font-size: 16px;
}
.SliderFeature .Title:hover{
        color: #da251c;
}
.SliderFeature .ArticleList .Summary{
        display:none;
}
.SliderFeature .LeftCol a{
        height:100%;
        display: block;
}
.SliderFeature .LeftCol .Summary{
        padding: 10px 5px;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        color: #2b333f;
        /* font-weight: 700; */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        line-height: 1.5;
        padding-bottom: 0;
}
.SliderFeature {
        border-radius: 3px;
        margin: 0;
        padding: 0;
        position: relative;
        height: 480px;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 34%;
        float: left;
}
.SliderFeature .LeftCol {
        padding-left: 3px !important;
        text-align: justify;
        vertical-align: top;
        width: 65%;
        float: right;
        height: 480px;
}
.SliderFeature .LeftPanel {
        min-height: 330px !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
        height: 480px !important;
        !i;
        !;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 330px;
        /* left: 0; */
        /* position: absolute; */
        /* top: 120px; */
        width: 100%;
        /* z-index: 0; */
        border-radius: 5px;
        margin-bottom: 10px;
}
.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: 480px;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
}
.SliderFeature .ArticleList li:hover a {
        color: #da251c !important;
        width:100%;
}
.SliderFeature .ArticleList li {
        display: block;
        padding: 0;
        width: 100%;
        /* border-top: 1px solid #eeeeee; */
        padding-bottom: 10px;
}
.SliderFeature .ArticleList li+li{
        padding-top: 10px;
        /* border-top: 1px dashed #e9ecef; */
}
.SliderFeature .ArticleList li a{
        font-size:14px;
        line-height:25px;
        /* font-weight: 700; */
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: red;
        /* display: inline-block; */
}
.SliderFeature .ArticleList li:hover {
        color: #da251c;
}
.SliderFeature .ArticleList li .Image {
        /* display: none; */
        float: left;
        height: 78px;
        margin-right: 15px;
        text-align: left;
        width: 120px;
        object-fit: cover;
        border-radius: 5px;
}
.SliderFeature .Header {
        display: none;
}
.SliderFeature .Header .lblHeader {
        display: none;
}
.SliderFeature .ArticleList span.new {
        color: red;
}
div.SliderFeature .LeftPanel a .Title {
        padding: 0px 6px;
        /* font-family: Merriweather; */
        font-size: 23px;
        line-height: 30px;
        color: #000;
        font-weight: 700;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
}
.SliderFeature div.Date{
        display: inline;
}
@media only screen and (max-width: 1024px){
        .SliderFeature {
                margin: 0 !important;
                padding: 5px;
                /* display:none !important; */
                z-index: 0;
        }
}
@media only screen and (max-width: 1024px) {
        .SliderFeature {
                margin: 0 !important;
                padding: 5px;
                /* display:none !important; */
                z-index: 0;
                height: auto;
        }
        .SliderFeature .LeftCol .text div {
                text-align: justify;
                padding: 10px 0 0 !important;
                font-size: 16px;
        }
        div.SliderFeature .LeftPanel {
                overflow: hidden;
                position: relative;
                width: 100% !important;
                height: auto !important;
                max-height: calc(55vw + 100px);
        }
        .SliderFeature .LeftPanel a .Title {
                /* display: none; */
        }
        .SliderFeature .LeftCol .LeftPanel img {
                height: auto;
                width: 100%;
                z-index: 0;
                max-height: 45vw;
        }
        .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: 15px;
        }
        div.SliderFeature .LeftCol {
                padding: 0 !important;
                height: auto;
        }
        .SliderFeature .RightCol{
                display: none;
        }
        .SliderFeature .LeftCol a{
                max-height: 55vw;
                display: inline-block;
                width: 100%;
        }
        .SliderFeature .ArticleList{
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
        div.SliderFeature .LeftCol{
                min-width: unset;
                display: table-cell !important;
        }
        div.SliderFeature .RightCol{
                min-width: unset;
                display: table-cell !important;
        }
        .SliderFeature .LeftCol .LeftPanel img {
                height: auto;
                width: 100%;
                z-index: 0;
                max-height: 40vw;
        }
}
