body{ background-color:#94c6ff;  background-image:none; }
}


a {
    color: #000;
    text-decoration: none;
}

/*產品*/
ul.product-list li a {
    color: #000;
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #1491ba;
  top:0px;
   position:relative;
   z-index:100;
 width:100%;
  padding: 0;
}
#nav ul li a {
    white-space: nowrap;
    color: #edf8fc;
    line-height: 1.3;
　　font-weight: bold;
    padding: 5px 18px;
    font-size: 100%;
    border-right: 1px #fff solid;
}
#nav ul li a:hover{
    background: #0f7fa5;
    color: #fff;
}
#nav ul li.current a {
     background: #82cae1;
     color: #fff;
     font-weight: 600;
}


.h1title {
    color: #000;

}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}
.menu [class^="col-"] img:hover {
  box-shadow:0px 0px 25px #cfcfcf;
      opacity:0.55;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 5px;
  border: 1px #dddddd solid;
  padding:6px;
    box-shadow:0px 0px 15px #cfcfcf;
}





#footer {
    color: #fff;
    background:#1491ba;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
    display: none;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}

.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#footer a {
    color: #fff;
}
#contact-info ul li span {
    color: #fff;
}



.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(680 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
