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

body {
    font-family: 'Noto Sans TC', sans-serif, serif;
    position: relative;
}

main {

    min-height: 100vh;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

::selection {
    background: #9BA393;
    color: #fff;
}

::-moz-selection {
    background: #9BA393;
    color: #fff;
}

.hr {
    width: 100%;
    border-top: 2px dashed #a2a2a2 !important;
    padding-bottom: 30px;
}

.lightboxOverlay {
    position: fixed !important;
}

.title-h3 {
    font-size: 18px;
    color: #535D48;
    margin-bottom: 0;
    font-weight: bolder;
    letter-spacing: 1.5px;
    position: relative;
}

.btn-pointer {
    cursor: pointer;
}

.white-space {
    white-space: nowrap;
}

/*-- START topbar --------------------*/
.top-bar {
    position: fixed;
    top: 0;
    background: #909986;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    z-index: 1180;
}

/*-- EMD topbar --------------------*/
/*-- START header --------------------*/
header {
    position: fixed !important;
    top: 0;
    /* top: 41px; */
    right: 0;
    left: 0;
    z-index: 1030;
    width: auto;
    text-align: center;
    -webkit-filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075));
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    padding: 0;
}

header.active {
    background-color: #000;
}

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

header .logo h1 {
    /* display: none; */
    width: 150px;
    background-image: url("../img/logo-w.png");
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    margin: 10px 0 5px 0;
}

@media (min-width: 1200px) {
    header .logo h1 {
        margin: 15px 0px 0;
        /* margin: 15px 30px 10px; */
        width: 187px;
        /* height: 80px; */
    }
}

.nav-bg {
    transition: all 0.2s ease;
}

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

.nav-bg .scroll {
    border-top: 1px solid #eee;
}

nav {
    transition: all 0.2s ease;
}

nav img {
    width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
    font-size: 13px;
    outline: 0;
    /* width: 100%; */
    text-align: left;
    /* margin: 0 5px; */
    color: #222;
    text-transform: uppercase;
    transition: all 0.2s ease;
    letter-spacing: 1px;
    padding: 20px 0;
    position: relative;
}

@media (min-width: 1200px) {

    nav .scroll a,
    .navbar-nav .nav-link {
        border-bottom: none;
    }
}

.nav-link:hover {
    color: #337ab7;
}

.nav-item-dropdown .nav-link {
    position: relative;
}

.nav-item-dropdown:hover .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #144387;
    transition: all 0.2s ease-in-out;
}

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

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

.book-now {
    background: #da3743;
    color: #fff;
    border-radius: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

header .menu-item {
    margin-bottom: -9px;
}

/*-- END header --------------------*/

.btn-link {
    font-size: 30px;
    font-weight: bolder;
    text-decoration: none;
    background-color: #b02417;
    color: #fff;
    padding: 25px 50px;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: -150px;
}

.btn-link:hover {
    color: #fff;
    background-color: #b3443a;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.35);
}

.icon-nav-link {
    color: #444;
    margin-right: 2px;
}

@media (min-width: 992px) {
    .icon-nav-link {
        margin-right: 10px;
    }
}

.icon-nav-link:hover {
    color: #909986;
}

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

/* @media (min-width: 576px) {
    a h1 {
        width: 400px;
        height: 400px;
    }
} */

.nav-item-dropdown:has(.dropdown-item-ja-l1:hover) a::after {
    opacity: 1;
}

.icon-nav-link {
    color: #444;
    padding: 5px 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: #909986;
    padding: 5px;
    font-size: 12px;
    position: relative;
    margin-left: 0px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
}

/* .nav-item-dropdown,
.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
} */

.nav-item-dropdown {
    text-align: left;
}

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

/* .nav-item-dropdown-l2+.nav-item-dropdown-l2 {
    margin-top: 5px;
} */

.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.25rem rgba(0, 0, 0, 0.075); */
    /* border-radius: 5px; */
    /*overflow: hidden;*/
    /*border: 1px solid #fff;*/
}

