*{
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
}
body{
	font-family: 'Microsoft JhengHei', sans-serif;
	background-color: #f3f3f3;
}
.wrapper{
	overflow: hidden;
}
.container{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	/*
	border: 1px solid #999;
	*/
	padding:0px 15px;
}
.elements{
	/*
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	border: 1px solid #fff;
	*/
	color: #fff;
	font-size: 20px;
	padding: 10px;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.row:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.col-1-2,.col-1-3,.col-5-6,.col-1-6,.col-1-10,.col-1-1,.col-1-4,.sm-1-4,.sm-1-2,.nm-1-2{
	float: left;
	padding: 0 15px;
}
.col-1-1{
	width: 100%;
}
.col-1-2{
	width: 50%;
}
.col-1-3{
	width: 33.33333%;
}
.col-5-6{
	width: 83.33333%;
}
.col-1-6{
	width: 16.66667%;
}
.col-1-10{
	width: 10%;
}
.col-1-4{
	width: 25%;
}
@media screen and (max-width: 1169px){
	.container{
		width: 100%;
	}
	.sm-1-2{
		width: 100%;
	}
	.menu{
		width: 100%;
	}
	.sm-1-4{
		width: 50%;
	}
	.nm-1-2{
		width: 50%;
	}
}
@media screen and (max-width: 580px){
	.container{
		width: 100%;
	}
	.sm-1-2{
		width: 100%;
	}
	.menu{
		width: 100%;
	}
	.sm-1-4{
		width: 100%;
	}
}
/*下拉選單樣式*/
ul { /* 取消ul預設的內縮及樣式 */
 	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
}
li{
	z-index: 100;
}

ul.drop-down-menu {
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
}

ul.drop-down-menu li {
	background-color: #69B578;
	position: relative;
	white-space: nowrap;
	border-right: #ccc 1px solid;
}

ul.drop-down-menu > li:last-child {
	border-right: none;
}

ul.drop-down-menu > li {
	float: left; /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu a {
 	background-color: #69B578;
	color: #fff;
	display: block;
	padding: 0 30px;
	text-decoration: none;
	line-height: 40px;
}
ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
	background-color: #8dd081;
	color: #fff;
}
ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
	background-color: #8dd081;
	color: #fff;
}
 ul.drop-down-menu ul {
	border: #ccc 1px solid;
	position: absolute;
	z-index: 99;
	left: -1px;
	top: 100%;
	min-width: 180px;
}

ul.drop-down-menu ul li {
	border-bottom: #ccc 1px solid;
}

ul.drop-down-menu ul li:last-child {
	border-bottom: none;
}

ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: 10px;
	left: 90%;
}
  ul.drop-down-menu ul { /*隱藏次選單*/
	display: none;
}

ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
	display: block;
}
/**************/
.header{
	position: fixed;
	display: block;
	width: 100%;
	z-index: 999;
	background-color: #f3f3f3;
}
.header .elements{
	height: 60px;
}
.logo{
	float: left;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 0px;
}
.logo img{
	height: 40px;
}
.logo h2{
	display: inline-block;
	color: #333;
	font-size: 26px;
	transform: translate(10px,-8px);
}
@media screen and (max-width: 1169px){
	.header .container{
	background-color: #69B578;
}
	.logo{
	position: absolute;
	display: block;
	left: 50%;
	transform: translate(-50%,0);
	padding-top: 10px;
	width: 110px;
	height: 40px;
	}
	.logo h2{
	visibility: hidden;
	}

}
.english:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.english{
	float: right;
	left: 20px;
	top: 0px;
	padding-top: 5px;
}
.english a{
	color: #888;
	font-size: 14px;
	text-decoration: none;
}

