/** {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/

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

body {
    font-family: 'Noto sans CJK TC', sans-serif, serif;
}

main {
    margin-top: 100px;
}

@media (min-width: 1200px) {
    main {
        margin-top: 110px;
    }
}

@media (min-width: 1400px) {
    main {
        margin-top: 120px;
    }
}

.null-text {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 30px;
    letter-spacing: 1.5px;
    background: #666;
}

.bg-red,
.bg-red:hover,
.bg-red:focus {
    background: #3C0F04;
    color: #fff;
    box-shadow: none;
}

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

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

a:hover {
    color: #3C0F04;
}

.introduce-content img {
    max-width: 750px;
    width: 100%;
}

.btn-pointer {
    cursor: pointer;
}

th,
td {
    vertical-align: middle;
}

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

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

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


.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: 77px;
    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 {
        top: 10px;
        right: 55px;
        transform: translateX(0);
        width: 390px;
    }
}


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

@media (min-width: 1400px) {
    .logo {
        width: 160px;
        height: 80px;
    }
}

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

h2 {
    color: #343D4C;
    padding: 20px 0;
    font-size: 30px;
    letter-spacing: 1.3px;
    font-weight: bolder;
    text-align: center;
    font-family: 'Noto sans CJK TC', sans-serif;
}

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

@media (min-width: 768px) {
    h2 {
        font-size: 50px;

    }
}

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

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

/*section {
padding: 20px 0;
}*/


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

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

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

.nav-bg .scroll {
    margin-bottom: -5px;
}

nav {
    transition: all 0.2s ease;
}

nav img {
    width: 100px;
}

nav .scroll a,
.navbar-nav .nav-link {
    font-size: 20px;
    /* font-weight: bold; */
    outline: 0;
    padding: 20px 15px;
    margin: 0 5px;
    color: #0047BB;
    transition: all 0.1s ease;
    letter-spacing: 1px;
    position: relative;
}

