@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
/*-------------------------------------------
                 基本版面設定區
-------------------------------------------*/
html{ height: 100%;scroll-behavior: smooth;}		
body {width: 100%;height: 100%;margin: 0px;padding: 0px;
font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;background-color: #f7f7f7;}
img, object, embed, video {max-width: 100%;vertical-align: text-top;border: 0px;}
a,a:link,a:hover,a:active,a:visited{transition: 1s;text-decoration: none;}

/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {width:100%;border: 0px;}
img{display:block;}
.row-all{
	padding: 15px;
}
.row-alls{
	padding-right: 0px;
	padding-left: 0px;
}

.rows{
	padding-right: 15px;
	padding-left: 15px;
}

.rwd-img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
}


.number{
	font-size: 16px;
	color: #ffeb9d;
}
/*-------------------------------------------
                首頁選單右側浮動社群連結設定
-------------------------------------------*/	
.right-float{
	float: right;
	position: fixed;
	z-index: 1001;
	top: 45%;
	width: 40px;
	right: 10px;
	padding-right: 15px;
	display: block;
}

.right-em{
	float: left;
	writing-mode: vertical-lr;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 116%;
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: center;
	padding-right: 4px;
	padding-left: 5px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
}

.right-ems{
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 40px;
}



/*-------------------------------------------
                 版面設定區
-------------------------------------------*/
#wap{
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*-----------------------------------------------------
                   主橫幅 設定區
-----------------------------------------------------*/
.header-area{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 15vh;
}
.header-area .video-icon{
	position: absolute;
	bottom: -20%;
	left: 48%;
}
#header{width: 100%;float: left;position: relative;}

