@font-face {
    font-family: BOLDNINE;
    src: url('../font/BOLDNINE.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: Metropolis-M;
    src: url('../font/Metropolis-Medium.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: Lorin;
    src: url('../font/Lorin-Regular.otf') format('opentype');
    font-display: swap;
}


::selection {
    background: #541b86be;
    color: #fff;
}

::-moz-selection {
    background: #541b86be;
    color: #fff;
}

body {
    font-family: 'Metropolis-M';
}

html {
    font-family: 'Metropolis-M';
    line-height: 1;
    font-size: 16px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #aaa;
}


a {
    text-decoration: none;
}

.btn-pointer {
    cursor: pointer;
}

th,
td {
    vertical-align: middle;
}


/* 漢堡選單 */
.hamburger {
    display: block;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
}

.hamburger .line {
    width: 25px;
    height: 2.5px;
    background: #fff;
    border-radius: 25%;
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
}

.hamburger.active .line:nth-child(1) {
    transform: translateY(11.2px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }

}

html {
    /*scroll-behavior: smooth;*/
    background: #f6f6f6;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #212529;
    z-index: 9999;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    color: #fff;
    box-shadow: none;
}

@media (min-width: 1580px) {
    .d-xxxl-block {
        display: block !important;
    }
}

.null-item label {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #00000000;
    font-size: 15px;
    color: #262b2f;
}

.null-item label div {
    position: absolute;
    top: 100px;
    right: 50%;
    transform: translateX(50%);
    background-color: #fff;
    width: 90%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px 25px;
}

@media (min-width: 576px) {
    .null-item label div {
        right: 55px;
        transform: translateX(0);
        width: 390px;
    }
}

.logo-item {
    z-index: 2;
    position: static;
    margin-right: 10px;
    /* width: 140px; */
    /* height: 80px; */
    /* background: #541b86; */
}

.logo {
    width: 80px;
    height: 45px;
    background-image: url("../img/logo.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    /* margin: 20px auto; */
    /* filter: grayscale(100%) brightness(0%) invert(100%); */
}

    .logo h1 {
        margin-bottom: 0;
    }

@media (min-width: 1400px) {
    .logo {
        /*width: 140px;
        height: 80px;*/
        width: 100px;
        height: 60px;
    }

    /* .logo.sticky {
        width: 100px;
        height: 60px;
    }*/
}

.bg {
    background: linear-gradient(#00000010, #00000010), url('../img/service_bg.webp') no-repeat center center/cover scroll;
}

/* .title-h2 {
    color: #5B6C74;
    padding: 20px 0;
    font-size: 27px;
    font-weight: bolder;
    text-align: center;
    font-family: Avega, 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif, serif;
    letter-spacing: 4px;
} */
/* 
.section-contact {
    background: #000;
    background: url('../img/contact.webp') no-repeat center center/ cover scroll;
    padding: 80px 0;
    min-height: calc(100vh - 80px);
} */



@media (min-width: 1200px) {
    .title-h2 {
        font-size: 40px;
    }
}

#menuCart {
    position: relative;
}

    #menuCart .menu-img {
        position: absolute;
        bottom: -12px;
        width: 100%;
        /*height: 34px;*/
        -webkit-filter: drop-shadow(0 0.3rem 1px rgba(0, 0, 0, 0.02));
        filter: drop-shadow(0 0.3rem 1px rgba(0, 0, 0, 0.02));
    }

@media (min-width: 500px) {
    #menuCart .menu-img {
        bottom: -15px;
    }
}

@media (min-width: 768px) {
    #menuCart .menu-img {
        bottom: -22px;
    }
}

@media (min-width: 992px) {
    #menuCart .menu-img {
        bottom: -31px;
    }
}

@media (min-width: 1200px) {
    #menuCart .menu-img {
        bottom: -38px;
    }
}

@media (min-width: 1400px) {
    #menuCart .menu-img {
        bottom: -44px;
    }
}

@media (min-width: 1800px) {
    #menuCart .menu-img {
        bottom: -57px;
    }
}