.dropdown-item-ja-l1 {
    left: 0;
    top: 59px;
    background: #fff;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}

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

/* 
.dropdown-item-ja-l2:hover {
    background-color: #494949;
} */

nav .scroll a.nav-link-l1,
nav .scroll a.nav-link-l2 {
    font-size: 13px;
    /* width: 100%; */
    display: block;
    outline: 0;
    padding: 10px 20px;
    margin: 0;
    color: #222;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    background-color: #eee;
    border-bottom: 1px solid #fff;
    /* margin-bottom: 5px; */
}

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

nav .scroll a.nav-link-l1 {
    text-align: left;
}

.btn-link {
    margin-top: 0;
    display: inline-block;
}


/*-- START index --------------------*/
/*-- START 視覺 --------------------*/
.section-index-carousel {
    background: url(../img/index/bg-index.jpg) no-repeat center center/ cover scroll;
    margin-top: 57px;
    padding: 60px 0;
    /* min-height: 60vh; */
}


.section-index-carousel .text-item {
    text-align: center;
    padding: 30px 0;
}

.section-index-carousel .text-item h2 {
    font-size: 20px;
    color: #144387;
    text-transform: uppercase;
    font-weight: bolder;
}

@media (min-width: 576px) {
    .section-index-carousel .text-item h2 {
        font-size: 30px;

    }

    .section-index-carousel {
        padding: 100px 0;

    }
}

@media (min-width: 1200px) {
    .section-index-carousel {
        margin-top: 124px;
    }
}

.section-index-carousel .text-item p {
    padding: 20px 0;
}

.section-index-carousel .text-item a {
    background: #0F1E34;
    color: #fff;
    font-weight: bolder;
    padding: 10px 35px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}

.section-index-carousel .text-item a:hover {
    background: #1f3d69;
}

.section-index-carousel .carousel-indicators {
    margin-bottom: 0.5rem;
}


.section-index-carousel .carousel-indicators .btn-indicators+.btn-indicators {
    margin-left: 5px;
}

.section-index-carousel .carousel-indicators button {
    border-radius: 25px;
    height: 5px;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    border: 2px solid #fff;
    background-color: transparent;
}

.section-index-carousel .carousel-indicators button.active {
    background-color: #fff;
}

.section-index-carousel .carousel-indicators button.carousel-control-prev,
.section-index-carousel .carousel-indicators button.carousel-control-next {
    border-radius: 0;
    border-color: #fff;
    border: 0;
    position: absolute;
    display: none;
}


/*-- END 視覺 --------------------*/
/*-- START About --------------------*/
.section-index-bg {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .section-index-bg {
        padding-bottom: 50px;
    }
}

.section-index-about {
    margin-bottom: 20px;
    background: url(../img/index/about.png) no-repeat center right/ cover scroll;
    position: relative;
    padding: 100px 0;
}

.section-index-about .item {
    position: relative;
    z-index: 3;
}

.section-index-about .item .text-item,
.section-index-custom .text-item,
.section-index-news .text-item,
.footer .text-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section-index-about .item .text-item img,
.section-index-custom .text-item img,
.section-index-news .text-item img,
.footer .text-item img {
    width: 20px;
    margin: 0 6px 6px;
}

.section-index-about .item .text-item h2,
.section-index-custom .text-item h2,
.section-index-news .text-item h2,
.footer .text-item h2 {
    font-size: 18px;
    color: #535D48;
    margin-bottom: 0;
    font-weight: bolder;
    letter-spacing: 1.5px;
}

.section-index-about .item .text-item h3,
.section-index-custom .text-item h3,
.section-index-news .text-item h3,
.footer .text-item h3 {
    color: #535D48;
    display: block;
    width: 100%;
    font-size: 30px;
    letter-spacing: 3px;
}

.section-index-about .item .text-item h3 span {
    position: relative;
    display: inline-block;
}

.section-index-about .item .text-item h3 span::after {
    content: '';
    background-image: url(../img/index/title-text.png);
    position: absolute;
    top: 3px;
    left: -10px;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;

}

.section-index-about .item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

.section-index-about .item p {
    color: #333;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 16px;
}

.section-index-about .btn-about {
    position: absolute;
    bottom: -15px;
    right: 50%;
    padding: 10px 50px;
    background-color: #3a4b2a;
    color: #fff;
    z-index: 9;
    border-radius: 25px;
    letter-spacing: 1.5px;
    transform: translateX(50%);
}

@media (min-width: 992px) {
    .section-index-about .btn-about {
        padding: 10px 60px;
    }
}

.section-index-about .btn-about:hover {
    background-color: #909986;
}

.section-index-about .icon {
    position: absolute;
    width: 250px;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0.8;
    z-index: 0;
    display: none;
}

@media (min-width: 992px) {
    .section-index-about {
        margin-bottom: 100px;

    }

    .section-index-about .btn-about {
        position: absolute;
        right: 25%;
        transform: translateX(0%);
    }

    .section-index-about .item .text-item h3,
    .section-index-custom .text-item h3,
    .section-index-news .text-item h3,
    .footer .text-item h3 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .section-index-about {
        padding: 100px 0;
        margin-bottom: 100px;
        background: url(../img/index/about.png) no-repeat center center/ cover scroll;
    }

    .section-index-about .icon {
        display: block;
        width: 300px;
        bottom: -120px;
        right: -4%;
        opacity: 1;
        z-index: 2;
        transform: translateX(0);
    }

}

@media (min-width: 1400px) {
    .section-index-about .icon {
        width: 330px;
    }

}

@media (min-width: 1600px) {
    .section-index-about .icon {
        bottom: -120px;
        right: -16%;
        width: 330px;
    }
}

/*-- END About --------------------*/
/*-- START Product Category --------------------*/
.section-index-product-category {
    position: relative;
    padding: 60px 0 150px;
    background: url(../img/index/product-category.png) no-repeat center center/ 200% 100% scroll;
    margin-top: 10px;
}



.section-index-product-category .btn-product-category {
    position: relative;
    z-index: 9;
    background-color: #331e04;
    color: #fff;
    padding: 10px 120px;
    letter-spacing: 1.5px;
    border-radius: 25px;
    display: inline-block;
}

.section-index-product-category .btn-product-category:hover {
    background-color: #535D48;
}

.section-index-product-category .icon {
    position: absolute;
    width: 230px;
    top: 120px;
    left: 35%;
    transform: translateX(-50%);
    opacity: 0.8;

}

@media (min-width: 1200px) {
    .section-index-product-category {

        background: url(../img/index/product-category.png) no-repeat center center/ 200% 100% scroll;
    }

    .section-index-product-category .icon {
        opacity: 1;
        width: 430px;
        top: -50px;
        left: 35%;
    }
}

@media (min-width: 1400px) {


    .section-index-product-category {
        padding: 80px 0 200px;
        background: url(../img/index/product-category.png) no-repeat center center/ 95% 100% scroll;
        margin-top: 100px;

    }
}

.section-index-product-category .bg {
    width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.section-index-product-category .text-item,
.section-index-product-category2 .text-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section-index-product-category .text-item img,
.section-index-product-category2 .text-item img {
    width: 20px;
    margin: 0 6px 6px;
}

.section-index-product-category .text-item h2,
.section-index-product-category2 .text-item h2 {
    font-size: 18px;
    color: #311800;
    margin-bottom: 0;
    font-weight: bolder;
    letter-spacing: 1.5px;
}

.section-index-product-category .text-item h3,
.section-index-product-category2 .text-item h3 {
    width: 100%;
    text-align: center;
    color: #311800;
    display: block;
    width: 100%;
    font-size: 30px;
    letter-spacing: 3px;
}

@media (min-width: 1200px) {

    .section-index-product-category .text-item h3,
    .section-index-product-category2 .text-item h3 {
        font-size: 50px;

    }
}

.section-index-product-category .owl-carousel .owl-prev,
.section-index-product-category .owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: none;
}

@media (min-width: 1200px) {

    .section-index-product-category .owl-carousel .owl-prev,
    .section-index-product-category .owl-carousel .owl-next {
        display: block;
    }
}

.section-index-product-category .owl-carousel .owl-prev {
    left: -20px;
}

.section-index-product-category .owl-carousel .owl-prev::after,
.section-index-product-category .owl-carousel .owl-next::after {
    content: '';
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d2315;
    /* font-size: 20px; */
}

.section-index-product-category .owl-carousel .owl-prev::after {
    content: '◀';
}

.section-index-product-category .owl-carousel .owl-next {
    right: -20px;
}

.section-index-product-category .owl-carousel .owl-next::after {
    content: '▶';
}

.section-index-product-category .owl-carousel .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 25px;
}

