@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #84d8a4;
    padding: 0;
    border-bottom: 5px #c9ecd4 solid;
}}
#nav ul li a {    color: #5f843f;}
#nav ul li a:hover {
    color: #3abfba;
    font-weight: 600;
    background: rgba(255,255,255,0.75);
    border-radius: 30px;
}
#nav ul li.current a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px rgba(255,255,255,0.75) dotted;
}
#nav .subnav {
  background-color: #84d8a4;
}

/* 首頁與內頁共用 */
.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(810 / 1920 * 100%); /* 首頁 banner 大小 */
}
/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(600 / 1920 * 100%); /* 內頁 banner 大小 */
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #84d8a4;
}

/*banner下移*/
@media only screen and (min-width: 768px){
    #banner {  top: 110px;}
    #main-wrap {    margin-top: 110px;}
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #4aab6f;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #00ab96;
    font-weight: 600;
}
a:hover {    color: #555;}


/*標題*/
.h1title {
    color: #95d2ca;
    text-align: center;
    background: url(https://static.iyp.tw/41213/files/401c5114-dbad-460c-9e50-07d73fe01cdb.png) no-repeat center bottom;
}

/*產品格*/
ul.product-list li a {
    color: #5f843e;
    text-align: center;
    background-color: rgba(132,216,164,0.5);
}
ul.product-list li a:hover {
    color: #3a5d1b;
    background-color: rgba(132,216,164,0.75);
}
#side ul li a {
    font-size: 1.05rem;
}
#side ul li.current>div a {
    color: #2b6235;
    background: rgba(0,0,0,0.05);
    font-size: 110%;
}

#contact-info ul li span {    color: #84d8a4;}


#bodyinhome .fcol.fcol-3 {    background: #c9ecd4;}
#bodyinhome .fcol.fcol-5 {    background: #c9ecd4;}
body.about-us .fcol.fcol-2 {    background: #3abfba;}
body.about-us .fcol.fcol-4 {    background: #3abfba;}

/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #292929;
    color: #fbfbfb;
}
#tb td a:hover {
    background: #717171;
}

/*色塊下滑*/
.box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.box img{
    width: 100%;
    height: auto;
}
.option{
    position: absolute;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(58, 191, 186 ,0.8);
    transition: all 0.5s ease 0s;
    border-radius:30px;
}
.link{
    border: 5px solid #fff;
    position: relative;
    top:40%;
    width: 50px;
    height:50px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    color:#fff;
}
.link:hover{
    color:#fff;
}
.box:hover .option{
    top:0;
}
