@font-face {
    font-family: 'Bakudai-Bold';
    src: url('../font/Bakudai-Bold.woff2') format('woff2'),
        url('../font/Bakudai-Bold.woff') format('woff');
    font-display: swap;
}

::selection {
    background: #912E32a8;
    color: #fff;
}

::-moz-selection {
    background: #912E32a8;
    color: #fff;
}

body {
    /* font-family: "Noto Sans TC", sans-serif; */
    background: #fff;
    font-family: 'Noto Sans TC';
}

html {
    /* font-family: "Noto Sans TC", sans-serif; */
    font-family: 'Noto Sans 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;
}

/* 漢堡選單 */
.hamburger {
    display: block;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 6px;
}

    .hamburger .line {
        width: 25px;
        height: 2.5px;
        background: #fff;
        border-radius: 25%;
        margin: 6px 0;
        transition: all 0.2s 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;
    /* width: 140px; */
    /* height: 80px; */
    /* background: #912E32; */
}

    .logo-item h1 {
        font-family: 'Bakudai-Bold';
        color: #B98C21;
        font-size: 30px;
        font-weight: bolder;
        text-align: center;
        margin-bottom: 0;
    }

.logo {
    width: 240px;
    height: 51px;
    background-image: url("../img/logo-tw.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;
    }


.bg {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* .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 {
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    background: #912E32;
    padding: 13px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .nav-bg {
        width: 95%;
        border-radius: 15px;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1200px) {

    .nav-bg {
        width: 90%;
        top: 75px;
        border-radius: 0 0 15px 15px;
    }
}

.menu-logo-item {
    left: 50%;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #912E32;
    width: 90%;
    z-index: 1199;
    padding: 10px 0 0px;
    display: none;
}

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

.menu-logo-item h1 {
    font-family: 'Bakudai-Bold';
    font-size: 35px;
    color: #B98C21;
    font-weight: bolder;
    margin-bottom: 0;
}

.nav-bg .bg {
    /* background: #912E32; */
}

.nav-bg.sticky,
.phone-nav-bg {
    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;
        text-transform: capitalize;
        font-family: 'Noto Sans TC';
    }

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

    nav .scroll a:hover,
    .navbar-nav .nav-link:hover {
        opacity: 0.8;
    }

@media (min-width: 1200px) {

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

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

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

.footer {
    padding: 0px 0 0px;
    background: #912E32;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {

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

.footer .logo-2 {
    font-family: 'Bakudai-Bold';
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer .logo-2 {
        text-align: start;
    }
}

.footer .foot-logo {
    width: 240px;
    height: 51px;
}

.footer .dot-img {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    height: 100%;
    display: none;
}

@media (min-width: 992px) {
    .footer .dot-img {
        /* width: 75%; */
        display: block;
    }
}

.footer .foot-text-item {
    position: relative;
    z-index: 9;
}

    .footer .foot-text-item p {
        color: #9d9d9d;
        font-size: 13px;
        padding: 30px 0;
        margin-bottom: 0;
    }

    .footer .foot-text-item h2 {
        font-family: 'Noto Sans TC';
        color: #912E32;
        font-size: 16px;
    }

    .footer .foot-text-item h3 {
        font-size: 24px;
        color: #000;
        text-align: justify;
        font-weight: 400;
    }

.footer .line-top {
    border-top: 1px solid #434551;
}

.footer .foot-logo {
    color: #e6002f;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer .foot-logo-item {
    position: relative;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer .foot-logo-item {
        justify-content: start;
    }
}

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

    .footer .foot-logo-item ul li + li {
        margin-top: 10px;
    }

    .footer .foot-logo-item ul li {
        display: flex;
    }

        .footer .foot-logo-item ul li a {
            font-size: 14px;
            color: #ccc;
            width: 100%;
            transition: all 0.2s ease-in-out;
        }

            .footer .foot-logo-item ul li a:hover {
                color: #fff;
            }

            .footer .foot-logo-item ul li a i {
                color: #FEC007;
                margin-right: 10px;
                width: 30px;
                text-align: center;
            }

.footer .link-item .foot-link {
    display: flex;
    flex-wrap: wrap;
}


    .footer .link-item .foot-link li {
        width: 50%;
    }

@media (min-width: 576px) {

    .footer .link-item .foot-link li {
        width: 33.3%;
    }
}

@media (min-width: 992px) {
    .footer .link-item .foot-link {
        display: block;
        /* flex-wrap: nowrap; */
    }

        .footer .link-item .foot-link li {
            width: 100%;
        }
}

.footer .link-item .foot-link li + li {
    margin-top: 0;
}

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

.footer .icon-item {
    position: relative;
    z-index: 2;
}

    .footer .icon-item a {
        color: #333;
        font-size: 16px;
        transition: all 0.2s ease-in-out;
        opacity: 1;
    }

        .footer .icon-item a img {
            width: 18px;
            height: 18px;
        }

        .footer .icon-item a:hover {
            opacity: 0.8;
        }

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

.footer .link-item {
    position: relative;
    z-index: 2;
}

    .footer .link-item .title-p {
        font-size: 24px;
        color: #fff;
        font-weight: 300;
    }

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

            .footer .link-item ul li h2,
            .footer .quick-item h2,
            .footer .foot-logo-item h2 {
                font-size: 15px;
                color: #f3f3f3;
                position: relative;
                padding-bottom: 3px;
                padding-top: 3px;
                text-align: center;
            }

@media (min-width: 768px) {

    .footer .link-item ul li h2,
    .footer .quick-item h2,
    .footer .foot-logo-item h2 {
        font-size: 16px;
        text-align: start;
    }
}

.footer .link-item ul li a,
.footer .quick-item h2 a {
    font-size: 16px;
    color: #f3f3f3;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-family: 'Noto Sans TC';
}

    .footer .link-item ul li a.a-link {
        color: #ccc;
        font-size: 15px;
        position: relative;
        padding-left: 15px;
    }

        .footer .link-item ul li a.a-link:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 5px;
            height: 5px;
            background-color: #FEC007;
            border-radius: 100%;
        }

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

.footer .foot-bottom-item {
    padding: 10px 0 30px;
    position: relative;
    z-index: 2;
    background: #912E32;
}

    .footer .foot-bottom-item .icon-item a {
        color: #aaa;
        display: inline-block;
    }


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

    .footer .foot-bottom-item p {
        text-align: center;
        margin-bottom: 0;
        color: #fff;
        font-size: 12px;
    }

    .footer .foot-bottom-item .map-item {
        text-align: center;
        color: #666;
    }


        .footer .foot-bottom-item .map-item a {
            font-size: 13px;
            color: #fff;
            display: inline-block;
            padding: 5px 10px;
            position: relative;
        }

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

@media (min-width: 576px) {
    .footer .foot-bottom-item .map-item a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .footer .foot-bottom-item p {
        text-align: right;
    }

    .footer .foot-bottom-item .map-item {
        text-align: left;
    }
}


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


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

    .search-box-pc .btn {
        color: #912E32;
        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.2s 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;
}

.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: 'Gotham Black' !important;
        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);
    }


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

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

.btn-item {
    cursor: pointer;
}

.icon-nav-link {
    color: #333;
    /*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: #912E32;
    }

    .icon-nav-link .num {
        width: 25px;
        height: 25px;
        background-color: #912E32;
        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 #912E32 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 {
    font-size: 15px;
    width: 100%;
    display: block;
    outline: 0;
    padding: 10px 10px;
    margin: 0;
    color: #912E32;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
    min-width: 200px;
}

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

    nav .scroll a.nav-link-l2:hover {
        color: #fff;
        background: #912E32;
    }

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

.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: #912E32;
    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: #eee;
    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.2s 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: #333;
        font-size: 16px;
        transition: all 0.2s ease-in-out;
        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: #912E32;
        font-weight: bolder;
        font-size: 16px;
        transition: all 0.2s 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: #912E32;
        }

    .phone-item .phone-link-body {
        display: block;
        font-size: 18px;
        padding: 5px 10px;
        margin-bottom: 5px;
        background: #912E32;
        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.2s 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;
    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-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: #912E32;
    }

.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: #912E32;
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-family: 'Gotham Black' !important;
            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 */
.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 #912E32;
        cursor: pointer;
        color: #f6f6f6;
        transition: all 0.2s ease-in-out;
        font-family: 'Gotham Black' !important;
        font-weight: bolder;
    }

        .footer .arrow-up div:hover {
            background-color: #f6f6f6;
            color: #912E32;
            border: 1px solid #fff;
        }


.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: 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: #912E32 !important;
    border-color: #912E32;
}

.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: 'Gotham Black' !important;
            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: 'Gotham Black' !important;
            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: 'Gotham Black' !important;
}

@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: #912E32;
        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: #912E32;
    -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: 'Gotham Black' !important;
    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: #912E32;
}

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

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

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

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


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