::selection {
    background: #55555590;
    color: #fff;
}

::-moz-selection {
    background: #55555590;
    color: #fff;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

html {
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .row-cols-xl-7>* {
        flex: 0 0 auto;
        width: 14.22222222%;
    }
}

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

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

.hamburger .line {
    width: 25px;
    height: 2.5px;
    background: #76787B;
    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: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 140px; */
    /* height: 80px; */
    /* background: #76787B; */
}

.logo {
    width: 50px;
    height: 50px;
    background-image: url("../img/logo.webp");
    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: 1200px) {}

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


/* 
.section-carousel {
    padding: 82px 0 0 0;
}

@media (min-width: 992px) {
    .section-carousel {
        padding: 85px 0 0 0;
    }
} */

/* .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 {
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    padding: 13px 0;
}

@media (min-width: 1200px) {

    .nav-bg {
        margin-top: 170px;

    }
}

.nav-bg.sticky {
    margin-top: 100px;

}

/* .nav-bg.sticky {
    background: #323232;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
} */

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

.menu-logo-item {
    background: #fff;
    padding: 60px 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    transition: all 0.2s ease-in-out;
    z-index: 1090;

}

@media (min-width: 1200px) {
    .menu-logo-item {
        display: block;
    }
}

.menu-logo-item.sticky {
    padding: 20px 0 10px;
}

.menu-logo-item .pic-item {
    position: relative;
    width: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    margin: auto;
}

.menu-logo-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

nav img {
    width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
    outline: 0;
    color: #292929;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Poppins';
    border-bottom: 1px solid transparent;
}

.navbar-nav .nav-item+.nav-item {
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-item+.nav-item {
        padding-left: 20px;
    }
}

.navbar-nav .nav-link {}

.navbar-nav .nav-link.active {
    background: #292929;
    padding: 5px 30px !important;
    border-radius: 50px;
    color: #fff;
}

.navbar-nav a.nav-link:hover {
    border-bottom: 1px solid #76787B;
}

@media (min-width: 1200px) {

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


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

.navbar .dropdown-item-product {
    position: fixed;
    width: 100%;
    /* top: 80px; */
    left: 0;
    background: #fff;
    /* padding: 30px 0; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item-product .category-title {
    position: relative;
}

.navbar .dropdown-item-product .item {
    padding: 30px 15px;
    width: 100%;
    display: block;
    color: #292929;
    margin: 0;
    transition: all 0.2s ease-in-out;
}


.navbar .dropdown-item-product .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    border-radius: 15px;
    background: #eaeef3;
}

.navbar .dropdown-item-product .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    transform: scale(1);
}


.navbar .dropdown-item-product .item p {
    font-size: 13px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
}

.navbar .dropdown-item-product .item:hover {
    background: #fff;
    border-bottom: 1px solid transparent;
    ;
}

.navbar .dropdown-item-product .item:hover img {
    transform: scale(1.1);
}


.navbar .nav-item-dropdown:hover .dropdown-item-product {
    opacity: 1;
    visibility: visible;
}

.footer {
    background: #5a656e;
    padding: 60px 0 20px;
}

.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: Poppins;
    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: Poppins;
    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: Poppins;
    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: 20px;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Roboto Condensed';
}

.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: 'Roboto Condensed';
    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: 'Roboto Condensed';
    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;

}

/* .footer .copy-right {
    font-size: 12px;
    border-top: 1px solid #aaa;
    width: 100%;
    display: block;
    padding: 15px 0 0;
}

.footer a {
    transition: all 0.3s;
    color: #1F8CCF;
    margin: 0 5px;
}

.footer a:hover {
    color: #76787B;
} */


/* 
.section-contact h3 {
    color: #76787B;
    font-weight: bolder;
    margin-bottom: 30px;
}

.section-contact p,
.section-contact a {
    color: #fff;
}

.section-contact span {
    color: #76787B;
    font-weight: bolder;
} */

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


.search-item {
    position: fixed;
    top: 76px;
    width: 100%;
    border-radius: 7px;
    background: #76787B;
    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 #76787B !important;
    border-radius: 25px;
    overflow: hidden;
}

.search-box-pc .btn {
    color: #76787B;
    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-in-out;
    position: fixed;
    top: 219px;
    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;
}

.shopcart-item.sticky {
    top: 169px;
}

.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 .btn.btn-style {
    transition: all 0.2s ease-in-out;
    background: #5a656e;
    border-radius: 0;
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.foot-item .btn.btn-style:hover {
    background: #292929;
}


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

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

.shop-list .btn-item {
    cursor: pointer;
}

.icon-nav-link {
    color: #76787B;
    /*color: #fff !important;*/
    padding: 10px;
    font-size: 14px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

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

.icon-nav-link .num {
    width: 25px;
    height: 25px;
    background-color: #76787B;
    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 #76787B 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;
    border-top: 2px solid #666;
    /*overflow: hidden;*/
    /*border: 1px solid #fff;*/
}

.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: #76787B;
    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: #00a0e3;

}

.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: #76787B;
    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: #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: #76787B;
    font-weight: bolder;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 10px 15px;
}

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

.phone-item .phone-link-title {
    color: #76787B;
    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: #76787B;
}

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

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

#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: #292929;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: Poppins;
}

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

.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: #76787B;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: Dove, '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-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: #76787B;
    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: #292929;
    font-weight: bolder;
    background: #fff;
    border-radius: 8px;
}

.input-order.active {
    color: #fff;
    background: #292929;
}

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

.input-img {
    object-fit: contain;
    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: #76787B !important;
    border-color: #76787B;
}

.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: '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: #292929;
    font-weight: bolder;
    background: transparent;
    border-radius: 0px;
    border-bottom: 2px solid #eee;
}

.section-inquiry .input-order.active {
    color: #00a0e3;
    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 .custom-button-item {
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 184px;
    /*width: 100%;*/
    height: 43px;
    background: #00A0E3;
    -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: #00A0E3;
}

.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: #00a0e3;
}

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

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

.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-error {
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.15), rgba(0, 0, 0, 0.5)), url('/img/contact.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;
}


.section-breadcrumb {
    background: #fff;
}

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

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

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

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

.section-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #344655;
    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;
}