/* Make the image fully responsive */
html {
    min-height: 100%; /* ��虜���� */
    position: relative;
}
body {
    /* overflow: scroll; */
    /* font-family: "Helvetica", "Arial", "疇職簧癡罈顫疆簫瞿矇罈�怏徉��", "Microsoft JhengHei", "矇罈�怏徉��-癟繒��","Heiti TC", "sans-serif",; */
    /* font-family: "genshingothic"; */
    font-family: "Noto Sans TC","sans-serif";
    /* background-color: #fffef1; */
    /* Margin bottom by footer height */
    margin-bottom: 80px;
       
    
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #cca01b;
}
a {
    color: #3d4a63;
}

a:hover {
    text-decoration: none;
    color: #20a8a1;
}

nav a {
    /* padding-top: 10px; */
    padding-left: 10px;
}

.navbar {
    opacity:0.9;
    align-items: initial;
    box-shadow: 0px 1px 6px gray;
}

.navMenu {
    padding-top: 0px;
    right:20px;
    top:5px;
    position: fixed;
    
}

.secondMenu {
    padding-top: 25px;
    padding-left: 10px;
    /* right: 20px; */
    /* position: fixed; */
    /* position: absolute; */
}

.navMenu li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    float: left;
    font-size: 0.9rem;
    border-right: 1px solid #8894ad;
    /* border-right: 1px solid #b5b5b5; */
}
.colsize {
	font-size:1.2rem;
}
.navMenu li a {
    padding: 0 12px;
    display: block;
    /* color: #b5b5b5; */
    line-height: 14px;
}

.secondMenu ul li{
    display: list-item;
    list-style: none;
    float: left;
    /* font-size: 1.2rem; */
}
@media (max-width: 415px) {
  #cusSpan{
    margin-left:-60%;
    font-size:0.9rem;
    padding:5px;
    display:block;
    width:120%;
    white-space:pre-wrap;
    
   
  }
 
 .menu_mobile {padding-top: 12px;}
}
@media (max-width: 410px) {
  #cusSpan{
    margin-left:-60%;
    font-size:0.8rem;
    padding:5px;
    display:block;
    width:120%;
    white-space:pre-wrap;
  }
}
#wrap {
    /* margin: 15px 30px; */
    /* display: inline-block; */
    position: relative;
    /* height: 20px; */
    /* float: right; */
    padding: 0;
}

input[type="text"] {
    /* height: 60px; */
    /* font-size: 5rem; */
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
    width: 240px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}
input[type="submit"] {
    height: 30px;
    width: 30px;
    display: inline-block;
    color:red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 70%;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity .4s ease;
    
}

input[type="submit"]:hover {
    opacity: 0.8;
}


#ncutitle {
    padding-top:0;
    font-size: 1.3rem;
   
}
#header-empty {
    padding-left: 80%;
    /* padding-top: 5px; */
    line-height: 50px;
    background-color: #FFFFFF;
}
.header {
    /* background-color: #d5e6ff;     */
    padding-left: 80%;
    padding-top: 5px;
    /* line-height: 50px; */
    background-color: #FFFFFF;
}

.custom-nav-link{
    font-weight: bold;
    color: #c32164;

}

.custom-nav-link:hover {
    font-weight: bold;
    color: #13635f;
}
.dropdown-item:hover {
  font-weight: bold;
  color: #13635f;
}
.custom-nav-item {
    margin-left: 10px;
}

.custom-form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    -ms-flex-align: center;
    align-items: center;
}
.navbar-title {
    /* margin-top: 5px;
    padding-left: 10px;
    text-align: center;
    font-size: 1.5rem; */
}

.carousel-inner img {
    width: 100%;
}

.carousel-caption a {
    color: #00043a;
}

.carousel-caption {
    margin: 0 auto;
    color: #666666;
    height: 100px;
    width: 40%;
}
.carousel-caption a p {
    font-size: 1.2rem;
}

