@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&family=Playfair+Display:ital@1&display=swap');

header .info .column {
    font-size: 1rem;
}

header .info .column a{
    color: white;
    text-shadow: 0 0 2px #000;
}

header .info .column a:hover{
    color: #ccc;
}

header .info .social i {
    font-size: 1.2rem;
}

#cart-btn {
    display: none;
}

header.transparent.header-light .info .social i:hover {
    color: #ccc;
}

.timeline.exp:before {
    left: 101px;
    width: 2px;
}

.timeline.exp .tl-block .tl-bar {
    margin-left: 87px;
}

.timeline.exp .tl-message {
    margin-left: 140px;
}

.timeline .tl-block .tl-line {
    width: 10px;
    height: 10px;
}

#subheader h1 {
    margin-top: 150px;
    margin-bottom: 50px;
}

#subheader .crumb {
    margin-top: 150px;
}

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

    #subheader h1 {
        margin-top: 100px;
        margin-bottom: 60px;
    }

    #subheader .crumb {
        margin-top: 100px;
    }

    .container .col-md-12 {
        margin-bottom: 0;
    }

    #cart-btn {
        display: block;
        float: right;
        position: relative;
        margin-top: 5px;
        width: 36px;
        height: 36px;
        padding: 6px 60px 6px 6px;
        text-align: center;
        cursor: pointer;
        color: black;
    }

    #cart-btn i{
        color: white;
    }

    header.header-mobile.header-light #mainmenu li a{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    header.header-mobile.header-light #mainmenu li a:hover {
        color: var(--primary-color-1);
    }

    #subheader .crumb {
        display: block;
    }

    .timeline.exp .tl-block .tl-bar {
        margin-left: 0;
    }

    .timeline.exp:before {
        left: 14px;
    }

    .timeline.exp .tl-message {
        margin-left: 30px;
    }

}

.serach-button-style1 {
    position: relative;
    display: inline-block;
}

.btn-close {
    background: url("/themes/theme006/images/cross-out.png") no-repeat;
}

.modal-footer {
    justify-content: center;
}

header .info strong {
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
}

.modal-footer {
    border-top: none;
}

#mainmenu {
    font-size: 1rem;
    letter-spacing: 1px;
}

#mainmenu li {
    padding: 0;
}

#mainmenu li li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

#mainmenu li a:after {
    margin-left: 5px;
    margin-right: 0;
}

header.header-light #mainmenu > li > a, header.header-light.transparent #mainmenu > li > a, header.transparent.smaller.header-light #mainmenu > li > a {
    text-shadow: 0 0 5px #000;
    color: #fff;
    font-weight: 500;
}

/*header.header-light.transparent #mainmenu > li.current > a {
    color: white;
    text-shadow: 0 0 4px #888;
}*/

@media only screen and (max-width: 992px) {
    header.header-mobile.header-light #mainmenu li a {
        text-shadow: none;
        color: #000;
    }
    header.header-light.transparent #mainmenu > li.current > a {
        color: #777;
        text-shadow: none;
    }
    header.header-mobile #mainmenu a {
        text-align: left;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu a {
    color: black;
    padding-top: 18px;
    text-shadow: none;
    padding-bottom: 18px;
}

#mainmenu a {
    padding: 24px 0 25px 10px;
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1190px;
    }
}

header .info .social.column {
    margin-right: 50px;
}

.separator span:before, .separator span:after {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.hover-img:hover{
    opacity: .8;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

.title-number{
    font-size: 4rem;
    opacity: .2;
    font-weight: 700;
    position: relative;
    top: 10px;
    left: -10px;
    color: #bbb;
}

.btn-line-white, a.btn-line-white {
    color: white;
}

.btn-line-white, a.btn-line-white, .text-light a.btn-line-white {
    border: solid 1px white;
}

.s2 .overlay-v .project-name {
    font-size: 1.2rem;
}

.picframe:hover .overlay-v {
    transform: scale(1.2);
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    -moz-box-shadow:-4px -4px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:-4px -4px 1px rgba(20%,20%,40%,0.5);
    box-shadow:0 0 1px rgba(20%,20%,40%,0.5);
}

#back-to-top:before {
    color: white;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) div#logo img {
    max-height: 60px;
}

address span i {
    margin-right: 8px;
}

address span strong {
    width: auto;
}

