body{
	background: #fff;
	font-family:"微軟正黑體";
}



body,html {
  height: 100%;
}


/*
body {
  height: 100%;
  width: 100%;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
  background-size: cover;
}

*/

*{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
header{
	max-height: 600px;
	position: relative;
}

.top1{
	background: #474a51
}
.topbar img{
	width: 30px;
	margin-top: 5px;
	margin-right: 5px;
}
.topbar i{
	color: #6ac1d2;
}

.top_info{
	padding-top:10px;
	border-right:1px solid #ccc;
	height:40px;
	text-align:center;
	font-size: 14px;
}

.logo{
	display: inline-block;
}
.logo img{
	width: 100%;
}


.lang a{
	float: right;
}
nav{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
nav ul {
	padding-left: 0;
	margin: 0;
	width: 100%;
}
nav ul li{
	float: left;
	width: 14.2%;
  	transition: 0.3s ease;
}
nav ul li a{
	color: #000;
	line-height: 50px;
	display: block;
    width: 90%;
	margin-right: 0px;
	text-align: center;
	font-weight: 800;
	border-bottom: 2px solid #fff;
  	transition: 0.4s ease;
}


nav ul li a:hover {
	border-bottom: 2px solid #000;

}

nav ul li.active > a{
  
  transition: 0.3s ease;
}


nav ul li.active{
	
}

nav ul li a.active:hover {
	
}

.top_contact{
	margin-top: 30px;
}

.top_contact div:nth-child(1) i{
	padding:  10px;
	background: #ffcf27;
	font-size: 18px;
}
/* .top_contact div:nth-child(2) i{
	padding:  10px;
	background: #1bd741;
	color: #fff;
	font-size: 18px;
} */
.top_contact div:nth-child(2) i{
	padding:  10px;
	background: #3b5998;
	color: #fff;
	font-size: 18px;
}
.top_contact div:nth-child(2) a{
	color: #000;
}
.top_contact div:nth-child(3) i{
	padding:  10px;
	background: #cc181e;
	color: #fff;
	font-size: 18px;
}
.top_contact div:nth-child(3) a{
	color: #000;
}
.navbar{
	background: #fff;
	padding: 10px;
}


.form-wrapper {
    margin:  0px auto;
    position: relative;
    overflow: hidden;
    float: right;
    border-color: #dedede #bababa #aaa #bababa; 
}

.form-wrapper #search {
    height: 44px;
    padding: 10px 5px;
    width: 150px;
    font-size: 14px!important;
    float: left;    
    font: normal 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: none;
    padding-left: 20px;
    background:#3d444c url(../images/search-icon.png)no-repeat 90%;    
}

.form-wrapper #search:focus {
    outline: 0; 
    border-color: #aaa;
    box-shadow: 0 1px 1px #bbb inset;  
}

.form-wrapper #search::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}

.form-wrapper #search:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #search:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
} 

.form-wrapper #submit {
	position: absolute;
	right: 0;
    height: 44px;
    width: 44px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    text-transform: uppercase;    
    text-indent: -9999px;
}
/*-------------
SEARCH end
-------------*/








/*
pages S
*/


.index_about{
	min-height: 400px;
	background: url(../images/bg.png)no-repeat;
	background-size: cover;
}
.index_about img{max-width: 100%;}

.index_box{
	background: #fff;
	min-height: 300px;
	position: relative;
	margin-top: 80px;
	padding: 0 10%;
	margin-bottom: 160px;
}
.index_box::after{
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 35px solid transparent;
    border-top-color: #fff;
    left: 45%;
}

.index_box h2{
	text-align: center;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.index_box p{
	line-height: 40px;
	letter-spacing: 2px;
}

.index_box a{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	width: 100%;
	margin: 40px 0;
	font-size: 24px;
	color: #000;
	letter-spacing: 20px;
	transition:0.5s ease;
}
.index_box a:hover{
	letter-spacing: 25px;
	padding: 30px;
	margin: 50px 0;

}


#index_video{
	border: 10px solid transparent;
	padding:3px;
	margin-top: 100px;
	margin-bottom: 100px;
    -webkit-border-image: url(../images/border.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/border.png) 30 round; /* Opera 11-12.1 */
    border-image: url(../images/border.png) 30 round;
}


