.hideme
{
    opacity:0;
}

html {
  scroll-behavior: smooth;
}


#bodyinpage .main-container .container,#bodyinpage .main-container .edit-area{
  width: 100% ;
 max-width: 9999px; 
  }
#bodyinpage .main-container .container,#bodyinpage .main-container #nicedit_2{
padding:0;
}
/*fcol-1*/
.x1{
  background-color: rgba(255,255,255,0.0);
 
}

.fcol .fcol-4{

}
#nicedit_3{
background-image: url("https://static.iyp.tw/40083/files/8503d023-8074-41b6-b3c0-63e9031ea33f.png")
}
#nicedit_0{
padding:0;
}

  /*fcol-header*/
.fcol.fcol-header {
  display:none;
}
/*fcol-2*/
.x2{
padding:3em 0;
}
.fcol.fcol-2 {
 background-image: url( 'https://static.iyp.tw/40083/files/73921787-39c4-48de-bb80-fea5c655fc1c.jpg' );
  background-position:center;
 color: #fff;
  line-height:1.5rem;
  padding:60px 0px 60px 60px;
 
} 

body[data-type="fullpage"] .navbar .container {
    display: none;
}
  .navbar {
    display:none;
    background-color: rgba(0,0,0,0.0);
}
.topnavbar {
display:none;
}

#bodyinhome,#bodyinpage{
font-family: Microsoft JhengHei;
}

#footer {
    color: #fff;
    background-color:#285F40;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 1em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}



a {
    color: #000;
    text-decoration: none;
}
body {
    color: #000;
    font-size: 16px;
    margin: 0;
}
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height:0 !important;
  padding-bottom: calc(1000 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}



/*首頁圖*/
.rk_imgblock1{ 
  text-align:center;
}
.rk_imgblock1 figure{
	width: 100%;
	position:relative; overflow:hidden;
	display:inline-block;margin:5px;
	transition:all .5s;
}
.rk_imgblock1 figure img {
  width: 100%; height: 100%; 
  transition:all .5s;
  display:block;
}
.rk_imgblock1 figcaption{
	width: 100%; height: 100%; 
  box-sizing:border-box;
	background: rgba(0,0,0,0.55);
	color:#FFFFFF; font-weight:bold;
	font-size:20px; 
  /*line-height: 40px;*/
	text-shadow:1px 1px 3px #000,-1px -1px 3px #000;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.46),inset 0 0 100px rgba(0,0,0,0.75);
	position:absolute; top:0; left:0;
	transition:all .5s;
    width:100%;height:100%;
  padding-top:/*100px*/50px;
    }
.rk_imgblock1 figcaption span{ 
  font-size:16px;  
  /*line-height: 20px;*/
  display: block;color:#fff
}
.rk_imgblock1 figure:nth-child(1) figcaption	{ opacity:0;}		
.rk_imgblock1 figure:nth-child(1) figcaption:hover { opacity:1;}
.rk_imgblock1 figure:nth-child(2) figcaption	{ opacity:0;}		
.rk_imgblock1 figure:nth-child(2) figcaption:hover { opacity:1;}
.rk_imgblock1 figure:nth-child(3) figcaption	{ opacity:0;}		
.rk_imgblock1 figure:nth-child(3) figcaption:hover { opacity:1;}

.mobilebar .col-xs-2,.mobilebar .col-sm-12{
padding:0;
}
.mobilebar{
  position: fixed;
  bottom:0px;
  background:#006c23;
  width:100%;
  padding:0px;
  text-align:center;
  height:70px;
  z-index:99999;
  margin:0 auto;
  
}
.mobilebar .row{
 text-align:center;
  margin:0 auto;
  padding-left:18%;
}
.mobilebar .row div{
  float:left;
  margin:0px 15px;
  border:1px solid #fff;
  border-radius:5px;
  padding:5px;
}
.mobilebar p{
text-align: center;
   font-size: 10px;
  color:#fff;
}
.mobilebar a{
color:#000;
}

.mobilebar img{
width:30px;
height:auto;
display: block;
  margin-left: auto;
  margin-right: auto;
}


/*以上為手機板底部BAR*/
@media screen and (min-width: 650px) {
 .mobilebar{
  display: none;
 } 
}




/*----top-----*/

#logobg{
 background-image: url("https://static.iyp.tw/40083/files/8503d023-8074-41b6-b3c0-63e9031ea33f.png");
}


#logo{
text-align:center;
margin:10px 0;
}
#logo img{
margin:0 auto;
}

.toparea{
  
  
background: linear-gradient(87deg, rgba(38, 164, 95, 1)28%, rgba(172, 201, 81, 1)69%);
background: -moz-linear-gradient(87deg, rgba(38, 164, 95, 1)28%, rgba(172, 201, 81, 1)69%);
background: -webkit-linear-gradient(87deg, rgba(38, 164, 95, 1)28%, rgba(172, 201, 81, 1)69%);
background: -o-linear-gradient(87deg, rgba(38, 164, 95, 1)28%, rgba(172, 201, 81, 1)69%);
  
  line-height:3rem;
  padding:40px;
text-align:center;
  position: relative;
  margin:0 auto;  
  
}

.toparea h1{
  font-weight:bold;
  font-size:3rem;
  color:#fff;
}



/**.toparea p{
font-size:1.5rem;
font-weight:bold;
}**/

.toparea h2{
color:#f5f5f5;
  margin:5px 0;
font-size:2rem;
font-weight:bold;}

.toparea .subtitle{

  color:#CBEEAC;
  font-size:2rem;
  line-height:35px;
  margin-bottom:30px;
}
.gonext img{
position: absolute;
    bottom: -40px;
    z-index: 999;
  margin-left:-36px;
    text-align: center;
}

.callbtn{
padding:10px 20px;
  background:#fff;
  border-radius:30px;
  margin:20px 0;
  color:#0A4562;
  font-size:2rem;
  font-weight:bold;
 
 
}

.callbtn:hover{
color:#fff;
  background:#000;
}
/*服務項目*/

.service{
margin:0 30px 30px 30px;
  padding:30px;
 
}

.service h3{
margin:20px;
  font-weight:bold;
  font-size:1.5rem;
}

.service p{
line-height:2rem;}


.item{
  padding:50px;
  background: linear-gradient(147deg, rgba(0, 142, 48, 1)0%, rgba(160, 201, 81, 1)69%);
background: -moz-linear-gradient(147deg, rgba(0, 142, 48, 1)0%, rgba(160, 201, 81, 1)69%);
background: -webkit-linear-gradient(147deg, rgba(0, 142, 48, 1)0%, rgba(160, 201, 81, 1)69%);
background: -o-linear-gradient(147deg, rgba(0, 142, 48, 1)0%, rgba(160, 201, 81, 1)69%);
}

.item img:hover{
opacity:0.5;
}

.iconline img{
margin:5px;
}

.contact{
  margin:0 auto;
  width:90%;
  text-align:center;
padding:10px 20px;
}

.contact1{
width:30%;
padding-left:20px;}

.contact2{
width:50%;
}


.aboutus{
width:80%;}


#footer-service{
text-align:center;
padding-top:20px;
margin-top:-10px;}


body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


@media only screen and (max-width: 768px) {
  .callbtn{
  font-size:1.2rem;}
  .item .col-4{
    width:50%;
  }
  .abouttitle{
  text-align:center;}
  
  
  .toparea h2{
  font-size:1.5rem;}
}

/***************************/

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