.social-icons i {
    width: 40px;
    height: 40px;
    font-size: 2rem;
}

/*email protect*/
.cry_em:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

#back-to-top {
    bottom: 180px;
    right: 35px;
}

.subfooter {
    padding: 20px 0 0 0;
}

.crumb a {
    font-size: 1rem;
    color: white;
}

#subheader {
    background: white;
    padding-bottom: 0;
}

footer .widget_recent_post li {
    border-bottom-color: #535353;
    margin-right: 5px;
}

address span {
    border-bottom-color: #5d5d5d;
}

.btn-secondary {
    font-size: 1rem;
}

.btn-outline-secondary {
    font-size: 1rem;
    color: #6c757d;
    border-color: #6c757d;
    border-radius: 0;
}

.expand {
    border-top: solid 1px #ededed;
    border-left: solid 1px #ededed;
    border-right: solid 1px #ededed;
}
.expand-group .expand:last-child {
    border-bottom: solid 1px #ededed;
}
.expand h4 {
    font-size: 16px;
}
.expand h4 {
    font-size: 16px;
}
.expand .hidden-content {
    font-size: 16px;
    color: #777;
}

address .contact-info a {
    color: #777;
}

address .contact-info a:hover {
    color: black;
}

label {
    padding-top: 10px;
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 400;
}

address .contact-info {
    padding-bottom: 6px;
    padding-top: 14px;
    border-bottom-color: #cccccc;
}

.form-label {
    margin-bottom: 0;
}

.form-control {
    padding: 0.6rem 0.75rem;
    border-radius: 5px;
}

.expand {
    background: #f9f9f9;
    border-top: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.hero{
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.product img {
    background: #fff;
    padding: 10px;
}
.product img:hover{
    background-color: #ffffff;
    border: none;
    opacity: 0.9;
}

.inner-padding {
    padding: 50px 0 50px 40px;
}

@media only screen and (max-width: 992px) {
    .inner-padding {
        padding: 0;
    }

    .side-bg .image-container {
        height: 300px !important;
    }
}

@media only screen and (max-width: 1060px) {
    #mainmenu li {
        padding-right: 10px;
    }
    #mainmenu.dotted-separator li a:after {
        display: none;
    }
}

section {
    padding: 70px 0 30px 0;
}

.pt-10{
    padding-top: 5rem!important;
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

header.header-mobile #mainmenu li li a {
    font-size: 15px;
}

.crumb li {
    font-weight: 400;
}

footer{
    background: #333;
}

h2.hero {
    letter-spacing: 5px;
}

/*header.header-light.transparent #mainmenu > li.current > a {
    color: white;
    text-shadow: none;
}*/

header.header-light.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    z-index: 99999;
}

.de_count i {
    font-weight: 400 !important;
}

.material-symbols-outlined {
    font-weight: 500;
}

.pricing-s1.light .top h2 {
    font-size: 16px;
}

.pricing-s1 .bottom ul li {
    line-height: 30px;
    padding: 20px;
}

.pricing-s1 .top {
    padding-top: 60px;
}


/*首頁最下方手機版5按鈕*/
.phone_link {
    display: none;
}
@media (max-width: 1024px) {
    .phone_link {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 75px;
        background-color: #aa834b;
        border-top: 1px solid white;
        z-index: 99;
    }
    .phone_link .item_div {
        display: flex;
        flex-wrap: nowrap;
    }
    .phone_link .item_div .phone_item {
        height: 75px;
        flex-grow: 1;
        text-align: center;
        padding: 10px 0 0;
        border-left: 1px solid white;
    }
    .phone_link .item_div .phone_item:first-child {
        border-left: 1px solid transparent;
    }
    a {
        color: #242424;
        cursor: pointer;
        transition: all 0.4s ease;
    }
    .phone_link .item_div .phone_item .title {
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .phone_link .item_div .phone_item img {
        width: 32px;
        height: 32px;
        padding-top: 5px;
    }
    .phone_link .item_div p{
        margin-top: 0;
    }
    .item_div span{
        color: white;
        font-size: 2em;
    }
    .item_div a{
        background-color: var(--primary-color-1);
    }
    .item_div a:hover{
        background-color: grey;
    }
}

header.header-mobile.header-light {
    position: fixed;
    z-index: 99999;
}

#section-portfolio {
    background: white;
}

.project-name {
    font-size: 1em;
}

