/* 縮小失敗。正在傳回未縮小的內容。
(1114,31): run-time error CSS1046: Expect comma, found '0'
(1114,35): run-time error CSS1046: Expect comma, found '/'
 */
/* Theme Default - Album */

.section-album .image-box .body .description {
    height: 50px;
    -webkit-line-clamp: 2;
}

.section-album.detail .description {
    margin-bottom: 1rem;
}

.section-album.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}

/* AdvBanner (arrows & dots) */
.section-banner .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.section-banner .slick-slider .slick-arrow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 5vh;
    top: calc(50% - 2.5vh);
    line-height: 1;
    padding: 0 15px;
    z-index: 1;
    opacity: 0;
    min-width: 50px;
    min-height: 50px;
}

.section-banner .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    line-height: 50px;
    position: relative;
    left: 3px;
}

.section-banner .slick-slider .slick-next {
    right: 0;
}

    .section-banner .slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        line-height: 50px;
        position: relative;
        left: 6px;
    }

.section-banner .slick-slider:hover .slick-arrow .slick-prev:after,
.section-banner .slick-slider:hover .slick-arrow .slick-next:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
}

.section-banner .slick-slider .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .section-banner .slick-slider .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-slider .slick-dots li + li {
            margin-left: 15px;
        }

        .section-banner .slick-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #ccc;
            opacity: 0.8;
        }

            .section-banner .slick-slider .slick-dots li button:hover,
            .section-banner .slick-slider .slick-dots li button:focus {
                opacity: 1;
            }

    .section-banner .slick-slider .slick-dots .slick-active button {
        background-color: #777;
        opacity: 1;
    }

/* Theme Default - Blog */


.section-blog .image-box .body .description {
    height: 74px;
    -webkit-line-clamp: 3;
}

.section-blog.detail .content {
    margin-bottom: 1rem;
}

.section-blog.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}


body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
}

a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}

.icon.default-bg {
    background-color: #868686;
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

ul.about {
    list-style: square;
}

.form-control {
    border-color: #e0e0e0;
    color: #606265;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* Header top */
.header-top {
    font-size: 14px;
    color: #ffffff;
    background-color: #6c757d;
}

    /*.header-top .btn-group a {
        color: #ffffff;
        padding: 0.5rem 1rem;
    }

        .header-top .btn-group a:after {
            display: none;
        }

    .header-top .dropdown-menu > a {
        color: #666;
    }*/

    .header-top .navbar-nav > li > a {
        color: #ffffff;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .header-top .navbar-nav > li > a:after {
            display: none;
        }

    .header-top .dropdown-menu > li > a {
        color: #666;
    }

    .header-top .social-links > li + li {
        margin-left: 5px;
    }

    .header-top .social-links a {
        color: #ffffff;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 100%;
        text-align: center;
        border: 1px solid #ac6353;
        background-color: #B67567;
    }

        .header-top .social-links a > i {
            line-height: 30px;
        }

        .header-top .social-links a.line {
            background: url(/Images/header-line.png);
            background-repeat: no-repeat;
            background-position: center;
            background-color: #00b900;
            background-size: 14px;
        }

img.logo {
    height: 45px;
}

/* Header */
.fixed-header-on header .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

header .navbar {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

header .btn-group a {
    display: block;
    color: #333333;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
}

    header .btn-group a > i {
        line-height: 38px;
    }

    header .btn-group a:hover {
        color: #fff;
        background-color: #868686;
    }

header .btn-group .dropdown {
    padding: 5px 0;
}

header .btn-group .dropdown-menu {
    min-width: 280px;
    padding: 15px;
    border-radius: 0 0 0.25rem 0.25rem;
}

header .btn-group .search-keyword button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.shop-cart .cart-count {
    background-color: #868686;
    color: #fff;
    right: 0px;
    top: 0px;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* Mobile Navbar 手機版選單 (feature-panel 由左滑出) */
.navbar-toggle {
    left: 5px;
    top: 8px;
    border: none;
    z-index: 1007;
    background-color: transparent;
    transition: all ease .5s;
}

    .navbar-toggle .icon-bar {
        background-color: #333333;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

        .navbar-toggle .icon-bar:nth-child(1) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0)
        }

    .navbar-toggle.open .icon-bar:nth-child(1) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, -.8, .8, .8, 0, 6)
    }

    .navbar-toggle.open .icon-bar:nth-child(2) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: translateX(-60px);
        opacity: 0;
    }

    .navbar-toggle.open .icon-bar:nth-child(3) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, .8, -.8, .8, 0, -6);
    }

#nav-mobile {
    width: 270px;
    background-color: #ffffff;
    color: #333333;
    border-right: 0;
}

    #nav-mobile .wrapper {
        width: 270px;
    }

    #nav-mobile .header {
        padding: 10px 20px;
    }

    #nav-mobile .exit {
        position: relative;
        width: 20px;
        height: 20px;
    }

        #nav-mobile .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile .exit:before,
        #nav-mobile .exit:after {
            left: 9px;
            height: 20px;
            background-color: #666666;
        }

    #nav-mobile .logo {
        width: auto;
        height: auto;
    }

        #nav-mobile .logo img {
            height: 40px;
        }

    #nav-mobile .search {
        padding: 10px 20px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .search input {
            padding-right: 42.5px;
        }

        #nav-mobile .search i {
            position: absolute;
            right: 15px;
            top: 10px;
        }

    #nav-mobile .body {
        padding: 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .body a {
            position: relative;
            display: flex;
            color: #333333;
            padding: 10px 20px;
        }

        #nav-mobile .body ul > li.active > a {
            color: #000;
        }

        #nav-mobile .body ul > li > ul > li > a {
            padding-right: 10px;
            padding-left: 40px;
            font-size: inherit;
        }

        /*#nav-mobile .body ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                position: absolute;
                left: 1.5em;
            }*/

        #nav-mobile .body ul > li > ul > li > ul > li > a {
            padding-right: 10px;
            padding-left: 2.5em;
        }

            #nav-mobile .body ul > li > ul > li > ul > li > a:before {
                left: 1.5em;
            }

        #nav-mobile .body ul > li > ul {
            display: none;
        }

        #nav-mobile .body ul > li.active ul,
        #nav-mobile .body ul > li.open ul,
        #nav-mobile .body ul > li.show ul {
            display: block;
        }

    #nav-mobile .feature {
        background-color: #6c757d;
        border-top: 1px solid rgba(0,0,0,0.1);
        height: 50px;
    }

        #nav-mobile .feature a {
            color: #ffffff;
            font-size: 18px;
        }

            #nav-mobile .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-logo-white.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
    }

