.SliderArticleImage {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        /* border: 1px solid #e9ecef; */
        background: #fff;
        padding-top: 10px;
        padding-left: 10px;
}
.Header{
        padding-left: 10px;
}
.SliderArticleImage .Header .Text {
        color: #bd1723;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-transform: uppercase;
        display: inline-block;
        line-height: 27px;
        padding-bottom: 6px;
        white-space: nowrap;
        position: relative;
        border-bottom: 3px solid #f9b228;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        min-height: 600px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: auto;
}
.SliderArticleImage .Item {
        flex-direction: column;
        bottom: 0;
        float: left;
        left: 0;
        position: absolute;
        display: flex;
        height: 100%;
        width: 100%;
}
.SliderArticleImage .PreButton {
        /* background: url("Images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
        cursor: pointer;
        height: 30px;
        right: 40px;
        position: absolute;
        top: 15px;
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
}
.SliderArticleImage .PreButton:before{
        content: '❮';
        width: 100%;
        height: 100%;
        display: inline-flex;
        font-size: 17px;
        color: #fff;
        align-items: center;
        justify-content: center;
}
.SliderArticleImage .PreButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .NextButton {
        /* background: url("Images/arrows.png") no-repeat scroll right top rgba(0, 0, 0, 0); */
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 15px;
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
}
.SliderArticleImage .NextButton:before{
        content: '❯';
        width: 100%;
        height: 100%;
        display: inline-flex;
        font-size: 17px;
        color: #fff;
        align-items: center;
        justify-content: center;
}
.SliderArticleImage .NextButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .Item a {
        border: medium none;
        display: inline-block;
        width: 100%;
        flex: 1;
}
.SliderArticleImage .Item .Title a:hover {
        color: #bd1f24;
}
.SliderArticleImage .Item .Image {
        border: medium none;
        border-radius: .5rem;
        width: 100% !important;
        height: auto !important;
        max-height: 450px;
}
.SliderArticleImage .Item .Title a {
        color: var(--color-blue-light);
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SliderArticleImage .Item .Summary {
        color: #1b1919;
        padding-top: 10px;
        text-decoration: none;
}
.SliderArticleImage .Item .Summary a {
     font-size: 15px;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-align: -webkit-auto;
}
.SliderArticleImage .Item .Info {
        padding: 20px 10px;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        z-index: 1;
        min-height: 150px;
}
.SliderArticleImage .Date {
        margin-top: 10px;
        font-size: 13px;
        color: #6c757d;
}
@media only screen and (max-width: 768px){
        div.ArticleSlider {
                padding: 0 10px !important;
        }
        div.SliderArticleImage {
                padding-top: 0;
                padding-left: 0;
                margin-top: 10px !important;
        }
        .SliderArticleImage .ItemPanel {
                min-height: 52vh;
                max-height: 52vh;
        }
        div.SliderArticleImage .Item .Image {
    height: 230px !important;
}
.SliderArticleImage .Item a {
        flex: unset !important;
}
.SliderArticleImage .Item .Title a {
        -webkit-line-clamp: 3 !important;
        text-align: justify;
}
.SliderArticleImage .Item .Summary a {
        -webkit-line-clamp: 4 !important;
        text-align: justify;
}
.SliderArticleImage .Item .Info {
        padding: 20px 10px 0 10px;
}
}

