/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font: 1em/1.25 Arial, Helvetica,"Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, Helvetica, Arial, Verdana, sans-serif;
  /* max-width: 1204px;
  margin: auto; */
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica,"Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, Helvetica, Arial, Verdana, sans-serif;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica,"Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, Helvetica, Arial, Verdana, sans-serif;
  -webkit-margin-before: 0;
    -webkit-margin-after: 0;
        -webkit-padding-start: 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}
/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
  cursor: pointer;
}
button:focus {outline:0;}
h3{
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited, .fancybox-button:focus, .fancybox-button:hover{
    color: #224973;
}
.fancybox-button--arrow_left .fancybox-button svg, .fancybox-button--arrow_right .fancybox-button svg {
    width: 50px;
    color: #224973;
}
.fancybox-button{
  background-color: #fff;
}
.fancybox-navigation .fancybox-button {
    height: 50px;
    padding: 0px;
    width: 50px;
    top: 48%;
    background-color: #fff;
}
/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.blockCenter{
  max-width: 1204px;
  margin: auto;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  z-index: 999;
}
.lang_btns{
  position: absolute;
  margin-top: -40px;
  /* margin-left: 1110px; */
  text-align: right;
  /* width: 100%; */
  padding-right: 25px;
  right: 0;
}
.lang_btns a{
  padding: 0 10px;
  color: #000;
  text-decoration: none;
  font-family: "Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, Helvetica, Arial, Verdana, sans-serif;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.line-break{
  display: block;
}
.navbar{
  max-width: 1204px;
  margin: auto;
  padding: .5rem .5rem 0;
}
.navshadow{
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.15);
}
.header.navshadow{
  margin-bottom: 5%;
}
.navbar-brand{
  padding-bottom: 25px;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(34,73,115, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h28M4 18h28M4 28h28'/%3E%3C/svg%3E");
}
.navbar-expand-lg .navbar-collapse {
  align-self: flex-end;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0;
  padding-left: 1.4em;
}
.navbar-expand-lg .navbar-nav .nav-link.last{
  padding-right: 1.4em;
}
.navbar-nav .nav-link{
  color: #000;
  font-size: 1em;
  padding: 0 1.1em 0 0;
  text-decoration: none;
  padding-bottom: .5em;
}
.navbar-nav .nav-link:after{
  content: '|';
  display: inline-block;
  padding-left: 1.3em;
}
.navbar-nav .nav-link.last:after{
  content: '';
  display: inline-block;
  padding-left: 0;
}
.navbar-collapse .nav-item.active a, .navbar-collapse a:hover {
  border-bottom: 18px solid #499469;
}
.disabled a.nav-link {
  color: #ccc;
  cursor: default;
}
.navbar-collapse .disabled a:hover{
  border: none;
}
.kv_bg{
  position: absolute;
  width: 100%;
  max-height: 485px;
  height: 100%;
}
#page_home .subtitle{
  color:#224973;
  font-weight: bold;
}
#page_about .kv_bg{
  max-height: 300px;
}
#page_products .kv_img{
  text-align: center;
  margin-bottom: 4%;
}
#page_products .kv_img img{
  width: 100%;
max-width: 1126px;
}
#page_about .carousel-inner img{
  width: 100%;
  /* clip-path: polygon(0 0, 100% 0, 100% 62%, 0 62%); */
}
.intro_content ul{
   list-style-type: none;
   text-align: left;
   width: 85%;
   margin:auto;
   padding-top: 3%;
   /* padding-left: 3%; */
}
.intro_content li{
  background: url('../images/point.png') no-repeat left top;
  background-size: 18px 18px;
    padding-left: 32px;
    padding-bottom: 2%;
}
#page_production .intro_content ul{
   padding-top: 5%;
}

.carousel-indicators{
  position: relative;
  margin-top: 2%;
  bottom: 0;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  margin-right: 2em;
  margin-left: 2em;
}
.carousel-indicators .active {
  background-color: #656565;
}

.intro_content{
  padding:15px 0 50px;
  text-align: center;
}

.intro_content p{
  padding: 2% 8% 1% 8%;
}

