﻿@charset "utf-8";

:root {
    /*--second-rgbcolor: 218, 37, 28;
    --second-color: #FF9F1C !important;*/
    /*--third-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(--main-color);
}

body {
    font-family: "Poppins", 'Open Sans', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #000;
}
.btn-secondary {
    background: var(--second-color);
    opacity: .6;
}
.btn-secondary:hover{
    opacity: 1;
}
a {
    color: #484848;
}
a:hover{
    color:var(--main-color);
}
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);
}
@-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;
    }
}


.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;
   margin-bottom:40px;
}


.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 0;
    position: relative;
}

.list-style .list-item .tt {
    font-size: 18px;
    font-weight: bold;
}

.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;
}

    2.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 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: none;
    border:1px solid #fff;
}

.banner .slick .slick-dots .slick-active 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;
}

.bsnav-mobile.in {
    z-index: 9999;
}



.header .navbar-nav.nav-1 > li > .nav-link {
    font-size: 18px;
    padding: 10px;
    font-weight:bold;
}
.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: #dedede !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:before {
        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: 0;
        z-index: -1;
        content: '';
        inset: 0;
        display: block;
        position: absolute;
        transition:all .5s;
    }
        .header .navbar .nav-share-btn-area li.icon_i a:hover:before{
            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);
    left: 0;
    transform-origin: bottom;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
    right: 0;
    bottom: 0;
}

.header .navbar-nav.nav-1 > li > .nav-link:hover {
}

    .header .navbar-nav.nav-1 > li > .nav-link:hover:before {
        transform-origin: bottom;
        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
.navbar .navbar-brand img {
    width: auto;
    height: 100%;
    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: 47px !important;
    vertical-align: middle;
    margin:15px auto;
}
    .header .navbar .navbar-brand img{
        height:100%;
        width:auto;
        object-fit:contain;
    }


    .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;
}

.navbar .small-btn-box ul {
    margin: 0 0 0 auto;
}

/*.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: 0;
    min-width: 0;
    right: 0;
}
    .header .btn-group.lang .dropdown-menu a{
        padding:8px;
        text-align:center;
        color:#000;
    }

.btn.more {
    background: none;
    color: #000;
    padding: 15px 0;
    border-radius: 0;
    min-width: 150px;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid #000;
    text-align: left;
    display: inline-flex;
    justify-content: space-between;
}
    .btn.more:hover{
        color:var(--main-color);
    }
    .btn.more:after {
        content: "arrow_circle_right ";
        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;
        -webkit-filter: contrast(2);
        font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
    }
    .btn.more:hover:after {
        -webkit-animation: move-right-alternate 0.6s ease forwards;
        animation: move-right-alternate 0.6s ease forwards;
    }
        @-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;
    }

}


.home-news .btn.more:hover{
    color:#fff;
}
.btn.more:hover:after {
    transform-origin: left;
    transform: scaleX(0) translate(-100%, -50%);
}
        .btn.cover:before {
            background: var(--third-color);
        }







.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;
            border-radius: 0;

}
.navbar-nav.nav-1 > .nav-item.dropdown:has(.min-width){
    position: static;
}
.navbar-nav.nav-1 > .nav-item.dropdown:has(.min-width)> .navbar-nav{
    margin: auto;
    left: 0;
    right:0;
    transform: none;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:auto;
    clip: rect(0, 100vw, 2000px, 0);
    padding: 20px;
}
.navbar-nav.nav-1 > .nav-item.dropdown:has(.min-width)> .navbar-nav li+li{
    border-top:none;
}
.navbar-nav.nav-1 > .nav-item.dropdown:has(.min-width)> .navbar-nav li{
    border:none;
}
.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;*/
    }
    .nav-item.dropdown > .navbar-nav li+li{
        border-top:1px solid #ccc;
    }
    .nav-item.dropdown > .navbar-nav li:last-child a {
        /*overflow: hidden;*/
    }
        .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:#000;
    }
