/*
Theme Name: Shumei International
Theme URI: https://shumei-international.org/
Author: Shumei International
Description: WordPress theme converted from the static Shumei International HTML export.
Version: 1.0.0
Requires at least: 5.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: shumei-international
*/

:root {
	--shumei-bg: #e0d6ca;
	--shumei-text: #444444;
	--shumei-accent: #e28d2d;
	--shumei-accent-dark: #be6e12;
	--shumei-footer-text: #666666;
}

body {
	background: var(--shumei-bg);
	color: var(--shumei-text);
}

body.home #Header_wrapper {
	display: none !important;
}

body.page-about-us #Header_wrapper {
	display: none !important;
}

body:not(.home):not(.page-about-us) #Wrapper,
body:not(.home):not(.page-about-us) #Content {
	max-width: none !important;
	overflow-x: hidden;
	width: 100% !important;
}

body:not(.home):not(.page-about-us) #Header_wrapper {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
}

body:not(.home):not(.page-about-us) .header_placeholder {
	display: none !important;
	height: 0 !important;
}

body.shumei-page-has-subheader #Top_bar .logo {
	left: 38px;
	top: 30px;
}

body.shumei-page-has-subheader #Top_bar .logo img.logo-main {
	height: 54px;
}

body.shumei-page-has-subheader #Top_bar .menu_wrapper {
	right: 140px;
	top: 32px;
}

body.shumei-page-has-subheader #Top_bar .top_bar_right {
	right: 40px;
	top: 32px;
}

a {
	color: var(--shumei-accent);
}

a:hover {
	color: var(--shumei-accent-dark);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-title {
	margin: 0;
	font-size: 0;
	line-height: 0;
}

#Top_bar .logo img {
	max-height: 60px;
	width: auto;
}

#Top_bar .menu_wrapper {
	margin-top: 20px;
}

.home #Top_bar {
	background: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 30;
}

.shumei-home-header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
}

.shumei-home-brand {
	display: block;
	left: 58px;
	position: absolute;
	top: 18px;
	width: 325px;
	height: auto;
	z-index: 41;
}

.shumei-home-brand img {
	display: block;
	height: auto;
	max-width: none;
	width: 100%;
}

.shumei-home-nav {
	position: absolute;
	right: 142px;
	top: 45px;
	z-index: 41;
}

.shumei-home-search {
	color: #ffffff;
	display: block;
	font-size: 32px;
	line-height: 1;
	position: absolute;
	right: 45px;
	text-decoration: none;
	top: 45px;
	z-index: 41;
}

.shumei-home-search:hover,
.shumei-home-search i {
	color: #ffffff !important;
}

.shumei-sticky-header {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid var(--shumei-accent);
	box-sizing: border-box;
	display: flex;
	height: 82px;
	left: 0;
	opacity: 0;
	padding: 0 52px;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 160ms ease, visibility 160ms ease;
	visibility: hidden;
	z-index: 10000;
}

.shumei-sticky-header.is-visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.shumei-sticky-brand {
	display: block;
	width: 205px;
}

.shumei-sticky-brand img {
	display: block;
	height: auto;
	width: 100%;
}

.shumei-sticky-nav {
	margin-left: auto;
}

.shumei-sticky-nav .shumei-menu-trigger,
.shumei-sticky-nav .shumei-menu-trigger span {
	color: #000000 !important;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 31px !important;
	line-height: 1 !important;
}

.shumei-sticky-nav .shumei-mega-panel {
	top: 82px;
}

.shumei-subpage-header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
}

.shumei-subpage-brand {
	display: block;
	left: 18px;
	position: absolute;
	top: 16px;
	width: 205px;
	z-index: 41;
}

.shumei-subpage-brand img {
	display: block;
	height: auto;
	width: 100%;
}

.shumei-subpage-nav {
	position: absolute;
	right: 126px;
	top: 38px;
	z-index: 41;
}

.shumei-subpage-search {
	color: #ffffff;
	display: block;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	right: 38px;
	text-decoration: none;
	top: 35px;
	z-index: 41;
}

.shumei-subpage-search:hover,
.shumei-subpage-search i {
	color: #ffffff !important;
}

.shumei-home-header .search_wrapper,
.shumei-subpage-header .search_wrapper {
	background: #696969;
	box-sizing: border-box;
	display: none;
	max-width: 500px;
	padding: 15px;
	position: absolute;
	right: 150px;
	top: 10px;
	width: calc(100vw - 210px);
	z-index: 43;
}

.shumei-subpage-header .search_wrapper {
	right: 134px;
}

.shumei-home-header .search_wrapper.is-visible,
.shumei-subpage-header .search_wrapper.is-visible {
	display: block;
}

.shumei-home-header .search_wrapper form,
.shumei-subpage-header .search_wrapper form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	margin: 0;
	position: relative;
}

.shumei-home-header .search_wrapper label,
.shumei-subpage-header .search_wrapper label {
	display: block;
	margin: 0;
}

.shumei-home-header .search_wrapper input[type="search"],
.shumei-subpage-header .search_wrapper input[type="search"] {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #ffffff !important;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 42px 0 35px !important;
	width: 100%;
}

.shumei-home-header .search_wrapper input[type="search"]::placeholder,
.shumei-subpage-header .search_wrapper input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.38);
	opacity: 1;
}

.shumei-home-header .search_wrapper .icon_search,
.shumei-home-header .search_wrapper .icon_close,
.shumei-subpage-header .search_wrapper .icon_search,
.shumei-subpage-header .search_wrapper .icon_close {
	color: #ffffff !important;
	display: block;
	font-size: 22px;
	line-height: 22px;
	opacity: 0.92;
	position: absolute;
	top: 8px;
	z-index: 2;
}

.shumei-home-header .search_wrapper .icon_search,
.shumei-subpage-header .search_wrapper .icon_search {
	left: 0;
}

.shumei-home-header .search_wrapper .icon_close,
.shumei-subpage-header .search_wrapper .icon_close {
	right: 0;
	text-decoration: none;
}

.shumei-home-header .search_wrapper .search-submit,
.shumei-subpage-header .search_wrapper .search-submit {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.home #Top_bar .container,
.home #Top_bar .column {
	max-width: none !important;
	width: 100% !important;
}

.home #Top_bar .column {
	margin: 0;
}

.home #Top_bar .top_bar_left {
	float: none;
	position: static;
	width: 100% !important;
}

.home #Top_bar .logo {
	display: block !important;
	left: 43px;
	position: absolute;
	top: 43px;
	z-index: 32;
}

.home #Top_bar #logo {
	height: auto;
	line-height: 1;
	padding: 0;
}

.home #Top_bar .logo img.logo-main {
	display: block;
	height: 62px;
	max-height: none;
	max-width: none;
	opacity: 0.86;
	width: auto;
}

.home #Top_bar .logo img.logo-sticky,
.home #Top_bar .logo img.logo-mobile,
.home #Top_bar .logo img.logo-mobile-sticky {
	display: none;
}

.home #Top_bar .menu_wrapper {
	float: none;
	margin: 0;
	position: absolute;
	right: 142px;
	top: 45px;
	z-index: 32;
}

.home #Top_bar .top_bar_right {
	float: none;
	height: auto;
	position: absolute;
	right: 45px;
	top: 45px;
	z-index: 32;
}

.home #Top_bar .top_bar_right_wrapper {
	top: 0;
}

.home #Top_bar a#search_button {
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
	top: 0;
}

.home #Top_bar a#search_button i {
	color: #ffffff !important;
}

.home #Top_bar.is-sticky,
body:not(.home) #Top_bar {
	background: #ffffff;
	position: relative;
	top: auto;
}

body.home #Top_bar.is-sticky {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.home #Top_bar[style*="position: fixed"] {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body:not(.home):not(.page-about-us) #Top_bar {
	background: transparent !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 40;
}

body:not(.home):not(.page-about-us) #Top_bar .container,
body:not(.home):not(.page-about-us) #Top_bar .column {
	max-width: none !important;
	width: 100% !important;
}

body:not(.home):not(.page-about-us) #Top_bar .column {
	margin: 0;
}

body:not(.home):not(.page-about-us) #Top_bar .top_bar_left {
	float: none;
	position: static;
	width: 100% !important;
}

body:not(.home):not(.page-about-us) #Top_bar .logo {
	display: block !important;
	left: 43px;
	position: absolute;
	top: 43px;
	z-index: 42;
}

body:not(.home):not(.page-about-us) #Top_bar #logo {
	height: auto;
	line-height: 1;
	padding: 0;
}

body:not(.home):not(.page-about-us) #Top_bar .logo img.logo-main {
	display: block;
	height: 62px;
	max-height: none;
	max-width: none;
	opacity: 0.86;
	width: auto;
}

body:not(.home):not(.page-about-us) #Top_bar .logo img.logo-sticky,
body:not(.home):not(.page-about-us) #Top_bar .logo img.logo-mobile,
body:not(.home):not(.page-about-us) #Top_bar .logo img.logo-mobile-sticky {
	display: none;
}

body:not(.home):not(.page-about-us) #Top_bar .menu_wrapper {
	float: none;
	margin: 0;
	position: absolute;
	right: 142px;
	top: 45px;
	z-index: 42;
}

body:not(.home):not(.page-about-us) #Top_bar .top_bar_right {
	float: none;
	height: auto;
	position: absolute;
	right: 45px;
	top: 45px;
	z-index: 42;
}

body:not(.home):not(.page-about-us) #Top_bar .top_bar_right_wrapper {
	top: 0;
}

