/*全站*/
/*html, body { font-family: "Microsoft JhengHei"!important; }*/

.hideobj {
  display: none;
}

body {
  color: #2a2d34;
  /*font-family: "Lato", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;*/
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

form {
  margin: 0;
}

input:focus {
  outline: none
}

a {
  color: #121212;
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  noFocusLine: expression(this.onFocus=this.blur());
}

a:hover {
  text-decoration: none;
  color: #044471;
}

a img {
  border: none;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
  text-decoration: none;
  color: #044471;
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 0;
  background-color: rgba(255, 255, 255, 1);
}

h2 {
  font-size: 28px;
  border-left: 6px solid #00ab97;
  padding-left: 12px;
  float: left;
}

#container {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.wrap {
  height: 1%;
}

.wrap:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1400px;
  text-align: left;
  padding: 0 15px;
}

/*header*/
#header {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

#header>.wrap {
  width: 1800px;
}

#company_logo {
  float: left;
  width: 20%;
}

#mainnav {
  float: right;
  /*width:70%;*/
  padding: 15px 0;
}

#main_menu {
  float: right;
}

#main_menu>li>a {
  font-size: 20px;
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  cursor: pointer;
  display: block;
}

#main_menu>li>a:hover,
#main_menu>li>a:focus,
#main_menu>li.active>a {
  background: none;
}

#main_menu>li>a {
  text-transform: uppercase;
}

.navbar-collapse {
  padding: 0;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: none;
  color: #044471;
}

#topnav {
  float: right;
  width: 10%;
  padding: 25px 0 0;
}

#topnav i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

#mainbanner {
  position: relative;
}

#mainbanner>.wrap {
  padding: 0;
}

#maincarousel {
  position: relative;
  width: 137.14%;
  margin: 0 -18.57%;
}

.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
  display: none;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
  display: none;
}

@media(max-width:600px) {

  #header {
    height: 50px;
  }

  #mainbanner {
    padding-top: 50px;
  }
}



.dropdown-menu {
  border-radius: 0;
  background: #333333;
  padding: 0;
}

.dropdown-menu li {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #242424;
}

.dropdown-menu li:first-child {
  border-top: 0px;
}

.dropdown-menu li:last-child {
  border-bottom: 0px;
}

.dropdown-menu li a {
  color: #FFF;
  padding: 3px 20px;
  font-size: 16px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: #044471;
  color: #FFF;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background: #044471;
  color: #FFF;
}


/*
.dropdown-menu{ border-radius:0; background: #333333; padding:0;}
.dropdown-menu li{border-top:1px solid #3d3d3d;border-bottom:1px solid #242424;}
.dropdown-menu li:first-child{border-top:0px;}
.dropdown-menu li:last-child{border-bottom:0px;}
.dropdown-menu li a{ color:#FFF; padding: 3px 20px; font-size:16px;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{background: #044471; color:#FFF;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{background: #044471; color:#FFF;}
.dropdown-menu li:hover .sub-menu {visibility: visible;} //no add
.dropdown:hover .dropdown-menu {display: block;}    //no add
    */
#qsearch .dropdown-menu {
  min-width: 250px;
  padding: 5px 20px
}

#qsearch .input-group {
  padding-bottom: 0;
}

#qsearch .form-control {
  background: none;
  color: #FFF;
  border: 0;
  border-bottom: 1px solid #FFF;
  box-shadow: none;
}

#qsearch .input-group-btn>.btn {
  background: none;
  border: 0;
  color: #FFF;
  font-size: 20px;
}

@media(max-width:1536px) {
  #mainnav {
    padding: 20px 0;
  }

  #main_menu>li>a {
    padding: 10px;
  }
}

@media(max-width:1366px) {
  #main_menu>li>a {
    font-size: 17px;
    padding: 10px 6px;
  }

  #topnav i {
    font-size: 20px;
  }

  #mainnav {
    padding: 15px 0;
  }
}

@media(max-width:1280px) {
  #mainnav {
    padding: 10px 0;
  }

  #company_logo {
    width: 20%;
  }

  #topnav {
    padding: 15px 0 0;
  }
}

@media(max-width:1180px) {
  #main_menu>li>a {
    font-size: 14px;
  }
}

@media(max-width:1100px) {
  #main_menu>li>a {
    padding: 10px 3px;
  }
}

@media(max-width:1000px) {
  #company_logo {
    padding: 0.5% 0;
  }
}

@media(max-width:768px) {
  #company_logo {
    width: 24%;
  }
}

@media(max-width:640px) {
  #company_logo {
    width: 28%;
    padding: 1% 0;
  }
}

@media(max-width:414px) {
  #company_logo {
    width: 40%;
  }
}

#middle {
  background: url(../images/middle_bg2.jpg) top center repeat-y;
  position: relative;
}

#middle:before {
  content: "";
  background: url(../images/middle_bgT.png) top center repeat-x;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#middle>.wrap {
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.1);
}

