*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "Open Sans",sans-serif;
}
a{
    text-decoration: none !important;
    color: #333;
}
ul,h1,h2,h3,h4,h5,h6{
	margin: 0px;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}
ul.ul{
    padding: 0;
}
ul.ul li{
    list-style-type: none;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.fw{
	font-weight: 600;
}
.row-s{
    margin: 0px -10px;
}
.col-s{
    padding: 0px 10px;
}
.over{
    overflow: hidden;
}
.delay{
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}
.pot{
	position: relative;
}
.w{
    width: 100%;
}
.wrapper{
    width: 100%;
    height: 100%;
}
.bg{
    color: white !important;
    background: #1476E3;
}
.blook{
	display: block;
}
.color{
	color: #1476E3;
}
.span{
	color: #b3a7a7;
}
.mg-bt{
    margin-bottom: 14px;
}
.form-control {
    padding: 0px 5px;
    height: 29px;
}
.search input{
	width: 200px;
	margin-left: 15px;
}
.search button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    height: 29px;
    padding: 0px 7px;
    color: #b3a7a7;
    font-size: 19px;
}
.leng ul.ul li{
	float: right;
	margin-left: 7px;
	margin-top: 4px;
}
.header .top{
	padding: 10px 0;    display: flex;
    justify-content: space-between;
}
.header .top:before{display:none;}
.header .top:after{display:none;}
.item-logo {
    margin-left: 40px;
    margin-top: 5px;
}
.phone-look ul.ul li {
    float: right;
    margin-top: 15px;
    margin-left: 25px;
    background: url(../images/phone.jpg)no-repeat 0px 4px;
    padding-left: 44px;
}
.phone-look ul.ul li:nth-child(1){
    background: url(../images/clook.png)no-repeat 0px 1px;
} 
.phone-look ul.ul li span.blook {
    font-size: 13px;
}

/* Main Menu */
#mainNavi {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    margin: 0px;
}
#mainMenu > ul {
    width: 100%;
    margin: 0;
    font-size:14px;
    border-radius: 3px 3px 0 0;
    padding: 0;
    position: relative;
}
#mainMenu .mainMenu > li{
 float: left;
 list-style-type: none;
}

#mainMenu .mainMenu > li.active > a:before,
#mainMenu .mainMenu > li:hover > a:before,
#mainMenu .mainMenu > li > a:focus:before,
#mainMenu .mainMenu > li > a:active:before {
    left: 0;
    right: 0;
}

#button-toggle-menu {
    width: 36px;
    height: 36px;
    border: 0;
    text-align: center;
    color: #FFF;
    position: fixed;
    top: 10px;
    z-index: 99999;
    padding: 0px 6px;
    background: #1476E3;
}
#button-toggle-menu .fa-bars {
    float: left;
    font-size: 27px;
    margin-right: 10px;
}
/* Sub Menu */
#mainMenu .mainMenu > li > ul {
    position: absolute;
    z-index: 1;
    padding: 0;
    margin-top: 1px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    background: #1476E3;
    min-width: 160px;
}
#mainMenu .mainMenu > li > ul >li a {
    color: white;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.15);
    display: block;
    padding: 3px 23px;
}
#mainMenu .mainMenu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
#mainMenu .mainMenu > li > ul > li {
    list-style-type: none;
}
#mainMenu .mainMenu > li > ul > li span.imgSubMenu {
    display: block;
    text-align: center;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:15px;
    padding:10px 0;
}
#mainMenu .mainMenu > li > ul > li span.title {
    display: block;
    padding-left: 25px;
}
#mainMenu .mainMenu > li > ul > li span.title a{
    color: #007ac3;
    font-size: 16px;
}
#mainMenu .mainMenu > li > ul > li > .subMenuList li{
    list-style-type: cirle;
}
#mainMenu .mainMenu > li > ul > li > .subMenuList li a {
    color: #494949;
    font-size: 13px;
}
.menu .container >nav >ul >li >a {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    padding: 8px 23px;
    display: block;
}
.menu .container >nav >ul >li:hover >a{
    background: #093e7b;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}
.menu .container >nav >ul >li >ul li a:hover{
    background: #093e7b;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}
.menu .container >nav >ul >li:nth-child(1) >a,
.menu .container >nav >ul >li:last-child >a{
	padding: 8px 10px;
}

/*footter*/
.footter{
    background: #1476E3;
    color: white;
    padding: 30px 0;
}
.footter p{
    margin: 3px;
}
.footter h3{
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}

.footter .item.shade{
    margin-top: 20px;
}
.footter .item.shade ul.ul{
    margin-left: 20px;
}
.footter .item.shade ul.ul li{
    float: left;
    width: 25%;
}
.footter .item.shade ul.ul li a{
    padding: 0;
}
.footter .item.shade ul.ul li a i {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    text-align: center;
    font-size: 21px;
    border-radius: 100%;
    position: static;
    padding: 5px 0px;
    margin-right: 7px;
}
.footter .item.shade h3 {
    margin-top: 8px;
}
.gotop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 23px;
    z-index: 9;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid white;
}
.header.headerxd .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media screen and (max-width:1024px){
	#mainMenu > ul{
	display: none;
	}
	#button-toggle-menu{
		display: block !important;
	}
}