* {
    font-family: '微軟正黑體'
}
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.blog .carousel-indicators .active {
    background: #707070;
}
/*body {
    background-image: url(), linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: cover;
    border-top: solid 10px #ff1165;
    border-bottom: solid 10px #ff1165;
    padding-bottom: 40px;
}*/
.lg-title {
    color: #1988D0;
    font-weight: 600;
}
.md-title {
    color: #8e8e8e;
    font-size: 1.75rem;
    font-weight: 400;
}
.card-text > span {
    font-weight: 600;
    color: #0048b5;
    font-size: 1.2em;
}

/**TABLE 樣式 **/
.table {
	border-bottom: 5px solid #1988D0;
}
.table td, .table th {
	vertical-align: middle;
}
.table .thead-blue th {
    color: #fff;
    background-color: #1988D0;
    border-color: #1988D0;
}
span.address {
	font-weight: 600;
}

/** 捲軸樣式 **/
/*- scrollbar -*/ 
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #666;
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #333;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}