#tab { width:100%; }
#tab #navs { display:flex;flex-wrap:wrap;width: 100%; margin-bottom: 5px; }
#tab #navs li {
	text-align: center;
	display: block;
	width: 19%;
	line-height: 50px;
	margin-right: 1%;
	background: #cce6fe;
	color: #000;
    border-radius: 0px;
	margin-bottom: 5px;
	transition: 0.3s;
}

#tab #navs li.select { background: #0248ad; color: #FFF; font-weight: bold; border-radius: 10px; line-height: 50px;}
#tab #navs li:hover { color: #FFF; background: #0248ad; border-radius: 0px; }
#tab div { clear:both; }

@media screen and (max-width: 601px) {
	#tab #navs li {	line-height: 40px; }
}
