/*Content CSS*/
#sub-top-menu {position: relative; width: 100%; height: 60px; margin-top:-60px; background: rgba(0, 0, 0, .3); text-align: center; z-index: 1;}
#sub-top-menu ul {display: flex; justify-content: center; height: 100%;}
#sub-top-menu ul li {width: 325px; height: 100%;}
#sub-top-menu ul li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color:#fff; width:100%; transition: .3s; font-size: 18px; font-weight: 400;}
#sub-top-menu ul li a:hover {background-color: rgba(255, 255, 255, .2);}
#sub-top-menu ul li a.active {background-color: #fff; color:#000;}
