.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}




#nav ul li.current a {color: #2b2b2b;}

#nav ul li a { color: #a7a7a7;}


#nav ul li a:hover {color: #95949a;}



/*BANNER*/

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}




/*網站字體間距*/


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}




/*標題*/


.h1title {
    color: #fff;
    background-color: #222;
    border-radius: 30px;
    margin-top: -20px;
}



/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }





/*產品格*/

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);
}


body{
background-image : url(https://static.iyp.tw/2648/files/478469be-4b6a-4c4f-8457-ef9b0935f027.jpg);
background-repeat : repeat; 
background-attachment : fixed;
}





