﻿body {
    font-family: 'Noto Sans TC', 'Karla', 'Microsoft JhengHei', sans-serif;
    letter-spacing: 1.2px;
    color: #3f3a39;
    font-size: 16px;
}

/* Common */
p img {
    display: inline-block;
}

.rounded-xl {
    border-radius: 20px !important;
}

.gray {
    color: #595757;
}

.radius-0 {
    border-radius: 0;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
}

.title-box {
    padding: 50px 0;
    color: #124175;
}

.btn-clear {
    background-color: transparent;
    border-color: #595757;
    color: #595757;
}

/* Style of Scroll To Top */
.fix-feature .scrollToTop {
    /*background-color: rgba(255, 174, 0, 0.8);*/
    background-color: rgba(130, 130, 130, 0.8);
    width: 48px;
    height: 48px;
    padding: 3px;
    bottom: 5px;
}

    .fix-feature .scrollToTop:hover {
        /*background-color: rgba(255, 174, 0, 1);*/
        background-color: rgba(130, 130, 130, 1);
    }

        .fix-feature .scrollToTop:hover i {
            color: #ffffff;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .fix-feature .scrollToTop i {
        line-height: 38px;
        font-size: 30px;
    }

.fix-feature .line {
    background-image: url(/Images/line-logo.svg);
    background-size: 60%;
    background-color: #00B900;
}

.fix-feature .facebook {
    background-image: url(/Images/facebook-logo.svg);
    background-color: #1877f2;
    background-size: contain;
}

/* Buttons */
a {
    color: inherit;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

    a:hover {
        color: inherit;
        cursor: pointer;
        text-decoration: none;
    }

    a:focus,
    a:active {
        text-decoration: none;
    }

.btn-default {
    color: #3E3A39;
    border-color: #3E3A39;
    background-color: #fff;
}

    .btn-default:hover {
        color: #b08e79;
        border-color: #dcd0bc;
        background-color: #dcd0bc;
    }

.hover-show {
    display: none;
}

.fixed-top {
    position: fixed !important;
    z-index: 1010;
}

/* Header */
header.navbar {
    padding: 0 15px;
    border: 0;
    position: fixed;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
}

header .navbar-nav li > a:hover, header .navbar-nav li > a.active, header .navbar-nav li.show > a {
    background-color: transparent;
}

header .navbar-nav li > a.active {
    font-weight: bold;
}

.navbar-brand img, #nav-mobile .logo img {
    max-height: 50px;
}

.header-container {
    margin-bottom: 66px;
}

    .header-container .navbar-nav {
        position: relative;
    }

        .header-container .navbar-nav .nav-link {
            color: #124175;
            border: 0;
            padding: 28px 38px;
            white-space: nowrap;
            font-weight: bold;
        }


    .header-container .dropdown-toggle::after {
        display: none;
    }

/* Banner */
.section-banner .slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 20px;
}

    .section-banner .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-dots li + li {
            margin-left: 20px;
        }

        .section-banner .slick-dots li button {
            font-size: 0px;
            line-height: 0;
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #ffffff;
            opacity: 0.5;
        }

            .section-banner .slick-dots li button:hover,
            .section-banner .slick-dots li button:focus {
                opacity: 1;
            }

.slick-dots li.slick-active button {
    background-color: #ffffff;
    opacity: 1;
}

/* Breadcrumb */
.breadcrumb {
    color: #3f3a39;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #b08e79;
    border-color: #b08e79;
    border-radius: 50%;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Footer */
footer {
    color: #3E3A39;
    font-weight: bold;
    background-color: #fff;
}

.footer {
    padding: 80px 0;
}

footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .title, footer .sub-title {
    font-weight: bold;
}

footer .title {
    font-size: 28px;
}

footer .sub-title {
    font-size: 24px;
}

/* Mobile Navbar 手機版選單(滑出版) */
.navbar-toggle {
    padding: 15px;
}

    .navbar-toggle .icon-bar {
        width: 18px;
        background-color: #FFAE00;
    }

.feature-panel {
    z-index: 1030;
}

#nav-mobile.feature-panel .wrapper {
    width: 100%;
}

