.topnavbar {
    background-color: #000;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}




.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}





.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



body.about-us .fcol.fcol-1 {   margin-top: -85px;  }
body.about-us .fcol.fcol-1 {    background: rgba(212,220,227,0.5);}
body.about-us .h1title{display:none;} 
body.about-us .fcol-3 {
    background:  url(https://static.iyp.tw/41593/files/9801a72a-593a-4c03-b685-fbe7f12d79db.png)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us #footer { margin-top: -40px;}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}



ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(57,74,84,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(57,74,84,0.3);
}






/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}

.row1 [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row1 [class^="col-"] img:hover {
    opacity:0.55;
}








/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #000;
    color: #fff;
}
#tb td a:hover {
    background: #777;
}