.topnavbar {
    background-color: #34b4bd;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}






/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #FFF;
    line-height: 1.3;
      font-weight: bold;
    padding: px 15px;
    font-size: 95%;
    border-right: 1px #FFF dotted;
}


#nav ul li a:hover{
  background: #a5ea41;
  color: #fff;
}

#nav ul li.current a {
      background:#a5ea41;
      color: #000;
      font-weight: 600;
}
















.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}




.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}





/*標題*/
.fcol.fcol-header {
    background: #34b4bd;
  margin-top: -70px;
}
.h1title {
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }



body.about-us .fcol.fcol-2 {    background: rgba(52,180,189,0.2);}



body.news .fcol-2  { display: none;}




/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #000;
    color: #fff;
}
#tb td a:hover {
    background: #2f8c76;
}






