.summer{
    font-size: 24px  !important;
    line-height: 200%  !important;
}

.titleDT{
    color: #3B5998;
}
.titleDT2{
    font-weight: 700;
    color: #B28FCE;
}
blockquote {
    border-left: 5px solid #f0a540;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
label {
    text-transform: inherit !important;
}
#content_sn ul {
    margin-left: 20px !important;
}
#content_sn ol {
    margin-left: 20px !important;
}
.btn-outline-success {
    color: #00BDD6;
    border-color: #00BDD6;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #00BDD6;
    border-color: #00BDD6;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 189, 214, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00BDD6;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00BDD6;
    border-color: #00BDD6;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 189, 214, 0.5);
}
.btn-outline-info {
    color: #90CAF9;
    border-color: #90CAF9;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #90CAF9;
    border-color: #90CAF9;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 202, 249, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #90CAF9;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #90CAF9;
    border-color: #90CAF9;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(144, 202, 249, 0.5);
}
.btn-outline-warning {
    color: #FFA800;
    border-color: #FFA800;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #FFA800;
    border-color: #FFA800;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFA800;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FFA800;
    border-color: #FFA800;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 168, 0, 0.5);
}
.btn-outline-danger {
    color: #fd397a;
    border-color: #fd397a;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #fd397a;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fd397a;
    border-color: #fd397a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.5);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Spinnaker', 'Microsoft JhengHei' !important;
}
a {
    color: #4AB3F4;
}
a:hover {
    color: #f0a540;
}
.swal2-popup .swal2-content {
    font-weight: 500;
}
.iTime {
    position: relative;
    top: 1px;
    padding-left: 5px;
    margin-right: 5px;
}
.erinyen .tp-tab-title {
    text-transform: inherit;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    text-transform: inherit;
}
.imgOpacity {
    opacity: 0.7; //透明度設為 0.5
    filter: alpha(opacity=70); // IE8 與更早的版本
}
.imgOpacity:hover {
    opacity: 1.0; //設為完全不透明
    filter: alpha(opacity=100); // IE8 與更早的版本
}
#page-title h1 {
    text-transform: inherit;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFF !important;
}
.noto {
    font-family: 'Microsoft JhengHei' !important;
}
.nothing {
    font-family: 'Nothing You Could Do' !important;
}
.pari {
    font-family: 'Parisienne' !important;
}
.FS14 {
    font-size: 14px !important;
}
.FS16 {
    font-size: 16px !important;
}
.FS18 {
    font-size: 18px !important;
}
.FS20 {
    font-size: 20px !important;
}
.FS24 {
    font-size: 24px !important;
}
.FW7 {
    font-weight: 700 !important;
}
.FW5 {
    font-weight: 500 !important;
}
.norap {
    white-space: nowrap!important;
}
.icon_create {
    color: #00BDD6 !important;
}
.icon_update {
    color: #4AB3F4 !important;
}
.icon_delete {
    color: #fd397a !important;
}
.icon_alert {
    color: #f0a540 !important;
}
.icon_map {
    color: #28a745 !important;
}
.icon_other {
    color: #A0A6AB !important;
}
.icon_other :hover, .icon_map :hover, .icon_delete :hover, .icon_create :hover, .icon_update :hover {
    color: #f0a540 !important;
}
.icon_w {
    color: #FFF !important;
}
.icon_w :hover {
    color: #CCC !important;
}
.bgColorf5 {
    background-color: #F5F5F5 !important;
}
.btn-dark {
    color: #fff;
    background-color: rgb(0, 0, 0, 0.6);
    border-bottom-width: 0;
}
.footer a {
    color: #4AB3F4;
}
.footer a:hover {
    color: #f0a540;
}
.gototop-active #contact-me {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.badge_today {
    background-color: #f0a540 !important;
    position: absolute;
    /*根据父元素绝对定位*/
    width: 7px !important;
    height: 7px !important;
    top: 15px;
    /*在父元素的内部的顶部*/
    right: -5px;
    /*在父元素的内部的右边*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.badge_user {
    position: relative;
    margin-left: 6px;
    color: #FFF !important;
    background-color: #f0a540 !important;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.content_main {
    padding: 10px 40px;
}
#contact-me {
    position: fixed;
    z-index: 299;
    width: 150px;
    height: 150px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
#gotoTop {
    right: 60px !important;
}
.gototop-active #contact-act {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
#contact-act {
    background-color: rgba(0, 0, 0, 0.3) !important;
    position: fixed;
    z-index: 299;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
@media (min-width: 992px) {
    .mt-title {
        margin-top: 25px !important;
        font-size: 40px;
        margin-right: 35px !important;
        text-align: right !important;
        font-weight: 500;
    }
    .mt-profileTitle {
        margin-top: 75px !important;
        font-size: 40px;
        margin-right: 35px !important;
        text-align: right !important;
        font-weight: 500;
    }
    .smt-10 {
        margin-top: 10px !important;
    }
    .conTitle {
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
        margin-top: -30px !important;
        font-size: 50px !important;
        text-align: center !important;
        font-weight: 500;
        line-height: 70px !important;
    }
    .bread {
        position: relative !important;
        font-size: 18px;
        top: 100px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        justify-content: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
    #page-title {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .conTitleNews {
        margin-top: -30px !important;
        font-size: 45px !important;
        text-align: center !important;
        font-weight: 500;
        line-height: 65px !important;
    }
}
@media (max-width: 991.98px) {
    .conTitleNews {
        margin-top: 20px !important;
        font-size: 36px;
        text-align: center !important;
        font-weight: 500;
    }
    #page-title {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #contact-me {
        width: 100px;
        height: 100px;
    }
    #gotoTop {
        right: 45px !important;
    }
    .conTitle {
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
        margin-top: 20px !important;
        font-size: 36px;
        text-align: center !important;
        font-weight: 500;
    }
    .bread {
        position: relative !important;
        top: -30px !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        justify-content: center;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: white;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
    .style-msg2 ul {
        margin: 0 0 0 10px;
    }
    .content_main {
        padding: 10px;
    }
    .mt-title {
        margin-top: 80px !important;
        font-size: 40px;
        margin-right: 35px !important;
        text-align: right!important;
        font-weight: 500;
    }
    .mt-profileTitle {
        margin-top: 100px !important;
        font-size: 30px;
        margin-right: 30px !important;
        text-align: right!important;
        font-weight: 500;
    }
    body:not(.primary-menu-open) .transparent-header-responsive, body:not(.primary-menu-open) .transparent-header-responsive, body:not(.primary-menu-open) .transparent-header-responsive #header-wrap, body:not(.primary-menu-open) .transparent-header-responsive.dark #header-wrap {
        background-color: transparent;
        border-bottom-color: transparent;
        color: #FFF !important;
    }
    .shop-quick-view-ajax, .portfolio-ajax-modal {
        width: 90% !important;
        margin-top: 35px;
    }
}
#spanNum {
    background-color: #4AB3F4;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    top: -10px;
    right: -10px;
}
.toggle-bg .toggle-header .toggle-icon {
    -webkit-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
}
.toggle-bg.toggle-active .toggle-header .toggle-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--themecolor);
}
@media (max-width: 992px) {
    .blocks-faqs-3 .sticky-section {
        position: relative !important;
    }
}
.blocks-faqs-3 .faqs .toggle {
    background-color: #EEFEFE;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.085);
}
.blocks-faqs-3 .faqs .toggle-header {
    padding: 15px 20px;
    margin: 0;
}
.blocks-faqs-3 .faqs .toggle-content {
    border-top: 1px solid #EEE;
    padding: 20px 25px;
}
.FW7 {
    font-weight: 700 !important;
}
.FS15 {
    font-size: 15px !important;
}