
:root {
    --banner-ratio-720: calc(100vw * (520 / 624)); /* 預設比例 */
    --banner-ratio-1024: calc(100vw * (720 / 1024));
    --banner-ratio-1440: calc(100vw * (624 / 1440));
    --banner-ratio-1280: calc(100vw * (720 / 1280));
    --banner-ratio-1920: calc(100vw * (720 / 1920));

    --color-185a56: #185a56;
    --color-fd742c: #fd742c;
    --color-333e3d: #333e3d;
    --color-f4d6a7: #f4d6a7;
    --color-fdf8e5: #fdf8e5;
    --color-db6323: #db6323;
    --color-002c2c: #002c2c;
    --color-045351: #045351;
    --color-fffae4: #fffae4;
    --color-ff9000: #ff9000;
    --color-fff13d: #fff13d;
    --color-fef9f3: #fef9f3;
    --color-f3c57a: #f3c57a;
    --color-eccf9f: #eccf9f;
    --color-d6c397: #d6c397;

}

p {
    color: var(--color-333e3d);
    font-size: 1rem;
    line-height: 1.8;
}

.text-185a56 {
    color: var(--color-185a56) !important;
}

.text-fd742c {
    color: var(--color-fd742c) !important;
}

.text-fdf8e5 {
    color: var(--color-fdf8e5) !important;
}

.text-333e3d {
    color: var(--color-333e3d) !important;
}

.text-fffae4 {
    color: var(--color-fffae4) !important;
}

.text-fff13d {
    color: var(--color-fff13d) !important;
}

.text-f3c57a {
    color: var(--color-f3c57a) !important;
}

.text-045351 {
    color: var(--color-045351) !important;
}

.bg-185a56 {
    background-color: var(--color-185a56) !important;
}

.bg-fd742c {
    background-color: var(--color-fd742c) !important;
}

.w-fit {
    width: fit-content;
}

.text-large-plus {
    font-size: 1.5rem !important;
}

.text-large {
    font-size: 1.25rem !important;
}

.text-medium {
    font-size: 1.1rem !important;
}

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

.text-small-normal {
    font-size: 0.85rem !important;
}

.text-small {
    font-size: 0.75rem !important;
}

.text-smaller {
    font-size: 0.625rem !important;
}

.line-height-1-8 {
    line-height: 1.8 !important;
}

.line-height-high {
    line-height: 1.8 !important;
}

.line-height-higher {
    line-height: 2 !important;
}

.navbar {
    background: url(../images/00-hp/menu_bg1440.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    border-bottom: 3px solid var(--color-db6323);
    padding: 0.5rem 0 !important;
}

@media (max-width: 768px) {
    .navbar {
        background-color: #282a2d;
        background-image: url(../images/00-hp/menu_bg1280.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar {
        background: url(../images/00-hp/menu_bg1280.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .navbar {
        background: url(../images/00-hp/menu_bg1280.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .navbar {
        background: url(../images/00-hp/menu_bg1440.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .navbar {
        background: url(../images/00-hp/menu_bg1920.jpg) no-repeat center
            center;
        background-size: cover;
    }
}

.logo {
    height: 56px;
}

@media (max-width: 768px) {
    .logo {
        height: 50px;
    }
}

#hero .item1,
#hero .item2,
#hero .item3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100vw; */
}

#hero .item1 {
    background-image: url(../images/00-hp/banner01_624.png);
}
#hero .item2 {
    background-image: url(../images/00-hp/banner02_624.png);
}
#hero .item3 {
    background-image: url(../images/00-hp/banner03_624.png);
}

@media (max-width: 768px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-720);
        /* height: 100vw; 以正方形顯示 */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1024);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1280);
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1440);
    }
}

@media (min-width: 1440px) {
    #hero .item1,
    #hero .item2,
    #hero .item3 {
        height: var(--banner-ratio-1920);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1024.png);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1024.png);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1024.png);
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1280.png);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1280.png);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1280.png);
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1440.png);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1440.png);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1440.png);
    }
}

@media (min-width: 1440px) {
    #hero .item1 {
        background-image: url(../images/00-hp/banner01_1920.png);
    }
    #hero .item2 {
        background-image: url(../images/00-hp/banner02_1920.png);
    }
    #hero .item3 {
        background-image: url(../images/00-hp/banner03_1920.png);
    }
}

