@charset "UTF-8";
/*---------------------------------------------　*/

body {
    background-color: #fff !important;
}

a:focus,
button:focus {
    outline: none !important;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
}

a,
a:focus,
a:active {
    color: #52a083;
}


.fal {
    font-weight: 300;
}

fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.header {
    background: #f8f9fa !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}


.navbar-toggler:focus {
    box-shadow: none;
}


button:focus:not(:focus-visible) {
    outline: 0;
}

.float-lf {
    float: left;
}

.float-rg {
    float: right;
}

.title-bg {
    display: inline-grid;
    justify-content: start;
}

.widget {
    width: 100%;
    display: inline-grid;
    justify-content: center;
}

.row {
    --bs-gutter-x: 0.5rem;
}

/*=================*/
.services .service-block {
    border-radius: 30px;
    background: #519e81;
}

.services .service-block .image-circle {
    padding: 0;
    background: #fff;
    right: 20px;
    top: -35px;
}

.service-img {
    position: absolute;
    right: 0;
    top: 0;
}

.image-circle2 {
    border-radius: 5000px;
    box-shadow: 0px 0px 5px 0px rgba(0, 22, 86, 0.08);
    backdrop-filter: blur(15px);
    display: inline-flex;
    position: absolute;
    left: 0;
    padding: 0;
    background: #fff;
    right: 60px;
    top: -25px;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #333333;
    background-color: transparent;
    border: none;
    display: none;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.bg-dbebe5 {
    background-color: #dbebe5;
}

.red-note {
    color: red;
    font-size: 0.9rem;
    /* 可依需求調整大小 */
}

/* ==========================================  */

.fixed-header {
    position: sticky;
    top: 0;
    background: #444;
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 998;
    height: 95px;
}

.fixed-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.fixed-header nav ul li {
    display: inline;
}

.fixed-header nav ul li a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

.logoimg {
    width: 230px;
    height: auto;
}

.header nav .navbar-nav .menu-item-has-children .submenu {
    min-width: 120px !important;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #519e81;

}

.dropdown-item:focus {
    background-color: #fcda73;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #519e81;
}

.dropdown-toggle::after {
    color: #000;
    font-size: 1.3rem !important;
}

.hero-banner {
    background: url(../images/banner/bg-light-2.png) no-repeat center right;
    background-size: cover;
}

.hero-banner2 {
    background: url(../images/banner/bg-light-3.jpg) no-repeat center right;
    background-size: cover;
}

.carousel-inner {
    overflow: visible !important;
    z-index: 997;
}

.intro-box>* {
    position: relative;
}

.intro-box *+.button-group {
    padding-top: 20px;
    justify-content: center;
}

.intro-box {
    padding: 30px;
    text-align: center;
    /*    background-color: transparent;*/
    border-radius: 12px;
    position: relative;
    visibility: visible;
    animation-name: fadeInLeft;
}

.intro-box:before {
    content: ' ';
    z-index: -1;
    display: block;
    position: absolute;
    background-size: cover;
    opacity: 0.5;
}

.intro-box .button-group>* {
    margin-top: 20px;
    margin-left: 20px;
}

.intro-box .button-group {
    display: inline-flex;
    flex-wrap: nowrap;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 21px 34px;
    font-size: 14px;
    line-height: 1.25;
    border: 1px solid;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms allease-in-out;
    text-transform: uppercase;
    border-radius: 6px;
}

.button-md,
.button-secondary-outline {
    padding: 10px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    border-radius: 30px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.button-primary,
.button-primary:focus {
    color: #519e81;
    background-color: #fff;
}

.button-secondary-outline,
.button-secondary-outline:focus {
    color: #519e81;
    background-color: #fff;
}


.button-primary:hover,
.button-secondary-outline:hover {
    color: #519e81;
    background-color: #fcda73;
}


.section-lg {
    padding: 300px 0;
}

.section-sm,
.section-md,
.section-lg2,
.section-xl {
    padding: 50px 0;
}

.title-bg h1 {
    font-size: 2rem;
    color: #fff;
    margin: 10px 0;
    letter-spacing: 5px;
}

.title-bg h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 2px;
}


span.subtitle {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: 2px;
    text-align: left;
}


.service-block2 {
    background-color: #e4f3f4 !important;
    border-radius: 150px 30px 30px 30px !important;
}

.services .service-block .image-circle3 {
    padding: 0;
    background: #fff;
    right: 0;
    top: -7px;
}

.image-circle3 img {
    width: 30%;
    position: absolute;
}

/* ================================================ */

.gray {
    color: #666 !important;
}

p.gray a {
    color: #666 !important;
}

section.services {
    background-color: #dbebe5;
}


.light-3BD {
    color: #509f81;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}

.title-decorated:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 45px;
    background-color: #52a083;
}

span.title-decorated {
    display: inline-grid;
    justify-items: center;
}

.bottom-bar {
    text-align: center;
    margin: 30px 0 10px;
}

.cus-btn {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 10px 30px !important;
    color: #fff !important;
    border-radius: 30px;
    background: #52a083;
    border: none;
}

.cus-btn:hover {
    background: #fff;
    color: #2fb2b9 !important;
}

.image-circle {
    padding: 0 20px 20px;
}

.text-block {
    padding: 5px 20px 20px 10px;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
}

.material-parallax img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    min-height: auto;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.parallax-content {
    position: relative;
    z-index: 1;
}


.big {
    font-size: 18px;
    line-height: 1.55556;
}

.intro-box2 {
    padding: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    position: relative;
}

.parallax-container .intro-box2 h3 {
    color: #c968a3;
    letter-spacing: 1.3px;
    padding-bottom: 10px;
}

.back-to-top {
    background: #2ec8c3 !important;
    border-radius: 25px;
    border: 4px solid #fff;
    z-index: 999;
    color: #fff;
}

.back-to-top:hover {
    background: #c968a3 !important;
}

.project-title {
    border-radius: 0 0 30px 30px;
    background-color: #52a083;
    padding: 15px;
    bottom: 41px;
    position: relative;
}

.img-box-3-4 img {
    border-radius: 20px 20px 0 0;
    height: auto;
}

.project-title p.date {
    font-size: 0.8rem;
    color: #fff;
}

.project-title h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 5px;
    color: #fff;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.project-title h6 {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 10px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

button.owl-prev span,
button.owl-next span {
    font-size: 2rem;

}


.icon-container .ti-angle-down {
    float: right;
    display: inline-flex;
    justify-content: flex-end;
    align-content: flex-end;
    padding-left: 3px;
}



.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
    color: #000;
    position: absolute;
    margin-top: 3px;
    transition: .3s;
}



/* ================= owl-carousel ============================ */

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#demos .owl-carousel .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


#demos .owl-carousel {
    margin: 0;
}

