﻿@charset "utf-8";

:root {
    /*--second-rgbcolor: 218, 37, 28;
    --third-color: #FF9F1C !important;*/
    /*--forth-color: #257830; 
    --fifth-color: #283F3B; 
    --sixth-color: #4e7770;*/
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25); */
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
}

body {
    font-family: "Poppins", Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    color: #000;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

    p + p {
        margin-top: 1.5rem;
    }

a {
    color: #000;
}

    a:hover {
        color: var(--main-color);
    }

.banner .slick .item picture {
    position: relative;
}

/*.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.6334908963585435) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
    height: 30%;
    pointer-events: none;
}*/



.list-style:not(.row) {
    margin: 0 -15px;
}

    .list-style:not(.row) .list-item {
        margin: 0 15px;
    }

.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;
    text-align: center;
    position: relative;
}

.header .navbar {
    background: none;
}


.navbar-toggler {
    display: inline-block;
    vertical-align: middle;
}

.header .bsnav-mobile .navbar {
}

.header .navbar-nav .nav-link {
    color: #000;
    padding: 15px 10px;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    border-bottom: solid 1px #4a4a4a;
}

.search-btn-area.full-st .btn-search .icon.close svg {
    fill: #fff;
    width: 40px;
    height: 40px;
}

.nav-search-box.full-st .search-area .form-wrap {
    display: flex;
}

.search-btn-area.full-st .btn-search .icon {
    position: relative;
    left: auto;
    top: auto;
}

    .search-btn-area.full-st .btn-search .icon svg {
        width: 19px;
    }

.editor .contentbuilder-box .center > * {
    text-align: center;
}

.editor .contentbuilder-box .center img {
    margin-left: auto;
    margin-right: auto;
}

.banner .slick-dots {
    bottom: 15px;
    text-align: right;
    padding: 0 15px;
}

    .banner .slick-dots li, .slick .slick-dots button {
        width: 30px;
        height: 3px;
        border-radius: 0;
        padding: 0;
    }

        .banner .slick-dots li.slick-active button:before {
            display: none;
        }

.banner .slick .slick-dots button {
    background: #fff;
}


/*.banner .banner-pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

body.home .banner .banner-pic {
    height: 85vh;
}

.banner .banner-pic {
    height: 400px;
}

.banner picture {
}

body:not(.home) .banner-info {
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48783263305322133) 50%, rgba(0,0,0,0) 100%);
    padding: 15px;
}

body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    text-align: center;
    z-index: 2;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
}

    body.home .banner .bann_tit img {
        margin: 0;
    }

    body.home .banner .bann_tit .picB {
        margin-bottom: 105px;
        margin-left: 30px;
    }*/
.header .navbar{
    border:none;
    background:#fff;
}
.header .navbar-nav.nav-1 > li > .nav-link {
    font-size: 18px;
    padding: 5px 15px;
    color: #fff;
}
    .header .navbar-nav.nav-1 > li > .nav-link:hover {
        color: var(--second-color);
    }
.header .btn-group.lang .dropdown-item {
    display: block;
    margin-left: 0;
    margin: 0;

}

.header .navbar .nav-share-btn-area li.btn-social a {
    color: #fff !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}

.header .navbar .nav-share-btn-area li.icon_tri img {
    width: 20px;
}

.header .navbar .nav-share-btn-area {
    font-size: 1rem;
}

    .header .navbar .nav-share-btn-area li + li {
        margin-left: 0;
    }

    .header .navbar .nav-share-btn-area li.icon_f a {
        background: #1974ec;
    }

    .header .navbar .nav-share-btn-area li.icon_i a:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-radius: 50%;
        opacity: 1;
    }

    .header .navbar .nav-share-btn-area li.icon_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(--main-color);
    bottom: 0;
    left: 15px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
    right: 15px;
}

.header .navbar-nav.nav-1 > li > .nav-link:hover {
}

    .header .navbar-nav.nav-1 > li > .nav-link:hover:before {
        transform-origin: left;
        transform: scaleX(1);
    }

.header .navbar-nav .nav-link span {
    display: inline-block;
}
.header .navbar-nav .nav-link .caret{
    display:none;
}
.navbar .navbar-brand img {
    width: 199px;
    height: auto;
    transition: all .5s;
    display: block;
}

.navbar .nav-brand-wrapper .btn-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    /* background: var(--second-color); */
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 3px 10px;
    color: var(--main-color);
}

    .navbar .nav-brand-wrapper .btn-home:hover {
        background: var(--main-color);
        color: #fff;
    }

.header .navbar .navbar-brand {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
    margin: 20px auto;
}
.header .navbar .small-btn-box{
    margin-left:20px;
}

