
/*Content CSS*/
#sub_top_menu { position:relative; width: 100%; height: 80px; margin-top:-80px; text-align: center; z-index: 5; border-top: 1px solid rgba(255,255,255,.2);}
#sub_top_menu ul { display: flex; justify-content: center; height: 100%; width: 100%; max-width: 1300px; margin:0 auto; }
#sub_top_menu ul li { flex:1; }
#sub_top_menu ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-weight: 500;
font-size:19px; color:#fff;  letter-spacing: -.38px; transition: all .3s ease; background-color: transparent; word-break: keep-all; position: relative; line-height: 1.5;}
#sub_top_menu ul li a::before {content: ''; width: 100%; height: 2px; position: absolute; display: block; left: 0; top:-1px; background: transparent;}
#sub_top_menu ul li a.active::before {background-color: #fff;}


/* @media screen and (max-width:1024px) {
    #sub_top_menu {height: 60px; margin-top:-60px; }
    #sub_top_menu ul li a {font-size:15px; padding:0 10px ; }
}

@media screen and (max-width: 640px) {
    #sub_top_menu {display: none;}
} */
