.xem-tat-ca {
        text-align: right;
}
.xem-tat-ca a {
        color: #2773d1;
        font-size: 15px;
        margin: 10px 5px 00;
        text-decoration: underline;
        display: inline-block;
}
.HSliderScroll .Header span.Text {
        text-transform: uppercase;
        /* padding: 15px; */
        display: inline-block;
        text-decoration: none;
        /* background: #eeeeee; */
        position: relative;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 2rem;
        color: #18713b;
        text-transform: uppercase;
        font-weight: 600;
}

.HSliderScroll .Header span.Text:after {
    content: '';
    width: 60px;
    height: 3px;
    background: #18713b;
    display: block;
    margin: auto;
    margin-top: 10px;
    /* border-radius: 5px; */
}
.HSliderScroll {
        margin: 0;
        padding: 0;
        /* background: #eeeeee; */
        height: auto;
        display: inline-block;
        width: 100%;
        padding-top: 0;
}
.HSliderScroll .Header {
        /* background: transparent; */
        /* display: flex; */
        /* height: 30px; */
        /* align-items: center; */
        /* border-bottom: 2px solid #1d446b; */
        /* margin: 0 10px; */
        text-align: center;
        position: relative;
}
.HSliderScroll .Header:before{
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 0; */
        left: 50%;
}
.HSliderScroll .Header span.Pages {
        color: #757575;
        font: bold 14px/30px arial;
        margin-right: 10px;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        white-space: nowrap;
        text-align: center;
}
.HSliderScroll .SliderContent {
        margin: 10px 0;
}
.HSliderScroll .text:hover {
        color: #06a7e2;
}
.HSliderScroll .ItemPanel {
        overflow: hidden;
        /* width: 100% !important; */
}
.HSliderScroll .text {
        color: #343a40;
        text-align: justify;
        overflow: hidden;
        text-align: -webkit-auto;
        font-weight: 600;
        text-align: center;
}
.HSliderScroll .text a{
        color: var(--color-black);
        font-size: 20px;
        font-weight: 600;
        text-align: left;
}
.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: flex;
        height: auto;
        flex-wrap: nowrap;
        gap: 25px;
}
.HSliderScroll .ItemContainer .Item {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        display: inline-block;
        /* padding: 10px; */
        text-align: center;
        vertical-align: top;
        /* flex: 23%; */
        width: 433px;
}
.HSliderScroll .ItemContainer .Item img {
        opacity: 1;
        width: 100%;
        height: 330px;
        object-fit: contain!important;
        border-radius: 0.5rem;
        background: #ced3d7;
}
.HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 10px;
}
.HSliderScroll .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0) url("images/arrows.png") no-repeat scroll left top; */
}
.HSliderScroll .PreButton:before{
        content: '❮';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.HSliderScroll .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
.HSliderScroll .NextButton:before{
        content: '❯';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.HSliderScroll .NextButton:hover {
        opacity: 1;
}
.HSliderScroll .PreButton:hover {
        opacity: 1;
}
@media only screen and (max-width: 768px){
        div.HSliderScroll {
                padding: 0 20px;
                padding-bottom: 20px;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer {
                padding-top: 0 !important;
                justify-content: flex-start;
                flex-wrap: nowrap;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                width: calc(100vw - 30px) !important;
                margin: 0 !important;
        }
           div.HSliderScroll .ItemContainer .Item img {
        height: 50vw !important;
    }
}