#sidebar {
  display: none;
}

.container_product2 #sidebar {
  display: block;
}

#content>#side_menu {
  text-align: center;
}

#content #side_menu .nav-header {
  display: none;
}

#content #side_menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

#content #side_menu li {
  display: inline-block;
  float: left;
  margin: 0 10px;
}

#content #side_menu .nav>li>a {
  color: #FFF;
  font-size: 20px;
}

#content #side_menu .nav>li>a:hover,
#content>#side_menu .nav>li>a:focus,
#content>#side_menu .nav>li.active>a {
  background: none;
  color: #96c1de;
}

.container_product_show #side_menu {
  display: none;
}

/*news選單*/
#content #side_menu #treemenu2 ul li {
  border: 1px solid #999;
  margin: 0 2px;
}

#content #side_menu #treemenu2 ul li a {
  color: #999;
  font-size: 16px;
  padding: 0 10px;
}

#content #side_menu #treemenu2 ul li a:hover {
  color: #fff;
}


#content ul li a {
  color: #fff;
}

#result {
  display: none;
}

#content {
  padding-bottom: 30px;
  min-height: 800px;
}

#content .breadcrumb {
  background: none;
  color: #7b7b7b;
  margin-bottom: 0;
}

#content .breadcrumb a {
  color: #7b7b7b;
}

#content .breadcrumb>li+li:before {
  color: #7b7b7b;
}

#content .page-header {
  padding-bottom: 0;
  margin-top: 20px;
}

#content .page-header h1 {
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 2px solid #666;
}

@media(max-width:600px) {
  #content .page-header h1 {
    font-size: 26px;
  }
}

@media(max-width:480px) {
  #content .page-header h1 {
    font-size: 22px;
  }
}

.prodesc {
  background: url(../images/product/pro-desc-bg.png) bottom right repeat-y;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: none;
}

.prodesc:after {
  content: " ";
  background: url(../images/product/pro-desc-txt-b.png) no-repeat;
  display: block;
  width: 1062px;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.prodesc .txtNormal {
  position: relative;
  z-index: 2;
}

.desc-txt {
  float: left;
  width: 50%;
  padding-right: 5%;
  color: #0f0f0f;
}

.desc-img {
  float: right;
  width: 50%;
}

.desc-img img {
  float: left;
  width: 50%;
  padding: 1%;
}

@media(max-width:1280px) {
  .prodesc:after {
    background: url(../images/product/pro-desc-txt-m.png) no-repeat;
    width: 768px;
    height: 61px;
  }
}

@media(max-width:800px) {

  .desc-txt,
  .desc-img {
    float: none;
    width: auto;
  }

  .desc-txt {
    padding-right: 0;
  }

  .desc-img img {
    width: 25%;
  }
}

@media(max-width:799px) {
  .prodesc:after {
    background: url(../images/product/pro-desc-txt-s.png) no-repeat;
    width: 600px;
    height: 48px;
  }
}

@media(max-width:640px) {
  .prodesc:after {
    background: url(../images/product/pro-desc-txt-xs.png) no-repeat;
    width: 450px;
    height: 36px;
  }

  .desc-img img {
    width: 50%;
  }
}

@media(max-width:600px) {
  .prodesc {
    padding: 20px;
  }
}

@media(max-width:480px) {
  .prodesc:after {
    background: url(../images/product/pro-desc-txt-xxs.png) no-repeat;
    width: 280px;
    height: 23px;
  }
}

@media(max-width:360px) {
  .desc-img img {
    float: none;
    width: auto;
    padding: 2% 1%;
  }
}

#pb_area,
.prochar,
.related {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

#pb_area,
#pb_area_mobile {
  padding: 30px 30px 0;
}

.prochar {
  padding: 0 30px 0;
}

.related {
  padding: 0 30px 30px;
}

#catedescA.txtNormal {
  padding-top: 30px;
}

.container_product2 #content ul.thumbnails,
.container_product3 #content ul.thumbnails,
.container_product2 #content .pagination,
.container_product3 #content .pagination {
  display: none;
}

#content .pagination>li>a {
  background: #e2e2e2;
  border: 1px solid #848484;
  color: #000;
  transition: ease .2s;
}

#content .pagination>li>a:hover,
#content .pagination>li>a:focus,
#content .pagination>li.active>a {
  background: #949494;
  border: 1px solid #808080;
}

.txtNormal {
  color: #FFF;
  padding: 30px 40px;
  overflow: auto;
  width: 100%;
}

.txtNormal a {
  font-weight: bold;
  color: #96c1de;
  text-decoration: underline;
}

#content .pshow_title,
.txtNormal h4 {
  color: #96c1de;
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  font-size: 24px;
  padding: 20px 0 0 0;
  text-transform: uppercase;
}

.txtNormal hr {
  border-bottom: 1px solid #3b3b3b;
  border-top: 0;
}

