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


::selection {
    background: #0376c1;
    color: #fff;
}

::-moz-selection {
    background: #0376c1;
    color: #fff;
}

body {
    /* font-family: "Noto Sans TC", sans-serif; */
    font-family: 'Noto Sans CJK TC';

}

html {
    /* font-family: "Noto Sans TC", sans-serif; */
    font-family: 'Noto Sans CJK TC';

    line-height: 1;
    font-size: 16px;
}

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

.w-80 {
    width: 80% !important;
}

a {
    text-decoration: none;
    /*color: black;*/
}

.btn-pointer {
    cursor: pointer;
}

th,
td {
    vertical-align: middle;
}

.m-7vh {
    min-height: 60vh;
}

.btn-style {
    background: #ecab29;
    color: #fff;
    transition: all 0.2s ease-in-out;
    border-radius: 0 5px 5px 0;
}

.btn-style:hover {
    color: #fff;
    background: #f4ed39;

}

/* 漢堡選單 */
.hamburger {
    display: block;
    cursor: pointer;
}

.hamburger .line {
    width: 25px;
    height: 2.5px;
    background: #283033;
    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;
}

main {
    margin-top: 86px;
}

.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;
    /* width: 140px; */
    /* height: 80px; */
    /* background: #f4ed39; */
}

.logo {
    width: 120px;
    height: 86px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* margin: 20px auto; */
    /* filter: grayscale(100%) brightness(0%) invert(100%); */
}

.logo h1 {
    margin-bottom: 0;
}

/* @media (min-width: 1400px) {
    .logo {
        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: WDCH, '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;
    background: transparent;
    padding: 13px 0;
    background: #fff;
}

.nav-bg.sticky,
.phone-nav-bg {
    background: #fff;
    /* background: url(../img/index/server-bg.webp) no-repeat center center/ cover scroll; */
    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;
}

nav img {
    width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
    outline: 0;
    color: #231815;
    padding: 0 5px;
    transition: all 0.2s ease;
    letter-spacing: 1.5px;
    font-family: 'Noto Sans CJK TC';
    text-transform: capitalize;

}

.navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
    z-index: 9;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

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

.navbar-nav .nav-item-dropdown .bg-btn,
.navbar-nav .nav-item .bg-btn {
    position: absolute;
    background-image: url('../img/btn.png');
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-item-dropdown:hover .bg-btn,
.navbar-nav .nav-item:hover .bg-btn {
    opacity: 1;
}

nav .scroll a:hover,
.navbar-nav .nav-link:hover {
    /* color: #f4ed39; */
    /* border-bottom: 5px solid #f4ed39; */
}

@media (min-width: 1200px) {

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

.nav-item-dropdown:hover .nav-link {
    /* color: #f4ed39; */
}

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

.footer {
    background: #ecab29;
    color: #000;
    padding: 100px 0 40px;
}

.footer .item {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}

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

.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 h2 {
    font-size: 17px;
    color: #000;
    padding-left: 40px;

    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}

.footer .link-item ul li h2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url('../img/foot-link.png');
    background-size: 100% 100%
}


.footer .link-item ul li a {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-family: 'Noto Sans CJK TC';
    padding-left: 40px;
    color: #76716c;
}

.footer .link-item ul li h2 a {
    color: #000;
    padding-left: 0px;

}

.footer .link-item ul li a:hover {
    color: #f4ed39;
}

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

.footer .line-item p {
    margin-bottom: 0;
    color: #76716c;
    font-size: 14px;
    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: #76716c;
    position: relative;
    margin-right: 5px;
}

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

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

}


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


.search-item {
    position: fixed;
    top: 76px;
    width: 100%;
    border-radius: 7px;
    background: #f4ed39;
    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 1rem rgba(0, 0, 0, 0.15)
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

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

.search-box-pc .btn {
    color: #f4ed39;
    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: 80px;
        right: 15px;
    }
}

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

.shopcart-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    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;
}

.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 {}