#nav-mobile.feature-panel {
    background-color: #ffffff;
    color: #333;
    border-right: 0;
    width: 270px;
    z-index: 1030;
}

    #nav-mobile.feature-panel:before {
        content: "";
        background-color: rgba(0,0,0,0.9);
        display: block;
        position: fixed;
    }

    #nav-mobile.feature-panel .bg {
        background-color: rgba(0,0,0,.5);
    }

    #nav-mobile.feature-panel .header {
        background-color: #ffffff;
        padding: 0 15px;
    }

    #nav-mobile.feature-panel .exit {
        position: relative;
        width: 20px;
        height: 20px;
    }

        #nav-mobile.feature-panel .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile.feature-panel .exit:before,
        #nav-mobile.feature-panel .exit:after {
            position: absolute;
            left: 8px;
            content: ' ';
            height: 20px;
            width: 2px;
            background-color: #FFAE00;
        }

        #nav-mobile.feature-panel .exit:before {
            transform: rotate(45deg);
        }

        #nav-mobile.feature-panel .exit:after {
            transform: rotate(-45deg);
        }

    #nav-mobile.feature-panel .search-keyword .btn {
        border: 1px solid #ced4da;
    }

    #nav-mobile.feature-panel .body {
        background-color: #ffffff;
        padding: 15px;
    }

        #nav-mobile.feature-panel .body h6 {
            color: #999999;
            margin: 0 -15px;
            padding: 5px 15px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }

        #nav-mobile.feature-panel .body ul {
            list-style: none;
            padding-left: 0;
        }

            #nav-mobile.feature-panel .body ul > li {
                margin: 0 -15px;
            }

                #nav-mobile.feature-panel .body ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    color: #3E3A39;
                }

        #nav-mobile.feature-panel .body > ul > li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2)
        }

            #nav-mobile.feature-panel .body > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 3em;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            #nav-mobile.feature-panel .body > ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                color: #b08e79;
                position: absolute;
                left: 35px;
            }

            #nav-mobile.feature-panel .body > ul > li > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 2.5em;
            }

                #nav-mobile.feature-panel .body > ul > li > ul > li > ul > li > a:before {
                    left: 1.5em;
                }

            #nav-mobile.feature-panel .body > ul > li > ul {
                display: none;
            }

            #nav-mobile.feature-panel .body > ul > li.active ul,
            #nav-mobile.feature-panel .body > ul > li.open ul {
                display: block;
                margin-bottom: 10px;
            }

        #nav-mobile.feature-panel .body li.active > a {
            color: #FFAE00;
        }

    #nav-mobile.feature-panel .feature {
        background: #FFAE00;
        border-top: 1px solid rgba(0,0,0,0.2);
        height: 50px;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.0;
    }

        #nav-mobile.feature-panel .feature a.line {
            background-image: url('/Images/line-logo.svg');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
        }

        #nav-mobile.feature-panel .feature a.facebook {
            background-image: url('/Images/facebook.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 20px;
            height: 20px;
        }

        #nav-mobile.feature-panel .feature .fa-instagram {
            font-size: 20px;
        }

#section-list-1 .slick-dots {
    display: none !important;
}

#section-list-6 .card-title {
    padding: 20px 15px;
    margin-bottom: 0;
    position: relative;
}

#section-list-6 .card-body {
    padding: 10px 15px;
}

#section-list-6 .card-title .title {
    color: #ECA126;
}

#section-list-6 .description {
    font-size: 18px;
}

#section-list-18 .item.slick-slider .slick-slide {
    padding: 0 10px;
}

#section-list-25 p {
    margin-bottom: 0;
    font-weight: bold;
}

#section-list-40 {
    background: rgb(255,207,46);
    background: linear-gradient(90deg, rgba(255,207,46,1) 0%, rgba(255,196,37,1) 41%, rgba(255,212,50,1) 100%);
    padding: 50px 0;
}

#section-list-51 .container-fluid {
    padding: 0;
}

#section-list-55 {
    color: #fff;
}

    #section-list-55 .slick-list, #section-list-58 .slick-list {
        margin: 0 -10px;
    }

    #section-list-55 .slick-slide > div, #section-list-58 .slick-slide > div {
        padding: 0 10px;
    }

#section-list-58 .card {
    position: relative;
    color: #fff;
}

    #section-list-58 .card:before {
        content: 'SALE';
        width: 50px;
        height: 50px;
        background-color: #fff;
        color: #231816;
        display: block;
        border-radius: 50%;
        line-height: 44px;
        text-align: center;
        position: absolute;
        z-index: 1;
        left: 22%;
        top: 13px;
        transform: rotate(-30deg);
        font-size: 15px;
        font-weight: bold;
    }

#section-list-58 .price-box {
    position: relative;
}

    #section-list-58 .price-box:before {
        content: 'SALE';
        border: 1px solid #fff;
        color: #fff;
        display: block;
        padding: 0 30px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50px);
    }

#section-list-61 .container-fluid, #section-list-85 .container-fluid {
    padding: 0;
}

#section-list-64 .title, #section-list-66 .title {
    margin: 50px 0;
}

#section-list-66 .card {
    padding: 0 10px;
}

#section-list-72 {
    padding-top: 50px;
    padding-bottom: 220px;
}

#section-list-85 .category .slick-slide:nth-child(3n+1) .card, #section-list-85 .category .slick-slide:nth-child(3n) .card {
    background-color: #f7f6f2;
}

#section-list-85 .slick-slide img {
    margin: 0 auto;
}


#section-list-76 .products {
    margin-top: -100px;
}