.more_content{
  padding: 0 0 60px 0;
}
.card{
  /* border-color: #224973!important; */
  border: none;
}
.card-body{
  padding: 0;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  border-top: none;
}
.card-img-top{
  border-radius: 0;
  border: 1px solid #fff;
  border-bottom: 0;
}
.card-title{
  margin-bottom: 0;
  font-size: 1em;
  padding: 0.5em 1.3em;
  color: #fff;
  background-color: #224973;
}
.card-text{
  padding:3% 5% 5% 5%;
}
.footer{
  padding: 3% 0;
}
.footer .icon1.one-row, .footer .one-row{
  display: block;
  margin: auto;
  padding-bottom: 1%;
  text-align: center;
}
.footer img{
  margin-right: 3%;
  width: 90%;
}
.footer a{
  margin: 0 3% 0 0;
}
.footer .icon1, .footer .icon2, .footer .icon3, .footer .icon4, .footer .icon5{
  /* background-image: url('../images/Bottom_icons_03.jpg'); */
  display: inline-block;
  margin-right: 3%;
}
.footer .icon1{
  width: 24%;
}
.footer .icon2{
  width: 15%;
}
.footer .icon3{
  width: 18%;
}
.footer .icon4{
  width: 16%;
}
.footer .icon5{
  width: 9%;
}

.footer .title{
  width: 70%;
  padding-bottom: 1%;
  margin: auto;
  font-size: 0.8em;
}

/* Timeline */

.timeline {
  white-space: nowrap;
  padding: 30px 0 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.entry {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 10px;
  white-space: normal;
}
.entry .timeline-year{
  display: block;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.timeline-year:after {
  content: '';
  display: block;
  background-image: url(../images/Arrow-01.png);
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  background-size: 100% 100%;
  left:46%;
}
.entry .subtitle {
  text-align: center;
  line-height: 1em;
  padding-top: 35px;
  height: 30px;
}
.timeline-bar {
  height: 1px;
  background: #000;
  position: relative;
  top: -20px;
  z-index: -1;
}
.timeline-controller{
  text-align: center;
}
.timeline-controller .timeline-arrow-prev{
  display: inline-block;
  background-image: url("../images/icon_arrow_L.png");
  width: 46px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.timeline-controller .timeline-arrow-next{
  display: inline-block;
  background-image: url("../images/icon_arrow_R.png");
  width: 46px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
}
.timeline-controller .timeline-title{
  display: inline-block;
  font-size: 24px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 0 90px;
}
.map {
  float: left;
  width: 50%;
}
.map .title {
  background-color: #499469;
  width: auto;
  padding: 4% 8% 4% 3%;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 3%;
  margin-right: 2%;
}
.map.map_baidu .title {
  padding-right: 14%;
  background-color: #2d6198;
}
.map .icon {
  display: inline-block;
  vertical-align: top;
}
.map.map_google .icon {
  margin-top: -9px;
}
.map .address {
  padding-bottom: 3%;
  line-height: 1.5em;
}
.map.map_google .address {
  padding-bottom: 5%;
}
.map .tel {
  padding-bottom: 3%;
}
.map.map_google .tel {
  padding-bottom: 5%;
}
.map .tel_block {
  padding-right: 3%;
}
.map .tel_block.fax {
  padding-left: 3%;
}
.mapholder{
  position: relative;
  width: 404px;
  height: 322px;
}
.mapholder .icon_magnifier{
  display: inline-block;
  background-color: #499469;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.map.map_baidu .mapholder .icon_magnifier{
  background-color: #2d6198;
}
.news_container .icon_magnifier {
  display: inline-block;
  background-color: #2d6198;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17%;
  cursor: pointer;
}
.maps_container.blockCenter {
  padding:0 2%;
  padding-bottom: 4%;
}
.email_container {
  padding: 0 2%;
}
.email_header {
  /* width: 84%; */
  padding-bottom: 10px;
  padding-right: 2%;
  border-bottom: solid 5px #2d6198;
}
.email_header .title {
  display: inline-block;
  width: 50%;
  float: left;
}
.email_header .address {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 2%;
}
.email_header .title .content {
  border-radius: 15px 15px 0 0;
  background: #2d6198;
  padding: 15px 20px;
  color: #fff;
}
.email_content {
  padding: 2% 2%;
  position: relative;
}
.email_content .block {
  padding-bottom: 10px;
  width: 100%;
  float: left;
}
.email_content .content_container {
  width: 80%;
}
.email_content .title {
  width:10%;
  display: inline-block;
  text-align: right;
  padding-right: 2%;
  vertical-align: top;
}
.email_content input, .email_content textarea {
  width: 90%;
  resize: none;
}
.email_content textarea{
  height: 100px;
}
.email_content button{
  border-radius: 9px;
  background: #2d6198;
  padding: 10px 35px;
  color: #fff;
  border: none;
  font-size: 1.2em;
  position: absolute;
  left: 80%;
  bottom: 19%;
  cursor: pointer;
}
#page_products.zh .img_container, #page_production.zh .img_container, #page_quality.zh .img_container {
  font-family: "Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, "Times New Roman", Times, serif;
}
#page_products .img_container, #page_production .img_container, #page_quality .img_container {
  width: 95%;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  padding-bottom:2%;
}
#page_products .img_container{
  padding-bottom:4.5%;
}
#page_products .img_container {
  width: 100%;
  max-width: 1126px;
}
#page_products .col, #page_production .col, #page_quality .col {
  padding:1px 0.5px;
  width: 25%;
  display: block;
  float: left;
}
#page_products .col{
  border: 1px solid #fff;
}
#page_products .col a{
  width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
