/*隱藏標題字*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

#bodyinpage.contact-us .fcol.fcol-header
{
  display:none;
}

/*手機選單*/
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #FCFCFC; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #228074; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #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%);
    }
  }


/*手機版選單展開的樣式*/
  @media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: rgb(156, 86, 237); /* 填入想要手機版型的選單背景顏色 */
    }
    .rwd-side a {
      color: #222; /* 填入想要手機版型的選單選項的文字顏色 */
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #FCFCFC; /* 填入想要手機版型的搜尋輸入匡的背景顏色 */
     }
    .rwd-side .nav li {
      border-bottom: 1px #ccc solid;
    }
    .rwd-side .language > a {
      padding-left: 0px;
    } 
  }

.rwd-side.menu-open {
  background: #FCFCFC;
 }


.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;
  }

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
  margin-bottom:0px
}



/*top*/
.navbar-nav > li > a {
    color: #FCFCFC;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  /*text-align: center;*/
  padding-top:0;
}

.topnavbar .container::after {
  content: "";
  display: imline-block;
  width: 100%;
}

.topnavbar {
  background: #FCFCFC;

}



/*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 / 1920 * 100%);
  }
}



/*Index_1*/
#bodyinhome .fcol.fcol-1{
   background:#FCFCFC url()no-repeat;
   background-position:top center;
   background-size:cover;
   background-attachment:fixed;
   min-height:600px;
}

@media(max-width:428px){
  #bodyinhome .fcol.fcol-1{
     min-height:200px;
  }
}

#bodyinhome .fcol.fcol-1 .container{
  padding:80px 0;
}

@media(max-width:767px){
  #bodyinhome .fcol.fcol-1 .container{
  padding:16px;
 }
}

.ab.row h2{
  word-wrap: normal;
  font-family: 'Gonzi Expanded PERSONAL USE', sans-serif;                                             
  font-size: 3rem;
  line-height: 3.04rem;
  color:#5eb4a9;
}  

.ab.row h2{font-family: '176MKSDAL', sans-serif;}


/*Index_2*/
#bodyinhome .fcol.fcol-2{
   background:#EDEDED url()no-repeat;
   background-position:top center;
   background-size:cover;
   background-attachment:fixed;
   min-height:300px;
}


#bodyinhome .fcol.fcol-2 .container{
  padding:90px 0 80px;
}

@media(max-width:767px){
  #bodyinhome .fcol.fcol-2 .container{
  padding:16px;
 }
}

#service .list article {
  background: transparent;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 10px 10px 5px;
  text-align: left;
  height: 330px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 200px;
  }
}

#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: #65c8bb;
  padding: 5px 5px;
  /*float: right;*/
}


span.cat-name3 {
  border:1px solid #fff;
  padding: 10px 20px;
  border-radius:35px;
  color:#fff;
  transition:all 0.5s;
  /*float: right;*/
}

span.cat-name3:hover {
  background:#65c8bb;
  color:#fff;
  border:0px ;
}


/*Index_3*/
#bodyinhome .fcol.fcol-3{
  display:none;
}


/*Index_4*/
#bodyinhome .fcol.fcol-4{
   background:#F7F7F7 url()no-repeat;
   background-position:top center;
   background-size:cover;
   background-attachment:fixed;
   min-height:300px;
}

#bodyinhome .fcol.fcol-4 .container{
  padding:5% 0;
}

@media(max-width:767px){
  #bodyinhome .fcol.fcol4 .container{
  padding:16px;
 }
}


span.cat-name2 {
  border:1px solid #222;
  padding: 10px 20px;
  border-radius:35px;
  color:#222;
  transition:all 0.5s;
  /*float: right;*/
}

span.cat-name2:hover {
  background:#65c8bb;
  color:#fff;
  border:0px ;
}