.txtNormal ul li {
  position: relative;
  padding-bottom: 0.5em;
}

.txtNormal ul li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #96c1de;
  display: block;
  position: absolute;
  left: -20px;
  top: 8px;
}

.txtNormal .text-center img {
  width: 600px;
}

#pb_area .txtNormal {
  padding: 40px 0 20px 0;
}

#pb_area_mobile .txtNormal {
  padding: 0 0 30px 0;
}

#pb_area_mobile .swiper-container {
  margin: 0;
  overflow: hidden;
}

.container_product4 .thumbnails {
  display: none;
}

@media(max-width:600px) {

  #pb_area,
  #pb_area_mobile {
    padding: 20px 20px 0;
  }

  .prochar {
    padding: 0 20px 0;
  }

  .related {
    padding: 0 20px 20px;
  }

  .prochar h4 {
    padding: 0;
  }

  .txtNormal {
    padding: 0 20px 30px;
  }

  .prochar .col-xs-6 {
    width: 100%;
  }
}

.grade {
  padding: 10px 0;
}

.grade a {
  border: 1px solid #404040;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 15px;
  width: 200px;
  text-align: center;
  margin-bottom: 0.5em;
  background: #434343;
  /* Old browsers */
  background: -moz-linear-gradient(top, #434343 0%, #333333 66%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #434343 0%, #333333 66%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #434343 0%, #333333 66%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#333333', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.grade a:hover {
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #434343 66%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333333 0%, #434343 66%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 0%, #434343 66%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#434343', GradientType=0);
  /* IE6-9 */
}

.pro-table {
  margin: 30px 0;
}

.pro-table table {
  border-bottom: 1px solid #5d5d5d;
  border-top: 2px solid #5d5d5d;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #f5f5f5;
  width: 100%;
}

.pro-table table th {
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  font-weight: normal;
  padding: 6px 12px;
  color: #f5f5f5;
  border-bottom: 1px solid #4a4a4a;
  text-align: center;
  background-color: #1b1b1b;
}

.pro-table table td {
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  padding: 6px 12px;
}

.pro-table table .trbgcolor th {
  background-color: #1b1b1b;
  vertical-align: middle;
  height: auto;
}

.pro-table table .trbgcolor th:nth-child(even) {
  /* text-align: left;*/
}

.pro-table table .trbgcolor th a:hover {
  text-decoration: underline;
}

.pro-table table .td1 {
  text-align: left;
  padding: 10px 12px;
}

.pro-table table .th-bold {
  font-weight: bold;
}

.char-img {
  padding: 20px 10px;
}

.char-img img {
  float: left;
  width: 20%;
  padding: 1%;
}

@media(max-width:640px) {
  .char-img img {
    width: 50%;
  }
}

@media(max-width:480px) {
  .grade a {
    width: 100%;
    margin-right: 0;
  }
}

@media(max-width:360px) {
  .char-img {
    padding: 10px;
  }

  .char-img img {
    float: none;
    width: auto;
  }
}

.related * {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.related .thumbnail {
  border: 0;
  position: relative;
  background: none;
  ;
}

.related ul.thumbnails {
  padding: 0;
  margin: 0;
  margin: 30px 0;
}

.related .cate-name a,
.related .cate-name-more a {
  color: #FFF !important;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  z-index: 3;
}

.related .cate-name a span,
.related .cate-name-more a span {
  display: block;
}

@media(max-width:767px) {

  .related .cate-name a,
  .related .cate-name-more a {
    font-size: 20px;
  }

  .related .cate-name a span,
  .related .cate-name-more a span {
    display: none;
  }
}

@media(max-width:480px) {
  .related .col-xs-6 {
    width: 100%;
  }
}

.listimg a img {
  opacity: 0.6;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transition: scale(1.1, 1.1);
  -ms-transition: scale(1.1, 1.1);
  -o-transition: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.listimg a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transition: scale(1.2, 1.2);
  -ms-transition: scale(1.2, 1.2);
  -o-transition: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/*about*/
.container_msg2 .slick-slide a {
  display: block;
  padding: 20px;
}

.container_msg2 .txtNormal ul li:before {
  background: none;
}

.container_msg2 .txtNormal #Competitive-Advantages ul li:before {
  background: #96c1de;
}

.com-wrap {
  padding: 10px 10px 50px 10px;
  float: left;
  width: 100%;
}

.com-wrap2 {
  float: left;
  clear: left;
  width: 100%;
}

.com-wrap .fa-caret-right {
  margin-right: 6px;
}

.timeline-block2 {
  margin: 2em 0 7.5em 0;
}

.container_msg2 .popup-gallery a {
  float: left;
  width: 11%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  margin: 0 1.5% 1% 0;
  position: relative;
}

.container_msg2 .popup-gallery a * {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.container_msg2 .popup-gallery a img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
}

.container_msg2 .popup-gallery a h3 {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.container_msg2 .popup-gallery a:hover>img,
.container_msg2 .popup-gallery a.hover>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.container_msg2 .popup-gallery a:hover figcaption,
.container_msg2 .popup-gallery a.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.container_msg2 .com-wrap2 .popup-gallery a {
  width: 100%;
  margin: 6px 0;
}

.container_msg2 .com-wrap2 .popup-gallery a img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.container_msg2 .com-wrap2 .popup-gallery a:hover>img,
.container_msg2 .popup-gallery a.hover>img,
.container_msg2 .com-wrap2 .popup-gallery a:hover>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.container_msg2 .com-wrap2 a .fa-search {
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 46%;
  left: 46%;
  font-size: 40px;
}

.container_msg2 .com-wrap2 a:hover>.fa-search {
  opacity: 0.7;
}

.cert-box {
  width: 18%;
  position: relative;
  float: left;
  margin: 0 1.5% 1% 0;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  height: auto !important;
}

.container_msg2 .txtNormal {
  overflow: hidden;
}

@media(max-width:1280px) {
  .container_msg2 .popup-gallery a {
    width: 15%;
  }

  .cert-box {
    width: 23%;
    /* height: 420px; */
  }

}

@media(max-width:1170px) {
  .cd-timeline-content {
    margin-left: 90px;
  }

  .timeline-block2 {
    margin: 2em 0;
  }

  #cd-timeline {
    margin-bottom: 0;
  }
}

@media(max-width:991px) {
  .container_msg2 .popup-gallery a {
    width: 18%;
  }

  .txtNormal {
    padding: 3% 4%;
  }

  h2 {
    font-size: 24px;
  }

  .com-wrap {
    padding: 1% 1% 5% 1%;
  }

  #content .pshow_title,
  .txtNormal h4 {
    font-size: 20px;
    padding: 14px 0 0 0;
  }

  .com-wrap p {
    font-size: 15px;
    margin: 0;
  }

  #content>#side_menu {
    display: none;
  }

  #content .page-header {
    margin-top: 10px;
  }

  .cd-timeyear {
    font-size: 24px;
  }

  .cert-box {
    width: 31%;
    /* height: 440px; */
    margin: 0 2% 1% 0;
  }
}