.nav-bg {
    transition: all 0.2s ease-in-out;
    background: #541b86;
    /*padding: 50px 0 10px;*/
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding: 10px 0 0;
}

    /*.nav-bg.sticky,
.phone-nav-bg {
    padding: 10px 0 0;

    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}*/

    .nav-bg .navbar-nav {
        position: relative;
        z-index: 3;
    }


nav {
    transition: all 0.2s ease-in-out;
}

    nav img {
        width: 100px;
    }

    nav .scroll a,
    .navbar-nav .nav-link {
        outline: 0;
        color: #fff;
        padding: 0 5px;
        transition: all 0.2s ease-in-out;
        letter-spacing: 1.5px;
        font-family: 'Lorin';
        text-transform: capitalize;
    }

.navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
}

    nav .scroll a:hover,
    .navbar-nav .nav-link:hover {
        color: #c4c4c4;
    }

@media (min-width: 1200px) {

    nav .scroll a,
    .navbar-nav .nav-link {
        padding-top: 30px;
        color: #fff;
        padding-bottom: 30px;
    }
}

.nav-item-dropdown:hover .nav-link {
    color: #c4c4c4;
}

nav .scroll .contact-text {
    background: #ff0000;
    border-radius: 0.3rem;
}

.footer {
    background: #5a656e;
    background: linear-gradient(to bottom, #000000dd, #000000dd), url(../img/line.webp) no-repeat center center/ cover scroll;
    padding: 60px 0 20px;
    position: relative;
}

    .footer .arrow-up {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
        .footer .arrow-up div {
            padding: 10px 20px;
            display: inline-block;
            cursor: pointer;
            border: 1px solid #aaa;
            border-top: 1px solid #344093;
            cursor: pointer;
            color: #f6f6f6;
            transition: all 0.2s ease;
            font-weight: bolder;
        }
    .footer .item {
        position: relative;
        height: 100%;
        padding-bottom: 40px;
    }

        .footer .item img {
            width: 60px;
        }


        .footer .item .text-item {
            padding-top: 30px;
        }

            .footer .item .text-item a {
                color: #fff;
                font-family: 'Metropolis-M';
                margin-bottom: 0;
                transition: all 0.2s ease-in-out;
            }

                .footer .item .text-item a:hover {
                    text-decoration: underline;
                }

            .footer .item .text-item h2 {
                color: #fff;
                font-family: 'Metropolis-M';
                margin-bottom: 0;
                font-size: 18px;
            }

@media (min-width: 1200px) {
    .footer .item img {
        width: 100px;
    }

    .footer {
        padding: 100px 0 40px;
    }

        .footer .item .text-item {
            padding-top: 50px;
        }
}

.footer .item .text-item p {
    color: #fff;
    font-family: 'Metropolis-M';
    font-weight: 300;
    font-size: 15px;
    padding: 5px 0 0;
    margin-bottom: 0;
}

.footer .item .icon-item {
    position: absolute;
    bottom: 40px;
    right: 15px;
}

@media (min-width: 992px) {
    .footer .item .icon-item {
        right: auto;
        position: absolute;
        bottom: 0;
    }
}

.footer .item .icon-item a {
    color: #fff;
    font-size: 16px;
}

    .footer .item .icon-item a + a {
        margin-left: 15px;
    }

.footer .link-item {
}

    .footer .link-item ul {
        list-style: none;
        padding-left: 0;
    }

        /*.footer .link-item ul li {
    letter-spacing: 1.2px;
}*/

        .footer .link-item ul li + li {
            margin-top: 15px;
        }


        .footer .link-item ul li a {
            color: #fff;
            transition: all 0.2s ease-in-out;
            cursor: pointer;
            font-weight: 400;
            /* font-size: 15px; */
        }

            .footer .link-item ul li a:hover {
                text-decoration: underline;
            }

        .footer .link-item ul li h2 {
            font-size: 17px;
            color: #fff;
            padding-bottom: 5px;
            padding-top: 5px;
            font-family: 'Metropolis-M';
        }

        .footer .link-item ul li .foot-link {
            font-size: 15px;
        }

.footer .line-item {
    padding: 10px 0;
    margin-top: 60px;
}

    .footer .line-item p {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        font-family: 'Metropolis-M';
        text-align: center;
    }

    .footer .line-item .map-item {
        text-align: center;
    }

@media (min-width: 992px) {
    .footer .line-item p {
        text-align: left;
    }

    .footer .line-item .map-item {
        text-align: end;
    }
}

.footer .line-item .map-item a {
    display: inline-block;
    color: #fff;
    position: relative;
    font-family: 'Metropolis-M';
    font-size: 15px;
}

    .footer .line-item .map-item a + a {
        margin-left: 20px;
    }

        .footer .line-item .map-item a + a::after {
            content: '';
            background-color: #fff;
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            height: 15px;
            width: 2px;
        }

.form-label {
    color: #541b86;
    /* font-weight: bolder; */
    margin-top: 20px;
    margin-bottom: 0px;
}


.search-item {
    position: fixed;
    top: 55px;
    width: 100%;
    border-radius: 7px;
    background: #c4c4c4;
    opacity: 0;
    transform: scale(0.7);
    visibility: hidden;
    transition: -webkit-transform 0.2s ease 0s, -moz-transform 0.2s ease 0s, -o-transform 0.2s ease 0s, transform 0.2s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    z-index: 0;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15)
}
.search-item .btn{
    color: #fff;
    background: #c4c4c4;
}
    .search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.search-box-pc {
    border: 1px solid #541b86 !important;
    border-radius: 25px;
    overflow: hidden;
}

    .search-box-pc .btn {
        color: #541b86;
        padding: 0 10px;
    }

    .search-box-pc .form-control {
        font-size: 12px;
        padding-left: 2px;
        padding-right: 2px;
        width: 105px;
    }

@media (min-width: 576px) {
    .search-item {
        /* top: 20px;
        right: 50px;*/
    }
}

@media (min-width: 1200px) {
    .search-item {
        width: 450px;
        top: 94px;
        right: 15px;
    }
}
@media (min-width: 1400px) {
    .search-item {
        right: 45px;
    }
}

/*@media (min-width: 1400px) {
    .search-item {
        top: 23px;
        right: 55px;
    }
}*/

.shopcart-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 120px;
    right: 5%;
    background-color: #fff;
    min-width: 90%;
    max-width: 90%;
    z-index: 1091;
    max-height: 80vh;
    overflow-y: scroll;
    overscroll-behavior: contain;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 5px;
}

