header {
	background: rgb(255, 255, 255); transition:0.4s; position: relative; z-index: 6667; min-height: 108px;
}
header.sticky {
	background: rgb(255, 255, 255); padding: 0px; top: 0px; width: 100%; border-bottom-color: rgb(241, 241, 241); border-bottom-width: 1px; border-bottom-style: solid; position: fixed; z-index: 99997; min-height: 80px;
}
header.sticky .logo img {
	margin: 5px 0px 5px 0px; width: 170px;
}
header.sticky .nav {
	margin: 16px 0px 0px;
}
header.sticky .wtf-menu ul.submenu {
	padding-top: 24px;
}
.header2 {
	background: rgb(255, 255, 255); transition:0.4s; position: relative; z-index: 6667; min-height: 98px;
}
.header2.sticky {
	background: rgb(255, 255, 255); padding: 0px; top: 0px; width: 100%; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; position: fixed; z-index: 99997; min-height: 76px;
}
.header2.sticky .logo {
	margin: 0px;
}
.header2.sticky .logo img {
	margin: 15px 0px 0px; width: 170px;
}
.header2.sticky .nav {
	margin: 0px;
}
.header2.sticky .wtf-menu ul.submenu {
	padding-top: 0px; margin-top: -22px;
}
.header2.sticky .nav li.item-select {
	padding: 28px 0px;
}
.header2.sticky .nav li:hover {
	background: rgb(70, 76, 91); padding: 28px 0px; border-radius: 0px;
}
.header2.sticky .nav li {
	padding: 28px 0px;
}
#page header.sticky a {
	left: -40px; top: 14px; z-index: 99998;
}
#page .header {
	position: fixed; z-index: 99998;
}
#page header.sticky {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; min-height: 75px;
}
