* {
    /*outline: 1px solid red !important;*/
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*====================================*/
/*  box-img
/*====================================*/
.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 * 5%);
    position: relative;
}

.box-img-16-9 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    width: 100%;
    height: auto;
    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;
}


/*====================================*/
/*  編輯器 container1
/*====================================*/

.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%;
        height: auto !important;

    }

}

.text-6dc7ff {
    color: #6dc7ff !important;
    /*淡藍色*/
}

.bg-6dc7ff {
    background-color: #6dc7ff !important;
    /*淡藍色*/
}


.text-2664ae {
    color: #2664ae !important;
    /*深藍色*/
}

.bg-2664ae {
    background-color: #2664ae !important;
    /*深藍色*/
}


a:hover,
a:active,
a:focus {
    color: #2664ae;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


/*====================================*/
/*  header
/*====================================*/

.header-nav-area {
    padding: 0;
}

.logo-box {
    display: inline-grid;
    justify-content: center;
    justify-items: center;
}


.search-box {
    top: 30%;
    position: absolute;
    z-index: 10;
}

.header-nav-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.mobile-menu.res-mobile-menu {
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu .slicknav_nav li a {
    color: #333;
    font-size: 1rem;
}

.mobile-menu .slicknav_nav li ul li a {
    font-size: 1rem;
}

.mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 1.7rem;
}

.search-box-inner li a:hover {
    color: #2664ae;
}


.main-nav li a,
.main-nav li button {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

.main-nav li a:hover,
.main-nav li button:hover {
    color: #2664ae;
    font-weight: 400;
}

.main-nav li.active a,
.main-nav li.active button,
.main-nav li.has-submenu .submenu-nav>li.active a {
    color: #6dc7ff;
    font-weight: 500;
}

.main-nav li.has-submenu .submenu-nav {
    margin-top: 25px;
}


.main-nav li.has-submenu .submenu-nav>li a {
    color: #333;
    font-weight: 500;
    font-size: 1rem;
}

.main-nav li.has-submenu .submenu-nav li a:hover,
.mobile-menu .slicknav_nav li a:hover {
    color: #2664ae;
}

.main-nav li.has-submenu .submenu-nav {
    background-color: #FFFFFF;
    width: 130px;
}


.off-canvas-content {
    width: 250px;
    padding: 30px 20px 30px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    margin-top: 0;
    transform: translate(0);
    cursor: pointer;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #0a376a;
    color: #fff;
}

:root {
    --swiper-navigation-size: 20px !important;
}

.off-canvas-header {
    padding: 0 5px 15px;
}

.mobile-menu .slicknav_nav .slicknav_open>.slicknav_item .slicknav_arrow {
    color: #6dc7ff;
}


/*====================================*/
/* News
/*====================================*/

.blog-post-two {
    margin-bottom: 30px;
    display: grid;
    border-radius: 10px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-bottom: 4px solid transparent;
    transition: all 0.5s ease;
}

.blog-post-two:hover {
    border-color: #2664ae;
}

.blog-post-two_thumb {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-post-two__content {
    padding: 10px 20px;
    display: inline-table;
}

.blog-post-two__meta {
    text-align: left;
}

h3.blog-post-two__title {
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: left;
}

h3.blog-post-two__title a {
    color: #333;
}

.blog-post-two__content a.blog-post-two__btn {
    float: right;
    color: #6dc7ff;
}

h3.blog-post-two__title a:hover,
.blog-post-two__content a.blog-post-two__btn:hover {
    color: #2664ae
}


.lower-content {
    padding: 5px 20px;
    text-align: center;
}

h2.single-blog-title {
    margin: 10px auto;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #fff;
    display: block;
    padding: 5px 20px;
    width: max-content;
    border-top: 2px solid #2664ae;
    border-radius: 10px 10px 0;
}

.blog-sidebar p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

.blog_info_bar {
    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);
    padding: 100px 20px 25px;
    margin: 20px 0;
    border-bottom: 4px solid #2664ae;
    position: relative;
    top: -80px;
    z-index: -1;
}

/*====================================*/
/* services
/*====================================*/
.product-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-item__info {
    text-align: left;
    margin-top: 0;
    display: inline-grid;
    justify-items: center;
}


.product-item__thumb:before {
    background-color: transparent;
}


.product-item__thumb .services-box {
    display: inline-block;
}

.product-item__info h4 {
    font-size: 1.2rem;
    padding-top: 5px;
    color: #2664ae;
}

.product-item__info .price {
    color: #888;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
}

.about-content {
    display: inline-flex;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}

.section-title .picture-title {
    width: 80%;
    padding-bottom: 20px;
}

.services2-bg {
    background-image: url('../images/bg/services2_bg.png');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
}

/* 手機 桌機與更大 fallback 圖 */
picture {
    display: inline-block;
}

.about-services {
    display: inline-block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 30px;
    margin-top: 100px;
}

.about-text {
    margin-top: 30px;
    font-size: 1.048rem;
}

.about-text p {
    color: #333;
}

.cta-btn {
    display: inline-block;
}

.about-text p:last-child {
    margin-top: 20px;
    color: #ef8b1e;
}

.section-title.section-title--2 img {
    width: 70%;
}

.feature-item_icon img {
    width: 100%;
}

.ptb-60 {
    padding: 60px 0;
}

.p-t20b50 {
    padding: 40px 0 50px;
}

.bg-b {
    background-image: url('../images/bg/sm-4promises-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    display: none;
}

.section-title--3 h2:before,
.section-title--3 h2:after {
    border-bottom: none;
}


.section-title.section-title--3 p {
    color: #3e3a39;
}

.section-title {
    margin-bottom: 30px;
    display: inline-grid;
    justify-items: center;
}

.section-title h2 {
    font-size: 1.5rem;
    padding-top: 5px;
    color: #333;
    background-color: transparent;
}

.section-title--3 h2 {
    margin-bottom: 15px;
}

.process-text {
    margin-top: 10px;
}

.feature-item_icon {
    margin: 0 auto 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: auto;
    width: 80%;
}

.feature-item__text {
    color: #2664ae;
    font-size: 0.95rem;
}

.feature-item__text h4 {
    font-size: 1.2rem;
    padding-top: 5px;
    color: #2664ae;
    font-weight: 600;
}

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

/*幻燈片結構*/
.mySwiper22 .swiper-button-prev-2,
.mySwiper22 .swiper-button-next-2 {
    color: #fff;
    background-color: #c5c5c5;
    z-index: 998;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 0;
}

.mySwiper22 .swiper-button-prev-2:hover,
.mySwiper22 .swiper-button-next-2:hover {
    color: #6dc7ff !important;
    background-color: #fff;
    border: 2px solid #6dc7ff;
    font-weight: 600;
}

.mySwiper22 .swiper-button-prev-2 {
    left: -60px;
}

.mySwiper22 .swiper-button-next-2 {
    right: -60px;
}

.slide-item {
    text-align: center;
}

.slide-item img {
    display: block;
    border-radius: 15px;
}

h4.font-bold {
    font-size: 1.2rem;
    color: #6dc7ff;
    display: inline-grid;
    margin-top: 15px;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    justify-content: start;
    justify-items: start;
    width: 100%;
}

h4.font-bold a.slide-link {
    color: #2664ae;
    font-weight: 500;
}

h4.font-bold a.slide-link:hover {
    color: #333;
}


.slide-caption {
    color: #808080;
    font-size: 0.9rem;
    margin-top: 5px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 1px;
}


h4.font-bold2 {
    margin-bottom: 10px !important;
    text-align: center;
    justify-content: start;
    justify-items: start;
    width: 100%;
    color: #6dc7ff;
}

.call-to-action-content {
    display: inline-grid;
    height: 300px;
    align-content: center;
    justify-items: center;
}

.call-to-action-content h4 {
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-family: "黑體-繁", sans-serif;
    margin: auto;
    display: inline-block;
}

.bg-img3 {
    background: no-repeat bottom center;
    background-size: revert;
}

p.leading-relaxed {
    font-size: 1.3rem;
    color: #3e3a39;
    line-height: 1.8;
}

.btn-box {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

a.btn-watch2 {
    font-size: 1.1rem;
    padding: 8px 35px;
    display: inline-block;
    color: #6dc7ff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: #fff;
    margin-top: 20px;
    letter-spacing: 2px;
    border: 2px solid #6dc7ff;
}

a.btn-watch2:hover {
    background: linear-gradient(to right, #186aa7, #0a376a);
    transform: scale(1.03);
}

a.btn-watch3 {
    font-size: 1.2rem;
    padding: 15px 82px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #0a376a, #186aa7);
    margin-top: 40px;
    letter-spacing: 2px;
}

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


.banner2-con::after {
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
}

.hero-shep2::after {
    background-image: url(../images/bg/hero-shep2.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.hero-shep1::after {
    background-image: url(../images/bg/hero-shep1.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}


.page-header {
    position: relative;
    display: block;
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
    height: 200px;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0a376a;
    background-blend-mode: soft-light;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}


.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    top: 100px;
}

.page-header__inner h2 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.1em;
    font-weight: 700;
    visibility: visible;
    animation-duration: 1500ms;
    animation-name: fadeInDown;
}

/*Start About Two Content*/
.about-two--about {
    position: relative;
    display: block;
    padding: 50px 30px;
}

.about-two__content {
    position: relative;
    display: block;
}


.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 47px;
    z-index: 1;
}

.about-two__content .sec-title {
    padding-bottom: 26px;
}

.sec-title__title {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 700;
    width: 100%;
    display: inline-grid;
    justify-items: center;
}

.split-line {
    display: block;
    text-align: start;
    position: relative;
}

.about-two__content-text {
    position: relative;
    width: 100%;
    display: inline-grid;
    justify-items: center;
    text-align: left;
}

.about-two__content-text p {
    margin: 0;
}

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

.about-two__tab {
    position: relative;
    display: block;
    margin-top: 40px;
}


/*about-three__client-box*/

.about-three__client-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 23px 16px;
    border: 1px solid #ccc;
    margin: 27px 0 33px;
}

.about-three__client-content {
    position: relative;
    display: block;
    flex: 1;
}

.about-three__client-content h5 {
    font-size: 1.3rem;
    line-height: 26px;
    font-weight: 700;
    color: #0a376a;
}

.about-three__client-content .text1,
.about-three__client-content .text3,
.about-three__list li p {
    margin: 0;
}

.about-three__client-content .text2 {
    color: #ef8b1e;
    font-weight: 700;
    margin-top: 12px;
    font-size: 1.5rem;
}

.about-three__list-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.about-three__list li {
    position: relative;
    display: block;
}

ul.about-three__list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0px;
    text-align: left;
    display: inline-grid;
}

.contact_content.text-center.aos-init.aos-animate {
    margin-bottom: 20px;
    display: inline-grid;
    justify-content: center;
    width: 100%;
}

.about-three__list li {
    font-size: 1rem;
    color: #333;
}

/*Service Need*/

.serviceneed-con {
    padding: 50px 0;
    background: url(../images/bg/page-header-bg.jpg) no-repeat bottom center;
}

.serviceneed-con:before {
    background-image: linear-gradient(to right, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%));
}

.width-100 {
    width: 100%;
}

.inline-grid-justify-center {
    display: inline-grid;
    justify-content: center;
}

/*need-con*/


.display-section {
    display: inline-grid;
    justify-content: center;
}

.need-con .need_content h6 {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 600;
}

.need-con .need_content ul.display-section_list {
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 0 0 20px;
    color: #333;
    text-align: left;
    display: inline-grid;
    justify-items: start;
    width: 100%;
}

.primary_btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: #000;
    background: #0a376a;
    transition: all 0.8s ease-in-out;
}

.need-con .need_content .primary_btn {
    padding: 20px 34px 22px;
}

.need_content a.btn-watch2 {
    font-size: 1.2rem;
    padding: 15px 82px;
    display: inline-block;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
    background: linear-gradient(to right, #0a376a, #186aa7);
    margin-top: 40px;
    letter-spacing: 2px;
}

.serviceneed-con .phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceneed-con .phone-number .number {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 15px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}

.serviceneed-con .fa-phone-volume:before,
.serviceneed-con .fa-volume-control-phone:before {
    font-size: 2rem;
    color: #0a376a;
}

a.text-decoration-none {
    color: #0a376a;
}

a.text-decoration-none:hover,
a.text-decoration-none:active,
a.text-decoration-none:focus {
    color: #ef8b1e;
}



/*====================================*/
/* 服務項目
/*====================================*/

.section-padding {
    padding: 100px 0 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.tw_title_anim {
    perspective: 400px;
}

.section-top__title {
    color: #0a376a;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-transform: capitalize;
}


.section-top__subtitle {
    color: #666;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

.services-four__single {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 4px 60px rgba(33, 34, 38, 0.1);
    text-align: center;
    padding: 40px 40px 32px;
    border-bottom: 3px solid #0a376a;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}

.services-four__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 auto 19px;
    border-radius: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.services-four__single-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed #0a376a;
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: spin 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.services-four__single img {
    width: 70px;
    height: auto;
    padding: 5px;
}

.services-four__single-content h2 {
    font-size: 1.8rem;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
    color: #0a376a;
}

.services-page .about-three__list {
    list-style: none;
    padding-left: 1.5em;
    /* 控制整體左邊界 */
    position: relative;
}

.services-page .about-three__list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    font-size: 0.95rem;
}

.services-page .about-three__list li i {
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #0A376A;
}

.services-ht {
    height: 410px;
}

.cta-one {
    position: relative;
    display: block;
    background: #052944;
    border-bottom: 1px solid #fff;
    padding: 81px 0px 78px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    width: 700px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

.cta-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #052944;
    opacity: 0.75;
}

.cta-one .shape1 {
    content: "";
    position: absolute;
    top: -40px;
    left: 679px;
    border-bottom: 41px solid #0d1821;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: rotate(-1deg);
    transform-origin: left;
    z-index: -3;
}

.cta-one__inner {
    position: relative;
    display: block;
}

.cta-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 780px;
    width: 100%;
    float: right;
}

.cta-one__content .text-box {
    position: relative;
    display: block;
}

.cta-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.cta-one__content .text-box h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 4px;
}

.cta-one__content .text-box p {
    color: #ffffff;
    letter-spacing: 1;
    font-size: 1.3rem;
}

.thm-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 55px;
    font-weight: 400;
    background: #004a94;
    border-radius: 5px;
    padding: 0px 35px 0px;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    top: 1px;
    margin-left: 5px;
}

.pricing-plan-one {
    position: relative;
    display: block;
    padding: 50px 0 100px;
    z-index: 1;
}

.pricing-plan-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
    transition-delay: 0.3s;
    z-index: 1;
}

