﻿@charset "utf-8";

:root {
    /*--second-rgbcolor: 218, 37, 28;
    --second-color: #FF9F1C !important;*/
    /*--forth-color: #257830; 
    --fifth-color: #283F3B; 
    --sixth-color: #4e7770;*/
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); */
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}

body {
    font-family: 'Open Sans', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #333;
    background: url(../images/all/bg_body.jpg) repeat-y;
    background-size:100% auto;
}

.btn-secondary {
    background: #b3b3b3;
}

p {
    line-height: 1.8;
    margin-bottom: 0;
}

    p + p {
        margin-top: 1.5rem;
    }

.ani-fadeR, .list-style .list-item:hover .icon-arrow, .solution-list .box:hover .icon-arrow, .home-video .video-list a:hover .icon-arrow {
    animation: move-right-alternate 0.8s ease forwards;
    -webkit-filter: contrast(2);
}
.ani-fadeT, .footer .top:hover .icon {
    animation: move-top-alternate 0.8s ease forwards;
    -webkit-filter: contrast(2);
}

@-webkit-keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes move-top-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-80%);
        opacity: 0;
    }

    51% {
        transform: translateY(80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move-top-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(-80%);
        opacity: 0;
    }

    51% {
        transform: translateY(80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

a {
    color: #000;
}

    a:hover {
        color: var(--main-color);
    }

.banner .slick .item picture {
    position: relative;
}

/*.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    height: 30%;
    pointer-events: none;
}*/



.list-style.row {
    margin: 0 -20px;
}

    .list-style.row > .list-item {
        padding-left: 20px;
        padding-right: 20px;
    }


.list-style .pic {
    overflow: hidden;
    display: block;
    background: #fff;
}

    .list-style .pic img, .row-style .item .pic img {
        object-fit: cover;
        height: 100% !important;
        width: 100%;
        transform: scale(1);
        transition: all 1s !important;
    }


.list-style .list-item:hover .pic img, .row-style .item:hover .pic img {
    transform: scale(1.1);
}

.list-style .list-item .info {
    padding: 15px;
    position: relative;
}

.list-style .list-item .tt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.header .navbar {
    background: none;
}


.navbar-toggler {
    display: inline-block;
    vertical-align: middle;
}

.header .bsnav-mobile .navbar {
}

.header .navbar-nav .nav-link {
    color: #000;
    padding: 15px 10px;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    border-bottom: solid 1px #4a4a4a;
}

.search-btn-area.full-st .btn-search .icon.close svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.nav-search-box.full-st .search-area .form-wrap {
    display: flex;
}

.search-btn-area.full-st .btn-search .icon {
    position: relative;
    left: auto;
    top: auto;
}

    .search-btn-area.full-st .btn-search .icon svg {
        width: 19px;
    }

.editor .contentbuilder-box .center > * {
    text-align: center;
}

.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}

.banner .slick-dots {
    bottom: 15px;
    text-align: center;
    padding: 10px 15px;
    width: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

    .banner .slick-dots li, .slick .slick-dots button {
        width: 30px;
        height: 3px;
        border-radius: 0;
        padding: 0;
    }

        .banner .slick-dots li.slick-active button:before {
            display: none;
        }

.banner .slick .slick-dots button {
    background: #fff;
}


/*.banner .banner-pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body.home .banner .banner-pic {
    height: 85vh;
}

.banner .banner-pic {
    height: 400px;
}

.banner picture {
}

body:not(.home) .banner-info {
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48783263305322133) 50%, rgba(0,0,0,0) 100%);
    padding: 15px;
}

body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    text-align: center;
    z-index: 2;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
}

    body.home .banner .bann_tit img {
        margin: 0;
    }

    body.home .banner .bann_tit .picB {
        margin-bottom: 105px;
        margin-left: 30px;
    }*/
.header .navbar {
    border: none;
    transition:all .5s;
}

.bsnav-mobile.in {
    z-index: 9999;
}



.header .navbar-nav.nav-1 > li > .nav-link {
    font-size: 18px;
    padding: 5px 15px;
    font-weight:bold;
}

    .header .navbar-nav.nav-1 > li > .nav-link:hover {
        color: var(--second-color);
    }

.header .btn-group.lang .dropdown-item {
    display: block;
    margin-left: 0;
    margin: 0;
}

.header .btn-group.lang .dropdown-toggle::after {
    display: none;
}

.header .navbar .nav-share-btn-area li.btn-social a {
    color: #fff !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}

.header .navbar .nav-share-btn-area li.icon_tri img {
    width: 20px;
}

.header .navbar .nav-share-btn-area {
    font-size: 1rem;
}

    .header .navbar .nav-share-btn-area li + li {
        margin-left: 0;
    }

    .header .navbar .nav-share-btn-area li.icon_p a:hover {
        background: #df0022;
    }




    .header .navbar .nav-share-btn-area li.icon_f a:hover {
        background: #1974ec;
    }

    .header .navbar .nav-share-btn-area li.icon_i a:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-radius: 50%;
        opacity: 1;
    }

    .header .navbar .nav-share-btn-area li.icon_y a:hover {
        background: #ed0000;
    }

    .header .navbar .nav-share-btn-area li.icon_tri a:hover {
        background: #3ae1a4;
        border-radius: 50%;
        opacity: 1;
    }


.header .btn-group.lang li + li {
    border-left: 1px solid #fff;
}

.header .navbar-nav.nav-1 > li > .nav-link:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--second-color);
    bottom: 0;
    left: 10px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
    right: 10px;
}

.header .navbar-nav.nav-1 > li > .nav-link:hover {
}

    .header .navbar-nav.nav-1 > li > .nav-link:hover:before {
        transform-origin: left;
        transform: scaleX(1);
    }

.header .navbar-nav .nav-link {
    color: #000;
}

    .header .navbar-nav .nav-link span {
        display: inline-block;
        white-space: nowrap;
    }

    .header .navbar-nav .nav-link .caret {
        display: none;
    }

.navbar .navbar-brand {
    position: relative;
}

.mask-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar .navbar-brand img {
    width: 260px;
    height: auto;
    transition: all .5s;
    display: block;
}

.navbar .nav-brand-wrapper .btn-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    /* background: var(--main-color); */
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 3px 10px;
    color: var(--main-color);
}

    .navbar .nav-brand-wrapper .btn-home:hover {
        background: var(--main-color);
        color: #fff;
    }

.header .navbar .navbar-brand {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    margin: 20px auto;
}

.header .navbar .small-btn-box {
    margin-left: 20px;
    justify-content: flex-end;
}
    .header .navbar .small-btn-box ul{
        margin-right:0;
    }

    .header .navbar .small-btn-box .lang > a {
        font-size: 1rem;
        margin: 0;
        padding: 0;
        background: none;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        color: #000;
    }


.header .navbar .small-btn-box .lang > a svg {
    width: 100%;
    height: auto;
}

            .header .navbar .small-btn-box .lang > a svg path {
                fill: #1163a3;
            }

        .header .navbar .small-btn-box .lang > a:after {
            display: none;
        }

.navbar .small-btn-box .btn-member a {
    background: #1163a3;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 15px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar .small-btn-box .btn-member a svg {
        width: 20px;
        height: auto;
    }
/* .header .navbar .small-btn-box .lang > a:hover {
        background: var(--main-color);
        color: #fff;
        padding:5px;
    }
.header .navbar .small-btn-box .lang > a:hover svg path {
    fill:#fff;
} */

.header .btn-group.lang .dropdown-item:hover {
    background: var(--main-color);
    color: #fff !important;
}

.header .navbar .small-btn-box .lang a .icon-font span {
    vertical-align: middle;
    opacity: .5;
}



.navbar.bsnav-left .navbar-brand {
    width: 70px;
    background-size: contain;
    margin: 15px 30px 15px 0;
    height: auto;
}



.header .navbar-nav .nav-link span.title-main {
}

.header .navbar-nav .nav-link span.title-sub {
    font-size: 12px;
    opacity: .3;
}


.header .navbar-nav .nav-item > .nav-link .caret {
    display: none;
}



/*.header .small-btn-box .lang > button {
    display: block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-indent: -99999px;
    margin: 0 auto;
    background: var(--main-color);
    border-color: var(--main-color);
}

    .header .small-btn-box .lang > button:before {
        content: "\f0ac";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 20px;
        line-height: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        text-indent: 0;
        -webkit-transform: translate(-50%, -49%);
        transform: translate(-50%, -49%);
    }*/

.header .btn-group.lang .dropdown-menu {
    border: none;
    background: #eee;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    overflow: hidden;
    left: 50%;
    min-width: 100px;
    transform: translateX(-50%);
}

    .header .btn-group.lang .dropdown-menu a {
        padding: 8px;
        text-align: center;
        color: #000;
    }

.btn.more {
    background: #eaeaea;
    color: #000;
    padding: 20px 40px;
    border: none;
    border-radius: 0;
    min-width: 190px;
    position: relative;
    transition: all .5s;
    overflow: hidden;
    border-radius: 8vw;
    font-family: "Goldman", sans-serif;
    font-weight: bold;
}