.bg-top-section {
    background-image: url(../images/00-hp/bg01_1920.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1440px) {
    .bg-top-section {
        background-image: url(../images/00-hp/bg01_1440.jpg);
    }
}

@media (max-width: 1280px) {
    .bg-top-section {
        background-image: url(../images/00-hp/bg01_1280.jpg);
    }
}

@media (max-width: 1024px) {
    .bg-top-section {
        background-image: url(../images/00-hp/bg01_1024.jpg);
    }
}

@media (max-width: 768px) {
    .bg-top-section {
        background-image: url(../images/00-hp/bg01_750.jpg);
        background-size: 150% auto;
    }
}

.ab-slogan {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 15px;
    background-color: white;
    margin: 0 20px;
}

.ab-slogan h3 {
    font-size: 2rem;
    color: var(--color-185a56);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    border: 1px solid var(--color-f4d6a7);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ab-slogan {
        flex: 1;
        margin: 10px;
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    .ab-slogan h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .ab-slogan {
        width: 100px;
        height: 100px;
        padding: 8px;
        margin: 5px;
    }

    .ab-slogan h3 {
        font-size: 1.2rem;
    }
}

/* Navigation Dropdown Menu Styles */
.nav-link span {
    color: var(--color-fdf8e5);
}

.nav-item {
    margin: 0 5px;
    position: relative;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown > .nav-link {
    position: relative;
}

.nav-item.dropdown > .nav-link::after {
    content: '';
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 38%;
    transform: translateX(-38%);
    display: none;
    align-items: center;
    min-width: 150px;
    padding: 0;
    margin: 0;
    background-color: var(--color-002c2c);
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    z-index: 1000;
}

.nav-item.dropdown:hover > .dropdown-menu,
.nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    clear: both;
    color: var(--color-fffae4);
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color var(--transition-swift);
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: var(--color-db6323);
    color: white;
    outline: none;
}

.dropdown-divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-top: 1px solid var(--color-045351);
}

.offcanvas {
    background: linear-gradient(to bottom, var(--color-185a56), var(--color-002c2c));
}

.offcanvas-header .btn-close {
    --bs-btn-close-color: #eccf9f !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z' fill='%23eccf9f'/%3e%3c/svg%3e") !important;
    filter: none !important;
}

.offcanvas-header .btn-close:focus {
    --bs-btn-close-color: #eccf9f !important;
    box-shadow: 0 0 0 0.25rem rgba(236, 207, 159, 0.25) !important;
}

.offcanvas-header {
    border: none;
}

.offcanvas .nav-link {
    text-align: center;
    color: var(--color-fdf8e5);
    padding: 0.75rem 0;
    position: relative;
    border: none;
}

.offcanvas .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        transparent 15%,
        rgba(214, 195, 151, 0.3) 25%,
        rgba(214, 195, 151, 0.6) 40%,
        var(--color-d6c397) 50%,
        rgba(214, 195, 151, 0.6) 60%,
        rgba(214, 195, 151, 0.3) 75%,
        transparent 85%,
        transparent 100%
    );
    pointer-events: none;
}

@media (max-width: 480px) {
    .offcanvas-end {
        width: 50% !important;
        min-width: 200px;
    }
}



