/*navbar*/
@media (min-width: 768px) {
 .navbar {
  height:0;
  min-height:0;
  display: none;
 }
} 

/*top*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}
  
@media only screen and (max-width: 767px) {
    body[data-type="fullpage"] .topnavbar {
        background: #1557a0;
    }
}
  
  
.topnavbar{
  background:#1557a0;
  height: 100px;
}


/*logo*/
#logo h1 {
    height: 90px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    letter-spacing:.5rem;
}

@media(max-width:414px){
   #logo h1 {
    height: 90px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing:.5rem;
 }
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #182957;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 100%;
    border-right: 0px #fff dotted;
    transition:all 0.5s;
    display:none;
}

#nav ul li a:hover{
    color: #000000;
}


#nav ul li.current a  {
    color: #000000;  
}


/*Banner*/
.swiper-container {
  height: auto !important;
  padding-top: 100px;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
  }

.swiper-slide {
  width: 100% !important;
  }

@media(max-width:767px){
  .swiper-container {
   padding-top: 0px;
  }
}



/*footer*/
#footer {
    color: #000000;
    background-color: #fff;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #000;
}




/*Index_2~6*/
#bodyinhome div.fcol.fcol-2, div.fcol.fcol-3,div.fcol.fcol-4, div.fcol.fcol-5, div.fcol.fcol-6{
  display:none;
}


/*h1*/
.h1title{color:#1557a0; border-bottom:1px solid #1557a0;}


