header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 4.7rem 0;
}
header.active{
	position: fixed;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.9);
}
.logo a{
	display: block;
}
.logo img{
	width: 27.7rem;
}
.logo-sticky{
	display: none;
}
header.active .logo-sticky{
	display: block;
}
header.active .logo-normal{
	display: none;
}
.menu ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
.menu ul li{
	padding: 0;
	margin: 0 0 0 1.5rem;
}
.menu ul li:first-child{
	margin-left: 0;
}
.menu ul li:after{
	content: none;
}
.menu ul li a{
	font-weight: bold;
	height: 7.3rem;
	padding: 0 1rem;
	min-width: 20.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	line-height: 2.1rem;
	color: #fff !important;
	letter-spacing: 0.36px;
	text-transform: capitalize;
	border: 0.15rem solid #FFFFFF;
}
.menu ul li.active a,
.menu ul li:hover a{
	background: #fff;
	color: #002B4E !important;
}
header.active .menu ul li a{
	color: #002B4E !important;
	border-color: #002B4E !important;
}
header.active .menu ul li.active a,
header.active .menu ul li:hover a{
	background: #002B4E !important;
	color: #FFFFFF !important;
	border-color: #002B4E !important;
}
.header-btn{
	margin-left: 1.8rem;
}
.header-btn .btn{
	height: 7.3rem;
	letter-spacing: 0.36px;
	min-width: 20.2rem;
}
.header-globe{
	position: relative;
	margin-left: 2.93rem;
	min-height: 7.3rem;
    display: flex;
    align-items: center;
}
.globe-icon:hover{
	cursor: pointer;
}
.globe-icon img{
	width: 3.3rem;
}
header.active .globe-icon img{
	-webkit-filter: invert(100%);
	filter: invert(100%);
	opacity: 0.8;
}
.globe-box{
	position: absolute;
	left: 0;
	-webkit-transform: translateX(calc(-50% + 16px)) translateY(1.8rem);
	transform: translateX(calc(-50% + 16px)) translateY(1.8rem);
	top: 100%;
	background: #FFFFFF;
	width: 15.4rem;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header-globe:hover .globe-box{
	opacity: 1;
	visibility: visible;
}
.globe-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 1.1rem solid transparent;
    border-right: 1.1rem solid transparent;
    border-bottom: 2.3rem solid #fff;
    top: -2.3rem;
    left: 0;
    right: 0;
    margin: auto;
}
.globe-box a{
	font-weight: bold;
	color: #002B4E !important;
	line-height: 2.1rem;
	min-height: 5.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.globe-box li:last-child a{
	border-bottom: 0;
}
.globe-box a:hover{
	color: #002B4E !important;
}
.toggleMenu{
	position: relative;
	width: 3.4rem;
	height: 2.7rem;
	margin-left: 3.4rem;
	cursor: pointer;
}
.toggleMenu span{
	width: 3.4rem;
	position: absolute;
	left: 0;
	height: 0.3rem;
	background: #fff;
}
header.active .toggleMenu span{
	background: #002B4E;
}
.toggleMenu .bar1{
	top: 0;
}
.toggleMenu .bar2{
	top: 1.2rem;
}
.toggleMenu .bar3{
	bottom: 0;
}
body.active{
	overflow: hidden;
}
.sidemenu{
	position: fixed;
	top: 0;
	right: -52.4rem;
	width: 51.4rem;
	height: 100vh;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	overflow-y: auto;
	background: #002B4E;
	padding: 4.7rem 5.2rem 4.1rem;
	-webkit-transition: right 0.3s linear;
	-moz-transition: right 0.3s linear;
	-ms-transition: right 0.3s linear;
	transition: right 0.3s linear;
}
.side-menu-overlay{
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);*/
	display: none;
	z-index: -1;
}
.sidemenu.active{
	right: 0;
}
.sidemenu.active .side-menu-overlay{
	display: block;
}
.sidemenu-btn .btn{
	height: 7.3rem;
	min-width: 20.2rem;
}
.closeMenu{
	cursor: pointer;
}
.sidemenu-center{
	margin: 6rem 0 0;
	flex-grow: 1;
}
.sidemenu-list a{
	display: inline-block;
	margin-top: 2rem;
	color: #fff !important;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 1.02px;
	line-height: 3.2rem;
}
.sidemenu-list li.active a,
.sidemenu-list li:hover a{
	color: #002B4E !important;
}
.header-landing{
	padding: 6.2rem 0 !important;
}
.backpage{
	position: relative;
	width: 3.35rem;
	height: 3.35rem;
	cursor: pointer;
}
.backpage span{
	display: block;
	height: 0.3rem;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 1.5rem;
}
header.active .backpage span{
	background: #00203E;
}
.closebar1{
	transform: rotate(45deg);
}
.closebar2{
	transform: rotate(-45deg);
}
@media(min-width:1560px) and (max-width:1659px){
	header {
    	padding: 4rem 0;
	}
	.logo img {
    	width: 25.7rem;
	}
	.menu ul li a,
	.header-btn .btn {
    	min-width: 18.2rem;
    	font-size: 1.9rem;
	}
	.sidemenu-btn .btn {
    	min-width: 18.2rem;
    	font-size: 1.9rem;
    }
    .sidemenu {
    	right: -43.4rem;
    	width: 42.4rem;
    	padding: 4rem 4.2rem;
	}
	.sidemenu-list a {
    	margin-top: 1.4rem;
    	font-size: 2.6rem;
    	line-height: 2.6rem;
	}
	.sidemenu-center {
    	margin: 5rem 0 0;
    }
    .sidemenu-head .fw-34 * {
    	font-size: 2.6rem !important;
    	line-height: 3rem !important;
	}
}
@media(min-width:1460px) and (max-width:1559px){
    header {
    	padding: 4rem 0;
	}
	.logo img {
    	width: 23.7rem;
	}
	.menu ul li a, .header-btn .btn {
    	height: 6.5rem;
    	min-width: 17.5rem;
    	font-size: 1.9rem;
    	padding: 0 1rem;
	}
	.header-globe {
    	min-height: 6.5rem;
    }
    .sidemenu {
    	right: -43.4rem;
    	width: 42.4rem;
    	padding: 3.7rem 4.2rem;
	}
	.sidemenu-btn .btn {
    	height: 6.5rem;
    	min-width: 17.5rem;
    	font-size: 1.8rem;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.6rem;
    	line-height: 2.6rem;
	}
	.sidemenu-center {
    	margin: 5rem 0 0;
    }
    .sidemenu-head .fw-34 * {
    	font-size: 2.6rem !important;
    	line-height: 3rem !important;
	}
	.header-landing {
    	padding: 4.5rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(min-width:1360px) and (max-width:1459px){
	header {
    	padding: 3.7rem 0;
	}
    .logo img {
    	width: 23.7rem;
	}
	.menu ul li a, .header-btn .btn {
    	height: 6.5rem;
    	min-width: 16.5rem;
    	font-size: 1.8rem;
    	padding: 0 1rem;
	}
	.globe-icon img {
    	width: 3rem;
	}
	.toggleMenu {
    	width: 3rem;
    	height: 2.4rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1.1rem;
	}
	.header-globe {
    	margin-left: 2rem;
    	min-height: 6.5rem;
    }
    .sidemenu {
    	right: -43.4rem;
    	width: 42.4rem;
    	padding: 3.7rem 4.2rem;
	}
	.sidemenu-btn .btn {
    	height: 6.5rem;
    	min-width: 16.5rem;
    	font-size: 1.8rem;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.6rem;
    	line-height: 2.6rem;
	}
	.sidemenu-center {
    	margin: 5rem 0 0;
    }
    .sidemenu-head .fw-34 * {
    	font-size: 2.6rem !important;
    	line-height: 3rem !important;
	}
	.header-landing {
    	padding: 3.7rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(min-width:1300px) and (max-width:1359px){
    header {
    	padding: 3.5rem 0;
	}
	.logo img {
    	width: 22.7rem;
	}
	.menu ul li a, .header-btn .btn {
	    height: 6rem;
	    min-width: 14.5rem;
	    font-size: 1.7rem;
	    padding: 0 2rem;
	}
	.globe-icon img {
    	width: 3rem;
	}
	.toggleMenu {
    	width: 3rem;
    	height: 2.4rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1.1rem;
	}
	.header-globe {
    	margin-left: 2rem;
    	min-height: 6rem;
    }
    .sidemenu {
    	right: -41.4rem;
    	width: 40.4rem;
    	padding: 3.5rem 3.2rem;
	}
	.sidemenu-btn .btn {
    	height: 6rem;
    	min-width: 14.5rem;
    	font-size: 1.7rem;
    	padding: 0 2.5rem;
	}
	.sidemenu-center {
    	margin: 5rem 0 0;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.5rem;
    	line-height: 2.5rem;
	}
	.sidemenu-head .fw-34 * {
    	font-size: 2.5rem !important;
    	line-height: 3rem !important;
	}
	.header-landing {
    	padding: 4.5rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(min-width:1200px) and (max-width:1299px){
    header {
    	padding: 3.5rem 0;
	}
	.logo img {
    	width: 21.7rem;
	}
	.menu ul li a, .header-btn .btn {
	    height: 6rem;
	    min-width: 13.2rem;
	    font-size: 1.7rem;
	    padding: 0 1.5rem;
	}
	.globe-icon img {
    	width: 3rem;
	}
	.toggleMenu {
    	width: 3rem;
    	height: 2.4rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1.1rem;
	}
	.header-globe {
    	margin-left: 2rem;
    	min-height: 6rem;
    }
    .sidemenu {
    	right: -41.4rem;
    	width: 40.4rem;
    	padding: 3.5rem 3.2rem;
	}
	.sidemenu-btn .btn {
    	height: 6rem;
    	min-width: 13.2rem;
    	font-size: 1.7rem;
    	padding: 0 2.5rem;
	}
	.sidemenu-center {
    	margin: 5rem 0 0;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.5rem;
    	line-height: 2.5rem;
	}
	.sidemenu-head .fw-34 * {
    	font-size: 2.5rem !important;
    	line-height: 3rem !important;
	}
	.header-landing {
    	padding: 4.5rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(min-width:1150px) and (max-width:1199px){
	header {
    	padding: 3rem 0;
	}
	.logo img {
    	width: 21.7rem;
	}
	.menu ul li a, .header-btn .btn {
    	height: 5rem;
    	min-width: 12.2rem;
    	font-size: 1.7rem;
	}
	.header-globe {
    	margin-left: 1.93rem;
    	min-height: 5rem;
    }
    .globe-icon img {
    	width: 2.7rem;
	}
	.toggleMenu {
    	width: 3rem;
    	height: 2.4rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1.1rem;
	}
	.sidemenu-btn .btn {
    	height: 5rem;
    	min-width: 11.2rem;
    	font-size: 1.5rem
	}
	.closeMenu img {
    	width: 2.4rem;
	}
	.sidemenu-center {
    	margin: 4rem 0 0;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.4rem;
    	line-height: 2.4rem;
	}
	.sidemenu {
    	right: -36.4rem;
    	width: 35.4rem;
    	padding: 3rem 2.2rem;
    }
    .header-landing {
    	padding: 3.5rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(min-width:992px) and (max-width:1149px){
    header {
    	padding: 3rem 0;
	}
	.logo img {
    	width: 18.7rem;
	}
	.menu ul li {
    	margin: 0 0 0 1rem;
	}
	.menu ul li a, .header-btn .btn {
    	height: 5rem;
    	padding: 0 1rem;
    	min-width: 11.2rem;
    	font-size: 1.5rem;
	}
    .header-globe {
    	margin-left: 1.93rem;
    	min-height: 5rem;
    }
    .globe-icon img {
    	width: 2.7rem;
	}
	.toggleMenu {
    	width: 3rem;
    	height: 2.4rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1.1rem;
	}
	.header-btn {
    	margin-left: 1rem;
	}
	.sidemenu-btn .btn {
    	height: 5rem;
    	min-width: 11.2rem;
    	font-size: 1.5rem
	}
	.closeMenu img {
    	width: 2.4rem;
	}
	.sidemenu-center {
    	margin: 4rem 0 0;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.4rem;
    	line-height: 2.4rem;
	}
	.sidemenu {
    	right: -36.4rem;
    	width: 35.4rem;
    	padding: 3rem 2.2rem;
    }
    .header-landing {
    	padding: 3.5rem 0 !important;
	}
	.header-landing .logo img{
		width: 27.7rem;
	}
}
@media(max-width:991px){
	header {
    	padding: 2rem 0;
	}
	.logo img {
    	width: 20.7rem;
	}
    .menu{
    	display: none;
    }
    .header-btn .btn {
    	height: 4.3rem;
    	letter-spacing: 0.16px;
    	min-width: 2.2rem;
    	padding: 0 1.5rem;
    	font-size: 1.5rem;
    	display: none;
	}
	.header-btn {
    	margin-left: 1rem;
	}
	.globe-icon img {
    	width: 2.7rem;
	}
	.header-globe {
    	margin-left: 1.5rem;
    	min-height: 4rem;
    }
    .toggleMenu {
    	width: 3rem;
    	height: 2.2rem;
    	margin-left: 2rem;
    }
    .toggleMenu span {
    	width: 3rem;
    }
    .toggleMenu .bar2 {
    	top: 1rem;
	}
	.globe-box {
    	width: 12.4rem;
	}
	.globe-box a {
    	min-height: 4.3rem;
	}
	.sidemenu {
    	right: -100%;
    	width: 100%;
    	padding: 2.7rem 1.5rem;
	}
	.sidemenu-btn .btn {
    	height: 5.3rem;
    	min-width: 17.2rem;
	}
	.closeMenu img {
    	width: 2.4rem;
	}
	.sidemenu-center {
    	margin: 4rem 0 0;
    }
    .sidemenu-list a {
    	margin-top: 1.5rem;
    	font-size: 2.4rem;
    	line-height: 2.4rem;
	}
	.header-landing {
    	padding: 2rem 0 !important;
	}
	.backpage {
    	width: 2.7rem;
    	height: 2.7rem;
    }
    .backpage span {
    	top: 1.2rem;
	}
}