.full-header-top {
    background-color: #f1f1f1;
    min-height: 30px;
}
.full-header-top .row-flex-class{
	display: flex;
	justify-content: space-between;
}
.nav-divided{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
span.hotline {
	color: #aa2620;
	font-size: 16px;
	margin-right: 10px;
}
.social-icons .icon{
	margin-right: 5px;
	color: #000;
}
.full-header-top .navbar-collapse{
	display: flex;
}

.nav-dropdown-default {
	padding: 5px !important;
	border-bottom: 2px solid #c02629 !important;
}
.top-menu-search{
	position: relative;
}
.tool-item i {
	color: rgba(102,102,102,0.85);
	font-size: 18px;
	margin-top: 4px;
	margin-right: 7px;
	color: ;
	cursor: pointer;
}
.top-menu-search:hover .nav-dropdown {
	opacity: 1;
	right: -42px;
	z-index: 9999;
}
.nav-dropdown {
	position: absolute;
	min-width: 260px;
	z-index: 9;
	padding: 20px 0 20px;
	opacity: 0;
	margin: 0;
	transition: opacity .25s;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	border: 2px solid #ddd;
	color: #777;
	background-color: #fff;
	text-align: left;
	right: -42px;
}
input[type="email"], input[type="date"], input[type="search"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .75em;
	font-size: .97em;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
}
.button, input[type="submit"], input[type="submit"].button, input[type="reset"].button, input[type="button"].button {
	color: #fff;
	/* background-color: #446084; */
	background-color: var(--primary-color);
	border-color: rgba(0,0,0,0.05);

}
.navbar-form.search-form {
	display: flex;
}
.ux-search-submit {
	height: 38px;
	width:20%;
	display: inline-block;
	background-color: #000;
	font-size: 1.2em;
	border:none;
	color: #fff;
}
.tools .menu {
	list-style: none;
	padding-left: 14px;
	display: flex;
	justify-content: space-around;
}
.tools .menu li {
	padding-right: 7px;
}
.tools .menu a{
	font-size: .8em;
	color: rgba(102,102,102,0.85);
}
.full-header {
    padding-top: 5px;
    background: #fff;
    z-index: 999;
    padding-bottom: 5px;
    margin-top: 5px;
}
.tools ul > li{
	position: relative;
}
.tools ul > li:first-child > a::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	border-left: 1px solid rgba(0,0,0,0.1);
	height: 15px;
	margin-top: -7px;
	left: -1em;
}
.tools ul{
	margin: 0;
	/*padding: 0;*/
}


.full-header.sticky {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.full-header.sticky .inner-header,
.home .inner-header{
	border-bottom: none;
}
.inner-header{
	border-bottom: 1px solid #eee;
}

.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;
}

/* menu */
.main-menu {
    float: left;
    margin-top: 14px;
    margin-left: 40px;
    transition: margin-top 0.3s;
}

/* Search */
.header-search {
    float: right;
    width: 190px;
    margin-top: 24px;
    transition: margin-top 0.3s;
}

#search-form {
    width: 150px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    border: 1px solid #ddd;
    float: left;
    height: 26px;
    padding: 0px 5px;
    border-radius: 5px 0 0 5px;
}

.search-submit {
    width: 28px;
    margin: 0;
    background-color: #01959f;
    height: 28px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
}

.search-submit i {
    color: #fff;
    font-size: 14px;
}

@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) {
    .main-menu {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .header-search {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}


@media only screen and (max-width: 640px) {
	.html.custom.html_topbar_left {
		display: none;
	}

}