@media (min-width: 992px) {

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

.nav-item {
    position: relative;
}

.nav-link:hover {
    color: #FF7F41;
    /* border-bottom: 5px solid #75787B; */
}

.nav-item-dropdown::after,
.nav-item::after {
    content: '';
    width: 0px;
    height: 4px;
    background-color: #FF7F41;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}

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

.nav-item-dropdown:hover::after,
.nav-item:hover::after {
    width: 30px;
}

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

.navbar .dropdown-item-product {
    position: fixed;
    width: 100%;
    top: 120px;
    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 a {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
}

.navbar .dropdown-item-product .item-product-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.navbar .dropdown-item-product .item-product-list li+li {
    padding-bottom: 0px;
}

.navbar .dropdown-item-product .item-product-list a {
    border: none;
    display: block;
    cursor: pointer;
    padding: 0 10px;
    font-size: 14px;
    color: #888;
}

.navbar .dropdown-item-product .item-product-list a:hover {
    border: none;
    background: #eee;
}

.navbar .dropdown-item-product a:hover {
    border-bottom: 1px solid #ccc;
}

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

/* START footer------------------------------ */

.footer {
    background: #344093;
    padding: 30px 0 10px;
    position: relative;
}

/* 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 #344093;
    cursor: pointer;
    color: #f6f6f6;
    transition: all 0.2s ease;
    font-weight: bolder;
}

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


.footer h2 {
    color: #fff;
    font-weight: bolder;
    text-align: left;
    font-size: 30px;
    position: relative;
    text-transform: capitalize;
}

.footer h2::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
}

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

.footer li+li {
    margin-top: 10px;
}

.footer span {
    display: inline-block;
    width: 50px;
    color: #fff;
    font-weight: bolder;
}


.footer p {
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 0;
    margin-left: auto;
    color: #fff;
    text-align: end;
    display: inline-block;
    text-transform: capitalize;
}

.footer a {
    color: #fff;
    margin: 0 5px;
}

.footer a:hover {
    color: #E95613;
}

.footer .design-link {
    color: #FF7F41;
    /*padding: 2px 10px;*/
    /*background: #ffffffee;*/
    display: inline-block;
    font-size: 14px;
}

.footer .design-link:hover {
    color: #FFA500;
}

@media (min-width: 576px) {
    .footer {
        padding: 80px 0 10px;
    }

    .footer h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .footer h2::after {
        width: 80%;
    }
}

/* END footer------------------------------ */





.search-item {
    position: fixed;
    top: 76px;
    width: 100%;
    border-radius: 7px;
    background: #523725;
    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%;
}

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

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

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

.shopcart-item {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: fixed;
    top: 77px;
    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 {
        right: 50px;
        min-width: 390px;
        max-width: 390px;
    }
}

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

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

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

.btn-item {
    cursor: pointer;
}

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

.dropdown-item-ja-l1 {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item-ja-l2 {
    left: 100%;
    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: 17px;
    width: 100%;
    display: block;
    outline: 0;
    padding: 10px 20px;
    margin: 0;
    color: #0047BB;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    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: #eee; */
    color: #E95613;
}

/* nav .scroll a.nav-link-l1:after, nav .scroll a.nav-link-l2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 98.5%;
        bottom: 0;
        background: #3C0F04;
        z-index: -1;
        transition: all 0.2s ease-in-out;

    }
    nav .scroll a.nav-link-l1:hover:after,
    nav .scroll a.nav-link-l2:hover:after {
        right: 0;
        top: 0;
        left: 0;
    }*/
.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: #E95613;
    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,
#phoneApplication,
#phoneResources {
    display: none;
}

#product:checked~.phone-product,
#shopCart:checked~.shopcart-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item,
#phoneAbout:checked~.phone-about-item,
#phoneApplication:checked~.phone-application-item,
#phoneResources:checked~.phone-resources-item {
    opacity: 1;
    visibility: visible;
}

#search:checked~.search-item,
#phoneProduct:checked~.phone-item,
#phoneNew:checked~.phone-new-item,
#phoneAbout:checked~.phone-about-item,
#phoneApplication:checked~.phone-application-item,
#phoneResources:checked~.phone-resources-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-application-item,
.phone-resources-item {
    background: linear-gradient(to left, #fff, #fff);
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 1500;
    overflow-y: scroll;
    transition: all 0.3s ease;
    display: none;
    padding-bottom: 50px;
}

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

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

.phone-new-item ul li a,
.phone-about-item ul li a,
.phone-application-item ul li a,
.phone-resources-item ul li a {
    color: #283f97;
    font-weight: bolder;
    font-size: 18px;
    transition: all 0.3s ease;
    display: block;
    padding: 10px 15px;
}

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

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

.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-application-item ul li a:hover,
.phone-resources-item ul li a:hover {
    color: #FF7F41;
}

.phone-item .phone-link-body {
    display: block;
    font-size: 20px;
    padding: 10px 5px;
    /* border-bottom: 1px solid #eee; */
    background: #fff;
    color: #0047BB;
}

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

.accordion-button:not(.collapsed) {
    background: #fff;
}

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


.phone-item .accordion-item .accordion-body a {
    display: block;
    color: #0047BB;
}

@media (min-width: 1200px) {

    .phone-item,
    .phone-new-item,
    .phone-about-item,
    .phone-application-item,
    .phone-resources-item {
        display: none !important;
    }
}

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

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

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

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

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




/* 輪播 */
.section-slogan {
    margin-top: 100px;
}

.section-slogan img {
    width: 100%;
    /* height: calc(100vh - 120px); */
}

.carousel-item {
    object-fit: cover;
    /* height: calc(100vh - 120px); */
    position: relative;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 118px;
    width: 10%;
    display: none;
}

@media (min-width: 1200px) {

    .carousel-control-next,
    .carousel-control-prev {
        display: block;
    }
}


.desktop-img {
    display: none;
}

@media (min-width: 768px) {
    .desktop-img {
        display: block;
    }

    .phone-img {
        display: none;
    }
}

/* 主視覺 */
/* .main-bg1,
.main-bg2,
.main-bg3,
.main-bg4 {
    width: 100%;
    height: calc(100vh - 82px);
    position: relative;
    overflow: hidden;
}

.main-bg1 {
    background: url(../img/index/banner3.jpg) no-repeat center center/ cover scroll;
}

.main-bg2 {
    background: url(../img/index/banner2.jpg) no-repeat center center/ cover scroll;
}

.main-bg3 {
    background: url(../img/index/banner3.jpg) no-repeat center center/ cover scroll;
} */

.slogan {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 40px 0;
    display: inline-block;
    z-index: 1;
}



.slogan h2 {
    letter-spacing: 2px;
    font-size: 30px;
    color: #0047BB;
    text-align: left;
    display: block;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.slogan p {
    display: inline-block;
    letter-spacing: 1.8px;
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
}

.slogan p::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #EF7C45;
    border-radius: 100%;
}


@media (min-width: 1200px) {
    .slogan {
        font-size: 32px;
        width: 100%;
        padding: 40px 0;
    }

    .banner-item {
        width: 600px;
    }

    .banner-item .banner-icon {
        width: 170px;
        height: 170px;
    }

    .slogan h2 {
        font-size: 40px;
    }
}

@media (min-width: 1400px) {
    .slogan {
        /* left: 18rem; */
    }
}

/* product page start------------------------------ */

section.section-pg-banner {
    margin-top: 77px;
    padding: 60px 0;
    display: flex;
    background: linear-gradient(#000000a8, rgba(43, 42, 42, 0)), url('/img/index/banner3.jpg') no-repeat center right/cover scroll;
    text-align: center;
}


section.section-pg-banner .page-img {
    width: 300px;
}

section.section-pg-banner p {
    color: #fff;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 2px;
    text-shadow: 0 0 0 #212529;
    /*text-transform: uppercase;*/
}

@media (min-width: 992px) {
    section.section-pg-banner {
        margin-top: 80px;
        padding: 120px 0;
    }

    section.section-pg-banner .page-img {
        width: 400px;
    }

    section.section-pg-banner p {
        padding-top: 60px;
        letter-spacing: 4px;
    }
}

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

.section-store {
    background: #fff;
}

.section-store .side-bar-color {
    background: #f6f6f6;
}


.section-store .side-bar {
    min-height: 100vh;
    padding: 60px 0 120px 5px;
}



.section-store .side-bar .side-title {
    position: relative;
    z-index: 1;
}


.section-store .side-bar .side-title h3 {
    font-size: 30px;
    color: #343D4C;
    /*text-transform: uppercase;*/
}


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

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

/*.section-store .side-bar .side-content .side-dropdown {
                border-radius: 15px;
                border: 1px solid #E95613;
                background: #fff;
                margin-bottom: 5px;
            }*/

.section-store .side-bar .side-content .side-dropdown.active .side-dropdown-second a.active {
    color: #0376c1;
}

.section-store .side-bar .side-content a {
    display: inline-block;
    text-decoration: none;
    color: #343D4C;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    transition: all 0.3s ease;
    display: block;
    /*border-bottom: 1px solid transparent;*/
    /*text-transform: uppercase;*/
}

.section-store .side-bar .side-content a:hover {
    color: #3C0F04;
    /*border-bottom: 1px solid #434343;*/
    font-weight: bolder;
}

.section-store .side-bar .side-content a::before {
    content: '';
    width: 20px;
    height: 20px;
    /*background: #343D4C;*/
    background: url(/img/index/logoicon.jpg) no-repeat center center / cover scroll;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: -15px;
    /*border-bottom: 2px solid #FFF000;*/
}



.section-store .side-bar .side-content .side-dropdown:hover>a {
    color: #202322;
}

.section-store .side-bar .side-content .side-dropdown.active a {
    color: #202322;
    /*font-weight: bolder;*/
}

/*.section-store .side-bar .side-content .side-dropdown:hover a::after,
                .section-store .side-bar .side-content .side-dropdown.active a::after {
                    width: 55px;
                    background: #343D4C;
                }*/

/*.section-store .side-bar .side-content .side-dropdown:hover a::before,
                .section-store .side-bar .side-content .side-dropdown.active a::before {
                    background: #3C0F04;
                }*/

.section-store .side-bar .side-content .side-dropdown-second {
    display: none;
    padding-left: 30px;
}

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

/* 產品 ------------------------------ */
.section-store .product-content {
    padding: 60px 20px;
    min-height: 100vh;
}

.section-store .product-content h4 {
    font-size: 30px;
    color: #343D4C;
    text-align: center;
    padding-bottom: 40px;
    display: block;
}

.section-store .product-content label {
    color: #0376c1;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
}


.section-store .item .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 150px;
    height: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 576px) {
    .section-store .item .pic {
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 768px) {
    .section-store .item .pic {
        width: 210px;
        height: 210px;
    }
}

.section-store .item {
    margin-bottom: 15px;
    text-align: center;
    /*background: #cccccc90;*/
    padding: 15px 0 0 0;
    border-radius: 10px;
}

.section-store .item .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-bottom: 0px;
    object-fit: cover;
    border-radius: 100%;
}

.section-store .item a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-store .item .text {
    background: #cccccc90;
    border-radius: 5px;
}

.section-store .item .text p {
    text-align: center;
    font-size: 18px;
    color: #343D4C;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.section-store .item .btn-add-cart {
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 15px;
    font-size: 14px;
    padding: 10px 0;
    color: #3C0F04;
    transition: all 0.2s ease;
}

.section-store .item:hover .btn-add-cart {
    background: #E95613;
    color: #fff;
}

.section-store .item a:hover .pic {
    transform: translate(-50%, -5%);
}

.section-store .item a:hover p {
    color: #E95613;
}

@media (min-width: 992px) {
    .section-store .item .text p {
        font-size: 21px;
    }
}

/* 麵包屑 start -------------------------------------------------*/
/*.breadcrumb {
    text-transform: uppercase;
}*/

.breadcrumb a,
.breadcrumb-item {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

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

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

/* 產品內頁 start ------------------------------------------------*/
.section-breadcrumb {
    background: #E95613;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.section-product-introduce {
    padding-top: 60px;
}


.section-product-introduce .introduce-head h3 {
    font-size: 26px;
    font-weight: bolder;
    color: #505050;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .section-product-introduce .introduce-head h3 {
        font-size: 35px;

    }
}

.section-product-introduce .introduce-head .text .content {
    font-size: 20px;
    color: #666;
    text-align: justify;
    padding: 10px 0 10px 30px;
}



.section-product-introduce .introduce-head .text .data-item {
    padding-left: 30px;
    list-style: none;
}

.section-product-introduce .introduce-head .text .data-item li+li {
    margin-top: 5px;
}

.section-product-introduce .introduce-head .text .data-item p {
    font-size: 18px;
    color: #262b2f;
}

.section-product-introduce .introduce-head .text .data-item span {
    color: var(--primary-text-color);
    margin-right: 30px;
    display: inline-block;
    width: 100px;
    position: relative;
    font-weight: bolder;
}

.section-product-introduce .introduce-head .text .data-item span::after {
    content: ':';
    position: absolute;
    top: 0;
    right: -25px;
}

.section-product-introduce .introduce-head .form-control {
    width: 20%;
    background: #eee;
    display: inline-block;
}

.section-product-introduce .introduce-body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-product-introduce .introduce-body .introduce-content {
    padding: 30px 30px 60px;
}

.section-product-introduce .introduce-body .title {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}


.section-product-introduce .introduce-body .introduce-content .min-title {
    color: var(--primary-text-color);
    font-weight: bolder;
}

.section-product-introduce .introduce-body .introduce-content .min-content {
    color: #666;
}

.section-product-introduce .introduce-body .back-item {
    border-top: 1px solid #FF7F41;
}

.section-product-introduce .btn-more {
    position: relative;
    z-index: 1;
    background: #ff9137;
    text-align: center;
    border-radius: 50px;
    width: 300px;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 1.5px;
    z-index: 2;
    margin-left: 20px;
}



.section-product-introduce .btn-more p {
    margin-bottom: 0;
    color: #fff;
    font-weight: bolder;
    padding: 20px 0;
    position: relative;
    z-index: 4;
}

.section-product-introduce .btn-more:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 140%;
    border-radius: 50px;
    color: #fff;
    left: 50%;
    transition: all 0.2s ease-in-out;
    top: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    z-index: 1;
}

.section-product-introduce .btn-more:hover:after {
    border: 1px solid #ff9137;
}


/* swiper start------------------ */
/* .swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.sliderSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 5px;
}

.sliderSwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
    cursor: pointer;
}

.sliderSwiper .swiper-slide-thumb-active {
    opacity: 1;
    outline: 3px solid #3C0F04;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 400px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #523725 !important;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.075))
}

@media (min-width: 992px) {
    .swiper-slide img {
        max-height: 400px;
    }
} */

.form-control:focus {
    outline: 3px solid var(--primary-text-color);
    box-shadow: none;
}

/*.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}*/

.disabled>.page-link,
.page-link.disabled {
    color: #aaa;
    pointer-events: none;
    background-color: #ccc;
    border-color: #fff;
}

.page-link {
    color: var(--primary-text-color);
    background-color: #fff;
}

.active>.page-link,
.page-link.active {
    color: #fff;
    background-color: #0376c1;
    border-color: #fff;
}



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

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

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

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

.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/index/contact.jpg') no-repeat center center / cover scroll;
}

