.SliderFeature {
       margin: 0;
        height: auto;
        display: inline-block;
        width: 100%;
        padding-top: 0;
        box-shadow: var(--box-shadow);
        padding: 5px;
        border-radius: var(--rounded);
        background: var(--color-white);
        border: var(--default-border);
        margin-bottom: var(--margin-bottom);
}
.SliderFeature .LeftCol .text div.text-summary {
        font-style: normal;
        font-size: 12px;
        color: #d9d9d9;
        font-weight: 400;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 50%;
}
.SliderFeature .LeftCol {
        padding-right: 10px !important;
        text-align: justify;
        vertical-align: top;
        width:62%;
        height: 365px;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
        height: 365px;
        
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 70%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        height: 410px;
        border-radius: 8px;
        
}
.SliderFeature .LeftCol .text {
        color: Black;
        font: bold 15px Arial;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 10px;
        padding: 5px 10px;
}
.SliderFeature .LeftCol .text div {
        color: #fff;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .LeftCol .lnk{
        color: #fff;
}
.SliderFeature .ArticleList li a {
        text-align: justify;
        font-weight: 600;
        line-height: 20px;
        display: block;
        overflow: hidden;
        /* display: -webkit-box; */
        /* -webkit-box-orient: vertical; */
        /* -webkit-line-clamp: 3; */
        /* display: grid; */
        grid-template-columns: 110px 1fr;
        gap: 10px;
}
.SliderFeature .ArticleList li a .Summary {
        display: none;
}
.SliderFeature .ArticleList {
        /* margin: 0 0 0 15px; */
        padding: 0;
        width: 100%;
        color: #444;
        /* font: 13px arial; */
        /* padding-left: 20px; */
        margin: 0;
        height: 410px;
        padding-left: 15px;
        margin-bottom:10px;
        overflow: auto;
}
.SliderFeature .ArticleList li:hover a {
        color: #AC0203;
}
.SliderFeature .ArticleList li {
        /* font: 13px arial; */
}
.SliderFeature .ArticleList li:before {
}
.SliderFeature .ArticleList .ArticleItemSelected {
        /* display: none; */}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #052379;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        float: left;
        height: 70px;
        margin-right: 10px;
        text-align: left;
        width: 110px;
        aspect-ratio: 16/10;
        object-fit: cover;
        border-radius: 8px;
}
.SliderFeature .ArticleList li .Title{
        height: 70px;
        text-align: left;
        color: var(--color-black);
        font-family: 'Merriweather';
}
.SliderFeature .Header {
        /* position: absolute; */
        top: 3px;
        left: 5px;
        width: 99%;
        border-top: 2px solid #da0f00;
        border-image-slice: 1;
        background-position: left center;
        background-position-x: 0px;
        background-repeat: no-repeat;
        display: none;
}

.SliderFeature .Header .lblHeader {
        text-transform: uppercase;
        color: #222;
        font-weight: 700;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.ArticleSlider .SliderFeature .Date {
    display: block;
    font-size: 12px;
    color: #3d3d3d;
    text-align: right;
}
@media only screen and (max-width: 768px){
        .SliderFeature .LeftPanel {
                margin-top:0px;
        }
        .SliderFeature .LeftPanel {
                height: 210px !important;
        }
        .SliderFeature .LeftCol .LeftPanel img {
                height:200px;
        }
        .SliderFeature .ArticleList li:last-child{
                padding-bottom: 0
        }
}
::-webkit-scrollbar {
        width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
        background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
        background: #dae3e8;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #dae3e8;
}
.SliderFeature .Header {
        height: 40px;
        width: 98%;
        top: 0px;
        left: 51%;
        padding: 7px 0;
        /* display: none; */
        margin-left: 10px;
}
.SliderFeature .Header .lblHeader {
        padding: 0 0 0 0px;
}
.SliderFeature .LeftCol {
}
.SliderFeature .LeftCol .text div {
        padding: 6px 0px;
        line-height: 1.4;
        font-size: 18px;
        font-family: 'Merriweather';
}
.SliderFeature .ArticleList li {
        padding-bottom: 15px;
        list-style: none;
}
@media only screen and (max-width: 1023px) {
        .ArticleSlider{
                width: auto!important;
                padding: 0!important;
                padding-left: 10px!important;
        }
        .SliderFeature{
                padding: 0!important;
        }
}
@media (max-width:768px){
        .ArticleSlider{
                width: 100vw!important;
                padding-left: 0!important;
        }
        .SliderFeature{
                padding: 0px 5px!important;
        }
        .SliderFeature .Header{
                margin-left: 0!important;
        }
        .SliderFeature .RightCol{
        }
        .SliderFeature .LeftCol .text{
                bottom:10px!important;
                padding-top: 10px;
        }
        .SliderFeature .ArticleList{
                padding-left: 0!important
        }
        .SliderFeature .Header{
                width: 100%;
        }
        .SliderFeature .ArticleList{
                height: 400px;
        }
        .SliderFeature .LeftCol, .SliderFeature .RightCol{
                width: 100%;
                display: block;
                height: auto;
        }
        .SliderFeature .ArticleList{
                height: 100%;
                margin-bottom: 0;
        }
        .SliderFeature .LeftCol .text div{
                font-size: 14px!important
        }
}
