@media only screen and (min-width: 768px){.topnavbar {background-color: #fff;}}

.topnavbar {
    padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px
}

#wrap {background: url(https://static.iyp.tw/4807/files/c6e1d527-84c4-4ae5-be6b-667f343c7986.png)no-repeat center center; background-attachment : fixed;}

#nav ul li.current a {color:  #a2a2a2;}
#nav ul li a{color:  #353535; font-size: 17px;}
#nav ul li a:hover {color: #95949a; font-size: 17px;}

#nav .subnav{background-color: #fff;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgba(107, 182, 206, 0.99);}
#nav .subnav {
    min-width: 300px;
}
.h1title {color:#177692; border-bottom:1px solid#dddddd;}

ul.product-list li a{ color: #5a5a5a; background-color: rgba(212, 212, 212, 0.38);}
ul.product-list li a.focus, ul.product-list li a:hover {color:#25add5;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

/*內文字型大小顏色*/
#product-header, .fcol.fcol-1, .fcol.fcol-2, .fcol.fcol-3,  .fcol.fcol-4, .fcol.fcol-5, .fcol.fcol-6 {font-size: 16px;color: #444;}
#contact-info {color: #dadada;}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 149px;} #main-wrap {margin-top: 149px;} #ndc-banner-editor {top: 149px;}}

/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*google翻譯*/
#google_translate_element {
  z-index: 1000;
  position: absolute;
  top: 5px;
  right: 204px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/* 螢幕尺?寸於 768px ?至 1024px, iPad Tablets css 寫這 */
  #google_translate_element {
display: none;
}
}
@media only screen and (max-width: 767px) {
/* 螢幕尺?寸?小於 767px, iPhone6 plus、Samsung Note 等?大螢幕的?手機 css 寫這*/
    #google_translate_element {
display: none;
}
}
@media only screen and (max-width: 320px) {
/* 螢幕尺?寸?小於 320px, iPhone 等?小螢幕 css 寫這 */
    #google_translate_element {
display: none;
}
}