body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1em;
}

.main-navigation a:hover, .main-navigation a:focus {
    color: #da1b5c;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-page-ancestor > a {
    font-weight: 500;
		color: #da1b5c;
}

.site-main {
    margin-bottom: 0;
}
.site-header {
    padding: 20px;
		background: white;
}
.menu-toggle {
    border: none;
    color: black;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: unset;
    color: black;
}
.custom-logo {
    max-width: 200px;
		width: 200px;
		height: 40px;
		object-fit: cover;
		object-position: 0 0;
}
html:lang(zh-hans) .custom-logo {
		object-position: 0 100%;
}
.site-header-main {
    max-width: 1500px;
    margin: 0 auto;
}

.main-navigation a {
    font-size: .9em;
    font-weight: 500;
}

.logocolor {
	color: #00b2d9;
}
.logocolor2 {
	color: #da1b5c;
}
a.underline {
	text-decoration: underline;
	color: #00b2d9;
}


header.entry-header {
	display: none;
}

.content-bottom-widgets {
    margin: 0;
}
.content-bottom-widgets .widget-area {
    margin: 0;
}
.widget-area > :last-child, .widget > :last-child {
    margin: 0;
    padding: 0;
}
.content-bottom-widgets .widget-area .widget {
    border-top: none;
}
footer {
	display: none !important;
}
.footer {
	background: #00b2d9;
	color: white;
	padding: 2em 20px;
	font-size: .85em;
}
.footermenu ul {
    list-style: none;
    margin: 0 0 2em 0;
		font-size: 1.2em;
}
.footermenu ul li {
    margin: 0 0 .5em 0;
}
.footermenu a,.footermenu a:hover, .footermenu a:active, .footermenu a:focus {
	text-decoration: none;
	color: white;
	font-weight: 500;
}
.footerinfo p:nth-of-type(1), .footerinfo p:nth-of-type(2) {
	margin-bottom: .5em;
}
.footerinfo p:nth-of-type(3) {
	margin-bottom: 2em;
}
.footerinfo p:nth-of-type(2),
.footerinfo p:nth-of-type(2) a,
.footerinfo p:nth-of-type(2) a:hover,
.footerinfo p:nth-of-type(2) a:focus,
.footerinfo p:nth-of-type(2) a:active  {
	color: rgba(255,255,255,.5);
}
.footerright p:nth-of-type(1) {
	font-weight: 500;
	font-size: 1.2em;
}
.footerright p:nth-of-type(2) a,
.footerright p:nth-of-type(2) a:hover,
.footerright p:nth-of-type(2) a:focus,
.footerright p:nth-of-type(2) a:active {
	color: white;
	font-size: 1.5em;
	line-height: 1.25;
	width: 1.25em;
	height: 1.25em;
	text-align: center;
	display: inline-block;
	margin: .5em .5em .5em 0;
}
.footerright p:nth-of-type(2) a:nth-of-type(1) {
	background: #3b579d;
}
.footerright p:nth-of-type(2) a:nth-of-type(2) {
	background: #1da1f2;
}
.footerright p:nth-of-type(2) a:nth-of-type(3) {
	background: #0078b5;
}
.footerright p:nth-of-type(2) a:nth-of-type(4) {

}
.footerright p:nth-of-type(2) a:nth-of-type(4) img {
    display: inline-block;
    margin-top: -5px;
}

.footerright p {
    display: inline-block;
    margin-right: 1em;
}

.langselect {
    font-size: .9em;
    font-weight: 500;
}

.langselect a {
    padding: 1em 0;
    display: inline-block;
		margin: 0 .5em;
}
.langselect a:hover, .langselect a:focus, .langselect a:active {
    color: #da1b5c;
}
.langselect a.current {
    color: #da1b5c;
}

.googletranslate {
	margin-right: 1em;
	padding: 1em 0;
	display: inline-block;
}
.googletranslate select {
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		appearance:none;
    font-size: .85em;
    font-weight: normal;
		padding: 0 2em 0 .25em;
    border: 1px solid gray;
    border-radius: .25em;
		background-image: url(/wp-content/uploads/select-arrow.svg);
		background-position: right center;
		background-size: auto 100%;
		background-repeat: no-repeat;
}
.googletranslate select:focus{
    outline: none;
}

.nopbottommargin p, p.nopbottommargin {
	margin-bottom: 0;
}

.pagebannertext p {
	margin-bottom: 0;
}
.pagebannertext {
	background: #005E83;
	color: white;
}
.pagebannertext span.smaller {
    font-size: .8em;
}