#page_products .album{
  display: none;
}
#page_products .col.mobile, #page_production .col.mobile, #page_quality .col.mobile {
  display:none;
}
#page_products .img_container .col1, #page_production .img_container .col1, #page_quality .img_container .col1{
  background-color: #244a74;
  font-size: 1.35em;
  color: #fff;
  padding-bottom: 20.5%;
}
#page_production.zh .img_container .col1, #page_quality.zh .img_container .col1{
  font-size: 1.6em;
}
#page_products .img_container .col1{
  background-color: #527ba1;
  font-size: 1.8em;
  padding-bottom: 23.1%;
}
#page_products .img_container .col1.blue2{
  background-color: #669aa6;
}
#page_products .img_container .col1.green{
  background-color: #9bb76c;
}
#page_products .img_container .col1.blue3{
  background-color: #84bebc;
}
#page_products .img_container .col1 .col-bg, #page_production .img_container .col1 .col-bg, #page_quality .img_container .col1 .col-bg{
  position: absolute;
  height: 88%;
  width: 90%;
  background-color: #499469;
  margin: 5%;
  background-image: url(../images/Btn_play.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 92% 92%;
}
#page_products .img_container .col1 .col-bg{
  background-color:#527ba1;
  background-position: 92% 48%;
}
#page_products .img_container .col1 .col-bg.blue, #page_production .img_container .col1 .col-bg.blue, #page_quality .img_container .col1 .col-bg.blue{
  background-color: #2d6198;
}
#page_products .img_container .col1 .col-bg{
  background: none;
}
#page_products .img_container .col1.blue2 .col-bg{
  background-color: #669aa6;
  background: none;
}
#page_products .img_container .col1.green .col-bg{
  background-color: #9bb76c;
  background: none;
}
#page_products .img_container .col1.blue3 .col-bg{
  background-color: #84bebc;
  background: none;
}
#page_products .img_container .col1 .title, #page_production .img_container .col1 .title, #page_quality .img_container .col1 .title{
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0%;
}
#page_products .img_container .col1 .title{
  width: 86%;
  padding-left: 8%;
}
#page_products.zh .img_container .col1 .title{
  text-align: left;
}
#page_products .img_container .col1 .title .subtitle{
  font-family: "Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, "Times New Roman", Times, serif;
}
#page_products .img_container .col1.blue2 .title, #page_products .img_container .col1.blue3 .title, #page_products .img_container .col1.green .title{
  text-align: center;
  padding-left: 0;
  width: 100%;
}
#page_products .img_container .col1.blue2 .title{
  width: 95%;
}
#page_products.zh .img_container .col1.blue2 .title{
    text-align: right;
}
#page_products .img_container .col_img .title, #page_production .img_container .col_img .title, #page_quality .img_container .col_img .title{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
  width: 100%;
  text-align: left;
  height: auto;
  font-size: 1.1em;
  padding-left: 7%;
  padding-top: 4%;
  padding-bottom: 4%;
  margin-left: 1px;
}