.breadcrumb-item + .breadcrumb-item::before{
    color:#ccc;
}
.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(--second-color);
    border-color: var(--second-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(--main-color)!important;
    border-color: var(--main-color);

    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(--forth-color);
    font-size: 16px;
    border-radius: 5px;
}
body.news.show .tag {
    border-left: none;
    color: #fff;
    font-size: 16px;
    margin: 0;
    border-radius: 99px;
    background: #eef4ff;
    color: #004ea8;
}
/*.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(--main-color);
        border: none;
    }

.function-bar .display-mode .btn-mode {
    color: var(--main-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 #4f4f4f;
    padding-bottom: 0;
}

    body:not(.home) .h2:after, h3.h5:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background: var(--second-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(--third-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(--second-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 {
    padding: 3vw 0 ;
}

    .footer .cominfo-list {
        justify-content: flex-start;
    }
    .footer  .footer-bottom .copyrights-info {
        text-align: center;
        color:#fff;
    }
        .footer .cominfo-list li .st {
            font-size: 14px;
            font-weight: bold;
        }


    .footer .footer-logo {
        flex-shrink: 0;
        max-width: 110px;
    }

        .footer .footer-logo img {
            max-width: 290px;
            min-width: 78px;
        }





.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: #000;
    }

    .footer .g-btn {
        justify-content: flex-end;
    }

    .footer .social-box a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        /* background: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position:relative;
    }

    .footer .social-box .icon_f:hover a {
        background: #1974ec;
        color:#fff;
    }
    .footer .social-box .icon_y a {
        color: #ff0000;
    }
    .footer .social-box .icon_y:hover a {
        background: #ff0000;
        color:#fff;
    }



    .footer .social-box ul {
        text-align: right;
        display: flex !important;
        margin-right: -5px;
        position: relative;
        z-index: 5;
    }

    .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:before {
        content:"";
        inset:0;
        position:absolute;
        opacity:0;
        transition:all .5s;
        z-index:-1;
        border-radius:50%;
        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_i a:hover:before {
        opacity: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;
    }

.is_scroll .header .navbar.bsnav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff96;
    backdrop-filter: blur(5px);
}


.is_scroll .header .flex-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
.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.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;
    color:#fff;
}

.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: var(--second-color);
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0.25rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index:2;
}
    .btn-style.btn-solid {
        border: 1px solid #a3a3a3;
        background: none;
        color: #a3a3a3;
    }
    .btn-style.btn-solid:hover {
        border: 1px solid var(--main-color);
    }
    .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;
        z-index:-1;
    }

    .btn-style.btn-light {
        background: var(--second-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 -20px;
}

.slick-style .list-item {
    margin: 0 20px;
}

.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: 50px;
    height: 50px;
    background: none;
    transition: all .5s;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    border-radius: 50%;
    background: #989898;
}

    .slick-style .slick-arrow:hover, .slick-btn .slick-arrow:hover {
        background: var(--second-color) !important;
    }

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}
    .slick-btn .slick-arrow:not(.slick-disabled) + .slick-arrow{
        margin-left:20px;
    }
    /*.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: -5px;
}

.slick-style .slick-next {
    right: -5px;
}
.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: normal;
    font-style: normal;
    font-size: 27px;
    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: #fff !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: normal;
    font-style: normal;
    font-size: 27px;
    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: #fff !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;
    inset:0;
    width: auto;
    height: auto;
    background: #dadada;
    border-radius: 50%;
    opacity: 1;
    transition: all .5s ease;
    display:none;
}




.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all .5s;
    background: #626262;
    padding: 0;
}

    .banner .slick-dots li.slick-active button {
        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 {
    backdrop-filter: blur(5px);
}
/*    .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: 0;
        right: 0;
        bottom: 0;
        background: url(../images/all/bg_body.jpg) repeat-y;
        background-size: 100% auto;
        mix-blend-mode: lighten;
        background-size: cover;
    }*/

body:not(.home) .banner .slick .item .banner-pic:before {
    display: none;
}



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;
    }




h2.stC {
    margin-bottom: 30px;
}


.container .ezshare-box {
    display: none;
}


.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 {
    padding: 15px 30px;
    border-radius: 0.25rem;
}

    .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;
}
    .list-item:hover .tt a{
        color:var(--main-color);
    }

    .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;
    background: url(../images/all/bg_footer.jpg) no-repeat left center;
    background-size: cover;
    color: #fff
}
.footer a{
    color:#fff;
}
.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 .footer_content.fc_seperate_bottom .footer-bottom {
        background: none;
    }

    .footer .cominfo li {
        margin-bottom: 5px;
        margin-right: 25px;
    }

        .footer .cominfo li .icon {
            margin-right: 5px;
            opacity: .5;
        }



.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;
    font-weight: bold;
}



.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 #4f4f4f;
}

    .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:after {
    content: "";
    display: block;
    height: 15px;
}*/

table.table.tb-style tr th {
    background: var(--second-color);
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    border: none;
}



