/*頁籤*/

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #d1d1d1;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav ul li a {
    color: #6d6d6d;
}



#nav ul li.current a {
    color: #ed7800;
}





/*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;
  }





/*關於*/

body.about-us .fcol.fcol-1 {   margin-top: -80px;  }
body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/409125/files/9e3dcec3-2958-4626-9d6c-9352665a1a03.jpg)no-repeat bottom;
    background-size: cover;
}

body.about-us .h1title{display:none;} 
body.about-us .fcol.fcol-2 .container {width: 100%;}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409125/files/e83795fe-01d9-4e90-906e-7f70aeb17923.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.about-us #footer { margin-top: -40px;}
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;}




/*產品格*/

ul.product-list li a:hover {
    color: #f17900;
    background-color: rgba(181,181,181,0.3);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(181,181,181,0.3);
}





/*最新消息*/

body.news .fcol-2  { display: none;}




/*footer*/
#footer {
    color: #b6b6b6;
    background-color: #f17900;
}

#foot-nav {
    border-bottom: 1px solid #f98e21;
}


#footer {
    color: #ffffff;
}


#contact-info ul li span {
    color: #FFF;
}

#foot-nav ul li a {
    color: #d9d9d9;
}




/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #232323;
    color: #fff;
}
#tb td a:hover {
    background: #ff9333;
}





/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}



/*浮動按鈕*/

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 185px;
    position: fixed;
}



#line {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 90px;
    position: fixed;
}






