body, ul, ol, table, blockquote, html {
  font-family: 'Noto Sans TC', "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "新細明體", "Microsoft YaHei", "Helvetica Neue", Helvetica, "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
}
/*最新消息-post*/
#item-15003687280 .ba-blog-post-info-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
/*最新消息-post*/
/*首頁-news-post*/
#item-1739264253730 .ba-slideset-nav {
    display: inline-flex;
    justify-content: center;
}

#item-1739264253730 .ba-slideset-nav a{
      margin: 5px;
}

#item-1739264253730 .ba-blog-post-info-wrapper span.ba-blog-post-date{
  background-color: #ffffff;
  padding-right: 15px;
  z-index: 1;
}

#item-1739264253730 .ba-blog-post-info-wrapper:after{
  content: '';
  position: fixed;
  width: 85%;
  height: 1px;
  background-color: #12367f;
  right: 0;
}

#item-1739264253730 ul.carousel-type li:after{
  content:'';
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background-color: #12367f;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.news-post .ba-slideset-nav{
  top: -10%;
}

.news-post .ba-slideset-nav a{
  position: static;
}


/*首頁-news-post*/
/*聯絡我們-feature*/
#item-17391811486780 .ba-feature-box:nth-child(n) {
    margin-top: 20px;
}

.contact-feature .ba-feature-list-layout .ba-feature-image-wrapper {
    margin-right: 15px;
}
/*聯絡我們-feature*/
/*底部選單*/
.footer-menu  li:not(:nth-last-of-type(1)) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/*底部選單*/
div.mod-languages ul{
  font-size: 14px;
}

div.mod-languages li{
  border-radius: 50px;
}

div.mod-languages li a{
  color: #ffffff;
}

div.mod-languages li{
  background-color: #cccccc;
}

div.mod-languages li:hover{
  color: #ffffff;
  background-color: #12367f;
}

div.mod-languages ul li.lang-active{
  color: #ffffff;
  background-color: #12367f;
}