﻿@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	font-size:16px;
	color:#555;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*start*/
a{
	color:#789e2b;
	text-decoration: none;
}
header{
	position:relative;
}
.banner{
	max-width:100%;
}
header nav .bar{
	display:none;
    font-size: 28px;
    text-align: center;
    width: 60px;
    height: 60px;
    float: left;
    color: #FFF;
    cursor: pointer;
}
header nav .bar i{
    line-height: 60px;
}
header nav{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-40%;
	height:90px;
	width:75%;
	background:#789e2b;
}
header nav img{
	display:inline-block;
	margin: 8px 0 0 4%;
    width: 250px;
}
header nav ul{
	display:inline-block;
	vertical-align: top;
    margin: 50px 7% 0;
    float: right;
}
header nav ul li{
	display:inline-block;
}
header nav ul li a{
	color:#FFF;
	text-decoration:none;
	padding: 0 30px;
    letter-spacing: .1em;
    position:relative;
}
header nav ul li a:hover::after {
    transform: scale(1,1);
}
header nav ul li a::after{
	content: "";
    position: absolute;
    height: 3px;
    width: 70%;
    transform: scale(0,1);
    background: #d4ff2f;
    transition: all .2s ease-in-out;
    top: 25px;
    border-radius: 5px;
    left: 15%;
}
.title{
	position:relative;
	background:#789e2b;
	width: 340px;
    height: 85px;
	margin-top: -50px;
    left: 12%;
    padding: 15px 30px 0;
    box-sizing: border-box;
}
.title::after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 85px 85px;
	border-color: transparent transparent #88b331 transparent;
}
.title h1{
	color:#FFF;
	font-size:28px;
	opacity:.7;
	font-weight:bold;
}
.title h2{
	color:#FFF;
	font-size:21px;
	letter-spacing: .4em;
    padding: 6px 0;
}
section{
	width: 65%;
    line-height: 1.5em;
    margin: 3% auto;
}
section p{
	width:95%;
	margin-bottom:50px;
}
.aboutImg{
	margin-left:-5px;
}
.aboutImg img{
	display:inline-block;
	width: 48%;
    margin: 4px 5px;
}
footer{
	background:#789e2b;
	color:#FFF;
	padding:0 0 10px;
	font-size:14px;
	text-align:center;
}
footer ul.keyword{
	background:#cae09d;
	padding:5px 0;
	color: #789e2b;
}
footer ul.keyword li{
	display:inline-block;
	padding:0 5px;
}
footer ul.keyword li a{
	color: #5d7d1a;
	line-height: 1.5em;
}
footer ul.keyword li a:hover{
	color: #789e2b;
}
footer ul.info{
	display:inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
footer ul.info li{
	display:inline-block;
	padding:0 5px;
}
footer ul.info li a{
	color:#FFF;
}
footer ul.info li a:hover{
	color:#d4ff2f;
}
footer ul.info li img{
	background: #5d7d1a;
    border-radius: 100%;
    width: 25px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
footer ul.info li i{
	background: #5d7d1a;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 5px;
    vertical-align: middle;
    margin: 0 5px;
    box-sizing: border-box;
}
.certification{
	display:inline-block;
	vertical-align: middle;
	margin-left:3%;
}
.certification img{
	height:80px;
}
.certification p{
	font-size:12px;
}
.green{
	color:#789e2b;
	font-weight:bold;
}
.fa-caret-right{
	color:#abd858;
}
.idea{
	font-size:18px;
	color: #618617;
	font-weight: bold;
}
.idea i{
	font-size:16px;
	color: #75d016;
}
.healthyImg{
	margin-left: 52px;
}
.center{
    display: block;
    margin: 0 auto;
}
.img-responsive{
	max-width:100%;
}
.serviceImg img{
	display:inline-block;
	vertical-align: middle;
	margin: 4px 2px;
}
.serviceImg1 img{
	width: 23%;
}
.serviceImg1 img:first-child{
	width: 47%;
}	
.serviceImg2 img{
	width: 23%;
}
.planBox{
    margin-left:80px;
}
.plan{
    width:248px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10% 10px 0;
}
.plan .planTitle{
    display:inline-block;
    vertical-align:middle;
    margin: 25px 0 0 10px;
    color:#789e2b;
}
.plan h1{
    display:inline-block;
    vertical-align:middle;
    font-size:18px;
	font-weight:bold;
}
.plan h2{
    display:inline-block;
    vertical-align:middle;
    font-size:16px;
}
.plan img{
    display:inline-block;
    vertical-align:middle;
    float:right;
}
.plan .description{
    height:85px;
    border:1.5px #CCC solid;
    border-radius:10px;
    margin-top: 10px;
    text-align: center;
    display: table;
    width: 100%;
}
.plan .descriptionTx{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    text-align: left;
    font-size:14px;
    line-height:1.5em;
}
.addition{
    background:#ebfbe4;
    border-radius:10px;
    padding: 20px 80px;
    margin: 50px 0;
    font-size: 14px;
}
.customer img{
    display:inline-block;
    vertical-align: top;
    width:45%;
}
.healthTitle{
    color:#789e2b;
    font-size:24px;
    display: inline-block;
    line-height: 2em;
    letter-spacing: .1em;
}
.customer p{
    display:inline-block;
    vertical-align: top;
    width:50%;
    margin-left: 2%;
}
.kitchen{
    text-align:center;
    margin:80px 0 100px;
}
.kitchen ul{
    margin-top: 50px;
}
.kitchen ul li img{
    border: 3px #789e2b solid;
    border-radius: 100%;
    padding: 20%;
    display: block;
    margin-bottom: 20px;
    width: 30%;
}
.kitchen ul li{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    width: 16%;
    margin: 0 1.7%;
    font-size: 14px;
    line-height: 1.5em;
}
.kitchen ul li em{
    font-weight:bold;
    font-size: 16px;
}
section iframe{
    width:50%;
    height: 380px;
}
.contactBox{
	display:inline-block;
	vertical-align:top;
	margin:5px 1%;
}
.contactBox a:hover{
    color: #5c8a00;
}
.contactBox img{
    display: inline-block;
    width: 40px;
    vertical-align: bottom;
}
.contactBox h1{
	display: inline-block;
	font-weight: bold;
    font-size: 21px;
    padding: 5px 0;
}
.contactBox span{
	display:inline-block;
	vertical-align:top;
}
.collapse.in {
    display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.borderBoxs{
	display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    font-size: 21px;
}
.borderBox{
	width: 30%;
    border: 5px solid #b8f144;
    border-radius: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #88b331;
}
@media screen and (max-width: 1800px){
	.plan{ margin-right: 5%;}
}
@media screen and (max-width: 1500px){
	header nav{width: 80%;}
	header nav ul{margin: 50px 2% 0;}
	header nav ul li a{padding: 0 20px;}
	header nav img{margin: 8px 0 0 2%;}
	.plan{ margin-right: 3%; width: 29.5%;}
	.planBox{ margin-left:0;}
	.addition{padding: 20px 40px;}
	.kitchen ul li{margin: 0 1.7%;}
}
@media screen and (max-width: 1200px){
	header nav ul li a{padding: 0 10px;}
	.title{width: 290px; height: 80px;}
	.title::after{border-width: 0 0 80px 80px;}
	.healthTitle{font-size: 18px;}
	.customer p{ font-size: 14px;}
}
@media screen and (max-width: 990px){
	header nav ul li a { padding: 0 6px;}
	header nav img{width: 180px;}
	header nav{height: 70px;}
	header nav ul{margin: 35px 2% 0;}
	.title{width: 270px; height: 70px;padding: 12px 30px 0;left: 7.5%;margin-top: -30px;}
	.title::after{border-width: 0 0 70px 70px;}
	.title h1{font-size: 24px;}
	.title h2{font-size: 18px;}
	header nav ul li a{font-size: 14px;}
	section{ width: 85%;}
	header nav{ width: 85%; margin-left: -42.5%;}
	section p{width:100%;}
}
@media screen and (max-width: 768px){
	header nav{width: 100%; position: fixed; margin-left: 0; left: 0;z-index: 999;height: 65px;}
	header nav > a{text-align: center;display: block; width: 180px;margin: 0 auto;}
	.collapse { display: none;}
	header nav ul{margin: 0;float: none; width:100%;}
	header nav ul li{display: block;border: 1px #FFFFFF dotted;background: rgba(176, 212, 102,.9);width: 100%; text-align: center; }
	header nav ul li:hover{background: rgba(204, 241, 130, 0.9);}
	header nav img{margin:5px 0;}
	header nav ul li a{font-size: 16px; color: #2b3c08; width: 100%;display: block;padding: 15px 0;}
	header nav ul li a:hover::after, header nav ul li a::after{ transform: scale(0,0);width:0px;}
	header nav .bar{ display:block;}
	.aboutImg{margin-left: 0px;}
	.aboutImg img{max-width: 100%; width: 100%; margin: 10px 0;}
	section p{margin-bottom: 20px;}
	.title{background: none; margin-top: 30px; width: auto; left: 0; height: auto; text-align: center; padding: 0;}
	.title h1{color: #789e2b; font-weight: normal; padding-right: 5px;}
	.title h2{color: #789e2b;}
	.title::after{border-width: 0;}
	.banner{margin-top:65px;}
	section p{ font-size: 14px;}
	footer ul.info li{padding:5px;}
	.plan{width: 46%;}
	.addition{padding:20px;}
	.kitchen ul li{margin: 5% 2%; width: 25%;}
	.kitchen{ margin: 40px 0 40px;}
	.kitchen ul{margin-top: 10px;}
	.healthTitle{font-size: 17px; letter-spacing: initial;}
	section iframe{width:100%;height:300px;}
	.healthyImg{ margin-left: 20px;}
	.borderBoxs{ font-size: 16px; }
	.borderBox{ border: 3px solid #b8f144;}
}
@media screen and (max-width: 480px){
	.serviceImg1 img:first-child, .serviceImg1 img, .serviceImg2 img{width: 100%; max-width:100%; margin:10px 0;}
	.plan{width:100%;}
	.plan .description{height: auto;}
	.plan .descriptionTx{ padding: 15px 15px;}
	.customer img, .customer p{ width: 100%; margin: 10px 0;}
	.kitchen ul li{width: 45%;}
	section iframe{height:250px;}
}
@media screen and (max-width: 417px){
	footer ul.info li{ float:left;}
	.contactBox{font-size: 14px;}
}