table.table.tb-style tr td {
    border-top: none;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

    table.table.tb-style tr td.text-left {
        text-align: left;
    }

table.table.tb-style.tb-sticky 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 tr:nth-child(1) 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.tb-sticky tr th {
    background: var(--second-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%;
}
.main .side:not(:has(*)){
    margin:0;
}
.main .side .nav > li {
    margin-bottom: 10px;
}

    .main .side .nav > li > a {
        padding: 8px 0;
        display: inline-flex;
        align-items: center;
        color:var(--second-color);
    }

        .main .side .nav > li > a:before {
            content: "arrow_circle_right ";
            font-family: 'Material Symbols Outlined';
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            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;
            -webkit-filter: contrast(2);
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            margin-right: 0.25rem;
        }

        .main .side .nav > li > a:hover:before {
            -webkit-animation: move-right-alternate 0.6s ease forwards;
            animation: move-right-alternate 0.6s ease forwards;
        }


        .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;
}
/*new*/



body:not(.home) .banner .txt-comName{
    display:none;
}
body.home .banner .item > a {
    width: 100%;
    position: relative;
}

.navbar .small-btn-box .lang a {
    background: #eee;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 3px 10px;
}
    .navbar .small-btn-box .lang a:hover{
        background:var(--main-color);
        color:#fff;
    }


.header .navbar .navbar-collapse {
    border-top: 1px solid #ccc;
    flex-grow: 1;
    width: 100%;
    justify-content: center !important;
    align-items: center;
}
    .navbar .navbar-collapse .nav-1 {
        width: 100%;
        justify-content: space-around;
        padding-left: 3vw;
        padding-right: 3vw;
    }



    .navbar .flex-nav {
        width: 100%;
    }
    /*首頁*/
    .home .main > .container {
        max-width: 100%;
        padding: 0;
    }
    .sec-home{
        padding-top:5vw;
        padding-bottom:5vw;
    }


        .sec-home h2.h2 {
            color: #000;
            border: none;
            position: relative;
            z-index: 0;
            font-weight: normal;
            padding-bottom: 0;
            margin-bottom: 2rem;
            line-height: 1;
            font-size: min(max(3vw, 30px), 40px);
            letter-spacing: 2px;
            font-weight: bold;
            text-align: center;
        }
.home-about.sec-home{
    padding-bottom:0;
    padding-top:0;
}

.home-about.sec-home h2.h2 {
    padding-left: 49px;
    text-align: left;
}
.home-news.sec-home h2.h2 {
    padding-bottom: 1rem;
    border-bottom: 3px solid #fff;
    margin-bottom: 1rem;
}
.sec-home h2.h2 .txt-en {
    font-family: "Bebas Neue", sans-serif;
    line-height: 0.9;
    display:block;
    font-size:18px;
    margin-bottom:0.5rem;
    opacity:.5;
    font-weight:normal;
    text-transform:uppercase;   
}




.navbar .nav-brand-wrapper{
    transition:all .5s;
    position: relative;
    width: 100%;
    text-align: center;
}


.home-about .bg {
    width: 60%;
    margin-bottom: -5%;
    position: relative;
    z-index: -1;
    display: table;
    margin: 0 0 -5% auto;
}

.home-about .flex-about{
    justify-content: flex-end;
}
.home-about .flex-about .l-info {
    padding-bottom: 5vw;
}
.home-about .flex-about .r-info {
    max-width: 20%;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    display: none;
}
    .home-about .flex-about .r-info .pic {

    }
        .home-about .flex-about .r-info .pic img {
            height: 100% !important;
            transform: translateY(10%);
        }



        .home-about .flex-about .l-info .h2:before {
            content: "";
            background: url(../images/all/icon_h2.png) no-repeat;
            display: inline-block;
            width: 34px;
            height: 70px;
            position: absolute;
            left: 0;
            bottom: 0;
        }
.home .g-section{
    position:relative;
    z-index:20;
    padding-left:6vw;
    padding-right:6vw;
}
.g-section .flex-section01 {
    background: url(../images/all/bg_metal.jpg) no-repeat;
    background-size: cover;
    padding: 4vw 0;
}
.g-section .flex-section01>*{
    width:50%;
    padding:0 3vw;
}
.g-section .flex-section01 > .sec > *, .g-section .flex-section01 > .sec > * >*{
    height: 100%;
}
 .article-list .item .time .year{
    display:block;
    font-size:16px;
    font-weight:bold;
    margin-top:0.3rem;
}
.home-news .article-list .item {
    padding: 15px 0;
}
.home-news .article-list .item+.item {
    border-top:1px solid #fff;
}
     .article-list .item .time {
        font-size: 14px;
        margin-right: 10px;
        aspect-ratio: 1 / 1;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 20px;
        color: #484848;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        line-height: 1;
        flex-direction:column;
    }
    body:not(.home) .article-list .item .time{
            border: 1px solid #ccc;
    }
.home-news.sec-home .btn.more{
    color:#fff;
    border-bottom:1px solid #fff;
}
.h3:empty{
    margin:0;
}
.title.h2{
    display:none;
}
.home-pagelist-area > .container-fluid {
    padding: 0;
}
.home-memberNews.sec-home {
    background: #f2f2f2;
    padding-bottom:7vw;
    position:relative;
}
.home-memberNews .bg {
    position: absolute;
    inset: 0;
    background: url(../images/all/bg_newsH.jpg) no-repeat #ededed center bottom;
    background-size:100% auto;
    top: -15vw;
    background-attachment:fixed;
}

    .home-memberNews .bg:before {
        content: "";
        position: absolute;
        top: 0;
        height: 40%;
        left: 0;
        right: 0;
        background: url(../images/all/bg_newsH2.png) no-repeat center top;
        background-size: 100% 100%;
    }
.home-memberNews .description{
    display:none;
}
.home-memberNews h2.h2{
    margin-top:3vw;
}

.footer .flex-footer .contact-list.listA {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.footer .flex-footer .r-info {
    width: 60%;
    margin: 0 0 0 auto;
}
.gotop {
    position: relative;
    right: auto;
    bottom: auto;
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 20;
}
.footer .social-box a, .footer .social-box .gotop a{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: none;
    border: 1px solid #fff;
}
.footer .social-box .gotop a {
    background: #fff;
    color: #1c232e;
    font-size: 14px;
    font-weight: bold;
}
.footer .social-box a:hover{
    border:1px solid transparent;
    transform:scale(1.1);
}
.footer .contact-list .tt{
    font-weight:bold;
}
.footer .contact-list ul li{
    margin-right:15px;
}
.footer .cominfo-list .icon {
    border-radius: 50%;
    background: #fff;
    width: 21px;
    height: 21px;
    color: #1d232d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
body:not(.home) .main{
    padding-bottom:5vw;
    position:relative;
}
.news-list .flex-info{
    font-size:14px;
}
.news-list .date{
    color:#ccc;
}
.radio-inline, .form-inline input[type="checkbox"] + label {
    margin-right: 1rem;
}
h1.h1 {
    border-left: 4px solid var(--main-color);
    padding-left: 1rem;
}

/*會員名錄*/
.member-directory {
}

.flex-search {
/*    display: grid;
    grid-template-columns: 220px 220px 1fr;
*/    gap:15px;
    margin-bottom: 40px;
}

    /* .flex-search select,
    .flex-search input {
        width: auto;
        border: 1px solid #ddd;
        border-radius: 0.375rem;
        padding: 0 16px;
        flex-grow: 1;
        padding: 0.375rem 0.75rem;
    } */
    .flex-search select {
        min-width: 200px;
    }

.search-input {
    display: flex;
    flex-grow: 1;
    width: 100%;
}

    .search-input button {
        padding: 0 28px;
        border: none;
        border-radius: 0.375rem;
        background: var(--second-color);
        color: #fff;
        cursor: pointer;
        flex-shrink: 0;
    }

.member-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 24px;
}
/* .member-grid .member-card:only-child{
     grid-column:1 / -1;
} */
.member-card {
    overflow:hidden;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    border-radius: 0.75rem;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s;
    justify-content:space-between;
}





    .member-card .member-no {
        padding: 6px 14px;
        border-radius: 99px;
        background: #eef4ff;
        color: #004ea8;
        font-size: 14px;
    }

.member-card h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
}



    .member-card .more {
        margin-top: auto;
        font-weight: 600;
    }

    .member-card .more .icon-fill{
        font-size:14px;
    }
        .member-card .more:hover .icon-fill {
            -webkit-animation: move-right-alternate 0.6s ease forwards;
            animation: move-right-alternate 0.6s ease forwards;
        }


.material-symbols-outlined.icon-fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.member-profile {
}

    .member-profile .company-card {
        display: flex;
        gap: 40px;
        align-items: center;
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
        color: #fff;
        background: #303d4d;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }
        .member-profile .company-card:before {
            content: "";
            position: absolute;
            z-index: -2;
            inset: 0;
            background-blend-mode: exclusion;
            background: url(../images/all/bg_newsH.jpg) no-repeat center bottom;
            background-size: 100% auto;
            mix-blend-mode: multiply;
        }
        .member-profile .company-card:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #303D4D;
            background: linear-gradient(180deg, rgba(48, 61, 77, 1) 15%, rgba(48, 61, 77, 0) 100%);
            bottom: 30%;
            z-index: -1;
            pointer-events: none;
            display: block;
            right: 0;
        }



            .member-profile .company-logo {
                flex-shrink: 0;
                aspect-ratio: 1 / 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 15px;
                background: #fff;
            }

        .member-profile .company-logo img {
            width: 140px;
            height: 140px;
            object-fit: contain;
        }

    .member-profile .member-id {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 99px;
        background: #eef4ff;
        color: #004ea8;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .member-profile .company-info h1 {
        margin: 0 0 20px;
        font-size: 36px;
    }

    .member-profile .company-links {
        display: flex;
        gap: 12px;
    }

        .member-profile .company-links a {
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 40px;
            height: 40px;
            transition:all .5s;
        }
            .member-profile .company-links a:hover{
                transform:scale(1.1);
            }
            .member-profile .company-links a .icon {
                font-size: 16px;
                line-height: normal;
            }

            .member-profile .btn-web {
                background: var(--forth-color);
                color: #fff;
            }

    .member-profile .btn-youtube {
        background: #ff0000;
        color: #fff;
    }

    .member-profile .info-box {
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 24px;
        box-shadow: 0 6px 24px rgba(0,0,0,.06);
    }

        .member-profile .info-box h2, .card-style h2, h2.st, .form-box h2 {
            margin: 0 0 1.5rem;
            font-size: 30px;
            position: relative;
            padding-left: 16px;
            font-weight:bold;
        }

            .member-profile .info-box h2:before, .card-style h2:before, h2.st:before, .form-box h2:before{
                content: "";
                position: absolute;
                left: 0;
                top: 2px;
                width: 4px;
                bottom: 2px;
                background: var(--main-color);
            }

        .member-profile .info-box ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .member-profile .info-box li {
            margin-bottom: 12px;
            color: #555;
        }

    .member-profile .tags {
        padding: 5px 16px;
        border-radius: 999px;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 10px;
        background: #eef4ff;
        color: #004ea8;
    }


    .member-profile .gallery {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }

        .member-profile .gallery .pic {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            border-radius: 16px;
            transition: .3s;
            background: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .member-profile .gallery img:hover {
                transform: translateY(-5px);
            }
    .member-profile .info-box .contact-list li {
        display: flex;
        flex-grow: 1;
       
    }
        .member-profile .info-box .contact-list li:not(:nth-child(1)){
            width:calc(100% / 3);
        }

        .member-profile .info-box .contact-list li .info{
            align-self:center;
        }
        .member-profile .info-box .contact-list li .info a {
            display: block;
        } 
        .member-profile .info-box .contact-list li .info a.add-en {
            font-size:14px;
            border-left:1px solid #ccc;
            margin-left:10px;
            padding-left:10px;
        }
        .member-profile .info-box .contact-list li .icon {
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px dotted #cbcbcb;
            padding: 20px;
            margin-right: 15px;
            flex-shrink: 0;
            width: 72px;
            height:72px;
            border-radius: 50%;
            color: var(--main-color);
        }
        .member-profile .info-box .contact-list li .st {
            font-size: 14px;
            font-weight: bold;
        }
    .member-profile .kind-list {
        display: flex;
        gap: 20px 15px;
        flex-wrap:wrap;
    }
        .member-profile .kind-list .list-item {
            flex-grow:1;
        }
            .member-profile .kind-list .list-item ul {
                margin: 0;
                padding: 0;
                list-style: none;
                /* display: grid !important; */
                /* grid-template-columns: repeat(2, 1fr); */
                /* gap: 0 40px; */
                border:  1px solid #eef4ff;
                border-radius: 5rem;
                padding: 10px;
                margin-top: -20px;
                padding: 20px 15px 15px;
                border-radius: 0 15px 15px 15px;
                margin-left: 20px;
                margin-bottom: -12px;
                gap:10px;
                font-size:14px;
            }
            .member-profile .kind-list .list-item ul li{
                margin-bottom:5px;
            }

/*會員登入*/

.member-login .flex-memberLogin .l-info {
    flex-grow: 1;
    /* width: 40%; */
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .member-login .flex-memberLogin .l-info .bg {
        width: 60%;
        position: absolute;
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        z-index: -1;
        mix-blend-mode: multiply;
        top: calc(-20% - 18px);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        left: 0;
    }
        .member-login .flex-memberLogin .l-info .bg img{
        }

        .member-login .flex-memberLogin .r-info {
            width: 40%;
        }
.member-login .flex-memberLogin .lv-list {
    display: flex;
    gap: 30px;
}
    .member-login .flex-memberLogin .lv-list .icon {
        font-size: 60px;
        margin-right:1rem;
        opacity:.3;
    }
    .member-login .flex-memberLogin .lv-list .g-txt p {
        font-size: 14px;
    }
    .member-login .flex-memberLogin .lv-list a {
        border-radius: 0.75rem;
        padding: 15px 30px;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        background: #fff;
        aspect-ratio: 3 / 2;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    }
        .member-login .flex-memberLogin .lv-list a:hover, .member-login .flex-memberLogin .lv-list a.active{
            background: var(--second-color);
            color: #fff;
        }
        .form-box .btn-box .flex-btn {
            gap: 0 10px;
            margin-top: 10px;
        }
.form-box .btn-box .flex-btn a{
    flex-grow:1;
}
.form-box .form-group label {
}
body.member.login .main {
    position:relative;
}
body.member.login .card-style{
    padding:48px 24px;
}
.btn-box .d-or {
    display: flex;
    gap: 10px;
    align-items: center;
}
.btn-box .d-or:before, .btn-box .d-or:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
}
h2.h2B span {
    display: block;
    text-align:center;
}
h2.h2B:after  {
    content:"";
    width:2em;
    height:1px;
    background:#000;
    margin:20px auto;
    display: block;
}
.btn-style:has(.icon) span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-sub{
    font-size:18px;
    font-weight:bold;
}
h2.h2B {
    font-weight: bold;
}
h2.h2B .txt-en {
    font-size: 3rem;
    letter-spacing:5px;
}
.member.login .main:before, .member.register .main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.member.login .main:after, .member.register .main:after {
    content: "";
    position: absolute;
    background: url(../images/all/bg_newsH2.png) no-repeat center top;
    background-size: cover;
    z-index: -2;
    inset: 0;
    transform: scaleY(-1);
    bottom: -1px;
    opacity: .5;
    background-size: 100% auto;
    pointer-events: none;
}


.step-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin:  0 0 50px;
    padding: 0;
    list-style: none;
}

    .step-list li {
        position: relative;
        flex: 1;
        text-align: center;
    }

        .step-list li:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 22px;
            left: 50%;
            width: 100%;
            height: 3px;
            background: #d8e2ee;
            z-index: 1;
        }

    .step-list .step-icon {
        position: relative;
        z-index: 2;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 12px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid #d8e2ee;
        font-weight: 700;
        font-size: 16px;
        transition: .3s;
    }

    .step-list .step-text {
        display: block;
        font-size: 15px;
        color: #7a869a;
        font-weight: 500;
    }

    /* 進行中 */
    .step-list li.active .step-icon {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
        box-shadow: 0 8px 20px rgba(0,91,172,.25);
    }

    .step-list li.active .step-text {
        color: var(--main-color);
        font-weight: 700;
    }

    /* 已完成 */
    .step-list li.done .step-icon {
        background: var(--forth-color);
        border-color: var(--forth-color);
        color: #fff;
    }

    .step-list li.done::after {
        background: var(--forth-color);
    }

    .step-list li.done .step-text {
        color: var(--forth-color);
    }