.header .navbar .small-btn-box .lang > a {
    padding: 5px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    align-self: center;
    background: none;
    margin: 0;
    color: #fff;
    border: none;
    border-radius: 0;
    background: rgb(13,111,184);
    background: -moz-linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    background: linear-gradient(180deg, rgba(13,111,184,1) 0%, rgba(53,181,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d6fb8",endColorstr="#35b5e2",GradientType=1);
}
    .header .navbar .small-btn-box .lang > a:after {
        display: none;
    }
    .header .navbar .small-btn-box .lang > a:hover {
        background: var(--main-color);
        color: #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;
}

.header .small-btn-box .lang > button {
    display: block;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-indent: -99999px;
    margin: 0 auto;
    background: var(--second-color);
    border-color: var(--second-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-radius: 0;
    border: none;
    background: #ccc;
    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;
}
    .header .btn-group.lang .dropdown-menu a{
        padding:8px;
        text-align:center;
        color:#000;
    }
    /*首頁*/
.home-about {
    background: url(../images/all/bg_aboutH.jpg) no-repeat top center;
    background-size:cover;
    font-size:22px;
}
.home-about .sec1 .pic-dot{
    position:absolute;
    bottom:0;
    right:0;
    width:40%;
}
    .home-about  .pic-dot img{
        width:100%;
    }
    .home-about .sec1 .l-info {
        padding-right: 50px;
    }
    .home-about .pic {
        border-radius: 10px;
        overflow: hidden;
    }
    .home-about .sec1 .g-pic{
        position:relative;
        padding:0 3vw 3vw 0;
    }
    .home-about .sec2 .g-pic {
        position: relative;
    }
    .home-about .sec2 .pic-dot {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 25%;
    }
    .home-about .l-info {
        width: 60%;
        padding-right: 5%;
    }
    .home-about .r-info {
        width: 35%;
    }
    .home-about .sec2 .l-info .pic {
        width: 75%;
        position:relative;
        z-index:5;
    }
    .home-about .sec2 .l-info .pic02 {
        margin:-5% 0 0 auto;
    }
    .home-about .sec2 .r-info ul li {
        margin-bottom: 15px;
        display: flex;
        align-items: baseline;
    }
        .home-about .sec2 .r-info ul li b{
            margin-right:10px;
        }
        .home-about .sec2 .r-info ul li:before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #007dc6;
            display: inline-block;
            box-shadow: 0 0 0 5px #c1dae8;
            margin-right: 15px;
            flex-shrink: 0;
        }
    .home-about div[class*="sec"] + div[class*="sec"]{
        margin-top:50px;
    }
    .home-about .service-list .tt{
        font-size:30px;
        font-weight:bold;
        text-align:center
    }
        .home-about .service-list .tt .icon {
            width: 70px;
            margin: -35px auto 15px;
        }
            .home-about .service-list .tt .icon img{
                width:100%;
            }
            .home-about .sec3 .preface {
                padding: 120px 0 60px;
            }
    .home-about .sec3{
        position:relative;
            z-index:5;
    }
        .home-about .sec3:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 400px;
            z-index: -1;
            background: #f5f5f5;
        }
    .btn.more {
        background: #a3a3a3;
        color: #fff;
        font-weight: bold;
        border-radius: 0.25rem;
        padding: 10px 30px;
        min-width: 140px;
        overflow: hidden;
        display: table;
    }
.btn.cover:before{
    background:var(--second-color);
}

.btn.more:hover {
    background: var(--main-color);
    color: #fff;
}


.btn-more {
    padding: 8px 30px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 5;
}

    .btn-more .arrow i {
        line-height: 1;
        position: relative;
    }

        .btn-more .arrow i:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border: 1px solid #ccc;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            z-index: -1;
            transition: all .5s;
        }

    .btn-more .txt {
        font-size: 20px;
        font-weight: bold;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

        .btn-more .txt:after {
            content: "";
            width: 3em;
            height: 1px;
            /* background: #000; */
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
        }

        .btn-more .txt:before {
            content: "";
            width: 3em;
            height: 1px;
            background: #000;
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 5px;
            transform-origin: left;
            transform: scaleX(1);
            transition: transform .5s ease-in-out;
        }

    .btn-more:hover .txt:before {
        transform-origin: right;
        transform: scaleX(0);
    }



    .btn-more:hover {
        color: var(--main-color);
    }

        .btn-more:hover .arrow i:after {
            width: 40px;
            height: 40px;
            background: var(--main-color);
            border: none;
        }

        .btn-more:hover .arrow i {
            color: #fff;
        }

        .btn-more:hover .txt:after {
        }



.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(--second-color);
}

