.mg-headmenu-1 {
	height:60px;
	background:#FFF;
}

.mg-headmenu-1 ul {
	list-style:none;
	width:100%;
	display:table;
	table-layout:fixed;
	padding:0;
	margin:0;
}

.mg-headmenu-1 ul li {
	display:table-cell;
	width:2%;
	padding:0;
	margin:0;
}

.mg-headmenu-1 ul li a {
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#014983;
	box-sizing:border-box;
	border-bottom:4px solid transparent;
	text-decoration:none;
}

.mg-headmenu-1 ul li a.active, 
.mg-headmenu-1 ul li a:hover {
	border-bottom-color:#014983;
}