/*icon*/
.TL1 {position: fixed; right: 0.5%; top: 72%; z-index: 1000;transform:scale(0.9);}
.TL2 {position: fixed; right: 0.5%; top: 80%; z-index: 1000;transform:scale(0.9);}
.LINE {position: fixed; right: 0.5%; top: 88%; z-index: 1000;transform:scale(0.9);}
}

@media(max-width:767px){
.TL1 {position: fixed; right: 0.5%; top: 70%; z-index: 1000;transform:scale(0.9);}
.TL2 {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.staffing .fcol.fcol-header
{
  display:none;
}

#bodyinpage.product .fcol.fcol-header
{
  display:none;
}

#bodyinpage.contact-us .fcol.fcol-header
{
  display:none;
}
#bodyinpage.rwd-collapse.viewmode.news .fcol.fcol-2{
  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( 800 / 700 * 100%);
  }
}



body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #222;
}
body {
    background-color: #FFFFFD;
    color: #000; 
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    font-family: 'Noto Sans TC';
    font-weight: 300;
}

/*陰影*/
.plan {
  background: #fff;
  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: #676d6b;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.h1title {
  padding-top: 30px;
  padding-bottom: 0px;
}


/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width: 90%;   /* 让宽度自适应容器的宽度 */
  height: auto;  /* 高度按宽度自动调整，保持比例 */
 /*width:500px;
  height:70px;auto*/
}



.navbar-nav > li > a {
    color: #8E8E8E;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #FFFFFD;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
 width:100%;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*nav_faa*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}



/*nav*/
#nav{margin-top:-80px ; background-color: #FFF; /* 你可以选择任何颜色 */}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #868E8C;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    transition:all 0.5s;
    border-right: 0.5px #868E8C solid;/*旁邊的線*/
}

/*上方頁籤_游標滑過去的字體色*/
#nav ul li a:hover {
    background: #E5E8D7; /* 背景顏色 */
    border-radius: 0px; /* 圓角效果 */
    color: #868E8C; /* 文字顏色 */
    
}

/*上方頁籤_字體色*/
#nav ul li.current a  {
    background:#E5E8D7;
    border-radius: 0px; /* 圓角效果 */
    color: #868E8C; 
   
}

/*上方頁籤_上下邊距+寬版頁籤*/
body[data-type="fullpage"] #nav {
  font-size: 1rem;
  width: 100%;
  padding-top: 35px; /* 上邊距 */
  padding-bottom: 10px; /* 下邊距 */
}

#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;
}



/*about_header（背景色）*/
#bodyinpage.about-us .fcol.fcol-header{
  background-color: #fff;
}

/*about_1（背景色）*/
#bodyinpage.about-us .fcol.fcol-1 {
  background-color: #FFF;
  background-image: url('');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}


/*about_2（背景色）*/
#bodyinpage.about-us .fcol.fcol-2 {
  background-image: url('https://static.iyp.tw/409659/files/1017b808-a095-4f6e-9d76-e16c5e362d6b.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  background-attachment: no-repeat; /* 使背景图像固定，達到視差效果 */
}



/*about_3（背景圖）*/
#bodyinpage.about-us .fcol.fcol-3 {
  background-color: #FFF;
  background-image: url('');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}

/*about_4（背景圖）*/
#bodyinpage.about-us .fcol.fcol-4 {
  background-color: #fff;
  background-image: url('https://static.iyp.tw/409659/files/0f9cbdc6-cfa9-41f1-8156-dda765f3bc9d.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像居中靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */

}

/*product_1（背景圖）*/
#bodyinpage.product .fcol.fcol-1 {
  background-color: #fff;
  background-image: url('https://static.iyp.tw/409659/files/0f9cbdc6-cfa9-41f1-8156-dda765f3bc9d.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: top center; /* 使背景图像居中靠上 */
  background-repeat: no-repeat; /* 避免背景图像重复 */

}
/*product_3（背景圖）*/
#bodyinpage.product .fcol.fcol-3 {
  background-color: #fff;
  background-image: url('https://static.iyp.tw/409659/files/d12b3082-2798-4aa5-8987-cf9c496b3bf8.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  background-attachment: fixed; /* 使背景图像固定，達到視差效果 */

}

/*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: 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 {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}

/*about_5（背景圖）*/
#bodyinpage.about-us .fcol.fcol-5 {
  background-color: #fff;
  background-image: url('https://static.iyp.tw/409659/files/ecb62e59-bbdd-4ac8-bccf-e3b8dc09a081.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  background-attachment: fixed; /* 使背景图像固定，達到視差效果 */
  display:none;
}

/*about_6（背景圖）*/
#bodyinpage.about-us .fcol.fcol-6 {
  background-color: #FFF;
  background-image: url('https://static.iyp.tw/409659/files/639c83e2-f275-42ad-9b4f-7be632d7e718.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
    
}

/*contact-us（背景圖）*/
#bodyinpage.contact-us .fcol.fcol-1 {
  background-color: #FFF;
  background-image: url('https://static.iyp.tw/409659/files/639c83e2-f275-42ad-9b4f-7be632d7e718.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */   

}



/*footer*/
#footer{background:#000;}

#foot-nav{
  display:none;
}

#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

#footer {
    color:#fff;
}

#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#FFF;}


/*頁尾底色*/
#footer{background:#E5E8D7;max-width:100%;}

/*頁尾頁籤_隱藏*/
#foot-nav { 
  display "none" 
}

/*表單*/
#contact-form{color:#000;}

.marktxt {
    margin-top: 10px;
    font-size: 95%;
    color: #025C54;
}