body:not(.home):not(.page-about-us) #Top_bar a#search_button,
body:not(.home):not(.page-about-us) #Top_bar a#search_button i {
	color: #ffffff !important;
	font-size: 32px;
	line-height: 1;
	top: 0;
}

body:not(.home):not(.page-about-us) #Top_bar.is-sticky {
	background: #ffffff !important;
	border-bottom: 1px solid var(--shumei-accent);
	position: fixed !important;
}

body:not(.home):not(.page-about-us) #Top_bar.is-sticky .logo img.logo-main {
	display: none;
}

body:not(.home):not(.page-about-us) #Top_bar.is-sticky .logo img.logo-sticky {
	display: block;
	height: 50px;
	max-height: none;
	width: auto;
}

body:not(.home):not(.page-about-us) #Top_bar.is-sticky a#search_button,
body:not(.home):not(.page-about-us) #Top_bar.is-sticky a#search_button i {
	color: #000000 !important;
}

body.shumei-no-sticky-header #Top_bar.is-sticky,
body.shumei-no-sticky-header #Top_bar[style*="position: fixed"] {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.home .header_placeholder {
	display: none !important;
	height: 0 !important;
}

#Top_bar #menu {
	background: transparent !important;
}

#Top_bar.is-sticky {
	border-bottom: 1px solid var(--shumei-accent);
}

.primary-menu,
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu > li {
	display: inline-block;
	position: relative;
}

.primary-menu a {
	display: block;
	padding: 12px 14px;
	text-decoration: none;
}

#Top_bar .menu > li > a,
#Top_bar .menu > li > a span,
#Top_bar .mega-menu > li > a,
#Top_bar .mega-menu > li > a span,
.shumei-home-nav .mega-menu > li > a,
.shumei-home-nav .mega-menu > li > a span {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 2.5;
}

#Top_bar .menu > li > a:hover,
#Top_bar .menu > li > a:hover span,
#Top_bar .mega-menu > li > a:hover,
#Top_bar .mega-menu > li > a:hover span,
.shumei-home-nav .mega-menu > li > a:hover,
.shumei-home-nav .mega-menu > li > a:hover span {
	color: var(--shumei-accent) !important;
	font-weight: 700;
}

#Top_bar.is-sticky .menu > li > a,
#Top_bar.is-sticky .menu > li > a span,
#Top_bar.is-sticky .mega-menu > li > a,
#Top_bar.is-sticky .mega-menu > li > a span,
body:not(.home) #Top_bar .mega-menu > li > a,
body:not(.home) #Top_bar .mega-menu > li > a span {
	color: #000000;
}

body:not(.home):not(.page-about-us) #Top_bar:not(.is-sticky) .mega-menu > li > a,
body:not(.home):not(.page-about-us) #Top_bar:not(.is-sticky) .mega-menu > li > a span {
	color: #ffffff !important;
}

body:not(.home):not(.page-about-us) #Top_bar.is-sticky .mega-menu > li > a,
body:not(.home):not(.page-about-us) #Top_bar.is-sticky .mega-menu > li > a span {
	color: #000000 !important;
}

body.home #Top_bar.is-sticky .logo {
	display: block !important;
}

.primary-menu .sub-menu {
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	display: none;
	min-width: 220px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.shumei-legacy-mega-wrap,
.shumei-legacy-mega-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shumei-legacy-mega-wrap .mega-menu > li {
	position: relative;
}

.shumei-menu-trigger {
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.18s ease;
}

.shumei-menu-trigger,
.shumei-menu-trigger span {
	color: #ffffff !important;
}

.shumei-menu-trigger:hover,
.shumei-menu-trigger:hover span,
.shumei-legacy-mega-wrap.is-open .shumei-menu-trigger,
.shumei-legacy-mega-wrap.is-open .shumei-menu-trigger span {
	color: var(--shumei-accent) !important;
}

.home .shumei-home-nav .shumei-menu-trigger,
.home .shumei-home-nav .shumei-menu-trigger span {
	font-size: 31px !important;
	line-height: 1 !important;
}

.shumei-menu-trigger:before {
	content: "\2630";
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 29px;
	margin-right: 10px;
	vertical-align: -1px;
}

#Top_bar .search_wrapper {
	background: #696969 !important;
	box-shadow: none;
	box-sizing: border-box;
	display: none;
	left: auto !important;
	max-width: 500px;
	padding: 15px !important;
	position: absolute;
	right: 150px;
	top: 10px !important;
	width: calc(100vw - 210px) !important;
	z-index: 9100;
}

#Top_bar .search_wrapper form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	margin: 0;
	position: relative;
}

#Top_bar .search_wrapper label {
	display: block;
	margin: 0;
}

#Top_bar .search_wrapper input[type="search"],
#Top_bar .search_wrapper input[type="text"] {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #ffffff !important;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0 42px 0 35px !important;
	width: 100%;
}

#Top_bar .search_wrapper input[type="search"]::placeholder,
#Top_bar .search_wrapper input[type="text"]::placeholder {
	color: rgba(255, 255, 255, 0.38);
	opacity: 1;
}

#Top_bar .search_wrapper .icon_search,
#Top_bar .search_wrapper .icon_close {
	color: #ffffff !important;
	display: block;
	font-size: 22px;
	line-height: 22px;
	opacity: 0.92;
	position: absolute;
	top: 8px;
	z-index: 2;
}

#Top_bar .search_wrapper .icon_search {
	left: 0;
}

#Top_bar .search_wrapper .icon_close {
	right: 0;
	text-decoration: none;
}

#Top_bar .search_wrapper .icon_close:hover {
	opacity: 1;
}

#Top_bar .search_wrapper .search-submit {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.shumei-mega-panel {
	background: #ffffff;
	box-shadow: none;
	display: none !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 72px 62px 88px !important;
	position: fixed;
	top: 84px;
	width: 100vw;
	z-index: 9000;
}

.is-sticky .shumei-mega-panel,
body:not(.home) .shumei-mega-panel {
	top: 84px;
}

.shumei-legacy-mega-wrap:not(.is-open) li:hover > .shumei-mega-panel,
.shumei-legacy-mega-wrap:not(.is-open) li:focus-within > .shumei-mega-panel {
	display: none !important;
}

.shumei-legacy-mega-wrap.is-open .shumei-mega-panel {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 72px;
}

.shumei-mega-panel a {
	color: #777777 !important;
	display: block;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 23px;
	line-height: 1.35;
	margin: 0 0 22px;
	padding: 0;
	text-decoration: none;
}

.shumei-mega-panel a span {
	color: inherit !important;
}

.shumei-mega-panel a:hover {
	color: var(--shumei-accent) !important;
}

.shumei-mega-title {
	color: #555555 !important;
	font-size: 24px !important;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.shumei-mega-panel > li > ul {
	margin-top: 0;
}

.shumei-mega-panel > li:first-child > ul > li:nth-child(2) > a {
	color: #777777 !important;
}

.site-main {
	min-height: 55vh;
}

.shumei-page-header {
	background-image: url("../../uploads/2017/06/home_foreast_sectionbg3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 145px;
	text-align: center;
}

.shumei-page-header .title {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 70px;
	margin: 0;
}

.shumei-content.content_wrapper {
	margin: 0;
	max-width: none;
	padding: 72px 20px 90px;
	width: 100%;
}

.shumei-content .sections_group {
	float: none;
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

.shumei-entry {
	background: transparent;
	padding: 0;
}

.shumei-post-card {
	background: rgba(255, 255, 255, 0.34);
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 28px 32px 30px;
}

.shumei-post-card .image_frame {
	margin-bottom: 20px;
}

.shumei-post-meta {
	color: #777777;
	font-size: 13px;
	margin-bottom: 12px;
}

.shumei-post-card h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 30px;
	line-height: 1.25;
	margin: 0 0 14px;
}

.shumei-post-card h2 a {
	color: var(--shumei-accent);
	text-decoration: none;
}

.shumei-post-card .post-excerpt,
.shumei-post-card .post-excerpt p {
	color: #5d5d5d;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.65;
	margin: 0;
}

.shumei-search-heading,
.shumei-search-empty {
	background: rgba(255, 255, 255, 0.34);
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 30px 32px;
}

.shumei-search-heading h2,
.shumei-search-empty h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 34px;
	line-height: 1.25;
	margin: 0;
}

.shumei-search-empty form {
	margin-top: 22px;
	max-width: 520px;
	position: relative;
}

.shumei-search-empty .icon_search,
.shumei-search-empty .icon_close {
	display: none;
}

.shumei-search-empty input[type="search"] {
	box-sizing: border-box;
	width: 100%;
}

.shumei-search-empty .search-submit {
	margin-top: 12px;
}

.shumei-pagination {
	margin: 40px 0 0;
	text-align: center;
}

.shumei-pagination .page-numbers {
	display: inline-block;
	margin: 0 4px;
	padding: 8px 12px;
	background: #ffffff;
	text-decoration: none;
}

.shumei-pagination .current {
	background: var(--shumei-accent);
	color: #ffffff;
}

#Footer {
	margin-top: 50px;
}

#Footer .widgets_wrapper {
	padding: 80px 0 100px;
}

.shumei-home .content_wrapper {
	margin: 0;
	width: 100%;
}

.shumei-home .sections_group {
	float: none;
	width: 100%;
}

.shumei-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	min-height: 100vh;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.shumei-hero .section_video {
	inset: 0;
	overflow: hidden;
	position: absolute !important;
	z-index: 0 !important;
}

.shumei-hero .section_video video {
	height: 100%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute !important;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 0 !important;
}

.shumei-hero .mask {
	background: url("../betheme/images/videomask.png") repeat center, rgba(0, 0, 0, 0.12);
	inset: 0;
	position: absolute !important;
	z-index: 1 !important;
}

