@media (max-width: 980px) {
    h1#ch,h1#en{
      font-size: 30px !important;
    }
    h2#ch,h2#en{
      font-size: 18px !important;
    }
    div p{
      font-size: 16px;
    }
    h2#h2_title{
      font-size: 24px;
    }
}
@media (max-width: 480px) {
    h1#ch,h1#en{
      font-size: 25px !important;
    }
    h2#ch,h2#en{
      font-size: 16px !important;
    }
    div p{
      font-size: 14px;
      line-height: 150%;
    }
    h2#h2_title{
      font-size: 18px;
    }

}


body{
  font-family: "Microsoft JhengHei","微軟正黑體";
  padding-top: 0px;
}
nav{
  display: none;
}
.tr-btn{
  align-items: flex-end;
  float: right;
}
.text-vcenter{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: rgb(255, 255, 255);;
}
.third_img{
  width: 60%;
  height: 60%;
}
.text-vcenter h1 {
  font-family:  "Microsoft JhengHei","微軟正黑體";
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  border-top:3px solid rgba(0, 0, 0, 0.3);
  padding-top: 10px;
  font-weight: 900;
}
nav {
  opacity: 1;
}
.article1{
  margin: auto ;
  padding: auto;
  word-break: normal;
}
blockquote{
  padding:0px;
}
#home{
  display: table;
  position: relative;
  width: 100%;
  height: 200px;

}
.top-bottom-pad{
  padding: 20px 0;
  font-family: "Microsoft JhengHei","微軟正黑體",sans-serif;;
}

#image_lg img{
  /*background-image: url(../image/freight-train-328763_1280.jpg);*/
  display: block;
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 80%;
  height:80%;
}
div#services.top-bottom-pad{
  padding: 20px;
}
#services{
  background-color: #fff;
  color: #3062a1;
}
#services .glyphicon{
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  width: 140px;
  text-align: center;
  line-height: 140px;
  vertical-align: middle;
}
#logo{
  align-items: center;
}
img.img-responsive{
  padding: 0px;
  margin: auto;
}
#h2_title{
  font-family:  "Microsoft JhengHei","微軟正黑體";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #161414;
  margin-top: 5px;
  margin-bottom: 5px;
}
#en {
     /* 防止撐開 */
    table-layout: fixed;
    /* 英文單字自動換行 */
    word-wrap: break-word;
    /* 正常避頭尾 */
    word-break: normal;

}
div.row.part{
  padding:auto;

}
div.col-sm-6.content_img::after{
  padding: 0px;
}

div.col-sm-6.article2,div.col-sm-12.article2{
  display: inline-block;
  padding-right: auto;
  font-size: 20px;
  text-align:left;
  line-height: 150%;
  margin: 0px 0px auto 0px;
  padding: auto;
  color: #A39D96;
  word-break: normal;
}
.about-us {
    margin: 0 auto;
    margin-bottom: 80px;
    width:100%;
    border: 1px solid #FFF;
    padding: 30px 40px 70px 40px;
    position: sticky;
    z-index: 2;
    background-color: #FFF;
    line-height: 150%;
    word-break: normal;
}
#info{
  background-image: url(../image/16561179082_885682c319_b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  position: relative;
  height: 800px;
  width: 100%;
}
#info .panel{
  opacity: 50%;
}

button {
  font-size: 18px;
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}
button:hover {background-color: #e7e7e7;}
button:active {
	position:relative;
	top:1px;
}
