/*頁籤*/

.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: #0a0a0a;
    font-weight: 600;
}

#nav ul li a { color: #888888;}

#nav ul li a:hover {color: #95949a;}


/*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;}




/*標題*/

.fcol.fcol-header {
    background: #ff4c4c;
}
.h1title {
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 1px #fff solid;
}


#breadcrumb li {
    color: #fff;
}


#breadcrumb li a {
    color: #FFF;
}



/*產品格*/

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(193,193,193,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(193,193,193,0.3);
}




/*關於*/

body.about-us .h1title{display:none;}


body.about-us .fcol.fcol-header {
    display:none;
}


body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/14870/files/f581ad5a-c2e8-424e-8f45-ece12f1489d4.png)repeat bottom;
    background-attachment: fixed;
 background-size: cover;

}


body.about-us .fcol.fcol-3 {    background: rgba(175,19,19,0.1);}

body.about-us .fcol.fcol-4 .container {width: 100%;}

body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}



/*footer*/
#footer {
    color: #777777;
    background-color: #efefef;}


#foot-nav {border-bottom: 1px solid #e5e5e5;}


.contact-row h5 {color: #777777;}

#foot-nav ul li.current a, #foot-nav ul li a:hover { color: #666;}


#footer a {color: #777777;}





/*產品輪播*/
.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;
}