.mark {
    background:none;
}

.signtxt {
    display: block;
    margin-top: 20px;
    color: inherit;
    border-top: 1px dashed #ccc;
}


#contact-info li.tel {
    color: #edb72f;
}


/*滑鼠游標位移過去時更換圖片*/

.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;
 }  
}
  

/*跑馬燈_02*/
<style>
  .scrolling-container {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    font-size: 22px;
  }

  .scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 20s linear infinite;
  }

  @keyframes scroll-text {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .static-text {
    white-space: nowrap;
    font-size: 22px;
    color: #ffffff; /* 设置颜色，确保与滚动文本一致 */
  }
</style>

<!-- 滚动文本 -->
<div class="scrolling-container">
  <div class="scrolling-text">
    
  </div>
</div>

<!-- 静态文本 -->
<span class="static-text">
  
</span>



/*最新消息_返回鍵*/
.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: #fff;
    border: 0px solid #fff;
    background-color: #676D6B;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: block; /* 使元素變為區塊級元素 */
    margin-left: auto; /* 自動設定左邊距 */
    margin-right: auto; /* 自動設定右邊距 */
    width: fit-content; /* 使寬度自動適應內容 */
}

/* 最新消息_返回鍵 當滑鼠懸停時改變背景顏色 */
.back > a:hover, .btn-search:hover, .btn-style:hover, input[type="submit"]:hover {
  color: #FFF;  
  background-color: #676D6B;
}

/*回首頁*/
.navbar-nav > li > a {
    color: #FFF;
    background-color: #676D6B;
}

/* 回首頁_滑鼠懸停時變更背景顏色 */
.navbar-nav > li > a:hover {
    color: #E5E8D7;
    background-color: #676D6B;
}


/*專業服務色塊方格*/

@media (min-width: 1920px) {
  .col-lg-4 {
    width: 40%;
  
}
  
/*動畫icon*/
.ser-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:auto;
    transition-duration: 0.3s;
}
.ser-icon :hover{
	transform: rotate(-5deg);
    transition: 0.3s;
	filter: drop-shadow(0 0 0.75rem #FF7415);
}
  

/*變色按鈕_01*/
.intro1 {
	-webkit-animation-delay: 1.5s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 20px 20px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 120%;
	color: #FFF;
  	background: #222;
    border-radius: 100px;
}
.intro1 a:hover {
	color: #FFF;
	background: #FF7415;
	transition: all 0.4s ease;
}
.intro1 a:hover:after {
	left: 0;
}
  



/*輪播*/
.carousel {
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}

.carousel-images {
  display: flex;
  animation: slide 9s infinite;
}

.carousel-images img {
  width: 70%;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes slide {
  0% { transform: translateX(0); }
  33% { transform: translateX(-100%); }
  66% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

/*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: 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 {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}

  
.ct.row{
  width:70%;
  margin:0 auto;
}
  


/*產品格*/
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);
 
  
  
  
  
/*手機選單*
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #FFF; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #E5E8D7; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #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: #676D6B;/*選單兩字的顏色*/
}

.navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #676D6B;/*+號的顏色*/
}


/*手機版選單展開的樣式*/
  @media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: rgb(255, 255, 255); 
    }
    .rwd-side a {
      color: #000;
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #FFF;
     }
    .rwd-side .nav li {
      border-bottom: 1px #ccc solid;
    }
    .rwd-side .language > a {
      padding-left: 0px;
    } 
  }

.rwd-side.menu-open {
  background: #FFF;
 }


.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;
}



/*產品格*/
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);
}
/*about*/
.greyLine {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: #57a914;
    display: block;
    margin-bottom: 2rem;
}

.greyLine::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background:#57a914;
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}


#service .list article {
  background: #fff;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px
    rgba(0,0,0,0.16);
  padding: 15px 15px 5px;
  text-align: left;
  height: 250px;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 280px;
  }
}

#service .list article a {
  display: block;
}

#service .list article .image_hover {
  height: 60%;
  display: flex;
  align-items: center;
}

#service p {
  font-size: 90%;
  padding: 8px 0px;
  color: #777;
}

#service p span {
  padding: 8px 0px;
  color: #000;
}

.image_hover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image_hover img {
  margin: auto;
  transition: transform 0.6s ease;
}

.image_hover:hover img {
  transform: scale(1.2);
}

.project .dfd-folio-categories .byline.category {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

span.cat-name {
  background: #57a914;
  padding: 5px 5px;
  float: right;
}


/*聯絡我們_按鈕*/
.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: #FFF;
    border: 0px solid #ff7415;
    background-color: #676D6B;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}



.text-center {
  text-align: center;
  font-family: 'Microsoft JhengHei', 'LiHei Pro', Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.text-center strong {
  color: #ff7415;
  font-size: 16px;
}

/*變色按鈕1*/
.intro1 {
	-webkit-animation-delay: 1.5s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 20px 30px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 120%;
	color: #222;
  	background: #FF7415;
    border-radius: 50px;
}
.intro2 a:hover {
	color: #FFF;
	background: #222;
	transition: all 0.4s ease;
}
.intro2 a:hover:after {
	left: 0;
}



/*變色按鈕2*/
.intro2 {
	-webkit-animation-delay: 1.5s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	padding: 20px 30px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 120%;
	color: #FFF;
  	background: #222;
    border-radius: 50px;
}
.intro2 a:hover {
	color: #222;
	background: #FF7415;
	transition: all 0.4s ease;
}
.intro2 a:hover:after {
	left: 0;
}