.floating_circle .menu-item {
    background: var(--third-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: 125px;
    right: 0;
    left: 0;
}
.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;
		padding:10px;
    }
	.nav-item.dropdown>.navbar-nav .nav-item .nav-link{
		padding:10px 5px !important;
	}
    .nav-item.dropdown > .navbar-nav li:nth-child(1) {
        overflow: hidden;
        border-radius: 5px 5px 0 0;
    }
    .nav-item.dropdown > .navbar-nav li+li{
        border-top:1px solid #ccc;
    }
    .nav-item.dropdown > .navbar-nav li:last-child {
        overflow: hidden;
        border-radius: 0 0 5px 5px;
    }
        .nav-item.dropdown > .navbar-nav a:hover, .nav-item.dropdown > .navbar-nav .navbar-nav a:hover {
            background: var(--second-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(--third-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;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.main .page-box {
    margin-top: 30px !important;
    margin-bottom:0!important;
}

.page-box .pagination {
    align-items: center;
}

.page-link {
    background: #e1e1e1;
    border-radius: 5px;
}

.page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
    color:#fff;
}

body:not(.show) .page-link, body:not(.show) .page-item:first-child .page-link, body:not(.show) .page-item:last-child .page-link {
    background: #e1e1e1;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}




body:not(.show) .page-item.prev .page-link, body:not(.show) .page-item.next .page-link {
    width: auto;
    flex-direction: column;
    border-radius: 0;
    background: none;
    color: #000;
}

    body:not(.show) .page-item.prev .page-link .icon-arrow {
        transform: scaleX(-1);
    }

body.news .article-horizontal-grid .item .info {
    padding-top: 25px;
}

.page-item .page-link:hover {
    background: #000;
    color: #fff;
}

.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 {
    margin: 0;
    color: #fff;
    background: var(--third-color);
}

/*.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(--second-color);
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
        background-color: var(--main-color);
        border: none;
    }

.function-bar .display-mode .btn-mode {
    color: var(--second-color);
}

    .function-bar .display-mode .btn-mode:hover {
        color: var(--main-color);
    }

.side .h3 {
    border: none;
    padding: 0;
    background: var(--main-color);
    color: #fff;
    margin: -15px -15px 0;
    padding: 10px;
    font-size: 1.125rem;
}

    .side .h3 .txt-tw {
        border: none;
        padding: 0;
        background: none;
    }

.main .side .wid-search .h3 {
    display: none;
}

.main .side .wid-search .form-area {
    flex-grow: 1;
}




.btn.btn-primary:hover, .btn-secondary:hover {
    background: var(--third-color);
    border-color: var(--third-color);
}

body:not(.home) .h2 {
    border: none;
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #000;
}

    body:not(.home) .h2:after, h3.h5:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background: var(--main-color);
        margin: 10px auto;
    }

h3.h5 .txt-en {
    display: none;
}

body:not(.home) .h2 .txt-en {
    display: none;
}

/*body:not(.home) .main-content {
    padding-top: 50px;
}



    body:not(.home) .h2:before {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        margin-top: -8px;
        vertical-align: middle;
    }



    body:not(.home) .h2:after {
        content: "";
        width: 8px;
        height: 8px;
        margin: 0 auto 10px;
        display: block;
        background: url(../images/all/bg_title.jpg) no-repeat;
        display: inline-block;
        margin: 0 15px;
        vertical-align: middle;
        margin-top: -8px;
    }

    body:not(.home) .h2 .txt-en {
        font-size: 13px;
        color: var(--forth-color);
        display: none;
    }

.main .side .wid-cont {
    border-left: 1px solid #000;
    flex-grow: 1;
    margin-left: 10px;
    padding-left: 10px;
}

body:not(.home) .h5 .txt-en {
    display: none;
}*/
.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn,
.side .navbar-nav .dropdown-menu li.nav-title a {
    background: none;
    border: none;
    padding: 5px 10px;
}

.side .filter-content > ul {
    padding: 5px 10px;
}

.side .navbar, .side .filter-sidebar, .sideAutoUcCollapse {
    background: none;
}

.side .filter-content ul li:before {
    content: "-";
}

/*.grid .grid-item .item .info {
    padding: 0;
}

    .grid .grid-item .item .info .title {
        font-size: 1rem;
        text-align: left;
        background: #000;
        width: 80%;
        color: #fff;
        padding: 5px 10px;
        margin-top: -20px;
        position: relative;
    }

.grid.hov-bg .grid-item a .pic {
    background: none;
    overflow: hidden;
    border: 1px solid #000;
    padding: 5px;
}

    .grid.hov-bg .grid-item a .pic .ratio {
        overflow: hidden;
    }*/

.form-hasbg .form-control {
    background: none;
    border-bottom: 1px solid #ccc;
}

.breadcrumb li .txt-en {
    display: none;
}

body.contact .list-creative .list-terms:before {
    background: var(--second-color);
}

body.contact .list-creative li:nth-child(1) .list-terms {
    padding-left: 0;
}

    body.contact .list-creative li:nth-child(1) .list-terms:before {
        display: none;
    }
/*body.contact .section.pt-5 .justify-content-xl-between {
    flex-direction: column;
    width:70%;
    margin:auto;
}
body.contact .section.pt-5 .justify-content-xl-between >div {
     width:100%;
}
    body.contact .section.pt-5 .justify-content-xl-between > div + div{
        margin-top:3rem!important;
    }
    body.contact .section.pt-5 .justify-content-xl-between > div + div .h5 {
        display: none;
    }
    body.contact .row-2-columns-bordered > [class*=col]:nth-child(1)::after {
        display: none;
    }
body.contact .list-creative{
    display:flex;
    flex-wrap:wrap;
}
body.contact .list-creative > li + li {
    border: none;
    border-bottom: 1px solid #ccc;
}
    body.contact .list-creative > li:nth-child(1), body.contact .list-creative > li:nth-child(2){
        width:100%;
    }
    body.contact .list-creative > li:not(:first-child):not(:nth-child(2)) {
        width: 50%;
    }
    body.contact .list-creative .list-terms {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }*/
.frame-small-box {
    width: 50%;
    padding: 0;
}

body.member.login .btn-area .flex-item .btn-primary {
    padding: 0.375rem 2.5rem;
}

.wid-float-section ul {
    background: none;
    display: block;
}

    .wid-float-section ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #000;
        background: #fff;
        color: #000;
    }

        .wid-float-section ul li a:hover {
            background: #000;
            color: #fff;
        }

.wid-float-section, .wid-float-section, body.scroll-down .wid-float-section.mobile-animate {
    right: 5px;
    bottom: 5%;
    left: auto;
}

    .wid-float-section ul li.gotop {
        position: relative;
        right: auto;
        bottom: auto;
        opacity: 1;
    }

    .wid-float-section ul li {
        padding: 5px 0;
    }

        .wid-float-section ul li + li {
            border: none;
        }

    .wid-float-section ul:before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        background: #000;
    }

.footer {
    color: #fff;
    padding: 30px 0;
    background: var(--third-color);
}



    .footer .tt {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .footer .footer-logo {
        margin-right: 40px;
    }

        .footer .footer-logo a {
            display: block;
            height: 100%;
        }

            .footer .footer-logo a img {
                object-fit: contain;
                height: 100% !important;
                width: 100%;
            }



    .footer .footer-info ul {
        margin-bottom: 0;
    }

    .footer a, .footer .social-box a {
        color: #fff;
    }

    .footer .g-btn {
        justify-content: flex-end;
    }

    .footer .social-box a {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #818181;
    }
    .footer .social-box .icon_f a {
        background: #1974ec;
    }

        



        .footer .social-box li.icon_tri img {
            height: 19px !important;
            vertical-align: middle;
        }

    .footer .social-box ul li {
        margin: 0 10px;
    }

    .footer .social-box li.icon_f a:hover {
        background: #1974ec;
        border-radius: 50%;
        opacity: 1;
    }

    .footer .social-box li.icon_i a:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-radius: 50%;
        opacity: 1;
    }

    .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, .footer .copyrights-info a {
        color: #fff;
        font-size: 16px;
        border: none;
        text-align: right;
        padding: 0;
    }


.is_scroll .header .navbar {
    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;
}


.header .nav-top{
    transition:all .5s;
    background:#fff;
}


.is_scroll .navbar .nav-brand-wrapper .btn-home {
    display: none;
}












.home-pagelist-area .editor img {
    margin: 0;
}

.bsnav-mobile.in {
    z-index: 9999;
}
/*news*/


body:not(.home) .banner .bannerT .txt-en {
    font-size: min(max(3vw, 45px), 74px);
    font-weight: bold;
    text-transform: uppercase;
}

body:not(.home) .banner .bannerT .txt-tw {
    font-size: min(max(3vw,25px), 35px);
}

    body:not(.home) .banner .bannerT .txt-tw:before {
        content: "";
        width: 2em;
        height: 1px;
        background: #fff;
        display: block;
        margin: 20px auto;
    }

body.news .news-list .item article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.article-horizontal-grid.news-list .item .info .kind a {
    border: solid 1px #000;
    font-size: 16px;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    margin-right: 30px;
}

.main .side.col-12 .nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main .side .h3 {
    display: none;
}

.main .side.col-12 .nav {
    font-size: 25px;
}

.main .side .nav a {
    position: relative;
}

.main .side.col-12 .nav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--main-color);
    transition: all .5s;
    width: 2em;
    transform: translateY(5px);
    opacity: 0;
    margin: auto;
}