.owl-custom-nav .btn-next:before, .owl-custom-nav .btn-prev:before {
    color: #fff;
}

#menu-btn:hover:before {
    color: white;
}

.social-icons i:hover {
    color: #777;
}

img.effect-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
    cursor: pointer;
}

img.effect-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

img.effect-scale-img { transition: all .3s ease-in-out; }
img.effect-scale-img:hover { transform: scale(1.1); }


/*  accordion  */
.accordion {
    margin: auto;
    width: 100%;
}
.accordion input {
    display: none;
}
.box {
    position: relative;
    background: white;
    height: 50px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    /*box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);*/
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.header.box {
    background: var(--primary-color-1);
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    color: white;
}
.header>.box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    color: white;
    cursor: initial;
}
.box-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box_content {
    width: 100%;
    padding: 0 0 0 24px;
    font-size: 11pt;
    color: rgba(0,0,0,.54);
    display: none;
}

.box_content .section{
    padding-left: 12px;
}
.box_content .item a{
    text-decoration: none;
    color: #555;
}

.box_content .item a:hover{
    display: block;
    text-decoration: none;
    color: black;
    width: 100%;
    background-color: #eee;
}

.box_content .item div{
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 400;
}
.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
input:checked + .box {
    height: auto;
    margin: 0;
}
input:checked + .box .box-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
input:checked + .box .box_content,
input:checked + .box .box-close {
    display: inline-block;
}
.arrows .section .box-title {
    padding-left: 44px;
    width: 100%;
}
.arrows .section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0,0,0,.54);
}
input:checked + .section.box .box-title:before {
    transform: rotate(90deg);
}

/* 投資人專區 */
.inv-service{
    display: flex;
}
.inv-service-box{
    border: solid 3px #ccc;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    padding: 5px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inv-service .icon{
    font-size: 40px;
    padding: 5px;
}
.inv-service .title{
    padding: 5px;
    font-size: 1.3rem;
}
.inv-service .inv-service-block{
    padding: 0 10px;
    margin: 10px;
}

/* Timeline (History) */
.time-line{
    max-width: 1080px;
    margin: 50px auto;
    padding: 0 20px;
    position: relative;
}
.time-line .center-line{
    position: absolute;
    height: 100%;
    width: 4px;
    background: #fff;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}
.time-line .row{
    display: flex;
}
.time-line .row-1{
    justify-content: flex-start;
}
.time-line .row-2{
    justify-content: flex-end;
}
.time-line .row section{
    background: #fff;
    border-radius: 8px;
    width: calc(50% - 50px);
    padding: 28px;
    position: relative;
}
.time-line .row section::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    top: 28px;
    /*z-index: -1;*/
    transform: rotate(45deg);
}
.row-1 section::before{
    right: -7px;
}
.row-2 section::before{
    left: -7px;
}
.row section i,
.center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    color: #3ea0e2;
    font-size: 1.8rem;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
    bottom: 0;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
}
.row-1 section i{
    top: 0;
    right: -80px;
}
.row-2 section i{
    top: 0;
    left: -80px;
}
.row section .details,
.row section .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row section .details .title{
    font-size: 22px;
    font-weight: 600;
}
.row section p{
    margin: 10px 0 17px 0;
}
/*.row section .bottom a{
    text-decoration: none;
    background: #3ea0e2;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    !* font-size: 17px; *!
    font-weight: 400;
    transition: all 0.3s ease;
}
.row section .bottom a:hover{
    transform: scale(0.97);
}*/
@media(max-width: 790px){
    .time-line .center-line{
        left: 40px;
    }
    .time-line .row{
        margin: 30px 0 3px 70px;
    }
    .time-line .row section{
        width: 100%;
    }
    .row-1 section::before{
        left: -7px;
    }
    .row-1 section i{
        left: -80px;
    }
}
@media(max-width: 440px){
    .time-line .center-line,
    .row section::before,
    .row section i{
        display: none;
    }
    .time-line .row{
        margin: 10px 0 0 40px;
    }
}


/* accordion_image */
#accordion_image1 .panel-counter {
    padding: 5px;
    font-size: 20px;
    color: #333;
}

@media (max-width: 860px) {
    #accordion_image1.custom-responsive .panel-counter {
        font-size: 16px;
        padding: 2px;
        bottom: 2px !important;
        left: 2px !important;
    }

    #accordion_image1.custom-responsive .hide-medium-screen,
    #example3 .hide-medium-screen {
        display: none;
    }
}