.shumei-hero-content {
	left: clamp(250px, 15.75vw, 323px);
	position: absolute;
	top: clamp(360px, 31.8vh, 489px);
	width: clamp(680px, 44.5vw, 912px);
	z-index: 2;
}

.shumei-hero-content:before,
.shumei-hero-content:after {
	content: none !important;
	display: none !important;
}

.shumei-hero-tagline {
	color: #ffffff;
	font-size: clamp(27px, 1.72vw, 35px);
	font-style: italic;
	line-height: 1.25;
	margin-top: 18px;
	padding-left: 0.35em;
}

.shumei-hero-mark {
	display: block;
	max-width: none;
	opacity: 1;
	width: 100%;
}

.shumei-hero .section-nav {
	color: #ffffff;
	left: 50%;
	position: absolute;
	text-decoration: none;
	z-index: 3;
}

.shumei-hero .section-nav.prev {
	display: none;
}

.shumei-hero .section-nav.next {
	bottom: 42px;
	color: rgba(80, 55, 80, 0.35);
	font-size: 44px;
	transform: translateX(-50%);
}

.shumei-hero .section-nav.next:hover,
.shumei-hero .section-nav.next:focus {
	color: rgba(80, 55, 80, 0.58);
	outline: none;
}

.shumei-intro {
	background-color: #edf2f5;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 550px;
}

.shumei-intro-wrap {
	padding: 0 10%;
}

.shumei-intro h5,
.shumei-intro h3,
.shumei-recent h2,
.shumei-social h2,
.shumei-instagram h3,
.shumei-recent .blog-teaser,
.shumei-recent .blog-teaser a,
.shumei-recent .post-meta,
.shumei-recent .post-date,
.shumei-recent .column_hover_color h4 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
}

.shumei-copy-col {
	padding: 0 5% 0 0;
}

.shumei-copy-col span {
	color: #000000;
	font-weight: 700;
}

.shumei-recent {
	background: #ffffff;
	padding: 50px 0;
}

.shumei-section-title {
	padding: 2% 0;
}

.shumei-section-title h2 {
	color: #5f4934;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.15;
}

.blog-teaser li {
	background-color: #808080;
	display: inline-block;
	float: none !important;
	margin: 0 5px 25px !important;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 32% !important;
}

.blog-teaser li .photo-wrapper img {
	height: 300px !important;
	object-fit: cover;
	width: 100% !important;
}

.blog-teaser li .desc-wrapper .desc .post-title a {
	font-family: "Basilea", Arial, Tahoma, sans-serif !important;
	font-size: 28px !important;
	font-weight: 400;
	line-height: 1.22;
}

.blog-teaser li .desc-wrapper .desc .post-meta,
.blog-teaser li .desc-wrapper .desc .post-meta a {
	font-family: "Basilea", Arial, Tahoma, sans-serif !important;
	font-size: 18px;
	letter-spacing: 1px;
}

.blog-teaser li .desc-wrapper .desc {
	padding: 96px 56px 44px;
}

.column_hover_color .hover_color_wrapper h4 {
	color: #000000;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.shumei-social {
	background: url("../../uploads/2018/05/pink.jpg") center 42% / cover no-repeat;
	min-height: 690px;
	padding: 138px 0 0;
}

.shumei-twitter-panel {
	background-color: rgba(255, 255, 255, 0.78);
	box-sizing: border-box;
	margin: 0 auto;
	min-height: 205px;
	padding: 70px 40px;
	width: min(1400px, 70vw);
}

.shumei-twitter-panel h2,
.shumei-instagram h3 {
	color: #000000;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.shumei-about-page {
	background: #ffffff;
}

.shumei-about-page .content_wrapper,
.shumei-about-page .sections_group,
.shumei-about-page .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.shumei-about-hero {
	align-items: center;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	min-height: 100vh;
	position: relative;
}

.shumei-about-hero:before {
	background: rgba(28, 16, 18, 0.28);
	content: "";
	inset: 0;
	position: absolute;
}

.shumei-about-hero-content {
	color: #ffffff;
	margin: 8vh auto 0;
	max-width: 1160px;
	padding: 0 32px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.shumei-about-hero-content h5 {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 7px;
	line-height: 1.7;
	margin: 0 0 24px;
}

.shumei-about-hero-content h1 {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.18;
	margin: 0;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
}

.shumei-about-intro {
	background: #ffffff;
	padding: 80px 0 90px;
}

.shumei-about-intro-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
	margin: 0 auto;
	max-width: 1080px;
}

.shumei-about-copy {
	color: #444444;
	font-size: 15px;
	line-height: 1.7;
	padding-right: 6%;
}

.shumei-about-copy h5 {
	color: #444444;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 7px;
	line-height: 1.7;
	margin: 0 0 24px;
}

.shumei-about-copy ul {
	margin: 18px 0 18px 1.2em;
}

.shumei-about-globe {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 36px;
}

.shumei-about-globe img {
	display: block;
	height: auto;
	max-width: 100%;
}

.shumei-about-ethics {
	align-items: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	min-height: 100vh;
	padding: 120px 0;
	position: relative;
}

.shumei-about-ethics:before {
	background: rgba(0, 0, 0, 0.34);
	content: "";
	inset: 0;
	position: absolute;
}

.shumei-about-ethics .section_wrapper {
	position: relative;
	z-index: 1;
}

.shumei-about-ethics-copy {
	color: #ffffff;
	max-width: 690px;
}

.shumei-about-ethics-copy h2,
.shumei-about-philosophy h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 28px;
}

.shumei-about-ethics-copy h2 {
	color: #ffffff;
}

.shumei-about-ethics-copy p {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.75;
}

.shumei-about-philosophy {
	background: var(--shumei-bg);
	color: #000000;
	min-height: 100vh;
	padding: 130px 0;
	text-align: center;
}

.shumei-about-philosophy .section_wrapper {
	max-width: 970px;
}

.shumei-about-philosophy h2 {
	color: #000000;
}

.shumei-about-philosophy hr {
	background: rgba(127, 106, 80, 0.18);
	border: 0;
	height: 1px;
	margin: 28px auto 34px;
	width: 100%;
}

.shumei-about-philosophy h4 {
	color: #7f6a50;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 auto 28px;
	max-width: 900px;
}

.shumei-instagram {
	margin: 100px 0 46px;
}

#Footer .social-menu {
	display: none;
}

#Footer .shumei-home-footer-widgets {
	background: #ffffff;
	padding: 80px 0 100px;
}

#Footer .shumei-home-footer-widgets .container {
	max-width: 1100px;
}

#Footer .shumei-home-footer-widgets .column {
	margin-right: 7%;
}

#Footer .shumei-home-footer-widgets h4 {
	color: #333333;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 34px;
}

#Footer .shumei-home-footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Footer .shumei-home-footer-widgets li {
	margin-bottom: 30px;
}

#Footer .shumei-home-footer-widgets li a {
	color: #111111;
	display: block;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
}

#Footer .shumei-home-footer-widgets .post-date {
	color: #888888;
	display: block;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	margin-top: 14px;
}

#Footer .shumei-home-footer-widgets .post-date i {
	margin-right: 8px;
}

#Footer,
#Footer .widget_recent_entries ul li a {
	color: var(--shumei-footer-text);
}

#Footer a {
	color: var(--shumei-accent);
}

#Footer a:hover {
	color: var(--shumei-accent-dark);
}

#Footer h1,
#Footer h2,
#Footer h3,
#Footer h4,
#Footer h5,
#Footer h6 {
	color: #0a0a0a;
}