.ul-shop-item {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}

@media (min-width: 576px) {
    .shopcart-item {
        min-width: 390px;
        max-width: 390px;
    }
}

@media (min-width: 1300px) {
    .shopcart-item {
        right: 10%;
    }
}

@media (min-width: 1800px) {
    .shopcart-item {
        right: 18%;
    }
}

.shopcart-item ul {
    list-style: none;
    padding-left: 0;
    padding: 0 15px 15px 15px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0;
}

.shopcart-item .btn-remove-cart {
    font-size: 14px;
    color: #262b2f;
}
.shopcart-item .btn-more {
    background: #541b86;
    width: 100%;
    border-radius: 0;
    color: #fff;
}

.shop-list a {
    font-size: 15px;
    color: #262b2f;
}

    .shop-list a:hover {
        color: #0376c1;
    }

.shop-list {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

    .shop-list + .shop-list {
        border-top: 1px solid #e5e5e5;
        padding: 15px 0;
    }

.head-item,
.foot-item {
    right: 0;
    left: 0;
    background: #fff;
}

.head-item {
    position: sticky;
    top: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #262b2f;
}

.foot-item {
    position: absolute;
    bottom: 0;
}

.foot-item {
}



.img-item {
    max-width: 80px;
}

.text-item {
    flex-grow: 1;
    padding: 0 5px;
}

.btn-item {
    cursor: pointer;
}

.icon-nav-link {
    color: #fff;
    /*color: #fff !important;*/

    padding: 10px;
    font-size: 14px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

    .icon-nav-link:hover {
        opacity: 0.8;
        color: #c4c4c4;
    }

    .icon-nav-link .num {
        width: 25px;
        height: 25px;
        background-color: #c4c4c4;
        padding: 5px;
        font-size: 12px;
        position: relative;
        margin-left: 5px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 100%;
    }

        .icon-nav-link .num::after {
            content: '';
            position: absolute;
            left: -4px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 5px 5px 0;
            border-color: transparent #c4c4c4 transparent transparent;
        }

.nav-item-dropdown,
.nav-item-dropdown-l2 {
    position: relative;
}

.dropdown-item-ja-l1,
.dropdown-item-ja-l2 {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1091;
    width: auto;
    white-space: nowrap;
    padding-left: 0;
    box-shadow: 0 0.125rem 0.15rem rgba(0, 0, 0, 0.075);
    border-radius: 0px;
}

.dropdown-item-ja-l1 {
    left: 5px;
    top: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    color: #666;
    background: #fff;
}

.dropdown-item-ja-l2 {
    left: 100%;
    color: #666;
    background: #fff;
    top: 15%;
    width: auto;
}


nav .scroll a.nav-link-l1,
nav .scroll a.nav-link-l2 {
    /*border-left: 3px solid #FFF000;*/
    /* font-size: 1px; */
    width: 100%;
    display: block;
    /* font-weight: bold; */
    outline: 0;
    padding: 10px 20px;
    margin: 0;
    color: #5d5d5d;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    /* margin-bottom: 5px; */
}

nav .scroll .nav-item-dropdown-l2:hover .nav-link-l1,
nav .scroll .dropdown-item-ja-l2 a.nav-link-l2:hover {
    color: #fff;
    background: #c4c4c4;
}

.nav-item-dropdown:hover .dropdown-item-ja-l1 {
    display: none;
}

@media (min-width: 1200px) {
    .nav-item-dropdown:hover .dropdown-item-ja-l1 {
        display: block;
    }
}

.nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
    display: block;
}

.nav-item-dropdown-l2:hover .dropdown-item-ja-l2 {
    display: block;
}

.btn-label {
    color: #fff;
    cursor: pointer;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-label i {
        padding: 5px;
    }

.dropdown-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 99999;
    /* pointer-events: none; */
}

    .dropdown-btn i {
        display: block;
        padding: 10px;
    }

#search,
#shopCart,
#phoneProduct,
#phoneNew,
#phoneAbout,
#phoneDownload,
#phoneOEM {
    display: none;
}

    #product:checked ~ .phone-product,
    #shopCart:checked ~ .shopcart-item,
    #phoneProduct:checked ~ .phone-item,
    #phoneNew:checked ~ .phone-new-item,
    #phoneAbout:checked ~ .phone-about-item,
    #phoneDownload:checked ~ .phone-download-item,
    #phoneOEM:checked ~ .phone-oem-item {
        opacity: 1;
        visibility: visible;
    }

    #search:checked ~ .search-item,
    #phoneProduct:checked ~ .phone-item,
    #phoneNew:checked ~ .phone-new-item,
    #phoneAbout:checked ~ .phone-about-item,
    #phoneDownload:checked ~ .phone-download-item,
    #phoneOEM:checked ~ .phone-oem-item {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        display: block;
        z-index: 1100;
    }

