
/*Content CSS*/
#sub_top_menu { position:relative; width: 100%; height: 80px; background-color: #f7f7f7;  text-align: center; z-index: 5; border-bottom: 1px solid #ddd;}
#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; max-width: 433px; }
#sub_top_menu ul li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-weight: 400; position: relative;
font-size:18px; color:#000; transition: all .3s ease; background-color: transparent; word-break: keep-all; position: relative; line-height: 1.5;}
#sub_top_menu ul li a::after{content: ''; display: block; width: 100%; height: 2px; background-color: #13227e; position: absolute; bottom: -1px; left: 0; opacity: 0; transition: .3s;}
#sub_top_menu ul li a:hover { color: #13227e; }
/* #sub_top_menu ul li a:hover::after{opacity: 1;} */
#sub_top_menu ul li a.active {color:#13227e;}
#sub_top_menu ul li a.active::after{opacity: 1;}


@media (max-width: 1400px){
    #sub_top_menu ul li a{font-size: 17px;}

}
@media (max-width: 1280px){
    #sub_top_menu{height: 70px;}
    #sub_top_menu ul li a{font-size: 16px;}

}
@media (max-width: 1024px){
    #sub_top_menu{height: 60px;}
    #sub_top_menu ul li a{font-size: 15px;}

}

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

}