.main .side.col-12 .nav a:hover:before {
    transform: translateY(0);
    opacity: 1;
}

.main .side .nav a:hover {
    background: none;
    color: var(--main-color) !important;
}

.main .side.col-12 .nav > li > ul {
    padding: 0;
    display: flex;
}

.main .side.col-12 .nav > li {
    display: flex;
}

.main .side.col-12 .nav ul li {
    border-left: 1px solid #ccc;
}

.main .side.col-12 .nav > li a {
    margin: 0;
    padding: 3px 20px !important;
}

.main .side.col-12 .nav > li + li {
    border: none;
}

.main .side .nav > li > a {
    padding: 8px 15px;
    font-weight: bold;
}

.main .side .nav > li > ul {
    padding: 0;
    color: #898989;
}

    .main .side .nav > li > ul > li > a::before {
        vertical-align: middle;
        content: "";
        background: transparent;
        width: 6px;
        height: 6px;
        background: var(--main-color);
        border-radius: 50%;
        display: inline-block;
        margin-right: 10px;
        transition: 0.3s;
    }
    .main .side .nav > li > ul > li > a, .main .side .nav > li > ul > li > a:hover {
        padding: 6px 15px;
    }

    .main .side .nav > li > ul > li > ul {
        padding: 0;
        border-left: 1px solid #ccc;
        margin-left: 20px;
        margin: 5px 0 5px 17px;
    }

.article-grid.ar-img .item .info {
    border: none;
}

.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: 16px;
        padding: 3px 10px;
    }

.article-grid .item .info .title, .article-grid .item .info .title a {
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
}

.article-grid.ar-img .item .info .desc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.masonry-img:hover {
    filter: brightness(100%);
}
/*contact*/
.row-contact .txt-welcome .txt-en {
    font-size: min(max(3.5vw, 35px), 55px);
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 30px;
}

body.contact .siteinfo li label {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #818181;
    font-weight: bold;
}

.form-floating.floating-checkbox .check-box {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding-top: 1.625rem;
    padding-top: 1.625rem;
    border: 1px solid #ced4da;
    /* border-radius: 5px; */
    border-radius: 0.25rem;
}

.form-floating.floating-checkbox > label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}


.btn-style {
    background: #a3a3a3;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 0.25rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .btn-style span {
        position: relative;
        z-index: 5;
    }

    .btn-style:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 0;
        background: var(--main-color);
        transition: all 0.3s ease;
    }

    .btn-style.btn-light {
        background: var(--main-color);
        color: #fff;
    }

        .btn-style.btn-light:after {
            background: var(--second-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(--second-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(--third-color);
        }

        body.product .car-model .model-list a:hover {
            background: #e4e4e4;
            color: #000;
        }


body.product .tab-area {
    border: none;
}

    body.product .tab-area .tab-title a {
        font-size: 1.8rem;
        font-weight: bold;
        color: #888;
        padding: 15px;
        position: relative;
        border: none;
    }

        body.product .tab-area .tab-title a.active {
            background: none;
            color: var(--main-color);
        }

        body.product .tab-area .tab-title a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0;
            background: var(--main-color);
            transition: all .5s;
        }

        body.product .tab-area .tab-title a.active:before {
            height: 3px;
        }

.tab-area.tab-accordion .tab-accordion-header {
    padding: 0;
}

    .tab-area.tab-accordion .tab-accordion-header a {
        padding: 10px;
    }

        .tab-area.tab-accordion .tab-accordion-header a:not(.collapsed) {
            background: var(--main-color);
            color: #fff;
        }

h5.st:after {
    content: "";
    width: 2em;
    height: 4px;
    background: var(--main-color);
    margin: 10px auto;
    display: block;
}

.slick-style:has(.list-item) {
    margin: 0 -15px;
}

.slick-style .list-item {
    margin: 0 15px;
}

.slick-style .slick-dots {
    position: relative;
    bottom: auto;
    margin: 20px auto;
}

.slick-style .slick-arrow, .slick-btn .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    width: 50px;
    height: 50px;
    background: none;
    transition: all .5s;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

    .slick-style .slick-arrow:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: #ccc;
        z-index: -1;
        transition: all .5s;
    }

    .slick-style .slick-arrow:hover:after {
        transform: scale(0);
    }

    .slick-style .slick-arrow:hover, .slick-btn .slick-arrow:hover {
        background: var(--third-color) !important;
    }