.column,
.columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
    float: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2sease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}


.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}



.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}



.owl-theme .owl-nav {
    margin-top: 10px;
}




@media only screen and (min-width: 40.0625em) {

    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }
}

@media only screen and (min-width: 64.0625em) {

    .column,
    .columns {
        position: relative;
        padding-left: .9375rem;
        padding-right: .9375rem;
        float: left;
    }

    .large-12 {
        width: 100%;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: #fff !important;
    color: #52a083 !important;
}

.project-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex !important;
    width: 100%;
    justify-content: center;
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

/* ======================== 分享 ======================== */

.single-blog-bottom {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    margin-top: 30px;
}

.single-blog-share {
    display: flex;
}

.single-blog-share .label {
    font-weight: 700;
    margin-right: 10px;
    color: #858585;
}

.single-blog-share .social {
    display: flex;
}

.single-blog-share .social a {
    margin-right: 10px;
}

/* ======================== fixed links ======================== */

.fixed-links {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.fixed-icon-list {
    position: fixed;
    /* 或 absolute，視你要放哪邊 */
    bottom: 20px;
    right: 30px;
    /* 或 left: 20px; */
    display: flex;
    flex-direction: column;
    /*垂直排列的關鍵 */
    gap: 10px;
    /* icon 間距 */
    z-index: 999;
    padding: 0;
    margin: 0;
}

.fixed-icon-list li {
    list-style: none;
}

.fixed-icon-list a {
    display: block;
    width: 40px;
    /* 根據你的 icon 圖片大小設定 */
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
}

a.icon-phone {
    background-image: url(../images/icon/icon-phone.png);
}

a.icon-facebook {
    background-image: url(../images/icon/icon-facebook.png);
}

a.icon-instagram {
    background-image: url(../images/icon/icon-instagram.png);
}

a.icon-top {
    background-image: url(../images/icon/icon-top.png);
}


a.icon-phone:hover {
    background-image: url(../images/icon/icon-phone-hover.png);
}

a.icon-facebook:hover {
    background-image: url(../images/icon/icon-facebook-hover.png);
}

a.icon-instagram:hover {
    background-image: url(../images/icon/icon-instagram-hover.png);
}

a.icon-top:hover {
    background-image: url(../images/icon/icon-top-hover.png);
}



/* ======================== footer ======================== */

footer a {
    color: #52a083 !important;
}

footer a:hover {
    color: #fddb73 !important;
}

footer.bg-ebeb {

    padding-top: 60px;
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
    color: #fff;
}


footer h5 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
}

footer ul li {
    font-size: 1.1rem;
}


.footerlogo img {
    width: 60%;
    height: auto;
}

img.icon-rg-arrow {
    width: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.copyright p {
    color: #333 !important;
    font-size: 0.8rem !impgortant;
    font-weight: 400;
}

.mtl-10 {
    margin-left: 10px;
}

.title-decorated {
    vertical-align: inherit;
}

/* =============== 門診表 & 復健時間 =============== */

section.schedule-section {
    background-color: #fff;
}

#hoursTime {
    scroll-margin-top: 100px;
    /* 根據你的 header 高度調整 */
}

.schedule-section {
    margin-bottom: 40px;
}

.table-container,
.table-container2 {
    overflow-x: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;

}

.table-container {
    border: 2px solid #509f81;
}

.table-container2 {
    border: 2px solid #fedb72;
}


.schedule-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}