.youtube_border{
	border: 10px solid transparent;
	margin-top: 100px;
	margin-bottom: 100px;
	background: rgba(255,255,255,0.7);
	line-height: 32px;
	padding: 20px;
	height: 560px;
    -webkit-border-image: url(../images/border.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(../images/border.png) 30 round; /* Opera 11-12.1 */
    border-image: url(../images/border.png) 30 round;
}



.who{
	background: #479ed4;
	padding: 20px 0;
}
.who img{
	padding: 15px;
}
.who .col-md-9{
	padding-left: 30px;
	color: #fff;
	line-height: 32px;
}

.index_project *{
	transition:0.5s ease;
}

.index_project{
	padding: 0 10px;

}
.index_project h3{
	font-size: 18px;
}
.index_project p{
	font-size: 14px;
}
.index_project a{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 10px;
	background: #479ed4;
	color: #fff;
}

.index_project:hover img{
	opacity: 0.8;
}


.index_project a:hover{
	background: #333;
	color: #fff;
	letter-spacing: 3px;
}

.adv{
	background: #f3f3f3;
	margin: 30px 0 0;
	padding: 60px 0;
}

.index_adv img{
	padding: 20px;
}










.index_post .post{
	padding: 0 10px 20px;
	margin: 20px auto 40px;
	border-bottom: 5px solid #7acb5a;
	transition:0.4s ease;
	position: relative;
	min-height: 520px;
}

.index_post{
	margin: 30px auto 60px;
}

.index_post h3 img{
	display: inline;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	padding-right: 5px;
}
.index_post h3{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color:#000;
}

.index_post a{
	overflow: hidden;
}


.index_post a img{
	transition:1.5s ease;
}

.index_post a img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
    z-index: 99;
}

/* ABOUT S */
.about{
	background: url(../images/about_top.png);
	-webkit-box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
	box-shadow: -2px 17px 34px -12px rgba(0,0,0,0.75);
}
.about .title{
	background: rgba(255,255,255,0.5);
	height: 200px;
	width: 100%;
}
.about .title h2{
	text-align: center;
	padding: 80px 0 20px;
	margin: 0;
	letter-spacing: 15px;
	font-size: 36px;
}
.about .title .border{
	width: 80%;
	margin: 0 auto;
	height: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2d2d2d+23,000000+50,2d2d2d+78,ffffff+100&0.5+0,1+50,0.57+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(45,45,45,0.73) 23%, rgba(0,0,0,1) 50%, rgba(45,45,45,0.76) 78%, rgba(255,255,255,0.57) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(45,45,45,0.73) 23%,rgba(0,0,0,1) 50%,rgba(45,45,45,0.76) 78%,rgba(255,255,255,0.57) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(45,45,45,0.73) 23%,rgba(0,0,0,1) 50%,rgba(45,45,45,0.76) 78%,rgba(255,255,255,0.57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#91ffffff',GradientType=1 ); /* IE6-9 */

}
.about .four{
	margin: 20px auto;
	width: 80%;
	height: 240px;
}
.about .four .about_button {
	width: 20%;
	float: left;
	margin-right:6%; 
}
.about .four .about_button1{
	margin-right: 0!important;
}
.about .four .about_button span{
	height: 40px;
	border-radius: 20px;
	color: #000;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: 800;
	width: 100%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,222,222,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,222,222,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
box-shadow: 12px 18px 16px -9px rgba(0,0,0,0.75);
}

.about_bottom{
	background: url(../images/about_bottom.png)no-repeat;
	background-size: cover;
	margin-top: 30px;
}

.about_text{
	line-height: 28px;
	font-weight: 800;
	padding: 20px 10px 20px 30px;
}

/* ABOUT E */




/*
pages S
*/
.price h2{
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	border-bottom: 6px solid #b72317;
	display:block;
	width: 50%;
	margin: 10px auto;
	padding-bottom: 10px;
}
.price table{
	width: 100%;
	margin: 20px 0;
	border: 1px solid #ccc;
}
.price table td{
	padding: 10px 15px;
}

.price table .price_index, .price table thead tr td{
	background: #bbb;
	font-weight: 800;
}

.price table tbody tr{
	transition:0.5s ease;
}

.price table tbody tr:nth-child(even){
	background: #9999ff;
}

.price table tbody tr:hover{
	background: #5353ff;
	cursor: pointer;
	color: #fff;
}













.table_form {
 	width: 100%;
	border-bottom: 1px solid #c7deef;
	border-top:1px solid #fff;
	background: rgba(255, 255, 255, 0.7) ;
	-webkit-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 50px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.75);
	margin: 2em auto ;
	overflow: hidden;
	display: inline-block;
	float: left;
}
.table_form .header {
  height: 75px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 75px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 5px 5px 0 0;
}
.table_form .header h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #000;
  font-size: 32px;
  text-align: center;
  margin:0;
}

.table_form .half {
  float: left;
  width: 50%;
  margin: 0;
  border: 1px solid #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #000;
  border: 1px solid #ccc;
}
.table_form .full {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #000;
  border: 1px solid #ccc;
}




/*
pages E
*/



footer{
	background: #333333;
	line-height: 40px;
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-right: 30px;
}
footer h3{
	color: #fff;
	margin-bottom: 0;
}
footer h3 i{
	color: #7acb5a;
}
footer a{
	color: #fff;
}
footer i{
	margin-right: 25px;
	width: 30px;
	transition:0.5s ease;
}

footer i:hover{
	color: #37acdc;
}