.shumei-entry .vc_row {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.shumei-entry .vc_row::after {
	clear: both;
	content: "";
	display: table;
}

.shumei-entry .vc_row-has-fill,
.shumei-entry .vc_column-inner.vc_col-has-fill,
.shumei-entry .vc_col-has-fill > .vc_column-inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.shumei-entry .vc_parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.shumei-entry .vc_row-o-full-height {
	min-height: 100vh;
}

.shumei-entry > .section.the_content:first-child > .section_wrapper,
.shumei-entry > .section.the_content:first-child .the_content_wrapper {
	max-width: none !important;
	padding: 0;
	width: 100% !important;
}

.shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child {
	background-position: center !important;
	background-size: cover !important;
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	min-height: 100vh;
	width: 100vw;
}

.shumei-entry .vc_row-flex {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.shumei-entry .vc_row-o-columns-middle {
	align-items: center;
}

.shumei-entry .vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
	align-items: center;
	display: flex;
}

.shumei-entry .vc_row-o-content-top > .vc_column_container > .vc_column-inner {
	align-items: flex-start;
	display: flex;
}

.shumei-entry .vc_column_container {
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	position: relative;
	width: 100%;
}

.shumei-entry .vc_column-inner {
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.shumei-entry .wpb_wrapper {
	width: 100%;
}

.shumei-entry .vc_col-sm-12 {
	width: 100%;
}

.shumei-entry .vc_col-sm-6 {
	width: 50%;
}

.shumei-entry .vc_col-sm-4 {
	width: 33.333333%;
}

.shumei-entry .vc_column-gap-5 {
	margin-left: -2.5px;
	margin-right: -2.5px;
}

.shumei-entry .vc_column-gap-5 > .vc_column_container {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.shumei-entry .vc_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
}

.shumei-entry .wpb_text_column ul {
	color: #7b8790;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.75;
	margin: 0 auto 45px;
	max-width: 540px;
}

.shumei-entry .wpb_text_column li {
	margin-bottom: 18px;
}

.shumei-entry .wpb_text_column strong {
	font-weight: 700;
}

.shumei-entry .vc_col-has-fill .wpb_text_column h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}

.shumei-entry .vc_col-has-fill a {
	color: inherit;
	text-decoration: none;
}

.page-id-6 .shumei-entry .vc_column_container.vc_col-sm-4 {
	display: flex;
}

.page-id-6 .shumei-entry .vc_column_container.vc_col-sm-4 > .vc_column-inner {
	align-items: center;
	aspect-ratio: 1.28 / 1;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	min-height: 400px;
	padding: 0 !important;
}

.page-id-6 .shumei-entry .vc_custom_1525914738440,
.page-id-6 .shumei-entry .vc_custom_1525914745472,
.page-id-6 .shumei-entry .vc_custom_1530813742869 {
	background-position: center !important;
	background-size: cover !important;
}

.page-id-6 .shumei-entry .vc_custom_1530813742869 {
	background-position: center 44% !important;
}

.page-id-6 .shumei-entry .vc_col-has-fill .wpb_text_column {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: inherit;
	padding: 0 !important;
	width: 100%;
}

.page-id-6 .shumei-entry .vc_col-has-fill .wpb_wrapper {
	width: 100%;
}

.page-id-6 .shumei-entry .vc_col-has-fill .wpb_text_column h2 {
	font-size: 68px;
	line-height: 1.05;
}

.shumei-entry .section.mcb-section.full-screen {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	min-height: 100vh;
	position: relative;
	width: 100%;
}

.shumei-entry > .mcb-section.full-screen:first-child {
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	width: 100vw;
}

.shumei-entry .mfn-parallax {
	height: 1px !important;
	opacity: 0 !important;
	position: absolute;
	width: 1px !important;
}

.shumei-entry .mcb-section.full-screen > .section_wrapper {
	align-items: center;
	display: flex;
	min-height: 100vh;
}

.shumei-entry .mcb-section .section_wrapper {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.shumei-entry .mcb-wrap {
	box-sizing: border-box;
	float: left;
	width: 100%;
}

.shumei-entry .mcb-wrap.one {
	width: 100%;
}

.shumei-entry .mcb-wrap.one-second {
	width: 50%;
}

.shumei-entry .mcb-wrap.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.shumei-entry .mcb-section.equal-height-wrap > .section_wrapper {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

.shumei-entry .mcb-section.equal-height-wrap .mcb-wrap.valign-middle {
	align-items: center;
	display: flex;
}

.shumei-entry .mcb-section.equal-height-wrap .mcb-wrap.valign-middle > .mcb-wrap-inner {
	width: 100%;
}

.shumei-entry .mcb-wrap-inner::after,
.shumei-entry .section_wrapper::after {
	clear: both;
	content: "";
	display: table;
}

.shumei-entry .mcb-column {
	box-sizing: border-box;
	float: left;
	margin: 0 1% 40px;
}

.shumei-entry .mcb-column.one {
	width: 98%;
}

.shumei-entry .mcb-column.one-second {
	width: 48%;
}

.shumei-entry .mcb-column.one-third {
	width: 31.333%;
}

.shumei-entry .mcb-column.two-fifth {
	width: 38%;
}

.shumei-entry .mcb-column.three-fifth {
	width: 58%;
}

.shumei-entry .mcb-column.one-fifth {
	width: 18%;
}

.shumei-entry .align_center {
	text-align: center;
}

.shumei-entry .align_justify {
	text-align: justify;
}

.shumei-entry .column_attr h1,
.shumei-entry .column_attr h2,
.shumei-entry .column_attr h3,
.shumei-entry .column_attr h4,
.shumei-entry .column_attr h5,
.shumei-entry .column_attr h6 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-weight: 400;
}

.shumei-entry > .mcb-section.full-screen:first-child .column_attr h2 {
	color: #ffffff;
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 18px;
}

.shumei-entry > .mcb-section.full-screen:first-child .column_attr h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 42px;
	margin: 0;
}

.shumei-entry .column_attr p,
.shumei-entry .column_attr li {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
}

.shumei-entry .column_attr ul {
	margin-left: 24px;
}

.shumei-entry .scale-with-grid,
.shumei-entry img.scale-with-grid {
	height: auto;
	max-width: 100%;
}

.shumei-entry .grow-img {
	max-width: 120px;
	transition: transform 0.2s ease;
}

.shumei-entry .grow-img:hover {
	transform: scale(1.08);
}

.shumei-entry .section-nav {
	display: none;
}

.shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column h5 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 7px;
	line-height: 25px;
	margin: 0 0 20px;
}

.shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column h2 {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 55px;
	margin: 0 auto;
	max-width: 1220px;
	text-align: center;
}

@media only screen and (max-width: 1240px) {
	#Top_bar .top_bar_right {
		display: none !important;
	}

	body.home #Top_bar .logo,
	.shumei-home-brand,
	.shumei-home-search {
		display: none !important;
	}

	.home #Top_bar .menu_wrapper,
	.shumei-home-nav {
		position: absolute;
		right: 28px;
		top: 42px;
		z-index: 60;
	}

	.primary-menu > li {
		display: block;
	}

	.primary-menu .sub-menu {
		box-shadow: none;
		display: block;
		position: static;
	}

	#Top_bar a.responsive-menu-toggle {
		color: #000000 !important;
	}

	body.home #Top_bar .logo {
		display: block;
	}

	.home #Top_bar {
		background: transparent;
		position: absolute;
		top: auto;
	}

	#Top_bar .mega-menu > li > a,
	#Top_bar .mega-menu > li > a span {
		color: #000000 !important;
	}

	#Top_bar .shumei-menu-trigger {
		font-size: 0 !important;
		height: 44px;
		line-height: 44px !important;
		min-width: 44px;
		padding: 0;
		text-align: center;
	}

	#Top_bar .shumei-menu-trigger:before {
		color: #000000 !important;
		font-size: 36px;
		line-height: 44px;
		margin-right: 0;
		vertical-align: 0;
	}

	#Top_bar .shumei-menu-trigger .mega-indicator {
		display: none !important;
	}

	.shumei-legacy-mega-wrap .mega-menu > li {
		display: block;
	}

	.shumei-mega-panel {
		box-shadow: none;
		display: none !important;
		left: 0 !important;
		max-height: calc(100vh - 80px);
		overflow-y: auto;
		padding: 32px 28px 42px !important;
		position: fixed;
		top: 80px;
		width: 100vw;
	}

	.shumei-legacy-mega-wrap.is-open .shumei-mega-panel {
		display: block !important;
	}

	.shumei-mega-panel > li {
		margin: 0 0 28px;
	}

	.shumei-mega-title {
		font-size: 20px !important;
		margin-bottom: 12px;
	}

	.shumei-mega-panel a {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 14px;
	}

	.shumei-entry .vc_col-sm-6,
	.shumei-entry .vc_col-sm-4 {
		width: 100%;
	}

	.shumei-entry .vc_parallax {
		background-attachment: scroll;
	}

	.shumei-entry .wpb_text_column ul {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.shumei-entry .mcb-column.one,
	.shumei-entry .mcb-column.one-second,
	.shumei-entry .mcb-column.one-third,
	.shumei-entry .mcb-column.two-fifth,
	.shumei-entry .mcb-column.three-fifth,
	.shumei-entry .mcb-column.one-fifth {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.shumei-entry .mcb-wrap.one,
	.shumei-entry .mcb-wrap.one-second {
		width: 100%;
	}

	.shumei-page-header {
		padding: 120px 24px 90px;
	}

	.shumei-page-header .title {
		font-size: 42px;
		line-height: 46px;
	}
}

@media only screen and (max-width: 767px) {
	.shumei-subpage-brand {
		left: 18px;
		top: 20px;
		width: 150px;
	}

	.shumei-subpage-nav {
		right: 62px;
		top: 34px;
	}

	.shumei-subpage-search {
		font-size: 27px;
		right: 20px;
		top: 33px;
	}

	.shumei-subpage-nav .shumei-menu-trigger,
	.shumei-subpage-nav .shumei-menu-trigger span {
		font-size: 24px !important;
	}

	.shumei-about-hero-content {
		margin-top: 7vh;
		padding: 0 24px;
	}

	.shumei-about-hero-content h1 {
		font-size: 31px;
		line-height: 1.24;
	}

	.shumei-about-intro-grid {
		display: block;
		padding: 0 28px;
	}

	.shumei-about-copy {
		padding-right: 0;
	}

	.shumei-about-ethics,
	.shumei-about-philosophy {
		min-height: auto;
		padding: 90px 28px;
	}

	.shumei-about-ethics-copy h2,
	.shumei-about-philosophy h2 {
		font-size: 36px;
	}

	.shumei-intro {
		padding-bottom: 300px;
	}

	.shumei-hero-mark {
		width: 88%;
	}

	.shumei-hero-content {
		left: 6vw;
		top: 42vh;
		width: 88vw;
	}

	.shumei-hero-tagline {
		font-size: 28px;
	}

	.blog-teaser li {
		width: 98% !important;
	}
}

.shumei-partners-page .shumei-partners-hero {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 100vh;
	padding: 250px 0 150px;
	position: relative;
}

.shumei-partners-page .shumei-partners-hero::before {
	background: rgba(0, 0, 0, 0.18);
	content: "";
	inset: 0;
	position: absolute;
}

.shumei-partners-page .shumei-partners-hero .section_wrapper {
	position: relative;
	z-index: 1;
}

.shumei-partners-page .shumei-partners-hero h1 {
	color: #fff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.shumei-partner-section {
	padding: 50px 0 0;
}

.shumei-partner-section .mcb-wrap-inner {
	align-items: center;
	display: flex;
	gap: 0;
}

.shumei-partner-section .column_image {
	text-align: center;
}

.shumei-partner-section .image_wrapper img {
	height: auto;
	max-width: 300px;
}

.shumei-partner-section .column_attr h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 37px;
	font-weight: 400;
	line-height: 37px;
	margin: 0 0 18px;
}