#contactData .form-label {
    color: #FFF000;
}

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

.pagination .page-item {
    border-radius: 0 !important;
}

.page-item .page-link {
    border-radius: 0 !important;
    border: none;
}

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

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

/* youtube */
.section-tiktok {
    position: relative;
    padding: 60px 0 90px 0;
    background: url('/img/index/banner3.jpg') repeat center center / cover scroll;
}

.section-youtube {
    padding: 60px 0 90px 0;
    background: url('/img/index/footer_bg.jpg') no-repeat center center / cover scroll;
}

.yt-card {
    border-radius: 15px;
    border-color: #262b2f;
}

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

.yt-card .card-head p {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.yt-card .card-body {
    padding: 0;
    border-radius: 0 0 15px 15px;
    position: relative;
}

.yt-card .card-body img {
    width: 100%;
    height: 330px;
    border-radius: 0 0 15px 15px;
}

.owl-carousel .owl-stage-outer {
    padding: 0 0 60px 0;
}

@media (min-width: 992px) {
    .yt-card .card-body img {
        height: 270px;
    }

    .section-youtube {
        padding: 160px 0 180px 0;
    }

    .section-ig {
        padding: 120px 0;
    }
}

@media (min-width: 1200px) {
    .yt-card .card-body img {
        height: 270px;
    }
}

@media (min-width: 1400px) {
    .yt-card .card-body img {
        height: 200px;
    }
}

.alibaba-icon {
    width: 27px;
}

/* owl */
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.owl-next,
.owl-prev {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 70px;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 70px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease;
    z-index: 1;
}



.owl-next:hover,
.owl-prev:hover {
    background-color: #2a4199;
    opacity: 1;
}

.owl-prev {
    left: -320px;
}

.owl-next:after,
.owl-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
}

.owl-next:after {
    content: '＞';
    left: 53%;
}

.owl-prev:after {
    content: '＜';
    left: 47%;
}

@media (min-width: 1200px) {

    .owl-next,
    .owl-prev {
        display: block;
    }

    .owl-prev {
        left: -220px;
    }

    .owl-next {
        left: -100px;
    }
}

@media (min-width: 1400px) {

    .owl-prev {
        left: -280px;
    }

    .owl-next {
        left: -180px;
    }
}

.owl-next:hover,
.owl-prev:hover {
    opacity: 1;
}

.owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-dots .owl-dot {
    opacity: 0.6;
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

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

.section-product-category {
    padding: 40px 0;
}

.section-product-category a {
    display: inline-block;
    border: 1px solid #E95613;
    border-radius: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.section-product-category a img {
    border-radius: 25px;
}

.section-product-category a:hover {
    border: 1px solid transparent;
}

.section-category {
    padding: 30px 0;
}

.section-category .item {
    width: 100%;
    border-radius: 15%;
    display: inline-block;
    border: 1px solid #f6f6f6;
}

.section-category .item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-category .item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15%;
}

.btn-check-product {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.section-new {
    padding: 40px 0;
    background: url('/img/index/bg.jpg') no-repeat center center /cover scroll;
    min-height: 70vh;
}


.section-new .item {
    margin-bottom: 15px;
    text-align: center;
    padding: 15px 0 0 0;
    border-radius: 10px;
}

.section-new .item .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 210px;
    height: 210px;
}


.section-new .item .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-bottom: 0px;
    object-fit: cover;
    border-radius: 100%;
}

.section-new .item a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-new .item .text {
    background: #cccccc90;
    border-radius: 5px;
    font-family: 'Microsoft JhengHei', 'Noto sans CJK TC', sans-serif, serif;
}

.section-new .item .text p {
    text-align: center;
    font-size: 18px;
    color: #343D4C;
    font-weight: bolder;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.section-new .item a:hover .pic {
    transform: translate(-50%, -5%);
}

.section-new .item a:hover p {
    color: #E95613;
}

.new-item {
    background: #ffffffee;
    border-radius: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}


/* --START 錯誤頁面---------------------------------------- */
.section-error {
    background: linear-gradient(to bottom, rgba(256, 256, 256, 0.15), rgba(0, 0, 0, 0.5)), url('/img/index/contact.jpg') 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;
}

/* --END 錯誤頁面---------------------------------------- */



/* --START products---------------------------------------- */

.section-products {
    padding: 0;
}

.section-products .list-item {
    border-bottom: 1px solid #a6afd3;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
}

.section-products .item {
    background-color: transparent;
    color: #283f97;
    display: block;
    text-align: center;
    padding: 15px 0;
}

.section-products .item.active {
    background: #ee7d44;
    color: #fff;
    position: relative;
}

.section-products .item.active:after {
    content: '▼';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #2a3f97;
}

.section-products .item h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.section-products-category-content {
    background-color: #fbfbfb;
}

.section-products .category-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    color: #283f97;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-products .category-title span {
    font-size: 80px;
    font-weight: bolder;
    padding-right: 30px;
}