.section-index-product-category .owl-carousel .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.section-index-product-category .owl-carousel a:hover .pic-item img {
    transform: scale(1.1);
}

.section-index-product-category2 {
    position: relative;
    background: url(../img/index/product-category2.png) no-repeat center bottom/ 100% scroll;
    padding: 80px 0 60px;
}

.section-index-product-category2 .bg {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.section-index-product-category2 .icon {
    position: absolute;
    width: 300px;
    top: 150px;
    right: 9%;
    opacity: 0.8;
    transform: translateX(-50%);
}

@media (min-width: 1200px) {
    .section-index-product-category2 {
        background: url(../img/index/product-category2.png) no-repeat center bottom/ 100% scroll;
        padding: 80px 0 60px;
    }

    .section-index-product-category2 .icon {
        width: 300px;
        top: 10px;
        right: 9%;
        transform: translateX(-50%);
        opacity: 1;
    }
}

.section-index-product-category2 a {
    position: relative;
    z-index: 2;
    text-align: center;
}

.section-index-product-category2 a h4 {
    font-size: 18px;
    color: #311800;
    margin: 20px 0;
    font-weight: bolder;
}



.section-index-product-category2 a.img-link {
    border-radius: 100%;
    border: 3px dashed #a2a2a2;
    background-color: #fff;
    display: block;
}

.section-index-product-category2 a:hover.img-link {
    border: 3px solid #2d2315;
}

.section-index-product-category2 a span {
    background: #00000093;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    writing-mode: vertical-rl;
    z-index: 3;
    border-radius: 100%;
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.2s ease-in-out;

}

.section-index-product-category2 a:hover span {
    opacity: 1;
}

.section-index-product-category2 a .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 100%;
    transform: scale(0.95);
    transition: all 0.2s ease-in-out;
}

