/*yt icon*/
.yt{position:fixed;right:1%;top:20%;z-index:1000;transform:scale(0.8);}

/*整體*/
body{
    color: #000;
    font-size:14px;
}

/*h1*/
.h1title h1{color:#4c7eb6;border-bottom:1px dashed #316298}

/*產品*/
ul.product-list li a {
    color: #000;
}

#logo h1 {
    height: 70px;
}


/*banner的高度*/
.topnavbar {
    background-color: #2a77be;
  top:0px;
   position:relative;
   z-index:100;
 width:100%;
 height:90px;
}
.topnavbar .container {
 height:60px;
}
@media only screen and (max-width: 767px) {
.topnavbar {
  border-bottom:0px #383735 solid;
   height:80px;
}
}
/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
      font-weight: bold;
    padding: 10px 20px;
    font-size: 100%;
}
#nav ul li a:hover{
      background-color: #2a77be;
      color: #fff;
}
#nav ul li.current a {
      background-color: #2a77be;
      color: #fff;
    font-weight: 600;
}




#footer {
    color: #fff;
    background-color: #4c7eb6;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}




.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 /1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}