body {
    background-color: #fff;
    background-image: linear-gradient(#a4dbf4 0%, #fff 30%);
    background-repeat: no-repeat;
    color: #444;
    font-size: 13px;
    margin: 0;
    padding: 0;}

.column.right {
    background-color: #f3f3f3;
    border-radius: 5px;
    text-shadow: none;
    width: 33%;}

#nav ul li a {font-size: 16px;font-weight:bold;}


a {
    color: #19adad;
    text-decoration: none;
}

.h1title {
    color: #19adad;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #19adad dotted;
}

/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}


body[data-type="fullpage"] .main {
    min-height: 0px;
}



/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
   
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.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 {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
      font-weight: bold;
    padding: 10px 25px;
    font-size: 100%;
    border-right: 1px #888 dotted;
}
#nav ul li a:hover{
      color: #19adad;
}
#nav ul li.current a {
      color: #19adad;
    font-weight: 600;
}



.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
