.slider {
    margin: 0 auto;
    max-width: 85vw;
    margin-top: 2vh;
}
.backgroud-patch {
    width: 100vw;
    background: #096486;
    position: absolute;
    height: 45vh;
    margin-top: -2vh;
}
.swiper-container {
    padding-bottom: 15px;
}
.swiper-scrollbar {
    background: #d6d6d6;
    display: block;
}
.swiper-container-horizontal>.swiper-scrollbar {
    border-radius: 2px;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-wrapper img {
    width: 100%;
}
.slider-text {
    color: #fff;
    font-size: 2.1vw;
    letter-spacing: 1px;
    position: absolute;
    top: 45%;
    left: 10%;
    font-family: nevis;
}
.swiper-slide-active {
    transition-duration: 5ms;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.section {
    width: 100%;
    padding: 10% 10%;
    width: 100%;
    padding: 4vh 10vh;
}
.textsection {
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 6vh;
    padding-bottom: 2vh;
}
.prod-grid {
    display: flex;
    width: 100%;
}
.prod-grid-6 {
    width: 50%;
    float: left;
    padding: 0px 1vw;
}
.prod-grid-6 img {
    width: 100%;
}
.prod-grid-6 h4 {
    font-size: 1vw;
    letter-spacing: 1px;
    margin-top: 1.2vh;
    font-weight: bold;
    text-align: center;
}
.prod-grid-6 sup {
    font-size: 0.6vw;
    top: -0.8em;
}
.event-grid {
    display: flex;
    width: 70vw;
    margin: 0% 15vw;
}
.event-grid-5 {
    width: 30%;
    float: left;
    padding: 0px 1vw;
}
.event-grid-7 {
    width: 70%;
    float: left;
    padding: 0px 3vw;
}
.event-grid-5 img,
.event-grid-7 img {
    height: 30vh;
    width: auto;
    max-height: 16vw;
}
.event-grid h4 {
    font-size: 1vw;
    letter-spacing: 1px;
    margin-top: 1.2vh;
    text-align: center;
}
.event-section h2 {
    padding: 3vh 2vh;
    font-size: 1.4vw;
    text-align: -webkit-center;
}
.overlap-cap-sec {
    width: 100%;
    padding-top: 12vh;
}
.cap-logo-image {
    height: 85vh;
    position: absolute;
    left: 3vw;
    z-index: 2;
    margin-top: -8vh;
    max-height: 45vw;
}
.overlap-cap-sec .cap-text {
    width: 100%;
    position: absolute;
    color: #4D4D4D;
    margin-top: 15vh;
}
.overlap-cap-sec p {
    text-align: center;
    font-size: 1.6vw;
    letter-spacing: .2px;
}
.overlap-cap-sec h4 {
    text-align: center;
    font-size: 2.62vw;
    letter-spacing: 1px;
}
@media (max-width:768px) {
    .slider {
        max-width: 90vw;
    }
    .swiper-scrollbar {
        display: none;
    }
    .slider-text {
        font-size: 2.3rem;
        top: 47%;
    }
    .backgroud-patch {
        height: 15vh;
    }
    .section {
        padding: 1vh 2vh;
    }
    .textsection {
        font-size: 1.2rem;
        padding: 1vh 5%;
    }
    .prod-grid {
        flex-direction: column;
    }
    .prod-grid-6 {
        width: 100%;
        margin-bottom: 1vh;
    }
    .prod-grid-6 h4 {
        font-size: 1.2rem;
    }
    .prod-grid-6 sup {
        font-size: .9rem;
        top: -0.5em;
    }
    .event-grid {
        flex-direction: column;
        width: 100%;
        margin: 0% 0%;
    }
    .event-grid h4 {
        font-size: 1.2rem;
    }
    .event-grid-5,
    .event-grid-7 {
        width: 100%;
        margin-bottom: 1vh;
        text-align: center;
    }
    .event-grid-5 img,
    .event-grid-7 img {
        height: auto;
        width: 85%;
        max-height: none;
    }
    .event-section h2 {
        font-size: 1.6rem;
    }
    .cap-logo-image {
        height: 30vh;
        max-height: none;
    }
    .overlap-cap-sec {
        padding-top: 18vh;
    }
    .overlap-cap-sec .cap-text {
        margin-top: -16vh;
    }
    .overlap-cap-sec p {
        font-size: 1.5rem;
    }
    .overlap-cap-sec h4 {
        text-align: center;
        font-size: 2rem;
    }
    .swiper-button-next {
        background-size: 16px 20px;
        right: 5px;
    }
    .swiper-button-prev {
        background-size: 16px 20px;
        left: 5px;
    }
}