.shumei-partner-section .column_attr p {
	color: #36342f;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 30px;
}

.shumei-partner-section .column_attr a {
	color: #7f6a50;
}

.shumei-partner-section .no_line {
	border: 0;
	margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
	.shumei-partners-page .shumei-partners-hero h1 {
		font-size: 48px;
		line-height: 1.05;
	}

	.shumei-partner-section .mcb-wrap-inner {
		display: block;
	}

	.shumei-partner-section .column_image,
	.shumei-partner-section .column_column {
		width: 100%;
	}
}

.shumei-contact-subheader {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 145px;
	text-align: center;
}

.shumei-contact-subheader .title {
	color: #fff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 70px;
	margin: 0;
}

.shumei-contact-content {
	padding: 0;
}

.shumei-contact-content .section_wrapper,
.shumei-contact-content .the_content_wrapper {
	max-width: 1080px;
}

.shumei-contact-grid {
	display: flex;
	gap: 0;
	padding: 0;
}

.shumei-contact-grid .vc_col-sm-6 {
	box-sizing: border-box;
	width: 50%;
}

.shumei-contact-grid .vc_column-inner {
	padding: 0 15px;
}

.shumei-contact-page .get_in_touch {
	background: #7f6a50;
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 30px;
	padding: 25px 25px 20px;
}

.shumei-contact-page .get_in_touch h3 {
	color: #fff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	margin: 0 0 20px;
}

.shumei-contact-page .get_in_touch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shumei-contact-page .get_in_touch li {
	display: flex;
	gap: 14px;
	margin: 0 0 12px;
	min-height: 28px;
}

.shumei-contact-page .get_in_touch .icon {
	color: rgba(255, 255, 255, 0.78);
	flex: 0 0 22px;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
}

.shumei-contact-page .get_in_touch .address_wrapper,
.shumei-contact-page .get_in_touch p,
.shumei-contact-page .get_in_touch a {
	color: #fff;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
}

.shumei-contact-page .get_in_touch a:hover {
	color: #e3cfb5;
}

@media only screen and (max-width: 767px) {
	.shumei-contact-subheader {
		padding: 130px 0 105px;
	}

	.shumei-contact-subheader .title {
		font-size: 44px;
		line-height: 48px;
	}

	.shumei-contact-grid {
		display: block;
		padding: 0 18px;
	}

	.shumei-contact-grid .vc_col-sm-6 {
		width: 100%;
	}

	.shumei-contact-grid .vc_column-inner {
		padding: 0;
	}
}

body.page-contact-us #Top_bar .logo {
	left: 25px;
	top: 0;
}

body.page-contact-us #Top_bar .logo img.logo-main {
	height: 78px;
	opacity: 1;
}

body.page-contact-us #Top_bar .menu_wrapper {
	right: 90px;
	top: 27px;
}

body.page-contact-us #Top_bar .top_bar_right {
	right: 0;
	top: 21px;
}

body.page-contact-us #Top_bar a#search_button,
body.page-contact-us #Top_bar a#search_button i {
	font-size: 34px;
}

.shumei-contact-page {
	background: #fff;
}

.shumei-contact-subheader {
	align-items: center;
	display: flex;
	min-height: 440px;
	padding: 0;
}

.shumei-contact-subheader .container,
.shumei-contact-subheader .column {
	margin: 0;
	max-width: none;
	width: 100%;
}

.shumei-contact-subheader .title {
	font-size: 82px;
	line-height: 1;
	padding-top: 20px;
}

.shumei-contact-content {
	background: #e0d6ca;
	box-sizing: border-box;
	min-height: 545px;
	padding: 37px 0 145px;
}

.shumei-contact-content .section_wrapper,
.shumei-contact-content .the_content_wrapper {
	max-width: 1284px;
	width: 100%;
}

.shumei-contact-grid {
	gap: 36px;
}

.shumei-contact-grid .vc_col-sm-6 {
	flex: 1 1 0;
	width: auto;
}

.shumei-contact-grid .vc_column-inner {
	padding: 0;
}

.shumei-contact-page .get_in_touch {
	background: #887459;
	min-height: 342px;
	margin: 0;
	padding: 31px 36px 28px;
}

.shumei-contact-page .get_in_touch h3 {
	font-size: 38px;
	line-height: 1.15;
	margin: 0 0 33px;
}

.shumei-contact-page .get_in_touch li {
	align-items: start;
	display: grid !important;
	gap: 0 18px;
	grid-template-columns: 43px 1fr;
	margin: 0;
	min-height: 54px;
	padding-left: 0 !important;
	position: static !important;
	width: 100%;
}

.shumei-contact-page .get_in_touch .icon {
	align-items: center;
	border-bottom: 1px solid rgba(224, 214, 202, 0.34);
	color: #231f18;
	display: flex;
	font-size: 24px;
	height: 47px;
	justify-content: center;
	left: auto !important;
	line-height: 1;
	position: static !important;
	top: auto !important;
	width: 43px;
}

.shumei-contact-page .get_in_touch li.mail .icon {
	border-bottom: 0;
}

.shumei-contact-page .get_in_touch .address_wrapper,
.shumei-contact-page .get_in_touch p,
.shumei-contact-page .get_in_touch a {
	display: block;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 1.25;
	max-width: none !important;
	min-width: 0;
	overflow-wrap: normal;
	padding-left: 0 !important;
	padding-top: 4px;
	position: static !important;
	white-space: normal;
	width: auto !important;
	word-break: normal;
}

.shumei-contact-page .get_in_touch .address_wrapper {
	display: block;
	padding-top: 1px;
}

.shumei-contact-page .get_in_touch li.phone p,
.shumei-contact-page .get_in_touch li.mail p,
.shumei-contact-page .get_in_touch li.phone a,
.shumei-contact-page .get_in_touch li.mail a {
	white-space: nowrap;
}

@media only screen and (max-width: 900px) {
	body.page-contact-us #Top_bar .logo {
		left: 18px;
		top: 12px;
	}

	body.page-contact-us #Top_bar .logo img.logo-main {
		height: 54px;
	}

	body.page-contact-us #Top_bar .menu_wrapper {
		right: 70px;
		top: 24px;
	}

	body.page-contact-us #Top_bar .top_bar_right {
		right: 18px;
		top: 23px;
	}

	.shumei-contact-subheader {
		min-height: 330px;
	}

	.shumei-contact-subheader .title {
		font-size: 52px;
	}

	.shumei-contact-content {
		min-height: 0;
		padding: 32px 20px 90px;
	}

	.shumei-contact-grid {
		display: block;
	}

	.shumei-contact-grid .vc_col-sm-6 + .vc_col-sm-6 {
		margin-top: 24px;
	}

	.shumei-contact-page .get_in_touch {
		min-height: 0;
		padding: 26px 26px 22px;
	}

	.shumei-contact-page .get_in_touch h3 {
		font-size: 30px;
	}

	.shumei-contact-page .get_in_touch .address_wrapper,
	.shumei-contact-page .get_in_touch p,
	.shumei-contact-page .get_in_touch a {
		font-size: 15px;
		letter-spacing: 0.8px;
	}
}

.shumei-un-page {
	background: #e0d6ca;
}

.shumei-un-subheader {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 440px;
	padding: 0;
}

.shumei-un-subheader .container,
.shumei-un-subheader .column {
	margin: 0;
	max-width: none;
	width: 100%;
}

.shumei-un-subheader .title {
	color: #fff;
	font-size: 70px;
	line-height: 1.05;
	padding: 18px 28px 0;
	text-align: center;
}

.shumei-un-content {
	padding: 70px 0 90px;
}

.shumei-un-content .section_wrapper,
.shumei-un-content .the_content_wrapper {
	max-width: 1080px;
	width: 100%;
}

.shumei-un-copy {
	color: #7d8990;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 19px;
	letter-spacing: 1.4px;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 1010px;
}

.shumei-un-copy p {
	margin: 0 0 30px;
}

.shumei-un-copy h2 {
	color: #6a4d2e;
	font-size: 66px;
	line-height: 1.1;
	margin: 34px 0 56px;
}

.shumei-un-copy a {
	color: #0066cc;
	text-decoration: underline;
}

.shumei-sdg-grid {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 auto 82px;
	max-width: 1080px;
}