/* Footer */
.footer {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    padding: 25px 0;
}

    .footer .contact > * {
        margin-bottom: 0.5rem;
    }

    .footer a {
        color: #333;
    }

    .footer .socials {
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

        .footer .socials a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: transparent;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            margin-right: 20px;
            text-align: center;
            color: #333;
            font-size: 18px;
            line-height: 36px;
        }

            .footer .socials a:hover {
                background-color: #868686;
                color: #fff;
            }

            .footer .socials a.line {
                background-image: url('/Images/line-logo-black.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%;
            }

                .footer .socials a.line:hover {
                    background-image: url('/Images/line-logo.svg');
                }

.copyright {
    background-color: #6c757d;
    color: #fff;
}

    .copyright ul > li > a {
        display: block;
        color: #ffffff;
        padding: 5px 0;
        margin-right: 30px;
    }

    .copyright ul > li:last-child > a {
        margin-right: 0;
    }

#section-nav-bottom .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
}

#section-nav-bottom .link {
    padding: 8px 15px;
    font-size: 12px;
    color: #fff !important;
}

/* 排序(電腦版) */
.sort-desktop {
    color: #777;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    margin-top: -1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

    .sort-desktop nav.sort {
        display: none;
    }

        .sort-desktop nav.sort a, nav.sort a {
            margin-right: 1.25em;
        }

            .sort-desktop nav.sort a.active, nav.sort a.active {
                color: #000;
            }

/* 排序(手機版) */
.sort-mobile {
    margin-bottom: 1rem;
}

    .sort-mobile .dropdown-item {
        padding: 0.5rem 1.5rem;
    }

        .sort-mobile .dropdown-item + .dropdown-item {
            border-top: 1px solid #e9ecef;
        }

        .sort-mobile .dropdown-item.active, .dropdown-item:hover, .dropdown-item.active {
            background-color: rgba(0, 0, 0, 0.025);
            color: #000;
        }


/* 分類選單(水平展開 nav-item) */
.category-pills {
    display: none;
}

.nav-pills {
    margin-bottom: 1rem;
}

    .nav-pills li {
        margin-right: 5px;
        margin-left: 0;
    }

        .nav-pills li:last-child {
            margin-right: 0;
        }

        .nav-pills li a {
            display: block;
            border-radius: 0;
            margin-bottom: -1px;
        }

    .nav-pills > li > a.active, .nav-pills > li > a.active:hover {
        color: #777777;
        background-color: transparent;
        border-bottom: 1px solid #777777;
    }


/* 分類選單(feature-panel) */
#filter.feature-panel {
    width: 225px;
}

    #filter.feature-panel .wrapper {
        width: 100%;
        overflow-y: auto;
    }

    #filter.feature-panel .header {
        padding: 9px 15px;
        align-items: center;
        justify-content: space-between;
    }

        #filter.feature-panel .header h2 {
            color: #777;
            width: auto;
            height: auto;
            margin-bottom: 0;
            margin-top: 0;
            line-height: 1.0;
            font-size: 18px;
        }

        #filter.feature-panel .header .exit {
            position: relative;
            width: 15px;
            height: 15px;
        }

            #filter.feature-panel .header .exit:before,
            #filter.feature-panel .header .exit:after {
                position: absolute;
                left: 7px;
                top: 0;
                content: '';
                height: 15px;
                width: 2px;
                background-color: #777;
            }

/* feature-panel */
.feature-panel .header .exit:before,
.feature-panel .header .exit:after {
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
}

.feature-panel .header .exit:before {
    transform: rotate(45deg);
}

.feature-panel .header .exit:after {
    transform: rotate(-45deg);
}

.feature-panel ul {
    padding-left: 0;
    list-style: none;
}

    .feature-panel ul > li > a {
        display: flex;
        justify-content: space-between;
        padding: 7px 15px;
        color: #666666;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        .feature-panel ul > li > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            color: transparent;
        }

        .feature-panel ul > li > a:hover,
        .feature-panel ul > li > a.active {
            background-color: rgba(0, 0, 0, 0.025);
            color: #000;
        }

            .feature-panel ul > li > a:hover:after,
            .feature-panel ul > li > a.active:after {
                color: #000;
            }

    .feature-panel ul > li > ul > li > a {
        font-size: 14px;
        padding-left: calc(15px + 1em);
    }

    .feature-panel ul > li > ul {
        display: none;
    }

    .feature-panel ul > li.active > ul {
        display: block;
    }

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Pagination - Detail */
.detail .pagination {
    display: block;
}

    .detail .pagination a {
        display: inline-block;
    }

        .detail .pagination a .title {
            color: #999999;
            font-size: 0.8rem;
            font-weight: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 16px;
            max-height: 32px;
            border: 0;
        }