.img_container a{
  font-family: "Times New Roman", Times, serif;
}
#page_products.zh .img_container a, #page_production.zh .img_container a, #page_quality.zh .img_container a{
  font-family: "Microsoft JhengHei", 微軟正黑體, MHei, SimHei, foco_corplight, STHeiti, "Times New Roman", Times, serif;
}
#page_products .img_container .col_img.sp .title{
  color: #393939;
  background: none;
  background-color:#c9dae4;
  top:0px;
  bottom: auto;
  text-align: left;
  padding-left: 7%;
  width: 99%;
  opacity: 1;
}
#page_products .img_container .col_img .title{
  color: #393939;
  background: none;
  background-color:#fff;
  opacity: 0.8;
  text-align: center;
  padding-left: 0;
  width: 99%;
}
#page_products .img_container .col_img .col-bg, #page_production .img_container .col_img .col-bg, #page_quality .img_container .col_img .col-bg{
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#page_products .img_container .col_img .col-bg{
  border: 8px solid #c9dae4;
}
#page_products .img_container .col img, #page_production .img_container .col img , #page_quality .img_container .col img {
  width: 100%;
}
#page_products .img_container .topbar_sep{
  width: 99%;
  background-color: #dadbdd;
  height: 30px;
  position: relative;
  margin-bottom: 1px;
}
 #page_products .img_container .bottombar_sep{
  width: 100%;
  background-color: #dadbdd;
  height: 30px;
  position: relative;
  margin-top: 1px;
}
#page_products .img_container .topbar_sep .line{
  width: 100%;
  height: 3px;
  background-color: #c2c4c7;
  top: 4px;
  position: absolute;
}
#page_products .img_container .bottombar_sep .line{
  width: 100%;
  height: 3px;
  background-color: #c2c4c7;
  bottom: 4px;
  position: absolute;
}

#page_news .news_block {
  padding: 0 0 0 0;
}
#page_news .news_block:after{
  /* border: 1px solid rgba(0,0,0,.1); */
  content: " ";
  display: block;
  height: 1px;
  background: rgba(0,0,0,.1);
  width: 95%;
  margin-top: 2%;
  margin-bottom: 2%;
  /* left: 100%; */
}
#page_news .news_block.hideline:after{
  /* border: 1px solid rgba(0,0,0,.1); */
  display: none;
  /* left: 100%; */
}
#page_news .news_container {
  padding: 0 2% 5%;
}
#page_news .img_block, #page_news .content {
  width: 47%;
  float: left;
}
#page_news .imgL, #page_news .imgR{
  width: 50%;
  /* float: left; */
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#page_news .date {
  background-color: #499469;
  color: #fff;
  padding: 5% 5% 13%;
  font-size: 1.7em;
  font-family: "Times New Roman", Times, serif;
  margin-right: 1px;
}
#page_news .imgR img {
  width: 89%;
}
#page_news .imgL .thumbnail_block{
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#page_news .imgL img {
  width: 50%;
  border: 1px solid #fff;
  display: inline-block;
  float: right;
}
#page_news .content h3 {
  text-align: left;
  padding-bottom: 3%;
  font-size: 1.1em;
  padding-top: 3%;
}
#page_news .content p {
  line-height: 1.5em;
}
#news_pagination {
  padding-bottom: 5%;
}
#page_news a.page-link {
  text-decoration: none;
  border: none;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5em;
  padding: .5rem 1rem;
  font-weight: bold;
}
#page_news a.page-link.active {
  color: #2d6198;
}