.shumei-sdg-tile {
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.shumei-sdg-tile img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shumei-sdg-tile-5::after {
	background: rgba(53, 42, 43, 0.74);
	bottom: 0;
	color: #fff;
	content: "Achieve gender equality and empower all women and girls";
	display: flex;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.12;
	padding: 16px;
	position: absolute;
	right: 0;
	top: 38%;
}

.shumei-sdg-tile-5::before {
	background: rgba(255, 255, 255, 0.16);
	color: rgba(255, 255, 255, 0.32);
	content: "5";
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 96px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.shumei-un-goal {
	margin: 20px auto 0;
	max-width: 792px;
}

.shumei-un-goal img {
	display: block;
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 900px) {
	.shumei-un-subheader {
		min-height: 330px;
	}

	.shumei-un-subheader .title {
		font-size: 48px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shumei-un-content {
		padding: 48px 20px 70px;
	}

	.shumei-un-copy {
		font-size: 16px;
		letter-spacing: 0.8px;
	}

	.shumei-un-copy h2 {
		font-size: 36px;
	}

	.shumei-sdg-grid {
		gap: 5px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 48px;
	}

	.shumei-sdg-tile {
		padding: 0;
	}
}

.shumei-case-page {
	background: #fff;
}

.shumei-case-subheader {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 488px;
	padding: 0;
}

.shumei-case-subheader .container,
.shumei-case-subheader .column {
	margin: 0;
	max-width: none;
	width: 100%;
}

.shumei-case-subheader .title {
	color: #fff;
	font-size: 82px;
	line-height: 1;
	padding-top: 24px;
	text-align: center;
}

.shumei-case-content {
	background: #e0d6ca;
	min-height: 585px;
	padding: 34px 0 138px;
}

.shumei-case-content .section_wrapper,
.shumei-case-content .the_content_wrapper {
	max-width: 1416px;
	width: 100%;
}

.shumei-case-filters {
	display: flex;
	margin: 0 0 48px;
}

.shumei-case-filters a {
	background: #fff;
	border: 1px solid rgba(127, 106, 80, 0.15);
	box-sizing: border-box;
	color: #898989;
	display: block;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 21px;
	letter-spacing: 1.3px;
	line-height: 54px;
	min-width: 268px;
	padding: 0 16px;
	text-decoration: none;
}

.shumei-case-filters a.is-active {
	background: #e58d23;
	border-color: #fff;
	color: #fff;
}

.shumei-case-grid {
	display: grid;
	gap: 27px;
	grid-template-columns: repeat(2, 443px);
	margin-left: 7px;
}

.shumei-case-card {
	background: #fff;
	box-sizing: border-box;
	color: #777;
	display: block;
	min-height: 276px;
	padding: 24px 26px 26px;
	text-decoration: none;
}

.shumei-case-card h2 {
	color: #7f9099;
	font-size: 38px;
	letter-spacing: 10px;
	line-height: 1.1;
	margin: 0 0 21px;
}

.shumei-case-card p {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 18px;
	letter-spacing: 1.5px;
	line-height: 1.85;
	margin: 0;
}

.shumei-case-card:hover h2,
.shumei-case-card:focus h2 {
	color: #e58d23;
}

.shumei-case-study-page {
	background: #fff;
}

.shumei-case-study-subheader {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 465px;
	padding: 0;
}

.shumei-case-study-subheader .container,
.shumei-case-study-subheader .column {
	margin: 0;
	max-width: none;
	width: 100%;
}

.shumei-case-study-subheader .title {
	color: #fff;
	font-size: 64px;
	line-height: 1.1;
	padding-top: 18px;
	text-align: center;
}

.shumei-case-study-content {
	background: #fff;
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.shumei-case-study-content .sections_group {
	float: none;
	width: 100%;
}

.shumei-case-study-entry {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.85;
	padding: 0;
}

.shumei-case-study-entry > .section.the_content {
	padding: 74px 20px 95px;
}

.shumei-case-study-entry .section_wrapper,
.shumei-case-study-entry .the_content_wrapper {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}

.shumei-case-study-entry h2 {
	color: #604829;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.shumei-case-study-entry h3 {
	color: #604829;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 42px 0 16px;
}

.shumei-case-study-entry p {
	margin: 0 0 20px;
}

.shumei-case-study-entry p em {
	color: #777;
	font-size: 17px;
}

.shumei-case-study-entry ul {
	margin: 0 0 25px 26px;
	padding: 0;
}

.shumei-case-study-entry li {
	margin-bottom: 11px;
	padding-left: 3px;
}

.shumei-case-study-entry img {
	height: auto;
	max-width: 100%;
}

.shumei-case-study-entry img.alignnone {
	display: block;
	margin: 12px 0 28px;
}

.shumei-case-study-entry img.alignleft {
	float: left;
	margin: 7px 28px 18px 0;
}

.shumei-case-study-entry h3::before,
.shumei-case-study-entry p::before,
.shumei-case-study-entry ul::before,
.shumei-case-study-entry h3::after,
.shumei-case-study-entry p::after,
.shumei-case-study-entry ul::after {
	clear: both;
	content: "";
	display: table;
}

.shumei-case-study-entry .copy {
	color: #777 !important;
}

.shumei-case-study-entry span[style*="color"] {
	color: inherit !important;
}

body.page-id-56 .shumei-content.content_wrapper {
	padding: 0 !important;
}

body.page-id-56 .shumei-content .sections_group {
	margin: 0;
	max-width: none;
	width: 100%;
}

.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	height: 100vh;
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	min-height: 790px;
	overflow: hidden;
	padding: 0 !important;
	width: 100vw !important;
}

.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
	min-height: 100vh;
	width: 100%;
}

.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h1 {
	color: #fff;
	font-size: clamp(58px, 6.5vw, 118px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	padding: 96px 34px 0;
	text-align: center;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 {
	background: #e0d6ca;
	box-sizing: border-box;
	padding: 96px 20px 102px !important;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 > .vc_column_container,
.page-id-56 .shumei-entry .vc_custom_1530814619257 > .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 .vc_inner {
	align-items: flex-start;
	display: grid;
	gap: 88px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1384px;
	width: 100%;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 .vc_col-sm-6 {
	float: none;
	width: auto;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.page-id-56 .shumei-entry .vc_custom_1530814619257 .wpb_text_column p {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: 1.62;
	margin: 0 0 29px;
}

@media only screen and (max-width: 900px) {
	.shumei-case-subheader {
		min-height: 330px;
	}

	.shumei-case-subheader .title {
		font-size: 52px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shumei-case-content {
		min-height: 0;
		padding: 32px 20px 80px;
	}

	.shumei-case-filters {
		display: block;
		margin-bottom: 32px;
	}

	.shumei-case-filters a {
		min-width: 0;
		width: 100%;
	}

	.shumei-case-grid {
		grid-template-columns: 1fr;
		margin-left: 0;
	}

	.shumei-case-card {
		min-height: 0;
	}

	.shumei-case-card h2 {
		font-size: 32px;
		letter-spacing: 6px;
	}

	.shumei-case-card p {
		font-size: 16px;
	}

	.shumei-case-study-subheader {
		min-height: 330px;
	}

	.shumei-case-study-subheader .title {
		font-size: 46px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shumei-case-study-entry > .section.the_content {
		padding: 48px 20px 70px;
	}

	.shumei-case-study-entry h2 {
		font-size: 34px;
	}

	.shumei-case-study-entry h3 {
		font-size: 26px;
	}

	.shumei-case-study-entry img.alignleft {
		float: none;
		margin: 12px 0 24px;
	}

	.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child {
		height: 100svh;
		min-height: 100svh;
	}

	.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
	.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
		min-height: 100svh;
	}

	.page-id-56 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h1 {
		font-size: clamp(38px, 10vw, 58px);
		padding: 110px 22px 0;
	}

	.page-id-56 .shumei-entry .vc_custom_1530814619257 {
		padding: 56px 22px 66px !important;
	}

	.page-id-56 .shumei-entry .vc_custom_1530814619257 .vc_inner {
		display: block;
	}

	.page-id-56 .shumei-entry .vc_custom_1530814619257 .wpb_text_column p {
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 1.7;
	}
}

.shumei-farm-page {
	background: #e0d6ca;
}

.shumei-farm-subheader {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 465px;
	padding: 0;
}

.shumei-farm-subheader .container,
.shumei-farm-subheader .column {
	margin: 0;
	max-width: none;
	width: 100%;
}

.shumei-farm-subheader .title {
	color: #fff;
	font-size: 64px;
	line-height: 1.1;
	padding-top: 18px;
	text-align: center;
}

.shumei-farm-map-section {
	background: #fff;
	padding: 58px 20px 40px;
}

.shumei-farm-map-wrap {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
}

.shumei-farm-map-image {
	display: block;
	height: auto;
	width: 100%;
}

.shumei-farm-map-pin {
	display: block;
	height: 51px;
	position: absolute;
	transform: translate(-18px, -25.5px);
	width: 36px;
}

.shumei-farm-map-pin img {
	display: block;
	height: auto;
	width: 100%;
}

.shumei-farm-details {
	background: #e0d6ca;
	padding: 18px 20px 120px;
}

.shumei-farm-details .shumei-entry {
	margin: 0 auto;
	max-width: 1480px;
}

.shumei-farm-details .vc_tta-container {
	margin: 0 auto 32px;
	max-width: 1480px;
	width: 100%;
}

.shumei-farm-details .vc_tta-panels {
	background: #fff;
	border: 1px solid rgba(127, 106, 80, 0.12);
	box-sizing: border-box;
}

.shumei-farm-details .vc_tta-panel {
	border-bottom: 1px solid rgba(127, 106, 80, 0.08);
}

.shumei-farm-details .vc_tta-panel:last-child {
	border-bottom: 0;
}

.shumei-farm-details .vc_tta-panel-heading {
	background: #fff;
	margin: 0;
}

.shumei-farm-details .vc_tta-panel-title {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

.shumei-farm-details .vc_tta-panel-title a {
	align-items: center;
	box-sizing: border-box;
	color: #6f6f6f;
	display: flex;
	font-size: 44px;
	min-height: 150px;
	padding: 0 40px;
	text-decoration: none;
}

.shumei-farm-details .vc_tta-panel-title a::before {
	color: #686868;
	content: "+";
	display: inline-block;
	font-size: 32px;
	font-weight: 400;
	margin-right: 22px;
	width: 22px;
}

.shumei-farm-details .vc_tta-panel.is-open .vc_tta-panel-title a::before {
	content: "-";
}

.shumei-farm-details .vc_tta-controls-icon {
	display: none !important;
}

.shumei-farm-details .vc_tta-title-text {
	font-size: inherit;
}

.shumei-farm-details .vc_tta-panel-body {
	background: #fff;
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	padding: 10px 70px 50px 92px !important;
}

.shumei-farm-details .vc_tta-panel-body[hidden] {
	display: none !important;
}

.shumei-farm-details .vc_tta-panel-body h3 {
	color: #604829;
	font-size: 28px;
	margin-top: 24px;
}

.shumei-farm-details .wpb_text_column p em {
	color: #777;
	display: inline;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.6;
}

.shumei-farm-details .column_button {
	box-sizing: border-box;
	padding: 0 5px;
}

.shumei-farm-details .natural-btn {
	background: transparent !important;
	border: 3px solid #e28b19 !important;
	box-sizing: border-box;
	color: #8f7b62 !important;
	display: block;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 92px;
	text-align: center;
	text-decoration: none;
}

.shumei-farm-details .natural-btn .button_label {
	padding: 0;
}

.page-id-7 #world {
	align-items: center;
	background: #e0d6ca !important;
	box-sizing: border-box;
	display: flex;
	min-height: 100vh !important;
	padding: 90px 20px 120px !important;
}

.page-id-7 #world .section_wrapper {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
	max-width: 1360px;
	width: 100%;
}

.page-id-7 #world .wrap.mcb-wrap.one {
	clear: both;
	display: block !important;
	flex: 0 0 auto !important;
	float: none;
	margin: 0 auto;
	max-width: 100% !important;
	width: 100% !important;
}

.page-id-7 #world .wrap.mcb-wrap.one > .mcb-wrap-inner {
	display: block;
}

.page-id-7 #world .column.mcb-column.one,
.page-id-7 #world .column.mcb-column.one-fifth {
	clear: none;
	float: none;
	margin: 0;
	width: auto;
}

.page-id-7 #world .column_attr {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	text-align: center;
}

.page-id-7 #world h2 {
	border-bottom: 1px solid rgba(126, 107, 82, 0.18);
	color: #050505 !important;
	font-size: 63px;
	line-height: 1.15;
	margin: 0 auto 28px;
	max-width: 1360px;
	padding-bottom: 23px;
}

.page-id-7 #world hr {
	display: none;
}

.page-id-7 #world h4 {
	color: #70563d;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2.05;
	margin: 0 auto 22px;
	max-width: 1240px;
}