/* section image-box */
section .image-box .body .title, section .image-box .body .description {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .image-box .body .title {
    font-weight: 500;
    font-size: 1.1rem;
    height: 20px;
    -webkit-line-clamp: 1;
}

section .image-box {
    margin-bottom: 1rem;
}

    section .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

.detail .date-wrapper .title,
.date-wrapper .date {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

section h1 {
    text-align: center;
}

.col-content {
    min-width: 0;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    /* Header */
    .feature-panel.center {
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 1050;
    }

    .footer .socials {
        justify-content: center;
        margin-top: 0;
    }
}

@media (min-width:992px) {
    /* Header */
    header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .col-category:not(.category-side) {
        display: none;
    }

    .category-pills {
        display: block;
    }

    /* 分類選單(feature-panel) */
    #filter.feature-panel {
        position: unset;
        border-right: 0;
    }

        #filter.feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            #filter.feature-panel .header .exit {
                display: none;
            }

        #filter.feature-panel .wrapper {
            position: unset;
        }

    /*#filter.feature-panel ul > li > a {
            padding: 9px 15px;
        }*/


    /* 排序(電腦版) */
    .sort-mobile {
        display: none;
    }

    .sort-desktop {
        margin-top: 0rem;
    }

        .sort-desktop nav.sort {
            display: block;
        }
}

@media (min-width:1200px) {
}

/* Theme Default - Link */

.section-link .search{
    margin-bottom:1rem;
}

.section-link .item{
    padding-bottom:0.5rem;
}

.section-link .item .card-title{
    margin:0.3rem 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* List */
.section-list-container .container,
.section-list-containerfluid .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*picture-carousel*/
.section-list-container.picture-carousel,
.section-list-containerfluid.picture-carousel {
    position: relative;
}

    .section-list-container.picture-carousel > .slick-slider,
    .section-list-containerfluid.picture-carousel > .slick-slider {
        position: absolute !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .section-list-container.picture-carousel > .slick-slider *,
        .section-list-containerfluid.picture-carousel > .slick-slider * {
            height: 100%;
        }

/*list-row-carousel*/
.list-row-carousel .slick-slider {
    padding: 0 30px;
}

.list-row-carousel .slick-arrow {
    top: calc(50% - 34.5px);
    bottom: auto;
}

/* 產品輪播 */
.list-row-productcarousel .slick-slider {
    padding: 0 30px;
}

    .list-row-productcarousel .slick-slider .slick-slide {
        margin: 0 5px;
    }

.list-row-productcarousel .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 35%;
}
/*
    .list-row-productcarousel .slick-arrow.slick-disabled {
        display: none !important;
    }
}*/

/* Theme Default - Movie */

.section-movie .image-box {
    margin-bottom: 1rem;
}

    .section-movie .image-box .body {
        padding: 1rem;
        font-size: 1rem;
    }

        .section-movie .image-box .body .title, .section-movie .image-box .body .description {
            display: -webkit-box;
            margin: 0;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .section-movie .image-box .body .title {
            margin: 0;
            font-weight: 500;
            font-size: 1.1rem;
            height: 40px;
            -webkit-line-clamp: 2;
        }

        .section-movie .image-box .body .description {
            height: 100px;
            -webkit-line-clamp: 4;
        }

/* Theme Default - News */
.section-news .image-box .body{
    padding:unset;
    font-size:initial;
}

.section-news.detail .content {
    margin-bottom: 1rem;
}

.section-news.detail .img {
    margin-bottom: 1rem;
    text-align: center;
}


#section-nav-bottom.onepage .navbar {
    background-color: #2f4050;
    box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#section-nav-bottom.onepage .link {
    padding: 8px 15px;
    font-size: 14px;
    color: #fff !important;
}

@media(max-width: 767px) {
}

@media(min-width: 992px) {
}

/* 產品列表 */
.section-product .card {
    transition: all 0.5s ease-in-out;
    margin-bottom: 1rem;
    background-color: transparent;
    border: none;
}

    .section-product .card .badge {
        color: #ffffff;
        border-color: #E86F00;
        background-color: #E86F00;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .section-product .card .no {
        font-size: 13px;
        color: #999999;
    }

    .section-product .card h3 {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 18px;
        height: 36px;
    }

    .section-product .card .price-box {
        font-size: 13px;
        color: #999999;
        margin-bottom: .5rem;
    }

    .section-product .card .price {
        color: #dc3545;
        font-weight: bold;
        font-size: 16px;
    }

        .section-product .card .price:before, .section-product #total:before {
            content: 'NT$';
            margin-right: 2px;
            font-size: 13px;
        }

    .section-product .card .unit:before {
        content: "/";
        margin: 0 2px;
    }

    .section-product .card .oprice:before {
        content: 'NT$';
        margin-right: 2px;
        font-size: 13px;
    }

    .section-product .card .oprice {
        text-decoration: line-through;
        margin-left: 10px;
        font-size: 12px;
    }