.border-bt-509f81 {
    border-bottom: 1px solid #509f81;
}

.border-rg-509f81 {
    border-right: 1px solid #509f81;
}

.border-bt-fedb72 {
    border-bottom: 1px solid #fedb72;
}

.border-rg-fedb72 {
    border-right: 1px solid #fedb72;
}

tr.dbebe5 {
    background-color: #dbebe5;
}

tr.ffeebd {
    background-color: #ffeebd;
}


.schedule-table.rehab2 th,
.schedule-table.rehab2 td {
    padding: 10px;
    min-width: 80px;
    color: #509f81;
}

.schedule-table.rehab2 th {
    background: #fff;
    color: #509f81;
}

.schedule-table.rehab th,
.schedule-table.rehab td {
    padding: 10px;
    min-width: 80px;
    color: #509f81;
}

.schedule-table.rehab th {
    background: #fff;
    color: #509f81;
}

.black-Circle {
    font-size: 2rem;
    color: #509f81;
}

.black-Circle2 {
    font-size: 1.5rem;
    color: #808080;
}

p.note span {
    display: contents;
}

.note {
    font-size: 1rem;
    color: #808080;
    text-align: center;
    display: inline-grid;
    align-content: space-around;
    width: 100%;
    height: 80px;
}

.table-container td.rest-off,
.table-container2 td.rest-off {
    color: #808080 !important;
}

.text-big {
    font-size: 1.3rem;
}

/* ===================== About =========================== */

.bg-wrapper-4 {
    background-color: #fedb7224;
    margin-bottom: 50px;
}

.title-banner.title-Page {
    height: 200px;
    align-items: flex-end;
    padding-bottom: 35px;
}


.title-Page h2 {
    font-size: 1.5rem;
}

.about-us h2 {
    font-size: 1.8rem;
}

.about-us h6 {
    font-size: 1.2rem;
}

.p-t90 {
    padding: 90px 0 50px;
}

.single-box h3 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 8px;
}

.single-box {
    position: relative;
    padding-left: 40px;
}

.single-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #509f81;
    font-size: 30px;
    transition: all 0.5s;
}

@keyframes toTopFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.single-box:hover .icon {
    animation: toTopFromBottom 0.5s forwards;
}

.margin-tb-auto {
    margin: auto 0;
}

.color-509f81 {
    color: #509f81;
}

.single-box ul li .fa-suitcase-medical {
    color: #509f81;
    margin-right: 8px;
}

.mt-60 {
    margin-top: 60px;
}

.text-left {
    text-align: left !important;
}

/* ===================== table =========================== */
table.appointment-table {
    background-color: #ffffff8c;
    margin: 20px 0;
    border-radius: 20px;
    text-align: center;
}

.trbg {
    background-color: #e4f3f4;
}

.ptb-24 .fa-check {
    color: #2fb2b9;
    font-size: 1.5rem;
}

.links-block .our-links .address_detail .list .details {
    flex-direction: column !important;
}

.links-block .our-links .address_detail {
    text-align: center !important;
}