.btn.cover:before {
    background: var(--forth-color);
}




.btn.more:hover {
    color: #fff;
}




.pic.pic-fill {
    overflow: hidden;
}

    .pic.pic-fill img {
        object-fit: cover;
        width: 100%;
        height: 100% !important;
        transform: scale(1);
        transition: all .5s;
    }

a:hover .pic.pic-fill img {
    transform: scale(1.1);
}






.floating_circle .menu-item {
}

.floating_circle .fmenu-open-button {
    background: var(--main-color);
}

.floating_circle .menu-item {
    background: var(--second-color);
}

    .floating_circle .menu-item:hover svg {
        color: var(--main-color);
    }

.floating_circle .menu-item {
    right: 20px;
    bottom: 20px;
}

.navbar-nav.nav-1 > .nav-item.dropdown > .navbar-nav {
    width: 120px;
    left: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.nav-item.dropdown > .navbar-nav, .nav-item.dropdown > .navbar-nav .navbar-nav {
    background: #eee;
    color: #000;
    border-radius: 5px;
    text-align: center;
}

    .nav-item.dropdown > .navbar-nav a {
        color: #000;
    }

    .nav-item.dropdown > .navbar-nav li:nth-child(1) a {
        /*overflow: hidden;*/
        border-radius: 5px 5px 0 0;
    }

    .nav-item.dropdown > .navbar-nav li + li {
        border-top: 1px solid #ccc;
    }

    .nav-item.dropdown > .navbar-nav li:last-child a {
        /*overflow: hidden;*/
        border-radius: 0 0 5px 5px;
    }

    .nav-item.dropdown > .navbar-nav a:hover, .nav-item.dropdown > .navbar-nav .navbar-nav a:hover {
        background: var(--main-color);
        color: #fff;
    }



/*.header .navbar-nav .nav-item, .header .navbar-nav .nav-item:hover, .header .navbar-nav .nav-item:hover > .nav-link {
    color: var(--main-color);
}*/

.section h1.h3 {
    margin: 0;
}

/*.header .navbar .small-btn-box {
    align-self: baseline;
    margin-top: 25px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 24px;
    margin-left: 30px;
}*/
.search-btn-area.full-st .btn-search {
    background: #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .search-btn-area.full-st .btn-search:hover svg {
        fill: #fff;
    }

    .search-btn-area.full-st .btn-search:hover {
        background: var(--main-color);
    }

    .search-btn-area.full-st .btn-search.active {
        background: none;
    }

.header .navbar .nav-share-btn-area {
    margin-left: 0;
    padding: 0 !important;
    flex-direction: row;
    justify-content: center;
}

.nav-cart-info .cart-drop-box .count {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .cart-drop-box {
    position: relative;
}

.header .nav-cart-info .nav-cart-list.cart-drop-detail {
    top: 100% !important;
}

    .header .nav-cart-info .nav-cart-list.cart-drop-detail > div {
        padding: 15px;
    }

.header .nav-cart-info {
    padding: 0;
}

.ezshare-box a {
    border-radius: 5px;
}

/*body.news .article-horizontal-grid .item .info .kind a {
    position: absolute;
    left: 10px;
    top: -10px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000;
    background: var(--second-color);
    border: none;
    padding: 5px;
    letter-spacing: 2px;
}

body.news .article-horizontal-grid .item .info .date {
    font-size: 13px;
    color: var(--main-color);
    line-height: 18px;
    border-bottom: 1px solid;
    padding: 0 5px;
    position: absolute;
    top: 0;
    padding: 0 0 5px;
}

body.news .article-horizontal-grid .item .pic a {
    border: 1px solid #9c9c9c;
    padding: 2px;
}

    body.news .article-horizontal-grid .item .pic a .ratio {
        overflow: hidden;
    }

    body.news .article-horizontal-grid .item .pic a img {
        transform: scale(1);
        transition: all .3s;
    }

    body.news .article-horizontal-grid .item .pic a:hover img {
        transform: scale(1.1);
    }*/

.breadcrumb {
    justify-content: center;
    background: none;
    font-size: 16px;
    padding: 15px;
}

    .breadcrumb li, .breadcrumb li a {
        color: #9f9f9f;
    }

.main .page-box {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

.page-box .pagination {
    align-items: center;
}

.page-link {
    background: #e1e1e1;
    border-radius: 5px;
}

.page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

body:not(.show) .page-link, body:not(.show) .page-item:first-child .page-link, body:not(.show) .page-item:last-child .page-link {
    background: #e1e1e1;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}




body:not(.show) .page-item.prev .page-link, body:not(.show) .page-item.next .page-link {
    width: auto;
    flex-direction: column;
    border-radius: 0;
    background: none;
    color: #000;
}

    body:not(.show) .page-item.prev .page-link .icon-arrow {
        transform: scaleX(-1);
    }

body.news .article-horizontal-grid .item .info {
    padding-top: 25px;
}

.page-item .page-link:hover {
    background: var(--second-color) !important;
    color: #fff !important;
}

.page-item.next .page-link:hover .icon-arrow {
    /* -webkit-animation: move-up-alternate 0.6s ease forwards; */
    animation: move-right-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}

.page-item.prev .page-link:hover .icon-arrow {
    /* -webkit-animation: move-up-alternate 0.6s ease forwards; */
    animation: move-left-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}



@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left-alternate {
    0% {
        transform: translateX(0) scaleX(-1);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%) scaleX(-1);
        opacity: 0;
    }

    51% {
        transform: translateX(+80%) scaleX(-1);
        opacity: 0;
    }

    to {
        transform: translateX(0) scaleX(-1);
        opacity: 1;
    }
}

body.news .article-horizontal-grid .item .more-area .d-none {
    display: none !important;
}

body.news .article-horizontal-grid .item .more-area {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    body.news .article-horizontal-grid .item .more-area .icon {
        margin: 0;
    }


body.news .tag {
    background: var(--second-color);
    font-size: 16px;
    border-radius: 5px;
}

body.news.show .tag {
    border-left: 1px solid var(--second-color);
    background: none;
    color: var(--second-color);
    font-size: 16px;
}
/*.main .side .h3 {
    position: relative;
    text-align: left;
}

    .main .side .h3 span {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .main .side .h3:before {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
    }

.side .wid {
    display: flex;
}*/

.btn-info {
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 10px;
}

    .btn-info:hover {
        color: #fff;
        background-color: var(--second-color);
        border: none;
    }

.function-bar .display-mode .btn-mode {
    color: var(--main-color);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color:#fff;
    background-color: var(--second-color);
    border-color: var(--second-color);
}


    .function-bar .display-mode .btn-mode:hover {
        color: var(--main-color);
    }

.side .h3 {
    border: none;
    padding: 0;
    background: var(--main-color);
    color: #fff;
    margin: -15px -15px 0;
    padding: 10px;
    font-size: 1.125rem;
}

    .side .h3 .txt-tw {
        border: none;
        padding: 0;
        background: none;
    }

.main .side .wid-search .h3 {
    display: none;
}

.main .side .wid-search .form-area {
    flex-grow: 1;
}




.btn.btn-primary:hover, .btn-secondary:hover {
    background: var(--second-color);
    border-color: var(--second-color);
}

body:not(.home) .h2, body:not(.home) h3.h5 {
    border: none;
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}

    body:not(.home) .h2:after, h3.h5:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background: var(--main-color);
        margin: 10px auto -1px;
    }

h3.h5 .txt-en {
    display: none;
}

body:not(.home) .h2 .txt-en {
    display: none;
}

/*body:not(.home) .main-content {
    padding-top: 50px;
}



    body:not(.home) .h2:before {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        margin-top: -8px;
        vertical-align: middle;
    }



    body:not(.home) .h2:after {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        margin-top: -8px;
    }

    body:not(.home) .h2 .txt-en {
        font-size: 13px;
        color: var(--forth-color);
        display: none;
    }

.main .side .wid-cont {
    border-left: 1px solid #000;
    flex-grow: 1;
    margin-left: 10px;
    padding-left: 10px;
}

body:not(.home) .h5 .txt-en {
    display: none;
}*/
.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn,
.side .navbar-nav .dropdown-menu li.nav-title a {
    background: none;
    border: none;
    padding: 5px 10px;
}

.side .filter-content > ul {
    padding: 5px 10px;
}

.side .navbar, .side .filter-sidebar, .sideAutoUcCollapse {
    background: none;
}

.side .filter-content ul li:before {
    content: "-";
}

/*.grid .grid-item .item .info {
    padding: 0;
}

    .grid .grid-item .item .info .title {
        font-size: 1rem;
        text-align: left;
        background: #000;
        width: 80%;
        color: #fff;
        padding: 5px 10px;
        margin-top: -20px;
        position: relative;
    }

.grid.hov-bg .grid-item a .pic {
    background: none;
    overflow: hidden;
    border: 1px solid #000;
    padding: 5px;
}

    .grid.hov-bg .grid-item a .pic .ratio {
        overflow: hidden;
    }*/

.form-hasbg .form-control {
    background: none;
    border-bottom: 1px solid #ccc;
}

.breadcrumb li .txt-en {
    display: none;
}

body.contact .list-creative .list-terms:before {
    background: var(--main-color);
}




/*body.contact .section.pt-5 .justify-content-xl-between {
    flex-direction: column;
    width:70%;
    margin:auto;
}
body.contact .section.pt-5 .justify-content-xl-between >div {
     width:100%;
}
    body.contact .section.pt-5 .justify-content-xl-between > div + div{
        margin-top:3rem!important;
    }
    body.contact .section.pt-5 .justify-content-xl-between > div + div .h5 {
        display: none;
    }
    body.contact .row-2-columns-bordered > [class*=col]:nth-child(1)::after {
        display: none;
    }
body.contact .list-creative{
    display:flex;
    flex-wrap:wrap;
}
body.contact .list-creative > li + li {
    border: none;
    border-bottom: 1px solid #ccc;
}
    body.contact .list-creative > li:nth-child(1), body.contact .list-creative > li:nth-child(2){
        width:100%;
    }
    body.contact .list-creative > li:not(:first-child):not(:nth-child(2)) {
        width: 50%;
    }
    body.contact .list-creative .list-terms {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }*/
.frame-small-box {
    width: 50%;
    padding: 0;
}

body.member.login .btn-area .flex-item .btn-primary {
    padding: 0.375rem 2.5rem;
}

.wid-float-section ul {
    background: none;
    display: block;
}

    .wid-float-section ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }

        .wid-float-section ul li a:hover {
            background: #000;
            color: #fff;
        }

.wid-float-section, .wid-float-section, body.scroll-down .wid-float-section.mobile-animate {
    right: 5px;
    bottom: 5%;
    left: auto;
}

    .wid-float-section ul li.gotop {
        position: relative;
        right: auto;
        bottom: auto;
        opacity: 1;
    }

    .wid-float-section ul li {
        padding: 5px 0;
    }

        .wid-float-section ul li + li {
            border: none;
        }

    .wid-float-section ul:before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        background: #000;
    }

.footer {
    color: #000;
    padding: 4vw 0;
    background: #eaeaea;
}

    .footer .editor {
        color: #fff;
        width: 51%;
    }

    .footer h4.h4 {
        font-size: 24px;
        color: #fff;
        border-bottom: 1px solid #ffffff6b;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .footer .flex-footer {
        justify-content: space-between;
    }

        .footer .flex-footer .tt {
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: bold;
            color: #fff;
        }

        .footer .flex-footer .r-info {
            flex-shrink:0;
        }


        .footer .flex-footer .office-list > .list-item {
            width: 50%;
            padding-right: 20px;
            margin-bottom: 20px;
        }

        .footer .flex-footer .l-info ul li {
            color: #dfebf6;
            display: flex;
            align-items: baseline;
        }

            .footer .flex-footer .l-info ul li label {
                flex-shrink: 0;
                color:#fff;
            }

    .footer .cominfo-list {
        justify-content: flex-start;
    }

    .footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info {
        color: #fff;
    }

    .footer .cominfo-list li {
        display: inline-flex;
    }
    .footer .cominfo-list li+li {
        margin-top:5px;
    }

        .footer .cominfo-list li .st {
            font-size: 14px;
            font-weight: bold;
        }

        .footer .cominfo-list li .icon {
            background: #898989;
            border-radius: 5px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .footer .footer-logo {
        flex-shrink: 0;
    }

        .footer .footer-logo img {
            width: 290px;
        }





    .footer .footer_content .sitemap > ul > li > a, .footer .footer_content .sitemap > ul > li {
        margin: 0;
    }

    .footer .footer-info ul {
        margin-bottom: 0;
    }

    .footer a, .footer .social-box a {
        color: #fff;
    }

    .footer .g-btn {
        justify-content: flex-end;
    }

    .footer .social-box a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #7d92b6;
        font-size:25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .footer .social-box .icon_f:hover a {
        background: #1974ec;
        color: #fff;
    }
    .footer .social-box .icon_l:hover a {
        background: #06c052;
        color: #fff;
    }


    .footer .social-box .icon_y:hover a {
        background: #ff0000;
        color: #fff;
    }



    .footer .social-box ul {
        text-align: right;
        display: flex !important;
        margin-right: -5px;
    }

    .footer .social-box li.icon_p a:hover {
        background: #df0022;
    }

    .footer .social-box li.icon_f a:hover {
        background: #1974ec;
    }

    .footer .social-box li.icon_i a:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

    .footer .social-box li.icon_y a:hover {
        background: #f70000;
    }

    .footer .social-box li.icon_tri a:hover {
        background: #3ae1a4;
        border-radius: 50%;
        opacity: 1;
    }

    .footer .footer-info ul.tat_x li + li {
        margin-left: 20px;
    }

        .footer .footer-info ul.tat_x li + li:before {
            content: "";
            margin-right: 20px;
            opacity: .5;
            width: 1px;
            display: inline-block;
            height: 100%;
            background: #fff;
            vertical-align: middle;
        }

    .footer .footer-info ul li .icon-font {
        opacity: .5;
    }

    .footer .footer_content {
        background: none;
        padding: 0;
    }


    .footer .copyrights-info {
        margin: 0;
    }

        .footer .copyrights-info, .footer .copyrights-info a {
            color: #fff;
            font-size: 16px;
            border: none;
            text-align: right;
            padding: 0;
        }
    .footer .g-footerInfo label {
        color: #939393;
        font-family: "Goldman", sans-serif;
        font-weight: bold;
        display:block;  
    }

.is_scroll .header .navbar {
    box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
    background: url(../images/all/bg_body.jpg) repeat-y;
}

    .is_scroll .header .navbar .navbar-brand img {
        width: 180px !important;
    }

.is_scroll .header .flex-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.is_scroll .header .g-nav {
    align-self: center;
}

.is_scroll .header .navbar .navbar-brand .svg-box {
    opacity: 0 !important;
}


.header .nav-top {
    transition: all .5s;
    background: #fff;
}


.is_scroll .navbar .nav-brand-wrapper .btn-home {
    display: none;
}












.bsnav-mobile.in {
    z-index: 9999;
}
/*news*/


body:not(.home) .banner .bannerT .txt-en {
    font-size: min(max(3vw, 45px), 74px);
    font-weight: bold;
    text-transform: uppercase;
}

body:not(.home) .banner .bannerT .txt-tw {
    font-size: min(max(3vw,25px), 35px);
}

    body:not(.home) .banner .bannerT .txt-tw:before {
        content: "";
        width: 2em;
        height: 1px;
        background: #fff;
        display: block;
        margin: 20px auto;
    }

body.news .news-list .item article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.article-horizontal-grid.news-list .item .info .kind a {
    border: solid 1px #000;
    font-size: 16px;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    margin-right: 30px;
}


.main .side .h3 {
    display: none;
}

.main .side .nav a {
    position: relative;
}



    .main .side .nav a:hover {
        background: none;
        color: var(--main-color) !important;
    }



.main .side .nav > li > a {
    padding: 8px 15px;
    font-weight: bold;
}

.main .side .nav > li > ul {
    color: #898989;
    border-left: 1px solid #ccc;
    margin-left: 3px;
}

    .main .side .nav > li > ul > li > a, .main .side .nav > li > ul > li > a:hover {
        padding: 6px 0;
    }

    .main .side .nav > li > ul > li > ul {
        padding: 0;
        margin-left: 20px;
        margin: 0;
    }

        .main .side .nav > li > ul > li > ul a {
            color: #888;
        }

.article-grid.ar-img .item .info {
    border: none;
    padding: 20px 0;
}

.article-grid.ar-img article {
    position: relative;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}







/*.news .news-list .list-item .kind a {
    background: var(--main-color);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    padding: 3px 10px;
    margin: 0;
}*/

.news .news-list .g-infoEnd {
    font-size: 14px;
}

.article-grid .item .info .title, .article-grid .item .info .title a {
    font-size: 22px;
    color: #262626;
    font-weight: bold;
}

.article-grid.ar-img .item .info .desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.masonry-img:hover {
    filter: brightness(100%);
}
/*contact*/
.row-contact .txt-welcome .txt-en {
    font-size: min(max(3.5vw, 35px), 55px);
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 30px;
}

body.contact .siteinfo li label {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #818181;
    font-weight: bold;
}

.form-floating.floating-checkbox .check-box {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding-top: 1.625rem;
    padding-top: 1.625rem;
    border: 1px solid #ced4da;
    /* border-radius: 5px; */
    border-radius: 0.25rem;
}

.form-floating.floating-checkbox > label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}


.btn-style {
    background: #a3a3a3;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0.25rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .btn-style span {
        position: relative;
        z-index: 5;
    }

    .btn-style:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0;
        background: var(--main-color);
        transition: all 0.3s ease;
    }

    .btn-style.btn-light {
        background: var(--main-color);
        color: #fff;
    }

        .btn-style.btn-light:after {
            background: var(--main-color);
        }

    .btn-style:hover {
        color: #fff;
    }

        .btn-style:hover:after {
            left: 0;
            width: 100%;
        }