@media(max-width:800px) {
  .cert-box {
    /* height: 400px; */
  }
}

@media(max-width:768px) {
  .container_msg2 .popup-gallery a {
    width: 23%;
    margin: 0 2% 2% 0;
  }

  .cd-timeline-content {
    margin-left: 70px;
  }

  #cd-timeline {
    margin-bottom: 0;
    margin-top: 1em;
  }

  .cert-box {
    /* height: 380px; */
  }
}

@media(max-width:480px) {
  .container_msg2 .popup-gallery a {
    width: 31%;
  }

  #content .pshow_title,
  .txtNormal h4 {
    font-size: 19px;
    padding: 8px 0 0 0;
  }

  h2 {
    font-size: 21px;
  }

  .cd-timeyear {
    font-size: 20px;
  }

  .com-wrap p {
    font-size: 14px;
  }

  .cd-timeline-content {
    margin-left: 60px;
  }

  .cert-box {
    width: 48%;
    /* height: 330px; */
    font-size: 14px;
  }
}

@media(max-width:414px) {
  .container_msg2 .popup-gallery a {
    width: 48%;
  }

}

@media(max-width:375px) {
  .cert-box {
    /* height: 300px; */
  }
}

/*service*/
.panel-group .panel {
  border: 0;
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #96c1de;
  background-color: #4f9087;
  border-color: #4f9087;
  border-radius: 0;
}

