/*tl icon*/
.tl{position:fixed;right:0.5%;top:65%;z-index:1000;}
/*email icon*/
.em{position:fixed;right:0.5%;top:73%;z-index:1000;}
/*fb icon*/
.fb{position:fixed;right:0.5%;top:81%;z-index:1000;}




@media only screen and (max-width: 470px) {
  .tl{position:fixed;right:0.5%;top:50%;z-index:1000;} 
  .em{position:fixed;right:0.5%;top:60%;z-index:1000;}
  .fb{position:fixed;right:0.5%;top:70%;z-index:1000;} 
}

@media(max-width:428px){
 .tl,.em, .fb {
    transform:scale(0.8);
 }
}

/*body*/
body {
    color: #333;
}

body{
	background:#fff;
}

#wrap{
	background:url(https://static.iyp.tw/408987/files/3551d3ef-d935-4566-a8c1-daf564957e21.jpg)no-repeat;
	background-position:top center;background-size:cover;background-attachment:fixed;
}

a {
    color: #016C01;
    text-decoration: none;
}

a:hover {
    color: #8BC41A;
}


/*body*/
.row [class^="col-"] {
  padding:10px;
}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }



/*logo*/

 #logo img {
   padding: 0 16px 16px;
 }


/*top*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  /*text-align: center;*/
  padding-top:0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.5;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 95%;
    transition:all 0.5s;
}

#nav ul li a:hover{
    padding: 10px 18px;
    color: #8BC41A;
}

#nav ul li a span{
    display:block;
    text-align:center;
  	transition:all 0.5s;
}

#nav ul li a:hover span{
	color:#2c6b50;
}


#nav ul li.current a  {
    color: #016C01;
	border-bottom:3px solid #016C01;  
}



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}



/*h1*/
.h1title h1{
  display: none;
}


/*Index_1*/

.about_ln {
  width: 100%;
  padding: 20px 30px;
  border-top-right-radius: 2em;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  position: relative;
  top: 30px;
}





/*Index_2*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/408987/files/cf55b6a4-eda7-43b3-8031-3e1846217904.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}



/*Index_3
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 .container{
  max-width:100%;
  width:100%;
}*/


/*.ad.row .col-2:nth-child(even){
    margin-top:35px;
}*/



/*Index_4
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4{
    background: rgba(255,255,255,0.65);
}


#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4 .container{
   padding:40px 20px;
}


#service .list article {
  background: #efefef;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px
    rgba(0,0,0,0.16);
  padding: 15px 15px 5px;
  text-align: left;
  height: 330px;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 400px;
  }
}

#service .list article a {
  display: block;
}

#service .list article .image_hover {
  height: 70%;
  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: #208cff;
  padding: 5px 5px;
  float: right;
}*/




/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
    display: none;
}

/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
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: #444;
    overflow: hidden;
    padding: 0 16px;
}

/*改產品格名稱顏色*/
#side ul li.current > div a {
    color: #94a440;
}
#side ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #000;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}


/*form*/
.mark{background:none;}


/*footer*/
#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}

#foot-nav {
   display:none;
}


@media(max-width:480px){
  #footer .container .col-md-4{  
    flex: 0 0 100%;
  }
}



#footer {
    color:#fff;
  	background-color: #5ba55d;
}

#contact-info ul li span {
    color: #fff;
}
*/

#copyright, #copyright a{color:#dcdcdc;}


/*隱藏 追蹤分享 字樣*/
#footer div.col-md-5 {
display: none;
}

/* About_4、6*/

#bodyinpage. rwd-collapse.viewmode.default.about-us .fcol.fcol-4,
#bodyinpage. rwd-collapse.viewmode.default.about-us .fcol.fcol-6 {
  display: none;
}