body.contact .siteinfo {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-top: 40px;
    font-size: 20px;
}

    body.contact .siteinfo li {
        margin-right: 30px;
        margin-bottom: 15px;
    }

        body.contact .siteinfo li label {
            display: block;
        }

        body.contact .siteinfo li .d-flex .icon-font {
            align-self: center;
            opacity: .3;
            margin-right: 10px;
            display: block;
        }

            body.contact .siteinfo li .d-flex .icon-font i {
                font-size: 40px;
                line-height: 1;
            }
/*pro*/
.gallery-list.border-solid .item .item-detail {
    border: none;
    background: none;
    height: 100%;
}

.gallery-list .item .info {
    padding: 0;
}

.mode-switch.gallery-list[data-mode=mode4] > .item .item-info .info p {
    font-weight: bold;
}

.main .side .nav > li + li {
    border: none;
}

.nav-item.dropdown .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.main .side .nav > li a:hover, .main .side .nav > li a:focus, .main .side .nav > li.active a {
    color: var(--main-color);
}

.slider-nav .thumbnail:focus, .slider-nav .thumbnail.slick-current.slick-active {
    border-color: var(--main-color);
}

body.product .car-color {
    background: #e4e4e4;
    margin-top: 50px;
}

body.product .color-list {
    margin: 0 -15px;
}

    body.product .color-list .item {
        position: relative;
        margin: 15px 15px 20px;
        transition: all .5s;
    }

        body.product .color-list .item:hover {
            transform: scale(1.03);
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        }

    body.product .color-list .color-title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgb(62, 62, 62);
        color: #fff;
        padding: 5px 15px;
    }