.panel-default>.panel-heading .panel-title a {
  display: block;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  border-top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-body .row {
  padding-bottom: 20px;
}

.servicecon,
.servicecon-s {
  float: left;
  margin-right: 15px;
}

.service-video {
  float: right;
  width: 40%;
  margin-top: 3%;
}

.service-video-s {
  float: right;
}

@media (max-width: 1400px) {
  .servicecon {
    float: none;
  }

  .service-video {
    text-align: center;
    float: left;
  }
}

@media (max-width: 1010px) {
  .service-video-s {
    float: none;
  }
}

@media(max-width:767px) {
  .panel-body .col-sm-6 {
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {

  .service-video iframe,
  .service-video-s iframe {
    width: 100%;
  }

  .servicecon,
  .service-video {
    float: none;
  }

  .service-video,
  .service-video-s {
    text-align: center;
    width: 100%;
  }
}


/*grades*/
.container_msg6 .pro-table table th {
  text-align: center;
}

.container_msg6 .grade table>tbody>tr>th {
  width: 15%;
}

/*applications*/
.container_msg5 .popup-gallery a {
  float: left;
  width: 23%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  margin: 1%;
  position: relative;
}

.container_msg5 .popup-gallery a * {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.container_msg5 .popup-gallery a:before,
.container_msg5 .popup-gallery a:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-bottom: 50px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}

.container_msg5 .popup-gallery a:before {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.container_msg5 .popup-gallery a:after {
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
}

.container_msg5 .popup-gallery a img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.container_msg5 .popup-gallery a figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  z-index: 1;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.container_msg5 .popup-gallery a h3 {
  font-size: 0.8em;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.container_msg5 .popup-gallery a:hover>img,
.container_msg5 .popup-gallery a.hover>img {
  opacity: 0.7;
}

.container_msg5 .popup-gallery a:hover:before,
.container_msg5 .popup-gallery a.hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.container_msg5 .popup-gallery a:hover figcaption,
.container_msg5 .popup-gallery a.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media(max-width:991px) {
  .container_msg5 .popup-gallery a {
    width: 31%;
  }
}

@media(max-width:600px) {
  .container_msg5 .popup-gallery a {
    width: 48%;
  }
}

@media(max-width:414px) {
  .container_msg5 .popup-gallery a {
    width: 100%;
  }
}

/*news*/
.news-date {
  color: #96c1de;
  font-size: 15px;
  margin-bottom: 10px;
}

.container_msg3 p {
  font-size: 18px;
  margin: 0 0 18px 0;
  color: #ddd;
}

.container_msg3 p span,
.container_msg3 p span a {
  color: #00ab97;
}

.container_msg3 p span a:hover {
  text-decoration: underline;
}

.container_msg3 .table-container {
  background: rgba(0, 0, 0, 0.2);
  padding: 0 30px 40px 30px;
  color: #ddd;
}

.container_msg3 .table-container a {
  color: #ddd;
}

.container_msg3 .table-container th {
  background-color: #1b1b1b;
  color: #ddd;
  border: 1px solid #666;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td,
.table-bordered {
  border: 1px solid #666;
}

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #222;
}

.table-hover>tbody>tr:hover {
  background-color: inherit;
}

.news-table {
  margin: 30px 0;
}

.news-table table {
  border-bottom: 1px solid #5d5d5d;
  border-top: 2px solid #5d5d5d;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #f5f5f5;
  width: 100%;
}

.news-table table th {
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  font-weight: normal;
  padding: 6px 12px;
  color: #f5f5f5;
  border-bottom: 1px solid #4a4a4a;
  text-align: center;
  background-color: #1b1b1b;
}

.news-table table td {
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  padding: 6px 12px;
}

.news-table table .trbgcolor th {
  background-color: #1b1b1b;
  vertical-align: middle;
  height: auto;
}

.news-table table .trbgcolor th:nth-child(even) {
  /* text-align: left;*/
}

.news-table table .trbgcolor th a:hover {
  text-decoration: underline;
}

.news-table table .td1 {
  text-align: left;
  padding: 10px 12px;
}

.news-table table .th-bold {
  font-weight: bold;
}

/*contact*/
.container_contact {
  color: #FFF;
}

.container_contact .swiper-slideimg,
.container_contact .swiper-slide p {
  display: none;
}

/*.container_contact iframe { width: 1920px; height: 422px;}*/
.container_contact #side_menu {
  display: none;
}

.container_contact .container-fluid {
  margin: 3% 0;
}

.container_contact .txtNormal .col-md-4 {
  border-bottom: 1px solid #3b3b3b;
  padding: 20px 0;
}

.container_contact .txtNormal .col-md-12 {
  border-bottom: 1px solid #3b3b3b;
  padding: 20px 0;
}

.container_contact .txtNormal {
  /*white-space:nowrap;*/
}

.container_contact .txtNormal h4 {
  color: #96c1de;
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  height: 60px;
}

.container_contact .txtNormal a {
  color: #FFF;
}

.container_contact .txtNormal a:hover {
  text-decoration: underline;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 25%;
}

@media(max-width:990px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 30%;
  }
}

@media(max-width:600px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 35%;
  }
}

@media(max-width:414px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
}

@media(max-width:991px) {
  .container_contact .txtNormal h4 {
    height: auto;
  }
}

/*footer*/
#btntop {
  position: fixed;
  bottom: 2%;
  right: 1%;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #00a48f;
  background: #303030;
  color: #00a48f;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#btntop:hover {
  background: #00a48f;
  color: #FFF;
}

#footer,
#footer2 {
  background: #151515;
  color: #FFF;
  border-top: 1px solid #484848;
}

#footer a,
#footer2 a {
  color: #FFF;
}

#footer a:hover,
#footer2 a:hover {
  color: #044471;
  background: none;
}

#footer>.wrap,
#footer2>.wrap {
  width: 1800px;
}

#footer {
  padding: 50px 0;
}

#footer2 {
  border-top: 1px solid #484848;
}

#custnav {
  float: right;
  width: 30%;
}

#custnav1,
#custnav2 {
  float: left;
  width: 40%;
  margin: 0 5%;
}