.form-feedback.success {
    color: green;
}
.form-feedback.error {
    color: red;
}
.input-ex{
    font-size:14px;
    color:#989898;
    margin-top:0.25rem;
}

body.member.register .page_wrapper {
    overflow: clip;
}

.sec-step .note-step ul{
    position:relative;
}
    .sec-step .note-step ul li {
        padding-bottom: 20px;
        padding-left:35px;
        align-items: flex-start;
        position:relative;
    }
.sec-step .note-step .d-add {
    border: 1px dashed #ccc;
    color: var(--forth-color);
    padding: 15px;
}
        .sec-step .note-step ul li .icon-fill {
            position: absolute;
            top: 0;
            left: 0;
        }
        .sec-step .note-step ul li .icon-fill:before {
            content: "";
            position: absolute;
            inset: 3px;
            background: #fff;
            border-radius: 50%;
            z-index: -1;
        }
    .sec-step .note-step ul:before {
        content: "";
        display: flex;
        top:5px;
        left: 12px;
        bottom: 0;
        position: absolute;
        display: block;
        width: 1px;
        z-index: -1;
        background: #303D4D;
        background: linear-gradient(180deg, rgba(48, 61, 77, 1) 15%, rgba(48, 61, 77, 0) 100%);
    }


.member-grid .flex-memberList .l-info h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.3rem;
}
.member-grid .flex-memberList .flex-btn{
    gap:0 15px;
}
    .member-grid .flex-memberList .flex-btn a {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        background: none;
        border: 1px solid var(--second-color);
        color: #000;
    }
    .member-grid .flex-memberList .flex-btn a:hover{
        background:var(--second-color);
        color:#fff;
    }
    body:not(.login) .flex-btn a+a:not(.btn-primary){
        opacity: .6;
    }
    body:not(.login) .flex-btn a+a:hover{
        opacity: 1; 
    } 
