/*#nav{background-color:#0a2b6e;border-bottom:none;box-shadow: 0 -1px 2px rgba(0,0,0,0.3) inset;}
#logo{display:none;}
body#bodyinpage #banner.cusbg, body#bodyinhome #banner.cusbg {height: auto;
  background: transparent;box-shadow:none;}
#header {background-image:
  url("http://14tpc00962.iyp.tw/templates/cache/23974/images/54d7840cbb1a8.gif");
  background-repeat:no-repeat;}*/





/*整體*/
body {
    color: #000;
    font-size: 16px;
    margin: 0;
}


/*Banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#nav ul li a {
    white-space: nowrap;
    color: #000;
    line-height: 1.3;
    padding: 10px 20px;
    font-size: 100%;
}
#nav ul li a:hover{
    color: #fff;
    background: #0a2b6e;
    border-radius:40px;
}
#nav ul li.current a {
    color: #fff;
    background: #0a2b6e;
   border-radius:50px;
}
#nav ul li .subnav {
   background-color: #fff;
   color: #333;
   border-radius:0px;
}
#nav ul li .subnav a {
    background-color: #fff;
    color: #333;
    border-radius:0px;
}
#nav ul li .subnav a:hover {
    color: #fff;
    background: #0a2b6e;
    border-radius:0px;
}


/*h1*/
.h1title{
    color:#0a2b6e;
    text-align:center;
    border-bottom:1px solid #0a2b6e;
}


/*About2
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/23974/files/6ad1dfd8-15a9-4a6e-9a78-0399eec5fb9b.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  height:450px;
  background-attachment:fixed;
}*/
/*About3
#bodyinpage .fcol.fcol-3 {
      background-color: #ebf5ff;
}*/

/*About4*/
.owl-carousel.owl-theme {
  padding: 0 1rem 1.4rem 0rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 95%;
    /*box-shadow: 0px 2px 2px rgba(0,0,0,0.16);
    border: 5px solid #fff;
    padding:5px 5px 10px;*/
}


/*文字方塊*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #0d74d5;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:15px 12px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #1666b1;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:15px 12px;
}


/*About5~6*/
#bodyinpage .fcol.fcol-5, .fcol.fcol-6 {
  display:none;
}





