/*default styles*/
body{
	margin: 0;
}
.header-outer,
.header-outer *{
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.header-outer .container{
	max-width: 1640px;
    padding: 0 30px;
    width: auto;
    margin: 0 auto;
}
/*default end*/



.header-outer{
	position: relative;
	width: 100%;
	padding: 40px 0 35px;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.6;
	background: url(../images/header-inner.jpg) center top no-repeat;
	background-size: cover;
}
.header-transparent .header-outer{
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.header-outer #header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#menu-link{
	display: none;
}
.nav-outer{
	width: calc(100% - 605px)
}
.header-outer .logo{
	background: url(../images/home/logo.png) no-repeat;
	display: block;
	width: 301px;
	height: 96px;
}
.nav-contain ul,
.nav-contain li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-contain > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-contain > ul > li{
	padding: 12px 0;
	position: relative;
}
.header-outer .li-phone{
	display: none;
}
.nav-contain > ul > li > a{
	color: #fff;
	font-size: 23px;
	padding: 15px 23px;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
}
@media (min-width: 992px) {
	.nav-contain > ul > li:hover > ul{
		display: block;
	}
	.nav-contain > ul > li > a:hover,
	.nav-contain > ul > li:hover > a{
		background: #fff;
		color: #2f7ab6;
		-moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
}
	.nav-contain > ul > li > ul{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 315px;
		padding: 30px 10px 20px 30px;
		background: #fff;
		border:1px solid #68ccf6;
		-moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	}
	.nav-contain > ul > li > ul li{
		padding: 0 0 7px;
	}
	.nav-contain > ul > li > ul a{
		font-size: 17px;
		color: #2f7ab6;
	}
	.nav-contain > ul > li > ul a:hover{
		color: #ff840c;
		text-decoration: none;
	}
.header-outer .phone-right{
	margin-left: auto;
}
.header-outer .phone-right a{
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding:15px 25px 13px 70px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #1a90c2;
	background: url(../images/phone.png) 24px center no-repeat;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.header-outer .phone-right a:hover{
	color: #ff510c;
}


@media (min-width: 2001px) {
	.header-outer .container{
		max-width: 2300px;
	}
}

@media (max-width: 1450px) {
	.header-outer{
		padding: 30px 0 25px;
	}
	.header-outer .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-outer{
		width: calc(100% - 565px);
	}
	.nav-contain > ul > li > a{
		font-size: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-outer .phone-right a{
		font-size: 20px;
		padding: 13px 25px 11px 70px;
	}
}

@media (max-width: 1200px) {
	.header-outer .logo{
        background-size: 100% auto;
        width: 245px;
        height: 78px;
    }
    .nav-outer{
    	width: calc(100% - 450px);
    }
    .nav-contain > ul > li > a{
    	font-size: 16px;
    }
    .header-outer .phone-right a{
		font-size: 16px;
		padding: 10px 20px 9px 40px;
		background-size: 20px auto;
		background-position: 15px center;
	}
}
@media (max-width: 992px) {
	body{
		padding-top: 0;
	}
}
@media (max-width: 991px) {
	.header-outer .container{
		padding: 0;
	}
	.header-outer{
		padding: 25px 65px 20px 25px;
	}
	#menu-link{
		display: block;
		background: url(../images/home/menu.png) no-repeat;
		width: 22px;
		height: 15px;
		position: absolute;
		right: 28px;
		top: 55px;
	}
	.nav-outer{
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		background: #fff;
		width: 100%;
		box-shadow: 0 0 15px rgba(0,0,0, 0.14);
	}
	.nav-contain > ul{
		display: block;
	}
	.nav-contain > ul > li{
		padding: 0;
	}
	.nav-contain > ul > li > a{
		display: block;
		width: 100%;
		padding: 17px 10px;
		font-size: 18px;
		color: #2f7ab6;
		text-align: center;
		position: relative;
	}
	.nav-contain > ul > li.has-children > a:before{
		content: " ";
		background: url(../images/home/selct-bg.png) right center no-repeat;
		background-size: 100% auto;
		width: 30px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav-contain > ul > li > ul{
		padding: 15px 10px 12px;
		position: static;
		min-width: inherit;
		width: 100%;
		background: #e3eef6;
		border:none;
		border-top: 1px solid #1b76b8;
		border-bottom: 1px solid #1b76b8;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.nav-contain > ul > li > ul li{
		text-align: center;
	}
	.header-outer .li-phone .phone-right{
		text-align: center;
	}
}
@media (max-width: 640px) {
	.header-outer #header{
		justify-content: center;
	}
	.nav-outer{
		padding-bottom: 15px;
	}
    .header-outer .phone-right{
        display: none;
    }
    .header-outer .li-phone{
    	display: block;
    }
    .header-outer .li-phone .phone-right{
    	display: block;
    	padding-top: 5px;
    }
    .header-outer .li-phone .phone-right a{
    	font-size: 22px;
    	color: #2f7ab6;
    	background: url(../images/phone-blue.png) left center no-repeat;
    	background-size: 27px auto;
    	border:none;
    	-moz-border-radius: 0;
    	-webkit-border-radius: 0;
    	border-radius: 0;
    }
}