﻿body {
    /*font-family: 'Source Sans Pro',sans-serif,"微軟正黑體","Microsoft JhengHei";*/
    color: #343434;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: Lato,sans-serif,"微軟正黑體","Microsoft JhengHei";*/
    color: #666;
    font-weight: 700;
    letter-spacing: .025em;
}

/*h1 {
    font-size: 33px;
    margin-bottom: 25px;
}*/

a {
    color: #000;
}

    a:hover {
        color: #41C1CA;
        text-decoration: none;
    }

.btn {
    font-family: 'Source Sans Pro',sans-serif;
    border-radius: 3px;
    transition: all 200ms ease-out;
    border-color: transparent;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}

    .btn:hover {
        background-color: #7ADAD2;
        color: #000;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
        border-color: transparent;
    }

.btn-customer {
    padding: 11px 20px 13px;
}

.btn-customer, .btn-default {
    background-color: #B8EBE7;
    color: #343434;
}

    .btn-customer:hover, .btn-default:hover {
        background-color: #7ADAD2;
        color: #333;
    }

.btn-secondary {
    background-color: rgb(240, 240, 240);
    color: #333;
}

    .btn-secondary:hover {
        background-color: rgb(220, 220, 220) !important
    }

.search-keyword button, #nav-mobile .search-box .btn-submit {
    width: 30px;
    height: 30px;
    background-color: #41C1CA;
    margin-left: 0;
}

.search-keyword {
    position: relative;
}

    .search-keyword input {
        padding-right: 40px;
    }

    .search-keyword .btn.btn-submit {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin-top: 5px;
        margin-right: 5px;
        color: #343434;
        line-height: 1;
        margin-bottom: 0;
        border-radius: 3px;
    }

.form-control {
    border-color: #E6E9ED;
    min-height: 40px;
}

.search input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #e6e9ed;
    color: #73879c;
    transition: all 200ms ease-out;
}

.collapse-style-1 .panel-heading a.collapsed:after {
    content: "\f107";
    transition: all 200ms ease-out;
    font-size: 18px;
}

.collapse-style-1 .panel-heading a:after {
    content: "\f106";
    transition: all 200ms ease-out;
    font-size: 18px;
}

/* Custom */
.py-100 {
    padding: 100px 0;
}

.header-shadow-black, .text-shadow-black {
    text-shadow: 0 2px 2px rgba(0,0,0,.8);
}

.colored-line {
    display: block;
    background-color: #FFB5B5;
    margin: auto auto 18px;
    width: 100px;
    height: 2px;
}

.left {
    float: left;
}

/* Fix-feature */
.fix-feature > * {
    border-radius: 0;
}

.fix-feature .scrollToTop {
    background-color: rgba(122, 218, 210, 0.8);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    border-radius: 3px;
}

    .fix-feature .scrollToTop:hover {
        background-color: rgba(65, 193, 202,0.8);
    }

        .fix-feature .scrollToTop:hover i {
            color: #589f99
        }

.fix-feature > * i {
    font-size: 37px;
}

/* Header*/
.header-top .navbar {
    background: #f3f3f3;
}

.header-top .info {
    font-size: 12px;
    color: #343434;
}

    .header-top .info a {
        display: table-cell;
        height: 40px;
        vertical-align: middle;
    }

/*header .navbar {
    padding: 30px 0;
}*/

/*header .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/

header .navbar-brand img {
    max-height: 40px;
    transition: all .3s ease-in-out;
}

header a:hover .logo {
    opacity: 0.6;
}

header .navbar-toggle .icon-bar {
    width: 20px;
    height: 3px;
}

    header .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 3px;
    }

header .navbar-toggle {
    padding: 0.7rem;
    background-color: #41C1CA;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}

    header .navbar-toggle:hover {
        background-color: #2D979F;
    }

    header .navbar-toggle .icon-bar {
        background-color: #fff;
    }

header .navbar-collapse {
    justify-content: space-between;
    padding-left: 30px;
}

header .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0);
    padding: 12px !important;
    position: relative;
}

header .navbar-nav li a i {
    font-size: 14px;
}

    header .navbar-nav li a i:before {
        margin-left: 0;
        margin-right: 0;
    }

header .navbar-nav li > a:hover, header .navbar-nav li > a.active, header .navbar-nav li.show > a {
    color: #2B9199;
    background-color: #EBFAF9;
    border-radius: 3px;
    border-color: rgb(230, 233, 237);
}

header .navbar-nav li a.dropdown-toggle {
    z-index: 2;
    bottom: -1px;
    right: 1px;
}

header .navbar-nav:not(.shop-cart) li:hover a.dropdown-toggle {
    border-bottom-color: #EBFAF9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

header .dropdown-toggle::after {
    display: none;
}

header .navbar-nav > li > .dropdown-menu {
    position: absolute;
    border-radius: 3px;
    border-top-left-radius: 0px;
    background-color: #EBFAF9;
    border-color: rgb(230, 233, 237);
    z-index: 1;
    margin-left: -1px;
}

    header .navbar-nav > li > .dropdown-menu.dropdown-menu-right {
        border-top-left-radius: 3px;
        border-top-right-radius: 0px;
    }

.btn-toolbar .dropdown-menu .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    /*font-size: 14px;*/
}

