/*icon*/
.TEL {position: fixed; right: 0.5%; top: 60%; z-index: 1000;transform:scale(0.9);}
.LINE {position: fixed; right: 0.5%; top: 68%; z-index: 1000;transform:scale(0.9);}
}

@media(max-width:767px){
.TEL {position: fixed; right: 0.5%; top: 80%; z-index: 1000;transform:scale(0.9);}
.LINE {position: fixed; right: 0.5%; top: 90%; z-index: 1000;transform:scale(0.9);}
}


/*隱藏標題字*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

#bodyinpage.product .fcol.fcol-header
{
  display:none;
}

#bodyinpage.news .fcol.fcol-header
{
  display:none;
}
#bodyinpage.contact-us .fcol.fcol-header
{
  display:none;
}



/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 800 / 1920 * 100%); 
}
.swiper-slide {
  width: 100% !important;
}

@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 450 / 800 * 100%);
  }
}


/*整體*/

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #9e9e9e;
}

a:hover {
    color: #00763c !important;
}

body {
    background-color: #fcfcfc;
    color: #222; 
    font-size: 16px;
    margin: 0;
    line-height: 1.9;
    letter-spacing: 0.09em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}



/*頁籤寬版*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}

#header .topnavbar .container {
    padding-left: 20px;
    padding-right: 10px;
    width: 85%;
}


/*陰影*/
.plan {
  background: #fcfcfc;
  width: 100%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}


/*每頁標題色*/
h1, .h1 {
  color: #00763C;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.h1title {
  padding-top: 0px;
  padding-bottom: 0px;
}


/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width:400px;
  height:70px;
}

@media(max-width:767px){
#logo img, .modal .logo img {
  width:95%;
  height: auto;
}
}
.navbar-nav > li > a {
    color: #2A323D;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #fcfcfc;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
   width:100%;
}

/*上方頁籤_上下邊距*/
.topnavbar .container {
    padding-top: 20px;
    padding-bottom: 5px;
}



/*nav_faa*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


/*nav*/
#nav{margin-top:-80px ; background-color: #fcfcfc;}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #222222;
    line-height: 1;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    border-right: 1px #222 solid;/*實線*/
    transition:all 0.5s;
}


/*上方頁籤_游標滑過去的字體色*/
#nav ul li a:hover {
    color: #00763C; /* 文字顏色 */
}

/*上方頁籤_字體色*/
#nav ul li.current a  {
    color: #00763C; 
}



/*about-us_1*/
#bodyinpage.about-us .fcol.fcol-1 {
  background-image: url('https://static.iyp.tw/409744/files/c866c788-e855-4f90-861d-aa5ab3156395.jpg');
  background-size: cover;
  background-position: TOP center; 
  background-repeat: no-repeat; 

}


/*about-us_2*/
#bodyinpage.about-us .fcol.fcol-2 {
  background-color: #EFEFEF;
}

/*about-us_4*/
#bodyinpage.about-us .fcol.fcol-4 {
  background-color: #EFEFEF;
}

/*about-us_5*/
#bodyinpage.about-us .fcol.fcol-5 {
  background-image: url('https://static.iyp.tw/409744/files/10ab3403-a2cd-4487-a432-65e7c6552663.jpg');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat; 
  background-attachment: fixed; /* 視差效果 */

}
 
/*about-us_6*/
#bodyinpage.about-us .fcol.fcol-6 {
  display:none; 
}


/*contact-us*/
#bodyinpage.contact-us .fcol.fcol-2 {
  background-image: url('https://static.iyp.tw/409744/files/c866c788-e855-4f90-861d-aa5ab3156395.jpg');
  background-size: cover;
  background-position: TOP center; 
  background-repeat: no-repeat; 

}

/*footer*/
#footer{background:#fcfcfc;}

#foot-nav{
  display:none;
}

#foot-nav ul li a {
    color: #222;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fcfcfc;
}

#footer {
    color:#222;
}

#contact-info ul li span {
    color: #222;
}

#copyright, #copyright a{color:#222;}

#footer a:hover {
    color: #34b772;
}