.section-index-product-category2 a .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-- END Product Category --------------------*/

/*-- Start News --------------------*/
.section-index-news {
    position: relative;
    padding: 60px 0 20px;
    /* margin-top: 200px; */
    background: url(../img/index/news.jpg) no-repeat center center/ cover scroll;
}

.section-index-news .min-news {
    min-height: 543px;

}

.section-index-news .icon {
    position: absolute;
    bottom: -50px;
    left: 4%;
    z-index: 2;
    display: none;
}

.section-index-news .text-item {
    position: relative;
    z-index: 2;
}

.section-index-news .text-item h2,
.section-index-news .text-item h3 {
    color: #fff;
}

.section-index-news .item {
    background: #d5d8c6;
    display: inline-block;
    border-left: 10px solid #d5d8c6;
    position: relative;
    width: 100%;
}

.section-index-news .item+.item {
    margin-top: 50px;
}

.section-index-news .item+.item::after {
    content: '';
    position: absolute;
    top: -25px;
    width: 100%;
    height: 20px;
    border-top: 2px dashed #fff;
}

.section-index-news .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    height: 100%;
}

.section-index-news .item .text-item {
    background: #fff;
    padding: 10px;
    height: 100%;
}

.section-index-news .item .text-item h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #2d2315;
    font-weight: bolder;
}

