@media only screen and (min-width: 768px){.topnavbar {background-color: #183c60; padding: 0rem 0;}}

.topnavbar {
    background: #183c60;}

@media (min-width: 1200px){
body[data-type="fullpage"] .topnavbar .container {
    width: 90%;
}}

#nav { margin-top: 35px;}

#nav ul li.current a {color: #ffe000;}
#nav ul li a{color: #dfdfdf; /* padding: 16px 11px;*/}
#nav ul li a:hover {color: #ffe000;}

#nav .subnav{background-color: #fff;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgba(212, 200, 200, 0.1);}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #383838; background-color: #dddddd;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #183c60;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

#bodyinhome .fcol-3 {
    background: #6a849d url(https://static.iyp.tw/42485/files/f126b7a4-e254-4223-be06-a2db559c9266.jpg)repeat-y center;
    background-attachment: fixed;
    background-size: 100%;
}
#bodyinhome .fcol-3 .container {
    width: 100%; 
    padding: 0px;
}
#bodyinhome .fcol-6 {
    background: #6a849d url(https://static.iyp.tw/42485/files/62e4becb-49ee-417b-8c8c-abc0cfb7fe95.jpg)no-repeat center;
    background-attachment: fixed;
}

#bodyinhome #footer, body.about-us #footer{
    margin-top: -40px;
}

#bodyinhome .fcol-1 {
    background: url(https://static.iyp.tw/42485/files/46053b37-0fb9-4b9a-9e35-23db1c60cf95.png)no-repeat center;
}

#bodyinhome .fcol-4 {
    background: url(https://static.iyp.tw/42485/files/ab332008-1c73-4089-9b24-7eeb55610964.png)no-repeat center;
}

body.about-us .fcol-6 {
    background: #e2ecf7;
}

.lightbox{opacity: 1.0; //設為完全不透明
    filter: alpha(opacity=50); // IE8 與更早的版本}
.lightbox:hover{opacity: 0.5; //透明度設為 0.5
    filter: alpha(opacity=100); // IE8 與更早的版本}

/*banner高度調整*/
@media only screen and (min-width: 768px){#banner {top: 116px;} #main-wrap {margin-top: 116px;} #ndc-banner-editor {top: 116px;}}

/*產品介紹頁編輯框高度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;}

/**/
/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}

.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-no-gutters [class*="col-"] img{
 opacity: 1.0; //設為完全不透明
    filter: alpha(opacity=50); // IE8 與更早的版本
}
.row-no-gutters [class*="col-"] img:hover{
 opacity: 0.5; //透明度設為 0.5
    filter: alpha(opacity=100); // IE8 與更早的版本
}

#call {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}