body.product .car-model {
    background: url(../images/all/bg_location.jpg) no-repeat;
    background-size: cover;
}

    body.product .car-model h5.st {
        color: #fff;
    }

        body.product .car-model h5.st:after {
            background: #fff;
        }

    body.product .car-model .model-list a {
        border: 1px solid #e4e4e4;
        color: #fff;
        border-radius: 15px;
        padding: 20px;
        display: block;
    }

        body.product .car-model .model-list a .h5 {
            color: var(--second-color);
        }

        body.product .car-model .model-list a:hover {
            background: #e4e4e4;
            color: #000;
        }


body.product .tab-area {
    border: none;
}

    body.product .tab-area .tab-title a {
        font-size: 1.8rem;
        font-weight: bold;
        color: #888;
        padding: 15px;
        position: relative;
        border: none;
    }

        body.product .tab-area .tab-title a.active {
            background: none;
            color: var(--main-color);
        }

        body.product .tab-area .tab-title a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: var(--main-color);
            transition: all .5s;
        }

        body.product .tab-area .tab-title a.active:before {
            height: 3px;
        }

.tab-area.tab-accordion .tab-accordion-header {
    padding: 0;
}

    .tab-area.tab-accordion .tab-accordion-header a {
        padding: 10px;
    }

        .tab-area.tab-accordion .tab-accordion-header a:not(.collapsed) {
            background: var(--main-color);
            color: #fff;
        }

h5.st:after {
    content: "";
    width: 2em;
    height: 4px;
    background: var(--main-color);
    margin: 10px auto;
    display: block;
}

.slick-style:has(.list-item) {
    margin: 0 -15px;
}

.slick-style .list-item {
    margin: 0 15px;
}

.slick-style .slick-dots {
    position: relative;
    bottom: auto;
    margin: 20px auto;
}


.slick-style .slick-arrow, .slick-btn .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    width: 60px;
    height: 60px;
    background: none;
    transition: all .5s;
    border-radius: 0;
    color: #fff;
    top: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transform: translateY(-50%);
    margin-top: 0;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 50%;
}

    .slick-style .slick-arrow:hover, .slick-btn .slick-arrow:hover {
        background: var(--main-color) !important;
    }

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}

/*.slick-style .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1;
}

.slick-style .slick-arrow:hover:after {
    transform: scale(1);
}*/

.slick-style .slick-arrow.slick-disabled {
    display: none !important;
}

/*.slick-style:has(button) {
    padding: 0 25px;
}*/

.slick-style .slick-prev {
    left: 0;
}

.slick-style .slick-next {
    right: 0;
}

.banner {
    position: relative;
}

    .banner .slick-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 5;
        display: flex;
        align-items: center;
    }

        .banner .slick-btn .slick-arrow {
            margin: 0;
        }

            .banner .slick-btn .slick-arrow:hover, .banner .slick-btn .slick-arrow:hover:after {
                background: none !important;
            }

        .banner .slick-btn .slick-prev:before, .banner .slick-btn .slick-next:before {
            color: var(--main-color) !important;
        }

        .banner .slick-btn .slick-prev:hover:before, .banner .slick-btn .slick-next:hover:before {
            color: var(--third-color) !important;
        }

        .banner .slick-btn .svg-box {
            position: absolute;
            bottom: 0;
            right: 100%;
            width: 100px;
            height: 50px;
            transition: all .5s;
            transform: scale(-1);
        }

        .banner .slick-btn .d-space {
            background: #ccc;
            width: 1px;
            height: 30px;
            display: inline-block;
        }



.slick-style .slick-prev:before, .slick-btn .slick-prev:before {
    font-family: 'Material Symbols Outlined';
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_right";
    color: var(--main-color) !important;
    opacity: 1;
    transition: all .5s;
    transform: scaleX(-1);
}

.slick .slick-arrow {
    text-indent: 0;
}



.slick-style .slick-next:before, .slick-btn .slick-next:before {
    font-family: 'Material Symbols Outlined';
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "keyboard_arrow_right";
    color: var(--main-color) !important;
    opacity: 1;
    transition: all .5s;
}

.slick-style .slick-prev:hover:before, .slick-btn .slick-prev:hover:before,
.slick-style .slick-next:hover:before, .slick-btn .slick-next:hover:before {
    color: #fff !important;
}


.banner .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    width: auto;
    height: auto;
    background: #dadada;
    border-radius: 50%;
    opacity: 1;
    transition: all .5s ease;
    display: none;
}


.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots {
}

    .banner .slick-dots li button {
        width: 11px;
        height: 11px;
        background: transparent;
        border-radius: 50%;
        transition: all .5s;
    }

    .banner .slick-dots li.slick-active button {
        background: var(--third-color);
    }

        .banner .slick-dots li.slick-active button:before {
            background: var(--main-color);
        }

.bsnav-mobile.in .navbar {
    background: none;
    border-radius: 0;
    margin: 0;
    backdrop-filter: blur(2px);
}

.bsnav-mobile.in .bsnav-mobile-overlay {
}
    /*    .bsnav-mobile.in .bsnav-mobile-overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        background: url(../images/all/bg_solutionH.png) no-repeat center top;
        mix-blend-mode: lighten;
    }*/
/*    .bsnav-mobile.in .bsnav-mobile-overlay:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
        background: url(../images/all/bg_nav.jpg) no-repeat left  bottom;
        mix-blend-mode: lighten;
        background-size: cover;
    }*/

body:not(.home) .banner .slick .item .banner-pic:before {
    display: none;
}

.about .d-notice {
    background: #eee;
    padding: 70px 0;
    position: relative;
}

    .about .d-notice:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        background: url(../images/all/img_aboutH3.jpg) no-repeat right center;
        bottom: 0;
        /* width: 50%; */
        background-size: auto 100%;
        mix-blend-mode: luminosity;
        left: 0;
        opacity: .2;
    }

    .about .d-notice:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        background: rgb(238,238,238);
        background: -moz-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
        background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#eeeeee",GradientType=1);
    }

    .about .d-notice .inner-box {
        position: relative;
        z-index: 5;
    }

    .about .d-notice .g-ul .l-info li:before {
        content: "-";
        margin-right: 10px;
    }

    .about .d-notice .g-ul .l-info {
        width: 60%;
    }

    .about .d-notice .g-ul .r-info .nav li {
        margin-right: 20px;
    }

    .about .d-notice .g-ul .l-info li {
        display: flex;
        align-items: baseline;
    }

    .about .d-notice .g-ul li {
        margin-bottom: 15px;
    }

/*h2.st {
    font-size: 25px;
    font-weight: bold;
    color: var(--forth-color);
    display: flex;
    white-space: nowrap;
    align-items: flex-end;
    margin: 0 0 30px;
    position: relative;
    color: #000;
}


    h2.st:after {
        content: "";
        height: 1px;
        background: #000;
        width: 100%;
        display: block;
        margin-left: 10px;
    }*/

.room-desc .device-list .list-item {
    margin: 0 15px;
}

    .room-desc .device-list .list-item li {
        margin-bottom: 5px;
        font-size: 20px;
    }