.slick-btn .slick-arrow {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0, 0);
}

/*.slick-style .slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scale(0);
    transition: all .5s ease;
    z-index: -1;
}

.slick-style .slick-arrow:hover:after {
    transform: scale(1);
}*/

.slick-style .slick-arrow.slick-disabled {
    display: none !important;
}

/*.slick-style:has(button) {
    padding: 0 25px;
}*/

.slick-style .slick-prev {
    left: 0;
}

.slick-style .slick-next {
    right: 0;
}





.slick-style .slick-prev:before, .slick-btn .slick-prev:before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right ";
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    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;
    color: #fff !important;
    opacity: 1;
    transform: scaleX(-1);
    /*position: absolute;
    top: 50%;
    background-size: contain;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);*/
}

.slick .slick-arrow {
    text-indent: 0;
}



.slick-style .slick-next:before, .slick-btn .slick-next:before {
    font-family: 'Material Symbols Outlined';
    content: "chevron_right ";
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    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;
    color: #fff !important;
    opacity: 1;
}

.slick-style .slick-prev:hover:before, .slick-btn .slick-prev:hover:before,
.slick-style .slick-next:hover:before, .slick-btn .slick-next:hover:before {
    background: url(../images/all/icon_arrow2.svg) no-repeat;
    background-size: contain;
}


.banner .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    width: auto;
    height: auto;
    background: #dadada;
    border-radius: 50%;
    opacity: 1;
    transition: all .5s ease;
    display: none;
}


.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots {
}

    .banner .slick-dots li button {
        width: 29px;
        height: 3px;
        background: transparent;
        border-radius: 0;
        transition:all .5s;
    }

    .banner .slick-dots li.slick-active button {
        width: 40px;
        background:var(--main-color);
    }

        .banner .slick-dots li.slick-active button:before {
            background: var(--main-color);
        }

.bsnav-mobile.in .navbar {
    background: none;
    border-radius: 0;
    margin: 0;
    backdrop-filter: blur(2px);
}

.bsnav-mobile.in .bsnav-mobile-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%; 
    right: 0;
    bottom: 0;
    background: url(../images/all/bg_body2.jpg) no-repeat center bottom;
    background-size: cover;
    mix-blend-mode: hue;
}

body:not(.home) .banner .slick .item .banner-pic:before {
    display: none;
}
/*about*/
.about .main>.container{
    max-width: 100%;
    padding:0;
}
.son-about .g-pic:has(.pic-dot){
    position: relative;
    padding: 0 3vw 3vw 0;
}

.son-about .g-pic .pic-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
.son-about .g-pic .pic-dot img {
    width: 100%;
}
.son-about .pic{
    border-radius: 10px;
    overflow: hidden;

}
.about01 .sec1 .flex-about01 .l-info{
    width: 40%;
}
.about01 .sec1 .flex-about01 .r-info{
    width: 60%;
}
.about01{
    position: relative;
    background: url(../images/all/bg_aboutH.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;

}
.about01.a01-2{
	background:none;
}
.about01 .g-sec{
    position: relative;
    z-index: 2;
}
.about01 .g-sec:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    right:0;
    height: 10%;
    background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;

}

