.button2 {
  background:none;
  border-radius:50% ;
  border:1px dashed #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top:35%;
  width:200px;height:200px;
}


.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: left;
    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{
    background:#0a6bbd;
    color: #fff;
}


#nav ul li.current a  {
    background:#38b3e8;
    color: #fff;  
}


/*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*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/37706/files/c0371934-9519-4927-9d33-1697a6334c34.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
  min-height:450px;
}


/*h1*/
.h1title{color:#0a6bbd;border-bottom:1px dashed #0a6bbd;}


/*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{
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #095ba7;
}


/*form*/
.mark {
    background: none;
   }


/*footer*/
#footer{background:#0a6bbd;}

#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;}



/*
#nav ul li a{color:#0059a4;}
#nav ul li a:hover{background:#3ea0da;color:#fff;}
#nav ul li.current a{background:#207acc;color:#fff;}


#bodyinpage #header{background:url(https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/37706/files/e02b8a93-191d-416b-9654-5a165d29f02c.png);
background-position:top center;overflow:hidden;padding-bottom:0px;
}
*/

/*側邊欄
.right-nav__title {
    background:#335fb0;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#d2e2e5;
    border-bottom: 1px dotted #555;
    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:#ff9000;
    border-bottom: 1px dashed #555;
    display: block;font-family:微軟正黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}

 #side h2 {    
    font-size: 140%;
 }   
*/


/*下方公司資訊底色
#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;
    max-width:100%;
}

#foot-nav {
    font-size: 100%;
    overflow: hidden;
    padding: 10px;
    border-bottom: 0px solid #c9e8e6;
    text-align: center;
}

#contact-info {
    position: relative;
    color: #555;
    font-size: 100%;
    line-height: 1.8;
    text-align: center;
    padding: 12px 0;
}

#contact-info li span {
    color: #555;
}

 #copyright a{
    font-size: 85%;
    color: #b3b3b3;
    width: 100%;
    margin-top: 3px;
    text-align: center;
}*/