﻿
p {
    letter-spacing: 1px;
}

.indent-2em {
    text-indent:2em;
}

.scroller {  
    overflow-x: scroll;
    scrollbar-color: #007 #bada55;
}
.navbar a:hover {
    color: var(--secondary-color) !important;
    opacity: 1 !important;
}


header .navbar [class*=col-] .navbar-nav .nav-item a {
    line-height: 2;
}
/* Header language */
.header-language-icon {
}

    .header-language-icon .header-language {
        display: inline-block;
    }

        .header-language-icon .header-language .language-dropdown {
            position: absolute;
            right: 0;
            top: 100%;
            padding: 20px;
            list-style: none;
            background-color: var(--white);
            display: none;
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
            -webkit-animation: hide-animation .5s;
            animation: hide-animation .5s;
            z-index: 9;
            text-align: center;
            margin: 0;
            min-width: 140px;
        }

            .header-language-icon .header-language .language-dropdown li a {
                color: var(--medium-gray);
                font-size: 16px;
                line-height: 28px;
                padding: 0;
            }

                .header-language-icon .header-language .language-dropdown li a .icon-country {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    margin: 0 10px 0 5px;
                }

                .header-language-icon .header-language .language-dropdown li a:hover {
                    color: var(--dark-gray);
                    opacity: 1;
                }

        .header-language-icon .header-language.open .language-dropdown {
            display: block;
            -webkit-animation: show-animation .5s;
            animation: show-animation .5s;
        }

.header-language i {
    padding-right: 5px;
}


footer a:hover {
    color: var(--secondary-color) !important;
    opacity: 1 !important;
}

.prodhome-section .section-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .prodhome-section .section-block h5 {
        margin-right: 20px;
        position: relative;
        padding-left: 20px;
    }

    .prodhome-section .section-block::after {
        content: "";
        flex-grow: 1;
        height: 2px;
        background-color: #979797;
    }

    .prodhome-section .section-block h5::after {
        content: '';
        position: absolute;
        top: .20833em;
        left: 0;
        display: block;
        width: 8px;
        height: calc(100% - .41667em);
        background: linear-gradient(0deg, #2e7015 30%, #62a917 93%, #188b05 150%);
    }

/*.about-service-section {
    padding-bottom: 220px;
}

    .about-service-section .section-title {
   
        margin: 0 auto;
    }

        .about-service-section .section-title .title {
            font-size: 48px;
            line-height: 54px;
            font-family: "Barlow", sans-serif;
            font-weight: 600;
            color: #0e0e0e;
        }

    .about-service-section .service-content-wrap {
        padding-top: 40px;
    }

    .about-service-section .experience-wrap {
        position: relative;
    }

        .about-service-section .experience-wrap .shape-1 {
            position: absolute;
            left: 102px;
            top: -28px;
            -webkit-animation: round-01 5s linear infinite;
            animation: round-01 5s linear infinite;
            z-index: -1;
        }

        .about-service-section .experience-wrap .experience {
            width: 370px;
            height: 370px;
            background: linear-gradient(90deg, #693eaa 0%, #01ebf2 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            border-radius: 50%;
            padding: 130px 90px;
            position: absolute;
            left: 150px;
            top: 20px;
        }

            .about-service-section .experience-wrap .experience .number {
                font-size: 170px;
                line-height: 54px;
                font-weight: 600;
                color: #ffffff;
            }

            .about-service-section .experience-wrap .experience span {
                font-size: 18px;
                line-height: 24px;
                font-weight: 500;
                text-transform: uppercase;
                display: inline-block;
                color: #ffffff;
                margin-top: 60px;
                padding-left: 10px;
            }
*/
@keyframes round-01 {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(15deg);
    }
}