.about01 .sec2 .service-list .list-item{
    width: calc(100% / 3);
    padding:15px;
    
}
.about01 .sec2 .service-list .list-item .item-box{
	background: #62818e;    
	padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    height: 100%;
    color: #fff;   
    text-align: justify;
}
.about01 .sec2 .service-list .list-item .item-box.box02{
	background-image: linear-gradient(to bottom right, #1c78cd, #041f48); 
	border: 1px solid #a8d7fe;  
}
.about01 .sec2 .service-list .list-item .item-box.box02 p{
	font-size:19px;
	line-height:30px;
}
.about01 .sec2 .service-list .list-item .icon svg{
    width: 40px;
    height: 40px;
}
.about01 .sec2 .d-service{
	background: url(../images/about/img_about02.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
	padding: 40px 0;
    margin-top: 80px;
}
.about01 .sec2 .d-service.bg02{
	background: url(../images/about/img_about10.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
	padding: 40px 0;
    margin-top: 80px;
}
.about01 .sec2 .service-list{
    margin-top: -100px;
}
.about01 .sec2 .service-list .g-tt{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
}
.about01 .sec2 .service-list .tt{
    font-size: 18px;
    font-weight: bold;
}
.about01 .sec2 .service-list .icon{
    opacity: .5;
}
.no_box{
	background:#022760;
	border-radius:99em;
	font-size:14px;
	line-height:30px;
	text-align:center;
	width:28px;
	height:28px;
	display:inline-block;
	margin-right:7px;
}
.text-19{
	font-size:19px !important;
}
.son-about .preface{
    font-size: 18px;
    font-weight: bold;
}
.son-about .preface.p02 p{
	color:#fff;
	font-size:19px;
}
.about01 .sec2 .d-service .end-txt{
    color:#fff;
}
.son-about div[class*="sec"]:not(.g-sec){
    padding-top:30px;
    padding-bottom: 30px;
}

.accordion-list-item{
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background: #fff;
}
.accordion-list-item button{
    padding:0;
    background:none;
    font-size: 18px;
    font-weight: bold;
        box-shadow: none!important;

}
.accordion-list-item button:not(.collapsed){
    color:var(--main-color);
    background:none;
    box-shadow: none;
}
.accordion-list .accordion-body{
    padding:15px 0 0;
}

    .accordion-list-item>*{
        border:none!important;
    }
.accordion-list .accordion-list-item + .accordion-list-item{
    margin-top:15px;
}
.about01 .sec3 .flex-about01{
    
}

.about01 .sec3 .flex-about01 .l-info{
    width: 40%;
}
.about01 .sec3 .flex-about01 .r-info{
    width: 60%;
    position: relative;
}

.about01 .sec3 .flex-about01 .l-info .pic{
}
.about01 .sec3 .flex-about01 .l-info .pic img{
    height: 100% !important;;
    object-fit: cover;
    width: 100%;
}
.about01 .sec3 {
    margin-bottom: -50px;
    padding-bottom: 0!important;
}
.about01 .sec3 .end-text{
	background: url(../images/about/img_about04.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
	padding: 3vw 0;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	text-align: center;
	font-size: 18px;
	margin-top:50px;
}
button.accordion-button:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    box-shadow: rgb(193, 218, 232) 0px 0px 0px 5px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgb(0, 125, 198);
}

.accordion-button::after{
    opacity: .3;
}

.main .side:not(:has(*)){
    margin-bottom: 0;
}

h2.st {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-color);
    /* display: flex;
    white-space: nowrap;
    align-items: flex-end;
    margin: 0 0 30px; */
    position: relative;
      margin-bottom: 30px;
}


/* h2.st:after {
	content: "";
	height: 1px;
	background: #000;
	width: 100%;
	display: block;
	margin-left: 10px;
} */
 .son-about{
	background: url(../images/all/bg_aboutH.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
 }
 .son-about:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
     }     
.son-about:after{
    content: "";
    position: absolute;
    transform: scaleY(-1);
    bottom: 0;
    left: 0;
    right: 0;
    height: 10%;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
     }
      .son-about >*{
        position: relative;
        z-index: 1;
      }
.about02 .service-list .list-item{
  overflow: hidden;
}
.about02 .service-list .list-item+.list-item{
  margin-top:40px;
}
.about02 .service-list .list-item .flex-service{
  justify-content: space-between;
}
.about02 .service-list .list-item .l-info{
  width: 40%;
}
.about02 .service-list .list-item .r-info{
  width: 55%;
  display: flex;
  align-items: center;
	  padding: 30px 0;
}
.about02 .service-list .list-item:nth-child(even) .flex-service{
    flex-direction: row-reverse;
}


.about02 .sec1{
    position: relative;
    z-index: 5;
}
.about02 .service-list .tt{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--third-color);
    position: relative;
    display: table;
}
.about02 .service-list .tt:before {
    content: "";
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    height: 1px;
    width: 100%;
    background: var(--third-color);
    right: 100%;
    display: block;
    z-index: -1;
    margin-top: calc(-1px / 2);
    margin-left: 15px;
    margin-right: 15px;
    min-width: 1200px;
}
.about02 .service-list .list-item:nth-child(even) .tt:before {
        right: auto;
        left:100%;

}
.about02 .service-list .list-item ul li:before, .son-about .ul-style li:before{
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    box-shadow: rgb(193, 218, 232) 0px 0px 0px 5px;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgb(0, 125, 198);
}
.about02 .service-list .list-item ul{
    margin:10px 0;
}
.about02 .service-list .list-item ul li, .son-about .ul-style li {
    padding: 3px 5px;
    display: flex;
    align-items: anchor-center; 
}

.about02 .service-list .list-item .g-pic, .about02 .service-list .list-item .pic{
    height: 100%;;
}
.about02 .service-list .list-item .pic img{
    object-fit: cover;
    height: 100%!important;
    width: 100%;
}

.news.show .more-news {
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news.show .more-news .pic {
	width: 30%;
	position: relative;
}

.news.show .more-news .pic .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000a1;
	color: #fff;
	text-align: center;
	padding: 5px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
}

.news.show .more-news .list-item:hover .pic .txt {
	opacity: 0;
}

.news.show .more-news .info {
	width: 70%;
	padding: 15px;
}

.news.show .more-news .info .tt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

.news.show .more-news .list-item + .list-item > a {
	flex-direction: row-reverse;
}

.show .page-item a.page-link {
    color: #000;
    padding: 15px 30px;
}

    .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;
}

.news-list .info .g-div{
    align-self:center;
}

.news-list .desc {
    color: #8b8b8b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.article-horizontal-grid .item .info .desc{
    font-size:16px;
    height:auto;
}





.banner .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24
}



.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 .bsnav-mobile-overlay {
    mix-blend-mode: multiply;
}

.bsnav-mobile.full .navbar {
    transform: scale(1) translateX(-50%);
    right: auto;
    left: 0;
}

.news .news-list .info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 15px 0;
}

.news .news-list .list-item {
    margin-bottom: 30px;
}

.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: #fff;
}

.gallery-list .item-detail .info a:hover {
    color: #fff;
}
/* .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 #ccc;
}

.contact .list-creative > li:last-child {
	padding-bottom: 30px;
}

.footer .icon_l:hover a {
    background: #06c052;
    border: 1px solid #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(--second-color);
	}

	.sec-son.son-about.a1 .preface a .icon {
		margin-left: 5px;
	}

.sec-son.son-about.a1 .pro-list .list-item.p1 .pic {
    height: 400px;
}

.sec-son.son-about.a1 .pro-list .list-item.p1 .pic img {
	object-position: center;
}

.pro-listB .list-item a {
    display: block;
    text-align: center;
    background: #fff;
    padding: 15px 15px 0 15px;
    position: relative;
    height: 100%;
}



.pro-listB .list-item a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
	bottom: 0;
	left: 0;
	transform-origin: left;
	transform: scaleX(1);
	transition: transform .3s ease-in-out;
}

.pro-listB .list-item:hover a {
}

.pro-listB .list-item:hover a:after {
	transform-origin: right;
	transform: scaleX(0);
}

.pro-listB .list-item a .pic {
    padding: 20px 0;
}

.pro-listB .list-item a .icon {
    margin: 0 auto 20px;
}

.pro-listB .list-item a .icon img {
	transition: all .5s;
	transform: scale(1);
}

.pro-listB .list-item:hover a .icon img {
    transform: scale(1.1);
}

.pro-listB .list-item a .tt {
    padding: 5px 15px;
    border-top: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
}

.partner-list .icon {
    font-size: 30px;
    color: #fff;
}

.partner-list .tt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.side-menu {
    margin-bottom: 30px;
}

.side-menu a {
	border-radius: 30px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	font-weight: bold;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.side-menu a:hover {
	background: var(--main-color);
	color: #fff;
}

.g-side .icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

table.table tr th, table.table tr td {
    text-align: center;
    vertical-align: middle;
}

table.table.tb-style thead tr {
    border-radius: 20px;
}



/*table.table.tb-style thead:after {
    content: "";
    display: block;
    height: 15px;
}*/

