@media only screen and (min-width: 768px){.topnavbar {background-color: #081542; border-top: 10px solid #970c0c;}}

@media only screen and (max-width: 414px) {.topnavbar {
    background: #081542;
}}

@media only screen and (max-width: 767px) {.topnavbar {
    background: #081542;
}}

#nav ul li.current a {color: #ffd065;}
#nav ul li a{color: #ebebeb;}
#nav ul li a:hover {color: #ffd065;}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #ffffff; background-color: #15265c;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #fce1b8;}


a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

body.news .fcol-2 {
    display: none;
}

body.about-us .fcol-2 {
    background: #0b1d5d url(https://static.iyp.tw/42806/files/2f363163-2209-4e0c-84b0-ac5e0067e66e.jpg)no-repeat center;
    background-attachment: fixed;
}

body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/42806/files/0fcc68c1-a1df-4ba2-9586-f6234f7526c9.jpg)no-repeat bottom right;
}

/*--表格滑鼠移動變化--*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #e99b19;
    color: #fff;
}
#tb td a:hover {
    background: #c13616;
}


/*內文字型大小顏色*/
#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;}

/*回最新消息*/
.back>a, .btn-search, .btn-style, input[type="submit"] {border: 1px solid #505050; background-color: #8a8a8a;}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 128px;} #main-wrap {margin-top: 128px;} #ndc-banner-editor {top: 128px;}}

#call {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 185px;
    position: fixed;
}

#cellphone {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 115px;
    position: fixed;
}

#line {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}