@import "grid.css";
@import "../fonts/font-awesome.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,400,400italic,500,700,900);

/*-------------------------/color code /-----------------------

藍色 / 主題色 / pantong300C
#0070BD
rgba(0, 112, 189)

淺藍 / 輔助色
#A3D9FD

---------------------------------------------------------------*/

html,
body {
  background: #e4e4e4;
  font: 14px/22px Arial, sans-serif;
  color: #777777;
  min-width: 300px;
  font-family: 'Roboto', Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
}
* {
  -webkit-text-size-adjust: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.a-hov {
  transition: all 0.4s ease;
}
.a-hov:hover {
  color: #a47d4b;
}
.text-2 a:hover {
  color: #262529;
}
ul li a {
  transition: all 0.4s ease;
}
h2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #262529;
  padding-top: 53px;
  padding-bottom: 49px;
}
.title-1 {
  font-size: 50px;
  line-height: 170%;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px #625649;
}
.title-1 span {
  color: #dbb686;
}
.title-2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px #625649;
}
.title-3 {
  font-size: 50px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px #625649;
  padding-bottom: 5px;
}
.title-3 span {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  display: block;
  font-weight: 300;
}
.text-1 {
  color: #262529;
}
.text-1 p:first-child {
  padding-top:25px;  
}
.text-2 {
  font-size: 24px;
  line-height: 28px;
  color: #a47d4b;
  padding-top: 20px;  
  padding-bottom: 15px;
}
.link {
  display: inline-block;
  color: #a47d4b;
  margin-top: 8px;
}
.link:hover {
  text-decoration: underline;
}
.title-1 + .title-2 {
  margin-top: 11px;
}
p + .text-2 {
  padding-top: 20px;
}
.page-1 h2 {
  padding-top: 56px;
  padding-bottom: 49px;
}
img + .text-2 {
  padding-top: 21px;
}
.text-2 + .text-1 {
  margin-top: -7px;
}
.btn {
  display: inline-block;
  transition: all 0.4s ease;
  padding: 8px 15px;
  line-height: 19px;
  color: #009ca5;
  font-size: 17px;
  font-weight: 300;
  vertical-align: middle;
  text-align: center;
  /*text-shadow: 1px 1px #92422c;*/
  background-color:transparent;
  border: 1px solid #009ca5;
  /*background: #2f2e33;*/
  margin-top: 25px;
}
.btn:hover {
  color:#FFF;
  background: #57BAC1;
  border: 1px solid #57BAC1;
  /*text-shadow: 1px 1px #262529;*/
}
.btn2 {
  display: inline-block;
  transition: all 0.4s ease;
  padding: 5px 15px;
  color: #666;
  font-size: 17px;
  font-weight: 300;
  vertical-align: middle;
  text-align: center;
  background-color: #E4E4E4;
  margin: 5px;
}
/*
.btn2:hover {
  color:#FFF;
  background: #666;
}
*/
.list li {
  margin-top: 19px;
}
.list li a {
  color: #262529;
  padding-left: 16px;
  position: relative;
  font-size: 14px;
}
.list li a:after {
  position: absolute;
  content: "\f101";
  font-size: 14px;
  color: #777777;
  left: 0px;
  top: 3px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list li + li {
  margin-top: 8px;
}
.list li a:hover {
  color: #a47d4b;
}
.list li a:hover:after {
  color: #a47d4b;
}
/*auxiliary*/
.img-ind {
  float: left;
  margin-right: 29px;
  margin-top: 8px;
}
.wrapper {
  width: 100%;
  position: relative;
}
.extra-wrap {
  overflow: hidden;
}
.grid_inside {
  margin: 0 -10px;
}
.aligncenter {
  text-align: center !important;
}
.alignleft {
  text-align: left !important;
}
.it {
  font-style: italic;
  display: inline-block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fcenter {
	text-align:center;
}
.fleft2 {
	text-align:left;
}
.h-underline:hover {
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.upp {
  text-transform: uppercase;
}
.transition {
  transition: all 0.4s ease;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pad-left {
  padding-left: 30px;
}
p {
  padding-bottom: 22px;
}
.bord-1 {
  border-bottom: 1px solid #c9c9c9;
  padding-top: 4px;
}
.bord-1 + .text-2 {
  padding-top: 21px;
}
/************Header************/

header {
}
.banner {
  /*background: url(../images/banner-01.jpg) center 0 no-repeat;*/
  background-size: 100% auto;
}
.h-top {
  background-color:	rgba(0, 112, 189, 0.8);
  background: url(../images/opac-1.png) 0 0 repeat;
  padding-bottom: 10px;
  .transition: all .4s ease;
}
.h-bot {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 568px;
}
h1 { transition: all .4s ease;}
h1,
.f-logo {
  display: block;
  margin-top: 18px;
  float: left;
  font-weight: 900;
  font-size: 54px;
  line-height: 52px;
  color: #fff;
}
h1 span,
.f-logo span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
/*
.isStuck h1 {
  height: 0;
  overflow: hidden;
}
.isStuck nav {
  float: none;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
*/
.isStuck.h-top {
  padding-bottom: 5px;
}
/************Content***********/
.content {
  background: #eeeeee;
  padding-bottom: 61px;
}
.block-1 {
}
.block-2 {
  margin: 20px 0;
  padding-bottom: 50px;
  border-bottom:#999 1px dashed;
}
.box-1 {
  margin-top: 29px;
  position: relative;
  overflow: hidden;
}
.box-1 img {
  width:100%;
  height:100%;
}
.box-3 img {
  width:100%;
  height:100%;
  max-width: 950px;
}
.box-1 .inside {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  padding: 0 20px 20px 20px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.8s ease;
}
.box-1 .inside .btn {
  color:#FFF;  	
  margin-top: 28px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
  background-color:transparent;
  /*background: #009ca5; /*首頁項目滑過按鈕顏色*/
  /*text-shadow: 1px 1px #185B5F;*/
}
.box-1 .inside .btn:hover {
  color:#FFF;  
  box-shadow: 0px 0px 10px 1px #FFF;
  /*text-shadow: 3px 3px #185B5F;*/
}
.box-1 .inside .title-3,
.box-1 .inside .title-3 span {
  -webkit-transition: all 0.8s ease;
  transition: all 0.6s ease;
}
.box-1 .abs {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 500px;
  background-color:rgba(0,0,0,0.7); /*首頁項目滑過顏色*/
  /*transition: top 0.25s ease;*/
}
.box-1:hover .inside {
  bottom: 0px;
}
.box-1:hover .inside .title-3,
.box-1:hover .inside .title-3 span {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}
.box-1:hover .abs {
  top: -50px;
}
.testimonial_item {
  padding-left: 19px;
  font-size: 12px;
  line-height: 22px;
  color: #777777;
  font-style: italic;
  position: relative;
  padding-top: 30px;
}
.testimonial_item:after {
  content: "“";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 72px;
  line-height: 72px;
  color: #a47d4b;
  font-style: normal;
}
.testimonial_item .text-2 {
  font-style: normal;
  padding-top: 10px;
}
.testimonial_item + .testimonial_item {
  margin-top: 18px;
}
.box-2 img {
  width: 100%;
}
.products {
  margin-top: -15px;
}
.products > div {
  margin-top: 23px;
}
.projects {

}
.projects > .proj_item {
  margin-top: 20px;
  margin-bottom: 200px;
}

#intro {
  margin-top: 10px;
  margin-bottom: 40px;
}
#intro ul { 
  list-style: circle outside; 
}	

.certification img {
	padding:30px 0;
	max-width:600px;
	width:100%;
	height:auto;
}
.producttype {
	padding:25px 0;
	margin-bottom:25px;
	border-top:#999 1px dotted;
	border-bottom:#999 1px dotted;
}
.producttype .list{
	margin: 0 10px 10px;
	vertical-align:bottom;
}

/************Footer************/
footer {
  background: url(../images/footer.png) #012138 0 0 repeat-x;
  padding: 30px 0;
  .transition: all .4s ease;
}
footer a:hover{
  color: #52B9FD;
}
.language,
.footer {
	margin:5px 0;
}
.language span, 
.footer span {
	margin:0 10px;
}
.f-logo {
  color: #262529;
  margin-top: 52px;
  margin-bottom: 3px;
  float: none;
}
.f-logo span {
  font-weight: 400;
}
.f-list {
  margin-top: 56px;
}
.f-list li {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  color: #262529;
  margin-left: 22px;
  font-weight: 400;
}
.f-list li.current,
.f-list a:hover {
  text-decoration: underline;
}
.social-icons {
  text-align: right;
  position: relative;
  margin-top: 22px;
}
.social-icons li {
  display: inline-block;
  margin-left: 7px;
}
.social-icons a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-out;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #2f2e33;
}
.social-icons li i {
  line-height: 52px;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
  text-shadow: 1px 1px #252428;
}
.social-icons li:hover a {
  background: #bb5539;
  transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
}
.social-icons li:hover a i {
  transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  text-shadow: 1px 1px #92422c;
}
/*toTop*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  width: 28px;
  height: 18px;
  border: none;
  z-index: 20;
  margin-right: -670px !important;
  right: 50%;
  bottom: 20px;
  color: #3AAAF7;
}
#toTop:after {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition: all 0s ease;
  color: inherit;
}
#toTop:hover {
  color: #A3D9FD;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*touch-touch*/
.magnifier {
  position: relative;
  display: block;
  background: url(../images/magnifier.png) center center no-repeat #000000;
  margin-bottom: 23px;
}
.magnifier img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.magnifier:hover img {
  opacity: 0.4;
}
/*contacts*/
.map_wrapper .address {
  margin-top: 3px;
  width: 100%;
  float: left;
}
.map_wrapper .address .fleft:first-child {
  width: 250px;
  color: #262529;
  margin-right: 10px;
}
.map_wrapper .address .fleft {
  min-width: 200px;
}
.map_wrapper .address .fleft i {
  font-size: 30px;
  line-height: 30px;
  color: #ae8c61;
  float: left;
  margin-right: 14px;
  margin-top: 4px;
}
.map_wrapper .address + .address {
  margin-top: 14px;
}
.map_wrapper .address span {
  display: inline-block;
  width: 66px;
  margin-left: 3px;
}
.map_wrapper .address span.e-mail {
  display: inline-block;
  width: auto;
}
.map_wrapper .address span.e-mail a {
  display: inline-block;
  margin-left: 5px;
  color: #a47d4b;
}
.map_wrapper .address span.e-mail a:hover {
  text-decoration: underline;
}
.map_wrapper dt {
  padding-bottom: 16px;
}
.map_wrapper dl.address dd span {
  text-align: left;
}
#map_canvas {
  width: 100%;
  height: 300px;
  margin-top: 6px;
  margin-bottom: 25px;
}
#contact-form {
  position: relative;
  margin-top: 8px;
}
#contact-form label {
  display: inline-block;
  position: relative;
  min-height: 60px;
  width: 100%;
}
#contact-form label input,
#contact-form label textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  font: 12px/18px Arial, sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #777777;
  background: #ffffff;
  border: 1px solid #cbcbcb;
  -webkit-appearance: none;
}
#contact-form label input {
  height: 47px;
  padding: 14px 7px 13px 14px;
  outline: none;
  width: 100%;
}
#contact-form label textarea {
  height: 250px;
  overflow: auto;
  width: 100%;
  padding: 14px 7px 13px 14px;
  margin: 0px;
  resize: none;
}
.form_buttons a {
  margin-top: 31px;
  float: right;
}
#contact-form span {
  display: block;
}
#contact-form ._placeholder {
  position: absolute;
  /*!*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  width: 100% !important;
  padding: 14px 7px 13px 14px;
  opacity: .99;
  display: block;
  width: 100%;
  font: 12px/18px Arial, sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #777777;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form ._placeholder.focused {
  opacity: .4;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .message {
  width: 100%;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px Arial;
  -webkit-transition: 0.3s ease-in height;
  -moz-transition: 0.3s ease-in height;
  -o-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 10px;
  top: 0;
}
#contact-form .message .error-message,
#contact-form .message .empty-message {
  right: 3px;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .success-message {
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0px 0;
  width: 100%;
  font: 18px Arial, sans-serif;
  font-family: 'Roboto', sans-serif;
  color: #6E6E6E;
  background-color:	rgba(198, 198, 198, 0.7);
}
#contact-form.success .success-message {
  padding: 200px 0;
  border: 1px solid #cbcbcb;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
/*--- contact_form end------*/
@media only screen and (max-width: 995px) {
  #contact-form label {
    display: block;
    width: 100%;
  }
  #contact-form label textarea {
    width: 100%;
  }
  #contact-form fieldset.fleft {
    width: 100%;
  }
  #contact-form fieldset.fright {
    width: 100%;
  }
  #map_canvas {
    width: 100%;
  }
  #contact-form .error-message,
  #contact-form .empty-message {
    right: 3px;
  }
  .map_wrapper .address span {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form .success {
    left: 0;
    right: 0;
  }
  #contact-form label textarea {
    height: 200px;
  }
  #contact-form label.message ._placeholder {
    height: 200px;
  }
  #map_canvas {
    height: 200px;
  }
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  header {
    background-size: auto auto;
  }
}
@media only screen and (max-width: 1220px) {
  /* 2015/2/25
  .box-1 {
    width: 46% !important;
    margin-left: 2%;
    margin-right: 2%;
  }
  */
  .img-ind {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 995px) {
  .w1 {
    width: 45%;
  }
  .isStuck h1 {
	height: 0;
	display:none;
	overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  /* 2015/2/25
  .box-1 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  */
  .title-1 {
    font-size: 37px;
    line-height: 39px;
  }
  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }
  .top-1 {
    margin-top: 40px;
  }
  .f-list li {
    margin-left: 10px;
  }
  .box-2 img {
    width: 46%;
    margin-right: 20px;
    float: left;
  }
  .box-2 .text-2 {
    padding-top: 0;
  }
  .box-2 + .box-2 {
    margin-top: 40px;
  }
  .products > div {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .title-3,
  .title-3 span,
  .box-1:hover .inside .title-3,
  .box-1:hover .inside .title-3 span {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
  }
  .box-1 .inside {
    font-size: 12px;
    line-height: 14px;
  }
  .box-1 .inside .btn {
    line-height: 30px;
    margin-top: 15px;
    padding: 1px 17px;
  }
  .box-1 .inside {
    bottom: -54px;
  }
  .f-list li {
    font-size: 12px;
  }
  .f-list li {
    margin-left: 5px;
  }
}
/*Core variables and mixins*/
