/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mu-mega-wrap{
    width: 100%; 
    color: black;  
    margin:0px!important; 
}

.mu-mega-wrap .navbar-nav, .navbar .collapse, .navbar-nav li {
    position: static;
    top:100%;
}

.row {
    width: 100%;
}

.menu-item {
    list-style-type: none;
}

.mega-menu-item {
    list-style-type: none;

}

.dropdown{
    top:100%!important;
}
.dropdown-menu{
    top:100%!important;
}



@media screen and ( max-width: 580px ) { 

    .navbar .collapse{
        height: 500px; 
        /* 如果用auto ％ initial inherit overflow會沒用 */
        overflow-y: auto;
        overflow-x: hidden;
    }

    
}



