a {
    color: #06955f;
    text-decoration: none;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    border-top:5px #75c5cc solid;
}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }



/*top*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 130px;
  padding-top:0px;
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 5px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #1580c3;
    padding: 10px 5px;
}


#nav ul li.current a  {
    color: #1580c3;  
}

#nav ul .subnav li a{
  background-color: rgba(75, 75, 75,0.45);
  color:#fff;
  text-align:left;
  padding: 12px 8px;
}

#nav .subnav {
    position: absolute;
    top: 100%;
    z-index: 998;
    background-color: rgba(75,75,75,0.55);
} 


div{ word-break:break-all; }


#nav li.has-subnav ul li a {
   white-space: pre-line;  
}


/*banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(680 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}




/*index*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}


/*Index_1*/
#bodyinhome .fcol.fcol-1{
  background:url(https://static.iyp.tw/36132/files/07465b0f-0594-4baa-82bc-f0f93d1bfd4a.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
}

@media(max-width:428px){
  #bodyinhome .fcol.fcol-1{
    background-position:top right;
 }
}

@media(max-width:428px){
  #bodyinhome .fcol.fcol-1 .container{
    background:rgba(255,255,255,0.75);
 }
}

#bodyinhome .fcol.fcol-2{background:#efefef;}

/*Index_4~6*/
#bodyinhome .fcol.fcol-4,
#bodyinhome .fcol.fcol-5,
#bodyinhome .fcol.fcol-4{
 display:none;
}



/*h1*/
.h1title {
    color: #06955f;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #06955f dotted;
}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] img:hover {
    opacity:0.55;
}
.row [class^="col-"] {
  padding:10px;
}
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}



.product-link .row .col-4 > a {
  border:0px solid #ccc;
  width:100%;
  display:inline-block;
  background-color: #75c5cc;
  height: 40px;
  line-height: 40px;
   font-size:100%;
  text-align: center;
   color:#fff;
        font-weight: bold;
}
.product-link .row .col-4 > img {
  vertical-align: middle;
}
.product-link .row .col-4 > a:hover {
 color:#fff;
 background:#06955f;
}




body[data-type="fullpage"] .main {
    min-height: 0px;
}


/*產品格*/
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*/
#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);
}



/*footer*/
#footer {
    color: #fff;
    background-color: #62a315;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
    display: none;
}
.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%;
    visibility: hidden;
}

#footer-service {
   display:none; 
}/*隱藏"中華黃頁"字樣資訊*/ 