.headline-slider-two {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .headline-slider-two .slider-item.noneTitle .img:before {
        content: '';
        width: 100%;
        height: 20%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000)) 0% 0% no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #00000000 0%, #000 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg, #00000000 0%, #000 100%) 0% 0% no-repeat padding-box;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000)) 0% 0% no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
        z-index: 10;
    }

    .headline-slider-two .swiper-button-prev, .headline-slider-two .swiper-button-next {
        opacity: 0;
        width: 42px;
        height: 42px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0,0,0,.3);
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        cursor: pointer;
    }

        .headline-slider-two .swiper-button-prev svg, .headline-slider-two .swiper-button-next svg {
            width: 9.1px;
            height: 15.6px;
        }

    .headline-slider-two:hover .swiper-button-prev, .headline-slider-two:hover .swiper-button-next {
        opacity: 1;
    }

    .headline-slider-two .swiper-button-prev {
        right: auto;
        left: 0px;
    }

    .headline-slider-two .swiper-pagination {
        width: 100%;
        height: 40px;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
    }

        .headline-slider-two .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background-color: #DEDDDB;
            border-radius: 50%;
            margin-right: 6px;
            -webkit-transition: .2s linear;
            -o-transition: .2s linear;
            transition: .2s linear;
            cursor: pointer;
        }

        .headline-slider-two .swiper-pagination .swiper-pagination-bullet-active {
            width: 14px;
            height: 14px;
            background-color: #ed1c24;
        }