.page-id-7 #world .section_wrapper > .wrap + .wrap {
	margin-top: 78px;
}

.page-id-7 #world .section_wrapper > .wrap + .wrap > .mcb-wrap-inner {
	display: grid;
	gap: 72px;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 auto;
	max-width: 1280px;
}

.page-id-7 #world .one-fifth .column_attr {
	color: #777;
	display: block;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.3;
}

.page-id-7 #world .grow-img {
	border-radius: 50%;
	display: block;
	height: 198px !important;
	margin: 0 auto 22px;
	max-height: none !important;
	max-width: none !important;
	object-fit: contain;
	width: 198px !important;
}

@media only screen and (max-width: 900px) {
	.shumei-farm-intro {
		min-height: 0;
		padding: 110px 20px 70px;
	}

	.shumei-farm-intro h1 {
		font-size: 38px;
	}

	.shumei-farm-intro p {
		font-size: 20px;
		line-height: 1.65;
	}

	.shumei-region-grid {
		gap: 34px;
		grid-template-columns: repeat(2, 1fr);
	}

	.shumei-region-icon {
		height: 150px;
		width: 150px;
	}

	.shumei-region-icon img {
		height: 138px;
		width: 138px;
	}

	.page-id-7 #world {
		min-height: 0 !important;
		padding: 80px 20px !important;
	}

	.page-id-7 #world h2 {
		font-size: 38px;
	}

	.page-id-7 #world h4 {
		font-size: 20px;
		line-height: 1.65;
	}

	.page-id-7 #world .section_wrapper > .wrap + .wrap > .mcb-wrap-inner {
		gap: 34px;
		grid-template-columns: repeat(2, 1fr);
	}

	.page-id-7 #world .grow-img {
		height: 150px !important;
		width: 150px !important;
	}
}

.shumei-publications-page {
	background: #fff;
}

.shumei-publications-subheader {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 450px;
	padding: 160px 0 145px;
}

.shumei-publications-subheader .title {
	color: #fff;
	font-size: 60px;
	line-height: 1.05;
	text-align: center;
}

