/*!
Theme Name: Buxin

Author: Paul Chu

Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6

License URI: LICENSE
Text Domain: buxin

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


	 
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	min-width: 360px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Button Reset
--------------------------------------------- */
button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
 }

/* Site
--------------------------------------------- */
:root{
  --orange-trim-passive: #d47b24;
  --orange-trim: #f04600;
  --dark-grey-base: #333333;
  --light-grey-base: #888888;
}

.orange-trim{
	color: var(--orange-trim);
}

html[lang="zh-Hant"] *{
	font-family: "Noto Sans TC", sans-serif;
}

html[lang="en-US"] *{
	font-family: "Gotham", sans-serif;

}

/* Header */
#masthead{
	margin: 0 auto;
	padding: 30px 0 10px 0;
}
.site-branding a{
	display: none;
}

.lang-butt{
	text-decoration: none;
	border: var(--dark-grey-base) 1px solid;
	border-radius: 10px;
	display: none;
	color: var(--dark-grey-base);
	font-size: 0.9rem;
}

.lang-butt:hover{
	border-color: var(--orange-trim);
	color: var(--orange-trim);
}

.menu-item{
	text-decoration: none;
	color: var(--dark-grey-base);
	display: none;
}

.menu-item:hover{
	color: var(--orange-trim);
}

#site-navigation{
	overflow: hidden;
}

.left-content, .right-content{
	
	color: var(--orange-trim);
	font-weight: bold;
	width: 440px;
	align-self: center;
}

.left-content{
	text-align: right;
}

.right-content{
	text-align: left;
}

.left-icon{
	width: 80px;
	margin: 0 10px;
	align-self: center;
}
.right-icon{
	width: 80px;
	margin: 0 10px;
	align-self: center;
}

.content-row{
	display: flex;
	align-self: center;
	margin-top: 10px;

}

footer{
	margin-top: 20px;
	width: 100%;
	height: auto; 
	background-color: #E8E8E8;
	padding-bottom: 40px;
}

.foot-fill{
	width: 100%;
	height: 20px;
}

footer h4{
	text-align: center;
	font-size: 1rem;
	margin: 10px 0;
}

#certifications{
	max-width: 600px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
}

#cert-select{
	width: 100%;
	display: flex;
	justify-content: center;
}

#cert-select-cont{
	max-width: 500px;
	display: flex;
	min-width: 300px;
	flex: 1;
}

.select-fill{
	flex-grow: 1;
	border-bottom: var(--dark-grey-base) solid 1px;
}

#cert-select-cont a{
	flex: 1;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.2rem;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.sgs-on{
	border-left: var(--dark-grey-base) 1px solid;
	border-top: var(--dark-grey-base) 1px solid;
	border-right: var(--dark-grey-base) 1px solid;
}

.sgs-off{
	border-top: var(--light-grey-base) 1px solid;
	border-left: var(--light-grey-base) 1px solid;
	border-bottom: var(--dark-grey-base) 1px solid;
}

.naif-on{
	border-right: var(--dark-grey-base) 1px solid;
	border-top: var(--dark-grey-base) 1px solid;
	border-left: var(--dark-grey-base) 1px solid;
}

.naif-off{
	border-top: var(--light-grey-base) 1px solid;
	border-right: var(--light-grey-base) 1px solid;
	border-bottom: var(--dark-grey-base) 1px solid;
}

.naif-hover:hover{
	color: var(--orange-trim);
	border-top: var(--orange-trim) 1px solid!important;
	border-right: var(--orange-trim) 1px solid!important;
	cursor: pointer;
}

.sgs-hover:hover{
	color: var(--orange-trim);
	border-top: var(--orange-trim) 1px solid!important;
	border-left: var(--orange-trim) 1px solid!important;
	cursor: pointer;
}

#naif-slider{
	display: none;
}

.cert-page{
	max-width: 600px;
	min-width: 320px;
	width: 100%;
}

.cert-wrap{
	width: 100%;
	padding-top: 1px;
}

