.cbp-hrmenu {
	width: 100%;
	border-bottom: 4px solid #0d2948;
	border-top:1px solid #ddd;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 1100px;
	margin: auto;
	height:40px;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 42px;
	color: #5b5b5b;
	display: inline-block;
	line-height: 40px;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #0d2948;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #0d2948;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	height:40px;
	position: absolute;
	background: #0d2948;
	width: 100%;
	left: 0;
	z-index: 10;
}

.cbp-hropen .cbp-hrsub {
	display: block;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
	float: left;
	 box-sizing: border-box;
}
.cbp-hrmenu .cbp-hrsub-inner > div > ul > li{
	float: left;
	line-height: 40px;
	padding:0 28px;
}
.cbp-hrmenu .cbp-hrsub-inner > div > ul > li>a{
	color:#fff;
	font-size: 14px;
}
.cbp-hrmenu .cbp-hrsub-inner > div > ul > li>a:hover{
	color:#fff;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}