.section-product .card-img-top {
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}

    .section-product .card-img-top > a {
        position: relative;
        display: block;
    }

    .section-product .card-img-top img.hover-show {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity 500ms ease;
    }

    .section-product .card-img-top:not(:hover) img.hover-show {
        opacity: 0 !important;
    }

    .section-product .card-img-top .btn-wrapper {
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: flex;
        flex-direction: column;
        border-color: rgba(255, 255, 255, 0.9);
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        opacity: 0;
    }

    .section-product .card-img-top:hover .btn-wrapper {
        opacity: 0.9;
    }

    .section-product .card-img-top .btn-wrapper div {
        width: 50px;
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

.section-product .card-body {
    padding: 0.5rem 0;
}

/* 產品加入收藏 */
.section-product .add-favorites i.fa-heart {
    color: #e63349;
}

.section-product .add-favorites:hover i.fa-heart,
.section-product .add-favorites.added i.fa-heart {
    display: inline;
}

.section-product .add-favorites i.fa-heart,
.section-product .add-favorites.added i.fa-heart-o,
.section-product .add-favorites:hover i.fa-heart-o {
    display: none;
}


@media (min-width: 576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {

    /* 產品分類 */
    .section-product .feature-panel {
        position: unset;
        width: auto;
        border-right: 0;
    }

        .section-product .feature-panel .header {
            background-color: transparent;
            height: auto;
            padding: 15px;
        }

            .section-product .feature-panel .header .exit {
                display: none;
            }

        .section-product .feature-panel .wrapper {
            position: unset;
        }
}

@media (min-width:1200px) {
}

/* 產品圖片 */
.product-detail .product-picture {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

    .product-detail .product-picture .slider-for {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 3px;
        border: 1px solid #e6e6e6;
    }

        .product-detail .product-picture .slider-for .slick-arrow {
            position: absolute;
            top: calc(50% - 25px);
            cursor: pointer;
            z-index: 1;
            display: block;
            width: 40px;
            height: 40px;
            color: #333;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
        }

        .product-detail .product-picture .slider-for .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-for .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-for .slick-disabled {
            opacity: 0.5;
        }

    .product-detail .product-picture .slider-nav {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
    }

        .product-detail .product-picture .slider-nav .item {
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            margin-right: 15px;
            cursor: pointer;
            width: auto !important;
        }

        .product-detail .product-picture .slider-nav .slick-arrow {
            position: absolute;
            top: calc(50% - 14px);
            z-index: 1;
            margin-top: 10px;
            cursor: pointer;
        }

        .product-detail .product-picture .slider-nav .slick-prev {
            left: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-next {
            right: 0px;
        }

        .product-detail .product-picture .slider-nav .slick-prev:before {
            content: "";
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #6c757d transparent transparent;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -10px;
        }

        .product-detail .product-picture .slider-nav .slick-next:before {
            content: "";
            border-style: solid;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6c757d;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -10px;
        }

/*產品資訊*/
.product-detail .product-inf {
    min-width: 0px;
}

.product-detail .product-info > * {
    margin-bottom: 1rem;
}

.product-detail .product-info .label {
    padding-right: 0;
}

.product-detail .product-info .name {
    font-weight: bold;
    font-size: 1.4rem;
    color: #333;
    text-align: left;
    margin-top: 0px;
}
/* 分類名稱 */
.product-detail .product-info .class a {
    color: #999999;
    font-weight: bold;
}

/* 優惠 */
.product-detail .product-info .save {
    background-position: left 2px;
    color: #E86F00;
    font-size: 16px;
    background-image: url('/Images/save_bg.png');
    background-repeat: no-repeat;
    padding-left: 35px;
}

    .product-detail .product-info .save span {
        line-height: 31px;
    }

    .product-detail .product-info .save.active span::after {
        content: '';
        width: 16px;
        height: 15px;
        background-image: url('/Images/save_active.png');
        background-repeat: no-repeat;
        display: inline-block;
        margin-left: 5px;
    }

    .product-detail .product-info .save.full {
        color: #cc0000;
        background-image: url('/Images/save_full.png');
        padding-left: 35px;
    }

    .product-detail .product-info .save .info {
        color: #868686;
        font-size: 12px;
    }

        .product-detail .product-info .save .info > div {
            display: inline-block;
            margin-right: 5px;
        }

        .product-detail .product-info .save .info span {
            color: #E86F00;
        }


/* 預購 */
.product-detail .product-info .preorder {
    color: #269abc;
}

/* 價錢 */
.product-detail .product-info .price {
    color: #cc0000;
    font-weight: bold;
}

/*優惠加購*/
.product-detail .product-info .save-add {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 5px 0;
}

    .product-detail .product-info .save-add img {
        border: solid 1px #e6e6e6;
    }

    .product-detail .product-info .save-add .label {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        height: 50px;
    }

    .product-detail .product-info .save-add .item {
        padding: 0.25rem 0;
    }

        .product-detail .product-info .save-add .item + .item {
            border-top: dashed 1px #e6e6e6
        }

    .product-detail .product-info .save-add .price:before {
        content: "NT$";
    }

.product-detail .product-info #form .memo p:last-child {
    margin-bottom: 0px;
}

.product-detail #total:before, #price:before {
    content: "NT$";
    margin-right: 0.3em;
}

.product-detail #total {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #cc0000;
    line-height: 1.0;
}

    .product-detail #total:before {
        font-size: 21px;
        margin-right: 10px;
    }

.product-detail .listing-item .price {
    font-size: 14px;
    font-weight: bold;
}

.product-detail .listing-item .save .price {
    color: #cc0000;
}

.product-detail .listing-item .oprice {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}

.product-detail table.numprice {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-collapse: collapse;
    margin-top: 10px;
}

    .product-detail table.numprice tr {
        border-bottom: 1px solid #E5E5E5;
        line-height: 30px;
    }

    .product-detail table.numprice thead tr {
        background-color: #E5E5E5;
    }

    .product-detail table.numprice thead th {
        text-align: center;
    }

/* 省多少標籤 */
.product-detail #off {
    position: absolute;
    color: #FFFFFF;
    background-color: #cc0000;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0px 7px;
    font-size: 14px;
    top: 5px;
    display: none;
}

    .product-detail #off:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 10px 5px 0;
        border-color: transparent #cc0000 transparent transparent;
        left: -8px;
        top: 5px;
    }

    .product-detail #off.show {
        display: inline;
    }