.title-bar::before {
    content: '';
    position: absolute;
    top: .20833em;
    left: 0;
    display: block;
    width: 3px;
    height: calc(100% - .41667em);
    background: linear-gradient(0deg,#096 30%,#27b17a 93%,#4fca8f 150%);
    transform: skew(var(--skew),0) rotate(var(--skew));
}

.prod-section {
    max-width: 890px;
}


/* header .navbar-brand img {
  max-height: 36px
} */

/* .navbar .navbar-nav 
{
   font-size: 1.125rem;
} */
.header-cart-icon .cart-count {
    font-size: 9px;
    right: -10px
}
/* .navbar .navbar-nav .nav-link {
  font-size: 1.125rem;
}

.navbar .navbar-nav .submenu-content .mega-menu  ul li:first-child {
  font-size: 1.125rem !important;
  font-weight: 600;
}  */

/* .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a
{
  font-size: 1.125rem;
} */




.navbar .navbar-nav .dropdown .dropdown-menu a {
    /* font-size: 17px; */
    font-weight: 400;
    padding-bottom: 4px;
    border-color: transparent;
    color: #262b35;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 10px
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    /* width: 190px;  */
    padding: 30px 0;
}

.navbar .navbar-nav .nav-link .label {
    font-size: 10px
}

/* .navbar .navbar-nav .dropdown-menu {
  width: 190px; 
 padding: 30px 0;
} */
.navbar .submenu-content .mega-menu {
    max-width: 780px;
    justify-content: flex-end;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 30px 0 45px;
}

.footer-base p, .footer-base ul a {
    color: var(--white);
    font-size: 15px;
}

.prod-feature-list > li {
    color: var(--base-light-color);
    font-weight: 600;
    line-height: 2.5;
}

.prod-feature-list li > ul > li {
    color: var(--dark-gray);
    font-weight: 400;
}

/*base color table */
.table-style01 {
    /* font-weight: 300;*/
    vertical-align: middle;
}

    .table-style01 th {
        background-color: var(--base-color);
        color: var(--white);
        font-weight: 600;
        text-align: center;
    }

    .table-style01 tr td {
        /* text-align: center;*/
    }
/*dark  color table */
.table-style02 {
    /* font-weight: 300;*/
    vertical-align: middle;
}


    .table-style02 thead {
        /* text-align: center;*/
        font-size: 1.2rem;
        --bs-table-color: #fff;
        --bs-table-bg: #212529;
        --bs-table-border-color: #4d5154;
        --bs-table-striped-bg: #2c3034;
        --bs-table-striped-color: #fff;
        --bs-table-active-bg: #373b3e;
        --bs-table-active-color: #fff;
        --bs-table-hover-bg: #323539;
        --bs-table-hover-color: #fff;
    }

        .table-style02 thead th {
            vertical-align: middle;
        }



    .table-style02 td {
        padding: 10px 8px;
        font-size: 1.1rem;
    }



.career-box-container {
    /* display:flex;
    flex-wrap:wrap;
    justify-content:space-between;*/
}

.career-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.career-body {
    /*display:flex;
    flex-direction:column;
    flex-grow:1;*/
    min-height: 370px;
}

ul.careerlist {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: normal;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

    ul.careerlist li {
        list-style: none;
        color: var(--dark-gray);
        border-bottom: 1px solid;
        border-color: var(--extra-medium-gray) !important;
        padding-top: 5px;
        padding-bottom: 5px !important;
        display: flex !important;
    }

        ul.careerlist li i {
            color: var(--green);
            margin-right: 10px !important;
        }

.goTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    .goTopBtn

{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    .fa-arrow-alt-circle-up

{
    color: #b62c0a;
    /* color: var(--secondary-color);       */
}

}
}

.page-circuit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e2e9f1' fill-opacity='0.4' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}




.news-list {
    background-color: #fff;
    /* border-radius: 10px;*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

    .news-list .list-group-item {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 20px;
    }

        .news-list .list-group-item:last-child {
            border-bottom: none;
        }

.news-list {
    font-weight: bold;
    color: #6c757d;
}

    .news-list .title {
        font-size: 18px;
        color: #212529;
    }

    .news-list .list-group-item :hover {
        /* background-color: #ff7b00;*/
        color: var(--secondary-color);
    }

    .news-list .list-group-item a {
        text-decoration: none;
    }

    .news-list .list-header {
        background-color: #00874A;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.events-list {
    background-color: #fff;
    /* border-radius: 10px;*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    font-weight: 400;
    color: #6c757d;
}

    .events-list .list-group-item {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 20px;
    }

        .events-list .list-group-item:last-child {
            border-bottom: none;
        }

    .events-list .list-month {
        /*flex-basis: auto;
        flex-shrink: 0;*/
        /*flex: 0 0 60px;
        是 flex-grow、flex-shrink 和 flex-basis 的簡寫形式。 flex-grow: 0;
        表示該元素不會佔用剩餘空間擴展。 flex-shrink: 0;
        表示該元素不會收縮。 flex-basis: 100px;
        表示該元素的初始寬度為60px（可以根據需要調整）。  */
        flex: 0 0 100px; /* 設置固定寬度，可以根據需要調整數值 */
        text-align: center; /* 選擇對齊方式，這裡設置為右對齊 */
    }

    .events-list .list-content {
        flex-grow: 1;
    }

.event-style-03 .nav-tabs .nav-link.active, .event-style-03 .nav-tabs .nav-link.show, .event-style-03 .nav-tabs .nav-link:hover {
    color: #fefeff;
    background-color: #6e6e6e;
}





.benefits-list {
    /* color: var(--medium-gray);*/
}

.rounded-text {
    font-size: 1.4rem;
    padding: 10px 30px;
    text-align: center;
}

.tab-style-03 .nav-tabs .nav-link {
    background-color: var(--base-color);
    color: var(--white);
}

    .tab-style-03 .nav-tabs .nav-link:hover {
        color: var(--secondary-color);
    }

    .tab-style-03 .nav-tabs .nav-link.active, .tab-style-03 .nav-tabs .nav-link.show, .tab-style-03 .nav-tabs .nav-link:hover {
        color: var(--dark-gray);
        background-color: var(--white);
    }

.table-ITsec tbody tr th {
    background-color: var(--base-color);
    color: var(--white);
    font-weight: 600;
}

.solar-table-area {
    border: solid 1px #c8c7c7;
    padding: 20px;
}

.solar-table {
    text-align: center;
}

    .solar-table thead th {
        border-top-style: none !important;
        border-bottom-color: #c8c7c7 !important;
        border-left-style: none !important;
        border-right-style: none !important;
    }

    .solar-table tbody td {
        border-style: none !important;
    }

    .solar-table thead th {
        color: #0c7eb0;
        font-weight: 700;
        line-height: 4.5 !important;
    }

    .solar-table thead th {
        text-align: center;
    }

    .solar-table tbody td {
        line-height: 4.5 !important;
    }

    .solar-table tbody tr:nth-child(2) {
        background-color: #e8e8e8
    }

    .solar-table .solar-num {
        color: #ff6000;
    }

.accordion-style-04 a {
  /*  display: block;*/
}

    .accordion-style-04 a :hover {
        background-color: var(--base-color) !important;
        color: #fff !important;
    }

/*.base-table {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
}*/

/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
/*#map {
    height: 100%;
}
*/
/* 
 * Optional: Makes the sample page fill the window. 
 */
/*html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

gmp-map {
    height: 400px;
}
*/
.footer-base p, .footer-base a {
    color: var(--golden-yellow);
}
.about-company-culture01 {
    padding-bottom: 280px;
}

    .about-company-culture01 .section-title {
        /* max-width: 810px; 會造成英文版title折行*/
        max-width: 1200px; 
        margin: 0 auto;
    }

    .about-company-culture01 .service-content-wrap {
        padding-top: 80px;
    }

    .about-company-culture01 .experience-wrap {
        position: relative;
    }

        .about-company-culture01 .experience-wrap .shape-1 {
            position: absolute;
            left: 102px;
            top: -28px;
            -webkit-animation: round-01 5s linear infinite;
            animation: round-01 5s linear infinite;
            z-index: -1;
        }

        .about-company-culture01 .experience-wrap .experience {
            width: 370px;
            height: 370px;
            background: linear-gradient(90deg, #693eaa 0%, #01ebf2 100%);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            border-radius: 50%;
            padding: 130px 90px;
            position: absolute;
            left: 150px;
            top: 20px;
        }

            .about-company-culture01 .experience-wrap .experience .number {
             /*   font-size: 170px;*/
                line-height: 54px;
                font-weight: 600;
                color: #ffffff;
            }

            .about-company-culture01 .experience-wrap .experience span {
                font-size: 18px;
                line-height: 24px;
                font-weight: 500;
                text-transform: uppercase;
                display: inline-block;
                color: #ffffff;
                margin-top: 60px;
                padding-left: 10px;
            }

    .about-company-culture01 .service-content {
        /* padding-right: 225px;*/
        margin-top: 70px;
    }

        .about-company-culture01 .service-content .text {
            font-size: 18px;
            line-height: 30px;
        }

        .about-company-culture01 .service-content .service-list {
            padding-top: 15px;
        }

            .about-company-culture01 .service-content .service-list ul li {
                display: flex;
                align-items: flex-start;
                font-size: 16px;
                line-height: 24px;
                color: #333333;
                margin-top: 20px;
            }

                .about-company-culture01 .service-content .service-list ul li .service-icon {
                    color: #11ddf5;
                    margin-right: 8px;
                }

@media only screen and (max-width: 1399px) {
    .about-company-culture01 .service-content {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-company-culture01 .experience-wrap .shape-1 {
        left: 0px;
        top: -28px;
    }

    .about-company-culture01 .experience-wrap .experience {
        padding: 130px 90px;
        left: 45px;
        top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .about-company-culture01 {
        padding-bottom: 100px;
    }

        .about-company-culture01 .experience-wrap .shape-1 {
            left: 115px;
            transform: translateX(-50%);
        }

        .about-company-culture01 .experience-wrap .experience {
            left: 0;
            position: relative;
            margin: 0 auto;
        }

        .about-company-culture01 .service-content {
            margin-top: 110px;
        }
}

@media only screen and (max-width: 767px) {
    .about-company-culture01 {
        padding-bottom: 80px;
    }

        .about-company-culture01 .experience-wrap .shape-1 {
            left: 30px;
            top: -50px;
        }

        .about-company-culture01 .experience-wrap .experience {
            width: 325px;
            height: 325px;
            padding: 105px 70px;
        }

            .about-company-culture01 .experience-wrap .experience .number {
                font-size: 150px;
            }

            .about-company-culture01 .experience-wrap .experience span {
                font-size: 16px;
                margin-top: 50px;
            }

        .about-company-culture01 .service-content {
            margin-top: 120px;
        }
}

@media only screen and (max-width: 449px) {
    .about-company-culture01 .experience-wrap .shape-1 {
        width: 350px;
        left: 0;
        top: -25px;
    }

    .about-company-culture01 .experience-wrap .experience {
        width: 290px;
        height: 290px;
        padding: 80px 65px;
        left: 0;
        top: 0;
    }

        .about-company-culture01 .experience-wrap .experience .number {
            font-size: 140px;
        }

        .about-company-culture01 .experience-wrap .experience span {
            font-size: 16px;
        }

    .about-company-culture01 .service-content {
        margin-top: 85px;
    }
}
@media (max-width: 991px) {
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu .sub-title {
        color: var(--white) !important;
        font-size: 16px !important;
        line-height: 32px !important;
        opacity: 1 !important;
        padding-left: 10px;
    }
}
@media (max-width: 991px) {
    .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a {
        font-size: 14px !important;
        line-height: 28px !important;
        opacity: 0.9 !important;       
        padding-left: 35px;
    }
}


/*螢幕寬度小576不顯示*/
@media (max-width: 576px) {
    .d-xs-none {
        display: none !important;
    }
  
}
.table-Wrap {
    overflow-x: auto;
   /* padding-bottom: 10px;*/
    /*overflow-x: scroll;*/
    scrollbar-color: #007 #bada55;
}

/*首頁在螢幕解析度不大的情況下，圖示主題會跑掉*/
@media (max-width: 1200px) {
    .xl-right-background {
        background-position: right !important; /* 讓圖片主題呈現在右邊 */
    }

    .xl-left-background {
        background-position: left !important; /* 讓圖片主題呈現在左邊 */
    }

    .navbar .navbar-nav .nav-link
    {
        font-size:14px !important;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 14px !important;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu a {
        font-size: 14px !important;
    }


    .inv-table {
        font-size: 14px; /*縮減字大小*/
        width: 95%;
        min-width: 960px; /*小尺寸裝置table不至於被擠壓變形*/
    }
}

input, select, textarea, .form-control, .form-select, .form-check-input {
    border: 1px solid #b3b3b3;
}
.terms-condition-box .box:before {
    border: 1px solid #b3b3b3;
}
    /*螢幕寬度小768*/
    @media (max-width: 768px) {
        /*.sm-right-background {
        background-position: right !important;*/ /* 讓圖片主題呈現在右邊 */
        /*}

    .sm-left-background {
        background-position: left !important;*/ /* 讓圖片主題呈現在左邊 */
        /*}*/
        .solar-table-area {
            font-size: 15px; /*縮減字大小*/
        }

        .mems-table {
            font-size: 15px; /*縮減字大小*/
            width: 92%;
            min-width: 820px; /*小尺寸裝置table不至於被擠壓變形*/
        }

        .inv-table {
            font-size: 15px; /*縮減字大小*/
            width: 92%;
            min-width: 820px; /*小尺寸裝置table不至於被擠壓變形*/
        }

        .footer-base p, .footer-base ul a {
            font-size: 13px;
        }
    }

    @media (max-width: 576px) {
        .sub-tab .feature-box {
            font-size: 12px;
        }

        .footer-base span a.text-secondary-color {
            font-size: 12px;
        }

        .footer-base p, .footer-base ul a {
            font-size: 11px;
        }
    }

