      body{
        background-color: #0c165f;
        font-family: "微軟正黑體", Arial;
        margin: 0;
        padding: 0;
        line-height: 2.5em;
        background-image: url("images/background2.png");
        background-repeat: repeat;
        background-position: 50% 0px;
        }


        .table tr th {
          text-align: center;
          font-size: 22px;
          color: #000;
          font-weight: bolder;
        }
        .table tr td {
          text-align: center;
          font-size: 18px;
          color: #000;
        }
        .table caption {
          text-align: center;
          font-size: 4vh;
          font-weight: bolder;
          color: #FFF;
        }
        .table{
          background-color: #FFF;
          padding: 15px;
          /*min-width: 1170px;*/
        }

        .topbg{
    background-image: url(images/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        }

        .topbg img{
          margin-bottom: 0px;
        }

        .table{
          width: 1170px;
        }
        .table caption{
          color: #000;
          margin: 18px;
        }
        .table thead tr th{
          line-height: 30px;
        }
        .table tbody tr td{
          line-height: 48px;
        }
       /* .table tbody tr td img{
          margin-right: 20px;
          margin-left: 20px;
        }*/

        .copyright{
         font-size: 10px;
         text-align: center;
         color: #FFF;
         line-height: 2em;
         padding: 10px;
      }
      .c_txt{
        font-size: 26px;
        color: #FFF;
        text-align: center;
      }

      .table caption{
        color: #FFF;
      }

      .col-xs-6 img{
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
        transition: all 0.3s ease ,;
      }


      .col-xs-6 img:hover{
      transform: translate(0px,-10px);
      /*-webkit-box-shadow: 0px 5px 10px hsla(62,100%,29%,0.50);*/
      /*box-shadow: 0px 5px 10px hsla(62,100%,29%,0.50);*/
      }
      .gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
  
    filter: gray;
}

    .navbar-default{
      /*background-color: rgba(50%, 50%, 50%, 0);*/
      background-color: #841115;
      color: #FFF; 
      border:0px;
      border-radius: 0px;
      margin-bottom: -15px;
    }
    .navbar-default .navbar-nav>li>a{
      color: #FFF;
      font-size: 17px;
    }
    .navbar-default .navbar-header>a{
      color: #FFF;
      font-size: 19px;
    }
    .navbar-default .navbar-nav>li>a:hover{
      background-color: #8A4242;
      color: #FFF;
    }
    
    .navbar-default .navbar-toggle{
      border-color: #fee1e9;
    }
    .navbar-default .navbar-toggle .icon-bar{
      background-color: #FFF;
      border-color: #fee1e9;
    }
    .navbar-default .navbar-toggle:hover{
      background-color: #70428a;

    }
    .dropdown ul li{
      margin-top: 10px;
      font-size: 18px;
    }

