﻿body {
    letter-spacing: normal;
}

.dark-translucent-bg {
    position: relative;
}

    .dark-translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1);
        background-color: rgba(0, 0, 0, 0.5);
    }

    .dark-translucent-bg > div {
        z-index: 3;
        position: relative;
    }

.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

    .separator:after {
        height: 1px;
        background: #e8e8e8;
        background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
        background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
        background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
        position: absolute;
        bottom: -1px;
        content: "";
        width: 100%;
        left: 0;
    }

/* Header */
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-height: 36px;
}

header .navbar-nav .nav-link {
    border-bottom: 5px solid #ffffff;
    /*padding-top: 1rem;
    padding-bottom: 1rem;*/
}

header .navbar-nav > li:hover > a,
header .navbar-nav > li > a.active {
    color: #f26716;
    background-color: #fafafa;
    border-color: #f26716;
}

.main-menu {
    display: unset;
}

#nav-mobile .header > * {
    line-height: unset;
}

#nav-mobile .logo img {
    max-height: 25px;
}

/* Footer */
footer {
    font-size: 1rem;
    font-weight: unset;
    padding: 30px 0;
    color: #666666;
    border-top: 1px solid #f2f2f2;
    background-color: #fbfbfb;
}

    footer h3 {
        color: #666666;
    }

    footer .logo {
        justify-content: start;
    }

        footer .logo img {
            max-height: 24px;
        }

        footer .logo .slogan {
            margin-top: 10px;
            margin-bottom: 7px;
        }

        footer .logo a {
            display: inline-flex;
            align-items: center;
            font-size: 18px;
            color: #666666;
            flex-wrap: wrap;
            justify-content: flex-start;
        }

            footer .logo a:hover {
                opacity: 0.8;
                text-decoration: none;
            }

    footer ul {
        list-style-type: none;
        padding-left: 0;
        line-height: 1.8;
    }

        footer ul > li > i {
            width: 16px;
            text-align: center;
            margin-right: 0.6em;
        }

        footer ul.site-info > li > a {
            text-decoration: none;
            color: #666666;
        }

            footer ul.site-info > li > a:hover {
                color: #f26716;
            }

            footer ul.site-info > li > a:before {
                font-family: "FontAwesome";
                content: "\f105";
                color: #f26716;
                margin-right: 0.5em;
            }

/* 首頁 */
.home-page .list-row-contentright > .col-lg-6:nth-child(2),
.home-page .list-row-contentleft > .col-lg-6:nth-child(2) {
    padding: 35px;
}

.home-page .list-row-contentleft {
    color: #f26716;
}

.home-page .products .card {
    padding: 10px;
    background: #f2f2f2;
    border: 0;
}

.home-page .products .card-body h3 {
    font-size: 18px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    /* 首頁 */
    .home-page .list-row-contentright > .col-lg-6:nth-child(1) img,
    .home-page .list-row-contentleft > .col-lg-6:nth-child(1) img {
        height: 100%;
        max-width: none;
    }
}

@media (min-width: 1200px) {

    /* 首頁 */
    .home-page .list-row-contentright > .col-lg-6:nth-child(2) {
        padding-right: 20%;
    }

    .home-page .list-row-contentleft > .col-lg-6:nth-child(2) {
        padding-left: 20%;
    }
}
