.col-md-12{
  background: #FFF;
  box-shadow: 0 10px 30px hsl(0, 0%, 59%);
}
/* #wrap{
  background: #f8f8f8;
  box-shadow: 0 10px 30px #969595;
  margin-bottom: 20px;
} */
#btnSend:hover{
  background: rgb(223, 155, 54);
}
/* about */
.about{
  position: relative;
  margin-bottom: 3%;
}
#logo_ab{
  position: absolute;
  width: 40%;
  margin-left: 30%;
}
.title h4{
  color: #7c4f1b;
  position: relative;
  margin: 3% 0;
  font-size: 18pt;
  font-weight: bold;
}
.about .warehouse_img {
  margin: auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
.title h4::before{
  content: '';
  position: absolute;
  background: #000000;
  display: block;
  width: 10px;
  top: -40%;
  left: 45%;
  height: 10px;
}
.title h4::after{
  content: '';
  position: absolute;
  background: #000000;
  display: block;
  width: 25px;
  top: 120%;
  left: 53%;
  height: 10px;
}
/* .about .slogan{
  padding: 3% 2%;
  text-align: center;
  font-weight: bold;
  font-size: 11pt;
  line-height: 15pt;
  color: #6d310e;
  position: relative;
} */
.about p{
  font-size: 12pt;
  line-height: 25pt;
  text-indent: 1.5em;
  text-align: justify;
  padding: 0 5%;
  font-family: "微軟正黑體";
}
.about_txt{
  background: #dbdada80;
  border-radius: 30px;
  padding: 5%;
  border-bottom: 3px solid #9b9999;
}
@media (max-width:768px){
  .about .warehouse_img {
    margin: auto;
    display: block;
    justify-content: center;
    align-content: center;
  }
  .about{
    position: relative;
    margin-bottom: 0px;
    padding: 5% 0;
  }
  #logo_ab{
    position: static;
    width: 40%;
    margin-left: 30%;
  }
  .title h4{
    position: relative;
    margin: 20px 0;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .title h4::before{
    content: '';
    position: absolute;
    background: #000000;
    display: block;
    width: 10px;
    top: -40%;
    left: 28%;
    height: 10px;
  }
  .title h4::after{
    content: '';
    position: absolute;
    background: #000000;
    display: block;
    width: 25px;
    top: 120%;
    left: 63%;
    height: 10px;
  }
}
/* warehouse */
.warehouse_txt{
  margin-top: 40%;
  position: relative;
  z-index: 111111;
}
.warehouse_txt::after{
  position: absolute;
  margin-top: 40%;
  background: #dadada56;
  content: '';
  top: -180px;
  left:-200px;
  display: block;
  width: 600px;
  height: 200px;
}
.warehouse img{
  border-radius: 20px;
}
.warehouse_img{
  margin:  auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
.warehouse_img img{
  transition: all .3s linear;
  opacity: .6;
}
.warehouse_img img:hover{
  transform: scale(1.2);
  border-radius: 20px;
  opacity: 1;
}
.warehouse p{
  font-size: 12pt;
  line-height: 25pt;
  font-weight: bold;
  text-indent: 1.5em;
  text-align: justify;;
  margin-left: -80px;
  font-family: "微軟正黑體";
}
.img_block{
  margin: 20px;
  overflow: hidden;
  border-radius: 20px;
  width:auto;
  padding: 10px;
  height:auto;
}
@media (max-width:768px){
  .warehouse_img{
    margin:  auto;
    display: block;
    justify-content: center;
    align-content: center;
  }
  .warehouse_txt::after{
    position: absolute;
    margin-top: 40%;
    background: #dadada56;
    content: '';
    top: -180px;
    left:-200px;
    display: block;
    width: 600px;
    height: 240px;
  }
  .warehouse{
    position: relative;
    margin-bottom: 0px;
    padding: 5% 0;
  }
  .warehouse img{
    border-radius: 5px;
  }
  .img_block{
    margin: 10px;
    overflow: hidden;
    border:none;
    border-radius: 20px;
    width:auto;
    padding: 10px;
    height:auto;
  }
  .warehouse_img{
    display: auto;
  }
  .warehouse_img img{
    transition: all .3s linear;
    transform: scale(1.2);
    opacity: 1;
  }
  .warehouse_txt{
    margin-top: 3%;
    position: relative;
    z-index: 111111;
  }
  .warehouse p{
    padding: 0 2%;
    font-size: 12pt;
    line-height: 20pt;
    font-weight: bold;
    text-indent: 1.5em;
    text-align: justify;;
    margin-left: 0px;
    font-family: "微軟正黑體";
  }
}

/* libbey */
.libbey .photo img{
  border-radius: 20px;
}
.libbey_txt{
  padding: 0 10%;
  text-align: justify;
  margin: 5% 0;
}
.libbey_txt h3{
  color: #7c4f1b;
  font-weight: bold;
}
.libbey_txt p{
  font-size: 12pt;
  line-height: 25pt;
  text-align: justify;
  padding: 1% 2%;
  font-family: "微軟正黑體";
}
.libbey_txt_center h3{
  margin-top: 5%;
  color: #7c4f1b;
  font-weight: bold;
  position: relative;
}
.libbey_txt h3::after{
  content: '';
  display: block;
  background: #7c4f1b;
  width: 400px;
  height: 3px;
}
.libbey_txt_center p{
  font-size: 12pt;
  line-height: 25pt;
  text-align: center;
  padding: 2% 10%;
  font-family: "微軟正黑體";
}
.libbey_txt_center h3::after{
  position: absolute;
  content: '';
  display: block;
  left:32%;
  top:130%;
  background: #7c4f1b;
  width: 400px;
  height: 3px;
}
.title img{
  margin: 5% auto;
}
#img_radius{
  border-radius: 50px;
  box-shadow: 0 5px 10px #969595;
  margin-bottom: 5%;
}
/* .item_inner:hover .photo{
  transform: translateY(-50px);
} */
.item_inner:hover span{
  transform: translateY(-40px);
}
.photo{
  margin: 0 auto;
  overflow: hidden;
  transition: all .3s linear;
}
.photo img{
  height: auto;
}
.item_inner{
  margin: 5%;
  overflow: hidden;
  position: relative;
}
/* .item_inner span a{
  color: #fff;
}
.item_inner span a:hover{
  color: rgb(255, 236, 211);
} */
.item_inner span{
  text-align: center;
  transition: all .3s linear;
  position: absolute;
  top:210px;
  line-height: 25pt;
  background: #00000049;
  color: #fff;
  width: -webkit-fill-available;
  height: 40px;
  display: none;
}

.img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=83f32f52fe67413b8622ae0afe2e2e02"),#000000;
  background-size: contain;
  background-repeat: no-repeat;
  height: 800px;
}
.libbey_img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=7d02fd99ec08407da5a20789e8c1a85a");
  background-size:cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}