.noheight {
    height: 0;
}

/**language**/
.wpml-ls-legacy-list-horizontal {
    display: inline-block;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.wpml-ls-display {
    display: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
    display: none;
}
html:lang(zh-hans) .googletranslate {
  display: none;
}
.langselect .wpml-ls-legacy-list-horizontal a {
    margin: 0;
}

html:lang(zh-hans) .bannerbrand.eng {
  display: none;
}
html:lang(en-US) .bannerbrand.chs {
  display: none;
}


@media screen and (min-width: 768px) {
	body,
	button,
	input,
	select,
	textarea {
  	font-size: 18px;
  	font-size: 1.125em;
  }

	.site-header {
    padding: 20px 30px;
	}
	.custom-logo {
    max-width: 280px;
		width: 280px;
		height: 55.5px;
	}

	/**about us**/
	.pagebannertext > div {
		height: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	.pagebannertext > div > div {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.pagebannertext {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	.pagebannertext {
	    font-weight: 700;
	    font-size: 1.8em;
	    line-height: 1.2;
	}
	.pagebannertext p {
		margin-bottom: 0;
	}
	.pagebannertext {
		background: none;
	}
	.pagebannertext span.break {
		display: block;
	}
	.pagebannertext.black {
		color: black !important;
	}

	.footer {
	    padding: 3em 30px;
	}
	.footerinfo {
			width: 100%;
			max-width: 700px;
	}
	html:lang(zh-hans) .footerinfo {
	    max-width: 850px;
	}
	.footermenu ul li {
	    float: left;
	}
	.footermenu ul:after {
		content: '';
		display: block;
		clear: both;
	}
	.footermenu ul li {
    margin: 0 1.5em 0 0;
	}


	.pagebannertext {

	}


}


@media screen and (min-width: 1024px) {


}


@media screen and (min-width: 1280px) {

		body,
		button,
		input,
		select,
		textarea {
	  	font-size: 20px;
	  	font-size: 1.25em;
	  }

		.site-content {
	    padding: 0;
		}


	.site-header-menu {
			position: relative;
			margin: 0;
	}
	.langselect {
		position: absolute;
		top: -.25em;
		right: 0;
		margin-right: -.5em;
	}
	.langselect a {
	    padding: 0;
	}
	.main-navigation {
    margin-top: 1em;
	}
	.main-navigation a {
	    padding: .5em 1em;
	}
	.main-navigation li:hover > a, .main-navigation li.focus > a {
	    color: #da1b5c;
	}

	.googletranslate {
		padding: 0;
	}

	.footer {
		font-size: .935em;
	}


	.pagebannertext {

	}


	.pagebannertext.aboutbcd {

	}



	.langselect .wpml-ls-legacy-list-horizontal a {
		   margin: 0 .5em;
	}


}




@media screen and (min-width: 1500px) {

	body,
	button,
	input,
	select,
	textarea {
    font-size: 22px;
    font-size: 1.375em;
  }

	.site {
	    width: 100%;
	    max-width: 1500px;
	    margin: 0 auto;
	}
	.site-header {
		padding: 26px 30px;
		padding: 26px 0;
	}
	.custom-logo {
    max-width: 344px;
		width: 344px;
		height: 67.5px;
	}

	.site-branding, .site-header-menu, .header-image {
    margin-top: 0;
    margin-bottom: 0;
	}

	.footer {
    height: auto;
    overflow: hidden;
		padding-right: calc((100% - 1560px)/2);
    padding-left: calc((100% - 1560px)/2);
		padding-bottom: 1.5em;
		font-size: .9em;
	}
	.footerleft {
    width: calc(100% - 220px);
    float: left;
		padding-left: 30px;
	}
	.footerright {
    float: left;
    width: 220px;
		padding-right: 30px;
	}
	html:lang(zh-hans) .footerleft {
    width: calc(100% - 250px);
	}
	html:lang(zh-hans) .footerright {
    width: 250px;
		text-align: right;
	}
	.footerright p:nth-of-type(2) {
    text-align: right;
	}
	.footerright p:nth-of-type(2) a, .footerright p:nth-of-type(2) a:hover, .footerright p:nth-of-type(2) a:focus, .footerright p:nth-of-type(2) a:active {
    margin: .5em 0 .5em .5em;
	}
	.footerright p:nth-of-type(1) {
    padding-left: 21px;
	}
	.footerinfo {
    max-width: 800px;
	}
	html:lang(zh-hans) .footerinfo {
	    max-width: 900px;
	}

	.footerright p {
		 	display: block;
			margin-right: 0;
	}


}
