.primary-header {
    z-index: 101;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height:80px;
}
.primary-header, .global-header {
    display: block !important;
}
.primary-header {
    background-color: #fff;
    position: relative;
}

.primary-header-xwhjb {
    background-color: #fff;
}

main, .inner {
    max-width: 1100px;
}
.inner {
    padding: 0 40px;
    width: 100%;
    max-width: 1280px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.global-header {
    width: 100%;
    height: 87px;
    position: relative;
    left: 0;
    z-index: 101;
}

.global-header .global-header-container {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(76,76,76,0.23);
}

.header-wrapper {
    position: relative;
}

.header-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 87px;
}

.nav-custom {
    list-style-type: none;
    padding: 0 0;
    float: right;
    position: relative;
    width:100%;
    padding-top: 16px;
}


.nav-custom > li {
    margin-right:34px;
    height: 56px;
    float: left;
}

.nav-custom > li > a {
    color: #848789;
    text-decoration: none;
    line-height: 56px;
    font-weight: 400;
    font-size:16px;
    padding-bottom: 29px;
}
.nav-custom .active >a {
    color: #3C909B;
    border-bottom: solid 4px #3C909B;
}

.nav-custom > li > a:hover{
    color: #3C909B;
    border-bottom: solid 4px #3C909B;
}

.search-custom{
	padding-top: 26px;
}

.input-custom{
	font-size:16px;
	font-weight: 400;
}

.search-btn{
	color: #ffffff;
	background: #3c909b;
    border-radius: 0px 5px 5px 0px;
}

.search-btn:hover {
  color: #fff;
}

.search-btn:focus, .search-btn.focus {
  color: #fff;
}