.row [class^="col-"] {
    padding: 10px;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }

/*回首頁*/
.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: 100px;
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    color: #1580c3;
}

#nav ul li a span{transition:all 0.5s;}

#nav ul li a:hover span{border-top:2px solid #1580c3;padding-top:5px;}

#nav ul li .subnav a span:hover  {
    display: inline-block;
    max-width: 200px;
    border-top: 0px solid;
}


#nav ul li.current a  {
    color: #1580c3;  
}


/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*About_2*/
.serveimg2 {
    display: block;
    text-align: center;
    width: 100%;
    min-height: 100px padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 50px;
    padding: 20px 15px;
    height: 80px;
    background:#63bbe9;    
    transition:all 0.5s;
}

.serveimg2:hover {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #178ac6;
   overflow: hidden;
   position: relative;
   border-radius: 10px 50px;
   padding:20px 15px;
   height: 80px;
  }


/*h1*/
.h1title{color:#0a84bc;border-bottom:1px dashed #0a84bc;}


/*pd*/
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: #000;
    overflow: hidden;
    padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #59aacb;
    text-shadow: none;
    padding: 0 10px;
}


/*news*/
.news .fcol .news-list li h3 {  
  color: #63bbe9;
}


/*form*/
.mark {
    background: none;
   }


/*footer*/
#footer{background:#0a84bc;}

#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}

#footer {
    color:#fff;
}

#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#dcdcdc;}

  
/*
#header {
    position: relative;
    width: 100%;
    margin: 0 auto 0px;
    padding-top: 51px;
}
*/

/*header
#bodyinpage #header{background:url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37767/files/fca69104-16e9-41ed-b8ed-8c58f3218156.png);
background-position:top center;overflow:hidden;
position: relative;
padding-top: 51px;
}
*/

/*nav
#nav{background:#58a810;}
#nav ul li a{color:#fff;font-size:15px;font-weight:bold;}
#nav ul li a:hover{background:#ccea00;color:#000;}
*/


/*側邊欄
.right-nav__title {
    background:#58a810;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#e3e3e3;
    border-bottom: 1px dotted #000;
    display: block;font-family:微軟正黑體;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}

.right-nav a:hover {background:#b2d956;    
    display: block;font-family:微軟正黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
*/


/*下方公司資訊底色
#footer {
    background-color: #f4f7fc;
    background-image: linear-gradient(#f4f7fc, #cfe9ff);
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #bed4eb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    clear: both;
    font-size: 90%;
    min-height: 100px;
    padding: 15px 20px;
    position: relative;
}
*/



