.topnavbar {
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwP/2wBDAQEBAQEBAQEBAQECAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wAARCAAEAAQDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAACv/EABgQAAIDAAAAAAAAAAAAAAAAAADwNaa2/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AHdb5oLKgf/Z) repeat;
    padding: 0;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}
.swiper-slide {
  width: 100% !important;
}
/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(690 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(540 / 1920 * 100%); /* 內頁 banner 大小 */
}
/*banner下移*/
@media only screen and (min-width: 768px){
    #banner {  top: 110px;}
    #main-wrap {    margin-top: 110px;}
}
#nav ul li a {
    color: #555;
}
#nav ul li a:hover {
    color: #aed752;
}
#nav ul li.current a {
    color: #51a222;
}
#nav .subnav {
  background-color: rgba(255,255,255,0.85);
}
.navbar {
    background-color: #aed752;
    background-image: -webkit-linear-gradient(#aed752,#51a222);
    background-image: linear-gradient(#aed752,#51a222);
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #51a222;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #aed752;
    font-weight: 600;
}
a:hover {    color: #555;}

/*標題*/
.h1title {
    color: #75b932;
    border-bottom: 1px solid #e3e3e3;
}
#side ul li.current>div a {
    color: #75b932;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}
/*產品格*/
ul.product-list li a {
    color: #555;
    text-align: center;
    background-color: rgba(89,186,220,0.25);
}
ul.product-list li a:hover {
    color: #777;
    background-color: rgba(89,186,220,0.5);
}

#bodyinhome .fcol.fcol-1 {
    background-color: #aed752;
    background-image: -webkit-linear-gradient(#aed752,#51a222);
    background-image: linear-gradient(#aed752,#51a222);
}
#bodyinhome .fcol.fcol-3 {
    background: url(https://static.iyp.tw/5489/files/2ffc4de7-7234-4fd9-8ebc-bad4138fa796.jpg) center right;
    background-attachment: fixed;
}
#bodyinpage .fcol.fcol-1 {
    background:  #fff;
}
body.about .fcol.fcol-1 {
    background: url(/templates/cache/5489/images/aw1111.jpg) center right no-repeat #fff;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}