.carousel-indicators-round li {
    border-radius: 10px;
    background-color: #0a7900;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}
.carousel-indicators-round .active {
    border-radius: 10px;
    background-color: #ffa53e;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

.borderleft{
	border-left: 3px solid #20a8a1;
}
.div-border {
    margin: 10px;
    padding: 20px;
    border-left: 3px solid #20a8a1;
    border-right: 1px solid #20a8a1;
    border-top: 1px solid #20a8a1;
    border-bottom: 1px solid #20a8a1;
    font-size: 1.2rem;
    width:80%;
}

.div-border img {
    height: 32px;
    margin-right: 8px;
    
}

.div-one-border{
    margin: 3px;
    padding: 5px;
    border-left: 3px solid #20a8a1;
    border-right: 1px solid #20a8a1;
    border-top: 1px solid #20a8a1;
    border-bottom: 1px solid #20a8a1;
}

.div-one-border img {
    height: 30px;
    
}

.div-one-border a {
    text-align: center;
}

.col-sm img {
    padding-left: 10px;
    padding-right: 10px;
    /* border-left: 6px solid #7ba3af; */
    height: 40px;
    

}

.col-sm a {
    text-align: center;
}

.col-4 {
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
}

.col-4 img {
    padding-left: 10px;
    padding-right: 10px;
    /* border-left: 6px solid #7ba3af; */
    
}

.col-4 a {
    text-align: center;
}

.show-at-768 {
    display: none;
}

.show-at-768-inline-block {
    display: none;
}

.news {
    border-style: none;
    padding: 3px 8px 2px 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    vertical-align: middle;
    vertical-align: top \9;
    _vertical-align: middle;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    word-wrap:break-word;

}

/* todo */
.list-news {
    border-style: none;
    padding: 3px 8px 2px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    vertical-align: top \9;
    _vertical-align: middle;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
    width: 40px;
    word-wrap:break-word;

}
.badge {
	color:#fff;
	font-size:1rem;
}
.badgeTop {
    background-color: #f91111;
}

.badge-1 {
    background-color: #ff5fc2;
    text-align: center;
}

.badge-2 {
    background-color: #e80000;
    text-align: center;
}

.badge-3 {
    background-color: #ba5203;
    text-align: center;
}

.badge-4 {
    background-color: #117a8b;
    text-align: center;
}

.badge-5 {
    background-color: #022f33;
    text-align: center;
}

.badge-6 {
    background-color: #a6346d;
    text-align: center;
}

.badge-7 {
    background-color: #0012ff;
    text-align: center;
}

.badge-8 {
    background-color: #106423;
    text-align: center;
}

.badge-24 {
    background-color: #3a413f;
    text-align: center;
}
.badge-26 {
    background-color: #5B5B00;
    text-align: center;
}

.more {
    margin-left:80%;
}

.more a {
    font-size: 2rem;
    color: #627294
}

#more {
  margin-right: 100px;
}

.pagination {
    margin-left: 40%
}

.pagination li{
    padding: 3px 8px 2px 8px;
}

.footer {
    /* margin-bottom: 0rem; */
    margin-top: 0px;
    background-color:#595959;
    padding-top: 0.5rem;
    padding-bottom: 15px;
    padding-left:0%;
    /* align-items: center; */
    /* text-align: center; */
    font-size: 0.8rem;
    color:#FFF;
    text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
}

.footer a{
    color:#FFF;
}

#q:focus {
    border: 1px solid gray;
    background-color: white;
}

/* > 1025px */
@media (min-width: 1025px) {
    .show-sm {
        display: none;
    }
    .hide-md {
        display: none;
    }
    
    
}

/* < 1025px */
@media (max-width: 1025px) {
   
    .footer {
        padding-left: 1%;
        text-align: center;
    }
    .pagination {
        margin-left: 40%;
    }
    .pagination li{
        padding: 3px 8px 2px 8px;
    }
    .hide-at-768 {
        display: none;
    }
    .hide-sm {
        display: none;
    }
    .show-at-768 {
        display: block;
    }
    .footer-at-768 {
        display: block;
    }
    .show-at-768-inline-block {
        display: inline-block;
    }
   
}

/* > 768px */
@media (min-width: 768px) {
    /* .carousel-caption {
        color: #000;
        background-color: #ffffffce;
        height: 150px;
    }
    .carousel-caption a p {
        font-size: 1.2rem;
    } */
    .footer {
        margin-top: 20px;
    }
    
}
@media (max-width: 376px) {
	.pagination {
        margin-left: 10%;
    }
    
	}

/* < 768px */
@media (max-width: 768px) {
  .hide-smaller-than-768 {
    display: none;
  }
  .show-smaller-than-768 {
    display: block;
  }
  .show-smaller-than-768-inline-block {
    display: inline-block;
  }
  
    #ncutitle {
        padding-top: 10px;
        font-size:1rem;
       /* padding-right: 40px;*/
    }
   .carousel-caption {
        color: #000;
        height: 50%;
   }
   
      
}

