/*icon*/
.tel2 {position: fixed; right: 0.5%; top: 40%; z-index: 1000;transform:scale(0.9);}
.map {position: fixed; right: 0.5%; top: 50%; z-index: 1000;transform:scale(0.9);}
.line {position: fixed; right: 0.5%; top: 60%; z-index: 1000;transform:scale(0.9);}
.mail2 {position: fixed; right: 0.5%; top: 70%; z-index: 1000;transform:scale(0.9);}
}

@media(max-width:767px){
.tel2 {position: fixed; right: 0.5%; top: 40%; z-index: 1000;transform:scale(0.9);}
.map {position: fixed; right: 0.5%; top: 53%; z-index: 1000;transform:scale(0.9);}
.line {position: fixed; right: 0.5%; top: 66%; z-index: 1000;transform:scale(0.9);}
.mail2 {position: fixed; right: 0.5%; top: 79%; z-index: 1000;transform:scale(0.9);}
}


/*Banner*/
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc( 700 / 1920 * 100%); 
}

.swiper-slide {
  width: 100% !important;
}

/*@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 600 / 800 * 100%);
  }
}
*/

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


a {
    color: #494949;
}
a:hover {
    color: #6d9cb2;
}
body {
    background-color: #FDFDFD;
    color: #222; 
    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%;
}



/*h1*/
h1, .h1 {
  color: #0BA29A;
  font-family: 'Noto Sans TC';
  
}

.h1title {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fcol h2 {
 font-weight:350
}

/*SVG LOGO調整
#logo img, .modal .logo img {
  width:293.228px;
  height:70px;
}

@media(max-width:767px){
#logo img, .modal .logo img {
  width:100%;
  height: auto;
}
}
*/
#logo {
  min-height:90px;
}
/*SVG LOGO調整*/
#logo img, .modal .logo img {
  width:auto;
  height:90px;
}

@media(max-width:767px){
#logo img, .modal .logo img {
  width:100%;
  height: auto;
}
}
.navbar-nav > li > a {
    color: #222;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

.topnavbar {
   background-color: #FDFDFD;
   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: #FDFDFD;}

#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: 0px #222 solid;/*實線*/
    transition:all 0.5s;
}


/*上方頁籤_游標滑過去的字體色*/
#nav ul li a:hover {
    color: #0BA29A;
    font-weight:300px
}


/*上方子頁籤_背景色*/
#nav .subnav {
  background-color:#FDFDFD;
}


/*上方頁籤_字體色*/
#nav ul li.current a {
  color: #0BA29A;
  font-weight: normal;
}

/*手機選單*/
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #FDFDFD; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #FDFDFD; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #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 {
      background-color: #FDFDFD;
      transform: translateX(100%);
    }
  }

.rwd-navbar-toggle .label {
  color: #222;/*選單兩字的顏色*/
}
.navbar-icon-bar {
    background-color: #222;/*三條線*/
}
.navbar-icon-bar::before, .navbar-icon-bar::after {
  background-color: #222;/*三條線*/
}

.rwd-side.menu-open {
  color:#222;
  background: #FDFDFD;
 }

/*導航列換行*/
#nav .subnav {
    position: absolute;
    top: 100%;
    max-width: 200px;
    background-color: #32B2AF;
} 


#nav ul .subnav li a {
    background-color: #fff;
    color: #32B2AF;
    text-align: left;
    width: 200px;
}

#nav ul li .subnav a span {
    display: inline-block;
    max-width: 200px;
    padding: 0px 10px;
    border-bottom:0px;
}

#nav ul li .subnav a span:hover  {
    display: inline-block;
    max-width: 200px;
    border-top: 0px solid;
    padding: 0px 10px;
    border-bottom:0px;
}

#nav li.has-subnav ul li a {
    color: #32B2AF;
    width:200px;
    white-space: pre-line;
    padding:10px 5px;
  }