header .btn-toolbar .navbar-nav .dropdown-menu li a:hover {
    border-top: 0;
    position: relative;
    z-index: 2;
}

header .dropdown-menu > li > a {
    color: #333;
    border-color: rgb(230, 233, 237);
}

header .navbar-nav.main-menu .dropdown-menu li a {
    padding: 0.5rem 1.2rem;
    font-size: 15px;
}

header .btn-toolbar .dropdown-menu {
    background-color: #EBFAF9;
}

header .btn-toolbar .search .dropdown-menu {
    padding: 0.5em;
    min-width: 280px;
}

.fixed-header-on header .navbar {
    padding: 0;
}

.shop-cart .cart-count {
    top: 2px;
    right: 2px;
}

.footer {
    background-color: #FFE8E8;
    color: #333;
    line-height: 22px;
    padding: 0;
}

    .footer .container {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .footer h4 {
        font-size: 16px;
        color: #660033;
        font-weight: bold;
    }

    .footer .info {
        padding: 25px;
    }

        .footer .info .nav {
            margin-bottom: 10px;
        }

        .footer .info ul li a {
            margin-right: 10px;
        }

    .footer a.more:hover {
        color: #41C1CA;
    }

        .footer a.more:hover i {
            margin-left: 10px;
            transition: all .2s ease-in-out;
        }

    .footer .btn-submit.orange {
        width: 88px;
        height: 30px;
        font-size: 13px;
        background: #FA6C65;
    }

        .footer .btn-submit.orange:hover {
            background: #CF4C45 !important;
        }

.copyright {
    background-color: #3E0000;
    color: #ddd;
    font-size: 14px;
    line-height: 22px;
}

    .copyright .footer-info {
        padding: 30px 0;
    }

    .copyright .nav {
        position: relative;
    }

    .copyright ul li a {
        color: #ddd;
        display: inline;
        margin-right: 0;
    }

    .copyright ul.nav li {
        display: inline;
        padding-left: 10px;
    }

    .copyright ul li:before {
        content: "|";
        display: inline-block;
        padding-right: 12px;
    }

    .copyright ul li:first-child:before {
        display: none;
    }

    .copyright a:hover {
        color: inherit;
    }

#nav-mobile .header {
    background-color: #fff;
}

#nav-mobile .exit:hover:before, #nav-mobile .exit:hover:after {
    background-color: #2B9199;
}

#nav-mobile .search i {
    position: relative;
    right: unset;
    top: unset;
}

#nav-mobile .search input {
    padding-right: 22px;
    width: 100%;
}

#nav-mobile .body {
    background-color: #EBFAF9;
}

    #nav-mobile .body ul li a {
        font-weight: 700;
    }

    #nav-mobile .body ul li ul li a {
        font-weight: normal;
        font-size: 15px;
    }

    #nav-mobile .body ul > li.active > a, #nav-mobile .body ul > li > a:hover {
        background-color: #EBFAF9;
        color: #2B9199;
        border-color: rgb(230, 233, 237);
    }

        #nav-mobile .body ul > li > a.active:after, #nav-mobile .body ul > li > a:hover:after {
            color: #2B9199;
        }

    #nav-mobile .body ul > li > a:after {
        content: "\f107";
        color: #333;
    }

    #nav-mobile .body ul > li > ul > li a:before {
        font-family: "FontAwesome";
        content: "\f105";
        position: absolute;
        left: 1.5em;
    }

#nav-mobile.feature-panel ul > li > ul > li a:after {
    display: none;
}

#nav-mobile .feature {
    display: none;
}

/* shop-cart */
.section-shopcart .cart-step > .active .icon.default-bg {
    background-color: rgba(122, 218, 210, 0.8);
    color: #fff;
}

/* pager */
.page-item.active .page-link {
    background-color: #41C1CA;
    border-color: #41C1CA;
    color: #fff;
}

