.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}



@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(0,0,0,0);
    padding: 0;
}}
#nav {
    background: rgba(19,124,198,0.85);
    border-radius: 30px;
}
#nav .subnav {  background-color: rgba(19,124,198,0.95);}

.name{
   color:#0353C5;
   font-size:16px;
}

.photo_right{
   float:right;
}

.photo_left{
   float:left;
}



.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


.h1title {display:none;}

body.about-us .fcol-2 {
    background: #fbfbfb url(https://static.iyp.tw/40702/files/2477adee-9b1f-46ba-b509-8a814d54e39a.png)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;}


body.about-us .fcol.fcol-3 {    background: rgba(0,0,0,0.1);}


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{
background-image : url(https://static.iyp.tw/40702/files/3c22a892-d8a9-47ec-959b-087c116d5c13.jpg);
background-repeat : repeat; 
background-attachment : fixed;
}




ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(19,124,198,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(19,124,198,0.3);
}


.productdetail .detail-spec b {
    color: #090909;
    box-shadow: 0 1px 0 #ccc;
    background-color: #337ab72e;
    text-shadow: 0 1px 0 #fff0;
}

.related-product>h3 {
    background-color: rgb(218, 231, 242);
    color: #222;
    text-shadow: 0 1px 0 rgb(218, 231, 242);
}

#breadcrumb li {
    color: #3690ce;
}





#footer {
    color: #fff;
    background-color: #135380;
}

#foot-nav {border-bottom: 1px solid #ccc;}

#contact-info ul li span {color: #fff;}




/*產品輪播*/
.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;
}

