h1 {
    font-family: '微軟正黑體';
    font-size: 32px;
    color: #333333;
}

h2 {
    font-family: '新細明體';
    font-size: 25px;
    color: #333333;
}

h2 span {
    font-size: 18px;
}

.sub {
    padding: 30px;
    border-left: 8px solid #f29d04;
    margin: 30px 0 30px 0;
}

p {
    font-family: '微軟正黑體';
    font-size: 16px;
    color: #333333;
    margin: 30px 0 30px 0;
}

.t1 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t1.jpg);
    background-repeat: no-repeat;
}

p.list {
    font-size: 18px;
}

p.list2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 1em;
    margin-right: 40px;
    text-indent: -1em;
}

.t2 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t2.jpg);
    background-repeat: no-repeat;
}

.t3 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t3.jpg);
    background-repeat: no-repeat;
}

td span {
    font-weight: 700;
}

.table-light,
.table-light>td {
    background-color: #ffffff !important;
}

.rest,
.rest>td {
    background-color: #f2f2f2 !important;
}

.table-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.t4 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t4.jpg);
    background-repeat: no-repeat;
}

.t5 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t5.jpg);
    background-repeat: no-repeat;
}

.t6 {
    height: 60px;
    width: 100%;
    background-image: url(../../assets/images/20200110/t6.jpg);
    background-repeat: no-repeat;
}

.single-widget {
    border: 1px solid #999999 !important;
}

.single-widget h3 {
    font-size: 20px;
}

.single-widget .red {
    font-weight: bold;
    color: red;
}

.btn {
    background-color: #cc0000;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: '微軟正黑體';
}

@media only screen and (max-width: 768px) {
    .page-title.page-title-blog {
        background-size: 100% 100%;
        padding: 100px 0;
    }
    h2 {
        font-size: 22px;
        font-weight: bold;
    }
    h3 {
        font-weight: bold;
    }
}