/*按鈕*/
.product-detail .button a.btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* 頁籤 */
.product-detail .tab-pane {
    padding: 10px;
}

    .product-detail .tab-pane .container {
        width: 100%;
    }

.product-detail #comment .item {
    border-bottom: dashed 1px #d8d8d8;
    padding: 5px 0;
}

    .product-detail #comment .item .star {
        float: right;
    }

    .product-detail #comment .item .contents {
        margin-top: 5px;
        color: #868686;
    }

/* 推薦產品 */
.product-detail .product-push .listing-item {
    background-color: #E6E6E6;
    margin: 0 1px;
}

    .product-detail .product-push .listing-item .brief {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* 相關產品 */
.product-detail .product-related h4 {
    margin-bottom: 12px;
}

.product-detail .product-push .listing-item,
.product-detail .product-related .listing-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

    .product-detail .product-related .listing-item .body h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: normal;
        height: 38px;
    }

    .product-detail .product-related .listing-item .price {
        color: #1eb7c8;
    }

.section-product .tab-content {
    padding: 1rem 0;
}

@media (max-width:767px) {
    .product-detail .product-picture .slider-for {
        order: 1;
        width: 100%;
    }

    .product-detail .product-picture .slider-nav {
        order: 2;
        width: 100%;
        margin-right: 0;
    }

        .product-detail .product-picture .slider-nav .item {
            width: auto !important;
        }

    .product-detail .product-info {
        padding-left: 15px;
    }
}

.section-shopcart .product-relation {
    background-color: #fff;
    color: #231816;
    border: 1px solid transparent;
}

    /*推薦商品*/
    .section-shopcart .product-relation .slick-track {
        margin-left: unset;
        margin-right: unset;
    }

    .section-shopcart .product-relation .card {
        padding: 0 5px 0 5px;
    }

    .section-shopcart .product-relation h3 {
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-shopcart .product-relation .price-case-normal {
        display: none;
    }

    .section-shopcart .product-relation .card-body a {
        display: none;
    }

.section-store .item {
    padding: 30px 0;
    border-top: 1px solid #d2d2d2;
}

.section-store .card-img {
    border-radius: 15px;
}

.section-store .body {
    padding: 0.5rem;
}

.section-store .item .name {
    color: #333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}

.section-store .item ul > li {
    display: flex;
    margin-bottom: 0.5rem;
}

.section-store ul.categorys {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .section-store ul.categorys > li {
        display: inline-block;
        color: #777;
        border-bottom: 1px solid #777;
    }

.section-store ul.contact > li > .title {
    white-space: nowrap;
}

.section-store .item .memo {
    color: #a6a6a6;
}

.section-store .item .btn {
    padding: 0.5rem 0.75rem;
    font-size: 16px;
}

body {
    font-size: 16px;
    font-family: 'Microsoft JhengHei', sans-serif;
    color: #333;
}


h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: 'Lato', 'Microsoft JhengHei', sans-serif;
    text-transform: none;
}

h1, h2 {
    color: #333;
}

h1 {
    font-size: 36px;
    text-align: center;
}

h2 {
    font-size: 30px;
}

h3 {
    margin-top: 10px;
    font-weight: bold;
}

h5 {
    font-size: 14px;
    margin: 10px 0;
}

a {
    color: #c82727;
    transition: all .1s linear;
}

    a:hover {
        color: inherit;
        cursor: pointer;
        text-decoration: none;
    }

    a:focus,
    a:active {
        color: #820003;
        text-decoration: none;
    }

.text-default {
    color: #c82727;
}


/* Custom scrollToTop */
.fix-feature .scrollToTop {
    border: 1px solid #000000;
    background-color: #fff;
}

    .fix-feature .scrollToTop:hover {
        background-color: #e7121a;
    }

        .fix-feature .scrollToTop:hover i {
            color: #e7121a;
        }

.scrollToTop .circle {
    background-color: #000000;
    width: 40px;
    height: 40px;
}

/* Copyright's dot */
.copyright a {
    text-decoration: none;
    color: inherit;
}

/* Header top */
.header-top {
    font-size: 12px;
    color: #ffffff;
    background-color: #312a2a;
    border-bottom: 1px solid #262020;
    padding: 4px 0;
    position: relative;
    z-index: 100;
}

    .header-top .list-inline {
        margin-left: 0;
        margin-bottom: 0;
    }

        .header-top .list-inline li {
            display: inline-block;
            padding: 0 5px;
        }

/* Header */
.header-container {
    margin-bottom: 0;
}

header .navbar {
    background-color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    position: relative;
    width: 100%;
    top: 0;
    z-index: 50;
}

    header .navbar > .container {
        justify-content: center;
    }

header .navbar-toggle {
    position: fixed;
    top: 44px;
    left: 5px;
    border: none;
}

header .logo {
    padding: 12px 0;
}

.logo img, .fixed-header-on .logo img, #nav-mobile .logo img {
    height: 55px;
}

header .navbar-nav .nav-link {
    border: 0;
    color: #000000;
}

header .navbar-nav .nav-item, header .navbar-nav .dropdown-menu li {
    position: relative;
}

header .navbar-nav li a.nav-link {
    position: relative;
}

    .dropdown-toggle:after, header .navbar-nav li a.nav-link:after {
        display: inline-block;
        font-family: 'FontAwesome';
        content: "\f107";
        border: none;
        vertical-align: baseline;
        color: #777;
        font-size: 14px;
        margin-left: .255em;
    }


header .navbar-nav li > a:hover,
header .navbar-nav li > a:hover:after,
header .navbar-nav li > a.active,
header .navbar-nav li > a.active:after,
header .navbar-nav li > a:focus:after,
header .navbar-nav li.show > a
header .navbar-nav li .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu li.nav-item a.nav-link:hover,
.navbar-nav .dropdown-menu li.nav-item a.nav-link:hover:after {
    color: #b42424;
    background-color: #fcfcfc;
    border-color: #f7f7f7;
}

header .navbar-nav .dropdown-menu {
    border: 0;
    min-width: 200px;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f1f1;
}

    header .navbar-nav .dropdown-menu li {
        position: relative;
    }

        header .navbar-nav .dropdown-menu li a {
            display: flex;
            justify-content: space-between;
            color: #333;
            font-size: 14px;
            padding: 10px 20px !important;
            background-color: #fff;
        }

            header .navbar-nav .dropdown-menu li a:after {
                position: absolute;
                font-family: 'FontAwesome';
                content: "\f105";
                right: 10px;
                top: 13px;
                margin-left: 0;
                color: #777;
                font-size: 14px;
                line-height: 1;
            }

header .navbar .navbar-nav {
    padding: 0 15px;
}

.fixed-header-on header .navbar-toggle {
    position: absolute;
    left: 5px;
    top: 20px;
    border: none;
}

.fixed-header-on header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
}

    .fixed-header-on header .navbar {
        top: -1px;
    }