.header{
	width: 100%;
	float: left;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 1;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	background-color: #fff;
}
.header-menu{width: 100%;float: left;}
.top-menu{
	width: 100%;
	max-width: 965px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.top-name{
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
}

.top-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/* max-width: 1170px; */
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.logo{
	max-width: 200px;
	max-height: 80px;
	z-index: 1;
	margin-right: auto;
}

.translate {
	height: 100%;
	z-index: 1;
	line-height: 50px;
	color: #FFF;
	background-color: #80b24d;
	padding: 15px;
}
.name{
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
.name:link{
	color: #FFF;
}
.name:hover{
	color: #FFCC00;
}
.name:active{
	color: #FFF;
}
.name:visited{
	color: #fff;
}

.top-contact{
	height: 50px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 170px;
	line-height: 3em;
	color: #666;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
.name-c{
	color: #666;
	margin-right: 5px;
	margin-left: 5px;
}
.name-c:link{
	color: #666;
}
.name-c:hover{
	color: #80b24d;
}
.name-c:active{
	color: #666;
}
.name-c:visited{
	color: #666;
}
.nav {
	display: none;
}

.top-nav {
	display: flex;
}
.menu-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	/* padding-right: 0.5rem; */
	margin: 0;
  /* margin-right: 0.5rem; */
  width: 100%;
}
.menu-container .menu-item:last-child .menu-link{
	padding-right: 0;
}

.menu-container .menu-link {
	display: block;
	padding: 15px 30px;
}
.menu-container .menu-link > span {
	display: block;
	margin-bottom: 5px;
	color: #80B34E;
	font-size: 0.625rem;
	text-transform: capitalize;
	transition: all 0.2s ease;
}
.menu-container .menu-link:hover > span {
	color: #000;
	transform: translateY(100%);
	margin-top: 10px;
	margin-bottom: 0;
}
.menu-container .menu-link > div {
	line-height: 1;
	color: #000;
	transition: all 0.2s ease;
}
.menu-container .menu-link:hover > div {
	color: #80B34E;
	transform: translateY(-100%);
}
@media (max-width: 991.98px) {
	.nav {
		display: block;
	}
	.top-nav {
		display: none;
	}
	.logo {
		max-height: 50px;
	}
	.logo img {
		max-width: none;
		max-height: 50px;
	}
	.translate {
		height: 50px;
		line-height: 3em;
		padding: 3px 5px;
	}
}
@media (min-width: 1440px) {
	.top-menu {
		/* max-width: 1366px; */
	}
}
/*-------------------------------------------
                 標題 設定區
-------------------------------------------*/
.all-title-area{
	width: 100%;
}
.all-title-areas{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.all-title-areass{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}

.all-title{
	width: 100%;
	float: left;
}

.all-line{
	width: 35px;
	margin-right: auto;
	margin-left: auto;
	background-color: #bfae9c;
	height: 1px;
}
.all-title-h1{
	color: #666;
	font-size: 15px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
}
.all-title-h1s{
	color: #666;
	font-size: 15px;
	line-height: 2em;
	font-weight: normal;
}
.title-h2{	width: 100%;
	float: left;
	font-size: 28px;
	color: #9a7f60;
	line-height: 1.55em;
}
.all-eng{
	width: 100%;
	float: left;
	color: #8bc34a;
	font-size: 180%;
	line-height: 1.75em;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

.all-engs{
	width: 100%;
	float: left;
	color: #e4cdae;
	font-size: 180%;
	line-height: 1em;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

/*-------------------------------------------
                 橫幅區塊 設定區
-------------------------------------------*/

.banner-area{
	width: 100%;
	float: left;
}

/*-------------------------------------------
                 中間區塊 設定區
-------------------------------------------*/
#main{
	max-width: 965px;
	/* width: 100%; */
	float: left;
	line-height: 1.75em;
}
.content{
	width: 100%;
	max-width: 965px;
	margin-right: auto;
	margin-left: auto;
}
.content-areas{
	width: 100%;
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*-------------------------------------------
                 品牌 設定區
-------------------------------------------*/
.story-area{
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 150px;
}
	
.story-areas {
	width: 100%;
	float: left;
	position: relative;
}
		
.s-left {
	width: 40%;
	float: left;}
	
.s-lefts {
	width: 90%;
	float: left;
	padding-top: 0%;
	/* padding-right: 5%; */
	/* padding-bottom: 5vh; */
	/* padding-left: 10%; */
}
	
.s-right {
	width: 60%;
	float: left;
	height: 390px;
}
	
	
.story-areass {
	width: 100%;
	float: left;
	position: relative;
}

.story-areass .green {
	width: 40%;
	float: left;
	background-color: #8bc34a;
	height: 300px;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 2%;
	margin-left: 53%;
	display: block;
}	
.story-areass .company {
	width: 80%;
	float: left;
	position: absolute;
	left: 0px;
	/* top: -180px; */
	top: -2vh;
}				

/*-------------------------------------------
                 最新消息 設定區
-------------------------------------------*/
.text-green{color: #8bc34a;}
.news-area{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
}
.news-areas{
	width: 100%;
	float: left;
	padding-top: 35px;
	padding-bottom: 50px;
}

.news-box{
	width: 100%;
	float: left;
	background-color: #FFF;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.boxs{
	float: left;
	width: 50%;
}

.boxs .em{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.news-con{
	float: left;
	background-color: #8bc34a;
	position: absolute;
	top: -50px;
	color: #FFF;
	padding: 10px;
	width: 75px;
	left: 20px;
}

.news-content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 75px;
}

.news-contents{
	width: 100%;
	float: left;
}

.news-contents h1{
	font-size: 24px;
	color: #2e548e;
	line-height: 1.55em;
}

.news-contents .p-text{
	line-height: 1.75em;
}

.ps-class {
	float: left;
	width: 100%;
	font-size: 15px;
	padding-bottom: 10px;
}

.news-cons{
	float: left;
	background-color: #8bc34a;
	color: #FFF;
	padding: 10px;
	width: 70px;
	left: 20px;
}

.news-time{
	float: left;
	width: 100%;
	font-size: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c5e1a5;
	line-height: 1.75em;
}

.news-year{
	font-size: 16px;
	float: left;
	width: 100%;
	line-height: 1.75em;
}
.em h1{
	font-size: 20px;
	color: #2e548e;
	line-height: 1.75em;
}

.em .p-text {
	float: left;
	width: 100%;
	line-height: 1.75em;
	padding-bottom: 20px;
	
}

.p-class {
	float: left;
	width: 100%;
	color: #666;
	font-size: 15px;
}

.p-icon{
	float: left;
	width: 15%;
	margin-left: 85%;
}


.ps{
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
.pss{
	float: left;
	line-height: 1.75em;
	width: 36px;
}

/*-------------------------------------------
                產品 設定區
-------------------------------------------*/

.pro-area{
	width: 100%;
	float: left;
}

.pro-areaimg {
	position: relative;
	width: 33.3333%;
	float: left;
	background-color: #000;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pro-areaimg:hover .image {
	opacity: 0.3;
	background-color: #000;
}

.pro-areaimg:hover .middle {
  opacity: 1;
}

.text {
	color: white;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
.text2 {
	color: #8bc34a;
	font-size: 48px;
	line-height: 1.75em;
	font-family: 'Josefin Sans', sans-serif;
}

/*-------------------------------------------
                 footer 設定區
-------------------------------------------*/
#footer{
	width: 100%;
	float: left;
	background-color: #8bc34a;
	line-height: 1.75em;
	color: #FFF;
}
.footer{width: 100%;max-width: 1170px;margin-right: auto;margin-left: auto;}
.footer-area{width: 100%;float: left;margin-top: 10px;margin-bottom: 10px;padding-top: 10px;padding-bottom: 10px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #aed581;}
.em{width: 33.3333%;float: left;}
.umenu{color: #fff;width: 33.3333%;float: left;}
.umenu a{color: #fff;}
.umenu:link {color: #fff;}
.umenu:hover {color: #FFCC00;}
.umenu:active {color: #fff;}
.umenu:visited {color: #fff;}

.footer-area h1{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 0.9em;
	color: #FFF;
}
.eml{width: 50%;float: left;}
.emr{width: 50%;float: left;text-align: right;font-size: 80%;}
.footer-areas{width: 100%;float: left;padding-bottom: 15px;}

.footer-tel{
	font-size: 28px;
	text-transform: capitalize;
	color: #FFF;
	padding: 20px;
	text-align: center;
}

/*-------------------------------------------
                 RWD 版面設定區
-------------------------------------------*/
@media screen and (max-width: 1440px) {
/*-------------------------------------------
                 品牌 設定區
-------------------------------------------*/
.story-area{
	width: 100%;
	float: left;
	padding-top: 50px;
	/* padding-bottom: 30px; */
}
	
.story-areas {
	width: 100%;
	float: left;
	position: relative;
}
		
.s-left {
	width: 40%;
	float: left;}
	
.s-lefts {
	width: 90%;
	float: left;
	padding-top: 0%;
	/* padding-right: 5%; */
	padding-bottom: 0%;
	/* padding-left: 10%; */
}
	
.s-right {
	width: 60%;
	float: left;}
	
	
.story-areass {
	width: 100%;
	float: left;
	position: relative;
}

.story-areass .green {
	width: 40%;
	float: left;
	background-color: #8bc34a;
	height: 300px;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 2%;
	margin-left: 50%;
	display: block;
}	
.story-areass .company {
	width: 80%;
	float: left;
	position: absolute;
	left: 0px;
	/* top: 0px; */
}	
}

@media screen and (max-width: 1280px) {
.story-areass .company {
	width: 80%;
	float: left;
	position: absolute;
	left: 0px;
	/* top: -80px; */
}
}

@media screen and (max-width: 1080px) {
.story-areass .company {
	width: 80%;
	float: left;
	position: absolute;
	left: 0px;
	/* top: -10px; */
}
}

@media screen and (max-width: 992px) {
/*-------------------------------------------
                 品牌 設定區
-------------------------------------------*/
.header-area {
	padding-top: 50px;
}

.story-area{
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.story-areas {
	width: 100%;
	float: left;
	position: relative;
}
		
.s-left {
	width: 100%;
	float: left;}
	
.s-lefts {
	width: 100%;
	float: left;
	padding: 15px;
	/* padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%; */
}
	
.s-right {
	width: 100%;
	float: left;}
	
	
.story-areass {
	width: 100%;
	float: left;
	position: relative;
}

.story-areass .green {
	width: 40%;
	float: left;
	background-color: #8bc34a;
	height: 300px;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 2%;
	margin-left: 50%;
	display: none;
}	
.story-areass .company {
	width: 100%;
	float: left;
	position: static;
	left: 0px;
	top: 0px;
}
}

@media screen and (max-width: 768px) {
	
.header-area .video-icon{
	position: absolute;
	bottom: -60%;
	width: 50px;
	right: 0px;
}	
	
.top-contact{
	height: 50px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 170px;
	line-height: 3em;
	color: #666;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}	
	
/*-------------------------------------------
                首頁選單右側浮動社群連結設定
-------------------------------------------*/	
.right-float{
	float: right;
	position: fixed;
	z-index: 888;
	top: 40%;
	width: 40px;
	right: 0px;
	padding-right: 10px;
	display: none;
}

/*-------------------------------------------
                 品牌 設定區
-------------------------------------------*/
.story-area{
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.story-areas {
	width: 100%;
	float: left;
	position: relative;
}
		
.s-left {
	width: 100%;
	float: left;}
	
.s-lefts {
	width: 100%;
	float: left;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}
	
.s-right {
	width: 100%;
	float: left;}
	
	
.story-areass {
	width: 100%;
	float: left;
	position: relative;
}

.story-areass .green {
	width: 40%;
	float: left;
	background-color: #8bc34a;
	height: 300px;
	margin-top: 0%;
	margin-right: 10%;
	margin-bottom: 2%;
	margin-left: 50%;
	display: none;
}	
.story-areass .company {
	width: 100%;
	float: left;
	position: static;
	left: 0px;
	top: 0px;
}				


/*-------------------------------------------
                 最新消息 設定區
-------------------------------------------*/

.boxs{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.news-areas{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}	


/*-------------------------------------------
                產品 設定區
-------------------------------------------*/
.pro-areaimg {
	position: relative;
	width: 100%;
	float: left;
	background-color: #000;
}

/*-------------------------------------------
                 footer 設定區
-------------------------------------------*/
.em{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.eml{width: 100%;float: left;}
.emr{width: 100%;float: left;text-align: left;font-size: 80%;}
.footer-tel{
	font-size: 28px;
	text-transform: capitalize;
	color: #FFF;
	padding: 0px;
	text-align: left;
}
}