.size-right {
    right: 15px;
    font-size: 18px;
}

.phone-item,
.phone-new-item,
.phone-about-item,
.phone-download-item,
.phone-oem-item {
    background: linear-gradient(to left, #c4c4c4, #c4c4c4);
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1500;
    /*overflow-y: scroll;*/
    transition: all 0.3s ease-in-out;
    display: none;
}

    .phone-new-item ul,
    .phone-about-item ul,
    .phone-download-item ul,
    .phone-oem-item ul {
        list-style: none;
        padding-left: 0;
        background: #F6F6F6;
        /*border-radius: 15px;*/
        /*overflow: hidden;*/
    }

    .phone-new-item li,
    .phone-about-item li,
    .phone-download-item li,
    .phone-oem-item li {
        background-color: #fff;
        border-bottom: 1px solid #D6D6D6;
    }

    .phone-new-item ul li a,
    .phone-about-item ul li a,
    .phone-download-item ul li a,
    .phone-oem-item ul li a {
        color: #541b86;
        font-weight: bolder;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        display: block;
        padding: 10px 15px;
    }

    .phone-item .accordion {
        background-color: #f6f6f6;
    }

    .phone-item .phone-link-title {
        color: #541b86;
        font-weight: bolder;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        padding-left: 15px;
        padding: 10px 0 10px 15px;
        background: #fff;
    }

        .phone-item .phone-link-title:hover,
        .phone-new-item a:hover,
        .phone-new-item ul li a:hover,
        .phone-about-item ul li a:hover,
        .phone-download-item ul li a:hover,
        .phone-oem-item ul li a:hover {
            color: #541b86;
        }

    .phone-item .phone-link-body {
        display: block;
        font-size: 18px;
        padding: 5px 10px;
        margin-bottom: 5px;
        background: #541b86;
        color: #fff;
    }

        .phone-item .phone-link-body:hover {
            color: #fff;
        }

#product:checked ~ .phone-item {
    display: block;
}