.feature-panel.center .bg {
    background-color: rgba(0,0,0,.6);
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "FontAwesome";
    content: "\f101";
}

/* AdvBanner (arrows & dots) */
.section-banner .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.section-banner .slick-slider .slick-arrow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 5vh;
    top: calc(50% - 2.5vh);
    line-height: 1;
    padding: 0 15px;
    z-index: 1;
    opacity: 0;
    min-width: 50px;
    min-height: 50px;
}

.section-banner .slick-slider .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    line-height: 50px;
    position: relative;
    left: 3px;
}

.section-banner .slick-slider .slick-next {
    right: 0;
}

    .section-banner .slick-slider .slick-next:before {
        font-family: FontAwesome;
        content: "\f105";
        line-height: 50px;
        position: relative;
        left: 6px;
    }

.section-banner .slick-slider:hover .slick-arrow .slick-prev:after,
.section-banner .slick-slider:hover .slick-arrow .slick-next:after {
    right: 0;
    -webkit-transform-origin: 100% 50%;
}

.section-banner .slick-slider .slick-dots {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .section-banner .slick-slider .slick-dots li {
        display: inline-block;
    }

        .section-banner .slick-slider .slick-dots li + li {
            margin-left: 15px;
        }

        .section-banner .slick-slider .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #a48874;
            opacity: 0.8;
        }

            .section-banner .slick-slider .slick-dots li button:hover,
            .section-banner .slick-slider .slick-dots li button:focus {
                opacity: 1;
            }

    .section-banner .slick-slider .slick-dots .slick-active button {
        background-color: #5f4c3e;
        opacity: 1;
    }

/* Mobile Navbar 手機版選單 (feature-panel 由左滑出) */
.navbar-toggle {
    left: 5px;
    top: 8px;
    border: none;
    z-index: 1007;
    background-color: transparent;
    transition: all ease .5s;
}

    .navbar-toggle .icon-bar {
        background-color: #333333;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

        .navbar-toggle .icon-bar:nth-child(1) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0);
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            transition: all .8s cubic-bezier(.19, 1, .22, 1);
            transform: matrix(1, 0, 0, 1, 0, 0)
        }

    .navbar-toggle.open .icon-bar:nth-child(1) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, -.8, .8, .8, 0, 6)
    }

    .navbar-toggle.open .icon-bar:nth-child(2) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: translateX(-60px);
        opacity: 0;
    }

    .navbar-toggle.open .icon-bar:nth-child(3) {
        transition: all .8s cubic-bezier(.19, 1, .22, 1);
        transform: matrix(.8, .8, -.8, .8, 0, -6);
    }

#nav-mobile {
    background-color: #ffffff;
    color: #333333;
    border-right: 0;
}

    #nav-mobile .bg {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #nav-mobile .header {
        padding: 10px 20px;
        flex-direction: row-reverse;
        background-color: #fff;
    }

    #nav-mobile .exit {
        width: 20px;
        height: 20px;
    }

        #nav-mobile .exit:hover {
            opacity: 0.85;
            cursor: pointer;
        }

        #nav-mobile .exit:before,
        #nav-mobile .exit:after {
            position: absolute;
            top: 0px;
            left: 9px;
            content: ' ';
            width: 2px;
            height: 20px;
            background-color: #b42424;
        }

        #nav-mobile .exit:before {
            transform: rotate(45deg);
        }

        #nav-mobile .exit:after {
            transform: rotate(-45deg);
        }

    #nav-mobile .logo {
        width: auto;
        height: auto;
    }

    #nav-mobile .body {
        padding: 10px 0;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .body a {
            position: relative;
            display: block;
            color: #333333;
            padding: 10px 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            #nav-mobile .body a.active, #nav-mobile .body ul li.open a {
                border-bottom: 2px solid #b42424;
            }

        #nav-mobile .body ul > li > a:hover:after, #nav-mobile .body ul > li > a.active:after {
            position: absolute;
            right: 15px;
        }

        #nav-mobile .body ul li.open ul li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        #nav-mobile .body ul {
            list-style: none;
            padding-left: 0;
        }

            #nav-mobile .body ul > li.active > a {
                color: #333333;
            }

            #nav-mobile .body ul > li > a:hover, #nav-mobile .body ul li ul li a:hover {
                background-color: #fafafa;
                color: #b42424;
                border-bottom: 2px solid #b42424;
            }

            #nav-mobile .body ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 40px;
            }

            #nav-mobile .body ul > li > ul > li a:hover:before {
                color: #b42424;
            }

            #nav-mobile .body ul > li > ul > li a:before {
                font-family: 'FontAwesome';
                content: "\f105";
                color: #B60005;
                position: absolute;
                left: 1.5em;
            }

            #nav-mobile .body ul > li > ul > li > ul > li > a {
                padding-right: 10px;
                padding-left: 2.5em;
            }

                #nav-mobile .body ul > li > ul > li > ul > li > a:before {
                    left: 1.5em;
                }

            #nav-mobile .body ul > li > ul {
                display: none;
            }

            #nav-mobile .body ul > li.active ul,
            #nav-mobile .body ul > li.open ul,
            #nav-mobile .body ul > li.show ul {
                display: block;
            }

    #nav-mobile .search {
        padding: 10px 20px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        #nav-mobile .search input {
            padding-right: 42.5px;
        }

        #nav-mobile .search i {
            position: absolute;
            right: 15px;
            top: 10px;
        }

    #nav-mobile .feature {
        background-color: #990005;
        border-top: 1px solid rgba(0,0,0,0.1);
        height: 50px;
    }

        #nav-mobile .feature a {
            color: #ffffff;
            font-size: 18px;
        }

            #nav-mobile .feature a.line {
                background-image: url(/Images/line-logo.svg);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
            }

