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

*{
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h2{    display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;}
.relate_projects a{margin:0;padding: 0;margin-bottom: 30px}
header{
	padding: 0;
	max-height: 600px;
	color: #fff;
	position: relative;
}
#mnav{display: none;}
.project .img_box img{width: 100%!important;height: auto!important;}
.top1{
	background: #fbfbfb;
	position: absolute;
	height: 110px;
	z-index: 999;
	width: 100%;
	top: 30px;
}
.logo{
	display: inline-block;
}
.logo img{
    margin-left: 10px;
    width: auto;
    margin-top: 10px;
    max-height: 90px;
}

.lang{
	float: right;
	color: #fff;
}
.lang i{
	padding: 0 5px 0 20px;
	color: #7acb5a;
}

.lang a{
	color: #fff;
}
nav ul {
	float: right;
	padding-left: 0;
	margin: 0;
}
nav ul li{
	float: left;
  	transition: 0.3s ease;
}
nav ul li a{
	color: #000;
	padding: 10px;
	line-height: 110px;
	display: inline;
	margin-right: 10px;
	text-align: center;
	border:1px solid #8c8c8c;
	border-radius: 10px;
	font-weight: 800;
  	transition: 0.4s ease;
}

.active{
	border:1px solid #25516c;
	background: #479ed4;
	color: #fff;
}


nav ul li a:hover {
	border:1px solid #25516c;
	background: #479ed4;
	color: #fff;
}

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


nav ul li.active{
	
}

nav ul li a.active:hover {
	
}





/*
pages S
*/






.who{
	background: #265f82;
	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;
}


.displayflex{
	display: flex;
}


.index_adv{
	flex: 1;
}








.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
*/




img{
	max-width: 100%;
}

footer{
	background: #333333;
	line-height: 40px;
	float: left;
	width: 100%;
	color: #fff;
	text-align: right;
	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;
}
.fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.fixed a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f4f7f;
    margin-bottom: 10px;
}
.fixed a i{color: #fff;}

