/*Content CSS*/
#sub_top_menu { height:60px; background:transparent;  margin-bottom:50px; text-align: center; z-index: 5; position: relative; }
#sub_top_menu ul {display: flex; justify-content: center;  height:100%; box-shadow: 0 2px 4px 0 rgba(135, 135, 135, 0.16); width:1280px; margin:0 auto;}
#sub_top_menu ul li {flex:1;}
#sub_top_menu ul li a {display: block; font-size:18px; font-weight: 500; color:#919191; transition: all .3s ease; width:100%; font-family: 'Raleway', sans-serif;
transition: all .3s ease; background: #fff; height:100%; display: flex; align-items: center; justify-content: center; position: relative;}
#sub_top_menu ul li a::after {content: ''; display: block; width:1px; height:30px; background: #e9e9e9; position: absolute; right:0; top:15px;}
#sub_top_menu ul li:last-child a {border-right:0;}
#sub_top_menu ul li a.active {color:#fff; background: #072a60;}
#sub_top_menu ul li a:hover {background: #f5f5f5;}
#sub_top_menu ul li a.active:hover {background: #072a60}
#sub_top_menu ul li a.active::after {display: none;}

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

}

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

}

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

}
