#top_menu_stage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 999999;
}

#top_menu_stage_img {
    position: absolute;
    right: -1920px;
    top: 0;
    width: 5760px;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

#top_menu_logo {
    position: absolute;
    left: 15px; top: 10px; height: 44px;
}

#top_menu_logo {
    position: absolute;
    left: 15px; top: 10px; height: 44px;
}

#top_menu {
    position: absolute;
    left: 180px; top: 0; right: 390px; bottom: 1px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    display: block;
}

#top_menu > a {
    display: inline-block; 
    width: 22%; min-width: 110px; max-width: 160px; line-height: 55px; margin: 0 1px 0 0;
    font-family: "Open Sans", Arial, sans-serif; font-size: 15px!important; color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    transition: border 0.3s;
}

#top_menu > a:hover {
    border-bottom-color: #6cd646;
}

#top_menu > a.active {
    border-bottom-color: #FFFFFF;
}

#top_menu > span {
    margin-left: 10px;
}




#top_menu_main_mobile {
    border-bottom: 1px solid #6cd646;
    padding-bottom: 25px;
    margin-bottom:5px;
}

#top_menu_main_mobile > a {
    display: block; 
    width: 100%; min-width: 0; max-width: none;
    line-height: 40px; margin: 5px 0px;
    font-family: "Open Sans", Arial, sans-serif; font-size: 15px!important; color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    transition: border 0.3s;
    text-align: center;
}

#top_menu_main_mobile > span {
    margin-left: 0px;
} 

#top_menu_main_mobile > a:hover {
    border-bottom-color: #6cd646;
}

#top_menu_main_mobile > a.active {
    border-bottom-color: #FFFFFF;
}
      
#top_menu_more {
    padding-top: 10px;
}

#top_menu_more > a {
    display: block; 
    width: 100%; min-width: 0; max-width: none;
    line-height: 28px; margin: 0px 0px;
    font-family: "Open Sans", Arial, sans-serif; font-size: 15px!important; color: #FFFFFF;
    font-weight: 400;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    transition: border 0.3s;
    text-align: center;
}

#top_menu_more > a:hover {
    border-bottom-color: #6cd646;
}

#top_menu_more > a.active {
    border-bottom-color: #FFFFFF;
}
      


#top_menu_search {
    position: absolute;
    display: block;
    padding: 0; margin: 0;
    width: 210px;
    right: 198px; top: 50%; margin-top: -18px; height: 36px;
}

@media (min-width:1181px) {
    #top_menu_main_mobile {
       display: none!important;
    }

    #top_menu_side {
    }
}

@media (max-width:1180px) {   
    #top_menu {
        display: none;
    }
    #top_menu_search {
        width: 37%;
    }
}

#top_menu_search_input {
    width: 100%;
    outline: none;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
    display: inline-block;
    border: 0px;
    padding: 8px 57px 8px 12px; margin: 0;
    border-radius: 4px;
    box-sizing: border-box;
}

#top_menu_search_btn {
    position: absolute;
    display: block;
    cursor: pointer;
   
    padding: 0;
    margin: 0;
    right: -1px;
    top: 0;
    width: 45px;
    height: 100%;
    border: 0;
    border-radius: 0 4px 4px 0;
}

    #top_menu_search_btn:hover {
    }

#top_menu_lang {
    position: absolute;
    right: 74px; top: 50%; margin-top: -18px; height: 36px;
}

#top_menu_lang > a {
    display: inline-block; float: left;
    width: 36px; line-height: 36px;
    font-family: "Open Sans", Arial, sans-serif; font-size: 14px; color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    /*background: #666666;*/
}

#top_menu_button {
    position: absolute;
    right: 20px; top: 50%; margin-top: -18px; width: 36px; height: 36px;
    cursor: pointer;
}

#top_menu_button_bar1, #top_menu_button_bar2, #top_menu_button_bar3 {
    position: absolute;
    left: 5%; width: 90%; height: 4px; margin-top: -2px;
    pointer-events: none;
    background-color: #FFFFFF;
    filter: brightness(1);
    font-size: 0;
    transition: all 0.3s;
}

#top_menu_button_bar1 {
    top: 20%;
}

#top_menu_button_bar2 {
    top: 50%; 
}

#top_menu_button_bar3 {
    top: 80%;
}

#top_menu_button.cross > #top_menu_button_bar1 {
    top: 50%;
    transform-origin: 50% 50%;
    transform: rotate(45deg); 
}

#top_menu_button.cross > #top_menu_button_bar2 {
    top: 50%;
    transform-origin: 50% 50%;
    transform: scaleX(0); 
}

#top_menu_button.cross > #top_menu_button_bar3 {
    top: 50%;
    transform-origin: 50% 50%;
    transform: rotate(-45deg); 
}

#top_menu_button:hover > #top_menu_button_bar1, 
#top_menu_button:hover > #top_menu_button_bar2,
#top_menu_button:hover > #top_menu_button_bar3 {
    background-color: #51b72d;
    filter: brightness(1.2);
}
