a {
    text-decoration: underline !important;
}

@media print {
    .ofca-print-breakbefore {
        page-break-before: always;
    }
    .ofca-print-col-4 > .col-md-4 {
        width: 33.3333% !important;
    }
}

ul.list-style-star {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-style-star li {
    position: relative;
    padding-left: 20px;
}

ul.list-style-star li::after {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    content: '*';
}

#logo {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    #logo {
    max-width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    }
}

#coverlogo {
    max-width: 350px;
    margin: 0;
}

@media (max-width: 768px) {
    #coverlogo {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    }
}

#breadcrumb-management h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-management {
    background: linear-gradient(90deg, #6283c2 0%, rgba(98,131,194,0.5));
}

#breadcrumb h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb {
    background: linear-gradient(90deg, #ed7a22 0%, #faca4f);
}

#breadcrumb a {
    color: #fff;
}

#footer {
}

#pdflist {
    margin: 0;
    padding: 5px 0 5px 30px;
    list-style: none;
    background-image: url('../../assets/img/pdf.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    margin-left: -30px;
}

.btn:not(:disabled):not(.disabled) {
    border-radius: 40px;
    background-color: #fff !important;
    font-size: 18px;
    font-weight: bolder;
    padding: 14px 30px;
}

@media (min-width: 576px) {
    .btn:not(:disabled):not(.disabled) {
    border-radius: 40px;
    background-color: #fff !important;
    font-size: 1rem;
    padding: 14px 22px;
    }
}

.footer-link {
    color: #000 !important;
}

.footer-link:hover {
    color: #007DB3 !important;
    text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #007DB3;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.ofca-link:hover {
    color: #fbb818;
}

.ofca-link {
    color: #007DB3;
}

.highlight {
    color: #eb0000;
}

strong .ptitle {
    font-size: 20px;
}

.ptitle strong {
    font-size: 20px !important;
}

.ofca-paragraph strong {
}

@media (min-width: 992px) {
    .ofcapagetitle {
    background-image: url(../../assets/img/header.png) !important;
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 2px 2px #000;
    padding-top: 15px;
    padding-bottom: 15px;
    }
}

.ofcapagetitle {
    background-image: none;
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: right;
    text-shadow: 2px 2px #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #007DB3;
}

.form-control.ofca-search-input:focus.ofca-search-submit {
    /*outline: none;*/
    border-color: #333;
}

.form-control.ofca-search-input:focus.ofca-search-submit {
    border-color: #333;
}

.form-control.ofca-search-input:focus {
    /*outline: none;*/
    border-color: #0087a4;
}

.form-control.ofca-search-input {
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    padding: 0 46px 0 10px;
    border-color: #0087a4;
    border-radius: 35px;
    border-width: 2px;
    margin-top: 15px;
    color: #333;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ofca-search-form {
    overflow: hidden;
    position: relative;
}

.ofca-search-input-wrapper {
    padding: 0 66px 0 0;
    overflow: hidden;
}

.ofca-search-wrapper {
    height: auto;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    background: transparent;
    margin: 0;
    position: static;
}

.form-control.ofca-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    margin-top: 10px;
    margin-right: 5px;
    background: transparent;
    color: #0087a4;
    font-family: fontawesome;
    font-size: 30px;
    line-height: 60px;
}

.form-control.ofca-search-submit:hover {
    color: #0087a4;
    cursor: pointer;
}

@media (min-width: 992px) {
    .ofca-home-ver-wrapper {
    margin-top: 60px !important;
    }
}

.ofca-home-ver-wrapper {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .ofca-home-title-h3 {
    font-size: 28px !important;
    }
}

.ofca-home-title-h3 {
    font-size: 22px;
}

@media (min-width: 576px) {
    .container.ofcapagetitle h1 {
    font-size: 28px !important;
    }
}

@media (min-width: 1200px) {
    .container.ofcapagetitle h1 {
    font-size: 28px;
    }
}

.container.ofcapagetitle h1 {
    font-size: 22px;
}

.navbar-light .navbar-toggler-icon .ofca-hamburger {
    border: none;
}

.navbar-light .navbar-toggler {
    position: absolute;
    top: 22px;
    right: 15px;
    border: none !important;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon .fa {
    display: block;
    margin-top: -5px;
    font-size: 40px;
    color: #0087a4;
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../../assets/img/hamburger.png);
}

.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon .fa {
    display: none;
}

.ofca-circle-heading {
    background-color: #000;
}

h5 .ofca-heading-divider {
    border-bottom: 2px;
    border-color: #000;
}

ofca-heading-divider {
    border-bottom: 5px dotted;
    border-color: #000;
}

.ofca-heading-divider {
    border-bottom: 5px dotted;
}

.ofca-heading-divider.ofca-heading-divider-blue {
    color: #0095da;
    font-size: 1.5rem;
}

