@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(255 255 255 / 5%); /*padding: 0rem 0;*/}}

@media only screen and (max-width: 414px) {
.topnavbar {
    background: #1b1c1e;
}
}

@media only screen and (max-width: 576px) {
  .topnavbar {
    background: #1b1c1e;
}
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav {
    background: rgb(21 75 122 / 85%);
    border-radius: 30px;
}

#nav ul li.current a {color:#f3992b;}
#nav ul li a{color: #fbfbfb; }
#nav ul li a:hover {color: #f3992b; }

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #ffffff; background-color:#585858;}
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;}

@media only screen and (min-width: 768px) {
    .navbar-nav {
        background-color: rgb(0 0 0 / 67%);
    }
}

body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/409567/files/72bf5685-6bcb-421f-b353-f5f70a6948b3.jpg) no-repeat center;
}

body.about-us .fcol-3 {
    background: #154d7c;
}

body.about-us .fcol-4 {
    background: rgb(251 251 251 / 68%) linear-gradient(-0deg, transparent 88%, #154d7c 0) no-repeat;
    background-size: 100%;
}

body.about-us #wrap {
    background: url(https://static.iyp.tw/409567/files/b6dcd39b-b723-4f38-9c89-fe81510e9e99.jpg) no-repeat bottom center;
}

/*內文字型大小顏色*/
#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;
  }

@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/**/
.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; /*箭頭大小*/
  color: #fbfbfb;
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

#call {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}