/*Index_5~6*/
#bodyinhome .fcol.fcol-5{
   background:#FFFFFF;
   background-position:top center;
   background-size:cover;
   background-attachment:fixed;
   min-height:50px;
}

#bodyinhome .fcol.fcol-5 .container{
  padding:5% 0;
}

@media(max-width:767px){
  #bodyinhome .fcol.fcol-5 .container{
  padding:16px;
 }
}


span.cat-name2 {
  border:1px solid #222;
  padding: 10px 20px;
  border-radius:35px;
  color:#222;
  transition:all 0.5s;
  /*float: right;*/
}

span.cat-name2:hover {
  background:#65c8bb;
  color:#fff;
  border:0px ;
}


/*#bodyinhome .fcol.fcol-6{
  display:none;
}*/

#bodyinhome .fcol.fcol-6{
   background:url(https://static.iyp.tw/42433/files/a061638a-6b37-4587-9ffe-55c0f375e55b.jpg)no-repeat;
   background-position:top center;
   background-size:cover;
   background-attachment:fixed;
   min-height:100px;
}

#bodyinhome .fcol.fcol-6 .container{
  padding:5% 0;
}

@media(max-width:767px){
  #bodyinhome .fcol.fcol-6 .container{
  padding:16px;
 }
}



/*h1*/
.h1title{
  color: #228074;
  text-align:center;
}


/*pd*/
ul.product-list li {
  width: 33%;
  margin-bottom: 20px;
  padding: 0 16px;
}

@media(max-width:428px){
  ul.product-list li {
     width:50%;
  }  
}


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;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #228074;
    text-shadow: none;
    padding: 0 10px;
}



/*form*/
.mark{background:none;}


/*footer*/
#footer{
 background:#D3D3D3;
}

#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:#222;}


#continfo ul li i.fa {
  width: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px #fff solid;
  border-radius: 99em;
  margin-right: 7px;
  height: 26px;
}

#continfo ul li {
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
}

/*頁籤寬版*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 10px;
    width: 90%;
}

/*nav*/
#nav{margin-top:-80px ; background-color: #FFF; /* 你可以选择任何颜色 */}

#nav ul {float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #222;
    line-height: 1.3;
    font-weight: 300;
    padding: 10px 18px;
    font-size: 100%;
    transition:all 0.5s;
}

/*上方頁籤_游標滑過去的字體色*/
#nav ul li a:hover {
    color: #227F73; /* 文字顏色 */
}

/*上方頁籤_字體色*/
#nav ul li.current a  {
    color: #227F73; 
}

/*上方頁籤_上下邊距*/
body[data-type="fullpage"] #nav {
  font-size: 1rem;
  width: 100%;
  padding-top: 20px; /* 上邊距 */
  padding-bottom: 0x; /* 下邊距 */
}

/*變色按鈕1*/
.intro1 {
	-webkit-animation-delay: 1.5s;
}
.intro1 a {
	overflow: hidden;
	position: relative;
	padding: 15px 15px;
	border: 5px;
	display: inline-block;
	font-size: 120%;
	color: #FCFCFC;
  	background: #227F73;
    border-radius: 10px;
}
.intro1 a:hover {
	color: #5EB4A9;
	background: #227F73;
	transition: all 0.4s ease;
}
.intro1 a:hover:after {
	left: 0;
}

/*變色按鈕2*/
.intro2 {
	-webkit-animation-delay: 1.5s;
}
.intro2 a {
	overflow: hidden;
	position: relative;
	padding: 15px 15px;
	border: 5px;
	display: inline-block;
	font-size: 120%;
	color: #FCFCFC;
  	background: #5EB4A9;
    border-radius: 10px;
}
.intro2 a:hover {
	color: #222;
	background: #5EB4A9;
	transition: all 0.4s ease;
}
.intro1 a:hover:after {
	left: 0;
}

/*段字語法*/
@media(max-width:767px){
.mobile-br:before { 
    content: ' '; 
    display: block;
 }  
}
  