h2.stB {
    margin-bottom: 30px;
    font-size: 35px;
}

    h2.stB:after {
        content: "";
        width: 2em;
        height: 1px;
        background: #000;
        margin: 15px 0 20px;
        display: block;
    }

    h2.stB.text-center:after {
        margin: 15px auto 20px;
    }

.room-show .g-tt {
    margin-bottom: 40px;
}

    .room-show .g-tt .tt .txt-en {
        font-size: min(max(3vw, 55px), 74px);
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
    }

        .room-show .g-tt .tt .txt-en small {
            display: block;
            font-size: 0.525em;
        }


    .room-show .g-tt .tt .txt-tw {
        font-size: min(max(3vw, 35px), 55px);
    }

    .room-show .g-tt .info {
        font-size: 18px;
        margin-left: 40px;
        padding-left: 40px;
        border-left: 1px solid #ccc;
    }

        .room-show .g-tt .info li {
            margin-bottom: 10px;
        }



.news.show .more-news {
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .news.show .more-news .pic {
        width: 30%;
        position: relative;
    }

        .news.show .more-news .pic .txt {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000a1;
            color: #fff;
            text-align: center;
            padding: 5px;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .5s;
        }

    .news.show .more-news .list-item:hover .pic .txt {
        opacity: 0;
    }

    .news.show .more-news .info {
        width: 70%;
        padding: 15px;
    }

        .news.show .more-news .info .tt {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            white-space: normal;
            overflow: hidden;
        }

    .news.show .more-news .list-item + .list-item > a {
        flex-direction: row-reverse;
    }

.show .page-item a.page-link {
    color: #000;
    padding: 15px 30px;
    min-width: 200px;
    text-align: center;
}

    .show .page-item a.page-link:hover {
        color: #fff;
    }

.banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .banner-info .ani-marquee {
        position: absolute;
        top: 50%;
        width: 100vw;
        transform: translateY(-50%);
        overflow: hidden;
        height: 100px;
        left: 0;
    }

    .banner-info .bg {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: .3;
        display: flex;
        justify-content: space-around;
        -webkit-animation: scroll 10s linear infinite;
        animation: scroll 10s linear infinite;
    }

        .banner-info .bg img {
            width: calc(100% / 3 - 40px);
            margin-right: 40px;
        }



@-webkit-keyframes scroll {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes scroll {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

.banner-info .g-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .banner-info .g-banner > * {
        width: 40%;
    }

.banner-info .txt-slogan {
    font-size: min(max(3vw, 18px), 25px);
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.70);
}

    .banner-info .txt-slogan .tt {
        font-size: 40px;
        font-size: min(max(5vw, 25px), 40px);
        margin-bottom: 20px;
        display: table;
        position: relative;
        border-bottom: 2px solid #fff;
    }

        .banner-info .txt-slogan .tt .icon {
            position: absolute;
            font-size: 80px;
            left: -40px;
            top: -35px;
            opacity: .3;
            line-height: 1;
        }


.banner .banner-info .r-info .pic {
    opacity: 0;
    filter: blur(5px);
    transition: all 1s;
    transform: scale(1.5);
}

.banner.aos-animate .banner-info .r-info .pic {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}



.news-list .tt a {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    color: #000;
    text-align: left;
}


.news-list .desc {
    color: #8b8b8b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    font-size: 16px;
}

.article-grid .item .info .desc, .article-grid .item .info .desc a {
    font-size: 16px;
    height: auto;
}






.banner .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24
}

.floating-nav:not(.fixed) {
    position: relative;
}

    .floating-nav:not(.fixed) ul {
        display: flex;
        flex-direction: row !important;
    }

.floating-nav.fixed {
    position: fixed;
    bottom: 10%;
    right: 5px;
    z-index: 9998;
}

    .floating-nav.fixed li + li {
        margin-top: 10px;
    }

    .floating-nav.fixed li a {
        width: 48px;
        height: 48px;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 25px;
        transition: all .5s;
    }

.floating-nav li a:hover {
    transform: scale(1.1);
}

.floating-nav .icon_l a {
    background: #06c052;
    color: #fff;
}

.floating-nav a.btn-gotop {
    background: var(--second-color);
    color: #fff;
}

    .floating-nav a.btn-gotop span {
        font-size: 45px;
        font-weight: 900;
    }



.footer {
    position: relative;
}

    .footer .g-footer > * {
        width: 50%;
    }

    .footer .footer-info ul li {
        display: flex;
    }

    .footer .footer-top .st {
        font-size: 20px;
        font-weight: bold;
    }

    .footer .footer-top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer{
        background:var(--main-color);
    }



    .footer .cominfo li {
        margin-bottom: 5px;
        margin-right: 25px;
    }

        .footer .cominfo li .icon {
            margin-right: 5px;
            opacity: .5;
        }

.bsnav-mobile .bsnav-mobile-overlay {
    backdrop-filter: blur(3px);
}

.bsnav-mobile.full .navbar {
    transform: scale(1) translateX(-50%);
    right: auto;
    left: 0;
}

.news .news-list .info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 15px 0;
}

.news .news-list .list-item {
    height: 100%;
}

.btn-check:focus + .btn-info, .btn-info:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    color: #fff;
}

.pro-list .info-wrap .info {
    color: #fff;
    opacity: 1;
    transform: none;
    width: 100%;
    font-size: 18px;
}

body:not(.home) .pro-list .info-wrap .info {
    padding: 10px 15px;
}

.pro-list .info-wrap .info a {
    color: #fff;
}

.gallery-list .item-detail:hover .info a {
    color: var(--main-color);
}

/* .pro-list .info-wrap {
    width: 90%;
} */
.product .tab-area .tab-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0 !important;
}

    .product .tab-area .tab-title li {
        max-width: 100%;
        flex-grow: 1;
        text-align: center;
    }

body:not(.home) .kind-info {
    margin-top: 0 !important;
}

section.breadcrumb-section {
    margin-bottom: 30px !important;
}

.contact .list-creative > li + li {
    border-top: none;
}

.contact .list-creative > li {
    border-bottom: 1px solid #3d3d3d;
}

    .contact .list-creative > li:last-child {
        padding-bottom: 30px;
    }

.footer .icon_l:hover a {
    background: #06c052;
}

.product .gallery-list.cover.hov-cart .item .pic .cover {
    position: absolute;
    display: none;
}

.sec-son.son-about.a1 .pic-logo {
    width: 50%;
}

.sec-son.son-about.a1 .pic-logo {
    width: 50%;
}

    .sec-son.son-about.a1 .pic-logo img {
        width: 100%;
        margin: 0;
    }

.sec-son.son-about.a1 .preface {
    font-size: 18px;
    font-weight: bold;
}

    .sec-son.son-about.a1 .preface a {
        display: inline-flex;
        background: var(--main-color);
        color: #fff;
        border-radius: 5px;
        padding: 5px 20px;
        margin-top: 20px;
    }

        .sec-son.son-about.a1 .preface a:hover {
            background: var(--main-color);
        }

        .sec-son.son-about.a1 .preface a .icon {
            margin-left: 5px;
        }

.sec-son.son-about.a1 .pro-list .list-item.p1 .pic {
    height: 400px;
}

    .sec-son.son-about.a1 .pro-list .list-item.p1 .pic img {
        object-position: center;
    }

.pro-listB .list-item a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 15px 15px 0 15px;
    position: relative;
    height: 100%;
}



    .pro-listB .list-item a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--main-color);
        bottom: 0;
        left: 0;
        transform-origin: left;
        transform: scaleX(1);
        transition: transform .3s ease-in-out;
    }

.pro-listB .list-item:hover a {
}

    .pro-listB .list-item:hover a:after {
        transform-origin: right;
        transform: scaleX(0);
    }

.pro-listB .list-item a .pic {
    padding: 20px 0;
}

.pro-listB .list-item a .icon {
    margin: 0 auto 20px;
}

    .pro-listB .list-item a .icon img {
        transition: all .5s;
        transform: scale(1);
    }

.pro-listB .list-item:hover a .icon img {
    transform: scale(1.1);
}

.pro-listB .list-item a .tt {
    padding: 5px 15px;
    border-top: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}

.partner-list .icon {
    font-size: 30px;
    color: #fff;
}

