
.full-header {
    background: #fff;
    z-index: 999;
	border-top: 13px solid #203f71;
	position: relative;
}
.full-header .fix-line {
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	background-color: #203f71;
	border-bottom: 1px solid #ca373c;
	height: 30px;
}
/**/
.header-logo {
    float: left;
    max-width: 185px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
    padding: 15px 0;
}

.header-logo a {
    float: left;
    width: 100%;
}
img.site-logo {
	max-width: 100%;
	max-height: 53px;
}
/**/
.header-wrap {
	justify-content: space-between;
}
.header-top {
	font-weight: 300;
	font-size: 12px;
	height: 30px;
	color: #dfdfdf;
	background-color: #203f71;
	position: relative;
	border-bottom: 1px solid #ca373c;
	justify-content: space-between;
}
.left-header-top {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 10px;
}
.left-header-top .square {
	position: absolute;
	width: 38px;
	height: 30px;
	background-color: #ca373c;
	left: -38px;
	top: 0;
}
.info-item {
	padding: 0 20px;
}
.info-item+.info-item {
	border-left: 1px solid #fff;
}

.left-header-top::after, .left-header-top::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
}
.left-header-top::before {
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #fff;
	left: -38px;
	z-index: 2;
}
.left-header-top::after {
	border-width: 0 30px 30px 0;
	border-color: transparent #203f71 transparent transparent;
	left: -30px;
	top: -1px;
}
/**/
.right-header-top {
	display: flex;
	align-items: center;
	margin-top: -10px;
}
a.downlload-brochures {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ffffff;
	border-radius: 5px;
	color: #ffffff;
}
.header-mxh a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}
.header-mxh a + a {
	border-left: 1px solid #fff;
}

/* menu */
.header-right {
	flex: 1;
	padding-left: 80px;
	display: flex;
	flex-direction: column;
}	
.header-bottom {
	flex: 1;
	align-items: center;
	justify-content: space-between;
}
.main-menu {
	font-family: Roboto Condensed,sans-serif;
    transition: margin-top 0.3s;
}
/**/
header .hd-control {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Search */
.header-search .icon-search{
    font-size: 16px;
    color: #b6b6b6;
}
.header-search-area {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.searchmini1 {
	position: absolute;
	top: -2px;
	z-index: 999999;
	right: 0;
	transform: translateX(50px);
	opacity: 0;
	transition: all .4s linear;
	visibility: hidden;
	width: 200px;
}
.searchmini1 .search-form {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px;
}
.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 30px;
}
.searchmini1 form input {
    width: 100%;
    height: 34px;
    min-height: unset;
    line-height: 34px;
    background: #fff;
    padding: 0 40px 0 15px;
    border-radius: 3px;
    color: #000;
    border:solid 1px #ccc;
}
.searchmini1 form button {
    width: 30px;
    height: 40px;
    line-height: 30px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0;
    color: #1d5a88;
    font-size: 14px;
    padding: 0;
}
.search-submit i {
    color: #fff;
    font-size: 14px;
}
.active .searchmini1{
	transform: translate(0);
	opacity: 1;
	visibility: visible;
}
/**/
.menu-lang ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-lang {
	display: none;
	border-left: 1px solid #dfdfdf;
	padding-left: 10px;
	margin-left: 10px;
}


@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {
	.left-header-top .info-item{
		display: none;
	}
	.header-wrap {
		overflow: hidden;
	}
	.searchmini1{
		transform: translateX(0px);
	}
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {
	.header-bottom {
		justify-content: flex-end;
	}
	.main-menu {
		margin-right: 10px;
	}
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after {
    	margin: 0;
    }
    .header-logo {
    	padding: 5px 0;
    }
}
@media only screen and (max-width: 640px) {
	.right-header-top a.downlload-brochures{
		display: none;
	}
}