.vsip-charity .pagination {
    margin-top: 20px !important;
}

.charity {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.charity__slider .slick-dots {
    padding-right: 15px
}

    .charity__slider .slick-dots li button:before {
        font-size: 0;
    }

    .charity__slider .slick-dots li button {
        font-size: 15px;
        color: #23527c;
    }

    .charity__slider .slick-dots .slick-active button {
        color: #bbd040;
        border: 1px solid;
    }

.charity__item {
    padding: 0 15px
}


.charity__item--content {
    position: relative;
    overflow: hidden
}

    .charity__item--content img {
        width: 100%
    }

    .charity__item--content .charity__item--inner {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        background: rgba(0, 102, 153, .6);
        color: #fff;
        opacity: 0;
        transform: translateY(30%);
        transition: all .4s ease
    }

        .charity__item--content .charity__item--inner .clearfix {
            width: 70%
        }

        .charity__item--content .charity__item--inner h4 {
            text-transform: uppercase;
            margin-bottom: 5px;
            line-height: 22px;
            font-size: 19px;
            height: 44px;
            overflow: hidden
        }

        .charity__item--content .charity__item--inner span {
            display: block;
            font-style: italic;
            margin-bottom: 10px
        }

        .charity__item--content .charity__item--inner .description-box {
            font-weight: 300;
            font-size: 17px;
            height: 96px;
            overflow: hidden
        }

        .charity__item--content .charity__item--inner a {
            display: inline-block;
            position: absolute;
            bottom: 25px;
            right: 5px;
            width: 45px
        }

    .charity__item--content:hover .charity__item--inner {
        transform: translateY(0);
        opacity: 1;
        transition: all .4s ease
    }

@media (max-width: 767px) {
    .charity {
        overflow: hidden;
    }

    .charity__slider .slick-prev {
        left: 15px !important;
    }

    .charity__slider .slick-next {
        right: 15px !important;
    }

    .vsip-charity .charity__item {
        margin-bottom: 15px;
    }
}


.vsip-csr-programme .pagination {
    margin-top: 20px !important;
}

.csr {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0
}

.csr-item {
    position: relative
}

.csr-item img {
    width: 100%
}

.csr-item__inner {
    width: 55%;
    padding: 5px 20px;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
    background: #1292cd;
    background: -moz-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1292cd), color-stop(100%, #bbd040));
    background: -webkit-linear-gradient(left, #1292cd, #bbd040);
    background: -o-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: -ms-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: linear-gradient(90deg, #1292cd 0, #bbd040)
}

.csr-item__inner h4 {
    position: relative
}

.csr-item__inner h4 span {
    display: block;
    font-style: italic;
    margin-top: 5px;
    font-weight: 300
}

.csr-item__inner h4 a {
    width: 35px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width : 480px){
    .csr-item__inner h4 a {
        top: 90%;
    }
}

.csr-item__inner h4 a img {
    width: 100%
}

.csr-item__inner h4 a:hover img {
    opacity: .7
}

.csr__sider .slick-dots li button:before {
    font-size: 0;
}

.csr__sider .slick-dots li button {
    font-size: 15px;
    color: #23527c;
}

.csr__sider .slick-dots .slick-active button {
    color: #bbd040;
    border: 1px solid;
}

@media (max-width: 767px) {
    .vsip-csr-programme .csr-item {
        margin-bottom: 15px;
    }
    .vsip-csr-programme .csr-item__inner {
        width: 100%;
    }
}
.qhse-policy {
    background: #efefef;
    margin-bottom: 35px;
    padding-top: 30px;
    padding-bottom: 30px
}

.qhse-policy__content--img {
    width: 100%;
    float: left
}

.qhse-policy__content--inner {
    overflow: hidden;
    padding: 7%;
    height: 387px;
}

.qhse-policy__content--inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
}

.qhse-policy__content--inner .description-box {
    font-size: 18px;
    margin-bottom: 25px
}
@import '../component/_charity-events.css';
@import '../component/_csr-programme.css';
@import '../component/_qhse-policy.css';

@media (max-width: 767px) {
    .banner-slider__item .banner-slider__title h2 {
        font-size: 26px;
    }

    .banner-slider-page .banner-slider__item img {
        /* height: 400px; */
    }

    .sustainability-banner .banner-slider__title_custom h2 {
        font-size: 22px;
    }
}

.sustainability_image {
    min-height: 340px;
    max-height: 350px;
}