@media (min-width: 1200px) {
    .phone-item {
        display: none !important;
    }
}

.close-title {
    font-weight: bolder;
    display: block;
    color: #aaa;
    z-index: 1501;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: #fff;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .close-title:hover {
        color: #fff;
        transform: translateX(-10px);
    }

.phone-item .accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
}

.phone-item .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    flex-grow: 1;
    padding: 14px 15px !important;
    color: #fff;
}

    .phone-item .accordion-button:focus {
        box-shadow: none;
    }

.phone-item .phone-link-title {
    width: 100%;
}

.phone-item .phone-link-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-color: #fff;
}

.phone-item .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    background: #fff;
}

.icon-nav {
    width: auto;
}

.nav-bg .icon-nav .dropdown-menu {
    font-size: 17px;
    border-bottom: 1px solid #fff;
    padding: 0;
    outline: 0;
    background: #f0f0f0;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075);
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.nav-bg .icon-nav .dropdown-item,
nav .scroll .dropdown-item {
    color: #888;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .nav-bg .icon-nav .dropdown-item:hover,
    .nav-bg .icon-nav .dropdown-item:focus,
    .nav-bg .icon-nav .dropdown-item:active,
    nav .scroll .dropdown-item:hover,
    nav .scroll .dropdown-item:focus,
    nav .scroll .dropdown-item:active {
        background: #fff;
        color: #541b86;
    }

.nav-bg .icon-nav .dropdown-menu[data-bs-popper] {
    /*right: 0;*/
    left: auto;
    top: 40px;
}


/* lan start------------------------------ */
.section-lang {
    background: #000000cc;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

    .section-lang .item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .section-lang .item .lang-link {
            display: block;
            padding: 10px 50px;
            background: #541b86;
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-family: Avega, 'Microsoft JhengHei', 'Metropolis-M', sans-serif, serif;
            border-radius: 50px;
            letter-spacing: 1.5px;
            font-weight: 400;
            border: 2px solid transparent;
            transition: all 0.2s ease-in-out;
            margin-bottom: 20px;
        }

            .section-lang .item .lang-link:hover {
                border: 2px solid #fff;
            }


/* lan end------------------------------ */


/* scrollTop */
/*.arrow-up {
    position: fixed;
    bottom: 50px;
    right: 15px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .arrow-up.active {
        top: auto;
        bottom: 60px;
        opacity: 1;
        visibility: visible;
    }

    .arrow-up div {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        background: #541b86;
        cursor: pointer;
        color: #f6f6f6;
        transition: all 0.3s ease-in-out;
    }
*/
.fade-enter-active,
.fade-leave-active {
    transition: all 0.5s ease-in-out;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
    padding: 0;
}

/* 詢價車 */
.input-order {
    text-align: center;
    padding: 30px 0;
    color: #262b2f;
    font-weight: bolder;
    background: #e2e3e5;
    border-radius: 25px;
}


.input-text {
    text-align: center;
    color: #343D4C;
    padding: 60px 0 30px 0;
}

.input-img {
    object-fit: cover;
    height: 80px;
    width: 80px;
}

.input-bg {
    background:#eee;
}

/*#contactData .form-label {
    color: #FFF;
}
*/
.mt-menu {
    margin-top: 77px;
}

@media (min-width: 992px) {
    .mt-menu {
        margin-top: 80px;
    }
}


.dntCaptcha {
    display: flex;
    align-items: center;
}

    .dntCaptcha img {
        width: 150px;
        height: 36px;
        margin-bottom: 0 !important;
        border-radius: .375rem 0 0 .375rem;
    }

    .dntCaptcha input {
        border-radius: 0 .375rem .375rem 0;
    }

    .dntCaptcha a {
        display: none;
    }


.section-store .item .text .describe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
    text-align: left;
    padding: 0 15px;
    height: 48px;
}

.map iframe {
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.page-item.active .page-link {
    background: #541b86 !important;
    border-color: #541b86;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ed000852;
}

.section-ig {
    position: relative;
}

    .section-ig .img-item {
        max-width: 100% !important;
        width: 100%;
        height: 150px;
        overflow: hidden;
        border-radius: 0 0 15px 15px;
        position: relative;
    }

        .section-ig .img-item img {
            object-fit: cover;
            border-radius: 0 0 15px 15px;
            height: 100%;
        }

        .section-ig .img-item .img-video,
        .card-body .img-video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #11111195;
            color: #eeeeee;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 20px;
            transition: all 0.2s ease-in-out;
        }

        .section-ig .img-item:hover .img-video,
        .card-body:hover .img-video {
            background: #00000090;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

a {
    text-decoration: none;
}


.section-ig {
    background-color: #E9E9E9;
    padding: 60px 0;
}

    .section-ig .card {
        transition: all 0.2s ease-in-out;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .section-ig a:hover .card {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

.card-head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 10px 0 10px;
}

.ig-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #000;
}

.ig-head-text {
    padding: 5px 15px 5px 5px;
}

    .ig-head-text h5 {
        font-size: 14px;
        font-weight: bolder;
        padding-left: 1px;
    }

    .ig-head-text span {
        display: block;
        color: #aaa;
        font-size: 12px;
        padding: 5px 0;
    }

.ig-icon {
    position: absolute;
    right: 15px;
}

.ig-icon {
    position: absolute;
}

.follow-item {
    position: relative;
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.follow-img {
    border-radius: 50%;
    border: 1px solid #E9E9E9;
    width: 60px;
    height: 60px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-text {
    padding: 5px 15px;
}

    .follow-text h2 {
        padding: 0;
        margin: 0;
        font-size: 20px;
        font-weight: bolder;
    }

.btn-follow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0033FF;
    color: #fff;
}

.btn.btn-follow:active,
.btn.btn-follow:focus {
    background-color: #FFF000;
    color: #fff;
}

.btn.btn-follow:hover {
    background-color: #FFF000;
    color: #fff;
}

.card-body {
    padding: 25px 15px;
}


.pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}


.disabled > .page-link,
.page-link.disabled {
    background-color: #aaa !important;
    color: #fff !important;
}

.pagination .page-link.active {
    background-color: #666;
    color: #fff !important;
}

.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-image: linear-gradient(to right, #283033 0%, #283033 100%);
    z-index: 9900;
    opacity: 0.9;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

/* 詢價車 start ------------------------------ */
/* --Start banner--------------- */
.section-banner.inquiry {
    margin-top: 61px;
    padding: 100px 0 30px;
    position: relative;
    background: url(../img/contact/banner.webp) no-repeat bottom center/ cover scroll;
}

    .section-banner.inquiry::after {
        content: '';
        position: absolute;
        bottom: -1px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 100px 100px;
        border-color: transparent transparent #ffffff transparent;
    }


    .section-banner.inquiry .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
    }

    .section-banner.inquiry .breadcrumb .breadcrumb-item a {
        color: #323232;
        transition: all 0.2s ease-in-out;
    }

        .section-banner.inquiry .breadcrumb .breadcrumb-item a:hover {
            text-decoration: underline;
        }

    .section-banner.inquiry .breadcrumb .breadcrumb-item.active {
        color: #fff;
    }

    .section-banner.inquiry h2 {
        font-size: 24px;
        font-weight: bolder;
        color: #fff;
        font-family: 'Metropolis-M';
    }

@media (min-width: 992px) {
    .section-banner.inquiry h2 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .section-banner.inquiry {
        padding: 160px 0 30px;
        margin-top: 85px;
    }
}

.section-inquiry .input-order {
    text-align: center;
    padding: 30px 0;
    color: #787878;
    font-weight: bolder;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #eee;
}

    .section-inquiry .input-order.active {
        color: #541b86;
        background: #eee;
    }

.section-inquiry .input-text {
    text-align: center;
    color: #343D4C;
    padding: 60px 0 30px 0;
}

.section-inquiry .input-img {
    object-fit: cover;
    height: 80px;
    width: 80px;
}

.section-inquiry .input-bg {
    background: url('../img/contact.webp') no-repeat center center / cover scroll;
}


.section-inquiry .more-link {
    background: #541b86;
    border-radius: 0;
    color: #fff;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: none;
    padding: 5px 10px;
    /*text-transform: uppercase;*/
    font-size: 15px;
    display: inline-block;
}
    .section-inquiry .more-link:hover {
        background: #c4c4c4;
    }
    .section-inquiry table a {
    color: rgb(50, 50, 50);
    transition: all 0.2s ease-in-out;
}

    .section-inquiry table a:hover {
        color: #3878a6;
    }

/*#contactData .form-label {
    color: #FFF;
}*/
.section-inquiry .btn-check-product {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.section-inquiry .contact-item {
    /* border-radius: 0px;
    background: #541b86;*/
}

    .section-inquiry .contact-item .form-control,
    .section-inquiry .contact-item .form-select {
        color: #666;
        font-size: 17px;
        letter-spacing: 1px;
        padding: 6px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .section-inquiry .contact-item .form-label {
        color: #575451;
    }

.mt-menu {
    margin-top: 77px;
}

@media (min-width: 992px) {
    .mt-menu {
        margin-top: 80px;
    }
}


.dntCaptcha {
    display: flex;
    align-items: center;
}

    .dntCaptcha img {
        width: 150px;
        height: 36px;
        margin-bottom: 0 !important;
        border-radius: .375rem 0 0 .375rem;
    }

    .dntCaptcha input {
        border-radius: 0 .375rem .375rem 0;
    }

    .dntCaptcha a {
        display: none;
    }

/* 詢價車 end ------------------------------ */

/*
.section-breadcrumb {
    background: #080808;
}

.section-breadcrumb .breadcrumb {
    justify-content: center;
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

.section-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.section-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
    color: #541b86;
}

.section-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #541b86;
    font-weight: bolder;
}*/
.ck-content .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .ck-content .media iframe,
    .ck-content .media object,
    .ck-content .media embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ck-content img {
    max-width: 100%;
    height: auto;
}
.section-error {
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.15), rgba(0, 0, 0, 0.5)), url('/img/oem/test-banner.webp') no-repeat top center /cover fixed;
    padding: 130px 0;
    min-height: 100vh;
    margin-top: 82px;
}

    .section-error .item {
        border-radius: 15px;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background: #ffffffee;
        padding: 160px 15px;
        text-align: center;
        font-size: 20px;
        color: #333;
        font-weight: bolder;
    }
