

._hidden_menu .hidden_menu_block a {
    font-family: 'Kanit', sans-serif;
    color: black !important;
}

._hidden_menu .hidden_menu_block a.normal {
    transition: all 0.3s;
    padding: 0px 10px;
    font-size: 16px !important;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: black !important;
}

._hidden_menu .hidden_menu_block a.normal:hover {
    text-decoration: none !important;
    color: #3e1001;
}


section[data-name="honda"].menu a:not(.md-button) {
    transition: all 0.3s;
}

section[data-name="honda"].menu a:not(.md-button):hover {
    text-decoration: none !important;
    color: #3e1001 !important;
}

/* Desktop Mid,Large */

@media (min-width:992px){


    section[data-name="honda"].menu {
        height: 190px;
        max-height: 190px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: transparent !important;
        color: #fff !important;
        position: absolute;
        top: 0;
        z-index: 1010;

    }

    section[data-name="honda"].menu.desktopOnActive {
        background-color: white ;
        color: white ;
        height: 120px;
        padding: 20px 0 ;
        width: 100% ;
        float: left ;
        position: relative ;
        transition: all 0.6s;
    }

    section[data-name="honda"].menu a {
        padding-left: 50px;
        padding-right: 50px;
        font-family: 'supermarket', sans-serif;
        color: white !important;
        line-height: 150px !important;
        width: 190px;
        text-align: center;
        padding: 0 20px;
    }

    section[data-name="honda"].menu.desktopOnActive a {
        font-weight: bold;
    }

    section[data-name="honda"].menu a img {
        height: 150px;
        width: 150px;
        padding: 0;
    }

    section.menu.desktopOnActive {
        max-height: 100px !Important;
    }
}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
    section.menu {
        background-color: white !important;
        color: #fff !important;
    }
}



.mobileOnActive {
    background-color: white !important;
}

.mobileOnActive ._menuHeadList a {
    font-family: 'Kanit';
}

section.menu.desktopOnActive ._menuHeadCover a {
    line-height: 100% !important;
}

section.menu.desktopOnActive ._menuHeadList a {
    line-height: 100px !important;
    padding: 0px 10px;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Kanit';
}

.mobileOnActive a {
    color: black;
}

.mobileOnActive a:hover {
    text-decoration: none;
    color: red !important;
}


section.menu.desktopOnActive ._menuHeadList a:hover {
    text-decoration: none;
}

section.menu.desktopOnActive ._menuHeadCover a img {
    height: 100px;
    width: auto;
}

@media (max-width:1210px){
    section.menu.desktopOnActive ._menuHeadList a {
        font-size: 15px !important;
        padding: 0px 5px;
    }
}

.hamburger_close .x-b,.x-a {
    color:black;
    background-color: black !important;
}