@media (max-width:768px){
  .libbey .photo img{
    height: 100px;
  }
  .libbey_txt p{
    font-size: 12pt;
    line-height: 25pt;
    text-align: justify;
    padding: 1% 0%;
    font-family: "微軟正黑體";
  }
  .libbey_txt h3::after{
    content: '';
    display: block;
    background: #7c4f1b;
    width: 80%;
    height: 3px;
  }
  .libbey_txt_center h3::after{
    position: absolute;
    content: '';
    display: block;
    left:12%;
    top:130%;
    background: #7c4f1b;
    width: 210px;
    height: 3px;
  }
  #img_radius{
    border-radius: 20px;
    box-shadow: 0 5px 10px #969595;
    margin-bottom: 5%;
  }

  .libbey_img_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=7d02fd99ec08407da5a20789e8c1a85a");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: none;
  }
}
/* master */
.master_img img{
  margin:5%;
  border-radius: 50px;
  box-shadow: 0 5px 20px #969595;
}
.master iframe{
  height: 400px !important;
}
.master_txt p{
  font-size: 12pt;
  line-height: 25pt;
  text-align: justify;
  padding: 1% 10%;
  font-family: "微軟正黑體";
}
.master_txt h3{
  margin-left: 10%;
  color: #7c4f1b;
  font-weight: bold;
}
.master_txt{
  margin-top: 20%;
  text-align: justify;
}
.master_txt h3::after{
  content: '';
  display: block;
  background: #7c4f1b;
  width: 400px;
  height: 3px;
}
.master_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=8e062262546345f9bc03712fcc099cc6");
  background-size:cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}
@media (max-width:768px){
  .master iframe{
    height: 300px !important;
  }
  .master_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=8e062262546345f9bc03712fcc099cc6");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: none;
  }
  .master_img img{
    border-radius: 20px;
    box-shadow: 0 5px 20px #969595;
    margin-left: 0% !important;
  }
  .master_txt h3::after{
    content: '';
    display: block;
    background: #7c4f1b;
    width: 90%;
    height: 3px;
  }
}
/* Royal */
#Royal_iframe{
  margin-left: -15%;
}
.Royal_img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=c24aff15c7434767b29b3683662ed10e");
  background-size:cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}