.section-index-news .item .text-item p {
    color: #2d2315;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-index-news .item .text-item span {
    margin-top: 30px;
    display: inline-block;
    font-family: 'Noto Sans TC';
    color: #aaa;
}

.section-index-news .item .text-item .btn-more {
    background-color: #d5d9c3;
    border-radius: 25px;
    padding: 5px 30px;
    color: #8f9a85;
    position: absolute;
    right: 10px;
    letter-spacing: 1.5px;
    display: inline-block;
    bottom: 10px;
    transition: all 0.2s ease-in-out;
}

.section-index-news .item:hover .btn-more {
    background-color: #8d9883;
    color: #d5d9c3;
}

@media (min-width: 992px) {
    .section-index-news .icon {
        display: block;
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .section-index-news .item .text-item .btn-more {
        right: -10px;
    }
}

@media (min-width: 1400px) {
    .section-index-news .icon {
        width: 500px;

    }
}

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

.section-index-news .news-page-item {
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.section-index-news .news-page-item a {
    background-color: #aaaaaa77;
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: relative;
}

.section-index-news .news-page-item a.active {
    background-color: #aaa;
}

.section-index-news .news-page-item a+a {
    margin-left: 10px;
}

/*-- END News --------------------*/
/*-- START footer --------------------*/
.footer {
    padding: 30px 0;
    background: #0F1E34;
}

.section-footer {
    background-color: #fff;
}

.section-footer p {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    padding: 5px 0;
}

.footer .text-item {
    margin-bottom: 0;
}

.footer .text-item h2,
.footer .text-item h3 {
    color: #fff;
}

.footer .text-icon-item {}

.footer .text-icon-item a {
    display: block;
    width: 100%;
    color: #fff;
    letter-spacing: 1.5px;
}

.footer .text-icon-item a+a {
    margin-top: 10px;
}

.footer .text-icon-item a span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #8d9883;
    border-radius: 5px;
    margin-right: 5px;
}

.footer .logo {
    width: 160px;
    margin-left: auto;
    margin-bottom: 20px;
}



/* .footer .text-link-item {
    margin: 40px 0 0;
} */
.footer .text-link-item a {
    opacity: 0.6;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.footer .text-link-item a:hover {
    opacity: 1;
}

.footer .text-link-item a.title {
    opacity: 1;
}

.footer .text-link-item a+a {
    /* margin-left: 10px;
    padding-left: 10px; */

}

.footer .text-link-item a+a:after {
    content: '';
    width: 1px;
    height: 40%;
    background-color: #311800;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer p {
    color: #eee;
}


/*-- END footer --------------------*/
/* START 麵包削------------------------------------------------*/

.breadcrumb {
    text-transform: capitalize;
}

.breadcrumb a {
    color: #909986;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.breadcrumb a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-image: url(../img/index/bar-icon.png);
    background-repeat: no-repeat;
    background-size: 65px 8px;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

.breadcrumb a:hover {
    color: #535D48;
}

.breadcrumb a:hover::after {
    opacity: 1;
}

.breadcrumb .breadcrumb-item {
    color: #311800;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #909986;
    content: var(--bs-breadcrumb-divider, "/");
}

/* END 麵包削------------------------------------------------*/

/*-- START 頁碼 --------------------*/
.page-item.disabled .page-link {
    background: #ddd;
    color: #aaa;
}

.page-item .page-link {
    color: #909986;
}

.page-item.active .page-link {
    background: #909986;
    color: #fff;
    border-color: #909986;
}

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

/* END 頁碼 ------------------------------------------------*/

/* START 側邊選單 ------------------------------ */

.section-page.product .side-bar {
    min-height: 100vh;
    /* padding: 0px 0 120px 0; */
}

.section-page.product .side-bar .side-content {
    padding: 0 0 30px 0;
}

.section-page.product .side-bar .side-content ul {
    list-style: none;
    position: relative;
    padding-left: 0;
}



.section-page.product .side-bar .side-content .side-dropdown>a {
    display: inline-block;
    text-decoration: none;
    color: #535D48;
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: all 0.3s ease;
    display: block;
    border-bottom: 2px dashed #eee;
    margin-bottom: 0;

}

.section-page.product .side-bar .side-content .side-dropdown-second li {
    list-style: none;
}

.section-page.product .side-bar .side-content .side-dropdown-second a {
    font-size: 16px;
    display: block;
    padding-left: 20px;
    position: relative;
    color: #3a3a3a;
}

.section-page.product .side-bar .side-content .side-dropdown .side-dropdown-second li {
    padding: 5px 0;
}

.section-page.product .side-bar .side-content .side-dropdown .side-dropdown-second li+li {
    border-top: 2px dashed #eee;
}

.section-page.product .side-bar .side-content .side-dropdown>a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(../img/index/title-icon.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left bottom;
    width: 15px;
    height: 15px;
    opacity: 1;
    transform: translateY(-75%);
    transition: all 0.2s ease-in-out;
}



.section-page.product .side-bar .side-content .side-dropdown>a.active::after {
    content: '';
    background-image: url(../img/index/title-icon2.png);
}

.section-page.product .side-bar .side-content .side-dropdown:hover>a,
.section-page.product .side-bar .side-content .side-dropdown-second a:hover {
    color: #909986;
}

.section-page.product .side-bar .side-content .side-dropdown.active>a::after {
    display: none;
}

.section-page.product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
    display: block;
}

.section-page.product .side-bar .side-content .side-dropdown-second {
    display: none;
}

.section-page.product .side-bar .side-content .side-dropdown:hover .side-dropdown-second {
    display: block;
}

.section-page.product .side-bar .side-content .side-dropdown-second a.active,
.section-page.product .side-bar .side-content .side-dropdown-second a.active span,
.section-page.product .side-bar .side-content .side-dropdown>a.active,
.section-page.product .side-bar .side-content .side-dropdown-second a.active {
    color: #331e04;
    font-weight: bolder;
}

.section-page.product .side-bar .side-content .side-dropdown.active-block .side-dropdown-second {
    display: block;
}

/* END 側邊選單 ------------------------------ */

/*-- START page banner --------------------*/

.section-banner {
    margin-top: 56px;
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/banner.jpg) no-repeat center center/ cover scroll;
    width: 100%;
    min-height: 193px;
    position: relative;
    /* background-size: cover; */
}

.section-banner.compliance {
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/compliance.jpg) no-repeat center center/ cover scroll;

}