.pricing-plan-one__single:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    bottom: 0;
    box-shadow: 0px 4px 60px rgba(33, 34, 38, 0.09);
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
    content: "";
}

.pricing-plan-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0px 40px 50px;
}

.pricing-plan-one__single .table-header {
    position: relative;
    display: block;
    /*padding-bottom: 22px;*/
    /*border-bottom: 2px dashed #004a94;*/
    z-index: 5;
}

.pricing-plan-one__single .table-header .category-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    z-index: 10;
}


.pricing-plan-one__single .table-header .category-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 15px;
    width: 10px;
    background: #004a94;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.pricing-plan-one__single .table-header h3 {
    position: relative;
    display: inline-grid;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    background: #004a94;
    padding: 20px 45px 10px;
    margin-bottom: 36px;
    z-index: 1;
    height: 55px;
}

.pricing-plan-one__single .table-header .category-wrapper:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 15px;
    width: 10px;
    background: #004a94;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 10;
}

.pricing-plan-one__single .table-header h2 {
    color: #0a376a;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
    /* 確保 ::before 的絕對定位參考 h2 */
}

.pricing-plan-one__single .table-header h2::before {
    content: "";
    position: absolute;
    left: 34%;
    bottom: -15px;
    width: 345px;
    height: 0;
    border-bottom: 3px dashed #004a94;
}

