/*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( 750 / 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: #494949;
}
body {
    background-color: #FEFEFE;
    color: #494949; 
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    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: #FEFEFE;
  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: #F768AA;
  font-family: 'Noto Sans TC';
  font-weight: 400;
}

.h1title {
  padding-top: 0px;
  padding-bottom: 0px;
}


/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width:220px;
  height:70px;
}

@media(max-width:767px){
#logo img, .modal .logo img {
  width:90%;
  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: #FEFEFE;
   top:0px;
   padding: 0;
   position: relative;
   z-index:100;
   width:100%;
}

/*上方頁籤_上下邊距*/
.topnavbar .container {
    padding-top: 10px;
    padding-bottom: 5px;
}

/*上方頁籤_上下邊距*/
body[data-type="fullpage"] #nav {
  font-size: 1rem;
  width: 100%;
  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: #FEFEFE;}

#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: #F768AA; /* 文字顏色 */
}

/*上方頁籤_字體色*/
#nav ul li.current a  {
    color: #F768AA; 
}




/* index_1 */
#bodyinhome .fcol.fcol-1 {
  background-color: #F768AA;
}


/* index_2 */
#bodyinhome .fcol.fcol-2 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409742/files/216731a0-a424-4ae1-ba4a-5c925257b5ef.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position:top center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  

}


/* index_3 */
#bodyinhome .fcol.fcol-3 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409742/files/03695233-7c70-430d-b3f2-e1ce810b65df.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: TOP center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */

}


/* index_4 */
#bodyinhome .fcol.fcol-4 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409742/files/893f7cc6-cd80-4d2d-9e6a-a9935a4a88db.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: TOP center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */

}


/* index_5 */
#bodyinhome .fcol.fcol-5 {
  background-color: #EDEDED;

}

/* index_6 */
#bodyinhome .fcol.fcol-6 {
  display:none;
}

/*about-us_1*/
#bodyinpage.about-us .fcol.fcol-1 {
  background-color: #F768AA;
}
/*about-us_3*/
#bodyinpage.about-us .fcol.fcol-3 {
  background-color: #EDEDED;
}
/*about-us_4-6*/
#bodyinpage.about-us .fcol.fcol-4 {
  display:none; 
}
#bodyinpage.about-us .fcol.fcol-5 {
  display:none; 
}
#bodyinpage.about-us .fcol.fcol-6 {
  display:none; 
}
/*product_1*/
#bodyinpage.product .fcol.fcol-1 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409742/files/47ab6fd6-575a-4d92-aa4e-e6992fe83b9b.png');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position:TOP center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  

}


/*footer*/
#footer{background:#FEFEFE;}

#foot-nav{
  display:none;
}

#foot-nav ul li a {
    color: #FEFCEF;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #FEFCEF;
}

#footer {
    color:#FEFCEF;
}

#contact-info ul li span {
    color: #FEFCEF;
}

#copyright, #copyright a{color:#FEFCEF;}



/*頁尾底色*/
#footer{background:#FEFEFE;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;
 }  
}
  

/*最新消息_返回鍵*/
.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 #FEFCEF;
    background-color: #F768AA;
    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: #222;  
  background-color: #F768AA; 
}

/*回首頁*/
.navbar-nav > li > a {
    color: #FEFEFE;
    background-color: #F768AA;
}

/* 回首頁_滑鼠懸停時變更背景顏色 */
.navbar-nav > li > a:hover {
    color: #222;
    background-color: #F768AA; /* 當滑鼠懸停時的背景顏色 */
}


/*動畫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);
}
  


/*產品格*/
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: 1px solid #F768AA;
    background-color: #F768AA;
    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: #FEFCEF;
  line-height: 30px;
}

.text-center strong {
  color: #ff7415;
  font-size: 16px;
}

/*變色按鈕1*/
.intro1 {
	-webkit-animation-delay: 1s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 100%;
	color: #fff;
  	background: #44a263;
    border-radius: 0px;
}

.intro1 a:hover {
	color: #fff;
	background: #119683;
	transition: all 0.4s ease;
}

.intro1 a:hover:after {
	left: 0;
}



/*聯絡我們_變色按鈕2*/
.intro2 {
	-webkit-animation-delay: 1s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 100%;
	color: #FFF;
  	background: #6BB8AD;
    border-radius: 0px;
}
.intro2 a:hover {
	color: #fff;
	background: #119683;
	transition: all 0.4s ease;
}
.intro2 a:hover:after {
	left: 0;
}

/*首頁_變色按鈕3*/
.intro3 {
	-webkit-animation-delay: 1s;
}
.intro3 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	border: 0px #457703 solid;
	display: inline-block;
	font-size: 100%;
	color: #FFF;
  	background: #6BB8AD;
    border-radius: 30px;
}
.intro3 a:hover {
	color: #fff;
	background: #119683;
	transition: all 0.4s ease;
}
.intro3 a:hover:after {
	left: 0;
}


/*手機選單
 @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: #222;/*選單兩字的顏色*/
}


.navbar-icon-bar::before, .navbar-icon-bar::after {
  background-color: #F768AA;/*符號*/
}

/*手機版選單展開的樣式*/
  @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{
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 1px; /* 調整這個數值來改變距離底部的距離*/ 
}

.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: 0px solid #fff;
  border-radius: 0px;
}

/*owl_隱藏輪播點點*/
.owl-carousel.owl-theme .owl-dots {
  display: none !important;
}

<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet" />