/* Pagination */
.page-link {
    color: #999999;
}

    .page-link:hover {
        color: #333333;
    }

.page-item.active .page-link {
    background-color: #B60005;
    border-color: #B60005;
}

.PagedList-ellipses {
    margin: 0 0.5em;
}

/* Footer */
.footer {
    padding: 40px 0;
    background-color: #222222;
    line-height: 1.5;
    color: #999;
}

    .footer h2 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #999;
    }

    .footer ul {
        list-style: none;
        padding-left: 0;
    }

    .footer .footer-content a {
        display: block;
        position: relative;
        color: #999;
    }

        .footer .footer-content a:hover {
            color: #b42424;
        }

    .footer .footer-content.subitem a:after {
        font-family: "FontAwesome";
        content: "\f101";
        right: 0;
        position: absolute;
    }

    .footer .footer-content.top a {
        font-size: 22px;
    }

    .footer .footer-content.contact ul li {
        padding: 5px 0;
        display: flex;
        align-items: center;
    }


.copyright {
    background-color: #373737;
    border-color: #454545;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
}

.section-user .frame {
    background-color: #efdcaf;
    padding: 20px 70px 50px 70px;
    border-radius: 10px;
    position: relative;
}


.light-gray-bg {
    background-color: #fafafa;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.btn {
    font-size: 14px;
}

.btn-lg {
    padding: 10px 25px;
    font-size: 18px;
    margin: 0;
}

.btn-animated.btn-lg {
    padding-right: 60px;
}

    .btn-animated.btn-lg i {
        right: 25px;
        line-height: 48px;
        min-width: 15px;
    }

.btn-animated {
    position: relative;
    min-width: 0 !important;
    padding-right: 45px !important;
}

    .btn-animated i {
        transition: right .2s ease-in-out;
        z-index: 3;
        right: 17px;
        position: absolute;
        line-height: 34px;
        top: 0;
        min-width: 12px;
    }

    .btn-animated:hover i {
        right: 11px;
    }

    .btn-animated.btn-lg:hover i {
        right: 15px;
    }

.btn-dark {
    color: #fff;
    background-color: #373737;
    border-color: #373737;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #111111;
        border-color: #111111;
    }

.radius-50 {
    border-radius: 50px;
}

.icon.default-bg {
    background-color: #c82727;
}

.feature-box:not(.shadow):hover .icon {
    opacity: 0.8;
}

.feature-box {
    margin-bottom: 30px;
    padding: 30px 0;
}

.dark-translucent-bg {
    color: #fff;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

    .dark-translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        transition: all 2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 2);
        background-color: rgba(0, 0, 0, 0.75);
        border-bottom: 1px solid #333;
    }

    .dark-translucent-bg > div {
        z-index: 3;
        position: relative;
    }

    .dark-translucent-bg .btn-gray-transparent {
        color: #fff;
        border-color: #fff;
    }

        .dark-translucent-bg .btn-gray-transparent:hover {
            color: #777;
            border-color: #fff;
            background-color: #fff;
        }

.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
}

.footer .separator-2:after {
    background: #444444;
    background: linear-gradient(to right, #444444 0%, #393939 35%, #323232 70%, #222222 100%);
}

.shadow {
    box-shadow: unset !important;
    position: relative;
}

    .shadow:before {
        position: absolute;
        left: 0;
        height: 60%;
        bottom: 0;
        width: 100%;
        content: "";
        background-color: #fff;
        z-index: -1;
    }

    .shadow:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 50%;
        bottom: 2px;
        margin-left: -50%;
        box-shadow: 0 5px 7px #999999;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

ul {
    list-style-type: square;
}

.title {
    font-weight: bold;
}

.table-striped.table > tbody > tr > td {
    border-color: #e8e8e8;
}

.table > tbody > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
}

.table-striped > tbody > tr > td {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f5f5f5;
}

.table-striped tbody > tr > td:first-child {
    white-space: nowrap;
}

.nav-pills .nav-link {
    background-color: transparent;
    border-color: #eaeaea;
    border-style: solid;
    color: #000;
}

    .nav-pills .nav-link.active {
        background-color: #eaeaea;
        color: #000;
    }

.feature-box {
    padding: 50px 0;
}