.pricing-plan-one__single .table-content {
    position: relative;
    display: inline-grid;
    margin-top: 37px;
    z-index: 5;
    width: 100%;
    justify-content: center;
}

/*====================================*/
/* 施工案例 
/*====================================*/
.cases-page

/*相簿區*/
.sp-y {
    padding: 60px 0 80px;
}

.section-top_title2 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.portfolio-page-area h4.title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: left;
}

.portfolio-page-area .price {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.mfp-bottom-bar {
    margin-top: -65px;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    width: 100%;
    display: inline-grid;
    background-color: #0a376a;
    padding: 10px;
}

.ht-mfp .mfp-close {
    background-color: #ef8b1e;
}

.ht-mfp .mfp-close:hover {
    background-color: #0a376a;
}

/*頁碼*/

.pagination-m {
    width: 100%;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
    margin-top: 50px;
}

.pagination-m ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination-m ul li {
    display: inline;
}

.pagination-m ul li a {
    color: #6dc7ff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination-m ul li a.active,
.pagination-m ul li a:hover:not(.active) {
    background-color: #2664ae;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 4px;
    color: #fff;
}

/*====================================*/
/* 短影音分享
/*====================================*/

blockquote,
.blockquote {
    background-color: transparent !important;
    color: transparent !important;
    padding: 0;
    height: 800px;
    overflow: hidden;
}

/*====================================*/
/* faq
/*====================================*/

.faq-one--faq {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 0 50px;
    z-index: 1;
}

.faq-one-accrodion {
    position: relative;
    display: block;
}

.faq-one--faq .faq-one-accrodion .accrodion {
    background: #f1f5f9;
    border: #e5e5e5;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 0px 35px 0px;
}

.faq-one-accrodion .accrodion.active {
    padding-bottom: 25px;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    padding: 19px 0px 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.faq-one-accrodion .accrodion-title h4 {
    position: relative;
    color: #2664ae;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* 問題前自動加 Q： */
.faq-one-accrodion .accrodion-title h4::before {
    content: "Q：";
    color: #2664ae;
    font-weight: bold;
    margin-right: 6px;
}


.accrodion-title i.fa-solid {
    font-size: 1.5rem;
    line-height: 15px;
}

.faq-one-accrodion .accrodion-content .inner {
    position: relative;
    padding-left: 2.5em;
    /* 讓文字往右縮排，留出A：的位置 */
}

/* A. 自動標示 */
.faq-one-accrodion .accrodion-content .inner::before {
    content: "A： ";
    font-weight: bold;
    color: #2664ae;
    display: block;
    margin-bottom: 8px;
    position: absolute;
    left: 0;
    /* 固定在最左邊 */
    top: 0;
    /* 與文字頂端對齊 */
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 21px 25px 20px;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.faq-one-accrodion .accrodion-content p {
    color: #606060;
    margin: 0;
    font-weight: 500;
}



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

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_content.text-center h2 {
    font-size: 1.3rem;
    font-weight: 600;
}



.all_column {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}


.page-breadcrumb-wrap .contact-box .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    background-color: #0a376a;
    color: #fff;
    transition: all 0.8s ease-in-out;
}


.btn-hvr-brand {
    color: #0a376a;
    border: 2px solid #0a376a;
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #333;
    background-color: #ef8b1e;
    border: 2px solid #ef8b1e;
}

.form-btn {
    display: inline-grid;
    justify-items: center;
    width: 100%;
}

.text-size-18 {
    font-size: 1.2rem;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    margin: 30px 5px 30px 0;
}

.page-breadcrumb-wrap {
    border-bottom: none;
}

.contact-info-one {
    position: relative;
    display: inline-grid;
    justify-content: center;
    bottom: -20px;
    z-index: 5;
    width: 100%;
}

.contact-info-one__inner {
    position: relative;
    display: inline-grid;
    padding: 20px 30px;
    border-radius: 10px;
    background: #002754;
}


.cta-one .shape2 {
    content: "";
    position: absolute;
    top: -41px;
    left: 677px;
    border-bottom: 41px solid #0d1821;
    border-left: 20px solid transparent;
    border-right: 22px solid transparent;
    transform: rotate(1deg);
    transform-origin: left;
    z-index: -2;
}

.contact-form-area h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/*=======================================*/
/* Font Size */
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fs-64 {
    font-size: 64px;
}

.fs-80 {
    font-size: 80px;
}

.br-10 {
    border-radius: 10px;
}

.br-15 {
    border-radius: 15px;
}

.br-20 {
    border-radius: 20px;
}

.fw-900 {
    font-weight: 900;
}

.c-555 {
    color: #555;
}

.single-adress-card {
    padding: 25px;
    border-radius: 10px;
    background-color: #f5f3f2;
    transition: all 0.5s;
    border-right: 3px solid #2664ae;
    border-left: 3px solid #f5f3f2;
}

.single-adress-card:hover {
    transform: translateY(-5px);
    border-right: 3px solid #f5f3f2;
    border-left: 3px solid #6dc7ff;
}

.single-adress-card i {
    width: 45px;
    height: 45px;
    font-size: 25px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    transition: all 0.5s;
    background-color: #fff;
}

.single-adress-card:hover i {
    animation: pop 0.3s 1;
    color: #fff;
    background-color: #2664ae;
}


.single-adress-card.style-1 {
    border-right: 3px solid #f5f3f2;
    border-left: 3px solid #6dc7ff;
}

.single-adress-card.style-1:hover {
    border-right: 3px solid #2664ae;
    border-left: 3px solid #f5f3f2;
}

.content-display-inline-flex {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.page-breadcrumb-wrap .text-center h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 5px;
    text-align: left;
}


/*====================================*/
/* Scroll + Icon Top Button
/*====================================*/

/* 浮動社群欄 */
.social-fixed {
    position: fixed;
    top: 57%;
    right: 10px;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #55b6ff;
    border-radius: 12px;
    padding: 0 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    opacity: 1;
    /* 直接顯示，可依需求切換 */
    transition: opacity 0.4s ease, transform 0.4s ease;
    box-shadow: 0 4px 10px rgb(85 182 255 / 0.3);
}

/* 按鈕樣式 */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #55b6ff;
    font-size: 24px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #55b6ff;
    background: transparent;
    cursor: pointer;
    margin: 2px 0;
    text-decoration: none;
}

.social-btn:last-child {
    border-bottom: none;
}

.social-btn:hover {
    background-color: #55b6ff;
    color: white;
}

/* 回到頂端按鈕額外調整 */
.social-btn.btn-scroll-top {
    border: none;
    background: transparent;
    padding: 0;
    right: 20px;
    position: sticky;
    box-shadow: none;
    color: #6dc6ff;
}


/*====================================*/
/* footer
/*====================================*/
.text-black,
.link-black {
    color: #000 !important;
}

.bg-img2 {
    background: no-repeat bottom center;
    background-size: cover;
}

.footer-area {
    color: #fff;
    border-top: 2px dashed #ebebeb;
}

.footer-area:before {
    background-color: transparent;
}

.footer-area .footer-widget-area {
    padding: 70px 0 60px;
}

ul.list-unstyled.contact-list {
    display: inline-grid;
    justify-items: start;
}

.contact-list .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #6dc7ff;
    color: #fff;
    font-size: 0.9rem;
    margin-right: 8px;
}

.contact-list a {
    color: #6dc7ff;
    text-decoration: none;
    font-size: 1.1rem;
}

.contact-list a:hover {
    text-decoration: underline;
}

.contact-list .line-bg {
    background-color: #6dc7ff;
    color: white;
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 15px;
}

.footer-area .footer-copyright-area {
    border-top: none;
    padding: 10px 0;
    background-color: #6dc7ff;
}

.copyright-text {
    font-size: 0.9rem;
}

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


/*====================================*/
/* media
/*====================================*/

@media only screen and (min-width: 1199px) {
    .about-content {
        width: 100%;
    }

    .contact_content.text-center.aos-init.aos-animate {
        width: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-plan-one__single .table-header h2::before {
        left: 30%;
    }

    .about-services {

        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .product-item {
        height: 315px;
    }

    .md-bg-img {
        background: no-repeat center bottom;
        background-size: cover;
    }

    .services-img {
        display: none;
    }

    .blog-post-two__content {
        /*height: 140px;*/
    }


}

@media only screen and (max-width: 991px) {
    .logo-center {
        width: 100%;
        display: inline-grid;
        justify-items: center;
    }

    .about-services {
        width: 100%;
        margin-top: 0;
    }

    .about-content {
        margin-right: 0;
        padding-left: 30px;
    }

    picture {
        display: inline-grid;
        justify-content: space-evenly;
        justify-items: center;
        width: 100%;
    }

    .bg-img3 {
        background-size: cover;
    }

    .call-to-action-content {
        height: 400px;
    }

    .contact-info-one__inner {
        margin-bottom: 50px;
    }

    .pricing-plan-one .pricing-plan-one__single .table-header h2::before {
        left: 22%;
    }

    .md-text-center {
        text-align: center !important;
    }

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


    .services2-bg {
        background: none !important;
        /* 移除背景 */
    }

    .left-img {
        order: 2;
        /* 圖片下方 */
    }

    .right-content {
        order: 1;
        /* 文字上方 */
    }

    .p-t20b50 {
        padding: 20px 0;
    }

    .about-content {
        padding-top: 30px;
    }

    a.btn-watch2 {
        font-size: 1.1rem;
        padding: 10px 40px;
        width: 46%;
    }

    .contact-list a {
        font-size: 0.9rem;
    }

    .about-content {
        padding-bottom: 0;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .product-item {
        height: 250px;
    }


    .cases-page h4.title {
        height: 40px;
    }

    .cases-page .price {
        height: 72px;
    }

    .off-canvas-content {
        padding: 30px 20px 30px 0;
    }

}

@media only screen and (min-width: 768px) {
    .portfolio-page-area h4.title {
        height: 45px;
    }

    .portfolio-page-area .price {
        height: 52px;
    }


}

@media only screen and (max-width: 767px) {

    .logo-wrap {
        z-index: 998;
        position: relative;
    }

    .sm-ptb-60 {
        padding: 0;
    }

    .top-Phone {
        margin-bottom: 10px;
    }

    .about-text p:last-child {
        text-align: center;
        font-size: 1rem;
    }

    .product-item__info {
        padding-left: 5px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .mySwiper22 .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mySwiper22 .swiper-button-prev-2,
    .mySwiper22 .swiper-button-next-2 {
        display: block;
    }

    .mySwiper22 .swiper-button-prev-2 {
        left: -40px;
    }

    .mySwiper22 .swiper-button-next-2 {
        right: -40px;
    }

    .bg-b {
        display: block;
    }

    .section-title.section-title--3 p {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-title.section-title--2 img {
        width: 65%;
    }

    .product-item__info h4 {
        font-size: 1.3rem;
    }

    .ms-pt-30 {
        padding-top: 30px;
    }

    h4.font-bold {
        font-size: 1.15rem;
    }

    .slide-caption {
        font-size: 1rem;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .need-con .need_content h3 {
        line-height: 1.5;
        font-size: 1.15rem;
    }

    .serviceneed-con .phone-number .number {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .cta-one__bg {
        top: 0px;
        width: 100%;
        clip-path: none;
    }

    .cta-one__content {
        display: block;
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;
    }

    .cta-one .shape1,
    .cta-one .shape2 {
        display: none;
    }

    .pricing-plan-one .pricing-plan-one__single .pricing-plan-one__single-inner .table-header h2::before {
        left: 0;
        width: 100%;
    }

    .section-top_title2 {
        font-size: 1.6rem;
    }

    .portfolio-page-area h4.title {
        font-size: 1.1rem;
    }

    .cases-page h4.title {
        font-size: 1rem;
    }

    .cases-page .price {
        font-size: 0.95rem;
    }

    .sec-title__title {
        font-size: 1.5rem;
    }

    .serviceneed-con .phone-number .number {
        font-size: 1.1rem;
    }

    .serviceneed-con .fa-phone-volume:before,
    .serviceneed-con .fa-volume-control-phone:before {
        font-size: 1.3rem;
    }



    .off-canvas-content {
        padding: 30px 20px 30px 0;
    }

    .services-img {
        display: block;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .call-to-action-content h4 {
        font-size: 1.3rem;
    }

    a.btn-watch2 {
        width: 56%;
    }

    .margin-display {
        margin: 30px auto 0;
        display: inline-grid;
        justify-items: center;
        align-items: center;
    }

    .contact-list a {
        font-size: 1.1rem;
    }

    .sm-mt-0 {
        margin-top: 0 !important;
    }

    .lineQrcode {
        width: 40%;
    }


    .content-display-inline-flex {
        flex-wrap: wrap;
        /* 允許換行 */
        align-items: flex-start;
        gap: 0.5rem;
        /* 適度間距 */
        text-align: left;
        word-break: break-all;
        /* 長字串允許斷行 */
        overflow-wrap: break-word;
        /* 額外保險 */
    }

    .ms-img65 {
        width: 65%;
    }

}

@media only screen and (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-item__info {
        padding-left: 10px;
    }

    .call-to-action-content h4 {
        width: 259px;
        font-size: 1.29rem;
    }

    .product-item img {
        width: 75%;
    }

    .sm-ptb-60 {
        padding: 10px 30px;
    }

    .sm-pt30 {
        padding-top: 30px;
    }

    a.btn-watch2 {
        width: 60%;
    }

    .contact-list a {
        font-size: 1rem;
    }

    .lineQrcode {
        width: 50%;
    }

    p.leading-relaxed {
        font-size: 1.1rem;
    }

    .about-text {
        font-size: 1rem;
    }

    .section-title .picture-title {
        width: 100%;
    }

    .section-title.section-title--3 p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {

    .banner-item__btn::after {
        width: 30px;
    }

    .sec-title__title {
        font-size: 1.3rem;
    }

    a.btn-watch2 {
        width: 90%;
    }

}