.mtb-30 {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* ===================== 環境介紹 =========================== */
.paginations ul li.active {
    background: #519f82;
    color: #fff;
}


.paginations ul li a {
    color: #519f82;
}

.paginations ul li:hover {
    color: #fff;
    background: #519f82;
}

.text_block h4 {
    font-size: 1.3rem;
}

.image_block2 img.box-img2 {
    padding-top: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.pt-150 {
    padding-top: 150px;
}

/* ===================== 醫療團隊 =========================== */

.team-content h3 {
    font-size: 2rem;
}

.team-detail .contact-info {
    background-color: #dbebe5;
}

.qua-info-list {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.ulockd-team {
    padding: 80px 0;
    position: relative;
}

.ulockd-tm-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.team-member-two {
    margin: 0 5px 20px;
}

.tm-name {
    font-size: 1.5rem;
    margin-bottom: 0;
}

h5.tm-post {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 5px;
}

.team-member-two .team-two-details {
    background-color: #52a083;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-name-link {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease;
}

.team-name-link:hover {
    color: #333;
    /* 可自行改成你想要的 hover 色 */
    transform: translateY(-2px);
}

/* 圖片 hover 也可以加動畫，不影響 box-img 本身大小 */
.box-img a {
    display: block;
    /* 改為 block，避免 inline 造成 reflow */
}

.box-img img {
    display: block;
    /* 防止底部有空隙（inline 元素特性） */
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    /* ⭐關鍵：以中心為放大基準點 */
}


.box-img a:hover img {
    transform: scale(1.5);
    /* 只對圖片放大，不動 a 容器 */
}

/* ===================== 衛教專區 =========================== */
.product-card {
    padding-bottom: 30px;
    width: 100%;
}

h5.title {
    font-size: 1.15rem;
    margin: 15px 0;
}

.text_block h4:hover,
.text_block h6.gray:hover,
.aside-menu ul li a:hover,
.aside-menu ul li a:focus {
    color: #fedb72 !important;
}

.product-card.horizontal-card {
    display: flex;
    align-items: stretch;
    gap: 16px;
    text-decoration: none;
    height: 100%;
}

.product-card.horizontal-card .img-box-horizontal {
    flex: 0 0 40%;
    /* 可調整圖片寬度 */
    max-width: 200px;
    overflow: hidden;
}

.product-card.horizontal-card .img-box-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card.horizontal-card .content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* ===================== contact =========================== */

.pbmit-ihbox-style-8 {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 30px 30px;
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #52a083;
}

section.pbmit-bg-color-light {
    position: relative;
    z-index: 3;
    padding: 40px 30px 34px;
    margin-right: auto;
    margin-top: 10px;
    border-top: 3px solid #519f82;
    border-bottom: 1px solid #519f82;
    box-shadow: 0 1px 13px 0 rgb(0 10 41 / 4%);
    background-color: #fff;
    margin-left: auto;
}

.light-00 {
    color: #000;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
    font-size: 1.5rem;
}

.ttm-list.style3 li p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.ttm-list.style3 li span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #519f82;
}

.pbmit-heading-desc {
    word-break: break-all;
    /* 信箱在任何位置都可以斷行 */
    overflow-wrap: break-word;
    /* 確保長字串會自動換行 */
    white-space: normal;
    /* 允許自動換行 */
}

.pbmit-ihbox-contents a {
    color: #333 !important;
}

.pbmit-icon-type-icon a:hover,
.pbmit-ihbox-contents a:hover {
    color: #fddb73 !important;
}

/* ===================== news =========================== */
.default-padding-md {
    padding-top: 48px;
    padding-bottom: 48px;
}

ol,
ul {
    padding-left: 1rem;
}

.aside-menu h4 {
    color: #2fb2b9;
    font-weight: 500;
    margin-bottom: 10px;
}

.aside-menu ul li {
    position: relative;
    list-style: none;
}

.aside-menu ul li a {
    display: inline-block;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 6px;
    width: 100%;
    color: #333 !important;
}

.aside-menu .aside-dropdown>a::after {
    content: "+";
    float: right;
    position: absolute;
    padding-left: 10px;
}

.aside-menu ul li .submenu li a::before {
    content: "-";
    margin-right: 4px;
}


.product-container {
    display: inline-flex;
    justify-content: center;
}

.product-card .content {
    min-height: 60px;
}

.product-card .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex-grow: 1;
    width: 100%;
    color: #666;
}

.product-card .content .card-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    color: #808080;
}

/* ===================== blog =========================== */
.blog-detail .blog_info_bar {
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 20px 0px rgba(0, 22, 86, 0.08);
}




/* ===================== footer icon =========================== */

ul {
    margin: 0;
    list-style-type: none;
}

