/*頁籤*/

.topnavbar {
    background-color: #FFF;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



#nav ul li.current a {color: #575757;}

#photoLogo {width: 100%;}


#nav ul li a {color: #adadad;}


#nav ul li a:hover {color: #95949a;}





/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


/*響應式欄位手機板不破版*/

@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}





/*BANNER*/

.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: #fff;
    background-color: #5d9102;
    border-radius: 30px;
    margin-top: -20px;
  text-align: center;
}




/*網站字體間距*/


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}





/*產品格*/

ul.product-list li a:hover {
    color: #000;
    background-color: rgba(249,253,242,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(223,223,223,0.3);
}



/*關於*/

body.about-us .fcol-2 {
    background: #fbfbfb url(https://static.iyp.tw/409524/files/cd9ccaa2-1664-4f17-8d53-830d5881f4db.png)NO-repeat bottom;
    background-attachment: fixed;
  background-size: cover;

}



body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409524/files/81b9c409-e213-48ef-b485-d950a62038d4.png)NO-repeat bottom;
  background-size: cover;

}

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(245,249,239,0.8);}

body.contact-us #footer { margin-top: -40px;}




/*footer*/

#footer {
    color: #4d4d4d;
    background-color: #dfdfdf;
}


#footer a:hover {color: #4d4d4d;}

#contact-info ul li span {color: #4d4d4d;}



.contact-row h5 {color: #696969;}


#foot-nav {border-bottom: 1px solid #d1d1d1;}


#foot-nav ul li a {color: #929292;}


#foot-nav ul li.current a, #foot-nav ul li a:hover {color: #2a2a2a;}


#footer a {color: #898989;}






/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 



a {
    color: #467faf;
    text-decoration: none;
}
#bodyinhome h3 {
    border-bottom: 1px solid #aaa;
 padding:5px;
}
.info ul li{
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin: 0;
}





#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 90px;
    position: fixed;
}