@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(0 0 0 / 57%);}}


@media only screen and (max-width: 767px){
.topnavbar {
    background: #0e0e0e;
}}

@media only screen and (max-width: 414px) {
.topnavbar {
    background: #0e0e0e;
}}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li.current a {color: #ffee1f;}
#nav ul li a{color:  #fbfbfb; }
#nav ul li a:hover {color: #ffee1f;}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd;}

ul.product-list li a{color: #2e2e2e; background-color: #efefef;}
ul.product-list li a.focus, ul.product-list li a:hover {color:#b97d24;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

.fcol-header {
    display: none;
}

body.about-us .fcol-1 .container, body.about-us .fcol-3 .container {
    width: 100%;
}

body.about-us .fcol-1 {
    background: url(https://static.iyp.tw/409221/files/9759836b-8a3d-456f-b96e-fe7336dd1fcf.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

body.about-us .fcol-2 {
    background: url(https://static.iyp.tw/409221/files/55c6462f-0edf-4492-a4bc-b6500230198d.jpg)no-repeat center bottom;
    background-size: cover;
}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409221/files/880c75c2-eae9-4d44-9fc5-c86257280ad4.png)no-repeat center bottom;
}

body.about-us .fcol-4 {
    background: url(https://static.iyp.tw/409221/files/065dfbcd-2bd9-42cf-ae0d-536adda3034a.jpg)repeat-y center;
    background-attachment: fixed;
}

body.about-us .fcol-5, body.about-us .fcol-6 {
    display: none;
}

#main-wrap {
    margin-top: -40px;
}

body.about-us #footer {
    margin-top: -40px;
}

/*內文字型大小顏色*/
#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;}





/*最新消息-文字隱藏*/


body.news .fcol-2  { display: none;}





/**/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

@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%
    }
}

/*產品介紹頁編輯框高度auto*/
body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }

/**/
/*owl 輪播圖語法*/
.owl-carousel.owl-theme {
  padding: 0 20px 35px;/*內距:上 左右 下;*/
}
.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%;
}

.owl-carousel .owl-item img {
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  display: block;
  width: 100%;
  height: 250px; /*高度*/
  border: 0px solid #444;
  box-shadow: 0 6px 5px rgba(44,44,44,0.25);
}
.owl-carousel .row-no-gutters {
    margin-right: 5px;
    margin-left: 2px;
}

/**/
#call {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}
#tomail {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 105px;
    position: fixed;
}