.mainHeader {
    width: 100%;
    height: 140px;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
}

.headerNew {
    position: relative;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0 0 0 60px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    background-color: transparent;
	background: #fff;
    transition: background-color .2s ease-in-out,height .3s ease-in-out;
}
.headerTop {
    width: 100%;
    height: 40px;
    background: #EFEFEF;
}

a.loginBtn {
    font-family: 'Montserrat Regular',sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 40px;
}
a.lgnBtn{ color: #707070; font-size: 14px; line-height: 40px;}
.newMenuLogo{flex-grow: 0;  flex-shrink: 0; position: relative;}
.newMenuLogo:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	bottom: -38px;
	border-style: solid;
	border-width: 25px 60px 0 60px;
	border-color: #fff transparent transparent transparent;
}
.header__group, .header__language {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header__group {
    flex-grow: 0;
    flex-shrink: 0;
}

.header__nav, .header__nav .nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.header__nav .nav__link {
    position: relative;
    height: 100px;
    margin: 0 16px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22.4px;
	font-weight: 600;
	

    color: #000;
    transition: color .3s ease-in-out,height .3s ease-in-out,opacity .2s ease-in-out;
}
.header__nav .nav__link span{
    position: relative;
    height: 100px;
    margin: 0 16px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
	
    align-items: left;
    font-size: 16px;
    line-height: 22.4px;
	

    color: #000;
    transition: color .3s ease-in-out,height .3s ease-in-out,opacity .2s ease-in-out;
}
.header__nav .nav__link > i {
	color: rgba(0,0,0,0.5);
	font-size: 12px; padding-left: 10px; transition: opacity .3s ease-in-out;

}
.header__nav .nav__link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #011E65;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.header__nav .nav__link:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 36px;
    display: block;
    width: 1px;
    height: 28px;
    background-color:#F2F2F2;
    opacity: 1;
}
.header__nav .nav__item:hover .nav__link:before {
    background-color:none !important;
	opacity: 0;
}
.header__nav .nav__item:hover .nav__link {
    color: #fff;
}
.header__nav .nav__item:hover .nav__link >i {
    color: #fff;
}
.header__nav .nav__item:hover {
    background-color: #011E65;
}

.header__nav .nav__item:last-child .nav__link:before {
    background-color:none;
	opacity: 0;
}









.header__nav .nav__item:hover .nav-content {
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
    opacity: 1;
    visibility: visible;
}

.header__nav .nav-content {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    width: 0;
    height: 0;
    padding: 0;
	background: rgba(0, 41, 139, 0.5);
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out,top .3s ease-in-out,height .3s ease-in-out,top .3s ease-in-out;
}
.header__nav .nav-content__container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
    overflow: hidden;
	position: relative;
	flex-wrap: wrap;
}

.nav-content__column{
	width: 33.33%;
	display:flex;
	flex-direction: column;
	height: auto; margin-bottom: 80px;
	
	
}


.nav-content__column-item{transition: all 0.3s ease-in-out;}


.header__nav .nav-content__column-item:hover .nav-content__column-sub-container {
    width: 100%;
    height: auto;
    
 	opacity: 1;
	visibility: visible;	

}

.header__nav .nav-content__column-sub-container {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
   
 	opacity: 0;padding: 20px 20px;
	visibility: hidden;
	
	
	background:none;
	color: #fff;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.header__nav .nav-content__wrap {
    width: 100%;
    max-width: 1250px;
	border-top:1px solid rgba(255,255,255,0.19);
    margin: auto;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-start;
    overflow: hidden;
	position: relative;
	flex-wrap: wrap;
}

a.header__navSub{width: 100%; height: auto; display: block; opacity: 1;}

.header__nav-iconBox{width: 69px; height: 69px; background: rgba(255,255,255,.10); border-radius: 14px; text-align: center; padding:11px; float: left;}
.header__nav-textContainer{margin-left: 85px; padding-right: 35px;}
.header__nav-textTitle{ font-weight: 500; font-size: 16px; color: #fff; padding-top: 6px;}
.header__nav-textC{font-weight: 300; font-size: 12px; line-height: 16px; color: #fff; padding-top: 4px;}
.header__nav-textTitle > i{font-size:11px; line-height: 12px;}
.nav-content__sub-column{
	width: 20%;
	display:flex;
	flex-direction: column;
	height: auto; padding-right: 25px; margin-bottom: 10px;
	
	
}

.opacityMenu{opacity: 0.5;}
.opacityActive{opacity: 1;}

a.navSubListM{display: block; position: relative; width: 100%; height: auto;  opacity: 1;}
a.navSubListM:before{
	content: "";
	width: 8px; height: 8px; border-radius: 8px; background: #20ECF4; position: absolute; left: -13px; top: 2px;
}
.navSubTitle{font-size:16px; font-weight: 300; color: #fff; }
.navSubTitle span{ font-weight: 500;}
.navSubTxt{font-size:12px;  font-weight: 300; color: #fff; opacity: .4; line-height: 14px; padding-top: 3px; padding-bottom: 10px;}


.nav-content__container:hover a.header__navSub{opacity: 0.5;}

.nav-content__container a.header__navSub:hover{
 opacity: 1;
}

a.navSubListM:hover{ opacity: 0.5;}




.headPhone {
    width: auto;
    height: 34px;
    float: left;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.headSep {
    float: left;
    width: 1px;
    height: 17px;
    border-right: 1px solid rgba(0,0,0,0.2);
    margin: 11px 15px 0 7px;
}

.contactUsCon{display: inline-block; float: right; position: relative; width: 269px; height: 100px; z-index: 10;}
a.contacUs{width: 269px; height: 130px; background: #011E65; display: block; position: absolute; top: 0; right: 0;  line-height: 130px; transition: all 0.3s ease-in-out;}
a.contactUsFix{ height: 100px; line-height:100px; transition: all 0.3s ease-in-out;}