.full-header-top {
	background: transparent;
	padding: 10px 0 0;
}
.inner-header-top{
	padding:  0 15px;
}
.headertop-wrap{
	position: relative;
	justify-content: space-between;
}
.headertop-wrap a {
	display: inline-block;
	font-weight: 500;
	margin-right: 5px;
}
.headertop-right a i {
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
}
.headertop-right a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.full-header {
	position: relative;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}
.full-header .row{
	align-items: center;
}
.header-logo {
	text-align: center;
}
.header-logo a {
	display: inline-block;
}
img.site-logo {
	display: inline-block;
    max-width: 100%;
    max-height: 185px;
}
ul.google_translate_element_kw_ul {
    margin: 0;
}
/* menu */
.main-menu {
    float: left;
    margin-top: 18px;
    margin-left: 40px;
    transition: margin-top 0.3s;
}

/* Search */
.inner-header {
	position: relative;
}
.btn_search:hover{
	color: #f96c2a;
}
.header-search{
	position: relative;	
	height: 28px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header-search .btn_search {
	width: 28px;
	height: 28px;
	background-color: #f5f5f5;
	border-radius: 99px;
	text-align: center;
	color: #000;
	line-height: 25px;
}
.active .form-search {
	transform: translate(0);
	opacity: 1;
	visibility: visible;
}
.form-search {
	position: absolute;
	top: -2px;
	z-index: 999999;
	right: 10px;
	transform: translateX(50px);
	opacity: 0;
	transition: all .4s linear;
	visibility: hidden;
}
.header-search .form-search input {
	height: 34px;
	box-shadow: initial;
	padding: 8px 12px;
	font-size: 15px;
	color: #333;
	border: initial;
	border-bottom: initial;
	min-width: 207px;
	background: initial;
	font-size: 14px;
	border: 0;
	background-color: #fff;
	border-radius: 99px;
}
.header-search .form-search button {
	position: absolute;
	right: 6px;
	height: 30px;
	width: 25px;
	box-shadow: initial;
	background: transparent;
	border: initial;
	z-index: 999;
	padding: 0;
	cursor: pointer;
	border: 0;
}

/**/
.full-header-mobile {
	display: none;
}
/**/
.full-header-top {
	position: absolute;
	top: 0;
	z-index: 9;
}
.full-header:not(.sticky){
	position: absolute;
	top: 50px;
	background-color: transparent;
}
@media only screen and (min-width: 1100px) {
	.full-header.sticky {
		background-color: #05406d;
		box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
		padding: 7.5px 0;
	}
	.full-header.sticky .header-logo {
		position: unset;
		left: auto;
		top: -42px;
		margin-left: 0;
		width: 120px;
		height: auto;
		text-align: center;
		margin: 0 auto;
	}
}

@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) {
    .headertop-left,.header-search {
    display: none;
}
   a.header_phone_title {
    min-width: 160px;
} 
    .full-header{
    	display: none;
    }
    .full-header-mobile {
    	display: block;
    	padding: 10px 0;
    	overflow: hidden;
    }
    .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: 18px;
    }
    .headermb-search form.header-search{
    	width: 300px;
    	right: 0;
    }
    .headermb-search:hover form.header-search {
		top: 0;
		visibility: visible;    	
    }


    .header-search .btn_search {
    	background-color: transparent;
    	color: #fff;
    }
}

@media only screen and (max-width: 900px) {
	.full-header-mobile {
		padding: 5px 0;
		overflow: hidden;
	}
	img.site-logo {
		max-height: 80px;
	}

}
@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;
	}
}