.page-item .page-link {
    background-color: #41C1CA;
    border-color: #41C1CA;
    color: #589f99;
}

/* 首頁 */
.home-page .card .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.divider:after {
    position: absolute;
    content: "|";
    right: 0;
}

.home-page .card {
    padding: 20px;
}

.home-page .slick-slide {
    margin-right: 15px;
}

.home-page .slick-dots {
    margin: 40px 0;
}

    .home-page .slick-dots li button {
        background-color: #977655;
        width: 15px;
        height: 15px;
    }

    .home-page .slick-dots li.slick-active button {
        background-color: #41C1CA;
    }

.home-page .slick-arrow {
    color: #977655;
}

/* sections */
#section-list-9, #section-list-10 {
    background-size: contain !important;
}

.section-faq .panel-group .panel + .panel, #section-form-7 .panel-group .panel + .panel {
    margin-top: 10px;
}

.section-faq .panel-group .panel, #section-form-7 .panel-group .panel {
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
}

.section-faq h4.panel-title, #section-form-7 h4.panel-title {
    margin-top: 0;
    margin-bottom: 0;
}

.section-faq .panel-heading a, #section-form-7 .panel-heading a {
    color: #343434;
    background-color: #D7F7F3;
    padding: 15px 25px;
}

.section-faq .collapse-style-1 .panel-heading a:not(.collapsed), #section-form-7 .collapse-style-1 .panel-heading a:not(.collapsed) {
    color: #343434;
}

.section-faq .panel-body, #section-form-7 .panel-body {
    background-color: #fff;
    padding: 25px;
}

.section-news .line-through {
    position: relative;
    z-index: 0;
}

.section-news h2 {
    font-size: 40px;
}

    .section-news h2:hover {
        color: #41C1CA;
    }

.section-news .date-wrapper:not(.fix), .section-news .share-wrapper:not(.fix) {
    display: none;
}

.section-news .date {
    background-color: #41C1CA;
    border-color: #41C1CA;
    text-align: center;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    color: #fff;
    justify-content: center;
}

    .section-news .date .day {
        font-size: 20px;
        font-weight: bold;
    }

    .section-news .date .month {
        font-size: 12px;
    }

.section-news .date-wrapper.fix {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50px);
}

.section-news .share-wrapper.fix {
    display: block;
    position: absolute;
    top: -55px;
    left: 48%;
}

    .section-news .share-wrapper.fix .megaphone {
        display: flex;
    }

.section-news .content-box {
    padding-bottom: 40px;
}

.section-news .content {
    border: 1px solid #E6E9ED;
    padding: 30px;
    margin-bottom: 40px;
}

.section-news .share-wrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .section-news .share-wrapper .megaphone {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #41C1CA;
        border-radius: 100%;
        color: #41C1CA;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: #fff;
    }

        .section-news .share-wrapper .megaphone i {
            transform: rotate(-30deg);
        }

        .section-news .share-wrapper .megaphone:hover {
            background-color: #41C1CA;
            color: #fff;
            transition: all 200ms ease-out;
        }

.section-news.detail .share a:hover {
    color: #fff;
}

.section-news.detail .time-wrapper {
    margin-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.section-news.detail .publish, .section-news.detail .title {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.section-news.detail .pagination {
    margin-top: 1.25rem;
}

#FormColumn2 {
    min-height: 150px;
}

/* products */
.section-product .card .price {
    color: inherit;
}

    .section-product .card .price:before {
        content: '';
    }

/* galaxy Z fold 5 size*/
@media (max-width: 344px) {
    header .navbar-brand img {
        max-height: 30px;
    }
}

@media (max-width: 375px) {
    header .navbar-nav > li > a {
        padding: 10px !important;
    }

    .shop-cart .cart-count {
        top: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    header .btn-toolbar .navbar-nav li a.dropdown-toggle {
        padding: 14px 20px !important;
    }

    header .navbar-nav > li > a {
        padding: 15px 20px !important;
    }

    .shop-cart .cart-count {
        right: 10px;
        top: 6px;
    }

    .section-news .line-through:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 45px;
        background-color: #CED7E0;
        z-index: -1;
    }

    .section-news .date-wrapper:not(.fix) {
        display: block !important;
    }

    .section-news .share-wrapper:not(.fix) {
        display: flex;
    }

    .section-news .date-wrapper.fix, .section-news .share-wrapper.fix .megaphone {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .footer .info .nav {
        flex-direction: column;
    }

    .footer .info ul li a {
        margin-bottom: 10px;
    }
}