#nav li.has-subnav ul li a:hover {
    color: #fff;
    width:200px;
    white-space: pre-line;
    padding:10px 5px;
  }



/* index_1*/
#bodyinhome .fcol.fcol-1 .container {
    padding: 30px 130px;
    max-width: 100%;
    width: 100%;
    background-color: #0BA29A;
}

@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-1 .container {
    padding: 30px 15px; 
  }
}




/* index_2 */
#bodyinhome .fcol.fcol-2 .container {
    padding: 30px 130px;
    max-width: 100%;
    width: 100%;
    background-color: #FDFDFD;
    background-image: url('https://static.iyp.tw/409859/files/1139e994-cf93-452e-9392-c1ede4df5fb1.svg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-2 .container {
    padding: 30px 15px; 
  }
}



/* index_3 */
#bodyinhome .fcol.fcol-3 .container {
    padding: 30px 130px;
    max-width: 100%;
    width: 100%;
    background-color: #fdfdfd;
    background-image: url('https://static.iyp.tw/409859/files/0f6967e3-4e06-4d21-afe6-eba3edb5d6b8.svg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-3 .container {
    padding: 30px 15px; 
  }
}



/* index_4*/
#bodyinhome .fcol.fcol-4  .container {
    padding: 10px 180px;
    max-width: 100%;
    width: 100%;
    background-image: url('https://static.iyp.tw/409859/files/45be532e-23b4-4cad-a96f-42c197a071d9.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-4 .container {
    padding: 30px 15px; 
  }
}




/* index_5 */
#bodyinhome .fcol.fcol-5 {
  background-color: #F9F9F9;
  background-image: url('https://static.iyp.tw/409859/files/c9d448a4-ece2-4900-a2ea-b7743fd13ea4.jpg');
  background-size: cover;
  background-position:top center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 視差 */
  

}

@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-5 .container {
    padding: 30px 15px; 
  }
}

/* index_6 */
#bodyinhome .fcol.fcol-6{
    background-color: #fdfdfd;
}


@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-6 .container {
    padding: 30px 15px; 
  }
}

/* index_7 */
#bodyinhome .fcol.fcol-7{
    background-color: #fdfdfd;
}


@media (max-width: 768px) {
  #bodyinhome .fcol.fcol-7 .container {
    padding: 30px 15px; 
  }
}

/* about-us_h1*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

/* about-us_1 */
#bodyinpage.about-us .fcol.fcol-1 .container
{
    padding: 30px 130px;
    max-width: 100%;
    width: 100%;
    background-color: #0BA29A;
}

/* about-us_3-6 */
#bodyinpage.about-us .fcol.fcol-3 .container,
#bodyinpage.about-us .fcol.fcol-4 .container,
#bodyinpage.about-us .fcol.fcol-5 .container,
#bodyinpage.about-us .fcol.fcol-6 .container   
  {
  display:none;
}


/*footer*/
#footer a {
  color:#fdfdfd
}

#footer a:hover {
  color:#0BA29A
}

#footer{background:#222;}

/*#foot-nav{
  display:none;
}*/

#foot-nav ul li a {
    color: #fdfdfd;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fdfdfd;
}

#footer {
    color:#fdfdfd;
}

#contact-info ul li span {
    color: #fdfdfd;
}

#copyright, #copyright a{color:#fdfdfd;}


.contact-row h5 {
  color:#fdfdfd;
  padding:.5em 0 1em;
  width:100%
}

/*#footer{background:#FDFDFD;max-width:100%;}*/



/*滑鼠游標位移過去時更換圖片*/
.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:#FDFDFD;
  border:0px solid #00AAB7;
  background-color:#00AAB7;
  text-decoration:none;
  text-align:center;
  cursor:pointer
}
.back>a:hover,
.btn-search:hover,
.btn-style:hover,
input[type="submit"]:hover {
  color:#FDFDFD;
  background-color:#6D9CB2;
}



/*回首頁*/
.navbar-nav > li > a {
    color: #FDFDFD;
    background-color: #0BA29A;
}

