/*slick slider*/
#banner .slick-dots {
    bottom: 20px !important;
}

#banner .slick-dots li {
    margin: 0 !important;
}

#banner .slick-dots li.slick-active button:before {
    color: #FDFEFE !important;
}

#banner .slick-dots li button:before {
    font-size: 10px !important;
    color: #B3B6B7 !important;
    opacity: 1 !important;
}

.lazy-partner .slick-dots li.slick-active button:before {
    color: #000000 !important;
}

.lazy-partner .slick-dots li button:before {
    font-size: 10px !important;
    color: #B3B6B7 !important;
    opacity: 1 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*banner*/
#banner .box .item {
    display: inline-block;
    width: 100%;
    position: relative;
}

#banner .box .item .intro {
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-50%, -50%);
}

#banner .box .item .intro p {
    font-family: 'mySourceSansProSemiBoldFont', sans-serif;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
}

#banner .box .item img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
}

@media only screen and (max-width: 1200px) {
    #banner .box .item img {
        height: 40rem;
    }
}

@media only screen and (max-width: 1024px) {
    #banner .box .item img {
        height: 35rem;
    }
}

@media only screen and (max-width: 768px) {
    #banner .box .item img {
        height: 30rem;
    }
}

@media only screen and (max-width: 576px) {
    #banner .box .item img {
        height: 25rem;
    }
}

@media only screen and (max-width: 420px) {
    #banner .box .item img {
        height: 20rem;
    }
}

@media only screen and (max-width: 360px) {
    #banner .box .item img {
        height: 15rem;
    }
}