.partner-list .tt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.side-menu {
    margin-bottom: 30px;
}

    .side-menu a {
        border-radius: 30px;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        font-weight: bold;
        padding: 0 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .side-menu a:hover {
            background: var(--main-color);
            color: #fff;
        }

.g-side .icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

table.table tr th, table.table tr td {
    text-align: center;
    vertical-align: middle;
}

table.table.tb-style thead tr {
    border-radius: 20px;
}



/*table.table.tb-style thead:after {
    content: "";
    display: block;
    height: 15px;
}*/

table.table.tb-style tr th {
    background: var(--second-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 6em;
    color: #fff;
    border: none;
}



table.table.tb-style tr td {
    border-top: none;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

    table.table.tb-style tr td.text-left {
        text-align: left;
    }

table.table.tb-style tbody tr td:nth-child(1) {
    font-weight: bold;
    padding: 20px;
}

table.table.tb-style.tb-brand tr td:nth-child(1) {
    text-align: left;
}

.table-responsive {
    overflow-x: auto;
}

.tb-sticky tbody td:nth-child(1):before, .tb-sticky thead th:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    /* right: 0; */
    bottom: 0;
    /* box-shadow: 5px 0 0 #ccc; */
    width: 30px;
    background: rgb(145, 145, 145);
    background: -moz-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191",endColorstr="#919191",GradientType=1);
    opacity: .5;
    border-left: 2px solid #fff;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
}

table.table.tb-style tr th {
    background: var(--main-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 160px;
    color: #fff;
    border: none;
    word-break: keep-all;
    white-space: nowrap !important;
}

.tb-sticky tbody td:nth-child(1), .tb-sticky thead th:nth-child(1) {
    position: sticky;
    left: 0;
    max-width: 160px;
}

.tb-sticky td .pic {
    width: 100%;
}
/*首頁*/
.home .main > .container {
    max-width: 100%;
    padding: 0;
}


.sec-home {
    padding-top: 7vw;
    padding-bottom: 7vw;
}

    .sec-home h2.h2 {
        font-size: min(max(3vw,45px), 60px);
        color: #000;
        border: none;
        margin-bottom: 30px;
        position: relative;
        z-index: 5;
    }
.sec-home h2.h2{
    font-size: 28px;
}
        .sec-home h2.h2 span {
            display: block;
        }

    .sec-home .h2 .txt-tw {
        font-size: 30px;
        color: var(--main-color);
        font-weight: bold;
        margin-top: 10px;
    }

    .sec-home .h2 .txt-en {
        font-weight: 900;
        font-size: min(max(5vw, 45px), 60px);
        font-family: "Goldman", sans-serif;
        color: var(--forth-color);
        line-height: 1;
    }





.pic-cover {
    overflow: hidden;
}

    .pic-cover img {
        object-fit: cover;
        height: 100% !important;
        width: 100%;
    }




.btn.more i {
    display: inline-block;
}

.btn.more:hover i {
    animation: move-right-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}







@-webkit-keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}





.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
}

.pro-list .item-info {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

body:not(.home) .pro-list .item-info {
    background: transparent;
}

.pro-list .list-item:hover .item-info {
    background: var(--main-color);
}
.pro-list .list-item:hover .item-info .info * {
    color:#fff;
}

.pro-list .list-item .pic a {
    display: block;
}

.product-pic.slick .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
}

.product-pic.slick:has(button) .slider {
    padding: 0 15px;
}
/*.product-pic.slick .slick-list.slider-nav {
    margin: 0 -6px;
}*/
.product-pic.slick .slider-nav .slick-arrow:after {
    background: #ccc;
}

.home-pagelist-area .title.h2 {
    display: none;
}

.home-pagelist-area .container-fluid {
    padding: 0;
}

.home-pagelist-area .editor {
    line-height: normal;
}

.footer-seo:has(*:not(.h4)) {
    margin-bottom: 2rem;
}

.navbar-toggler.active {
    opacity: 0;
}

.main .side .nav > li {
    margin-bottom: 10px;
}

    .main .side .nav > li > a {
        padding: 8px 0;
        display: inline-flex;
        align-items: center;
    }

        .main .side .nav > li > a:before {
            content: "";
            width: 8px;
            height: 8px;
            background: var(--second-color);
            border-radius: 50%;
            margin-right: 15px;
            display: block;
        }

        .main .side .nav > li > a:hover:before {
            background: #fff9;
        }


        .main .side .nav > li > a:hover {
            padding: 8px 10px;
            background: var(--main-color);
            border-radius: 30px;
            color: #fff !important;
        }

.gallery-list.hov-cart .item-detail:hover .info a {
    color: #fff;
}

.news .article-grid.ar-img article {
    height: 100%;
}

.news .article-grid.ar-img .item .info {
    flex-grow: 1;
}

.btn.btn-primary {
    background: var(--main-color);
    border-color: var(--main-color);
}

    .btn.btn-primary:hover {
        background: var(--second-color);
        border-color: var(--second-color);
    }

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right: 0;
    border-left: solid 5px #fff;
}

h3.h5 {
    font-size: 2rem;
}

body:not(.home):not(.contact) .main {
    padding-bottom: 50px;
}

.article-list .item .time {
    margin-right: 10px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}

.article-list .item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-list .item:hover .icon {
    background: var(--main-color);
    color: #fff;
}

.news .article-list .item .info {
    text-overflow: unset;
    white-space: normal;
}

.article-list .item a {
    padding: 0;
}

.material-symbols-rounded {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}




.material-symbols-outlined.icon-solid {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24
}

.header .navbar .navbar-brand {
    position: relative;
    background: none;
}

    .header .navbar .navbar-brand img {
        height: auto;
    }



.header .navbar .nav-share-btn-area li a {
    display: flex;
    border-radius: 50%;
    padding: 5px 20px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    font-size: 20px;
}

    .header .navbar .nav-share-btn-area li a:hover {
        color: #fff !important;
    }

.header .navbar .nav-share-btn-area li + li {
    margin-left: 5px;
}

.article-horizontal-grid .list-item .info .date {
    font-size: 16px;
    color: #000;
}

.article-horizontal-grid .list-item .kind a {
    background: var(--main-color);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 16px;
    padding: 3px 10px;
}

.footer .other-link li a {
    color: #fff;
}

.footer .other-link li + li:before {
    content: "|";
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    opacity: .5;
}

.footer .footer-info ul li .icon {
    color: var(--main-color);
}