.navigation-prev .prev .title, .navigation-next .next .title {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.white-circle {
    display: flex;
    background-color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

    .white-circle i {
        font-size: 45px;
        color: #787878;
    }

.color-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .color-circle.yellow, .small-color-circle.yellow {
        background-color: #fec836;
    }

    .color-circle.red, .small-color-circle.red {
        background-color: #ee3444;
    }

    .color-circle.blue, .small-color-circle.blue {
        background-color: #505faa;
    }

.small-color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .small-color-circle i {
        color: #fff;
        font-size: 35px;
    }

.hexagon {
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    width: 150px;
}

    .hexagon span {
        display: table-cell;
        vertical-align: middle;
        background-color: #c82727;
        padding: 5px 0.5em 5px 1em;
        line-height: 1;
        text-align: center;
    }

    .hexagon:before,
    .hexagon:after {
        display: table-cell;
        content: '';
        border-top: 1.5em solid;
        border-bottom: 1.5em solid;
        border-left: 1.5em solid;
    }

    .hexagon:before {
        border-top-color: #c82727;
        border-bottom-color: #c82727;
        border-left-color: transparent;
    }

    .hexagon:after {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #c82727;
    }

.section-list-container ul:not(.nav-pills) {
    list-style: square;
    line-height: 2;
}

/* sections */
section h1 {
    text-align: center;
}

section p {
    line-height: 2;
}

.section-list-container .container, .section-list-containerfluid .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#section-list-1 {
    padding: 45px 0;
}

#section-list-3 {
    padding: 50px 0;
}

#section-list-5 {
    padding: 30px 0;
}

#section-list-20 {
    padding: 60px 20px;
    min-height: 250px;
    background-size: cover;
}

#section-list-30 .slick-dots {
    display: none !important;
}

#section-list-62 {
    background-image: url(/Uploads/images/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-size: cover;
}

#section-list-79 {
    background-image: url(/Uploads/images/banner-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-size: cover;
}

#section-list-64 .standardise .icon {
    align-self: center;
}

#section-list-95 {
    background-image: url(/Uploads/images/banner-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-size: cover;
}

#section-list-128 {
    background-image: url(/Uploads/images/1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0;
    background-size: cover;
}

#section-list-189 .nav-pills .nav-item {
    list-style: none;
}

#section-list-189 .item {
    padding: 10px;
}

    #section-list-189 .item:nth-child(odd) {
        background-color: #eaeaea;
    }

#list-row-13 {
    align-items: center;
}

#list-row-70 .icon i {
    font-size: 50px;
}

#list-row-80 .card {
    color: #333;
    height: 150px;
}

    #list-row-80 .card h5 {
        text-shadow: 1px 1px 2px #000;
        color: #ffc629;
        font-size: 30px;
    }

#list-row-91 .reason {
    text-shadow: 1px 1px 2px #000;
    color: #ffc629;
    font-size: 32px;
}

#list-row-101 .investment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

    #list-row-101 .investment .card-body {
        line-height: 2;
    }

#list-row-153 .slick-dots {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

    #list-row-153 .slick-dots li ::marker {
        display: none;
    }

    #list-row-153 .slick-dots li {
        display: inline-block;
    }

        #list-row-153 .slick-dots li + li {
            margin-left: 15px;
        }

        #list-row-153 .slick-dots li button {
            font-size: 0;
            line-height: 0;
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 100%;
            outline: none;
            background-color: #ccc;
            opacity: 0.8;
        }

        #list-row-153 .slick-dots li.slick-active button {
            background-color: #777;
            opacity: 1;
        }

.section-blog .post-content {
    padding: 15px 0;
}

.feature-box {
    padding: 50px 0;
}

.navigation-prev .prev .title, .navigation-next .next .title {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.white-circle {
    display: flex;
    background-color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid transparent;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

    .white-circle i {
        font-size: 45px;
        color: #787878;
    }

.color-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .color-circle.yellow, .small-color-circle.yellow {
        background-color: #fec836;
    }

    .color-circle.red, .small-color-circle.red {
        background-color: #ee3444;
    }

    .color-circle.blue, .small-color-circle.blue {
        background-color: #505faa;
    }

.small-color-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .small-color-circle i {
        color: #fff;
        font-size: 35px;
    }

.hexagon {
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    width: 150px;
}

    .hexagon span {
        display: table-cell;
        vertical-align: middle;
        background-color: #c82727;
        padding: 5px 0.5em 5px 1em;
        line-height: 1;
        text-align: center;
    }

    .hexagon:before,
    .hexagon:after {
        display: table-cell;
        content: '';
        border-top: 1.5em solid;
        border-bottom: 1.5em solid;
        border-left: 1.5em solid;
    }

    .hexagon:before {
        border-top-color: #c82727;
        border-bottom-color: #c82727;
        border-left-color: transparent;
    }

    .hexagon:after {
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #c82727;
    }

.section-list-container ul {
    list-style: square;
    line-height: 2;
}

@media (min-width: 576px) {
}

@media (min-width:768px) {
    header .navbar-nav li a, header .navbar-expand-md .navbar-nav .nav-link {
        padding: 28px 20px 27px 20px !important;
    }

    header .navbar-nav .dropdown-menu li a {
        padding: 10px 20px;
    }

    .fixed-header-on header .navbar-nav > li > a {
        padding-top: 21px !important;
        padding-bottom: 21px !important;
    }

    .fixed-header-on header .navbar-nav li a.nav-link:before {
        top: 24px;
    }

    .section-list-container .container, .section-list-containerfluid .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width:992px) {
    .fixed-header-on .logo {
        padding: 0px;
    }
}

@media (min-width:1200px) {
}