.section-banner.recruitment {
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/recruitment.jpg) no-repeat center center/ cover scroll;

}

.section-banner.location {
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/location.jpg) no-repeat center center/ cover scroll;

}

.section-banner.industry {
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/industry.jpg) no-repeat center center/ cover scroll;

}

.section-banner.globalProductMarketing {
    background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/globalProductMarketing.jpg) no-repeat center center/ cover scroll;

}

.section-banner.page {
    min-height: auto;
}

@media (min-width: 1200px) {
    .section-banner {
        min-height: 413px;
        margin-top: 124px;
    }

    .section-banner.compliance {
        background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/compliance.jpg) no-repeat center center/ cover scroll;

    }

    .section-banner.recruitment {
        background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/recruitment.jpg) no-repeat center center/ cover scroll;

    }

    .section-banner.location {
        background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/location.jpg) no-repeat center center/ cover scroll;

    }

    .section-banner.industry {
        background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/industry.jpg) no-repeat center center/ cover scroll;

    }

    .section-banner.globalProductMarketing {
        background: linear-gradient(to bottom, #000000aa, #000000aa), url(../img/index/globalProductMarketing.jpg) no-repeat center center/ cover scroll;

    }
}

.section-banner.page:after {
    height: 100%;
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #144387;
    mix-blend-mode: multiply;
}


.section-banner h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-banner.page h2 {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
    margin-bottom: 0;
}

.section-banner.page .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
}

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

@media (min-width: 576px) {
    .section-banner.page:after {
        width: 34%;
    }

    .section-banner h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner.page .pic-item {
        padding-bottom: 30%;
    }
}

