#main-content {
    font-size: 110%;
    color:#333;
}
#google_translate_element {
  z-index: 8;
  position: absolute;
  top: 5%;
  right: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
/* 介於螢幕尺寸於 768px 至 1024px 也就是 iPad 的尺寸 */
#google_translate_element {
  z-index: 8;
  position: absolute;
  top: 5%;
  right: 5%;
}
}
@media only screen and (max-width: 767px) {
/* 介於螢幕尺寸小於 767px 的尺寸設定，設定適用於 iPhone 6 以上及大螢幕的尺寸 */
#google_translate_element { display:none;}
}

@media only screen and (max-width: 320px) {
/* 介於螢幕尺寸小於 320px 的尺寸設定，設定適用於 iPhone 4 以下螢幕的尺寸 */
#google_translate_element { display:none;}
}



#nav .subnav {
  background-color: RGBA(255,255,255,0.9); /* 填入想要的顏色 */
}


.topnavbar .container {
  text-align: center;
}

@media only screen and (min-width: 200px){.topnavbar {background-color: #fff;}}

.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}

#nav ul li a {
    color: #6a6969;}

#nav ul li a:hover {color: #95949a;}

ul.product-list li a {
    color: #0c74ac; }


#nav ul li.current a {
    color: #1162a2;}

/*下拉式選單*/
#nav .subnav {
  background-color:#FFFFFF;/* 填入想要的顏色 */
  padding: 5px;
  max-width: 320px;
}
/*subnav #nav .subnav {min-width: 260px;}*/
#nav .subnav {
    max-width: 300px;}

.h1title {
    color: #246ea9;}


.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

@media only screen and (min-width: 768px){#banner {top: 185px; } #main-wrap {margin-top: 185px;} #ndc-banner-editor {top: 185px;}}

.swiper-wrapper, .swiper-slide {
    height: 100px !important;
}

#toline {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 105px;
    position: fixed;
}