.cert-pagination{
	transform: translateY(10px)!important;
}

.swiper-pagination-bullet-active{
	background: var(--orange-trim)!important;
} 

.cover-slogan{
	position: relative;
	transform: translateY(10px);
}

.cover-slogan h3{
	text-align: center;
}

#cover-content1{
	position: absolute;
	display: block;
}

#cover-content1 p{
	font-weight: 300;
}

#cover-content2{
	position: absolute;
	display: block;
}

#cover-content2 p{
	font-weight: 300;
	color: #fff;
}

#cover-content3{
	position: absolute;
	display: block;
}

#cover-content3 h3{
	font-weight: bold;
	margin: 0;
	color: var(--orange-trim);
}

#cover-content3 p{
	margin: 10px 0;
	font-size: 1.6rem;
	font-weight: 100;
	line-height: 2rem;
	text-align: left;
	color: #000;
}

.emphasis{
	font-weight: 600;
	color: var(--orange-trim);
}
@media screen and (min-width: 901px) {
	#masthead{
		display:flex;
		height: 70px;
	}
	#menu-cont{
		margin-right: 30px;
		flex-grow: 1;
	}
	#logo{
		width: 220px;
	}
	.lang-butt{

	}
	#site-navigation{
		justify-content: right;
	}
	.menu-item{
		margin-left: 30px;
	}
}
@media screen and (min-width: 481px) and (max-width: 900px){
	#masthead{
		display:block;
	}
	
	#menu-cont{
		margin-top: 0px;
		margin-right: 0;
	}

	#logo{
		width: 25%;
		min-width: 180px;
	}
	.lang-butt{
		position: absolute;
		top: 30px;
		right: 20px;
	}
	#site-navigation{
		justify-content: center;
		padding: 0 20px;
	}
	.menu-item{
		border: var(--dark-grey-base) 1px solid;
		padding: 7px 10px 5px 10px;
		border-radius: 10px;
		flex: 1;
		text-align: center;
		margin-left: 10px;
	}

	.menu-item:hover{
		border: var(--orange-trim) 1px solid;
	}
}
@media screen and (min-width: 481px){
	.lang-butt{
		padding: 5px 6px 5px 7px;
	}
	#mob-menu{
		display: none;
	}
	#upper-menu-cont{
		display: flex;
		justify-content: right;
	}
	#header-fill{
		display:none;
	}
	.wrap{
		max-width: 1080px;
		width: 100%;
		margin: 0 auto;
	}
	.site-branding{
		margin-left: 30px;
	}

	#site-navigation{
		display: flex;
		margin-top: 20px;
	}
	#featured-content, #mob-featured-content, #second-slogan{
		margin: 50px 30px 0 30px;
	}
	#cert-select{
		margin-top: 30px;
	}


}
@media screen and (max-width: 480px){
	.site-branding{
		margin-left: 15px;
	}
	#masthead{
		height: 55px;
		position: fixed;
		z-index: 5;
		background-color: rgba(255, 255, 255, 0.9);
	}
	#logo{
		
		width: 180px;
	}
	.lang-butt{
		font-size: 1rem;
		padding: 10px 10px;
		transform: translateY(-50px);
	}

	#upper-menu-cont{
		display: flex;
		justify-content: right;
	}
	.ham-1{
		stroke-width: 1.5px;
		stroke-linecap:round;
		fill:var(--dark-grey-base);
		stroke:var(--dark-grey-base);
		width: 28px;
	}

	#mob-menu{
		display: block;
		padding: 5px 10px 2px 10px;
		border: var(--dark-grey-base) 1px solid;
		border-radius: 10px;
		margin-left: 10px;
		margin-right: 15px;
		transform: translateY(-50px);
	}

	#mob-menu:hover{
		border: var(--orange-trim) solid 1px;
		cursor: pointer;
	}

	#mob-menu:hover .ham-1{
		fill:var(--orange-trim);
		stroke:var(--orange-trim);

	}
	#site-navigation{
		height: 0;
		overflow: hidden;
		display: block;
		margin-top: -30px;

	}

	#header-fill{
		display:block;
		width: 100%;
		height: 95px;
	}
	.wrap{
		width: 100%;
		min-width: 380px;
	}

	.menu-item{
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 10px;
		border-radius: 8px;
		padding: 5px 0;
		max-width: 100%;
		text-align: center;
		border: var(--dark-grey-base) 1px solid;
		
		
	}
	.menu-item:hover{
		border: var(--orange-trim) 1px solid;
	}
	#featured-content, #mob-featured-content, #second-slogan{
		margin: 30px 20px 0 20px;
	}
	#cert-select{
		margin-top: 110px;
	}

	
}
@media screen and (min-width: 701px) {
	#smart-environment, #automated-nests, #chain-feed{
		margin-top: 100px;
	}
	#smart-environment h2, #automated-nests h2, #chain-feed h2{
		text-align: center;
		color: var(--orange-trim);
	}
	#smart-environment-cont, #smart-environment-cont2, #automated-nests-cont, #automated-nests-cont2, #chain-feed-cont{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#automated-nests-cont, #chain-feed-cont{
		padding-top: 1px;
	}
	#smart-environment-image-cont, #smart-environment-image-cont2, #automated-nests-image-cont, #automated-nests-image-cont2, #chain-feed-image-cont{
		display: flex;
		width: 50%;
	}
	#smart-environment-slider, #smart-environment-slider2, #automated-nests-slider, #automated-nests-slider2, #chain-feed-slider{
		width: 100%;
	}
	#smart-environment-text, #automated-nests-text, #chain-feed-text{
		width: 50%;
		justify-content: center;
		align-items: center;
		margin-left: 20px;

	}
	#smart-environment-text2, #automated-nests-text2{
		width: 50%;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
	}

	#smart-environment-text2 h4, #automated-nests-text2 h4{
		text-align: right;
	}

	#smart-environment-text p, #smart-environment-text2 p, #automated-nests-text p, #automated-nests-text2 p, #chain-feed-text p{
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	#chain-feed-cont{
		margin-bottom: 40px;
	}

}
@media screen and (max-width: 700px) {
	#smart-environment, #automated-nests{
		margin-top: 100px;
	}
	#smart-environment h2, #automated-nests h2, #chain-feed h2{
		text-align: center;
		color: var(--orange-trim);
	}
	#smart-environment-cont, #smart-environment-cont2{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#smart-environment-image-cont, #smart-environment-image-cont2{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	#smart-environment-slider, #smart-environment-slider2{
		width: 100%;
	}
	#smart-environment-text, #smart-environment-text2{
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	#smart-environment-text p, #smart-environment-text2 p{
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	#automated-nests-cont, #chain-feed-cont{
		padding-top: 1px;
	}

	#chain-feed-cont{
		margin-bottom: 60px;
	}

	.farm-slider{
		margin: 20px 0 30px 0;
	}

}
@media screen and (min-width: 610px) {
	.home-cover{
		width: 100%;
	}
	.environment-cover, .nests-single-img{
		width: 100%;
	}

	#mob-featured-content{
		display: none;
	}
	#featured-content{
		display: block;
	}
	#second-slogan h2{
		margin-top: 50px;
		text-align: center;
	}
	#home-images{
		margin-top: 30px;
		display: flex;
		column-gap: 5%;	
	}
	
	#home-images img{
		flex-basis: 1;
		width: 30%;
		
	}
	#story-feature-img{
		width: 100%;
	}
	#story-content-container{
		display: flex;
		margin: 50px 0;
		padding: 0 20px;

	}
	#story-logo-container{
		flex-basis: 1;
		width: 40%;
		display: flex;
		justify-content: right;
		align-content: center;
		
	}
	.story-logo{
		width: 80px;
		margin-right: 20px;
	}

	#story-content{
		margin-left: 20px;
		flex-basis: 1;
		width: 60%;
	}

	.story-start{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.story-end{
		margin-top: 30px;
		font-size: 1.3rem;
		line-height: 2rem;
		font-weight: 600;
	}

	#story-slogans h4{
		font-size: 2rem;
		font-weight: 600;
		color: var(--orange-trim);
		text-align: center;
	}

	.inner-wrap{
		max-width: 800px;
		min-width: 400px; 
		margin: 50px auto 0 auto;
				
		padding: 0 50px;
	}
	
	#farm-humane h3{
		text-align: center;
		color: var(--orange-trim);
	}

	#farm-humane h4{
		text-align: center;
		font-size: 1.5rem;
		line-height: 2.1rem;
	}

	.farm p{
		font-size: 1rem;
		line-height: 1.4rem;
	}

	#yunlin-farm{
		display: flex;
		flex-wrap: wrap;
	}
	#yunlin-farm-cont{

		display: block;
		width: 100%;
	}

	#yunlin-farm-image{
		height: auto;
		display: block;
		object-fit: scale-down;
		clip-path: inset(10% 0);
		margin: -20px 0;
		min-width: 400px;
		max-width: 800px;
		width: 100%;
	}
	
	#inside-farm{
		display: flex;
		margin-top: 0px!important;
		justify-content: center;
		align-items: center;
	}

	#inside-farm-text{
		flex-basis:content;
		margin-right: 10px;
	}

	#inside-farm-image{
		flex-basis:content;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		row-gap: 10px;
		max-width: 350px;
		width: 50%;
		min-width: 150px;	
		}

	#inside-farm-img{
		max-width: 80%;
		object-fit: scale-down;
		min-width: 150px;
		margin-left: 10px;
	}
	#contact{
		width: 500px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		
	}
	.contact-item{
		font-size: 0.9rem;
		text-align: left;
		margin: 6px 0;
	}
	.contact-item a{
		text-decoration: none;
		color: var(--orange-trim)!important;
	}
	.contact-title{
		width: 100%;
	}
	.contact-tel{
		width: 43%;
		text-align: right;
		margin-right: 2%;
	}
	
	.contact-email{
		width: 53%;
		text-align: left;
		margin-left: 2%;
	
	}
	.contact-add{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 609px) {
	.home-cover{
		width: 160%;
		transform: translateX(-20%);
	}
	.environment-cover{
		width: 120%;
		transform: translateX(-10%);
	}
	.nests-single-img{
		min-width: 180px;
		width: 90%;
		margin: 5%;
	}

	#featured-content{
		display: none;	
	}
	#mob-featured-content{
		max-width: 400px;
		min-width: 280px;
		padding: 0 20px;
		margin: 30px auto 0 auto!important;
	}
	#second-slogan h2{
		margin-top: 40px;
		text-align: center;
	}
	#home-images{
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	
	#home-images img{
		clip-path: inset(15% 0);
		flex-basis: 1;
		width: 100%;
		margin: -35px 0;
	}
	#story-feature-img{
		width: 180%;
		transform: translateX(-20%);
	}
	#story-content-container{
		display: flex;
		margin: 50px 0;
		padding: 0 20px;
		flex-wrap: wrap;

	}
	#story-logo-container{
		flex-basis: 1;
		width: 100%;
		display: flex;
		justify-content: center;
		align-content: center;
		
	}
	.story-logo{
		width: 80px;

	}

	#story-content{
		margin-top: 30px;
		flex-basis: 1;
		width: 100%;
	}

	.story-start{
		font-size: 1rem;
		line-height: 1.6rem;
	}

	.story-end{
		margin-top: 30px;
		font-size: 1.1rem;
		line-height: 1.8rem;
		font-weight: 600;
	}

	#story-slogans h4{
		font-size: 1.4rem;
		font-weight: 600;
		color: var(--orange-trim);
		text-align: center;
	}


	.inner-wrap{
		max-width: 800px;
		min-width: 320px; 
		margin: 50px auto 0 auto;
				
		padding: 0 30px;
	}
	
	#farm-humane h3{
		text-align: center;
		color: var(--orange-trim);
	}

	#farm-humane h4{
		text-align: center;
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.farm p{
		font-size: 0.9rem;
		line-height: 1.3rem;
	}

	#yunlin-farm{
		display: flex;
		flex-wrap: wrap;
	}
	#yunlin-farm-cont{

		display: block;
		width: 100%;
	}

	#yunlin-farm-image{
		height: auto;
		display: block;
		object-fit: scale-down;
		clip-path: inset(10% 0);
		margin: -20px 0;
		min-width: 300px;
		max-width: 800px;
		width: 100%;
	}
	
	#inside-farm{
		display: flex;
		margin-top: 0px!important;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}

	#inside-farm-text{
		flex-basis:content;

	}

	#inside-farm-image{
		flex-basis:content;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		row-gap: 10px;
		max-width: 350px;
		width: 90%;
		min-width: 150px;
		margin: 5%;	
		}

	#inside-farm-img{
		max-width: 100%;
		object-fit: scale-down;
		min-width: 150px;
	}
	#contact{
		width: 240px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.contact-item{
		font-size: 0.9rem;
		text-align: left;
		margin: 6px 0;
	}
	.contact-item a{
		text-decoration: none;
		color: var(--orange-trim)!important;
	}
	.contact-title{
		width: 100%;
	}
	.contact-tel, .contact-email, .contact-add{
		width: 100%;
		text-align: left;
	}

}
@media screen and (min-width: 1181px) {
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 2rem;
		line-height: 2.6rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	#cover-content1{
		top: 60%;
		transform: translateY(-50%);
		left: 55%;
		width: 40%;
	}

	#cover-content1 p{
		font-size: 1.6rem;
		line-height: 2rem;
	}

	#cover-content2{
		top: 43%;
		transform: translateY(-50%);
		right: 50%;
		width: auto;
		background: rgba(0, 0, 0, 0.3);
		padding: 0 30px;
	}

	#cover-content2 p{
		font-size: 1.6rem;
		line-height: 2rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 60%;
		width: 30%;
		background: rgba(255, 255, 255, 0.3);
		padding: 0 30px;
	}

	#cover-content3 h3{
		font-size: 2rem;
		line-height: 2.4rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 2rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-110px)!important;
	}

	.left-content, .right-content{
		font-size: 1.2rem;
	}

	#second-slogan h2{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.2rem;
	}
	
}
@media screen and (min-width: 901px) and (max-width: 1180px){
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.6rem;
		line-height: 2rem;
	}

	#cover-content1{
		top: 50%;
		transform: translateY(-50%);
		left: 55%;
		width: 40%;
	}

	#cover-content1 p{
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#cover-content2{
		top: 40%;
		transform: translateY(-50%);
		right: 45%;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px;
	}

	#cover-content2 p{
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 55%;
		width: 35%;
		background: rgba(255, 255, 255, 0.5);
		padding: 5px 20px;
	}

	#cover-content3 h3{
		font-size: 2rem;
		line-height: 2.6rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 2rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-95px)!important;
	}
	.left-content, .right-content{
		font-size: 1.2rem;
	}

	#second-slogan h2{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2rem;
	}
}
@media screen and (min-width: 760px) and (max-width: 900px){
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.4rem;
		line-height: 2rem;
	}

	#cover-content1{
		top: 50%;
		transform: translateY(-50%);
		left: 55%;
		width: 40%;
	}

	#cover-content1 p{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	#cover-content2{
		top: 40%;
		transform: translateY(-50%);
		right: 45%;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px;
	}

	#cover-content2 p{
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 55%;
		width: 35%;
		background: rgba(255, 255, 255, 0.5);
		padding: 5px 20px;
	}

	#cover-content3 h3{
		font-size: 1.8rem;
		line-height: 2.4rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 1.2rem;
		font-weight: 300;
		line-height: 1.6rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-80px)!important;
	}

	#second-slogan h2{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2rem;
	}

}
@media screen and (min-width: 610px) and (max-width: 759px){
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 1.4rem;
		line-height: 2rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	#cover-content1{
		top: 55%;
		transform: translateY(-50%);
		left: 55%;
		width: 40%;
	}

	#cover-content1 p{
		font-size: 1rem;
		line-height: 1.6rem;
	}

	#cover-content2{
		top: 40%;
		transform: translateY(-50%);
		right: 40%;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px;
	}

	#cover-content2 p{
		font-size: 1.2rem;
		line-height: 1.8rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 50%;
		width: 40%;
		background: rgba(255, 255, 255, 0.5);
		padding: 5px 20px;
	}

	#cover-content3 h3{
		font-size: 1.6rem;
		line-height: 2.2rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.4rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-70px)!important;
	}

	#second-slogan h2{
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1.2rem;
	}

}
@media screen and (min-width: 480px) and (max-width: 609px){
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.1rem;
		line-height: 1.7rem;
	}

	#cover-content1{
		top: 55%;
		transform: translateY(-50%);
		left: 40%;
		width: 50%;
	}

	#cover-content1 p{
		font-size: 1rem;
		line-height: 1.6rem;
	}

	#cover-content2{
		top: 40%;
		transform: translateY(-50%);
		right: 20%;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px;
	}

	#cover-content2 p{
		font-size: 1.2rem;
		line-height: 1.8rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 35%;
		width: 50%;
		background: rgba(255, 255, 255, 0.5);
		padding: 5px 20px;
	}

	#cover-content3 h3{
		font-size: 1.6rem;
		line-height: 2.2rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.4rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-60px)!important;
	}

	#second-slogan h2{
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1.5rem;
	}
}
@media screen and (min-width: 380px) and (max-width: 479px){
	html[lang="zh-Hant"] .cover-slogan h3{
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	html[lang="en-US"] .cover-slogan h3{
		font-size: 1.1rem;
		line-height: 1.7rem;
	}

	#cover-content1{
		top: 50%;
		transform: translateY(-50%);
		left: 40%;
		width: 50%;
	}

	#cover-content1 p{
		font-size: 1rem;
		line-height: 1.6rem;
	}

	#cover-content2{
		top: 40%;
		transform: translateY(-50%);
		right: 15%;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		padding: 0 20px;
	}

	#cover-content2 p{
		font-size: 1rem;
		line-height: 1.4rem;
		text-align: right;
	}

	#cover-content3{
		top: 37%;
		transform: translateY(-50%);
		left: 35%;
		width: 50%;
		background: rgba(255, 255, 255, 0.5);
		padding: 5px 20px;
	}

	#cover-content3 h3{
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: left;
	}

	#cover-content3 p{
		margin: 10px 0;
		font-size: 0.9rem;
		font-weight: 300;
		line-height: 1.3rem;
		text-align: left;
		color: #000;
	}
	.home-pagination{
		transform: translateY(-60px)!important;
	}

	#second-slogan h2{
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1.5rem;
	}
}
@media screen and (min-width: 480px){
	#cover2-break{
		display: none;
	}
}
@media screen and (max-width: 479px){
	#cover2-break{
		display: block;
	}
}
@media screen and (min-width: 497px){
	.brk498up{
		display: block;
	}
	.brk498dw{
		display: none;
	}
}
@media screen and (max-width: 498px){
	.brk498up{
		display: none;
	}
	.brk498dw{
		display: block;
	}
}
@media screen and (min-width: 506px){
	.brk507up{
		display: block;
	}
	.brk507dw{
		display: none;
	}
}
@media screen and (max-width: 507px){
	.brk507up{
		display: none;
	}
	.brk507dw{
		display: block;
	}
}
@media screen and (min-width: 450px){
	.brk451up{
		display: block;
	}

}
@media screen and (max-width: 451px){
	.brk451up{
		display: none;
	}
}