/*頁籤*/

.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 a {
    color: #ffde0f;
    font-weight: 600;
}
#nav ul li a:hover {
    background: rgba(255,222,15,0.88);
    border-radius: 30px;
}

#nav ul li.current a {
    background: #ffde0f;
    border-radius: 30px;
}






#nav ul li a {
    color: #4f4f4f;
}

#nav ul li a:hover {color: #95949a;}

#nav ul li.current a {
    color: #303030;
}



#nav ul li a {
    padding: 14px;
}





/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(850 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}




.h1title {
    color: #fff;
    background-color: #222;
    border-radius: 30px;
    margin-top: -20px;
}




/*首頁*/
body.index .fcol.fcol-1 {   margin-top: -60px;  }

body.index .fcol-1 {
    background: url(https://static.iyp.tw/37724/files/70391d48-9bca-4d7a-b310-c8d145e3f818.jpg)no-repeat bottom;
    background-size: cover;

}


body.index .fcol-2 {
    background: url(https://static.iyp.tw/37724/files/f2516ef2-6d25-42e8-b4d4-9424987c01a6.png)no-repeat bottom;
    background-size: cover;

}

body.index .fcol-3 {
    background: url(https://static.iyp.tw/37724/files/22e1599d-081b-43cc-8730-f6dad63fd402.png)no-repeat bottom;
    background-size: cover;

}


body.index .fcol-4 {
    background:  url(https://static.iyp.tw/37724/files/81027220-23f7-40b2-8915-3bff9e18668b.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}



body.index #footer { margin-top: -40px;}






/*關於*/

body.about-us .fcol.fcol-1 {   margin-top: -60px;  }

body.about-us .h1title{display:none;} 

body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/37724/files/d6368435-07b0-484e-a897-13d8a9db686f.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us .fcol.fcol-2 {   margin-top: -90px;  }


body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/37724/files/f5fc816b-83c3-457c-b6b8-996ce5993fd5.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us .fcol.fcol-5{   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}
body.about-us #footer { margin-top: -40px;}







/*產品頁編輯框*/

body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


/*產品格*/

ul.product-list li a:hover {
    color: #000;
    background-color: rgba(225,225,225,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(225,225,225,0.3);
}




/*響應式欄位手機板不破版*/

@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%
    }
}





/*footer*/

#footer {    background: #002768;}
#contact-info {    color: #fff;}
#foot-nav {    display: none;}
.contact-row {    padding: 1.5em 0 2em;}
#footer-service {    padding-bottom: 2em;}


p {color: #ababab;}


body {
    background-color: #FFFFFF;
}




/*以下為效果*/


/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}






/*產品輪播*/
.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: 65px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}



