#logo {
 display:block;
  text-align:center;
}
/*nav*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar {
    background-color: #fff;
    top: 0px;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 165px;
    border-top: 0px solid #2889f7;
}

.topnavbar .container {
     height:165px;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0;
}

@media only screen and (max-width: 767px) {
  .topnavbar {
   height:100px;
   }
}

/*頁籤置中語法*/
.topnavbar .container {
    text-align: center;
    font-size: 0;
}

#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.0;
    padding:22px 19px;    
  font-size:110%
}



#nav ul li.current a {
    color: #1162b4;
    font-weight: 600;
}

#nav ul li a:hover {
    background-color: #fff/*#efffff*/;
    color: #333;
  	border-bottom: 5px solid #0C80C8;
}

#nav ul .subnav li a{
  background-color: rgba(75, 75, 75,0.45);
  color:#fff;text-align:left;}

#nav .subnav {
    background-color: rgba(75, 75, 75,0.75);
   } 

#nav ul li .subnav a span{color:#fff;}


/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

/*index*/
#bodyinhome .fcol.fcol-2 img{transition:all 0.5s;}
#bodyinhome .fcol.fcol-2 img:hover{opacity:0.5;}

/*index*/
body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) {
    margin-bottom: 0px;}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }

/*產品*/
ul.product-list li a {
    color: #163f67;
}

/*h1*/
.h1title h1{color:#0C80C8;border-bottom:1px solid #0C80C8;}

/*side*/
#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
    border-bottom: 1px dotted #555;
}

#side ul li a:hover {
    background:#1387c9;
    color: #fff;
    display: block;
    padding: 10px 20px;
    transition: .3s;    
}

#side ul li.current > div a {
    color:#1387c9;    
    display: block;
    padding: 10px 20px;  
   transition: .3s;
}

#side ul li.current > div a:hover {
    background:#1387c9;
    color:#fff;    
    display: block;
    padding: 10px 20px;   
}



/*最底下基本資訊*/
#footer {
background-color:
    #842B00;/*基本資訊顏色底色*/
}

#contact-info ul li span {
    color: 
    #ffffff;/*基本資訊-標題色*/
}

#footer {
    color: 
    #ffffff;/*基本資訊-內容色*/
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 0px solid 
    #fff;
}

#foot-nav ul li a {
    color: #fff;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #fff;
    background-color: 
    rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.info p {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px dashed #ccc;
}

/*背景*/
#wrap{background:url(https://resource.iyp.tw/static.iyp.tw/40214/files/8425e193-3ade-4eeb-a9e8-7ce628632605.jpg);}


/*最新消息字顏色*/
.news .fcol .news-list li h3, .news .news.main-content li h3, #news-heading h3 {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0238b6;
}


/*隱藏版權*/
#footer-service {display: none;} 

/*LOGO*/
.topnavbar {
    background-color: #842B00;
    top: 0px;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 165px;
    border-top: 0px solid #2889f7;
}