/* < 1024px */
@media (max-width: 1024px) {
  .table td, .table th{
    padding:0rem;
  }
    .carousel-caption {
       /* padding-top: 5px; */
        color: #000;          
    }
    .carousel-caption a p {
        font-size: 0.8rem;
    }
    #carouselExampleControls {
        margin-top: 10px;
    }
    .navbar-title {
        /* margin-top: 10px; */
        /* font-size: 1rem; */
    }
    #ncutitle {
        padding-top: 10px;
        font-size:1rem;
                   }
    .custom-nav-item {
      margin-left:0px;
      text-align: center;
    }
    .newsTop {
        display: none;
        background-color: #ffffff;
    }
    .col-sm a {
        font-size: 0.89rem;
    }
    .col-sm img {
        padding-left: 0px;
        padding-right: 0px;
        /* border-left: 6px solid #7ba3af; */
        height: 30px;
    }
    .hide-at-1024 {
        display: none;
    }
    .justify-content-around{
      display:none;
    }
    #header-empty {
    padding-left: 80%;
    /* padding-top: 5px; */
    line-height: 40px;
    background-color: #FFFFFF;
   }
    
}
/* < 768px */
@media (max-width: 767px){
    #ncutitle {
        text-align: center;
        padding-top: 10px;
        font-size:1rem;
        padding-right: 40px;
        padding-left: unset;
    }
    .carousel-caption {
        padding-top: 1px;
        color: #000;
        height: 50%;
   }
    } 
/* > 768px */
@media (min-width: 769px){
    .container {
        max-width: 100%;
    }
    .show-smaller-than-768 {
      display: none;
    }
    .show-smaller-than-768-inline-block {
      display: none;
    }
    
    
}

/*
	���垢��SS
*/
.gotop {
    position: fixed;
    z-index: 90;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #0099cc;
    line-height: 50px;
    border-radius: 50%;
    transition:all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    cursor: pointer;

}

.gotop:hover {
    background-color: #006080;
  }

  @media screen and (max-width: 767px) {
    /*left*/  .side-collapse-container-left{
      position:relative;
      left:0;
      transition:left .4s;
    }
    .side-collapse-container-left.out{
      left:70%;
    }
    .side-collapse-left {
       top:50px;
       bottom:0;
       left:0;
       width:70%;
       position:fixed;
       overflow:hidden;
       ransition:width .4s;
     }
     .side-collapse-left.in {
        width:0;
      }

    /*right*/    .side-collapse-container-right{
        position:relative;
        right:0;
        transition:right .4s;
      }
      .side-collapse-container-right.out{
        right:70%;
      }

      .side-collapse-right {
        top:75px;
        bottom:0;
        right:0;
        width:30%;
        position:fixed;
        overflow:hidden;
        transition:width .4s;
        background-color:#595959;
      }
      .custom-nav-link{
        padding-left:0px;
        color: #efe892;
      }
      .side-collapse-right.in {
        width:0;
     }
   }
   .breadcrumb-item+.breadcrumb-item::before{
     color: #cff0da;
   }
  
.td-title{
        width: auto;
        text-align: right;
    }
    .td-dd{
        padding-left: 10px !important;
        width: 90%;
    }
    .div-category{
        padding-bottom: 20px;
        display: flex;
        justify-content: center;       
    }
     .div-category button{
        margin-left: 5px;
        margin-right: 5px;
     }
    
#webside1{
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/
	z-index: 90;   
    top: 430px;
    left: -5px;
    width: 60px;
    background: #9cf1ff;
    border-radius: 4px 0 0 4px;
    font-size:0.8rem;
}

#webside2{
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/
	z-index: 90;
    top: 525px;
    left: -5px;
    width: 60px;
    background: #9cf1ff;
    border-radius: 4px 0 0 4px;
	font-size:0.8rem;
}

.linon{
    list-style:none;
}

:focus{
    outline: #43B5FC ;
    border-width: 3px;
    border-style: dashed;
    border-color: #a06130;
    padding: 3px;
}

.breadcrumb-item1+.breadcrumb-item1::before{
	color: #d58555a;
}

.desktopcolor{
	color: #117697;
}