.full-header-top {
	background-color: #008bea;
	z-index: 9999;
	position: relative;
}
.full-header-top a {
    color: #fff;
    vertical-align: text-bottom;
}
.full-header-top .left-header-top a:hover{
	text-decoration: underline;
}
.right-header-top ul{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin:0;
}
.right-header-top ul li{
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.right-header-top ul li{
	padding:7px;
}
.full-header {
    padding-top: 5px;
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
    margin-top: 5px;
}

.header-logo {
    float: left;
    max-width: 185px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}

.header-logo a {
    float: left;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}
#google_translate_element_kw {
    vertical-align: bottom;
}
/* menu */
.main-menu {
    transition: margin-top 0.3s;
}
.ega-top-header {
	background: #f3f3f3;
	padding: 10px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	margin:0;
}
.ega-top-header.sticky {
    padding: 3px 0;
}
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li> a.mega-menu-link::before{
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* Search */
.col-lg-3 {
    position: relative;
    left: 0;
}

.ega-top-header .btn-request {
    position: relative;
    display: inline-block;
    float: right;
    background: #0163ce;
    color: #fff;
    border: 0;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
    cursor: pointer;
}

.ega-top-header .btn-request span {
    position: absolute;
    height: 100%;
    width: 35px;
    line-height: 40px;
    background: #008bea;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
}

.ega-top-header .header_search {
    display: inline-block;
  /*  height: 54px;
    line-height: 60px;*/
    font-size: 22px;
    float: right;
    margin-right: 30px;
}

.ega-top-header .header_search a {
    color: #333;
}

.ega-top-header .header_search form {
    padding: 10px 0;
    position: absolute;
    top: -100px;
    right: 100%;
    z-index: -2;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.show {
    display: block !important;
}

.ega-top-header .header_search form.show {
    top: 0;
    z-index: 101;
    opacity: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ega-top-header .header_search form input[type="text"] {
    border: 1px solid #373737;
}

.ega-top-header .header_search form button {
    position: absolute;
    right: 1px;
    padding: 0 15px;
    top: 10px;
    height: 32px;
    color: #373737;
    line-height: 32px;
    background: 0;
    border: 0;
    font-size: 14px;
    font-weight: normal;
}
.ega-top-header .header_search form button:hover{
	background-color: transparent !important; 
}

@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo {
        max-width: 120px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-menu {
        margin-top: 0;
        margin-left: 0;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
        padding: 0;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1100px) {
	.header-logo {
		max-width: 150px;
		float: none;
		display: inline-block;
	}
}

@media only screen and  (max-width: 979px) {
	.header-search .btn-request{
        display: none;
    }
}
@media only screen and (min-width: 800px) and (max-width: 979px) {
    .inner-header .col-lg-2{
        width: 20%;
    } 
    .inner-header .col-lg-7{
        width: 75%;
    } 
    .inner-header .col-lg-3{
        width: 5%;
    } 
    .ega-top-header .header_search {
        margin-right: 0px;
    }

}
@media only screen and (max-width: 799px) {
	.right-header-top ul li {
		padding: 3px 7px;
	}
	.inner-header .col-lg-2{
		width: 50% !important;
		text-align: center;
	} 
	.inner-header .col-lg-7,
	.inner-header .col-lg-3{
		width: 25% !important;
	}
	.inner-header .col-lg-7{
		order: -1;
	}
	.main-menu {
		display: inline-block;
	}
	.main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
		margin:0;
	}
}
@media only screen and (max-width: 690px) {
	.full-header-top{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
    .ega-top-header .header_search {
        font-size: 20px;
        margin-right: 10px;
        margin-bottom: 7px;
    }
    .ega-top-header .header_search a {
        color: #008bea;
    }
    .ega-top-header .header_search form input[type="text"],
    .ega-top-header .header_search form button{
    	font-size: 13px;
    	line-height: 34px;
    }
}