table.table.tb-style tr th {
    background: var(--third-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 6em;
    color: #fff;
    border: none;
}



table.table.tb-style tr td {
    border-top: none;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dedede;
    padding: 10px;
}

    table.table.tb-style tr td.text-left {
        text-align: left;
    }

table.table.tb-style tbody tr td:nth-child(1) {
    font-weight: bold;
    padding: 20px;
}

table.table.tb-style.tb-brand tr td:nth-child(1) {
    text-align: left;
}

.table-responsive {
    overflow-x: auto;
}

.tb-sticky tbody td:nth-child(1):before, .tb-sticky thead th:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    /* right: 0; */
    bottom: 0;
    /* box-shadow: 5px 0 0 #ccc; */
    width: 30px;
    background: rgb(145, 145, 145);
    background: -moz-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    background: linear-gradient(90deg, rgba(145, 145, 145, 0.4962359943977591) 0%, rgba(145, 145, 145, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919191",endColorstr="#919191",GradientType=1);
    opacity: .5;
    border-left: 2px solid #fff;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
}

table.table.tb-style tr th {
    background: var(--main-color);
    text-align: center;
    padding: 15px 10px;
    min-width: 160px;
    color: #fff;
    border: none;
    word-break: keep-all;
    white-space: nowrap !important;
}

.tb-sticky tbody td:nth-child(1), .tb-sticky thead th:nth-child(1) {
    position: sticky;
    left: 0;
    max-width: 160px;
}

.tb-sticky td .pic {
    width: 100%;
}
/*首頁*/
.home .main > .container {
    max-width: 100%;
    padding: 0;
}

.sec-home {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size:22px;
}
    .sec-home h2.h2 {
        font-size: min(max(3vw, 25px), 34px);
        color: #000;
        font-weight: bold;
        border: none;
        margin-bottom: 30px;
        position: relative;
        z-index: 5;
    }
    .sec-home h2.h2 .txt-tw {
        display: block;
        margin-bottom: 5px;
    }
    .sec-home h2.h2 .txt-en {
        display: block;
        color:var(--main-color);
        font-size: min(max(3vw, 45px), 60px);
    }
    .home-pro {
        position: relative;
    }
.home-pro .pro-list {
    counter-reset: item;
}
.home-pro .list-item .info{
    position:relative;

}
.pro-list .list-item .info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    display: block;
    z-index: -1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
    .home-pro {
    position: relative;
    background: #efefef;
    overflow:hidden;
}
.home-pro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/all/bg_proH.jpg) no-repeat left center;
    background-size: cover;
    z-index:1;
    height:45%;
    transition:all 1s;
}
        .home-pro.aos-animate:before {
            opacity: .3;
            filter: grayscale(100%);
            transition-delay:.5s;
        }
    .home-pro .container {
        position: relative;
        z-index: 2;
    }
    .home-pro .bg {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
        mix-blend-mode: luminosity;
        opacity: .6;
        overflow: hidden;
        z-index: 0;
    }
    .pro-list .info .tt:after {
        content: "";
        height: 1px;
        background: var(--main-color);
        width: 30%;
        display: block;
        margin: 15px auto;
        transform-origin: left;
        transform: scaleX(1);
        transition: transform .5s ease-in-out;
    }
    .pro-list .list-item:hover .tt:after {
        background:#fff;
        transform-origin: right;
        transform: scaleX(0);
    }



.btn.more span:after {
    content: "\f231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
}

.btn.more:hover span:after {
    animation: move-right-alternate 0.6s ease forwards;
    -webkit-filter: contrast(2);
}







@-webkit-keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-right-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(80%);
        opacity: 0;
    }

    51% {
        transform: translateX(-80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes move-left-alternate {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-80%);
        opacity: 0;
    }

    51% {
        transform: translateX(80%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}





.navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
}

.pro-list .item-info {
    background: #fff;
    margin-bottom: 20px;
}
body:not(.home) .pro-list .item-info {
    background: #efefef;
}
.pro-list .list-item:hover .item-info {
    background: var(--main-color);
}

.pro-list .list-item .pic a{
    display:block;
}
.product-pic.slick .slider-nav .slick-arrow {
    width: 30px;
    height: 30px;
}

.product-pic.slick:has(button) .slider {
    padding: 0 15px;
}
/*.product-pic.slick .slick-list.slider-nav {
    margin: 0 -6px;
}*/
.product-pic.slick .slider-nav .slick-arrow:after {
    background: #ccc;
}

.home-pagelist-area .title.h2 {
    display: none;
}

.home-pagelist-area .container-fluid {
    padding: 0;
}

.home-pagelist-area .editor {
    line-height: normal;
}
.footer-seo:has(*:not(.h4)){
    margin-bottom:2rem;
}
.navbar-toggler.active {
    opacity: 0;
}

.main .side .nav > li {
    margin-bottom: 15px;
}
.main .side .nav > li > a {
    border: 1px solid #ccc;
    border-radius: 5px;
}
    .main .side .nav > li > a:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color:#fff!important;
    }
    .gallery-list.hov-cart .item-detail:hover .info a {
        color: #fff;
    }

