h2 {
    font-weight: bold !important;
}

/* ESG Page Title */
#esg-page-title {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0;
    margin-bottom: 10px;
}

#esg-page-title .row {
    display: flex;
    align-items: center;
}

#esg-page-title .esg-logo {
    max-width: 140px;
    margin: 0 auto;
}

#esg-page-title .esg-page-title-heading {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #414141;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

#esg-page-title .esg-page-title-sub {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    margin-bottom: 8px;
    line-height: 1.6;
}

#esg-page-title .esg-page-title-desc {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    #esg-page-title .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #esg-page-title .col-xs-4,
    #esg-page-title .col-xs-8 {
        width: 100%;
    }
    #esg-page-title .esg-logo {
        max-width: 140px;
        margin: 0 auto 14px auto;
    }
    #esg-page-title .esg-logo-s {
        display: block;
        width: auto !important;
        margin: 0 auto 14px auto;
    }
    #esg-page-title .esg-page-title-heading {
        font-size: 18px !important;
    }
    #esg-page-title .esg-page-title-sub,
    #esg-page-title .esg-page-title-desc {
        font-size: 14px;
    }
}

/* 文章內容表格框線 */
#article-conetent table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

#article-conetent table td,
#article-conetent table th {
    border: 1px solid #ccc;
    padding: 6px 10px;
}


/* section-1 */

h1 {
    font-size: 24px;
}

#article-short {
    padding-left: 50px;
}

#article-short p {
    font-size: 16px;
    line-height: 30px;
    border-left: 5px solid #cc0000;
    padding: 10px 70px 10px 20px;
}


#article-conetent h2 {
    font-size: 20px !important;
}

#article-conetent h3 {
    font-size: 18px !important;
}

#article-conetent li {
    font-size: 16px !important;
}

p.post_at {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 0;
}

p.post_at span {
    color: #cc0000;
    font-weight: bold;
    padding: 0 15px 0 0;
    margin-right: 10px;
    border-right: 1px solid #d1d1d1;
}

.article-footer {
    /* display: none; */
}

.article-category .footer span {
    color: #333333;
    border: 1px dashed #333333;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 10px;
}

.article-category .share {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.article-category .share p {
    margin: 10px;
}

.article-category .share span {
    color: #000000;
    padding-right: 5px;
    border-right: 1px solid #333333;
}

.article-category .share .fb {
    margin-right: 10px;
}

/* 活動資訊 */
.activity-Info .bg {
    background-color: #fff9e1;
    padding: 20px;
}

.activity-Info img {
    margin-bottom: 10px;
}
.activity-Info p {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
}

.activity-Info .bg .main-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.activity-Info div.type p {
    color: #ffffff;
    margin: 0;
    padding: 4px 0px 4px 10px;
}

.activity-Info div.type {
    background-color: #ff6666;
}

.activity-Info div.type2 {
    background-color: #199ED8;
}

.activity-Info div.type3 {
    background-color: #999999;
}

.activity-Info div.type span {
    display: block;
    float: right;
    background-color: #ffffff;
    color: #ff6666;
    padding: 4px 10px;
    margin-top: -4px;
    font-weight: bold;
}

.activity-Info div.type2 span {
    color: #199ED8;
}

.activity-Info p.time {
    color: #000000;
}

.activity-Info p.title {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    /* margin-bottom: 30px; */
}


.activity-Info div.type {
    padding: 1px 1px 1px 20px;
}

div.side-nav h4,
div.side-tags h3 {
    FONT-WEIGHT: 900 !important;
    font-size: 20px !important;
    padding-bottom: 5px;
    line-height: 22px;
}

div.side-nav ul>li> a {
    FONT-WEIGHT: 300 !important;
    font-size: 18px !important;
}

div.side-nav ul>li>ul>li a {
    FONT-WEIGHT: 300 !important;
    font-size: 16px !important;
}


/* .inews-content-inner h3>a,
div.side-nav ul>li:hover>a,
div.side-nav ul>li.active>a,
.pagination.pagination-simple>li.active>a,
div.side-nav ul.list-group-bordered>li>a:hover,
section .theme-color {
    color: #333333 !important;
} */

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 978px) {
    #section-1 .right {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 0px;
    }
    #article-top .first h2,
    #article-top .first .content,
    #article-top h2,
    #article-top .content {
        text-align: left;
        height: unset;
    }
    #article-top div {
        padding-top: 10px;
    }
    #section-1 #article-conetent img {
        width: 100% !important;
        height: auto !important;
    }
    #article-short {
        padding-left: 20px;
    }
    #article-short p {
        padding: 10px 20px 10px 20px;
    }
    h2 {
        text-align: left;
    }
    #table-of-contents-list {
        padding-bottom: 15px;
    }
    #table-of-contents li {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    iframe[title="YouTube video player"] {
        width: 100% !important;
    }
}