html {
    font-size: 100% !important;
}
body {
    font-size: 100% !important;
	font-family: light, verdana, "微軟正黑體", "黑體" !important;
	color: #555d5e !important;
}
body.font-s {
    font-size: 16px !important;
}
body.font-m {
    font-size: 17px !important;
}
body.font-l {
    font-size: 18px !important;
}
p {
    line-height: 1.85em;
    letter-spacing: 1px;
    text-align: justify;
}
/*header {
    padding-top: 0px !important;
    height: 100%;
    /*
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
/*}
/*header .lang-link a{
    font-size: 12px;
}*/
header {
    padding-top: 0px !important;
/*     background: #F1F1F0 !important; */
    background: #FFF !important;
    /*height: 100%;*/
    /*
    background: url(../images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}

header .lang-link a{
  font-size: 0.75em;
}
header .logo img{
  max-height: 60px !important;
}
@media (max-width: 767px) {
    header .logo img {
        max-width: 70% !important;
        padding-top: 10px;
        text-align: left;
    }
}
.header-spacer{
  height: 1px;
}

.top-menu{
    padding-top: 15px;
}
.nav-image {
    position: relative;
    width: 100%;
}
.nav-text {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}
.content {
    padding-bottom: 0px !important;
}
.content h1 {
    margin-bottom: 30px;
}
.content li {
    padding-bottom: 10px;
}
.site-index h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
.site-index h2  i{
    color: #72c02c;
}
.site-index .headline {
    display: block;
    margin: 25px 0 20px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.site-index .project-item{
    padding:5px;
}
.site-index .project-item .thumbnail-style {
    padding: 7px;
    position: relative;
    margin-bottom: 11px;
}
.thumbnail-style a.btn-more {
    left: -5px;
    bottom: 10px;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    background: #72c02c;
    display: inline-block;
}
.site-index .project-item  h4{
    color: #666666;
    margin: 10px 0px;
}
.site-index .project-item ul {
    list-style: none;
    padding:0px;
    margin:0;
}
.site-index .project-item li {
    font-size: 0.75em;
    padding-left: 15px;
    text-indent: -10px;
    padding-bottom: 5px;
}
.site-index .project-item li:before {
    content: "•";
    color: #006837;
    position: relative;
    left: -5px;
}
.site-index .project-item  h4{
    color: #666666;
    margin: 10px 0px;
}
.site-index .client-logo img{
    padding:10px;
    max-width: 100px;
}
.footer {
    padding: 30px 0px 50px !important;
    margin: 0;
    color: #555d5e;
    text-align: center;
}

.footer .headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #006837;
}

.footer hr {
    border-top: 1px solid #006837;
}

.footer .footer-menu > ul{
    padding-left: 0;
    list-style: none;
}

.footer .footer-menu > ul > li{
    border-bottom: 1px solid #eee;
}

.footer .footer-menu > ul > li a{
    color: #000;
    font-size: 0.6875em;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.footer .footer-menu > ul > li i {
    color: #eee;
    float: right;
    margin-top: 5px;
}

.footer .footer-menu > ul > li > ul{
    padding-left: 20px;
    list-style: none;
    padding-bottom: 10px;
}


.footer .footer-menu > ul > li > ul > a{
    color: #000;
    font-size: 0.6875em;
    padding: 6px 0px;
    display: inline-block;
}

@media print {
    a[href]:after {
        content: '' !important;
    }
}
