#site-wrapper .container {
	width: calc(100% - 48px);
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

#site-wrapper .builder-section-content {
	width: calc(100% - 48px);
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

#site-header,
#site-header::before,
#site-header::after,
#site-header .header-bar,
#site-header .header-bar::before,
#site-header .header-bar::after,
#site-header .site-header-main,
#site-header .site-header-main::before,
#site-header .site-header-main::after,
#site-header .site-navigation {
	border: 0 !important;
	box-shadow: none !important;
}

#site-header .header-bar {
	background: rgba(42, 42, 42, 0.90) !important;
}

#site-header .header-bar .container {
	display: flex;
	align-items: center;
	width: calc(100% - 48px);
	max-width: 1240px;
	min-height: 48px !important;
	padding: 0;
}

#site-header .site-navigation {
	float: none;
	width: 100%;
	max-width: none;
	text-align: center;
}

#site-header .site-navigation .menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	gap: 0;
	white-space: nowrap;
}

#site-header .site-navigation .menu > li {
	position: relative;
	float: none;
	flex: 0 0 auto;
	margin: 0;
	background: transparent !important;
}

#site-header .site-navigation .menu > li > a {
	padding: 14px 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	letter-spacing: 0.2px;
}

#site-header .site-navigation .menu > li > a:hover,
#site-header .site-navigation .menu > li > a:focus {
	color: #9fd9ef !important;
}

@media screen and (min-width: 901px) {
	#site-header .site-navigation .menu > li > .sub-menu {
		position: absolute !important;
		top: 100% !important;
		left: 50% !important;
		z-index: 99999 !important;
		display: block !important;
		width: 150px !important;
		height: auto !important;
		min-width: 150px !important;
		max-width: 150px !important;
		margin: 0 !important;
		padding: 6px 0 !important;
		overflow: visible !important;
		background: #fff !important;
		border: 1px solid rgba(0, 0, 0, 0.12) !important;
		border-radius: 4px;
		box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16) !important;
		text-align: left !important;
		transform: translateX(-50%) translateY(8px);
		visibility: hidden;
		opacity: 0;
		transition: opacity 0.16s ease, transform 0.16s ease;
	}

	#site-header .site-navigation .menu > li:hover > .sub-menu,
	#site-header .site-navigation .menu > li:focus-within > .sub-menu {
		transform: translateX(-50%) translateY(0);
		visibility: visible;
		opacity: 1;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li > a {
		display: block !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 9px 16px !important;
		border: 0 !important;
		color: #1f2933 !important;
		background: transparent !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		line-height: 1.25 !important;
		text-transform: none;
		white-space: nowrap !important;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li > a::before,
	#site-header .site-navigation .menu > li > .sub-menu > li > a::after {
		content: none !important;
		display: none !important;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li > a:hover,
	#site-header .site-navigation .menu > li > .sub-menu > li > a:focus {
		color: #fff !important;
		background: #4196b5 !important;
	}
}

#site-header .site-header-main {
	padding: 24px 0 10px !important;
}

#site-header .site-header-main .container {
	width: calc(100% - 48px);
	max-width: 1240px;
	padding: 0;
}

#site-header .lab-branding {
	width: 100%;
	text-align: center;
}

#site-header .lab-branding h1 {
	margin: 0 !important;
	color: #1f6f9f;
	font-family: "STXingkai", "KaiTi", "FZShuTi", "Microsoft YaHei", serif;
	font-size: clamp(32px, 4vw, 48px) !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	text-shadow: 0 2px 0 #d7eef7, 0 8px 18px rgba(65, 150, 181, 0.22);
	white-space: nowrap;
}

#site-header .lab-branding-en {
	font: inherit;
	white-space: inherit;
}

#site-content .entry-header,
#site-content .builder-gallery-section-title {
	box-sizing: border-box;
	width: calc(100% - 48px);
	max-width: 1240px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}

@media screen and (max-width: 900px) {
	#site-wrapper .container,
	#site-wrapper .builder-section-content,
	#site-header .header-bar .container,
	#site-header .site-header-main .container {
		width: calc(100% - 28px);
	}

	#site-header .header-bar .container {
		min-height: 44px !important;
	}

	#site-header .site-navigation .menu {
		display: block;
		white-space: normal;
	}

	#site-header .site-navigation .menu > li > .sub-menu {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 0 6px !important;
		overflow: visible !important;
		background: transparent !important;
		text-align: center !important;
	}

	#site-header .site-navigation .menu > li > a {
		padding: 9px 10px !important;
		font-size: 13px !important;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li > a {
		display: block !important;
		padding: 7px 10px !important;
		color: #fff !important;
		font-size: 13px !important;
	}

	#site-header .site-navigation .menu > li > .sub-menu > li > a::before,
	#site-header .site-navigation .menu > li > .sub-menu > li > a::after {
		content: none !important;
		display: none !important;
	}

	#site-header .lab-branding h1 {
		font-size: 34px !important;
		white-space: normal;
	}

	#site-content .entry-header,
	#site-content .builder-gallery-section-title {
		width: calc(100% - 28px);
	}
}
