/*Content CSS*/
#sub_top_menu {background:transparent;  text-align: center; z-index: 5; position: relative; }
#sub_top_menu ul {display: flex; justify-content: center;}
#sub_top_menu ul li {width:180px; margin-right:20px; margin:50px 20px 80px 0;}
#sub_top_menu ul li:last-child {margin-right:0;}
#sub_top_menu ul li a {display: block; font-family: 'paybooc-Medium'; font-size:16px; color:#000; padding-bottom:15px; width:100%; border-bottom: 2px solid #e9e9e9; transition: border-color .3s ease; font-weight: 400;}
#sub_top_menu ul li a.active {border-color:#0068b7;}
#sub_top_menu ul li a:hover {border-color:#0068b7;}


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

}

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

}

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

}
