/*icon*/
.tl{position:fixed;right:1%;top:20%;z-index:1000;transform:scale(0.8);}



a {
    color: #79cfd1;
    text-decoration: none;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
#bodyinhome #banner {
  margin-bottom:-45px;
}
#banner{
    border-top:5px solid #79cfd1;
}
div.fcol.fcol {
  line-height:2em;
}






/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #fff;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#nav ul li a {
    white-space: nowrap;
    color: #000;
    line-height: 1.3;
    padding: 10px 25px;
    font-size: 100%;
border-right:1px #ccc solid;
}
#nav ul li a:hover{
 background-color: #79cfd1;
      color: #fff;
}
#nav ul li.current a {
 background-color: #79cfd1;
      color: #fff;
}
#nav ul li .subnav {
 background-color: #fff;
}
#nav ul li .subnav a {
 background-color: #fff;
      color: #000;
   border-radius: 0px;
}
#nav ul li .subnav a:hover {
 background-color: #f5f5f5;
 border-radius: 0px;
}





.h1title {
    color: #000;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #000 solid;
}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.25);
  -webkit-filter:brightness(.5);
}






.service_img{
	position:relative;   
	}
.service_text{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
   top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
	background: rgba(0, 0, 0, 0);
  text-shadow: black 0.1em 0.1em 0.2em;
	}
.service_text:hover{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    background-color:rgba(0,0,0,0.55);
    transition:0.5s
	}
.service_text div{
	font-size: 24px;
    line-height: 0;
    position: relative;
    top: 50%;
  font-weight:bold;
	}
@media (max-width: 768px){
.service_text div {
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 50%;
 }
}




body[data-type="fullpage"] .main {
    min-height: 0px;
}


/*產品格*/
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;
}/*隱藏詳細介紹*/
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 a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
#side ul li.current > div a {
 background-color: #79cfd1;
      color: #fff;
}
.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);
}
ul.product-list li .desc {
    display: none;
}




#footer {
    color: #fff;
    background-color: #79cfd1;
    margin-top:-45px;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}
#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}
.contact-row {
    padding: 0em 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%;
}
#footer-service {
    clear: both;
    padding-bottom: 1em;
    min-height: 20px;
    font-size: .9em;
    overflow: hidden;
}