footer .fixed-links {
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 997;
}

footer .fixed-links ul {
    display: grid;
    gap: 4px;
}

footer .fixed-links ul li {
    cursor: pointer;
    z-index: 9999;
}

.fixed-links img.fixed-icon {
    width: 2.5rem;
    padding-bottom: 5px;
}


.btn-to-top {
    width: 2.5rem;
}


.blog-detail h2 {
    font-size: 1.8rem;
}

/* ======================== Fancybox相片 ===================== */

.content img {
    height: unset !important;
}

/*box-img 1x1*/
.box-img {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*box-img 16x9*/
.box-img-16-9 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    position: relative;
}

.box-img-16-9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*box-img 5x4*/
.box-img-5-4 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(4 / 5 * 100%);
    position: relative;
}

.box-img-5-4 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*box-img 4x5 直式*/
.box-img-4-5 {
    overflow: hidden;
    width: 100%;
    padding-top: calc(5 / 4 * 100%);
    position: relative;
}

.box-img-4-5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* ================================================ */

@media (min-width: 1400px) {

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 100px 40px 50px 80px !important;
        margin: 0 auto;
    }
}


@media (min-width: 1200px) {

    .section-lg {
        padding: 170px 0;
    }

    .section-lg2 {
        padding: 170px 0;
    }

    .section-intro {
        min-height: 53.79167vw;
    }

    .intro-box *+.button-group {
        padding-top: 50px;
    }

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 120px 60px 90px 40px;
        margin: 0 auto;
    }

    .owl-stage-outer {
        margin-left: -400px !important;
    }

}

@media (min-width: 992px) {

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        flex-direction: column !important;
    }

    .section-lg {
        padding: 160px 0;
    }

    .section-lg2 {
        padding: 160px 0;
    }

    .section-intro {
        padding-top: 140px;
    }

    .intro-box {
        padding: 50px 40px 30px 45px;
        text-align: left;
    }

    .sm-content {
        display: none;
    }

    .owl-stage-outer {
        margin-left: -250px;
    }

    .footerimg {
        display: inline-grid;
        justify-content: space-around;
    }

}

@media (min-width: 768px) {
    .section-lg {
        padding: 300px 0;
    }

    .section-lg2 {
        padding: 70px 0;
    }

    .default-padding-md {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}



@media (max-width: 1199px) {


    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 40px 27px 46px 20px;
        margin: 0 auto;
    }

    .title-bg h1 {
        font-size: 1.8rem;
    }

    .title-bg h5 {
        font-size: 1.3rem;
        letter-spacing: 3px;
    }

    .intro-box .button-group>* {
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 25px;
    }

    .image-circle3 img {
        width: 45%;
    }

}


@media (max-width: 992px) {

    .hero-banner,
    .hero-banner2 {
        background-position: left top !important;
    }

    .Topintro-box {
        bottom: -550px;
        position: relative;
        margin: 0 auto;
        right: 0;
        width: 70%;
    }

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 60px 120px 25px 115px;
        margin: 0 auto;
        background-position: center !important;
    }

    section.services {
        position: relative;
        top: 250px;
        padding-bottom: 300px;
    }

    section.services2 {
        top: 10px;
    }

}

@media (max-width: 991px) {

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 40px 50px 15px 50px;
        text-align: left;
    }

    .header .right-content {
        display: none;
    }

    .sm-content {
        display: block;
    }

    .icon-container .ti-angle-down {
        display: inline-block;
        padding-left: 3px;
        margin: 3px 0 3px 4px;
    }

    .footerlogo,
    .footerimg,
    .footeriframe {
        text-align: center;
        padding: 0 20px 30px;
    }

    .footerlogo a.mb-30 img {
        padding-top: 30px;
    }

    .copyright {
        text-align: center;
    }

    .footer_widget {
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .unstyled {
        text-align: left;
    }


    .footer-link {
        display: inline-flex;
        flex-direction: column;
    }

    .link-text {
        float: left;
        text-align: left;
    }

    .aside-menu {
        margin-top: 50px;
        margin-left: 15px;
    }

    .sm-blog {
        display: none;
    }

    .image-circle3 img {
        width: 50%;
    }

    .footerlogo img {
        width: 40%;
    }

    .md-mb20 {
        margin-bottom: 20px;
    }

    ul.list-unstyle {
        display: inline-flex;
        padding-bottom: 20px;
    }


}

