
html {
  font-family: "Microsoft JhengHei", "STHeiti Light", "STHeiti", Helvetica, sans-serif;
}

body {
  font-family: "Microsoft JhengHei", "STHeiti Light", "STHeiti", Helvetica, sans-serif;
}

.logo img {
    max-width: 163px;
}

.navbar-nav ul li a {
    font-size: 16px;
	font-weight: 700;
}

.navbar-nav ul {
    float: right;
}

@media (max-width: 768px) {
	.navbar-nav ul {
    float: none;
}
}

.text-info {
    color: #59ab02 !important;
}

.text-info-bg {
    color: #fff;
	background-color: #59ab02;
	padding: 10px;
	padding-left: 20px;
}

.tp-bullets.preview1 .bullet,
.tp-bullets.preview2 .bullet,
.tp-bullets.preview3 .bullet,
.tp-bullets.preview4 .bullet {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: 0.7 !important;
  margin: 0 6px 6px 0 !important;
  -webkit-transition: opacity 0.5s !important;
  transition: opacity 0.5s !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview4 .bullet:hover {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 6px 6px 0 !important;
  -webkit-transition: opacity 0.5s !important;
  transition: opacity 0.5s !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}
.tp-bullets.preview1 .bullet.selected,
.tp-bullets.preview2 .bullet.selected,
.tp-bullets.preview3 .bullet.selected,
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview1 .bullet:hover.selected,
.tp-bullets.preview2 .bullet:hover.selected,
.tp-bullets.preview3 .bullet:hover.selected,
.tp-bullets.preview4 .bullet:hover.selected {
  background: #59ab02 !important;
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  -webkit-box-shadow: 0px 0px 0px 0px !important;
  box-shadow: 0px 0px 0px 0px !important;
}

.footer-logo {
    margin-bottom: 12px;
}

.footer .copyright {
    font-size: 14px;
	font-weight: 600;
}


.page-title-banner {
    padding: 80px 0 80px 0;
}


.panel-group .panel .panel-heading a {
	font-size: 16px;
	font-weight: bold;
}

.progress.progress-alt .progress-bar {
    font-size: 14px;
    color: #fff;
	font-weight: bold;
}

.btnbig {
    font-size: 18px;
	font-weight: bold;
}

.badge.badge-warning {
    background-color: #ff6b00;
    border-bottom: 2px solid #cc5600 !important;
}

.pagination .page-numbers {
	font-weight: 700;
	font-size: 14px;
}

.tile .tile-body p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 0;
	font-weight: 700;
}

.tile .tile-title {
    color: #66cc00;
}