@media (min-width: 1200px) {
    .section-banner.page .pic-item {
        padding-bottom: 20%;
    }
}

/* .section-banner.page .container-xl:after {
    width: 1380px;
    height: 100%;
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38%;
    background-color: #144387;
    mix-blend-mode: multiply;
} */

/*-- END page banner --------------------*/

/*-- START page --------------------*/
.section-page {
    background-color: #EFEFEF;
    color: #282828;
    padding: 60px 0;
    position: relative;
}


.section-page.page {
    background-color: #fff;
    color: #282828;
    padding: 30px 0;
    position: relative;
}

.section-page.page:after {
    height: 100%;
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34%;
    background-color: #eee;
    mix-blend-mode: multiply;
    display: none;
}

@media (min-width: 576px) {
    .section-page.page:after {
        display: block;
    }

    .section-page.page {
        padding: 60px 0;
    }
}

.section-page.page .text-link-item {
    position: relative;
    z-index: 2;
}

.section-page.page .text-link-item a.active {
    background-color: #144387;
    color: #fff;
}

.section-page.page .text-link-item a {
    display: block;
    font-size: 15px;
    color: #494949;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px;
    margin-bottom: 1px;
}

.section-page.page .text-link-item a:hover {
    background-color: #494949;
    color: #fff
}

.section-page.page .text-link-item .title {
    text-transform: uppercase;
    font-weight: bolder;
    color: #144387;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.section-page.page .text-item {}

.section-page.page .text-item h4 {
    padding-left: 27px;
    margin: -94px 0 16px 0;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: capitalize;
    color: #144387;
    font-weight: bolder;
    border-bottom: solid 1px #E1E1E1;
    position: relative;
    padding-top: 154px;
}

.section-page.page .text-item h4::after {
    content: '〉';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 88%;
    transform: translate(0, -50%);
}

.section-page.page .text-item p {
    padding: 10px 5px;
    font-size: 16px;
    color: #4E4E4E;
}



.section-page.page .text-item ul {
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
}

.section-page.page .text-item ul h5 {
    font-size: 17px;
    color: #4E4E4E;
    font-weight: bolder;
    margin-bottom: 0;

}

.section-page.page .text-item ul li+li {
    margin-top: 10px;

}

.section-page.page .text-item ul p {
    margin-bottom: 0;
}

.section-page .item {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}



.section-page .item h3 {
    font-size: 16px;
    padding: 20px 5px;
    color: #535D48;
    margin-bottom: 30px;
    position: relative;
}

.section-page .item h3::after {
    content: '〉';
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 20px;
    color: #000;
    transform: translateY(-50%);
    display: none;
}

@media (min-width: 576px) {
    .section-page.page .text-item p {
        padding: 10px 25px;

    }

    .section-page .item h3::after {
        display: block;
    }

    .section-page.page .text-item ul {
        padding-left: 30px;
    }

    .section-page .item h3 {
        font-size: 20px;
        padding: 20px 25px;
    }
}

.section-page .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
}

.section-page .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.section-page .item:hover .pic-item img {
    opacity: 0.8;
}

.section-page .item:hover h3 {
    color: #144387;
}

.section-page .item:hover ::after {
    color: #144387;
}

/*-- END page --------------------*/

/*-- START case --------------------*/

.case-img-item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.case-img-item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.95);
    transition: all 0.2s ease-in-out;
}

.case-img-item .pic-item:hover img {
    transform: scale(1);
}

.section-contact {
    padding-top: 40px;
}





.section-contact .btn-send {
    background-color: #d5d8c6;
    color: #3a4b2a;
    padding: 10px 60px;
    display: inline-block;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
    border: none;
}

.section-contact .btn-send:hover {
    color: #d5d8c6;
    background-color: #3a4b2a;
}

.section-contact .btn-send.disabled {
    background-color: #6c757d;
    color: #fff;
    pointer-events: none;
    opacity: 0.65;
}

.section-contact .verify-item {
    display: flex;
    align-items: center;
}