@media (max-width: 767px) {
    .Topintro-box {
        width: 100%;
        bottom: -330px;
    }

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 50px 65px 25px 65px;
    }

    .gray {
        font-size: 1rem !important;
    }

    .text-block {
        padding: 10px 5px 20px 10px;
    }

    section.services {
        top: 290px;
        position: relative;
        padding-bottom: 350px;
    }

    section.services2 {
        top: 10px;
        padding-bottom: 20px !important;
    }

    .light-black {
        position: relative;
        padding-left: 0;
        top: 0;
    }

    .header nav .navbar-brand {
        width: 200px;
    }

    .image-circle2 {
        top: -6px;
        right: 75px;
    }

    .image-circle3 img {
        width: 20%;
    }

    .intro-box .button-group>* {
        margin-bottom: 10px;
    }


    .section-sm,
    .section-md,
    .section-lg,
    .section-lg2,
    .section-xl {
        padding: 40px;
    }

    .footerlogo img {
        width: 50%;
    }

    .footer-link {
        width: 100%;
    }

    .footerlogo,
    .footerimg,
    .footeriframe {
        padding: 0 60px 30px;
    }

    .big {
        font-size: 0.9rem;
    }

    .button-md,
    .button-secondary-outline {
        padding: 10px 12px;
        font-size: 0.95rem;
    }

    .schedule-table th,
    .schedule-table td {
        font-size: 1.08rem;
        padding: 6px !important;
        min-width: 117px !important;
    }

    .text-md-start {
        text-align: left !important;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }

    .about-us {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.pbmit-bg-color-light {

        margin-top: 10px;
    }

    .product-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .default-padding-md {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .section-lg.hero-banner2.section-intro.carousel-item.carousel-item-next.carousel-item-start {
        display: none;
    }

}

@media (min-width: 576px) {
    footer .fixed-links {
        right: 20px;
    }

    .black-Circle {
        font-size: 1rem;
    }

    .black-Circle2 {
        font-size: 1rem;
        color: #808080;
    }

}


@media (max-width: 485px) {
    .bg-wrapper.about-us {
        background: #fff;
    }

    .section-sm,
    .section-md,
    .section-lg,
    .section-lg2,
    .section-xl {
        padding: 20px;
    }
}

@media (max-width: 480px) {

    .schedule-table th,
    .schedule-table td {
        font-size: 1.07rem;
        padding: 4px !important;
        min-width: 125px !important;
    }

    .note {
        font-size: 0.85rem;
    }

}

@media (max-width: 471px) {


    .Topintro-box {
        bottom: -275px;
    }

    .title-bg {
        padding-top: 40px;
    }


    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 56px 60px 35px 60px;
    }


    .button-md,
    .button-secondary-outline {
        margin-left: 0 !important;
    }

    .button-secondary-outline,
    .button-secondary-outline:focus {
        margin-left: 20px !important;
    }

    .footeriframe iframe {
        width: 100% !important;
    }


    .image-circle3 img {
        width: 30%;
    }

}

@media (max-width: 441px) {

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 47px 10px 35px 10px !important;
    }

    section.services {}

    .footerlogo a.mb-30 img {
        width: 100%;
        padding-top: 50px;
    }

    .mb-32 {
        top: -10px !important;
    }
}


@media (max-width: 341px) {
    .intro-box .button-group {
        justify-content: center !important;
    }

    .hero-banner .banner-area .banner-right-image,
    .hero-banner2 .banner-area .banner-right-image {
        padding: 47px 20px 35px 20px !important;
    }

    .title-bg {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .title-bg h1 {
        font-size: 1.5rem;
    }

    .title-bg h5 {
        font-size: 1rem;
    }

    .title-bg h1,
    .title-bg h5 {
        margin-bottom: 5px !important;
    }

    .button-md,
    .button-secondary-outline {
        margin-bottom: 5px !important;
    }

    .button-secondary-outline,
    .button-secondary-outline:focus {
        margin-left: 0 !important;
    }

    .image-circle3 img {
        width: 40%;
    }
}

/* iframe video  */
.content-txt .video-container1 {
    width: 1000px;
    height: 563px;
    margin-left: 0px;
}

.video-container1 iframe,
.video-container1 object,
.content-txt .video-container1 embed {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .content-txt .video-container1 {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-left: 0px;
    }

    .content-txt .video-container1 iframe,
    .content-txt .video-container1 object,
    .content-txt .video-container1 embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.postContent img {

    max-width: 1000px;
    height: auto !important;

}

@media (max-width:768px) {
    .postContent img {

        max-width: 100% !important;
        height: auto;

    }

}