.full-header-top {
	background: #e6e6e6;
	padding: 10px 0;
}
.headertop-wrap{
	position: relative;
	justify-content: space-between;
}
.headertop-wrap a {
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}
.headertop-btn,
.headertop-left a i{
	color: #0066b3;
}
.header-mxh a {
	margin: 0 5px;
}

form.header-search{
	position: absolute;
	width: 450px;
	right: 15px;
	top: -52px;
	z-index: 2;
	visibility: hidden;
	display: flex;
	border: solid 1px #0066b3;
}
form.header-search input {
	width: calc(100% - 40px);
	height: 40px;
	border: none;
}
form.header-search button {
	width: 40px;
	height: 40px;
	background: #0066b3;
	color: white;
	cursor: pointer;
	border: 0;
}

.full-header {
	position: relative;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.header-logo {
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
	position: absolute;
	left: 50%;
	top: -42px;
	margin-left: -92.5px;
	width: 185px;
	height: 185px;
	text-align: center;
}

.header-logo a {
	display: inline-block;
}

img.site-logo {
	display: inline-block;
    max-width: 100%;
    max-height: 185px;
}

/* menu */
.main-menu {
    float: left;
    margin-top: 18px;
    margin-left: 40px;
    transition: margin-top 0.3s;
}

/* Search */
.inner-header {
	position: relative;
}
.btn_search {
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	width: 50px;
	font-size: 18px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header-search{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.header-search.active{
	top: -10px;
	visibility: visible;
}
/**/
.full-header-mobile {
	display: none;
}
@media only screen and (min-width: 1100px) {
	.full-header.sticky .header-logo {
		position: absolute;
		left: 50%;
		top: -42px;
		margin-left: -60px;
		width: 120px;
		height: 120px;
		text-align: center;
	}
}

@media only screen and (max-width: 1400px) {
	img.site-logo {
		max-height: 140px;
	}
	.full-header #mega-menu-wrap-header_menu_left #mega-menu-header_menu_left > li.mega-menu-item > a.mega-menu-link,
	.full-header #mega-menu-wrap-header_menu_right #mega-menu-header_menu_right > li.mega-menu-item > a.mega-menu-link{
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1400px) {
	.full-header #mega-menu-wrap-header_menu_left #mega-menu-header_menu_left > li.mega-menu-item > a.mega-menu-link,
	.full-header #mega-menu-wrap-header_menu_right #mega-menu-header_menu_right > li.mega-menu-item > a.mega-menu-link{
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1100px) {
    .full-header-top,
    .full-header{
    	display: none;
    }
    .full-header-mobile {
    	display: block;
    	padding: 10px 0;
    }
    .headermb-logo a {
    	display: flex;
    	align-items: center;
    }
    .header-logo img.site-logo{
    	display: block;
    }

    .header-mobile {
    	align-items: center;
    	justify-content: space-between;
    }
    .headermb-search{
    	position: relative;
		font-size: 20px;
    }
    .headermb-search form.header-search{
    	width: 300px;
    	right: 0;
    }
    .headermb-search:hover form.header-search {
		top: 0;
		visibility: visible;    	
    }

}

@media only screen and (max-width: 900px) {
	.full-header-mobile {
		padding: 5px 0;
	}
	img.site-logo {
		max-height: 100px;
	}

}
@media only screen and (max-width: 640px) {
	.headermb-search,
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after {
		font-size: 18px !important;
	}
}