/*slick slider*/
#banner .slick-dots {
    bottom: 15px !important;
}

#banner .slick-dots li {
    margin: 0 !important;
}

#banner .slick-dots li.slick-active button:before {
    color: var(--white) !important;
}

#banner .slick-dots li button:before {
    font-size: 10px !important;
    color: var(--gray) !important;
    opacity: 1 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/*banner*/
#banner .box {
    position: relative;
}

#banner h2 {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: var(--red);
    font-size: 41px;
    
    background: var(--white);
    padding: 0.5em 0.5em;
    border-bottom: 2px solid var(--red);
}

#banner img {
    height: 395px;
}

#banner p {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 1.8em;
    line-height: 60px;
}

@media only screen and (max-width: 1366px) {
    #banner img {
        height: 340px;
    }
}

@media only screen and (max-width: 1366px) {
    #banner img {
        height: 240px;
    }
}


@media only screen and (max-width: 768px) {
    #banner h2 {
        font-size: 31px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 576px) {
    #banner h2 {
        font-size: 21px;
        line-height: 28px;
    }

    #banner img {
        height: 200px;
    }

    #banner p {
        font-size: 17px;
        top: 52%;
    }
}

@media only screen and (max-width: 480px) {
    #banner h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #banner p {
        font-size: 15px;
        top: 52%;
    }
}

@media only screen and (max-width: 420px) {
    #banner img {
        height: 180px;
    }

    #banner h2 {
        left: 35%;
        padding-bottom: 5px;
        font-size: 18px;
    }

    #banner p {
        left: 35%;
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    #banner h2 {
        font-size: 16px;
    }

    #banner p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    #banner img {
        height: 110px;
    }

    #banner h2 {
        font-size: 16px;
        line-height: 22px;
    }
}