@media (max-width: 640px) {
    #accordion_image1.custom-responsive .as-layer,
    #example3.as-horizontal .as-layer {
        font-size: 12px;
    }

    #accordion_image1.custom-responsive .hide-small-screen,
    #example3 .hide-small-screen {
        display: none;
    }
}

@media (max-width: 450px) {
    #accordion_image1.custom-responsive .as-layer,
    #accordion_image3.as-horizontal .as-layer {
        font-size: 10px;
        padding: 2px;
    }
}

#accordion_image3 .as-panel {
    border: 2px solid #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#accordion_image4 .text {
    padding: 15px;
    background-color: #F1F1F1;
    color: #222;
}

#accordion_image4 .title {
    font-size: 24px;
    margin: 0;
}

#accordion_image4 .description {
    font-size: 14px;
    line-height: 1.2;
}

#accordion_image4 .link {
    position: absolute;
    bottom: 0;
}

#accordion_image4 .link a {
    color: #000;
}

#accordion_image-xml .as-panel-counter {
    padding: 5px;
    font-size: 20px;
    color: #333;
    -moz-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -moz-transform: rotate(-90deg) translateY(100%);
    -webkit-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
}

.controls {
    margin-top: 30px;
    text-align: center;
}

.controls a {
    color: #333;
}

.controls span.custom-arrow {
    display: none;
}

#menu-btn {
    margin-top: 7px;
    width: 40px;
    height: 40px;
}

#menu-btn:hover {
    border-radius: 20px;
}

/*header.de_header_2 {
    height: 150px;
}*/

.material-symbols-outlined {
    font-size: 40px;
}

.separator {
    margin: 30px 0 0 0;
}


section.bg-section {
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    color: white;
    max-height: 600px;
}
.bg-section img{
    height: 100%;
}
.left_title {
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.right_bread {
    position: absolute;
    top: 63%;
    right: 10%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
    section.bg-section {
        padding-top: 80px;
    }
    .left_title {
        top: 57%;
        left: 30%;
    }
    .right_bread {
        top: 60%;
        right: 10%;
    }
}

@media only screen and (max-width: 540px) {
    .left_title {
        top: 57%;
        left: 30%;
    }
    .right_bread {
        bottom: 20%;
        right: 0;
    }
}

.de_testi blockquote:before {
    color: #fff;
}

@media only screen and (max-width: 992px){
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .shoplist-padding{
        padding-left: 5px;
        padding-right: 5px;
    }
}

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

.nav {
    justify-content: center;
}

@media only screen and (max-width: 992px){
    .container-3 .de-team-list, .container-4 .de-team-list {
        width: 49.9%;
        float: left;
        position: relative;
    }
}

@media only screen and (max-width: 767px){
    .container-3 .de-team-list, .container-4 .de-team-list {
        width: 49.9%;
        float: left;
        position: relative;
    }
}

.modal {
    z-index: 99999;
}

.modal-footer {
    padding-bottom: 40px;
}
.modal-xl {
    max-width: 1140px;
}
@media (max-width: 1200px) {
    .modal-xl {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 100%;
    }
    header.header-mobile #mainmenu li ul {
        background: transparent;
    }
}
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}

.post-content {
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

.pagination li a {
    background: white;
}

.pf_full_width .item{
    width:19.9%;
    float:left;
}

#mainmenu {
    text-transform: none;
}

.web-warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    z-index: 9999999999;
}

#mainmenu.dotted-separator li a:after {
    font-size: 12px;
}

#mainmenu ul li:hover > a {
    background-color: transparent;
}

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.box-icon.top .icon {
    display: block;
}

dl, ol, ul {
    margin-bottom: -2rem;
}

.de-hover .d-overlay {
    align-items: end;
    padding-bottom: 40px;
}

/*右下角電話ICON*/
.phone-container {
    position: relative;
    display: inline-block; /* 保持原本區塊大小不變 */
}

.phone-icon {
    font-size: 3rem;
    text-shadow: 0 0 3px white;
    color: #1f5132;
}

.phone-tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
    background-color: white;
    color: #333;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    line-height: 1.35;
    box-sizing: border-box;
}

.phone-container:hover .phone-tooltip {
    opacity: 1;
    visibility: visible;
}