#custnav1>.nav-header {
  display: none;
}

#custnav .nav-header {
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 2em;
}

#custnav1 {
  border-right: 1px solid #484848;
}

#custnav2>ul>li>ul>li>a {
  padding: 10px 0;
  line-height: 1.2em;
  color: #c9c9c9;
}

#custnav1 #cm2 {
  display: none;
}


#cominfo {
  float: left;
  width: 20%;
  color: #c9c9c9;
  font-size: 14px;
}

#cominfo a {
  color: #c9c9c9;
  font-size: 14px;
}

#cominfo li {
  display: block;
  padding-bottom: 0.5em;
}

#cominfo img {
  width: 50%;
}

#cominfo .cominfoname {
  font-size: 18px;
  color: #FFF;
}

#cominfo .cominfoadd span{
  display: block;
}


#qr {
  float: left;
  width: 20%;
  padding: 3% 0 0 5%;
}

#dun {
  float: left;
  width: 20%;
  padding: 3% 0 0 5%;
}

#footsmo {
  float: left;
}

#footsmo a {
  font-size: 20px;
  color: #5882a0;
  padding: 10px;
  display: inline-block;
  padding-top: 25px;
}

#copyright {
  float: right;
  font-size: 13px;
  text-align: center;
  padding: 10px 0 0;
}

#footlink {
  float: right;
  clear: right;
}

#footlink {
  padding: 0 0 10px;
  font-size: 13px;
}

#footlink .nav>li>a {
  padding: 0 3px;
  display: initial;
  border-left: 1px solid #555;
}

#footlink .nav>li:nth-child(1)>a {
  border-left: 0;
}

#footlink .nav>li>a:hover,
#footlink .nav>li>a:focus {
  background-color: transparent;
}


#custnav1 #cm9 {
  display: none;
}

.footer-reCAPTCHA {
    float: left;
    font-size: 13px;
    padding-top: 10px;
}

.footer-reCAPTCHA a:hover {
    color: #044471 !important;
    text-decoration: underline;
}


@media(max-width:1366px) {
  #cominfo {
    width: 40%;
  }
}

@media(max-width:1280px) {
  #custnav {
    width: 40%;
  }
}

@media(max-width:991px) {
    .footer-reCAPTCHA {
        float: right;
        clear: right;
    }
    .footer-reCAPTCHA~#copyright {
        clear: right;
    }
}

@media(max-width:960px) {

  #custnav,
  #cominfo {
    width: 50%;
  }

  #cominfo {
    position: relative;
  }

  #qr {
    position: absolute;
    left: 25%;
    bottom: 4.8%;
  }

}

@media(max-width:767px) {

  #custnav,
  #cominfo,
  #qr {
    float: none;
    width: auto;
  }

  #footer {
    padding: 30px 0;
  }

  #cominfo {
    margin-bottom: 10px;
  }

  #cominfo img {
    width: 30%;
  }

  #qr {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 2% 0;
  }
    
}

@media(max-width:700px) {

  .footer-reCAPTCHA,
  #footsmo,
  #copyright,
  #footlink {
    float: none;
    text-align: left;
  }

  #copyright {
    padding: 5px 0 0;
  }

  #footsmo a {
    padding-top: 10px;
  }

  #footlink ul {
    display: inline-block;
  }

  #footlink {
    padding: 0 0 5px;
  }
}

@media(min-width:599px) {
  #custnav .nav-header label {
    display: none;
  }

  #custnav .collapse {
    display: block;
    visibility: visible;
  }


}

@media(max-width:599px) {
  #footer {
    padding: 20px 0 0;
  }

  #custnav .nav-header label {
    display: none;
  }

  #custnav #cm9 .nav-header {
    position: relative;
  }

  #custnav #cm9 .nav-header label {
    position: absolute;
    right: 12px;
    display: inline-block;
    padding: 6px;
    top: 0;
    cursor: pointer;
  }

  #custnav1,
  #custnav2 {
    float: none;
    width: auto;
    margin: 0;
  }

  #custnav1 {
    border: 0;
  }

  #custnav li {
    border-bottom: 1px solid #484848;
  }

  #custnav .nav-header {
    padding: 5px 0;
  }

  #custnav2>ul>li:first-child {
    border: 0;
  }

  #custnav2 #cm9 {
    display: none;
  }

  #custnav1 #cm9 {
    display: block;
  }
}

.sb-site {
  padding: 0;
}

.sb-toggle-right {
  float: right;
  height: 50px;
  padding: 15px 0;
  border: 0;
  cursor: pointer;
}

.navicon-line {
  background: #000;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
}

.sb-active-right .sb-toggle-right .navicon-line:nth-of-type(3) {
  position: relative;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0px;
}

.sb-active-right .sb-toggle-right .navicon-line:nth-of-type(2) {
  display: none;
}

.sb-active-right .sb-toggle-right .navicon-line:nth-of-type(1) {
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 9px;
}