@media (min-width: 576px) {
    .section-products {
        padding: 30px 0;
    }

    .section-products .item {
        padding: 30px 0;
    }

    .section-products .list-item {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .section-products .category-title {
        font-size: 40px;
    }

    .section-products .category-title span {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .section-products .list-item {
        padding-top: 80px;
    }
}

.section-products-category-content {
    padding: 30px 0;
}

.section-products-category-content .pic-item {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.section-products-category-content .pic-item img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.section-products-category-content .text-item {}

.section-products-category-content .text-item h4 {
    font-size: 27px;
    text-transform: capitalize;
    color: #283f97;
}

.section-products-category-content .text-item p {
    font-size: 18px;
    color: #515151;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.section-products-category-content .products-link {
    background: #f68244;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 15px 60px;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.section-products-category-content .products-link:hover {
    background-color: #283f97;
}

.section-products-category {
    padding: 0px 0;
}

.section-products-category .item {
    padding: 30px 0;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.section-products-category .item:hover {
    border: 1px solid #f68244;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-products-category .item h4 {
    font-size: 24px;
    font-weight: bolder;
    text-transform: capitalize;
    color: #283f97;
    margin-bottom: 0;
    position: relative;
    padding: 30px 0;
}

.section-products-category .item h4:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #283f97;
    display: none;
}

@media (min-width: 768px) {
    .section-products-category .item h4:after {
        display: block;
    }
}

@media (min-width: 1200px) {
    .section-products-category {
        padding: 30px 0;
    }
}

.section-products-category .item p {
    font-size: 18px;
    color: #515151;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-products-category .col-12:nth-of-type(even) h4 {
    color: #f68244;
}

.section-products-table {}

.section-products-table table thead,
.section-products-table table tbody {
    vertical-align: middle;
    text-align: center;
}

.section-products-table table thead th {
    background-color: #2a3f97;
    color: #fff;
    padding: 30px 15px;
    white-space: nowrap;
}

.section-products-table table tbody tr {
    border-color: #283f97;
}

.section-products-table table tbody td {
    padding: 30px 15px;
    font-weight: bolder;
    border-color: #c9c9c9;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .section-products-table table tbody td {
        white-space: normal;
    }
}

.section-products-table table tbody .table-img {
    overflow: hidden;
    width: 150px;
    height: 150px;
    padding: 0;
}

.section-products-table table tbody .table-img img {
    width: 150px;
    object-fit: contain;
}

/* --END products---------------------------------------- */

/* --START contact---------------------------------------- */
.section-page {
    background: url('/img/index/bg-product.jpg') no-repeat center top/ cover scroll;
    padding: 30px 0;
}

.section-page.application {
    background: url('/img/page/page-application.jpg') no-repeat center top/ cover scroll;
}

.section-page.products {
    padding: 80px 0 0;
}

.section-page.products span {
    text-align: center;
    display: block;
    color: #f68244;
    font-size: 20px;
    text-transform: capitalize;
}

.section-page h2 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .section-page.products {
        padding: 100px 0 0;
    }

    .section-page h2 {
        font-size: 50px;
    }
}

.section-contact {
    background: #f8f8f8;
    padding: 80px 0;
}

.section-contact .form-label {
    color: #555555;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-contact .form-control {
    border-radius: 0;
    border-color: #7282b9;
}

.section-contact .contact-link {
    background-color: #283f97;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 60px;
    border-radius: 50px;
    border: none;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1.5px;
}

.section-contact p {
    text-align: center;
    color: #555555;
    letter-spacing: 1.3px;
    padding-bottom: 30px;
    text-transform: capitalize;
}

@media (min-width: 1200px) {

    .section-contact,
    .section-page {
        padding: 100px 0;
    }

    .section-page h2 {
        font-size: 60px;
    }
}

/* --END contact---------------------------------------- */

/* --START application---------------------------------------- */

.section-application {
    padding: 30px 0;
}

.section-application .list-item {
    border-bottom: 1px solid #a6afd3;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.section-application .item {
    background-color: transparent;
    color: #283f97;
    display: block;
    text-align: center;
    padding: 30px 0;
}

.section-application .item.active {
    background: #ee7d44;
    color: #fff;
    position: relative;
}

.section-application .item.active:after {
    content: '▼';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #2a3f97;
}

.section-application .item h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.section-application .pic-item {
    overflow: hidden;
    width: 100%;
    height: 400px;
}

.section-application .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-application .title-item {
    padding: 0 5px;
}

.section-application .title-item h3 {
    font-size: 30px;
    color: #2a3f97;
    font-weight: bolder;
    text-align: center;
    text-transform: capitalize;
}

.section-application .title-item p {
    color: #434343;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1.3px;
}

.section-application .text-item {
    padding: 0 5px;
}

.section-application .text-item h4 {
    font-size: 28px;
    color: #2a3f97;
    font-weight: bolder;
}

.section-application .text-item p {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

@media (min-width: 576px) {
    .section-application .pic-item {
        max-height: 400px;
    }
}

@media (min-width: 768px) {
    .section-application .pic-item {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .section-application .pic-item {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .section-application {
        padding: 100px 0;
    }
}

@media (min-width: 1400px) {
    .section-application .pic-item {
        height: 400px;
    }
}

/* --END application---------------------------------------- */

/* --START search-form---------------------------------------- */
.search-form {
    margin-top: 0px;
}

.search-form .form-control {
    border-radius: 0;
    border-color: #7282b9;
}


.search-form .btn {
    border-radius: 0;
    background: #f68244;
    color: #fff;
    text-transform: capitalize;
}

.search-form .btn:hover {
    background: #fa8c51;
}

.search-form .btn:active,
.search-form .btn:visited {
    background: #354b9a;
    color: #fff;
}

@media (min-width: 576px) {
    .search-form {
        margin-top: 30px;
    }
}

/* --END search-form---------------------------------------- */

/* --START resources---------------------------------------- */
.section-resources {
    background: #f7f7f7;
    padding: 30px 0 0;
    text-align: center;
}

.section-resources h2 {
    position: relative;
    color: #283f97;
    display: inline-flex;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.section-resources h2::after {
    content: '';
    width: 70%;
    height: 2px;
    background: #ee7d44;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-resources .item {
    background-color: #2a3f97;
    color: #fff;
    font-weight: bolder;
    padding: 15px 0;
    display: block;
}

.section-resources .item h3 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.section-resources .item.active {
    background-color: #f68244;
    position: relative;
}

.section-resources .item.active:after {
    content: '▼';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #2a3f97;
}

.section-resources .content-item {
    position: relative;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.section-resources .content-item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
}

.section-resources .content-item .pic-item {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.section-resources .content-item .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-resources .content-item p {
    color: #2a3f97;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-resources .content-item span {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bolder;
    color: #f68244;
    text-align: right;
    display: inline-block;
}

.section-resources .breadcrumb a,
.section-resources .breadcrumb-item {
    color: #0033FF;
    text-transform: capitalize;
}

.section-resources .breadcrumb-item+.breadcrumb-item::before {
    color: #0033FF;
    content: '-';
}

@media (min-width: 576px) {
    .section-resources h2 {
        margin-bottom: 40px;
    }

    .section-resources .item {
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .section-resources {
        padding: 100px 0 0;
    }

    .section-resources h2 {
        font-size: 60px;
    }
}

.section-resources-content {
    padding: 30px 0;
}

.section-resources-content h3 {
    color: #0033FF;
    font-weight: bolder;
}

.section-resources-content img {
    width: 100% !important;
}

@media (min-width: 992px) {
    .section-resources-content img {
        width: 500px !important;
    }
}

/* --END resources---------------------------------------- */
/* --START videos---------------------------------------- */
.section-videos {
    background: #f7f7f7;
    padding: 10px 0 30px;
}

.section-videos .item {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}

.section-videos .item:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
}

.section-videos .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

.section-videos .item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.section-videos .item h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
    font-weight: bolder;
    color: #444;
    border-top: 1px solid #a6afd3;
    text-transform: capitalize;
}

.section-videos .videos-img-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-videos .scroll-item {
    border: 1px solid #a6afd3;
    overflow-Y: scroll;
    height: 486px;
    font-size: 16px;
    align-content: flex-start;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    /* padding: 5px; */
}

.section-videos .scroll-item li+li {
    border-bottom: 1px solid #eee;
}

.section-videos .scroll-item h3 {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.section-videos .scroll-item a {
    color: #444;
    border: 2px solid transparent;
    padding: 10px 5px;
    transition: all 0.2s ease-in-out;
    display: block;
    margin: 0 5px;
}

.section-videos .scroll-item a.active {
    background: #f68244;
    color: #fff;
}

.section-videos .scroll-item a:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-videos .scroll-item a.title-link {
    margin: 0;
}

.section-videos .scroll-item a.title-link:hover {
    box-shadow: none;
}

.section-videos .scroll-item p {
    margin-bottom: 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .section-videos {
        padding: 10px 0 100px;
    }
}

/* --END videos---------------------------------------- */

/* --start about---------------------------------------- */
.section-about {
    background: url('/img/page/about.jpg') no-repeat center top/ cover scroll;
    height: calc(100vh - 100px);
    border-left: 10px solid #f68244;
    position: relative;
}

.section-about .text-item {
    position: absolute;
    bottom: 50px;
    left: 1rem;
    padding-left: 0;
}

.section-about .text-item h2 {
    text-align: left;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
}

.section-about .text-item p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.3px;
    line-height: 1.5;
    text-transform: capitalize;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
}

.section-about-photo .pic-item {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-top: 2px solid #fa8c51;
    border-left: none;
}

.section-about-photo .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .section-about {
        background: url('/img/page/about.jpg') no-repeat center top/ cover scroll;
        height: calc(100vh - 100px);
        border-left: 20px solid #f68244;
        position: relative;
    }

    .section-about .text-item h2 {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .section-about .text-item {
        left: 1rem;
    }

    .section-about {
        background: url('/img/page/about.jpg') no-repeat center top/ cover fixed;
    }

    .section-about-photo .pic-item {
        height: 400px;
        border-top: none;
        border-left: 2px solid #fa8c51;
    }
}

@media (min-width: 992px) {
    .section-about .text-item h2 {
        font-size: 100px;
    }

    .section-about .text-item p {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .section-about {
        border-left: 40px solid #f68244;
        height: calc(100vh - 110px);
    }

    .section-about-photo .pic-item {
        height: 600px;
    }

    .section-about .text-item {
        left: 0.5rem;
    }
}

@media (min-width: 1400px) {
    .section-about {
        height: calc(100vh - 120px);
    }

    .section-about-photo .pic-item {
        height: 700px;
    }

    .section-about .text-item {
        left: 5rem;
    }
}

/* --END about---------------------------------------- */

/* --START product---------------------------------------- */
.section-index-products {
    background: url('/img/index/bg-product.jpg') no-repeat center center/ cover fixed;
    padding: 80px 0;
    overflow: hidden;
}

.section-index-products .text-item {
    text-transform: capitalize;
    /* width: 100%; */
}

.section-index-products .text-item span {
    font-size: 20px;
    color: #fe813a;
    position: relative;
}

.section-index-products .text-item span:after {
    content: '';
    position: absolute;
    right: -95%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 90%;
    background-color: #fff;
    opacity: 0.2;
}

.section-index-products .text-item h2 {
    font-size: 30px;
    text-align: left;
    color: #fff;
    padding: 0;
    position: relative;
    display: inline-block;
}

.section-index-products .text-item h2:after {
    content: '';
    position: absolute;
    right: -416%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 396%;
    background-color: #fff;
    opacity: 0.2;
}

.section-index-products .item {
    position: relative;
    margin-top: 60px;
    display: block;
}

.section-index-products .item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    opacity: 0.2;
    top: -100%;
    right: 0;
}

.section-index-products .item span {
    position: absolute;
    right: 0;
    top: -42px;
    color: #fff;
    opacity: 0.7;
    font-size: 60px;
    margin: 0;
    padding: 0;
    line-height: 0.7;
}

.section-index-products .item .pic-item {
    position: relative;
    background: linear-gradient(to top, #fff, #eee, #fff);
}

.section-index-products .item .pic-item::after {
    content: 'more+';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f68244e3;
    color: #fff;
    font-size: 40px;
    display: flex;
    font-weight: lighter;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2px;
}

.section-index-products .item:hover .pic-item::after {
    opacity: 1;
}

.section-index-products .item .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-index-products .item h3 {
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
    color: #fff;
    letter-spacing: 2px;
}

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

@media (min-width: 1200px) {
    .section-index-products {
        padding: 100px 0;
    }
}

@media (min-width: 1400px) {}

/* --END product---------------------------------------- */

/* --START application---------------------------------------- */
.section-index-application {
    padding-top: 80px;
    padding-bottom: 40px;
    background: url(../img/index/bg-application.jpg) no-repeat center center/ cover fixed;
}

.section-index-application a.active {
    background-color: #f68244;
    position: relative;
}

.section-index-application a.active:after {
    content: '▼';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #2a3f97;
}

.section-index-application h2 {
    color: #2a3f97;
    font-weight: bolder;
}

.section-index-application p {
    color: #333;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}

.section-index-application a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #2a3f97;
    transition: all 0.2s ease-in-out;
    padding: 15px 0;
    font-size: 20px;
    letter-spacing: 1.5px;
}

@media (min-width: 576px) {

    .section-index-application a {
        padding: 30px 0;
    }
}

.section-index-application a.active {
    background-color: #f68244;
    position: relative;
}


.section-index-application-content {
    background: url(../img/index/bg-application2.jpg) no-repeat center center/ cover scroll;
    padding: 80px 0 180px;
    position: relative;
    overflow: hidden;
}

/* .section-index-application-content .tab-pane {
    position: relative;

} */

.section-index-application-content .btn-more {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-index-application-content .btn-more::after {
    content: '';
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    width: 1px;
    height: 900px;
    top: -950px;
    left: 50%;
    transform: translateX(-50%);
}

.section-index-application-content .btn-more::before {
    content: '';
    position: absolute;
    background-color: #fff;
    opacity: 0.8;
    display: block;
}

.section-index-application-content .btn-more p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 35px;
}

.section-index-application-content .btn-more span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 55px;
    height: 55px;
    background-color: #f68244;
    color: #fff;
    font-weight: bolder;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 24px;
    position: relative;
    cursor: pointer;
}

.section-index-application-content .btn-more span::after {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 100%;
}


.section-index-application-content .content-item {
    display: flex;
    align-items: center;
}

.section-index-application-content .content-item .main-img {
    width: 100%;
}

.section-index-application-content .content-item .text-item {
    padding-left: 0%;
}

.section-index-application-content .content-item .text-item h3 {
    color: #fff;
    text-align: left;
    letter-spacing: 1.5px;
    padding-left: 30px;
    font-size: 24px;
    width: 95%;
    text-transform: capitalize;
}

.section-index-application-content .content-item .text-item .item {
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}

.section-index-application-content .content-item .text-item .item img {
    /* width: 180px;
    height: 180px; */
}

.section-index-application-content .content-item .text-item .item p {
    color: #fff;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    font-size: 18px;
    margin-left: -20px;
}

.section-application-carousel {
    padding: 80px 0;
}

.section-application-carousel .swiper .pic-item {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.section-application-carousel .swiper .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-application-carousel .swiper .text-item {
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 80px;
}

.section-application-carousel .swiper .text-item h3 {
    color: #2a3f95;
    font-weight: bolder;
    font-size: 30px;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}

.section-application-carousel .swiper .text-item p {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.5;
    /* letter-spacing: 1.3px; */
    text-align: justify;
}


.section-application-carousel .appSwiper-item {
    margin-top: 10px;
}

.section-application-carousel .appSwiper-item .swiper-slide {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.section-application-carousel .appSwiper-item .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-application-carousel .appSwiper-item .swiper-slide img:hover {
    -webkit-filter: opacity(.6);
}


@media (min-width: 1200px) {
    .section-index-application-content {
        padding: 180px 0;
    }

    .section-index-application-content .content-item .text-item h3 {
        width: 100%;
    }

    .section-application-carousel .swiper .pic-item {
        height: 600px;
    }

    .section-application-carousel .swiper .text-item {
        padding-left: 10%;
        padding-top: 0;
    }

    .section-application-carousel .appSwiper-item .swiper-slide {
        height: 100px;
        width: 100px;
    }

    .section-index-application-content .content-item .text-item .item p {
        font-size: 20px;
        margin-left: -20px;
    }

    .section-index-application-content {
        padding-bottom: 150px;
    }

    .section-application-carousel .appSwiper-item {
        margin-top: -100px;
    }

    .section-index-application-content .btn-more {
        left: 48%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    /* .section-index-application-content .btn-more::after {
        width: 1400px;
        height: 1px;
        top: 80%;
        left: -1200%;
        transform: translate(0, -50%);
    }*/
}

@media (min-width: 1400px) {
    /*.section-index-application-content .btn-more {
        right: 0px;
        bottom: 50%;
    }

    .section-index-application-content .btn-more::after {
        width: 1px;
        height: 900px;
        top: -950px;
        left: 50%;
        transform: translateX(-50%);
    }*/

    .section-index-application-content .btn-more::before {
        width: 1px;
        height: 500px;
        bottom: -550px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1500px) {

    .section-index-application-content .btn-more::after {
        width: 1px;
        height: 900px;
        top: -950px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* --END application---------------------------------------- */

/* --START about---------------------------------------- */
.section-index-about {
    background: url(../img/index/bg-why.jpg) no-repeat center center/ cover fixed;
    padding: 80px 0;
    position: relative;
}

.section-index-about .index-about-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

.section-index-about h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 40px;
    text-align: left;
}

.section-index-about .item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section-index-about .pic-item {
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-index-about .pic-item img {
    width: 75px;
    height: 75px;
    padding: 10px;
    border-radius: 100%;
}

.section-index-about .text-item {
    padding: 10px 10px 10px 30px;
    width: auto;
}

.section-index-about .text-item h3 {
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
    letter-spacing: 1.3px;
    padding: 30px 0;
}

.section-index-about .btn-more {
    position: relative;
    z-index: 1;
    background: #ff9137;
    text-align: center;
    border-radius: 50px;
    width: 300px;
    margin-top: 80px;
    display: inline-block;
    letter-spacing: 1.5px;
    z-index: 2;
    margin-left: 20px;
}



.section-index-about .btn-more p {
    margin-bottom: 0;
    color: #fff;
    font-weight: bolder;
    padding: 20px 0;
    position: relative;
    z-index: 4;
}

.section-index-about .btn-more:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 140%;
    border-radius: 50px;
    color: #fff;
    left: 50%;
    transition: all 0.2s ease-in-out;
    top: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    font-weight: bolder;
    z-index: 1;
}

.section-index-about .btn-more:hover:after {
    border: 1px solid #ff9137;
}

@media (min-width: 576px) {
    .section-index-about h2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .section-index-about {
        padding: 180px 0;
    }

    .section-index-about .btn-more {
        margin-left: 0px;
    }
}

/* --END about---------------------------------------- */

/* --START why---------------------------------------- */
.section-why {
    background: url(../img/index/bg-why.jpg) no-repeat center center/ cover fixed;
    padding: 80px 0;
}

.section-why h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 40px;
}

.section-why .item.first {
    background: url(../img/index/why-border-first.png) no-repeat center center/ 100% 100% scroll;
}

.section-why .item.last {
    background: url(../img/index/why-border-last.png) no-repeat center center/ 100% 100% scroll;
}

.section-why .item {
    position: relative;
    background: url(../img/index/why-border.png) no-repeat center center/ 100% 100% scroll;
    margin-bottom: 50px;
}

.section-why .pic-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #4659A5; */
    position: absolute;
    top: -50px;
    left: 42.5%;
    transform: translateX(-50%);
    border-radius: 100%;
    width: 100px;
    height: 100px;
}



.section-why .pic-item img {
    width: 75px;
    height: 75px;
}

.section-why .text-item {
    padding: 20px 10px 10px 15px;
    width: 85%;
}

.section-why .text-item h3 {
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    letter-spacing: 1.7px;
    padding: 30px 0;
    height: 130px;
}

.section-why .text-item p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1.3px;
    height: 200px;
    text-transform: capitalize;
}

@media (min-width:576px) {
    .section-why h2 {
        margin-bottom: 80px;
        font-size: 50px;
    }
}

@media (min-width:768px) {
    .section-why .text-item {
        padding: 40px 10px 10px 30px;
        width: 85%;
    }

    .section-why .text-item h3 {
        font-size: 24px;
        height: 150px;
    }

    .section-why .text-item p {
        font-size: 18px;
        height: 250px;
    }
}

/* --END why---------------------------------------- */

/* --START customer---------------------------------------- */
.section-customer {
    background: url(../img/index/bg-customer.jpg) repeat center center/ 10px scroll;
    padding: 40px 0;
}

.section-customer h2 {
    color: #344093;
    text-transform: capitalize;
    font-size: 30px;
    padding-bottom: 80px;
    padding-top: 100px;
}

.section-customer h2 span {
    color: #ff8041;
}

.section-customer .item {
    position: relative;
    border-radius: 25px;
    padding: 80px 15px 40px;
    background-color: #798ba1;
    height: 100%;
}

.section-customer .item img {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.section-customer .item p {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-size: 17px;
    text-transform: capitalize;
}

.section-customer .iso-item p {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-right: none;
    border-bottom: 1px solid #f68244;
    padding: 10px 10px 20px;
    text-transform: capitalize;
}

.section-customer .iso-item img {
    width: 100%;
}

.section-customer .iso-item .customer-link {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
    text-transform: capitalize;
    background-color: #f68244;
    position: relative;
    transition: all 0.2s ease-in-out;
}


.section-customer .iso-item .customer-link span {
    position: absolute;
    top: 50%;
    right: 30px;
    transition: all 0.2s ease-in-out;
    transform: translateY(-50%);
    color: #fff;
}

.section-customer .iso-item .customer-link span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    left: -70px;
    background: #fff;
}

.section-customer .iso-item .customer-link:hover {
    background-color: #2a3f97;
}

.section-customer .iso-item .customer-link:hover span {
    transform: translate(10px, -50%);
}

@media (min-width: 576px) {
    .section-customer h2 {
        font-size: 60px;
    }
}

@media (min-width: 992px) {
    .section-customer .iso-item p {
        border-right: 1px solid #f68244;
        border-bottom: none;
    }

    .section-customer .iso-item img,
    .section-customer .iso-item .customer-link {
        width: 80%;
    }
}

/* --END customer---------------------------------------- */
/* --START videos---------------------------------------- */

.section-index-videos {
    background: url(../img/index/bg-customer.jpg) repeat center center/ 10px scroll;
    padding-top: 40px;
}

.section-index-videos h2 {
    color: #344093;
    font-size: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.section-index-videos h2 span {
    color: #ff8041;
}

.section-index-videos .item {
    position: relative;
}

.section-index-videos .item a {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #00000090;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.section-index-videos .item:hover a {
    opacity: 1;
    visibility: visible;
}

.section-index-videos .item .text-item {
    width: 100%;
    text-align: center;
}

.section-index-videos .item h3 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding-bottom: 25px;
}

.section-index-videos .item .play-icon {
    border: 1px solid #fff;
    display: inline-flex;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
}

.section-index-videos .pic-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.section-index-videos .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section-index-videos .item img {
    width: 100%;
}

@media (min-width: 576px) {
    .section-index-videos h2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {

    .section-index-videos h2 {
        font-size: 60px;
        padding-bottom: 80px;
        padding-top: 100px;
    }

    .section-index-videos .pic-item {
        height: 500px;
    }

    .section-index-videos .item h3 {
        font-size: 24px;
    }
}

/* --END videos---------------------------------------- */

/* --START index-news---------------------------------------- */

.section-index-news {
    background: url(../img/index/bg-news.jpg) repeat center center/ 10px scroll;
    /* background: #ff9137; */
    padding: 80px 0 40px;
}

.section-index-news h2 {
    color: #fff;
    font-size: 40px;
    padding: 0;
    text-align: left;
}


.section-index-news .item {
    position: relative;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.section-index-news .item .text-item {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.section-index-news .item .text-item h3 {
    color: #0047BB;
    text-align: center;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bolder;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}



.section-index-news .pic-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.section-index-news .pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section-index-news .item img {
    width: 100%;
}

@media (min-width: 576px) {
    .section-index-news h2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .section-index-news h2 {
        font-size: 80px;
    }

    .section-index-news {
        padding: 180px 0 0;
    }
}

/* --END videos---------------------------------------- */


.section-store {
    background: #f7f7f7;
}

.section-store .side-bar-color {
    background: #f7f7f7;
}


.section-store .side-bar {
    min-height: 100vh;
    padding: 60px 0 120px 5px;
}



.section-store .side-bar .side-title {
    position: relative;
    z-index: 1;
}


.section-store .side-bar .side-title h3 {
    font-size: 30px;
    color: #01729a;
    text-align: center;
    border-bottom: 1px solid #878788;
    padding-bottom: 20px;
    font-weight: bolder;
}

.section-store .side-bar .side-title h3 a {
    color: #2a3f97;
    transition: all 0.2s ease-in-out;
}

.section-store .side-bar .side-title h3 a:hover {
    color: #f68244;
}


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

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

.section-store .side-bar .side-content ul .side-dropdown {
    margin-bottom: 15px;
}

.section-store .side-bar .side-content a {
    display: block;
    text-decoration: none;
    color: #202322;
    position: relative;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
    font-weight: bolder;
}

.section-store .side-bar .side-content a.first {
    background: #2a3f97;
    color: #fff;
}

.section-store .side-bar .side-content a span {
    display: inline-block;
    position: relative;
}

.section-store .side-bar .side-content .side-dropdown>a::before {
    display: none;
    content: '▼';
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%) scale(0.3) rotate(-90deg);
    font-size: 40px;
    color: #2a3f97;
    display: block;
}

.section-store .side-bar .side-content .side-dropdown-second a {
    font-weight: initial;
    padding: 5px 0;
    font-size: 16px;
}


.section-store .side-bar .side-content .side-dropdown-second {
    display: none;
    display: block;
    padding-left: 25px;
}

.section-store .side-bar .side-content .side-dropdown-third {
    display: block;
    padding-left: 40px;
}

.section-store .side-bar .side-content .side-dropdown:hover .side-dropdown-second,
.section-store .side-bar .side-content .side-dropdown-second li:hover .side-dropdown-third {
    display: block;
}

.section-store .side-bar .side-content .side-dropdown>a:hover:before,
.section-store .side-bar .side-content .side-dropdown-second a:hover:before {
    display: block;
}

/*.section-store .side-bar .side-content .side-dropdown.active > a::before,
            .section-store .side-bar .side-content .side-dropdown-second a.active::before {*/
/*background: #01729a;
                width: 80%;*/
/*color: #f68244;
            }*/


.section-store .side-bar .side-content .side-dropdown-second a.active,
.section-store .side-bar .side-content .side-dropdown-second a.active span {
    color: #2a3f97;
    font-weight: bolder;
}

.section-store .side-bar .side-content .side-dropdown.active>a {
    background: #f68244;
    color: #fff;
}

.section-store .side-bar .side-content .side-dropdown-second a:hover,
.section-store .side-bar .side-content .side-dropdown-second a:hover span {
    color: #f68244;
}

.section-store .side-bar .side-content .side-dropdown:hover>a {
    background: #f68244;
    color: #fff;
}

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



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

/* 產品 ------------------------------ */
.section-store .product-content {
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: auto;
}

.section-store .product-content .text-item h3 {
    color: #0047BB;
}

.section-store .product-content .title-h4 {
    font-size: 25px;
    color: #2a3f97;
    text-align: center;
    padding-bottom: 20px;
    display: block;
    font-weight: bolder;
}

.section-store .product-content label {
    color: #0376c1;
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
}


.section-store .item .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 100%;
    background: #fff;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 150px;
    height: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 576px) {
    .section-store .item .pic {
        width: 180px;
        height: 180px;
    }

    .section-store .product-content .title-h4 {
        font-size: 30px;
        padding-bottom: 40px;
    }

    .section-store .product-content {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .section-store .item .pic {
        width: 210px;
        height: 210px;
    }
}


.section-store .item {
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    text-align: center;
    width: 100%;
}

.section-store .item .pic-item {
    transition: all 0.2s ease-in-out;
    /* border: 1px solid #bbb; */
    background-color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

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

.section-store .item h3 {
    color: #0047BB;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.section-store .item h4 {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.section-store .item img {
    width: 80%;
    margin: 0 auto;
}

.section-store .item:hover h3 {
    color: #E95613;
}

/* .section-store .item:hover img {
    transform: scale(1.1);
}

.section-store .item:hover .pic-item {
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.15);
} */


/* swiper start------------------ */
.section-product-introduce .swiper {
    width: 100%;
    height: 100%;
}

.section-product-introduce .swiper-wrapper {
    align-items: center;
}

.section-product-introduce .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-product-introduce .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.section-product-introduce .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.section-product-introduce .sliderSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 5px;
}

.section-product-introduce .sliderSwiper .swiper-slide {
    /* width: 12.33333% !important; */
    opacity: 0.4;
    cursor: pointer;
}

.section-product-introduce .sliderSwiper .swiper-slide-thumb-active {
    opacity: 1;
    outline: 3px solid var(--primary-text-color);
}

.section-product-introduce .sliderSwiper .swiper-slide .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.section-product-introduce .sliderSwiper .swiper-slide .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-product-introduce .swiper-button-next,
.section-product-introduce .swiper-button-prev {
    color: #333;
    transform: scale(0.5);
    /* filter: drop-shadow(2px 1px 10px rgba(0, 0, 0, 0.534)) */
}