.foot-item .more-link {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: 'Roboto';
    padding: 10px 40px;
    font-size: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    border: none;
    outline: none;
    background: linear-gradient(to right, #1d75bc, #1d75bc93, #1d75bc59);
}



/*.foot-item .custom-button-item {
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 184px;*/
/*width: 100%;*/
/*height: 43px;
    background: #f4ed39;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}

.foot-item .custom-button {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 180px;*/
/*width: 99%;*/
/*font-weight: bolder;
    letter-spacing: 1.5px;
    height: 40px;
    font-size: 14px;
    background: #012134;
    color: #FFF;
    border: none;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}


.foot-item .custom-button:hover {
    background: #f4ed39;
}

.foot-item .custom-button::after {
    content: '';
    position: absolute;
    left: 25%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}*/

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

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

.btn-item {
    cursor: pointer;
}

.icon-nav-link {
    color: #231815;
    padding: 10px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

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

.icon-nav-link .num {
    width: 25px;
    height: 25px;
    background-color: #f4ed39;
    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 #f4ed39 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: 20%;
    width: auto;
}


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

nav .scroll a.nav-link-l2 {
    font-size: 15px;
    padding: 3px 10px;
}

nav .scroll a.nav-link-l2:hover {
    /* color: #fff; */
    background: #f4ed39;
}

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

.nav-item-dropdown:hover .dropdown-item-ja-l1 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    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 {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    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: #f4ed39;
    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, #121212, #121212);
    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;
    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: #f4ed39;
    font-weight: bolder;
    font-size: 18px;
    transition: all 0.3s ease;
    display: block;
    padding: 10px 15px;
}

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

.phone-item .accordion-body {
    overflow-y: auto;
    height: 70vh;
}

.phone-item .phone-link-title {
    color: #f4ed39;
    font-weight: bolder;
    font-size: 16px;
    transition: all 0.3s ease;
    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: #f4ed39;
}

.phone-item .phone-link-body {
    display: block;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #f4ed39;
    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;
    color: #fff;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.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;
    width: 100px;
    background: transparent;
}

.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: transparent;
}

.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;
    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: #f4ed39;
    color: #231815;
}

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


/* 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: #f4ed39;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: WDCH, 'Microsoft JhengHei', 'Noto sans CJK TC', sans-serif, serif;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 400;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    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: #f4ed39;
    cursor: pointer;
    color: #f6f6f6;
    transition: all 0.3s ease;
}

.fade-enter-active,
.fade-leave-active {
    transition: all 0.5s ease;
}

.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: url('../img/contact.webp') no-repeat center center / cover scroll;
}

/*#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: #f4ed39 !important;
    border-color: #f4ed39;
} */

.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 {
    position: relative;
    height: 35vh;
    background: url(../img/contact/banner.webp) no-repeat center bottom/ cover scroll;
}

.section-banner.inquiry .item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
}


.section-banner.inquiry .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Noto Sans CJK TC';
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.795);
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 60px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.section-banner.inquiry .item h2::after {
    content: '';
    width: 50px;
    position: absolute;
    height: 1px;
    background: #eee;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-banner.inquiry .item h3 {
    color: #fff;
    font-family: 'WDCH';
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 576px) {
    .section-banner.inquiry .item h3 {
        font-size: 40px;
    }
}

.section-banner.inquiry .item .title-item {
    position: relative;
}

.section-banner.inquiry .item .title-item::after,
.section-banner.inquiry .item .title-item::before {
    content: '';
    background-position: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-repeat: no-repeat;
}

.section-banner.inquiry .item .title-item::after {
    background-image: url('../img/contact/left.webp');
    left: 23.5%;
}

.section-banner.inquiry .item .title-item::before {
    background-image: url('../img/contact/right.webp');
    left: 77.5%;
}

@media (min-width: 576px) {
    .section-banner.inquiry .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner.inquiry .item {
        top: 50%;
    }

    .section-banner.inquiry .item h3 {
        font-size: 55px;
    }

    .section-banner.inquiry {
        height: 50vh;
    }

    .section-banner.inquiry .item .title-item::after,
    .section-banner.inquiry .item .title-item::before {
        width: 200px;
    }
}

/* --End banner--------------- */
/* --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: 'Noto Sans CJK TC';
}

@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-bottom: 2px solid #eee;
}

.section-inquiry .input-order.active {
    color: #f4ed39;
    border-bottom: 2px solid #262b2f;
}

.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 {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: 'Roboto';
    padding: 10px 40px;
    font-size: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    opacity: 1;
    border: none;
    outline: none;
    background: linear-gradient(to right, #1d75bc, #1d75bc93, #1d75bc59);
}

/*.section-inquiry .more-link:hover {
        opacity: 1;
    }*/
/*.section-inquiry .custom-button-item {
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 184px;*/
/*width: 100%;*/
/*height: 43px;
    background: #f4ed39;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}

.section-inquiry .custom-button {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 180px;*/
/*width: 99%;*/
/*font-weight: bolder;
    letter-spacing: 1.5px;
    height: 40px;
    background: #012134;
    color: #FFF;
    border: none;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 29.34%, 100% 100%, 70.66% 100%, 10% 100%, 0% 70.66%, 0% 29.34%);
}


.section-inquiry .custom-button:hover {
    background: #f4ed39;
}

.section-inquiry .custom-button::after {
    content: '';
    position: absolute;
    left: 25%;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}*/

.section-inquiry table a {
    color: rgb(50, 50, 50);
    transition: all 0.2s ease-in-out;
}

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

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

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

.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: 'Noto Sans CJK TC';
    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: #f4ed39;
}

.section-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #f4ed39;
    font-weight: bolder;
}


.section-error {
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.15), rgba(0, 0, 0, 0.5)), url(../img/contact/banner.webp) no-repeat top center /cover fixed;
    padding: 130px 0;
    min-height: 100vh;
    /*margin-top: 82px;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}