.ofca-heading-divider.ofca-heading-divider-purple {
    color: #92278f;
    font-size: 1.5rem;
}

.ofca-heading-divider.ofca-heading-divider-red {
    color: #f15a29;
    font-size: 1.5rem;
}

.col.ofac-column-gap {
    margin-bottom: 20px;
}

.team-clean .item .name {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}

.ofca-chapter7-heading {
    color: #00998e;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-profile-name {
    margin-top: 28px;
    margin-bottom: 8px;
    color: #0087a4;
}

.team-clean .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px;
}

.team-clean p {
    color: #000;
}

.ofca-profile-title {
    font-size: 1rem;
}

.team-clean {
    color: #313437;
    background-color: #fff;
}

.team-clean .item {
    text-align: center;
    padding-top: 50px;
}

#breadcrumb-chapter1 H2 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter1 {
    background: linear-gradient(90deg, #f6a500 0%, rgba(246,165,0,0.4));
}

.breadcrumb-chapter1-img {
    width: 150px;
    display: block;
    margin-left: 50px;
    margin-right: auto;
}

.breadcrumb-chapter2-img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

.breadcrumb-chapter3-img {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

.breadcrumb-chapter4-img {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

.breadcrumb-chapter5-img {
    width: 110px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

.breadcrumb-chapter6-img {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: 50px;
}

#breadcrumb-chapter2 H2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter2 {
    background: linear-gradient(90deg, #6cb82d 0%, rgba(108,184,45,0.4));
}

#breadcrumb-chapter3 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter3 {
    background: linear-gradient(90deg, #e8607a 0%, rgba(232,96,122,0.4));
}

#breadcrumb-chapter4 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter4 {
    background: linear-gradient(90deg, #eb6100 0%, rgba(235,97,0,0.4));
}

#breadcrumb-chapter5 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter5 {
    background: linear-gradient(90deg, #007cc5 0%, rgba(0,124,197,0.4));
}

#breadcrumb-chapter6 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter6 {
    background: linear-gradient(90deg, #9e3b90 0%, rgba(158,59,144,0.4));
}

#breadcrumb-chapter7 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter7 {
    background: linear-gradient(90deg, #00998e 0%, rgba(0,153,142,0.4));
}

#breadcrumb-chapter8 h2 {
    font-weight: bolder;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#breadcrumb-chapter8 {
    background: linear-gradient(90deg, #c3943a 0%, rgba(195,148,58,0.4));
}

.ofca-chapter1-heading {
    color: #9e6900;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter1-subheading h4 {
    color: #9e6900;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter1-subheading {
    color: #9e6900;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-index {
    margin-bottom: 4px;
}

.col.ofca-list-gap {
    margin-bottom: 4px;
}

.img-fluid.ofca-img-wrap-left {
    width: 350px;
    float: left;
    padding: 10px;
}

.img-fluid.ofca-img-wrap-right {
    width: 350px;
    float: right;
    padding: 10px;
}

.ofca-btn {
    color: #007DB3;
    border: solid 2px;
    border-color: #007DB3;
    margin: 10px;
}

.ofca-btn:hover {
    border-color: #007DB3;
}

.ofca-chapter3-heading {
    color: #E02447;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter6-heading {
    color: #9e3b90;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter8-heading {
    color: #916E2B;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter5-heading {
    color: #007cc5;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter4-heading {
    color: #eb6100;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter2-heading {
    color: #497f1f;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading-italic h4 {
    color: #e02447;
    margin-top: 7px;
    font-size: 1.15rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading-italic {
    color: #e02447;
    margin-top: 7px;
    font-size: 1.15rem;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.ofca-chapter5-subheading {
    color: #007cc5;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter4-subheading {
    color: #eb6100;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading h4 {
    color: #e02447;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter3-subheading {
    color: #e02447;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter2-subheading h4 {
    color: #497f1f;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-chapter2-subheading {
    color: #497f1f;
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: bolder;
    margin-bottom: 0.5rem;
}

.ofca-paragraph-sub {
    font-size: small;
    margin-bottom: 0;
}

.col-md-12.ofca-hr-rule {
    width: 70%;
}

.ofca-hr-rule {
    margin-top: 30px;
    margin-left: 0;
}

.ofca-img-single {
    width: 400px;
    margin: 10px auto;
    display: block;
}

.ofca-chapter4-caption {
    font-size: small;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
}

.ofca-chapter5-caption {
    font-size: small;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000;
}

.ofca-chapter6-caption {
    font-size: small;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000;
}

.ofca-caption-img {
    padding-top: 10px;
    padding-bottom: 10px;
}

@page {
    size: auto;
}

.ofca-index-sub {
}

body:lang(zh-Hans), p:lang(zh-Hans) {
    font-family: Poppins, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, 細明體_HKSCS, Arial, sans-serif;
}
