/* LOGO色 #08999E  #028038
大標題 #1D3833 */
.backend-editor-body {
    background: #fff;
    padding: 20px;
}
.wrapper {
    overflow: hidden;
    padding-top: 96px;
    padding-bottom: 45px;
}

img {
    max-width: 100%;
    height: auto !important;
}

.anchor {
    margin-top: -96px;
    padding-top: 96px;
}

.floating {
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    display: table;
    table-layout: fixed;
    text-align: center;
    z-index: 450;
}

.floating a {
    display: table-cell;
    vertical-align: middle;
    background: #08999E;
    padding: 0.25rem;
    position: relative;
}
.floating a + a::before {
    content: '';
    display: block;
    width: 2px;
    background: #fff;
    height: 1.5em;
    margin-top: -0.75em;
    position: absolute;
    left: -1px;
    top: 50%;
}

.floating a:hover {
    background: #028038;
}

.floating a img {
    width: 2.5rem;
}


.captcha {
    display: inline-block;
    vertical-align: middle;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 0 0 2px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.captcha.is-invalid {
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-menu__logo {
    padding: 0;
}
.footer-widget__logo img,
.main-menu__logo img {
    width: 199px;
}
.feature-one {
    padding-top: 90px;
}
.feature-one__count {
    white-space: nowrap;
}
.faq-one-accrodion .accrodion-title h4,
.section-title__title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
}
.faq-one-accrodion .accrodion-title h4 {
    font-weight: 500;
}

.bg-gray {
    background-color: #f2f5f9;
}
.text-inherit {
    color: inherit;
}
.text-color2 {
    color: #028038 !important;
}
.about-one__points li .icon {
    background-color: #1D3833;
}
.news-one__img:before {
    background-color: rgba(29, 56, 51, 0.5);
}
.news-one__arrow:hover {
    border-color: #08999E;
    color: #08999E;
}

.news-one__meta i,
.news-details__meta i,
.news-details__meta li a i,
.news-one__single:hover .news-one__read-more a,
.footer-widget__contact-list li .text p a:hover {
    color: #028038;
}
.news-details__meta li {
    font-size: 14px;
    color: #696e77;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.news-one__content {
    background-color: #fff;
}
.contact-page__call-icon {
    color: #08999E;
}
.contact-page__call-icon #line-text {
    fill: #08999E;
    width: 1.75em;
}
.contact-page__call-icon:hover #line-text {
    fill: #fff;
}
.contact-page__call-email {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 0.5em;
}
.contact-page__call-email-content {
    color: #028038;
}
.contact-page__call-email-content h4,
.contact-page__call-email-content a {
    color: inherit;
}
.comment-form__input-box .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(8, 153, 158, 0.25);
}
.comment-form__input-box .form-control.is-invalid {
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}
.comment-form__input-box.text-message-box {
    height: auto;
}
.footer-widget__contact-list li {
    margin-bottom: 10px;
}
.footer-widget__contact-list li,
.footer-widget__contact-list li+li {
    margin-top: 0;
}
.footer-widget__column .sidebar__post-content h3 a {
    color: #fff;
}
.footer-widget__column .sidebar__post-list li {
    padding: 0;
}
.footer-widget__column .sidebar__post-list li:hover {
    background-color: transparent;
}
.footer-widget__column .sidebar__post-list li:hover .sidebar__post-content h3 a {
    color: #028038;
}
.sidebar__post-image .img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.page-link {
    color: #08999E;
}
.page-item.active .page-link {
    background-color: #08999E;
    border-color: #08999e;
}
.news-details__pagenation li a {
    display: block;
    margin: -50px -60px;
    position: relative;
    font-size: 20px;
    color: #1D3833;
    font-weight: 700;
    background-color: #f2f5f9;
    line-height: 34px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 50px 60px;
    border-radius: 10px;
}
.news-details__pagenation li a:hover {
    background-color: #08999E;
    color: #fff;
}
.news-details__pagenation li a small {
    display: block;
    font-size: 12px;
    color: #08999E;
}
.news-details__pagenation li a:hover small {
    color: rgba(255,255,255,0.6);
}
.news-details__social-list a svg {
    fill: #08999E;
    width: 1.4em;
}
.news-details__social-list a:hover svg {
    fill: #fff;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4,
.feature-four__points-two li a {
    color: #028038;
}
.feature-four__points-two li a:hover {
    color: #08999E;
}
.feature-four {
    padding: 100px 0;
}
.feature-four__top {
    padding-top: 0;
}
.feature-four__bottom {
    padding-bottom: 0;
}
.scroll-to-top {
    right: 5px;
    bottom: 50px;
}
.why-choose-two__left {
    margin-right: 0;
}

@media (min-width: 768px) {
    .wrapper {
        padding-top: 131px;
    }
    .section-title__title {
        font-size: 40px;
    }
    .error-page-shape-1 {
        background-position: center 61%;
    }
}

@media (min-width: 992px) {
    .wrapper {
        padding-bottom: 0;
    }

    .floating {
        width: auto;
        right: 6px;
        display: block;
        bottom: 20%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }

    .floating.show {
        z-index: 450;
        opacity: 1;
        pointer-events: visible;
    }

    .floating a {
        display: block;
        margin-bottom: 6px;
        border-radius: 5px;
    }
    .floating a + a::before {
        display: none;
    }
    .sidebar__post {
        padding: 30px 15px 15px;
    }
    .sidebar__search-form input[type="search"] {
        padding-left: 30px;
        padding-right: 55px;
    }
    .sidebar__search-form button[type="submit"] {
        width: 50px;
    }
}

@media (min-width: 1200px) {
    .sidebar__post {
        padding: 45px 30px 30px;
    }
    .sidebar__search-form input[type="search"] {
        padding-left: 50px;
        padding-right: 80px;
    }
    .sidebar__search-form button[type="submit"] {
        width: 72px;
    }
}

@media (min-width: 1400px) {}