.onillu {
    background: url(../images/00-hp/on_bg1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    box-shadow:
        0 -3px 20px -3px rgba(0, 0, 0, 0.2),
        0 3px 20px -3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .onillu {
        background-color: #282a2d;
        background-image: url(../images/00-hp/on_bg750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .onillu {
        background: url(../images/00-hp/on_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .onillu {
        background: url(../images/00-hp/on_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .onillu {
        background: url(../images/00-hp/on_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .onillu {
        background: url(../images/00-hp/on_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.position-relative {
    position: relative !important;
}

.onillu_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 100%;
    width: 100%;
}



.services {
    background: url(../images/00-hp/ser_bg1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .services {
        background-color: #fefaf3;
        background-image: url(../images/00-hp/ser_bg750.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .services {
        background: url(../images/00-hp/ser_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .services {
        background: url(../images/00-hp/ser_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .services {
        background: url(../images/00-hp/ser_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .services {
        background: url(../images/00-hp/ser_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.services-box {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services-icon img {
    width: 70% !important;
}

.services-title-link {
    position: relative;
    border: 1px solid var(--color-185a56);
    border-radius: 30px;
}

.services-title-link:hover {
    background-color: var(--color-185a56);
}

.services-title-link:hover h4 {
    color: var(--color-fdf8e5) !important;
    text-decoration: none;
}

.services-title-link img {
    transition: all 0.3s ease;
}

.services-title-link:hover img {
    filter: brightness(0) invert(1);
}


.cases {
    background: url(../images/00-hp/case_bg1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .cases {
        background-color: #282a2d;
        background-image: url(../images/00-hp/case_bg750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cases {
        background: url(../images/00-hp/case_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .cases {
        background: url(../images/00-hp/case_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .cases {
        background: url(../images/00-hp/case_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .cases {
        background: url(../images/00-hp/case_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.case-hp-box {
    border: 3px solid var(--color-f4d6a7);
}

.case-hp-header {
    background: linear-gradient(to bottom, var(--color-ff9000), var(--color-fd742c));
    padding: 15px;
}

.case-hp-content {
    background-color: var(--color-fef9f3);
}

.case-hp-content * {
    font-weight: normal;
}

.cta {
    background: url(../images/00-hp/ab_bg1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .cta {
        /* background-color: #282a2d; */
        background-image: url(../images/00-hp/ab_bg750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cta {
        background: url(../images/00-hp/ab_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .cta {
        background: url(../images/00-hp/ab_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .cta {
        background: url(../images/00-hp/ab_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .cta {
        background: url(../images/00-hp/ab_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.cta-empty-area {
    height: 12rem;
}

.footer {
    background: url(../images/00-hp/footer_bg1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .footer {
        /* background-color: #282a2d; */
        background-image: url(../images/00-hp/footer_bg750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer {
        background: url(../images/00-hp/footer_bg1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .footer {
        background: url(../images/00-hp/footer_bg1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .footer {
        background: url(../images/00-hp/footer_bg1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .footer {
        background: url(../images/00-hp/footer_bg1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.footer-logo {
    height: 56px;
}

.back-to-top {
    background: unset;
}

.social-links-btn {
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 2%;
    transform: translate(-5%, -50%);
    -webkit-transform: translate(-5%, -50%);
    -moz-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    -o-transform: translate(-5%, -50%);
}

.social-links-btn a {
    width: 4rem;
}

.social-links-btn-mobile {
    width: 100vw;
    height: 45px;
    z-index: 9999;
}

.s-line-btn {
    background: linear-gradient(to bottom, #7fcd46 0%, #459b07 100%);
    height: 100%;
    border-right: 0.5px solid #fff;
    /* border-left: 0.5px solid #fff; */
}

.s-phone-btn {
    background: linear-gradient(to bottom, #ff9055 0%, #ff6311 100%);
    height: 100%;
    /* border-right: 0.5px solid #fff; */
    border-left: 0.5px solid #fff;
}

.s-location-btn {
    background: linear-gradient(to bottom, #518380 0%, #185a56 100%);
    height: 100%;
    /* border-right: 0.5px solid #fff; */
    border-left: 0.5px solid #fff;
}

.social-links-btn-mobile a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 60px;
    }
    .footer-copyright {
        margin-bottom: 40px;
    }
}

.offcanvas-backdrop {
    background-color: #fff;
}


.about-intro {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-intro img {
    max-width: 100%;
    width: 125px;
    height: 125px;
}


.illu {
    background: url(../images/01/bg2_1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    /* box-shadow:
        0 -3px 20px -3px rgba(0, 0, 0, 0.2),
        0 3px 20px -3px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
    .illu {
        background-color: #282a2d;
        background-image: url(../images/01/bg2_750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .illu {
        background: url(../images/01/bg2_1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .illu {
        background: url(../images/01/bg2_1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .illu {
        background: url(../images/01/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .illu {
        background: url(../images/01/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

.illu_img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    max-width: 100%;
    width: 80%;
}

@media (max-width: 768px) {
    .illu_img {
        position: relative;
        top: auto;
        left: auto;
        transform: translateX(0);
        width: 90%;
    }
}


.ab-cta {
    background: url(../images/01/bg3_1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

@media (max-width: 768px) {
    .ab-cta {
        /* background-color: #282a2d; */
        background-image: url(../images/01/bg3_750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .ab-cta {
        background: url(../images/01/bg3_1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .ab-cta {
        background: url(../images/01/bg3_1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .ab-cta {
        background: url(../images/01/bg3_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .ab-cta {
        background: url(../images/01/bg3_1920.jpg) no-repeat center center;
        background-size: cover;
    }
}

.bg-top-section2 {
    background-image: url(../images/01/bg1024.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1440px) {
    .bg-top-section2 {
        background-image: url(../images/01/bg1440.jpg);
    }
}

@media (max-width: 1280px) {
    .bg-top-section2 {
        background-image: url(../images/01/bg1280.jpg);
    }
}

@media (max-width: 1024px) {
    .bg-top-section2 {
        background-image: url(../images/01/bg1024.jpg);
    }
}

@media (max-width: 768px) {
    .bg-top-section2 {
        background-image: url(../images/01/bg750.jpg);
        background-size: cover;
    }
}

.services-intro {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--color-d6c397);
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.services-intro img {
    max-width: 100%;
    width: 100px;
    height: 100px;
}


.bg-top-section3 {
    background-image: url(../images/03/bg1024.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 1440px) {
    .bg-top-section3 {
        background-image: url(../images/03/bg1440.jpg);
    }
}

@media (max-width: 1280px) {
    .bg-top-section3 {
        background-image: url(../images/03/bg1280.jpg);
    }
}

@media (max-width: 1024px) {
    .bg-top-section3 {
        background-image: url(../images/03/bg1024.jpg);
    }
}

@media (max-width: 768px) {
    .bg-top-section3 {
        background-image: url(../images/01/bg750.jpg);
        background-size: cover;
    }
}


.process-steps-items1 {
    background: url(../images/03/03step01_bg1024.png) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.process-steps-items2 {
    background: url(../images/03/03step02_bg1024.png) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.process-steps-items3 {
    background: url(../images/03/03step03_bg1024.png) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.process-steps-items4 {
    background: url(../images/03/03step04_bg1024.png) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .process-steps-items1 {
        /* background-color: #282a2d; */
        background-image: url(../images/03/03step01_bg624.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .process-steps-items2 {
        /* background-color: #282a2d; */
        background-image: url(../images/03/03step02_bg624.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .process-steps-items3 {
        /* background-color: #282a2d; */
        background-image: url(../images/03/03step03_bg624.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .process-steps-items4 {
        /* background-color: #282a2d; */
        background-image: url(../images/03/03step04_bg624.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .process-steps-items1 {
        background: url(../images/03/03step01_bg1024.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items2 {
        background: url(../images/03/03step02_bg1024.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items3 {
        background: url(../images/03/03step03_bg1024.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items4 {
        background: url(../images/03/03step04_bg1024.png) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .process-steps-items1 {
        background: url(../images/03/03step01_bg1280.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items2 {
        background: url(../images/03/03step02_bg1280.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items3 {
        background: url(../images/03/03step03_bg1280.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items4 {
        background: url(../images/03/03step04_bg1280.png) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .process-steps-items1 {
        background: url(../images/03/03step01_bg1440.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items2 {
        background: url(../images/03/03step02_bg1440.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items3 {
        background: url(../images/03/03step03_bg1440.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items4 {
        background: url(../images/03/03step04_bg1440.png) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .process-steps-items1 {
        background: url(../images/03/03step01_bg1608.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items2 {
        background: url(../images/03/03step02_bg1608.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items3 {
        background: url(../images/03/03step03_bg1608.png) no-repeat center center;
        background-size: cover;
    }
    .process-steps-items4 {
        background: url(../images/03/03step04_bg1608.png) no-repeat center center;
        background-size: cover;
    }
}


.illu_process {
    background: url(../images/03/bg2_1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    /* box-shadow:
        0 -3px 20px -3px rgba(0, 0, 0, 0.2),
        0 3px 20px -3px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
    .illu_process {
        background-color: #282a2d;
        background-image: url(../images/01/bg2_750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .illu_process {
        background: url(../images/01/bg2_1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .illu_process {
        background: url(../images/01/bg2_1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .illu_process {
        background: url(../images/01/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .illu_process {
        background: url(../images/01/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

.map {
    position: relative;
    border: 3px solid #fff;
    border-radius: 15px;
    margin-bottom: -15px;
    height: 400px;
    overflow: hidden;
}
.map iframe {
    width: 100%;
    height: 405px;
    border: 0;
    border-radius: 15px;
}



.contact-intro {
    background: url(../images/03/bg2_1024.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    /* box-shadow:
        0 -3px 20px -3px rgba(0, 0, 0, 0.2),
        0 3px 20px -3px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
    .contact-intro {
        background-color: #282a2d;
        background-image: url(../images/05/bg2_750.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact-intro {
        background: url(../images/05/bg2_1024.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .contact-intro {
        background: url(../images/05/bg2_1280.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .contact-intro {
        background: url(../images/05/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .contact-intro {
        background: url(../images/05/bg2_1440.jpg) no-repeat center center;
        background-size: cover;
    }
}

.contact-intro-item {
    padding: 15px;
    text-align: center;
    flex: 1;
}

.contact-intro-item:not(:first-child) {
    border-left: 1px solid var(--color-fd742c);
}


.contact-info-item {
    padding: 10px 0;
    border: 2px solid var(--color-d6c397);
    background-color: #fff;
    border-radius: 10px;
}

.contact-info {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    will-change: auto;
}

.contact-info:hover {
    transform: translateX(-50%);
}

.process-step-container {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
}

.news-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.news-image img {
    border-radius: 10px;
    /* height: 200px; */
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .news-image img {
        width: 100% !important;
    }
}

.news-details-title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1.2px solid var(--color-ff9000);
}