.section-contact .verify-item img {
    height: 38px;
    margin-right: 1px;
}


/*-- END case --------------------*/


/*-- START MENU --------------------*/
.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 !important;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #3a4b2a;
    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,
#phoneAbout,
#phoneCompliance,
#phoneRecruitment,
#phoneLocatio,
#phoneIndustry,
#phoneGlobalProductMarketing,
#phoneProduct {
    display: none;
}

#product:checked~.phone-product,
#shopCart:checked~.shopcart-item,
#phoneAbout:checked~.phoneAbout-item,
#phoneCompliance:checked~.phoneCompliance-item,
#phoneRecruitment:checked~.phoneRecruitment-item,
#phoneLocatio:checked~.phoneLocatio-item,
#phoneIndustry:checked~.phoneIndustry-item,
#phoneGlobalProductMarketing:checked~.phoneGlobalProductMarketing-item,
#phoneProduct:checked~.phone-item {
    opacity: 1;
    visibility: visible;
}

#search:checked~.search-item,
#phoneAbout:checked~.phoneAbout-item,
#phoneCompliance:checked~.phoneCompliance-item,
#phoneRecruitment:checked~.phoneRecruitment-item,
#phoneLocatio:checked~.phoneLocatio-item,
#phoneIndustry:checked~.phoneIndustry-item,
#phoneGlobalProductMarketing:checked~.phoneGlobalProductMarketing-item,
#phoneProduct:checked~.phone-item {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 1100;
}

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

.phone-item,
.phoneAbout-item,
.phoneCompliance-item,
.phoneRecruitment-item,
.phoneLocatio-item,
.phoneIndustry-item,
.phoneGlobalProductMarketing-item,
.phone-item {
    /* background: linear-gradient(to left, #E8E8E8, #DCDDD8); */
    background-color: #fff;
    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-item ul,
.phoneAbout-item ul,
.phoneCompliance-item ul,
.phoneRecruitment-item ul,
.phoneLocatio-item ul,
.phoneIndustry-item ul,
.phoneGlobalProductMarketing-item ul,
.phone-item ul {
    list-style: none;
    padding-left: 0;
    /* background: #F6F6F6; */
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}

.phone-item li,
.phoneAbout-item li,
.phoneCompliance-item li,
.phoneRecruitment-item li,
.phoneLocatio-item li,
.phoneIndustry-item li,
.phoneGlobalProductMarketing-item li,
.phone-item li {
    background-color: #fff;
    margin: 0;
    /* border-bottom: 1px solid #D6D6D6; */
}

.phone-item ul li a,
.phoneAbout-item ul li a,
.phoneCompliance-item ul li a,
.phoneRecruitment-item ul li a,
.phoneLocatio-item ul li a,
.phoneIndustry-item ul li a,
.phoneGlobalProductMarketing-item ul li a,
.phone-item ul li a {
    color: #909986;
    font-size: 15px;
    color: #222;
    display: block;
    border-bottom: 2px solid #eee;
    text-align: center;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
}

#phoneAbout:checked~.phoneAbout-item,
#phoneCompliance:checked~.phoneCompliance-item,
#phoneRecruitment:checked~.phoneRecruitment-item,
#phoneLocatio:checked~.phoneLocatio-item,
#phoneIndustry:checked~.phoneIndustry-item,
#phoneGlobalProductMarketing:checked~.phoneGlobalProductMarketing-item,
#product:checked~.phone-item {
    display: block;
}

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

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

.close-title:hover {
    color: #909986;
    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) {
    box-shadow: none;
}

.icon-nav {
    width: auto;
}

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

.nav-bg .icon-nav .dropdown-item,
nav .scroll .dropdown-item {
    color: rgb(60, 15, 4);
    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: #ccc;
    color: rgb(60, 15, 4);
}

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

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

.hamburger .line {
    width: 25px;
    height: 2.5px;
    background: #909986;
    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 (max-width: 1200px) {
    .hamburger {
        display: block;
    }
}

/*-- END MENU --------------------*/

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

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