@media (max-width:768px){
  .Royal .container{
    margin-bottom: 5%;
  }
  .Royal .item_inner .photo img{
    min-height: 200px;
  }
  .col-xs-6{
    max-height: 200px;
  }
  #Royal_iframe{
    height: 300px !important;
    margin-left: 0%;
    margin-top:-10%;
    width: 100%;
  }
  .title img{
    padding-top: 5%;
  }
  .Royal_img_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=c24aff15c7434767b29b3683662ed10e");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: none;
  }
}
/* Syracuse */
.syracuse .row_bg img{
  margin:10px auto;
  border-radius: 20px;
  box-shadow: 0 5px 20px #9b9999;
}
.syracuse .container{
  padding-bottom: 2%;
}
.syracuse .img_bg{
  display: flex;
}
.syracuse .img_bg img{
  margin: 10px;
}
@media (max-width:768px){
  .syracuse .world_img{
    margin: 5%;
  }

}
/* Traex */
.traex_txt h3{
  text-align: justify;
  color: #7c4f1b;
  font-weight: bold;
}
.traex_txt p{
  font-size: 12pt;
  line-height: 25pt;
  text-align: justify;
  padding: 1% 2%;
  font-family: "微軟正黑體";
}
.traex_txt h3::after{
  content: '';
  display: block;
  background: #7c4f1b;
  width: 400px;
  height: 3px;
}
.traex_txt ul{
  text-align: justify;
}
.traex_txt ul li{
  list-style: none;
  font-size: 12pt;
  line-height: 20pt;
}

@media (max-width:768px){
  .traex_txt ul{
    padding: 0px;
  }
}
/* crisa */
.crisa_img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=2b267f0d1792424d8aac18c6bd92ce43");
  background-size:cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}
.crisa .photo{
  margin: 0 auto;
  overflow: hidden;
  transition: all .3s linear;
}
.crisa .photo img{
  height: auto;
}
.crisa .item_inner{
  margin: 5%;
  overflow: hidden;
  position: relative;
}
.crisa .item_inner span a{
  color: #fff;
}
.crisa .item_inner span a:hover{
  color: rgb(255, 236, 211);
}
.crisa .item_inner span{
  text-align: center;
  transition: all .3s linear;
  position: absolute;
  top:290px;
  line-height: 25pt;
  background: #00000049;
  color: #fff;
  width: -webkit-fill-available;
  height: 40px;
  display: none;
}
@media (max-width:768px){
  .crisa_img_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=2b267f0d1792424d8aac18c6bd92ce43");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: none;
  }
}
/* crisal */
.crisal iframe{
  height: 425px !important;
  margin-left: -5%;
}
.crisal .item_inner{
  margin-top: 30%;
}
.crisal_img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=08f59ff350d84d319cc47c129771d42d");
  background-size:cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}
@media (max-width:768px){
  .crisal_img_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=08f59ff350d84d319cc47c129771d42d");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: none;
  }
  .crisal iframe{
    height: 300px !important;
    margin-left: 0%;
  }
  .crisal .item_inner{
    margin-top: 0%;
  }
  .crisal .item_inner .photo:nth-child(2) img{
    margin-top: 10%;
  }
}
/* world */
.world_img{
  display: flex;
  justify-content: center;
  margin-left: 5%;
  margin-bottom: 5%;
  transition: all .3s linear;
}
.world_img .img_inner{
  overflow: hidden;
  margin-left: -5%;
  transition: all.3s linear;
  box-shadow: 0 5px 20px #969595;
}
.world_img .img_inner:nth-child(2){
  overflow: hidden;
  transform: translateY(-20px);
  box-shadow: 0 5px 20px #969595;
}
.world_img_bg{
  background: url("http://rawpanel.com/N2ISC/image.aspx?id=311815836ace4adbb99e3ce0d3c5b18c");
  background-size:auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 300px;
}
.row_bg img{
  border-radius: 20px;
  box-shadow: 0 5px 20px #9b9999;
  margin: 5px;
}
@media (max-width:768px){
  .world_img_bg{
    background: url("http://rawpanel.com/N2ISC/image.aspx?id=311815836ace4adbb99e3ce0d3c5b18c");
    background-size:contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 300px;
    z-index: -1111;
  }
}

/* service */
.service p{
  margin-top: 20%;
  font-size: 12pt;
  line-height: 25pt;
  font-weight: bold;
  text-align: left;
  font-family: "微軟正黑體";
}
.service{
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 2%;
}
@media (max-width:768px){
  .service{
    position: relative;
    margin-bottom: 0px;
    padding: 5% 0;
  }
    .service p{
      margin-top: 0%;
      margin-left: 0%;
      font-size: 12pt;
      line-height: 25pt;
      text-align:center;
      font-weight: bold;
      font-family: "微軟正黑體";
    }
    .left{
      float: none !important;
    }
    .right{
      float: none !important;
    }
    .brand_txt h3{
      font-size: 13pt !important;
      color: #7c4f1b;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: 2px solid #7c4f1b;
    }
  }

/* brand */
  .brand_txt{
    padding: 0 10%;
    text-align: left;
    margin: 5% 0;
  }
  .brand_txt h3{
    font-size: 15pt;
    color: #7c4f1b;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #7c4f1b;
  }
  .brand_txt p{
    font-size: 12pt;
    line-height: 25pt;
    text-align: justify;
    padding: 1% 2%;
    font-family: "微軟正黑體";
  }
  .left{
    float: left;
  }
  .right{
    float: right;
  }
  .title{
    font-size: 23pt;
    font-weight: bold;
    margin: 3% 0;
    margin-bottom: 5%;
  }
  .brand row{
    padding: 2% 0px;
  }