.cbp-hrmenu {
	width: 100%;
	border-bottom: 0px solid #47a3da;
	z-index:999999;
	position: relative;
	margin-top:15px;
	
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style-type: none;
	
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 0em;
	text-align:right;
	height:5.2vw;
	padding-top:8px;
}

.cbp-hrmenu > ul > li {
	display: inline;
	float:left;
	font-family:"Î¢ÈíÑÅºÚ";
}

.cbp-hrmenu > ul > li > a {
	font-weight: 500;
	padding: 0em 1em 0em 1em;
	color: #212121;
	font-size:1vw;
	display: inline-block;
	line-height:5.2vw;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #af251b;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #000000;
	background: rgba(#FFFFFF);
	margin-bottom:0px;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	background: rgba(218,37,29,0.7);
	width: 52%;
	margin-left:35%;
	position: fixed;
	left: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 25%;
	float: left;
	padding: 0 2em 0;
}

.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 h3 {
	color: #fff;
	font-size: 22px;
}
.cbp-hrsub h4 {
	color: #fff;
	padding: 1em 0em 0.2em 0em;
	margin: 0;
	font-size: 25px;
	font-weight: 500;

}
.cbp-hrsub h5 {
	color:#fff;
	padding: 1em 0 0em;
	margin: 0;
	font-size: 14px;
	line-height:18px;
	font-weight: 300;
}