.sb-slidebar.sb-active {
  width: 100%;
  background: url(../images/left_menu_bg.jpg) center center no-repeat;
}

.sb-close {
  float: right;
  background: #02574e;
  padding: 15px;
  height: 50px;
}

/*.sb-close i{font-size: 24px; background: #12675d; padding: 10px 15px; }*/
.sb-close .navicon-line {
  background: #FFF;
}

.sb-close .navicon-line:nth-of-type(3) {
  position: relative;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0px;
}

.sb-close .navicon-line:nth-of-type(2) {
  display: none;
}

.sb-close .navicon-line:nth-of-type(1) {
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 9px;
}

#left_menu {
  z-index: 2;
}

#left_menu ul.sb-menu {
  margin-top: 50px;
  padding-left: 20px;
}

#left_menu li {
  border: 0;
}

#left_menu a {
  font-family: "Saira", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
  color: #FFF;
  cursor: pointer;
  font-weight: bolder;
  font-size: 20px;
}

#left_menu>ul>li>a {
  text-transform: uppercase;
}

#left_menu>ul>li>a:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 15px;
  background: #12675d;
  vertical-align: middle;
  margin-right: 30px;
}

#left_menu>ul>li>a:hover,
#left_menu>ul>li>a:focus,
#left_menu>ul>li.active>a {
  color: #12675d;
  background: none;
}

#left_menu>ul>li>ul>li>a:hover,
#left_menu>ul>li>ul>li>a:focus,
#left_menu>ul>li>ul>li.active>a {
  background: rgba(18, 103, 93, 0.5);
}

#left_menu .sb-submenu-active a {
  color: #FFF;
  text-transform: none;
  font-weight: bolder;
}

#left_menu .sb-submenu-active a:hover,
#left_menu .sb-submenu-active a:focus,
#left_menu .sb-submenu-active li.active a {
  background: rgba(18, 103, 93, 0.5);
}

/*search*/
#left_menu .input-group {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}

#left_menu .form-control {
  background: none;
  color: #ddd;
  border: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  width: 80%;
}

#left_menu .input-group-btn>.btn {
  background: none;
  border: 0;
  color: #ddd;
  font-size: 20px;
}

#left_menu>ul>li:nth-of-type(10) a,
#left_menu>ul>li:nth-of-type(11) a {
  font-size: 18px;
}

#left_menu>ul>li:nth-of-type(10) a:before,
#left_menu>ul>li:nth-of-type(11) a:before {
  display: none;
}

#left_menu>ul>li:nth-of-type(10) a {
  padding-bottom: 5px;
}

#left_menu>ul>li:nth-of-type(11) a {
  padding-top: 5px;
}

.container_ .page-header {
  margin: 0;
  padding-top: 30px;
}

.container_ h1 {
  margin: 0;
}

@media(max-width:1799px) {

  #header>.wrap,
  #footer>.wrap,
  #footer2>.wrap {
    width: 100%;
  }
}

@media(max-width:1399px) {
  .wrap {
    width: 100%;
  }
}

/*會員登入項目*/
#login-tabs li {
  background: none;
}

#login-tabs a {
  color: #000;
  background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
  text-decoration: underline;
  background: none;
  color: #000;
}

/**表單元素**/
fieldset.over-border {
  border: 1px solid #666 !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}

legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width: inherit;
  border-bottom: none;
  display: none;
}

fieldset>div {
  margin-top: 30px;
}

.red {
  color: #cc0000;
}

.radio-inline input[type='radio'] {
  margin-left: -20px;
  float: right;
}

.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

.help-inline {
  vertical-align: middle;
  display: inline-block;
  padding-top: 5px;
  float: left;
  padding-left: 0px;
  cursor: default;
}

.control-label {
  cursor: default;
}

.form-show .input-prepend {
  clear: both;
}

fieldset.instep-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  background: #eeeeee;
  height: 100px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px;
  /*圓角*/
  height: 100px;
  text-align: center;
}

legend.stepline-border {
  text-align: center !important;
  width: inherit;
  border-bottom: none;
}

.enlarge {
  clear: both;
}

@media only screen and (max-width : 480px) {
  .navbar-inner li {
    display: block;
    width: 100%;
  }
}

/*#header*/
/*註冊*/

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
  text-decoration: underline;
  background: none;
}

/*語言*/
#language_area ul li a {
  background: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
  background: #044471;
  color: #FFF;
}

/*--側欄--*/
#sidebar {
  padding: 10px 0px
}

#sidebar .nav-header {
  background: #eee;
  font-weight: bolder;
  padding: 8px 15px;
  font-size: 16px;
}

/*RSS*/
#rss_area a {
  text-shadow: none;
}

#rss_area a:hover {
  text-shadow: none;
}

/*--內容區--*/
/*麵包屑*/
#content .breadcrumb {
  text-shadow: none;
}