.news .article-grid.ar-img article{
    height:100%;
}
.news .article-grid.ar-img .item .info {
    flex-grow: 1;
}
.btn.btn-primary {
    background: var(--third-color);
    border-color: var(--third-color);
}
    .btn.btn-primary:hover {
        background: var(--main-color);
        border-color: var(--main-color);
    }
.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-right: 0;
    border-left: solid 5px #fff;
}
h3.h5{
    font-size:2rem;
}
body:not(.home) .main{
    padding-bottom:50px;
}
.article-list .item .time {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    background: var(--main-color);
    padding: 5px;
    border-radius: 5px;
}
.article-list .item .icon {
    width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-list .item:hover .icon{
    background:var(--second-color);
    color:#fff;
}
.news .article-list .item .info{
    text-overflow: unset;
    white-space: normal;
}
.article-list .item a{
    padding: 0;
}

.material-symbols-outlined.icon-solid {
    font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24
}
.header .navbar .navbar-brand {
    width:auto;
    height:auto;
    background:none;
}
.header .navbar .navbar-brand img{
    width:464px;
    height:auto;
}
.header .navbar_btn{
    margin: 0 0 0 auto;
}
.header .collapse.navbar-collapse {
    background: var(--main-color);
    
}
.header .navbar-nav.nav-1 {
    width: 100%;
    justify-content: space-between;
}

.header .navbar .nav-share-btn-area li a {
    display: flex;
    align-items: center;
    height: 45px;
    background: #55515b;
    color: #fff;
    border-radius: 30px;
    padding: 5px 20px;
}
.header .navbar .nav-share-btn-area li+li{
    margin-left:10px;
}
.article-horizontal-grid .list-item .info .date {
    font-size: 16px;
    color: #000;
}
.article-horizontal-grid .list-item .kind a {
    background: var(--main-color);
    color: #fff;
    border-radius: 0.25rem;
    font-size: 16px;
    padding: 3px 10px;
}
.sec-home .news-list .list-item >*{
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
}
.sec-home .news-list .list-item .date{
    font-size:16px;
}
.sec-home .flex-news{
    justify-content:space-between;
}
.sec-home .flex-news .l-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:25%;
}
.sec-home .flex-news .r-info {
    width: 70%;
}
.footer .flex-footer {
    margin: 0 -20px;
}
.footer .flex-footer >*{
    width:25%;
    padding:0 20px;
}
.footer .flex-footer .g-logo {
    width: 40%;
}
.footer .d-map iframe{
    width:100%;
}
.footer .flex-footer .pic-logo img {
    width: 100%;
}
.footer .other-link li a{
    color:#fff;
}
.footer .other-link li + li:before {
    content: "|";
    display: inline-block;
    margin:0 5px;
    color:#fff;
    opacity:.5;
}
.footer .footer-info ul li .icon {
    color: var(--main-color);
}
.footer .footer-end {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    padding-top: 20px;
}
 .d-sitemap{
    border-top:1px solid #ccc;
    padding:20px 0;
}
.d-sitemap li{
    margin:0 20px;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
}
.related-news .article-grid .item .info .kind a {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 0 10px;
}
.related-news .news-list .info {
    padding: 20px;
    border-radius: 5px;
}
.related-news .slick-style .slick-arrow{
    width: 35px;
    height: 35px;
}
.news .related-news .news-list .list-item{
    margin-bottom: 0;
    padding:0;
}
.container .ezshare-box{
    text-align: center;
}
/*p03*/
.txt-blue{
    color:var(--main-color);
}
.preface{
    font-size: 20px;
}
.about03 .sec3{
    position: relative;
    z-index:5;
    margin-bottom: -80px;
}
.about03 .sec3 .flex-info{
    justify-content: space-between;
    position: relative;
}
.about03 .sec3 .flex-info>*{
    width: 47%;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
    padding: 30px;
    position: relative;
    height: 100%;
}
.about03 .sec3:after{
    content: "";
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: url(../images/about/bg_aboutSon.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    height: 350px;
    display: block;
    z-index: -1;
    position: relative;
    margin-top: -50px;

}
.about03 .sec3 .flex-info>*:before {
    content: "";
    position: absolute;
    width: 4em;
    height: 3px;
    left: 30px;
    top: 0;
    display: block;
    background: var(--main-color);
}
/*p4*/

.about04 .sec1 .preface {
    background: var(--third-color);
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    margin: -10% 0 0;
    position: relative;
    z-index: 5;
}
.about04 .sec3 .flex-info .l-info{
    width: 40%;
}
.about04 .sec3 .flex-info .r-info{
    width: 60%;
}
/*p5*/
.about05 .iso-list .l-info{
    width: 40%;
}
.about05 .iso-list .r-info{
    width: 60%;
}
.about05 .iso-list .list-item{
    margin-bottom: 30px;
}
.about05 .iso-list .list-item .flex-info .r-info{
    align-self: center;
}
.about05 .iso-list .list-item:nth-child(even) .flex-info{
    flex-direction: row-reverse;
}.about05 .iso-list .list-item:nth-child(even) .flex-info .l-info{
    margin-right: 0!important;
    margin-left: 3rem!important;
}
.about05 .iso-list .list-item:nth-child(even) .flex-info .l-info .g-pic{
            padding: 0 0 3vw 3vw;
}.about05 .iso-list .list-item:nth-child(even) .flex-info .l-info .g-pic .pic-dot{
    right:auto;
    left:0;
}