header{
    top:0;
}

main{
    margin-top: 100px;
}

.mySwiper7-button-next, .mySwiper7-button-prev{
    background-color: #efc01b;
    transition: all 0.25s;
    opacity: 50%;
}

.mySwiper7-button-next:hover, .mySwiper7-button-prev:hover{
    opacity: 100%;
}

.mySwiper8-button-next, .mySwiper8-button-prev{
    background-color: #2e3339;
    transition: all 0.25s;
    opacity: 50%;
}

.mySwiper8-button-next:hover, .mySwiper8-button-prev:hover{
    opacity: 100%;
}

@media only screen and (min-width:1000px){
    main{
        margin-top: 120px !important;
    }
}

@media only screen and (min-width:1024px){
    .dropsubMenuDesktop:hover .submenu{
        display: block !important;
    }
}