.member-grid {
    counter-reset: item;
    list-style-type: none;
}
    .member-grid .member-card .flex-memberList {
        align-items:center;
    }
        .member-grid .member-card .flex-memberList .g-name{
            display:flex;
            flex-direction:column;
            justify-content:space-around;
        }
        .member-grid .member-card .flex-memberList .l-info {
            display: flex;
            flex-grow: 1;
        }
        .member-grid .member-card .flex-memberList .no {
            display: flex;
            align-items: center;
        }

    .member-grid .member-card .flex-memberList .no:before {
        content: counter(item, decimal-leading-zero) " ";
        counter-increment: item;
        flex-shrink: 0;
    }
    .member-grid .member-card .flex-memberList .no:after{
        content:"";
        width:100%;
        height:1px;
        margin-left:10px;
        background:#ccc;
    }
        .member-grid .member-card .flex-memberList .l-info .icon {
            aspect-ratio: 1 / 1;
            background: #eee;
            border-radius: 50%;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18%;
            font-size: 30px;
            color: #717171;
            max-width: 90px;
        }


/*modal*/
.modal-style .modal-body {
    padding: 0;
}


.modal-style .modal-content {
    padding: 44px;
    background: #fff;
    border-radius: 0.75rem;
    text-decoration: none;
    color: #222;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    border-radius: 10px !important;
    width: auto;
    display: table;
    justify-content: center;
    margin: auto;
    min-width: 50%;
}

