.HSliderScroll {
        margin: 0;
        margin-bottom: 30px;
}
.HSliderScroll .Header {
        background: rgba(0, 0, 0, 0) url("images/noibat.png") no-repeat scroll left center;
        /* height: 40px; */
        text-align: center;
        position: relative;
}
.HSliderScroll .Header:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #E5E5E5;
        left: 0;
        top: 50%;
        z-index: 0;
}
.HSliderScroll .Header .Text {
        color: #ff2f00;
        padding: 30px 30px;
        /* font-family: Roboto; */
        background: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 auto;
        z-index: 1;
        position: relative;
        display: inline-block;
}
.HSliderScroll .SliderContent {
        margin: 10px 0;
}
.HSliderScroll .text:hover {
        color: #ff720a;
}
.HSliderScroll .ItemPanel {
        overflow: hidden;
        min-height: 310px;
}
.HSliderScroll .text {
        font: 14px arial;
        text-align: left;
        padding: 0 15px;
        text-decoration: none;
        font-weight: bold;
        color: #333;
        font-size: 14px;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        transition: 300ms;
        cursor: pointer;
        margin-bottom: 10px;
}
.HSliderScroll .ItemContainer .Item:hover img {
        opacity: 0.8;
}
.HSliderScroll .ItemContainer {
        left: 0;
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 10px;
        min-width: 100%;
}
.HSliderScroll .ItemContainer .Item:hover {
}
.HSliderScroll .ItemContainer .Item {
        float: left;
        background: #f8f8f8;
        height: 305px;
        min-width: 226px;
        display: inline-flex;
        flex-direction: column;
        max-width: 226px;
}
.HSliderScroll .ItemContainer .Item img {
        height: 180px;
        opacity: 1;
        width: 100%;
        object-fit: cover;
        transition: 300ms;
}
.HSliderScroll .ItemContainer .Item .Summary{
        order: 2;
        font: 14px arial;
        text-align: left;
        padding: 0 15px;
        text-decoration: none;
        font-weight: normal;
        color: #495057;
        font-size: 14px;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
        transition: 300ms;
        cursor: pointer;
        margin-bottom: 10px;
}
.HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 10px;
}
.HSliderScroll .PreButton {
        height: 30px;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 40px;
        width: 30px;
        z-index: 2;
}
.HSliderScroll .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: 40px;
        width: 30px;
        z-index: 2;
}
.HSliderScroll .NextButton:hover {
        opacity: 1;
}
.HSliderScroll .PreButton:hover {
        opacity: 1;
}
@media only screen and (max-width: 768px){
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                margin: 0 !important;
                min-width: calc(100vw / 2 - 10px);
                max-width: calc(100vw / 2 - 10px);
                display: inline-flex !important;
        }
        .HSliderScroll .ItemContainer .Item img {
                height: 50vw;
        }
        .HSliderScroll .ItemContainer {
                gap: 10px;
        }
        .HSliderScroll .ItemPanel {
                min-height: 280px;
        }
        div.HSliderScroll {
                margin-bottom: 30px;
        }
}