.footer .footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding-top: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.d-sitemap {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

    .d-sitemap li {
        margin: 0 20px;
    }

.related-news .article-grid .item .info .kind a {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 0 10px;
}

.related-news .news-list .info {
    padding: 20px;
    border-radius: 5px;
}

.related-news .slick-style .slick-arrow {
    width: 35px;
    height: 35px;
}

.news .related-news .news-list .list-item {
    margin-bottom: 0;
    padding: 0;
}

.header .navbar > .container-fluid {
    width: 100%;
}

.header .flex-nav {
    width: 100%;
    position: relative;
}

    .header .flex-nav:after {
        content: "";
        position: absolute;
        bottom: 0;
        background: #fff;
        height: 1px;
    }

.is_scroll .header .flex-nav:after {
    opacity: 0;
}

.main .side:not(:has(*)) {
    margin: 0;
}

.page-link .fa, .page-link .fas {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.page-link .fa-angle-right:before {
    content: " chevron_right";
}

.page-link .fa-angle-left:before {
    content: " chevron_left";
}

.page-link .fa-angle-double-right:before {
    content: " last_page";
}

.page-link .fa-angle-double-left:before {
    content: " first_page ";
}

.grid .grid-item a .ratio {
    background: #000;
}



/*album*/

body.album .masonry-img {
    filter: brightness(100%);
}

body.album .sec-banner {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}

    body.album .sec-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(2px);
        z-index: 1;
    }

    body.album .sec-banner .pic {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    body.album .sec-banner .info {
        position: relative;
        z-index: 2;
        padding-bottom: 4vw;
        text-align: left;
    }

        body.album .sec-banner .info * {
            color: #fff !important;
            text-align: left;
        }

body.album.show .flex-tt .h2 {
    margin: 0;
}

body.album.show .flex-tt .st {
    border: 1px solid #fff;
    border-radius: 20px;
    display: table;
    padding: 3px 20px;
}

body.album.show .h2:after {
    display: none;
}

body.album .sec-banner .info .desc {
    font-size: 18px !important;
    border-left: 1px solid #fff;
    padding-left: 30px;
    margin-left: 30px;
}

.flex-roomShow .l-info {
    width: 75%;
    padding-right: 40px;
}

.flex-roomShow .r-info {
    width: 25%;
}

h3.tt {
    font-weight: bold;
    font-size: 1.5rem;
}

.case-list .picB-list .slick-slide {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.case-list .picB-list .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.album .sec-video {
    position: relative;
    padding: 6vw 0;
}

    body.album .sec-video:before {
        content: "";
        position: absolute;
        top: 0;
        left: -9999px;
        right: -9999px;
        bottom: 0;
        background: #efefef;
    }

ul.nav-service {
    /*counter-reset: item;*/
}

.nav-service li {
    width: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: anchor-center;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

    .nav-service li small {
        display: block;
    }

    .nav-service li .num {
        font-style: italic;
        font-size: 47px;
        font-weight: 200;
        line-height: 1;
        position: relative;
        display: flex;
        align-items: center;
    }

        .nav-service li .num:after {
            /*content: counter(item, decimal-leading-zer) " ";
        counter-increment: item;
        font-style: italic;
        font-size: 47px;
        font-weight: 200;
        margin-right: 20px;
        line-height: 1;*/
            content: "．";
            margin: 0 5px;
            font-style: normal;
        }

        .nav-service li .num:before {
            content: "";
            position: absolute;
            top: -10px;
            left: -10px;
            background: var(--main-color);
            display: block;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            z-index: -1;
            opacity: 0.3;
        }

    .nav-service li .num {
    }

.txt-main-color {
    color: var(--main-color);
}

.son-news .preface .pic {
    width: 50%;
    mix-blend-mode: luminosity;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.son-news .preface h4 {
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.sec-son .st {
    font-weight: bold;
}

h1.st:has(.icon) {
    display: flex;
    align-items: anchor-center;
}

h1.st .icon {
    font-size: 45px;
    vertical-align: middle;
    color: #ccc;
    line-height: 1;
}

h2.st {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    h2.st span {
        background: var(--main-color);
        border-radius: 30px;
        font-size: 22px;
        color: #fff;
        padding: 5px 20px;
        display: table;
        flex-shrink: 0;
    }

    h2.st:before, h2.st:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        border-bottom: 1px solid var(--main-color);
    }

.flex-design > * {
    width: 50%;
}

.flex-design .r-info {
    padding-bottom: 50px;
    position: relative;
}

.flex-design .pic-list img {
    width: 100%;
    max-width: 100%;
}
/*start*/
.header .navbar .nav-pos-top {
    display: none;
}

.lang .btn {
    border-radius: 30px;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}

    .lang .btn:.dropdown-toggle::after {
        display: none;
    }











.footer .footer_content.fc_seperate_bottom .sitemap {
    margin: 0;
}

.footer ul.ul-comInfo {
    margin-bottom: -10px;
}

    .footer ul.ul-comInfo li.add {
        width: 100%;
    }

    .footer ul.ul-comInfo li .icon {
        opacity: .5;
    }

    .footer ul.ul-comInfo li {
        margin-right: 15px;
        margin-bottom: 10px;
    }

.footer .comname {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #939393;
    padding-bottom: 10px;
    flex-grow: 1;
    line-height: 1;
}

.footer .footer_content .sitemap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer_content.fc_seperate_bottom {
    padding-top: 0;
}

    .footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info {
        padding: 15px;
        justify-content: center;
        margin-top: 30px;
    }
    .footer .g-footerInfo .l-info{
        padding-right:30px;
    }
.footer a.top {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    color: var(--main-color);
    line-height: 1;
    font-size: 14px;
    font-family: "Goldman", sans-serif;
    font-weight: bold;
    overflow: hidden;
}
    .footer a.top:hover{
        color:#fff;
        background:var(--main-color);
    }
    .main .side .nav > li > ul:not(:has(*)) {
        margin: 0;
    }




/*about*/
.about01 .flex-title .r-info {
    width: 40%;
    padding: 50px 0;
}

    .about01 .flex-title .r-info .pic {
    }

.about01 .flex-title .l-info {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about01 .flex-title {
    position: relative;
}

    .about01 .flex-title:before {
        content: "";
        width: 70%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/about/img_about2.jpg) no-repeat center center;
        background-size: cover;
        z-index: -1;
        transform: scaleX(-1);
        opacity: .5;
    }

    .about01 .flex-title .h3 {
        margin: 0;
    }

        .about01 .flex-title .h3 span {
            display: block;
            margin: 5px 0;
            font-size: 33px;
        }

.about01 .solution-list .tt {
    font-size: 22px;
    font-weight: bold;
    color: var(--third-color);
    margin: 0 -30px 20px -30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 20px;
    text-align: center;
}

.about01 .solution-list .st {
    font-size: 18px;
    font-weight: bold;
    color: var(--second-color);
    /* margin-bottom: 20px; */
    background: var(--third-color);
    margin: 30px -30px -30px;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
}

.about01 .solution-list {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
}

    .about01 .solution-list .list-item {
        width: calc(100% / 3 - 40px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 20px 40px;
        padding: 30px;
        border-radius: 15px;
        background: #ffffff54;
        overflow: hidden;
        box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
        backdrop-filter: blur(2px);
    }

        .about01 .solution-list .list-item:nth-last-child(1), .about01 .solution-list .list-item:nth-last-child(2) {
            width: calc(100% / 2 - 40px);
        }

    .about01 .solution-list ul {
        margin-top: 10px;
    }

        .about01 .solution-list ul li:nth-child(1):after {
            top: 50%;
            bottom: 0;
        }

        .about01 .solution-list ul li:last-child:after {
            top: 0;
            bottom: 50%;
        }

        .about01 .solution-list ul li {
            display: flex;
            align-items: anchor-center;
            padding: 5px 0;
            position: relative;
        }

            .about01 .solution-list ul li:before {
                content: "";
                width: 9px;
                height: 9px;
                background: var(--main-color);
                border-radius: 50%;
                display: block;
                margin-right: 10px;
                flex-shrink: 0;
                position: relative;
                z-index: 5;
            }

            .about01 .solution-list ul li:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                width: 1px;
                left: 4px;
                background: #ccc;
                display: block;
            }

.about01 .sec1 {
    position: relative;
}

.about01 .end-txt {
    text-align: center;
    font-size: 22px;
}

.about01 .end-txt {
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
}

    .about01 .end-txt b {
        font-weight: bold;
        color: var(--main-color);
        font-size: 26px;
        margin-bottom: 15px;
        display: block;
    }


.editor {
    line-height: normal;
}

.cookie {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1c8ecdde;
    border-top: none;
    color: #fff;
    backdrop-filter: blur(5px);
    z-index: 9999;
}

    .cookie .container {
        display: flex;
    }

    .cookie .txt {
        padding-right: 50px;
    }

    .cookie .agree-btn {
        padding: 5px 15px;
        display: block;
        background: var(--forth-color);
        color: #fff;
        margin-top: 0;
        transition: all 0.3s ease;
        text-align: center;
    }

        .cookie .agree-btn:hover {
            background: var(--second-color);
        }

body:not(.home) .main {
    padding-bottom: 5vw;
}

.radio-inline {
    margin-right: 10px;
}

    .radio-inline label {
        margin-left: 5px;
    }

.footer .footer_content .sitemap > ul > li > a {
    font-weight: normal;
}

.footer .contact-info li {
    margin-bottom: 10px;
}
/*new*/
.navbar>.container{
    max-width:100%;
    padding:0;
}
.nav-item.dropdown > .navbar-nav .nav-item:nth-child(1) > a {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.nav-item.dropdown > .navbar-nav .nav-item:last-child > a {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

/* 當只有一個 nav-item 時 */
.nav-item.dropdown > .navbar-nav .nav-item:only-child > a {
    border-radius: 5px;
    overflow: hidden;
}


.navbar .navbar-brand {
    width: auto;
    height: auto;
    margin: 10px 0;
}
.navbar .navbar-brand img {
    height: 37px;
    width:auto;
}

.navbar .small-btn-box a[class*="btn-"]{
    width:37px;
    height:37px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}
.navbar .small-btn-box a[class*="btn-"]:hover , .header .navbar .small-btn-box .lang > a:hover{
    background: var(--second-color);
    color: #fff;
}
    .home-pro .flex-secPro .l-info {
        width: 15%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
.home-pro .flex-secPro .r-info{
    width:85%;
}
.home-pro .txt-companyName {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    color: #373737;
    font-family: "Exo", sans-serif;
}
.sec-home h2.h2 {
    font-family: "Exo", sans-serif;
    color:var(--main-color);
}
.sec-home .txt-enS{
    font-size:18px;
    color:#000;
    margin-block:10px;
    font-weight:500;
}
.home-pro{
    position:relative;

}
    .home-pro .bg-tool {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 25%;
        z-index: -1;
    }
    .home-pro .pro-list a{
        display:block;
    }
    .home-pro .slick-style{
        margin:0;
    }
    .home-pro .slick-style .list-item {
        margin: 0;
    }
    .pro-list .list-item .tt{
        margin-bottom:15px;
    }
     .flex-h2 .h2{
        flex-shrink: 0;
        padding-right: 40px;
    }
.home-pro .flex-h2 .txt {
    font-size: 18px;
}
.home-pro .flex-h2 b {
    font-size: 22px;
    margin-bottom:20px;
    display:block;  
}
.home-pro .slick-style .slick-next {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-left: 75px;
    margin-top:40px;
}
.home-pro .slick-style .slick-prev {
    transform: none;
    bottom:0;
    top:auto;
}
.home-video{
    position:relative;
    z-index:5;
}
.home-video .flex-video {
    position: relative;
}
.home-video .l-info {
    width: 80%;
    background: var(--main-color);
    padding-bottom: 7vw;
    position:relative;
}
    .home-video .l-info a {
        display: block;
        overflow: hidden;
        height:100%;
    }
        .home-video .l-info a img {
            filter: blur(5px);
            transition:all 1.5s;
            object-fit:cover;
            height:100%!important;
            width:100%;
        }
        .home-video .l-info a:hover img {
            filter: blur(0);
            transform:scale(1.1);
        }
    .home-video .l-info .btn-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }
        .home-video .l-info .btn-play .icon {
            width: 136px;
            height: 136px;
            border-radius: 50%;
            background: #fff;
            color: #000;
            font-size: 75px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            position:relative;
            overflow:hidden;
            z-index:5;
        }
            .home-video .l-info .btn-play .icon:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #ed0000;
                transform: scale(0);
                transition: all .5s;
                border-radius:50%;
                z-index:-1;
            }
        .home-video .l-info .btn-play:hover .icon{
            color:#fff;
        }
        .home-video .l-info .btn-play:hover .icon:before {
            transform: scale(1);
        }
        .home-video .l-info .btn-play .txt {
            margin-top: 10px;
            text-align: center;
            font-size: 24px;
            font-family: "Exo", sans-serif;
            font-weight: bold;
            opacity: 1;
            transition: all .5s;
            transform-origin: center;
            line-height:24px;
        }
        .home-video .l-info .btn-play:hover .txt {
            opacity: 0;
            margin: 0;
            height: 0;
        }
        .home-video .r-info {
            width: 30%;
            margin-left: -10%;
            background: var(--main-color);
            color: #fff;
            padding: 5vw;
            position: static;
            z-index: 5;
            margin-top:7vw;
        }
    .home-video .r-info .bg-tool {
        position: absolute;
        top: -5vw;
        right: 0;
        width: 30%;
    }
.sec-home.home-video h2.h2, .sec-home.home-video .txt-enS {
    color: #fff;
}
.home-solution {
    position: relative;
    z-index: 2;
}
    .home-solution .bg-sec {
        position: absolute;
        top: -10%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .home-solution .preface{
        width:60%;
        margin:0 auto 50px!important;
    }
    .home-solution .flex-solution > * {
        width: 55%;
        display: flex;
        position: relative;
    }
    .home-solution .flex-solution .r-info {
        margin-left: -5%;
        margin-top: 5%;
        flex-direction:row-reverse;

    }
    .home-solution .flex-solution .tt{
        width:10%;
    }
    .home-solution .flex-solution .r-info .tt {
        flex-direction: row-reverse;
    }
    .home-solution .flex-solution .l-info {
        margin-bottom: 5%;
    }

    .home-solution .tt {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: min(max(3vw, 38px), 54px);
        font-family: "Exo", sans-serif;
        font-weight: bold;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .home-solution .flex-solution .frame-box {
        border-radius: 0 5rem 0 5rem;
        overflow: hidden;
        flex-grow: 1;
    }
    .home-solution .flex-solution .l-info .info {
        padding: 5vw calc(5vw + 5%) 5vw 5vw;
    }
    .home-solution .flex-solution .l-info .pic {
        max-height:200px;
        overflow:hidden;
    }

    .home-solution .flex-solution .r-info .frame-box {
        background: url(../images/all/img_solution2.jpg) center center no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .home-solution .flex-solution .r-info .frame-box .info{
            position:relative;
        }
            .home-solution .flex-solution .r-info .frame-box .info a {
                color: #fff;
            }
                .home-solution .flex-solution .r-info .frame-box .info a .icon {
                    width: 150px;
                    height: 150px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 70px;
                    margin: 0 auto 10px;
                    border:2px solid #fff;
                }
        .home-solution .flex-solution .r-info .frame-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--main-color);
            opacity: .9;
            mix-blend-mode: multiply;
        }

    .home-solution .flex-solution .l-info .frame-box {
        background: #fff;
        margin-bottom: 5%;
    }
    .home-solution .flex-solution .r-info .frame-box {
        margin-top: 5%;
    }
    .home-solution .tt:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #959595;
    }
    .home-solution .tt:after {
        content: "";
        height: 100%;
        width: 1px;
        background: #959595;
        margin-top: 20px;
    }

    .home-solution .flex-solution .l-info:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        height: 1px;
        right: 0;
        background: #959595;
    }
    .home-solution .flex-solution .r-info .tt:after{
        margin-top:0;
        margin-bottom:20px;
    }

    .home-solution .flex-solution .r-info:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        right: 5%;
        background: #959595;
        z-index: -1;
    }
    .home-solution .pic-logoTxt {
        width: 60%;
        margin: -2% auto 0;
        position: relative;
        pointer-events:none;
    }
    .home-solution .flex-solution .r-info a:hover .icon {
        animation: move-bottom-alternate 0.8s ease forwards;
        -webkit-filter: contrast(2);
    }




@-webkit-keyframes move-bottom-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(80%);
        opacity: 0;
    }

    51% {
        transform: translateY(-80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes move-bottom-alternate {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(80%);
        opacity: 0;
    }

    51% {
        transform: translateY(-80%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.home-news .slick-style{
    margin:0 -20px;
}
.home-news .slick-style .list-item {
    margin: 0 20px;
}
    .home-news .slick-style .slick-prev {
        right: 90px;
        left:auto;
        bottom: calc(100% + 30px);
        top: auto;
        transform: none;
    }
    .home-news .slick-style .slick-next {
        right: 20px;
        bottom: calc(100% + 30px);
        top: auto;
        transform: none;
    }   
.news-list .list-item .date {
    font-family: "Exo", sans-serif;
}
.home-news .news-list .list-item .date {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #9e9e9e;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
    .home-news .news-list .list-item .date span{
        margin-bottom:5px;
    }
    .news-list .list-item .tt {
        text-align: left;
    }
.home-news .news-list .list-item {
    position:relative;
}
.home-news .news-list .list-item .desc {
    display: none;
}
.home-news .news-list .list-item .pic{
    margin-left:40px;
}
    .home-news .news-list .list-item .info {
        position: relative;
        background: #fff;
        border-radius: 0 20px 0 20px;
        margin-top: -30px;
        z-index: 5;
        padding: 30px;
        min-height: 150px;
        width: auto;
        margin-right: 40px;
        margin-bottom:25px;
    }
    .home-news .news-list .list-item .info .d-arrow{
        position:absolute;
        width:50px;
        height:50px;
        color:#fff;
        border-radius:50%;
        bottom:-25px;
        right:-25px;
        display:flex;
        align-items:center;
        justify-content:center;
        background:var(--second-color);
        transition:all .5s;
    }
        .home-news .news-list .list-item:hover .info .d-arrow{
            transform:rotate(-45deg);
        }
        .home-news.sec-home h2.h2{
            margin-bottom:0;
        }
        .flex-h2{
            margin-bottom:30px;
        }
.home-news .box-intro{
    padding-bottom:70px;
}
.footer .flex-footer .l-info ul li.add, .footer .flex-footer .l-info ul li.mail {
    width: 100%;
}
.footer .flex-footer .l-info ul li{
    display:flex;
        margin-right: 20px;
}
.footer .flex-txtLink{
    margin:0 -10px;
}
.footer .flex-txtLink > * {
    padding: 0 10px;
}
.footer .flex-txtLink > * + * {
    border-left: 1px solid #fff;
    margin-left: 10px;
}
.navbar .small-btn-box .icon {
    font-weight: bold;
}
h6.h3:not(:has(*)){
    margin:0;
}
.banner .slick-style .slick-next:before, .banner .slick-style .slick-prev:before {
    color: #fff !important;
    font-size: 35px;
}
.banner .slick-style .slick-arrow{
    border:3px solid #fff;
    background:none;
}
.banner .slick-style .slick-next {
    right: 0;
    transform: none;
    bottom: 4vw;
    top: auto;
    right: 3vw;
}
.banner .slick-style .slick-prev {
    left: auto;
    right: calc(3vw + 75px);
    bottom: 4vw;
    top: auto;
    transform: none;
}
.navbar .nav-search-li{
    position:static;
}
.navbar  .nav-search-li .nav-search-box .search-area {
    background: var(--third-color);
    width: auto;
    left: 0;
    right: 0;
    top: 0;
}
    .navbar .nav-search-li .nav-search-box .search-area .form-inline{
        width:100%;
    }

body.contact .main > .container {
    max-width: 100%;
    padding: 0;
}

body.contact .sec-comInfo {
    background: url(../images/all/bg_contact.jpg)  no-repeat top center;
    background-size: cover;
    padding: 6vw 0;
    position: relative;
}

    body.contact .sec-comInfo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0000007d;
        backdrop-filter: blur(3px);
        z-index: 1;
    }

    body.contact .sec-comInfo .container {
        position: relative;
        z-index: 5;
    }

    body.contact .sec-comInfo * {
        color: #fff;
    }


body:not(.home).contact .sec-comInfo .h2:after, body:not(.home).contact .sec-comInfo h3.h5:after {
    background: #fff;
}
body.contact .main{
    padding-bottom:0;
} 
.contact .map-box {
    height: 100%;
}
body:not(.home).contact .sec-comInfo h3.h5{
    color:#fff;
}
body.contact .sec-form .btn-box ul {
    margin: 30px auto 0;
}
body.contact .sec-form .btn-box ul li {
    margin: 0 10px;
    flex-grow: 1;
}