.shumei-publications-page .content_wrapper,
.shumei-publications-page .sections_group {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.shumei-publications-intro {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1080px;
	padding: 12px 20px 0;
	text-align: center;
}

.shumei-publications-intro p {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 1030px;
}

.shumei-publications-list {
	margin: 0 auto 50px;
	max-width: 1080px;
	padding-top: 22px;
}

.shumei-publication-row {
	align-items: stretch;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.shumei-publication-copy,
.shumei-publication-image {
	background-color: #e8e0d5;
	box-sizing: border-box;
	min-height: 360px;
}

.shumei-publication-copy {
	color: #777;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 78px 60px 28px;
}

.shumei-publication-copy h2 {
	color: #604829;
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 15px;
}

.shumei-publication-copy p {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 1.7;
	margin: 0;
}

.shumei-publication-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.shumei-publication-row.is-reversed .shumei-publication-image {
	background-position: center top;
}

@media only screen and (max-width: 900px) {
	.shumei-publications-subheader {
		min-height: 320px;
		padding: 120px 20px 95px;
	}

	.shumei-publications-subheader .title {
		font-size: 42px;
	}

	.shumei-publications-intro {
		padding: 24px 24px 0;
	}

	.shumei-publication-row {
		grid-template-columns: 1fr;
	}

	.shumei-publication-row.is-reversed .shumei-publication-copy {
		order: 1;
	}

	.shumei-publication-row.is-reversed .shumei-publication-image {
		order: 2;
	}

	.shumei-publication-copy {
		min-height: 0;
		padding: 42px 28px 36px;
	}

	.shumei-publication-copy h2 {
		font-size: 26px;
	}

	.shumei-publication-image {
		min-height: 320px;
	}
}

.shumei-articles-page .content_wrapper,
.shumei-articles-page .sections_group {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.shumei-articles-section {
	background-attachment: fixed;
	background-color: #141e1b;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 100vh;
	padding: 160px 0 90px;
}

.shumei-articles-section .section_wrapper {
	max-width: 1080px;
}

.shumei-articles-section h1 {
	color: #eadece;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 90px;
	text-align: center;
}

.shumei-articles-grid {
	box-sizing: border-box;
	column-gap: 38px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 42px;
	width: 100%;
}

.shumei-article-card {
	background: rgba(20, 30, 27, 0.62);
	box-sizing: border-box;
	color: #d8d0c6;
	position: relative;
}

.shumei-article-card .date_label {
	background: rgba(0, 0, 0, 0.45);
	color: #eadece;
	display: inline-block;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 1;
	margin: 0 0 12px;
	padding: 10px 12px;
}

.shumei-article-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 260px;
	text-decoration: none;
	width: 100%;
}

.shumei-article-image.is-empty {
	background: transparent;
	min-height: 0;
}

.shumei-article-copy {
	padding: 22px 0 0;
}

.shumei-article-meta {
	color: rgba(234, 222, 206, 0.72);
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1.6;
	margin-bottom: 9px;
}

.shumei-article-meta a {
	color: rgba(234, 222, 206, 0.78);
	text-decoration: none;
}

.shumei-article-meta .author {
	margin-right: 12px;
}

.shumei-article-card h2 {
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.28;
	margin: 0 0 13px;
}

.shumei-article-card h2 a {
	color: #fff;
	text-decoration: none;
}

.shumei-article-card h2 a:hover,
.shumei-article-card .post-more:hover {
	color: #e28d2d;
}

.shumei-article-card .post-excerpt {
	color: rgba(234, 222, 206, 0.82);
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 0.4px;
	line-height: 1.68;
	margin-bottom: 18px;
}

.shumei-article-card .post-links {
	border-top: 1px solid rgba(234, 222, 206, 0.18);
	color: rgba(234, 222, 206, 0.72);
	font-size: 14px;
	padding-top: 13px;
}

.shumei-article-card .post-more {
	color: #eadece;
	text-decoration: none;
}

.shumei-article-empty {
	color: #eadece;
	font-size: 20px;
	grid-column: 1 / -1;
	text-align: center;
}

.shumei-articles-pager {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 52px;
}

.shumei-articles-pager .page-numbers {
	background: rgba(255, 255, 255, 0.14);
	color: #eadece;
	display: inline-block;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: 0.6px;
	line-height: 1;
	padding: 12px 15px;
	text-decoration: none;
}

.shumei-articles-pager .page-numbers.current,
.shumei-articles-pager .page-numbers:hover {
	background: #e28d2d;
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.shumei-articles-section {
		background-attachment: scroll;
		padding: 120px 24px 70px;
	}

	.shumei-articles-section h1 {
		font-size: 44px;
		margin-bottom: 56px;
	}

	.shumei-articles-grid {
		grid-template-columns: 1fr;
		row-gap: 38px;
	}

	.shumei-article-image {
		min-height: 220px;
	}

	.shumei-article-card h2 {
		font-size: 25px;
	}
}

.shumei-single-page .content_wrapper,
.shumei-single-page .sections_group {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.shumei-single-subheader {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 160px 0 145px;
	text-align: center;
}

.shumei-single-subheader .title {
	color: #fff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
	max-width: 1080px;
}

.shumei-single-content {
	background: #e0d6ca;
}

.shumei-single-entry {
	margin: 0 auto;
	max-width: 1080px;
	padding: 38px 20px 0;
}

.shumei-single-header {
	margin-bottom: 28px;
}

.shumei-single-meta {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 15px;
	letter-spacing: 0.8px;
	line-height: 1.7;
	margin-bottom: 28px;
	text-align: left;
}

.shumei-single-meta .post-author {
	margin-right: 14px;
}

.shumei-single-featured {
	margin-bottom: 34px;
}

.shumei-single-featured img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.shumei-single-entry .post-wrapper-content .section_wrapper,
.shumei-single-entry .the_content_wrapper {
	max-width: 1080px;
	width: 100%;
}

.shumei-single-entry .the_content_wrapper {
	color: #777;
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 17px;
	letter-spacing: 0.8px;
	line-height: 1.78;
	margin: 0 auto;
}

.shumei-single-entry .the_content_wrapper p {
	margin: 0 0 22px;
}

.shumei-single-entry .the_content_wrapper img {
	display: block;
	height: auto;
	margin: 34px auto;
	max-width: 100%;
}

.shumei-single-entry .the_content_wrapper .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.shumei-single-entry .the_content_wrapper blockquote,
.shumei-single-entry .the_content_wrapper p i,
.shumei-single-entry .the_content_wrapper p em {
	color: #6d6258;
}

.shumei-single-footer {
	margin: 46px auto 0;
	max-width: 1080px;
	padding: 24px 0 36px;
}

.shumei-single-share {
	align-items: center;
	border-top: 1px solid rgba(127, 106, 80, 0.24);
	color: #777;
	display: flex;
	gap: 18px;
	justify-content: center;
	padding-top: 24px;
}

.shumei-single-share .share-label {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shumei-single-share .icons {
	display: flex;
	gap: 10px;
}

.shumei-single-share .icons a {
	align-items: center;
	border: 1px solid rgba(127, 106, 80, 0.3);
	color: #7f6a50;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	width: 34px;
}

.shumei-single-share .icons a:hover {
	background: #e28d2d;
	border-color: #e28d2d;
	color: #fff;
}

.shumei-single-related {
	margin: 0 auto;
	max-width: 1080px;
	padding: 16px 20px 70px;
}

.shumei-single-related h2 {
	color: #604829;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 28px;
}

.shumei-single-related .section-related-ul {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shumei-single-related .post-related {
	background: rgba(255, 255, 255, 0.55);
	box-sizing: border-box;
	float: none;
	margin: 0;
	padding: 0 0 22px;
	width: auto;
}

.shumei-related-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 145px;
}

.shumei-related-image.is-empty {
	background: transparent;
	min-height: 0;
}

.shumei-single-related .date_label {
	background: #7f6a50;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 1;
	margin: 12px 16px;
	padding: 8px 10px;
}

.shumei-single-related .desc {
	padding: 0 16px;
}

.shumei-single-related h3 {
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 14px;
}

.shumei-single-related h3 a {
	color: #604829;
	text-decoration: none;
}

.shumei-single-related .button {
	border-color: #e28d2d !important;
	color: #7f6a50 !important;
}

@media only screen and (max-width: 900px) {
	.shumei-single-subheader {
		padding: 120px 22px 96px;
	}

	.shumei-single-subheader .title {
		font-size: 42px;
		line-height: 1.08;
	}

	.shumei-single-entry {
		padding: 34px 24px 0;
	}

	.shumei-single-entry .the_content_wrapper {
		font-size: 16px;
		line-height: 1.72;
	}

	.shumei-single-share {
		align-items: center;
		flex-direction: column;
	}

	.shumei-single-related .section-related-ul {
		grid-template-columns: 1fr;
	}
}

.shumei-gallery-page .content_wrapper,
.shumei-gallery-page .sections_group {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.shumei-gallery-section {
	background-attachment: fixed;
	background-color: #101514;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	min-height: 100vh;
	padding: 150px 20px 120px;
}

.shumei-gallery-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.shumei-gallery-section h1 {
	color: #fff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 52px;
	text-align: center;
}

.shumei-photo-grid {
	column-count: 3;
	column-gap: 22px;
}

.shumei-photo-item {
	background: rgba(0, 0, 0, 0.28);
	display: block;
	margin: 0 0 22px;
	overflow: hidden;
	text-decoration: none;
}

.shumei-photo-item img {
	display: block;
	height: auto;
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 100%;
}

.shumei-photo-item:hover img {
	opacity: 0.86;
	transform: scale(1.025);
}

.shumei-gallery-spacer {
	height: 150px;
}

.shumei-video-frame {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.shumei-video-frame::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.shumei-video-frame iframe {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

@media only screen and (max-width: 900px) {
	.shumei-gallery-section {
		background-attachment: scroll;
		padding: 120px 20px 80px;
	}

	.shumei-gallery-section h1 {
		font-size: 44px;
		margin-bottom: 36px;
	}

	.shumei-photo-grid {
		column-count: 2;
		column-gap: 16px;
	}

	.shumei-photo-item {
		margin-bottom: 16px;
	}

	.shumei-gallery-spacer {
		height: 90px;
	}
}

@media only screen and (max-width: 560px) {
	.shumei-photo-grid {
		column-count: 1;
	}
}

/* Art & Culture hero correction. */
body.page-id-72 .shumei-content.content_wrapper {
	padding: 0 !important;
}

body.page-id-72 .shumei-content .sections_group {
	margin: 0;
	max-width: none;
	width: 100%;
}

body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	height: 100vh;
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 !important;
	width: 100vw !important;
}

body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
	min-height: 100vh;
	width: 100%;
}

body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column {
	padding: 96px 34px 0;
}

body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h2 {
	font-size: clamp(44px, 4.4vw, 76px);
	line-height: 1.08;
	margin-bottom: 12px;
}

body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h3 {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: clamp(19px, 1.45vw, 27px);
	font-weight: 400;
	line-height: 1.22;
	margin: 0 auto;
	max-width: 1680px;
	text-align: center;
}

@media only screen and (max-width: 900px) {
	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child,
	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
		height: 100svh;
		min-height: 100svh;
	}

	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column {
		padding: 110px 22px 0;
	}

	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h2 {
		font-size: clamp(36px, 10vw, 56px);
	}

	body.page-id-72 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child h3 {
		font-size: 18px;
		line-height: 1.35;
	}
}

/* Natural Agriculture hero correction. */
body.page-id-7 .shumei-content.content_wrapper {
	padding: 0 !important;
}

body.page-id-7 .shumei-content .sections_group {
	margin: 0;
	max-width: none;
	width: 100%;
}

body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 !important;
	width: 100vw !important;
}

body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child > .section_wrapper {
	align-items: center;
	display: flex;
	min-height: 100vh;
}

body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child .column_attr {
	padding-top: clamp(88px, 8vh, 130px);
}

@media only screen and (max-width: 900px) {
	body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child,
	body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child > .section_wrapper {
		min-height: 100svh;
	}

	body.page-id-7 .shumei-entry > .mcb-section.full-screen:first-child .column_attr {
		padding-top: 110px;
	}
}

/* What We Do hero correction. TOP and About use their own approved layouts. */
body.page-id-6 .shumei-content.content_wrapper {
	padding: 0 !important;
}

body.page-id-6 .shumei-content .sections_group {
	margin: 0;
	max-width: none;
	width: 100%;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child {
	align-items: center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	display: flex;
	height: 100vh;
	left: 50%;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 100%;
	width: 100vw !important;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
	align-items: center;
	display: flex;
	min-height: 100vh;
	width: 100%;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_wrapper {
	margin: 0 auto;
	max-width: 1780px;
	width: 100%;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column {
	margin: 0 auto;
	padding: clamp(120px, 12vh, 170px) clamp(36px, 5vw, 96px) 0;
	transform: translateY(4vh);
	width: 100%;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column h5 {
	color: #ffffff;
	font-size: clamp(17px, 1.22vw, 24px);
	letter-spacing: 0.55em;
	line-height: 1.2;
	margin: 0 0 clamp(30px, 4vh, 46px);
	text-align: center;
}

body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column h2 {
	color: #ffffff;
	font-size: clamp(48px, 4.05vw, 82px);
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 auto;
	max-width: 1740px;
	text-align: center;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 900px) {
	body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child,
	body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container,
	body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child > .vc_column_container > .vc_column-inner {
		height: 100svh;
		min-height: 100svh;
	}

	body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column {
		padding: 118px 24px 0;
		transform: none;
	}

	body.page-id-6 .shumei-entry .the_content_wrapper > .vc_row-o-full-height:first-child .wpb_text_column h2 {
		font-size: clamp(34px, 10vw, 52px);
		line-height: 1.18;
	}
}

/* News & Media / Publications hero correction. */
body.page-id-58 .shumei-publications-subheader {
	align-items: center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	text-align: center;
}

body.page-id-58 .shumei-publications-subheader::before {
	background: rgba(0, 0, 0, 0.18);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

body.page-id-58 .shumei-publications-subheader .container,
body.page-id-58 .shumei-publications-subheader .column {
	margin: 0;
	max-width: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

body.page-id-58 .shumei-publications-subheader .title {
	color: #ffffff;
	font-family: "Basilea", Arial, Tahoma, sans-serif;
	font-size: clamp(48px, 4.6vw, 86px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 auto;
	max-width: 1580px;
	padding: 96px 48px 0 !important;
	text-align: center;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width: 900px) {
	body.page-id-58 .shumei-publications-subheader {
		min-height: 100svh;
	}

	body.page-id-58 .shumei-publications-subheader .title {
		font-size: clamp(38px, 10vw, 56px);
		padding: 110px 24px 0 !important;
	}
}