.navbar-nav > li > a:hover {
    color: #FDFDFD;
    background-color: #6D9CB2; /* 懸停顏色 */
}


/*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);
}
  



/*intro1*/
.intro1 {
	-webkit-animation-delay: 1.5s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 15px 20px;
	display: inline-block;
	font-size: 100%;
	color: #FDFDFD;
  	background: #0BA29A;
    border: 1px solid #0BA29A;
    border-radius: 50px;
}

.intro1 a:hover {
	color: #0BA29A;
	background: #FDFDFD;
    border: 1px solid #0BA29A;
	transition: all 0.3s ease;
}


.intro1 a:hover:after {
	left: 0;
}

@media screen and (max-width: 768px) {
  .intro1 a {
    display: block;
    width: 120%;
    box-sizing: border-box;
    text-align: center;

  }
}

/*intro2*/
.intro2 {
	-webkit-animation-delay: 1.5s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	font-size: 100%;
    padding: 10px 20px;
	color: #FDFDFD;
  	background: #222;
    border: 1px solid #222;
    border-radius: 0px;
}

.intro2 a:hover {
	color: #222;
	background: #FDFDFD;
    border: 1px solid #222;
	transition: all 0.3s ease;
}


.intro2 a:hover:after {
	left: 0;
}

@media screen and (max-width: 768px) {
  .intro2 a {
    display: block;
    width: 120%;
    box-sizing: border-box;
    text-align: center;

  }
}

/*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 {
  /*display: none;*/
  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;
}


/*編排_字上圖下*/
/* 手機統一：文字在上、圖片在下 */
@media (max-width: 767px) {

  /* 預設：所有 .row.flex-md-nowrap 在手機都用 column-reverse（反轉） */
  .row.flex-md-nowrap {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  /* 如果某一個 .row 同時有 reverse-second，則「取消反轉」，改成 column（文字在上，圖片在下） */
  .row.flex-md-nowrap.reverse-second {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 確保子元素沒有其他 order 干擾；強制第一個為上、第二個為下（可保險） */
  .row.flex-md-nowrap.reverse-second > *:first-child { order: 1 !important; }
  .row.flex-md-nowrap.reverse-second > *:last-child  { order: 2 !important; }

}


/*側邊欄位反饋色*/
#side ul li.current>div a {
  color:#6D9CB2
}
  


.section-wrap {
  min-height: 500px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 15px;
}

/* image-box */
.image-box {
  background-image: url('https://static.iyp.tw/409859/files/68f24930-658d-4d09-b4b3-2ec083f87d51.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

/* text-box */
.text-box {
  padding: 30px;
  color:#0BA29A;
  background-color: #D8D8D8;
  transition: background-color 0.4s ease;
}

.text-box:hover {
  color:#fdfdfd; 
  background-color: #0ba29a; 
}

/* 桌機左右圓角 */
@media (min-width: 768px) {
  .image-box {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .text-box {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

/* 手機上下圓角（圖上字下） */
@media (max-width: 767px) {
  .image-box {
    min-height: 220px;
    border-radius: 15px 15px 0 0;
  }
  .text-box {
    border-radius: 0 0 15px 15px;
  }
}


/* 產品格 */
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: #111;
    border: 0px;
    border-radius: 3px;
    color:#222;
    background-color: rgba(0, 0, 0, 0.05);
    
}
 
ul.product-list li a:hover {
  color:#fdfdfd; 
  background-color: #0ba29a; 
}

/*產品格名稱顏色*/

/*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;
}
*/


.news .fcol .news-list li a:hover,
.news .news.main-content li a:hover {
  color:#6d9cb2
}


/*隱藏價格*/
.main-container .price, #topnav .price {
  display: none !important;
}
.money-icon {
  display: none !important;
}


/*隱藏頁尾_追蹤分享*/
#function {
  display: none
}


@media (max-width: 767px) {
  .product-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}