@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(255 255 255 / 62%);}}

#nav ul li.current a {color:  #17b5a6;}
#nav ul li a{color:  #353535;}
#nav ul li a:hover {color: #17b5a6;}

#nav .subnav{background-color: #fff;}
#nav ul li .subnav a {color:#353535;}
#nav ul li .subnav a:hover {background: rgb(228 243 241 / 70%);}

.h1title {color: #5a5359; border-bottom:1px solid #dddddd; text-align: center;}

ul.product-list li a{color: #ffffff; background-color: #309891;}
ul.product-list li a.focus, ul.product-list li a:hover {color: #fce1b8;}

a {color: #46413e;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

#footer {
    color: #5a5a5a;
    background-color: #f4f9f8;
}


.contact-row h5 {
    color: #7e7e7e;
}

#foot-nav {
    border-bottom: 1px solid #5aa9ae;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #64a8ad;
}

#footer a {
    color: #b1b1b1;
}

#bodyinhome .fcol-3, body.about-us .fcol-2{
    background: url(https://static.iyp.tw/409959/files/c9bdff4c-1821-4c24-9653-0464aa7df4f9.jpg) no-repeat center;
}

#bodyinhome .fcol-6, body.about-us .fcol-6{
    background: url(https://static.iyp.tw/409959/files/49b28797-8853-4a9e-9be1-53b71aae6f11.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

#bodyinhome #footer, body.about-us #footer {
    margin-top: -40px;
}

#bodyinhome .fcol-2 .container {
    width: 80%;
}

body.about-us .fcol-4, body.about-us .fcol-5{
    display: none;
}

body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/409959/files/e158ef5d-9720-4fa5-9ce5-5084a2592457.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

body.customized-service .fcol.fcol-2 .container {
    background: #ffffff url(https://static.iyp.tw/409959/files/edbaab20-ae10-4680-9279-7ec9a1ed5af2.png) no-repeat top center;
    margin-top: 30px;
}

body.customized-service .fcol.fcol-3 .container {
    background: #ffffff url(https://static.iyp.tw/409959/files/da294e4b-b0e4-4c6c-9678-4ac170cf770e.png) no-repeat top center;
    margin-top: 30px;
}

body.customized-service .fcol.fcol-4 .container {
    background: #ffffff url(https://static.iyp.tw/409959/files/2579a123-2f54-482a-a88b-4d2898ad5db6.png) no-repeat top center;
    margin-top: 30px;
}

body.customized-service .fcol.fcol-5 .container {
    background: #ffffff url(https://static.iyp.tw/409959/files/a6753854-91c9-45d2-8f6a-de1ed287dd12.png) no-repeat top center;
    margin-top: 30px;
}

body.customized-service .fcol.fcol-6 .container {
    background: #ffffff url(https://static.iyp.tw/409959/files/7cc08f9e-896b-4a28-a352-e284c6ba44ec.png) no-repeat top center;
    margin-top: 30px;
}

ul.product-list li .desc {
  color: #dddddd;}


/*內文字型大小顏色*/
#product-header, .fcol.fcol-1, .fcol.fcol-2, .fcol.fcol-3,  .fcol.fcol-4, .fcol.fcol-5, .fcol.fcol-6 {font-size: 16px;color:#444;}


/*回最新消息*/
.back>a, .btn-search, .btn-style, input[type="submit"] {border: 1px solid #505050; background-color: #8a8a8a;}


/* 首頁與內頁共用 */
.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(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}



/*圖片滑鼠移入效果*/
.box{
    text-align: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(162 226 227 / 14%) linear-gradient(rgb(163 204 205 / 7%), rgb(74 143 147 / 31%) 50%, rgb(72 143 147 / 60%) 50%, rgb(41 125 131 / 92%)) repeat scroll 0 0 / 100% 202%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover:after{
    background-position: 100% 100%;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover .box-content{
    top: 25%;
}
.box .box-content i{
    font-size: 28px;
    color: #fff;
}
.box .title{
    font-size: 20px;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0;
}
.box .description{
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 35%;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
}
.box:hover .description{
    opacity: 1;
    top: 55%;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}


/**/
.btn{
    color: #fff;
    background: linear-gradient(90deg, #83e5e5 0%, #57c7bd 25%, #47c5b9 50%, #4eb9ae 75%, #429d93 100%);
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    box-shadow: 0 6px 45px -5px rgba(0,0,0,0.3);
    transform: translateX(0);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.btn:hover,
.btn:focus{
    color: #fff;
    transform: translateX(10px);
}
.btn:before{
    content: "";
    background-color: #257f80;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.btn:hover:before,
.btn:focus:before{
    transform: scaleX(1);
    transition-delay: 0s;
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1;
    border-radius: 10px;
}