#section-list-79 .card {
    color: #fff;
}

#section-list-81 .container-fluid, #section-list-83 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.section-manual .list-row-column {
    padding: 40px 0;
    border-bottom: 1px solid #aaa;
}

.section-manual .input-group {
    width: 250px;
}

    .section-manual .input-group input.form-control {
        border-color: #124175;
        border-radius: 25px;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .section-manual .input-group button.form-control {
        border-color: #124175;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        line-height: 20px;
    }

        .section-manual .input-group button.form-control i {
            color: #124175;
            font-size: 20px;
        }

.section-manual .menu a, .section-manual h4 {
    color: #124175;
    font-weight: bold;
    position: relative;
}

.section-manual h4 {
    margin-bottom: 5px;
}

.section-manual .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

    .section-manual .menu li {
        width: 50%;
        padding-bottom: 0.5em;
    }

    .section-manual .menu a {
        padding: 0 10px;
        position: relative;
    }

        .section-manual .menu a:before {
            display: none;
        }

.section-manual ul:not(.menu) {
    list-style: square;
}

    .section-manual ul:not(.menu) li {
        margin-bottom: 5px;
    }

        .section-manual ul:not(.menu) li a {
            color: #595757;
        }

.section-manual .folder {
    width: 20px;
    margin-right: 5px;
}

#list-row-37 .list-item {
    height: 100%;
    display: flex;
    justify-content: center;
}

    #list-row-37 .list-item .card {
        width: 18rem;
        height: 450px !important;
        margin: 15px 10px;
    }

#list-row-37 .card-header {
    height: 7rem;
    color: #124175;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#list-row-37 .card-body {
    font-size: 17px;
    font-weight: bolder;
    padding: 15px !important;
    color: #124175;
}

    #list-row-37 .card-body > div {
        padding: 10px;
    }

    #list-row-37 .card-body .card-text i {
        color: #f4c433;
    }

    #list-row-37 .card-body .small {
        font-weight: bold;
        font-size: 12px;
        white-space: nowrap;
    }

#list-row-37 p {
    margin-bottom: 0;
}

#list-row-41 {
    align-items: center;
}

    #list-row-41 .icons .col:nth-child(1) img, #list-row-41 .icons .col:nth-child(3) img {
        margin-left: auto;
    }

    #list-row-41 .icons > div img {
        max-width: 60%;
    }

    #list-row-41 .btn-clear {
        font-size: 20px;
        font-weight: bold;
        padding: 5px 20px;
        background-color: #124175;
        color: #fff;
    }

#list-row-73 .slick-slider .slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    right: 48%;
    bottom: 20px;
    margin-bottom: 0;
}

    #list-row-73 .slick-slider .slick-dots li {
        display: inline-block;
    }

        #list-row-73 .slick-slider .slick-dots li + li {
            margin-left: 20px;
        }

        #list-row-73 .slick-slider .slick-dots li button {
            font-size: 0px;
            line-height: 0;
            width: 15px;
            height: 15px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #cdced0;
            opacity: 0.5;
        }

        #list-row-73 .slick-slider .slick-dots li.slick-active button {
            background-color: #aab6c2;
            opacity: 1;
        }


#list-row-78 .title {
    margin-top: -200px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {

    /* Header */
    .navbar-nav.user .dropdown-menu > li > a {
        padding: 0.5rem 1rem;
    }

    /* Product */
    .section-product .card-body,
    .section-product .card-body h5 {
        font-size: 18px;
    }

    .title-box {
        padding: 50px 0;
    }

    #section-list-18 .item.slick-slider .slick-slide {
        padding: 0 20px;
    }

    #section-list-33 .case .col:first-child {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    #section-list-33 .case .col:last-child {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    #list-row-41 .btn-clear {
        font-size: 20px;
        padding: 5px 25px;
    }

    #list-item-38 {
        display: flex;
        justify-content: flex-end !important;
        margin-right: 15px;
    }

    #list-item-39 {
        margin-left: 20px;
        display: block !important;
    }

    .section-manual .menu li {
        width: unset;
    }

    .section-manual .menu a:before {
        display: block;
        position: absolute;
        content: "|";
        right: -3px;
    }

    .section-manual .menu li:last-child a:before {
        display: none;
    }
}

@media (min-width:992px) {
    #list-row-37 .list-item .card {
        width: 18rem;
    }

    #list-row-41 .btn-clear {
        font-size: 28px;
    }
}

@media (min-width:1200px) {
    /* Header */
    .header-container .navbar-nav .nav-link {
        padding: 28px 50px;
    }

    .header-container .dropdown-menu .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #section-list-25 {
        margin-top: -300px;
    }
}

/* Special Size */
@media (min-width:1380px) {
    #list-row-41 {
        background-color: unset;
    }
}

@media (min-width:1600px) {
    /* Header */
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
