@media only screen and (min-width: 768px){.topnavbar {background-color: #fff; padding: 0rem 0;}}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li.current a {color: #ff8400;}
#nav ul li a{color: #0068b7; font-weight: 600;}
#nav ul li a:hover {color: #ff8400;}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #ffffff; background-color: #0068b7;}
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.about-us .fcol-2 {
    background: url(https://static.iyp.tw/408965/files/ce0189a0-f32a-476d-8f50-fa880bdf8fcc.png)no-repeat center;
    /*background-size: cover;*/
}

@media only screen and (max-width: 414px) {body.about-us .fcol-2 {
    background: #0066b1 url(https://static.iyp.tw/408965/files/ce0189a0-f32a-476d-8f50-fa880bdf8fcc.png)no-repeat center;

}}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/*內文字型大小顏色*/
#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;}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 110px;} #main-wrap {margin-top: 110px;} #ndc-banner-editor {top: 110px;}}

/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*--表格滑鼠移動變化--*/
#tb td a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #1a7ab5;
    color: #fbfbfb;
}
#tb td a:hover {
    background: #294152;
}

/*--表格滑鼠移動變化--*/
#tb-1 td a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #ff7800;
    color: #fbfbfb;
}
#tb-1 td a:hover {
    background:#b14a0c;
}

/*--表格滑鼠移動變化--*/
#tb-2 td a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #d9d9d9;
    color: #303030;
}
#tb-2 td a:hover {
    background: #585858;
    color: #fbfbfb;
}