.modal-style .modal-header {
    border: none;
    padding: 0;
    min-height: 0;
}

.modal-style.in {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.modal-style .sec-pro {
    margin-right: 30px;
    margin-bottom: 0;
}

.modal-style .close {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    background: var(--third-color);
    opacity: 1;
    top: -10px;
    right: -10px;
    margin: 0;
    transition: all .5s ease;
    border-radius: 50%;
    border: none;
    color:#fff;
}

    .modal-style .close:hover {
        transform: rotate( 90deg );
        background:var(--main-color);
    }

    .modal-style .close:before {
        content: "";
        transform: translate(-50%, -50%) rotate( 45deg );
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 16px;
    }
    .modal .modal-dialog {
    }

    .modal-style .close:after {
        content: "";
        transform: translate(-50%, -50%) rotate( -45deg );
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        bottom: 0;
        width: 16px;
    }

    .modal-style .close span {
        display: none;
    }

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        min-width: 80%;
    }
}
/*modal*/
.btn-box .flex-btn{
  gap:0 20px;
  justify-content:center;
}
.btn.btn-primary {
    background: var(--second-color);
    border-color: var(--second-color);
}
.btn.btn-primary:hover, .btn-secondary:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.form-group {
    margin-bottom: 1rem;
}
.success-card-top, .member-card > div[class*="card-top"] {
    background: #d7d7d7;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: -24px -24px 30px -24px;
}
.success-icon {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
color: var(--forth-color);
}
.success-text h2 {
    font-size: 22px;
color: var(--forth-color);
    margin-bottom: 8px;
    font-weight:bold;
}
.btn-form.btn-style {
    padding: 0.375rem 0.75rem;
}
.txt-link {
    color: var(--main-color);
}
.txt-link:hover {
    text-decoration:underline;
}
.txt-blue{
    color:var(--forth-color);
}
.btn-membershipBox a {
    display: flex;
    flex-direction:row;
    align-items:center; 

}
    .btn-membershipBox a .g-tt{
        display:flex;

    }
    .btn-membershipBox a:hover .icon-fill {
        -webkit-animation: move-right-alternate 0.6s ease forwards;
        animation: move-right-alternate 0.6s ease forwards;
    }


    .btn-membershipBox a .g-tt .icon {
        aspect-ratio: 1 / 1;
        background: #eee;
        border-radius: 50%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }
        .btn-membershipBox a .tt{
            border-left:1px solid #ccc;
            padding-left:30px;
            margin-left:30px;
            display:flex;
            align-items:center;
        }
        body.member.login.index_group .card-style {
            padding: 24px;
        }
