/*頁籤*/

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #dfe2c0;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}




#nav {background: #fbfbfa;}
#nav ul li.current a {color: #545454; background: #dddddc;}
#nav ul li a:hover {color: #545454; background: #dddddc;}
#nav ul li a { color: #999999;}




/*BANNER*/

.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;}



.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}



/*產品頁編輯框*/

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.about-us .fcol.fcol-2 {    background: rgba(0,0,0,0.1);}
body.about-us .fcol.fcol-3 {   display:none;}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}


/*聯絡*/

body.contact-us .fcol.fcol-2 {    background: rgba(211,211,211,0.1);}