.navbar{
	background-color: #69B578;
	width: 100%;
	z-index: 3;
}
.download{
	float: right;
	margin-right: 30px;
	z-index: 3;
}
@media screen and (max-width: 1169px){
	.navbar{
	height: 0;
	visibility: hidden;
	overflow: hidden;
	}
}
/*
.navbar .download .download_text{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
*/
.jombotron{
	border: 1px solid #000;
	padding-top: 100px;
	padding-bottom: 80px;
	height: 600px;
	background-image: url(../images/gLzLD3.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 600px;
	z-index: -1;
	overflow: hidden;
}
.jombotron:after{
	content: "";
width:100%;
height: 100%;
position: absolute;
left:0;
top:0;
background: inherit;
-webkit-filter: blur(5px) brightness(0.5);
-moz-filter: blur(5px) brightness(0.5);
-o-filter: blur(5px) brightness(0.5);
-ms-filter: blur(5px) brightness(0.5);
filter: blur(5px) brightness(0.5);
z-index: 1;
overflow: hidden;
}
.jombotron .container{
	z-index: 2;
}
.jombotron .container .elements{
	z-index: 2;
	transform: translate(-1%,80%);
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1169px){
	.jombotron{
		height: 400px;
		padding: 0;
	}
	.jombotron .container .elements{
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		font-size: 18px;
	}
}
@media screen and (max-width: 580px){
	.jombotron{
		height: 400px;
		padding: 0;
	}
	.jombotron .container .elements{
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		font-size: 18px;
	}
	.jombotron .container .elements h2{
		font-size: 17px;
	}
}
.categolry{
	margin: 0px;
}
.categolry h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.giveHeight{
	height: 500px;
}
.buttons .elements{
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 78px;
	border-radius: 0;
}
.buttons .elements a{
	color: #fff;
	text-decoration: none;
}
.selections .elements{
	color: #444;
	height: 70px;
	border: 2px solid #888;
	margin-bottom: 5px;
	text-align: center;
	line-height: 45px;
}

.dial p{
	color: #444;
}
.functions .container .push:before{
	content: "";
	display: block;
	height: 120px;
}
.functions .searchbar{
	height: 420.78px;
}
.searchbar .input_text{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	transform: translate(0,20px);
	border: 1.5px solid #ddd; 
}
.searchbar .input_col{
	background-color: #fff;
	height: 100px;
	padding-left: 40px;
	padding-right: 40px;
}
.searchbar .describe{
	background-color: #fff;
	height: 100px;
	color: #222;
	text-align: center;
}
@media screen and (max-width: 1169px){
	.searchbar .describe{
		font-size: 18px;
	}
}
.clearElements{
	border-radius: 0;
}
.searchbar .button_col{
	height: 100px;
	background-color: #fff;.
	margin-right: 0 auto;
}
.button_input{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.functions .menu h1{
	display: inline-block;
	color: #444;
	width: auto;
}
.functions .menu h2{
	display: inline-block;
	color: #444;
	border-bottom: 4px solid #888;
	width: auto;
	padding-bottom: 5px;
}
.functions .searchbar h2{
	display: inline-block;
	color: #444;
	border-bottom: 4px solid #888;
	width: auto;
	padding-bottom: 5px;
}
.searchbar .button{
	margin: 0 auto;
	width: 180px;
	height: 50px;
	background-color: #69B578;
	border: 0;
	color: #fff;
}
.button_hover:hover:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,255,255,0.2);
}

.button_clicked:active:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,0);
}

.color1{
	background-color: #69b577;
}
.color2{
	background-color: #558259;
}
.color3{
	background-color: #8dd081;
}
.intro{
	background-color: #daecd4;
	padding-top: 80px;
	padding-bottom: 80px;
}
.intro .elements{
	margin-bottom: 20px;
	height: 390px;
}
.intro .elements p{
	text-align: center;
	color: #222;
}
.intro .elements h2{
	text-align: center;
	color: #222;
}
@media screen and (max-width: 1169px){
	.sm-1-4{
		width: 50%;
	}
}
@media screen and (max-width: 580px){
	.sm-1-4{
		display: block;
		width: 100%;
	}
	.sm-color1{
		background-color: #8dd081;
	}
	.sm-color2{
		background-color: #558259;
	}
}
.blank{
	height: 60px;

}
.footer{
	background-color: #558259;
	padding-left: 60px;
	padding-right: 60px;
}
.footer .container{
	width: 100%;
}
.footer .container .elements{
	font-size: 14px;
	text-align: center;
}
.footer span{
	display: inline-block;
}
@media screen and (max-width: 1169px){
	.footer span{
		display: block;
	}
}