.review-list .review-statusA {
    color: var(--thrid-color);
}
.review-list .review-statusB {
    color: var(--forth-color);
}
.review-list .review-statusC {
    color: var(--main-color);
}
.form-box label {
    font-size: 14px;
}
.form-box .d-input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: var(--bs-border-radius);
    background: #eee;
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: #7e7e7e;
}
.file-preview .fileinput-remove {
    border: none;
    background: none;
}
    .file-preview .fileinput-remove span {
        font-size: 22px;
        line-height: 1;
    }
.kv-file-content .file-thumbnail-footer .btn-kv-explorer {
    display: none !important;
}
.flex-imgUpload {
    gap: 24px;
    justify-content: space-between;
}

.krajee-default.file-preview-frame .file-thumbnail-footer{
    height:auto!important;
}

.krajee-default.file-preview-frame .file-upload-indicator{
    display:none!important;
}
.file-drop-zone .file-preview-thumbnails {
    display: flex;
    overflow-x: auto;
}


.krajee-default .file-footer-caption {
    margin-bottom: 0 !important;
}
.h1{
    font-size: 2rem;
}
.article-list .item .info .title {
    font-weight: bold;
}
.member-card .btn.more {
    padding: 0;
    margin-left: 0.5rem;
}
.member-card .btn.more:after {
    font-size: 16px;
    align-self: center;
}
input+.btn-style, .d-input + .btn-style{
    background:var(--second-color);
}
.article-list .item a {
    padding: 10px;
}
.navbar .lang {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.navbar .lang a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.navbar .lang a span{
    font-size: 16px;
}

.date{
    color:#a3a3a3;
}
.form-box .btn-box a+ .flex-btn a {
    background: var(--third-color);
}
.lang_EN .sec-home h2.h2 .txt-en{
    display: none;
}
body.lang_EN:not(.home)  h2 .txt-tw, body.lang_EN:not(.home)  h3.h5 .txt-tw{
    display: none;
}
 body.lang_EN:not(.home)  h3.h5 .txt-en{
    display: block;
 }
 body.member.register.group.p02 .member-grid{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
 }

   .son-about.about01 .sec1{
    position: relative;
   }
 .son-about.about01 .sec1 .bg{
    position: absolute;
    width:60%;
    top:5vw;
    bottom:15%;
    z-index: -1;
    opacity: .7;
    overflow: hidden;
 } 
  .son-about.about01 .sec1 .bg img{
    object-fit: cover;
    height: 100%!important;
    width:100%;
    
  }.son-about.about01 .flex-sec1 .r-info{
    width:50%;
    margin:5vw 0 0 auto;
    
 }
 .son-about.about01 div[class^="sec"]{
    padding-top:5vw;
    padding-bottom: 5vw;
 }
 body.about:has(.about01) .main>.container{
    max-width:100%;
    padding:0;
 }
 .g-sec01{
    position:relative;
    overflow:hidden;
 }
  .g-sec01:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 50%, rgba(237, 237, 237, 0) 100%);
    z-index: -1;
  }
 .g-sec01:after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:50%;
    background: url(../images/all/bg_newsH.jpg) no-repeat #ededed center bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    z-index: -2;
 }
  .about01 .sec3 .g-h2{
    position: relative;
    text-align: center;
  }
 .about01 .sec3 .g-h2 .bg{
    position: absolute;
    top:50%;
    left:50%;
    width:36%;
    transform: translate(-50%, -50%);
 }
 .about01 .sec3 .g-h2 h2:before{
    display: none;
 }
 h3.h3{
    font-size: 18px;
    
 }
 .about01 .sec3 .flex-sec3 {
   position: relative;
   padding:3vw;
   width:90%;
   margin:auto;
 }
 .about01 .sec3 .flex-sec3 .info{
    background: var(--second-color);
    color: #fff;
    padding: 30px;
    width: 60%;
    position: absolute;
    bottom:0;
    left:0;
 }
  .about01 .sec3 .flex-sec3 h2.st{
    text-align: left;
    color:#fff;
  }

   .about01 .sec3 .flex-sec3 .pic{
     min-height: 450px;
     overflow: hidden;
   }
   .about01 .sec3 .flex-sec3 .pic:before{
    content:"";
    position: absolute;
    right:0;
    top:0;
    background:var(--main-color);
    z-index: -1;
     width: 12vw;
    height: 30vw;
   }
