*{
	margin:0 auto;
	padding:0;
}
@font-face {
  font-family: 'Alexandria';
  src: url("../fonts/Alexandria-Regular.ttf");
}
body{
	font-family: 'Alexandria', arial;
	font-size:16px;
  line-height: 1.4;
}
ul{
	list-style:none;
}
ul,li{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a,
a:hover{
	text-decoration:none;
}
a:hover{
	color:#0246ab !important;
	transition:all ease 0.3s;
}
p{
  margin-bottom: 0;
}
.container{
	width: 1520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mt50{margin-top: 50px;  }
.mt40{margin-top: 40px;  }
.mt30{margin-top: 30px;  }
.mt20{margin-top: 20px;  }
.mt10{margin-top: 10px;  }
.mt5{margin-top: 5px;  }
.mt15{margin-top: 15px;  }
.pt100{padding-top: 100px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pb100{padding-bottom: 100px;}
.nav-mobile{
	display: none;
}
.btn:hover{
	color: #fff !important;
	opacity: 0.9;
	transition: all ease 0.3s;
}
.w-100{
  width: 100%;
}
@media(min-width:767px){
  .block-xs{
    display: none !important;
  }
}
@media(max-width:767px){
  .hidden-xs {
    display: none!important;
  }
	.pt100{padding-top: 60px;}
	.pb100{padding-bottom: 60px;}
}
/*----------- header----------*/
/*--- Top content ---*/
.bg-gradient{
  background: #0054FF;
background: linear-gradient(266deg, rgba(0, 84, 255, 1) 0%, rgba(0, 132, 255, 1) 100%);
}
.bg-gradient-02{
  background: #000AC4;
background: linear-gradient(90deg, rgba(0, 10, 196, 1) 0%, rgba(0, 10, 196, 1) 47%, rgba(0, 29, 133, 1) 100%);
}

.header{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.top-content{
  width: 600px;
  position: absolute;
  top:0;
  right:0;  
}
.user-info{
  position: relative;
  padding: 8px 20px;
  height: 52px;
}
@media(min-width:1025px){
	.user-info:before{
		content: '';
		width: 0; 
		height: 0;
		position: absolute;
		left: -26px;
		top: 0;
		border-top: 52px solid #0083ff;
		border-left: 27px solid transparent;
	}
}
.top-content p{
	color: #fff;	
  cursor: pointer;
}
.top-content p:before{
  content: '';
  width: 35px;
  height: 35px;
  background: url("../images/user-icon.png") no-repeat left center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.top-content p span{
  color: #fff;
}
.top-content .glyphicon{
	font-size: 12px;
	margin-left: 10px;
}
.dropdown-content{
	display: none;
  position: absolute;
  left: 0px;
  background-color: #2d9ace;
  width: 245px;
  text-align: left;
  top: 50px;
}
.dropdown-content a{
	color: #fff;
	padding: 10px;
	display: block;
}
.dropdown-content a:hover{
	color: #ec9000 !important;
}
.dropdown-content .glyphicon{
	margin-right: 5px;
}
@media(max-width:1024px){
  .top-content{
    position: inherit;
    top: 0;
    margin-bottom: 10px;
  }
  .user-info{
    height: auto;
    padding-right: 0;
    text-align: right;
  }
  .top-content p:before{
    width: 30px;
    height: 30px;
  }
  .dropdown-content{
    top: 45px;
  }
}
.logo{
	max-width: 50%;
  padding: 45px 0;
}
.logo img{
	max-width: 100%;
}
.header nav li{
	display: inline-block;
	padding: 10px 13px;
}
.header nav{
  margin-top: 80px;
  border-bottom: 2px solid #2496d1;
}
.header nav li a{
	color: #2496d1;
	font-size: 18px;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.header nav li:first-child{
	padding: 10px 10px 10px 0;
}
.header nav li:last-child{
	padding: 10px 0 10px 10px;
}
.header nav li a:active,
.header nav li a:hover{
	color: #0246ab !important;
}
#menu a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
}
#menu li{
	border-bottom: 1px solid #a3a3a3;
	padding: 10px 0;
}
.mm-title{
	display: none;
}
@media(max-width:1520px){
  .top-content{
    width: auto;
  }
  .logo{
    max-width: 40%;
  }
  .header nav{
    margin-top: 5vw;
  }
  .header nav li{
    padding: 10px 10px;
  }
}
@media(max-width:1440px){
  .header nav li a{
    font-size: 16px;
  }
  .header nav li {
    padding: 10px 5px;
  }  
}
@media (max-width: 1024px) {
	.header > .container {
		display: none;
	}
	.nav-mobile {
		display: block;
	}
	.ico-menu {
		margin: 4vw 15px;
	}
  .m-logo{
    max-width: 55%;
    padding:25px 0 0 15px;
  }
}
.header .container:after,
.header:after,
.nav-mobile:after{
  content: '';
  display: block;
  clear: both;
}
.show{
  display: block;
}
/*----------- End header----------*/
/*----------- footer----------*/
footer .container{
  width: 1920px;
  max-width: 100%;
}
footer{
	padding: 20px 0;
}
footer p{
	font-size:16px;
	margin: 0;
	color: #fff;
}
/*----------- End footer----------*/

/*--------- Go to top --------------*/
#top_gototop{
	position: fixed;
	bottom: 90px;
	right: 20px;
	opacity:1;
}
#top_gototop:hover{
	opacity:0.7;
}
#top_gototop img{
	width:50px;
}
/*--------- End Go to top --------------*/

@media (max-width: 1170px){
	img{
		max-width: 100%;
	}
	.container{
		width: 100%;
	}
	.logo{
		max-width: 45%;
	}
}

@media (max-width: 1440px) {
	.bg-gray{
		background-size: 30% auto, auto;
	}
}


@media (max-width: 1000px) {
	.logo {
		width: 50%;
	}
	.header nav{
		margin-top: 15px;
	}
	.header nav li a{
		font-size: 17px;
	}
	.header nav li{
		padding: 10px 10px;
	}
	.header nav li:first-child{
		padding: 10px 10px 10px 0;
	}
	.header nav li:last-child{
		padding: 10px 0 10px 10px;
	}
}
@media (max-width: 767px) {
	.m-logo{
		max-width: 75%;
		padding: 20px 15px 0 15px;
	}
}
@media (max-width: 480px) {
	.header{
		padding: 0 0 10px 0;
	}
	.ico-menu {
		margin: 15px 15px 10px 0;
	}
	.m-logo{
		max-width: 80%;
	}
	.bg-gray {
		background-size: 65% auto, auto;
	}

}













