/*
<meta name="google-site-verification" content="ppA5V7ogWbf7kSBov6X7IHxJ9B_XYmrXHaei3RSRIZc" />

.body-p-1 .p-block .region {
  margin-top:0px;
}

.body-p-1 .cpage-box {
  padding: 0px;
}
*/

/**瀏覽人次**/


.fs-sysbar.navbar-inverse {
  
 background-color:black;
    border: none;
}
 
.fs-sysbar.navbar-inverse .navbar-brand {
  color: white;
  /* font-weight: 900; */
}
 
.fs-sysbar.navbar-inverse .navbar-brand:hover,
.fs-sysbar.navbar-inverse .navbar-brand:focus {
  color:white;
}
 
.fs-sysbar.navbar-inverse .navbar-nav>li>a {
  color: #e6e6e6;
}
 
.fs-sysbar.navbar-inverse .navbar-nav>li>a:hover, 
.fs-sysbar.navbar-inverse .navbar-nav>li>a:focus {
  color: #111;
  background-color: white;
}
 
.fs-sysbar.navbar-inverse .navbar-nav>.open>a, 
.fs-sysbar.navbar-inverse .navbar-nav>.open>a:hover,
.fs-sysbar.navbar-inverse .navbar-nav>.open>a:focus {
  color: black;
  background-color: #FAFAFA;
}
 
 
.fs-sysbar.navbar-inverse .fs-logo {
  margin-top: -5px;
}
 
.fs-banner {
  background-color: white;
}
 
.fs-banner-title {
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  font-weight: bold;
}


a.btn_blue {
    /* font-size: 20px; */
    transition: all .3s;
    padding: 5px 0px;
    color: white;
    background: #0070ff;
    display: inline-block;
    width: 130px;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0px 10px;
    text-shadow: 0 0px 3px #a0a0a0;
}

/* footer */

  .bg-iconifon {
    height: 70%;
    background:rgba(#343642,0.9);
  }
  .bg-textinfo {
    height: 30%;
    background-color: rgba(#348899,0.9);
    color:black;
    font-weight: bold;
  }
  .box-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width:70px;
    height:70px;
    border-radius: 50%;
    background-color: #348899;
    margin:15px 15px;
    color:rgba(#343642,0.9);
    font-weight: bold;
    transition: all ease 0.6s;
  }
  .box-circle:hover {
    cursor: pointer;
    transform: scale(1.2);
  }
  .justify-content-center {
    display: flex;
    justify-content: center;
  }
  .h6 {
    font-size:16px;
  }
  #page-footer,#block-p-footer {
    background-color:#f7f7f7;
  }


@media (min-width:768px) {
  #p-main {font-size: 16px;}
}