.about01 .sec4 {
    background: url(../images/about/bg_about.jpg) no-repeat #000 right bottom;
    background-size: 100% auto;
    background-attachment: fixed;
    position: relative;
}
.about01 .sec4:before{
    content:"";
    position: absolute;
    inset: 0;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(237, 237, 237, 0) 100%);
    z-index: 0;
    opacity: .5;
}
.about01 .sec4 .mission-list {
    position: relative;
    z-index: 2;
    width:75%;
}
    .about01 .sec4 .mission-list .list-item .item-box{
        display: flex;
        background: url(../images/all/bg_metal.jpg) no-repeat;
        background-size: cover;
        height: 100%;
        padding:20px;
        align-items: anchor-center;

    }
    .about01 .sec4 .mission-list .list-item .item-box .info{
    }
    .about01 .sec4 .mission-list .list-item .icon{
        width:100px;
        flex-shrink: 0;
        margin-right: 2rem;
    }    
    .about01 .sec4 .mission-list .list-item .no{
        font-size: 18px;
        font-weight: bold;
    }    
    .about01 .sec4 .mission-list .list-item .icon img{
        width:100%;
    }
    .icon-fill.material-symbols-outlined {
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24

    }
    .about01 .sec5 .flex-sec5{
        justify-content: space-between;
    }
      .about01 .sec5 .flex-sec5 .r-info{
        width:30%;
      }
      .about01 .sec5 .flex-sec5 .l-info{
        width:60%;
      }
      .about01 .sec5 .flex-sec5 .l-info .txt ul{
        font-weight: bold;
      }
      .about01 .sec5 .flex-sec5 .name b{
        font-size: 22px;
        font-weight: bold;
        margin-right: 0.5rem;
      }
      .about01 .sec5 ul li a{
        display: flex;
        align-items: center;
        
      }
      .about01 .sec6{
            background: url(../images/about/bg_about2.jpg) no-repeat center center;
            background-size: cover;
            position: relative;

      }
      .about01 .sec6 .row-member{
        position: relative;
        z-index: 2;
      }
      .about01 .sec6 .stat-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-bottom: 28px;
    }
    .about01 .sec6 .stat {
    background: #ffffff3b;
    backdrop-filter: blur(7px);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}
.about01 .sec6 .stat .label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
        background: #ffffff47;
    border-radius: 5px;
}
.about01 .sec6 .stat .val { 
    font-size: 28px;
    font-weight: 500;
    color: #fffacc;
        line-height: 1;
}
.about01 .sec6 .stat .pct {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}
.about01 .sec6 .info-box{
    padding:3vw;
}
.about01 .sec6 h2.st{
    color:#fff;
}
.about01 .sec6:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    z-index: 0;
    opacity: .7;
}
.about01 .sec6 .table-box{
    padding: 30px;
    background: #ffffff3b;
    backdrop-filter: blur(7px);
    border-radius: 10px;
}
.about01 .sec6 .table-box table th, .about01 .sec6 .table-box table td{
    background:none;
    border-bottom: 1px solid #ffffff38;
    
}.about01 .sec6 .table-box table td{
 color:#fffacc;

}
.about01 .sec6 .table-box table th{
 color:#fff;

}

.about01 .sec6 .table-box table tbody tr:last-child th, .about01 .sec6 .table-box table tbody tr:last-child td{
    border:none;
   
}.about01 .sec6 .table-box table thead th{
    border-bottom: 2px solid #ffffff38;
    font-weight: bold;
}
.rc-bars {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 2rem;
    color:#fff;
}
.rc-bar-row {
    display: grid;
    grid-template-columns: 80px 1fr 60px;
    align-items: center;
    gap: 10px;
}
.rc-bar-name {
    font-size: 14px;
    color: var(--text-secondary);
    text-align: right;
}
.rc-bar-track {
    height: 28px;
    background: var(--surface-1);
    border-radius: 4px;
    overflow: hidden;
}
.rc-bar-fill {
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: width .8s cubic-bezier(.25, .46, .45, .94);
}
.icon-quote.icon-fill{
    font-size: 35px;
    color: #ccc;
}
body.about:has(.son-about.about01)  .main{
    padding-bottom: 0;
}
.about01.en .sec5 .flex-sec5 .name b{
    display: block;
    margin-right: 0;
}
.about01.en .sec6 .table-box{
    overflow-x:auto;
}
.about01.en .sec6 .table-box table thead th{
    min-width: 100px;
    white-space: nowrap;
}


.icon-fill.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.modal-style h4{
    font-weight: bold;
    font-size: 2rem;
}
.modal-style .icon-tt{
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
}
.home-about.sec-home .inner-box{
    padding-left: 6vw;
    padding-right: 6vw;
}
.home-about .flex-about .l-info .txt b{
    font-size: 1.2rem;
}