#content .breadcrumb li {
  text-shadow: none;
}

#content .breadcrumb li a {
  text-shadow: none;
  text-decoration: none;
}

#content .breadcrumb li a:hover {
  text-shadow: none;
  background: none;
  text-decoration: underline;
}

#content .breadcrumb li .divider {
  text-shadow: none;
  background: none;
}

/*個數*/
.page-header {
  border-bottom: 0;
}

/*產品頁*/

.cate-name,
.cate-name-more {
  color: #333333;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a,
.cate-name-more a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.cate-name a:hover,
.cate-name-more a:hover {
  color: #8B8682;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.pro-desc {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
}

.spec {
  height: 38px;
}

/*產品介紹頁*/
#pb_area {
  padding: 0 20% 30px 20%;
  border: 0;
  overflow: hidden;
}


.thumbnail img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}

.input-group {
  display: table;
  padding-bottom: 10px;
  width: 100%;
}

.input-group .form-control {
  margin-bottom: 0px;
}

#content .thumbnails .prodlist {
  overflow: hidden;
}

#content .thumbnails .catelist {
  height: 210px;
  overflow: hidden;
}

.listtxtspec .input-prepend {
  padding: 1px 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

#lineqty {
  width: 30%;
}

.showsmall ul {
  padding: 0 1%;
  margin: 0px;
  list-style: none;
}

.showsmall li {
  float: left;
}

.showsmall li img {
  margin: 2px;
  padding: 2px;
  width: 80px;
}

/*頁籤**/
.nav-tabs .active a {
  font-weight: bold;
}

/*訊息用*/
.msgcont {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px;
}

.msg_img_title {
  width: 30%;
}

/*尾檔*/
#footlink ul li a {
  border-radius: inherit;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
  background: none;
  text-decoration: underline;
}

/*首頁用*/
#index_msg_ul a {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul a:hover {
  background: #eee;
  padding: 8px 15px;
  font-size: 16px;
  color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel .span {
  small_class
}

.item {
  background-color: none;

  height : {
    small_height
  }

  px;
  text-align : center;

  /* Firefox, Chrome */
  line-height : {
    small_height
  }

  px;

  /* IE */
  *font-size : 180px;
  /* 200px * 0.9 = 180px */
}

#idxprocarousel img {
  vertical-align: middle;
}

#idxprocarousel .caption {
  background: #666;
  padding: 5px;
}

#idxprocarousel .caption a {
  color: #fff;
}



ul {
  list-style: none;
}

#footer .ftbar {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

ul.aboutlist {
  text-align: center;
}

ul.aboutlist li {
  display: inline-block;
  padding: 0px 50px;
  font-size: 20px;
}

ul.aboutlist li a {
  font-weight: normal;
  color: #fcfcfc;
  text-decoration: none;
}

@media(max-width:1154px) {
  ul.aboutlist li {
    padding: 0px 15px;
  }
}

@media(max-width:890px) {
  ul.aboutlist li {
    display: block;
    padding: 0px 35px 20px 0px;
  }
}

section {
  padding: 100px 0;
}

/***style for banner's arrows and pagination ****/
.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
  position: absolute;
  left: 1%;
  top: 40%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
  position: absolute;
  right: 1%;
  top: 40%;
  width: 17px;
  height: 30px;
  z-index: 99;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
  background: #fff;
}

/***style for banner's arrows and pagination end ****/

/*style for google map  2015.10.21*/
.googlemap {
  width: 100%;
  height: 12em;
}

.listimg a.btn.btn-link {
  display: initial;
}



@media(max-width:1200px) {
  #pb_area {
    padding: 0 15% 30px 15%;
  }

  .showsmall ul {
    padding: 0;
  }
}

@media(max-width:991px) {
  .hidden-xs {
    display: block !important;
  }

  .visible-xs {
    display: block !important;
  }

  .bimgarea,
  .showsmall,
  #mainnav {
    display: none !important;
  }

  #pb_area {
    padding: 0 5% 30px 5%;
  }

  #topnav {
    width: 20%;
    padding: 12px 8px 0 0;
  }

}

@media(max-width:767px) {
  .hidden-xs {
    display: block !important;
  }

  .visible-xs {
    display: block !important;
  }

  #pb_area {
    padding: 0 5% 30px 5%;
  }

}

@media(max-width:480px) {
  #pb_area {
    padding: 0 2% 30px 2%;
  }

  #topnav {
    width: 30%;
  }
}

.easyzoom-flyout img {
  max-width: inherit;
}

/*
.easyzoom.is-ready img{
	cursor:url(../images/hover_zoom.png), auto;
}*/

/* ---------------------------------------- contact ----------------------------------------  */
.container_contact .txtNormal a {
  font-weight: 400;
}

.op0 {
  opacity: 0;
}

#Award-Certificate .popup-gallery {
  display: flex;
  flex-wrap: wrap;
}