.product > .is-3{
    display:none;
}
.level-item{
    color:#4169E1!important;
}
#header_1 .is-primary-bg{
    background:#4169E1!important;
}
.navbar-item,#navbarDetail{
    background:#4169E1!important;
}
a.navbar-item {
    font-size:20px;
    background:transparent!important;
   
}
.navbar-start{
     background:#4169E1!important;
}
@media screen and (max-width:768px){
    div.swiper-wrapper,a.swiper-slide{
        width:100%!important;
    }

    .navbar-brand > a.navbar-item{
        width: 80%;
    }
    .navbar-item, #navbarDetail{
        background:white!important;
    }
}