.page-item .icon_arrow_L{
  display: inline-block;
  background-image: url("../images/icon_arrow_L.png");
  width: 28px;
  height: 12px;
  background-size: 100% auto;
  cursor: pointer;
  background-repeat: no-repeat;
}
.page-item .icon_arrow_R{
  display: inline-block;
  background-image: url("../images/icon_arrow_R.png");
  width: 28px;
  height: 12px;
  background-size: 100% auto;
  cursor: pointer;
  background-repeat: no-repeat;
}
.page-item .icon_arrow_L.disabled, .page-item .icon_arrow_R.disabled{
  opacity: .5;
}
#page_news a.page-link:hover{
  background-color: #fff;
}

@media only screen and (max-width: 1204px) {
  .navbar-brand img{
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link.last{
    padding-right: 1em;
  }

  .navbar-nav .nav-link:after{
    padding-left: 1.1em;
  }
  .navbar-brand {
    margin-right: 0;
    width: 195px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
  }
  .lang_btns {
    margin-top:-30px;
  }
  .kv_bg{
    display: none;
  }
  .footer img {
    width: 80%;
  }
  .footer {
    padding: 3% 0;
    text-align: center;
  }
  .footer .icon1, .footer .icon2, .footer .icon3, .footer .icon4, .footer .icon5{
    /* width: 25%; */
  }
}

@media only screen and (max-width: 991px){
  .mobile-br{
    display: block;
  }
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .lang_btns {
    margin-top: -10%;
    font-size: 1.5em;
    padding-right: 70px;
  }
  .lang_btns a{
    color: #224973;
    padding: 0 10px;
  }
  .navbar-nav .nav-link:after{
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    background: #499469;
    /* width: 100%; */
    /* left: 100%; */
    /* top: calc(50% - 2px); */
  }
  .navbar{
    padding:0;
  }
  .navshadow {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
  }

    .header.navshadow{
      margin-bottom: 5%;
    }
  .navbar-brand {
    width: 30%;
    padding-bottom: 3%;
    /* padding: .5rem .8rem; */
    padding-left: 2%;
    padding-top: 2%;
  }
  .navbar-brand img {
    width: 100%;
  }
  .navbar-collapse .nav-item a,  .navbar-collapse .nav-item.active a, .navbar-collapse a:hover{
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #499469;
    text-align: center;
  }
  .navbar-collapse .nav-item.active a{
    opacity: .7;
  }
  .navbar-collapse .disabled a:hover{
    border-bottom: 1px solid #fff;
  }
  .navbar-nav .nav-link {
    color: #000;
    font-size: 1.3em;
    padding: .8em;
    text-decoration: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link.last {
    border: none;
    padding-right: .5em;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5em;
  }
  .timeline_container .entry img{
    width: 100%;
  }

  .maps_container.blockCenter {
    padding: 0 2%;
  }
  .map {
    float: none;
    display: block;
    width: 100%;
    padding-bottom:10%;
  }
  .mapholder {
    position: relative;
    padding-right: 85%;
    width: 85%;
    overflow: hidden;
    /* height: auto; */
  }
  .mapholder .mapimg{
    width: 100%;
    margin-top: -10%;
  }
  .map_header {
    float: left;
    width: 30%;
  }
  .map .title {
    width: 100%;
    padding: 10% 8% 10% 10%;
  }
  .map_content {
    float: left;
    width:48%;
    padding-left: 2%;
  }
  .map .address , .map.map_google .address {
    padding-bottom: 1%;
  }
  .map .tel_block {
    display: block;
  }
  .map .line {
    display: none;
  }
  .map .tel_block.fax {
    padding-left: 0;
  }
  .mapholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .map .icon {
    display:none;
  }
  .email_content .title {
    width:15%;
    display: block;
    text-align: left;
  }
  .email_content .block {
    float: none;
    width: 100%;
  }
  .email_content button {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .email_content {
    padding-bottom: 5%;
  }
  .email_content .content_container {
    width: 100%;
  }
  .email_content input, .email_content textarea {
    width: 100%;
  }
  .line-break {
    display: inline;
  }
  .map .address, .map.map_google .address {
    padding-bottom: 3%;
    font-size: .9em;
    line-height: 1.2em;
  }
  .map .tel {
    font-size: .9em;
  }
  #page_products .col ,  #page_production .col , #page_quality .col {
    width: 33%;
    display: block;
    float: left;
  }
  #page_products .img_container .col1 , #page_production .img_container .col1 , #page_quality .img_container .col1 {
    font-size: 1em;
    padding-bottom: 27%;
    line-height: 1.1em;
  }
  #page_products .img_container .col1{
    padding-bottom: 30.4%;
  }
  #page_products .col.mobile, #page_production .col.mobile, #page_quality .col.mobile {
    display: block;
  }
  #page_products .col.desktop, #page_production .col.desktop, #page_quality .col.desktop {
    display: none;
  }
  #page_products .img_container, #page_production .img_container, #page_quality .img_container {
    width: 95%;
    padding-bottom: 5%;
  }
 #page_production .img_container .col1 .title, #page_quality .img_container .col1 .title {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  #page_products .img_container .col1 .title, #page_production .img_container .col1 .title, #page_quality .img_container .col1 .title {

    font-size: 1.5em;
    line-height: .95em;
  }
  #page_products.zh .img_container .col1 .title, #page_production.zh .img_container .col1 .title, #page_quality.zh .img_container .col1 .title {
    font-size: 1em;
    line-height: 1.1em;
  }
  #page_products.zh .img_container .col1 .title{
    font-size: 1.6em;
    line-height: 1.4em;
  }
  #page_products .img_container .col1 .title.double,  #page_production .img_container .col1 .title.double, #page_quality .img_container .col1 .title.double {
    /* font-size: 1.2em; */
    /* line-height: 1.5em; */
    top: 30%;
    font-size: 1.5em;
    line-height: .95em;
  }
  #page_products .img_container .col1 .title.long-word,  #page_production .img_container .col1 .title.long-word, #page_quality .img_container .col1 .title.long-word {
    top: 40%;
  }
  #page_products .img_container .col_img .title,  #page_production .img_container .col_img .title, #page_quality .img_container .col_img .title {
    font-size: 1.1em;
    line-height: 1.3em;
    padding-right: 1%;
  }
  #page_products .img_container .col_img .col-bg,  #page_production .img_container .col_img .col-bg, #page_quality .img_container .col_img .col-bg {
    border: 5px solid #fff;
  }
  #page_products .img_container .col_img .col-bg{
    border: 5px solid #c9dae4;
  }
  #page_products .img_container .col1 .col-bg,  #page_production .img_container .col1 .col-bg, #page_quality .img_container .col1 .col-bg {
    background-size: 28%;
  }
  #page_news .content {
    width:64%;
  }
  #page_news .news_block {
    padding:0;
  }
  #page_news .img_block{
    width: 36%;
  }
  #page_news .news_container {
    padding: 0 3% 5%;
  }
  #page_news .imgL .thumbnail_block {
    display: none;
  }
  #page_news .imgL, #page_news .imgR {
    width: 92%;
    display: block;
  }
  #page_news .imgR img {
    width: 100%;
  }
  .news_container .icon_magnifier {
    left: unset;
    right: 0;
  }
  #page_news .news_block:after {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  #page_news .date {
    margin-right: 0;
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .lang_btns {
    margin-top: -10.5%;
    font-size: 1.5em;
    padding-right: 90px;
  }
    .header.navshadow{
      margin-bottom: 10%;
    }
  .carousel-indicators li {
    margin-right: 5%;
    margin-left: 5%;
  }
  .intro_content p {
    padding: 4% 5% 2% 5%;
  }
  .intro_content {
    padding: 0% 0 3%;
  }
  .card-deck{
    flex-flow: column;
  }
  .card-deck .card {
    /* border-color: #224973!important; */
    border: none;
    display: block;
    padding: 3% 0;
  }
  .card-deck .card-img-top {
    border-radius: 0;
    border-bottom: 0;
    float: left;
    width: 55%;
    border: none;
  }
  .card-deck .card-body {
    padding: 0;
    border-radius: .25rem;
    border-top: none;
    float: left;
    width: 45%;
    border: none;
  }
  .card-deck .card-title {
    font-weight: bold;
  }
  .card-deck .card-text {
  }
  .more_content {
    padding: 0 4% 5% 4%;
  }
  .timeline-controller .timeline-title {
    font-size: 1.8em;
    padding: 0 10%;
  }
  .timeline-bar{
    margin-bottom: 10%;
    left: 50%
  }

  .mapholder .mapimg{
    margin-top: 0;
  }
  .footer img {
    width: 100%;
  }
  .footer .icon1 {
    width: 35%;
    padding-bottom: 5%;
  }
  .footer .icon2 {
    width: 21%;
  }
  .footer .icon3 {
    width: 26%;
  }
  .footer .icon4 {
    width: 24%;
  }
  .footer .icon5 {
    width: 15%;
  }
  .footer .icon1, .footer .icon2, .footer .icon3, .footer .icon4, .footer .icon5 {
    margin-right: 5%;
    margin: 2% 1%;
  }
  .footer .title{
    width: 95%;
    font-size: .8em;
    text-align: left;
    margin: auto;
  }
  .line-break {
    display: inline;
  }
  .email_header {
    font-size: .9em;
  }
  .email_header .title {
    width: auto;
  }
  .email_header .title .content {
    padding: 15px 15px;
  }
  .email_header .address {
    width: 50%;
    padding-right: 0;
  }
  #page_products .img_container .col_img .title, #page_production .img_container .col_img .title, #page_quality .img_container .col_img .title {
    font-size: .9em;
    padding-right: 1%;
    line-height: 1.1em;
  }

  #page_products.zh .img_container .col1 .title{
    font-size: 1.2em;
    line-height: 1.2em;
  }
  #page_production.zh .img_container .col1 .title.long-word, #page_quality.zh .img_container .col1 .title.long-word {
    font-size: .8em;
  }
  #page_products .img_container .col1 .title.long-word,  #page_production .img_container .col1 .title.long-word, #page_quality .img_container .col1 .title.long-word {
    font-size: .8em;
    top: 40%;
  }
  #page_news .date {
    font-size: 1.1em;
  }
  #page_news .content h3 {
    font-size: .9em;
  }
  #page_news .content p {
    font-size: .8em;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 512px) {
  .lang_btns {
    margin-top: -14%;
    font-size: 1.3em;
    padding-right: 60px;
  }
  .lang_btns a{
    padding: 0 5px;
  }
  .navbar-brand{
    width: 45%;
    /* padding-bottom: 5%; */
  }
  .intro_content {
    padding: 3% 0 10%;
  }
  .card-deck .card-title {
    font-size: .8em;
    padding: 0.5em 0em .3em .8em;
    vertical-align: middle;
    font-weight: bold;
  }
  .card-deck .card-text {
    padding: 0.5em 0 .5em .8em;
    font-size: .8em;
  }
  .timeline-bar{
    margin-bottom: 0;
  }
  .more_content {
    padding: 0 4% 5% 4%;
  }
  .map_header {
    float: left;
    width: 37%;
    font-size: .8em;
  }
  .line-break {
    display: inline;
  }
  .email_header {
      font-size: .8em;
  }
    #page_production.zh .img_container .col1 .title, #page_quality.zh .img_container .col1 .title {
      font-size: .65em;
    }
  #page_products .img_container .col_img .title,  #page_production .img_container .col_img .title,  #page_quality .img_container .col_img .title {
    font-size: .8em;
    line-height: 1em;
  }
  #page_products .img_container .col1 .title, #page_production .img_container .col1 .title, #page_quality .img_container .col1 .title {
    font-size: 1em;
  }
    #page_products .img_container .col1 .title.double,  #page_production .img_container .col1 .title.double, #page_quality .img_container .col1 .title.double {
      /* font-size: 1.2em; */
      /* line-height: 1.5em; */
      top: 30%;
      font-size: .9em;
      line-height: 1.2em;
    }
  #page_products .img_container .col1,#page_production .img_container .col1, #page_quality .img_container .col1 {
    font-size: .8em;
    line-height: 1.1em;
  }
}
  @media only screen and (max-width: 320px) {

  #page_production.zh .img_container .col1 .title, #page_quality.zh .img_container .col1 .title {
    font-size: .5em;
  }
}