/*頁尾底色
#footer{background:#fcfcfc;max-width:100%;}*/

/*頁尾頁籤_隱藏*/
#foot-nav { 
  display "none" 
}



/*滑鼠游標位移過去時更換圖片*/
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.image-container:hover .image {
    opacity: 0;
}


/*段字*/
@media(max-width:767px){
.mobile-br:before { 
    content: ' '; 
    display: block;
 }  
}
  


/*回首頁*/
.navbar-nav > li > a {
    color: #FCFCFC;
    background-color: #CCCCCC;
}

/* 回首頁_滑鼠懸停 */
.navbar-nav > li > a:hover {
    color: #222;
    background-color: #CCCCCC; 
}





/*產品格*/
ul.product-list li a {
    display: flex
;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 16px;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
}
 
/*改產品格名稱顏色*/
#side ul li.current > div a {
    color: #2A323D;
}
#side ul li a {
    color: #2A323D;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #494949;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #2A323D;
    text-shadow: 0 0px 0 #fff;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #494949;
    transition-property: left, color;
}

ul.product-list li .money-icon {
    color: #2A323D;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}

/*pd*/
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
}

ul.product-list li .desc {
   display: none;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #000;
    text-shadow: none;
    padding: 0 10px;
}

/*聯絡我們表單按鈕*/
.back>a,.btn-search,.btn-style,input[type="submit"] {
    -webkit-transition: background 0.15s ease-out;
    -moz-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
    color: #FEFCEF;
    border: 0px solid #F768AA;
    background-color: #00763C;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

/* 最新消息_返回鍵 當滑鼠懸停時改變背景顏色 */
.back > a:hover, .btn-search:hover, .btn-style:hover, input[type="submit"]:hover {
  color: #CCCCCC;  
  background-color: #00763C; 
}


.text-center {
  text-align: center;
  font-family: 'Microsoft JhengHei', 'LiHei Pro', Arial, sans-serif;
  font-size: 14px;
  color: #FEFCEF;
  line-height: 30px;
}

.text-center strong {
  color: #ff7415;
  font-size: 16px;
}

/*手機選單
 @media only screen and (min-width: 768px) {
*/

.navbar {
    background-color: #FEFEFE; 
}
  #nav ul li a {
    color: #222; /* 填入想要桌面版型的導覽選項文字想要的顏色 */
  }

.rwd-navbar-toggle {
    float: right;
  }
  .navbar-nav {
    margin-right: 15px;
  }
  @media only screen and (max-width: 767px) {
    .rwd-side {
      transform: translateX(100%);
    }
  }


.rwd-navbar-toggle .label {
  color: #515151;/*選單兩字的顏色*/
}


.navbar-icon-bar::before, .navbar-icon-bar::after {
  background-color: #00763c;/*符號*/
}


/*手機版選單展開的樣式*/
  @media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: rgb(249, 249, 249); 
    }
    .rwd-side a {
      color: #494949;
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #F9F9F9;
     }
    .rwd-side .nav li {
      border-bottom: 1px #F9F9F9 solid;
    }
    .rwd-side .language > a {
      padding-left: 0px;
    } 
  }

.rwd-side.menu-open {
  background: #F9F9F9;
 }


.navbar-icon-bar {
    height: 4px;
  }
.navbar-icon-bar:before {
    transform: rotate(180deg);
    top: 0px
  }
.navbar-icon-bar:after {
    transform: rotate(90deg);
    top: 0px
  }
.menu-open .navbar-icon-bar:before {
    transform: rotate(0deg);
  }
.menu-open .navbar-icon-bar:after {
    transform: rotate(0deg);
  }
body[data-type="fullpage"] .navbar-nav>li>a {
    line-height: initial;
  }


blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #23a87b;
}



/*owl*/
.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: 0em; /*箭頭大小*/
}

.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 {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}




/*圖片輪播_owl*/
.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: 0em; /*箭頭大小*/
}

.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 {
  display: block;
  width: 100%;
  border: 0px solid #fff;
  border-radius: 10px;
}

