﻿@font-face {
    font-family: 'Noto Serif TC';
    src: url('/fonts/NotoSerifTC-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: "Noto Serif TC", "NotoSerifTC-Medium","微軟正黑體修正","微軟正黑體","Microsoft JhengHei",MHei,STHeitiTC-Light,sans-serif,Arial,Helvetica,"Helvetica Neue",Tahoma,Verdana;
    color: #333;
    overflow-wrap: break-word;
    overflow-x: clip;
    letter-spacing: unset;
}

a:hover {
    transition: .3s;
}

.btn-custom {
    border: 2px solid #007f6b;
    background-color: #007f6b;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    /*width: 100%;*/
}

    .btn-custom:hover {
        background: 0 0;
        color: #007f6b;
    }

.btn-transparent {
    background-color: rgba(0,0,0,.05);
    color: #333;
    padding: 12px 20px;
    width: 100%;
}

    .btn-transparent:hover {
        background-color: #007f6b;
        color: #fff;
    }

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: transparent;
}

.page-wrapper {
    background-image: url(/Images/bg.jpg);
    background-position: center top;
    background-repeat: repeat;
}

.fix-feature .scrollToTop, .fix-phone .scrollToTop {
    width: 60px;
    height: 60px;
}

.fix-feature .scrollToTop {
    background-color: rgba(0,0,0,.8);
}

    .fix-feature .scrollToTop:hover {
        background-color: #000;
        transform: scale(.9) !important;
        transition: .3s;
    }

    .fix-feature .scrollToTop i {
        line-height: 20px;
        font-size: 30px;
    }

.fix-phone {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 1005;
}

    .fix-phone .rounded-circle a {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
    }

        .fix-phone .rounded-circle a:before {
            content: '';
            position: absolute;
            top: 45%;
            left: 45%;
            transform: translate(-50%, -50%);
            background: url(/Images/social-tel.svg);
            z-index: 1;
            width: 60%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .fix-phone .rounded-circle a img {
            width: 60%;
        }

.fixed-header-on .fix-phone {
    bottom: 75px;
}

.fix-phone > * {
    border-radius: 100%;
    text-align: center;
}

.fix-phone .scrollToTop {
    background-color: #007f6b;
    padding: 3px;
    color: #fff;
}

    .fix-phone .scrollToTop i {
        line-height: 55px;
        font-size: 40px;
    }


    .fix-phone .scrollToTop:hover {
        background-color: #000;
        transform: scale(.9) !important;
        transition: .3s;
    }

.logo {
    max-height: 65px;
}

.header-container {
    transition: all 0.3s ease;
}

header .logo-wrapper {
    text-align: left;
}

header.navbar {
    background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    background-color: transparent;
    position: fixed;
    color: #fff;
    padding: 10px 20px;
}

    header.navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

header .main-menu {
    display: none;
}

header .main li.nav-item + li.nav-item {
    position: relative;
}

    header .main li.nav-item + li.nav-item:before {
        content: "/";
        font-size: 18px;
        color: rgba(255,255,255,.2);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 1;
    }

header .main .dropdown-menu li.nav-item + li.nav-item:before {
    display: none;
}

header .main .dropdown-menu li.nav-item + li.nav-item {
    border-top: 1px solid rgba(255,255,255,.3);
}

header .navbar-nav .nav-link, header .navbar-nav li a:hover, header .navbar-nav li.show a {
    color: #fff;
}

header .navbar-nav li > a.active {
    color: #d1b381;
}

header .navbar-nav .dropdown-menu {
    background-color: rgba(0,0,0,0.8);
    border-color: transparent;
    margin-top: -1px;
}

    header .navbar-nav .dropdown-menu.show:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 0 10px;
        border-color: transparent transparent transparent rgba(0,0,0,.8);
        margin: -10px auto 0 auto;
        position: absolute;
        left: 55px;
        transform: translate(-55%);
    }

header .navbar-nav.search .dropdown-menu.show:before, header .navbar-nav.language .dropdown-menu.show:before {
    top: 0;
    right: 12px;
    left: unset;
}

header .dropdown-menu .nav-link:hover, header .dropdown-menu .nav-link:focus, header .dropdown-menu .nav-link.active {
    background-color: rgba(0,0,0,0.8);
    border-color: transparent;
    color: #fff;
}

header .dropdown-menu .nav-link:hover {
    background-color: #007f6b;
    color: #fff;
}

.fixed-header-on header {
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
}

.btn-toolbar .navbar-nav .nav-link:hover i {
    color: #d1b381;
}

.btn-toolbar .input-group .form-control {
    border: 1px solid rgba(0,127,107,0);
}

.btn-toolbar i, header .shop-cart.outer i, header .member i {
    font-size: 1.25rem;
    color: #fff;
}

.btn-toolbar .cart-count, header .shop-cart.outer .cart-count {
    background-color: #007f6b;
    bottom: 0.7rem;
    right: 0.5rem;
    top: unset;
}

.btn-toolbar .search .dropdown-menu {
    min-width: 360px;
    padding: 20px;
}

.btn-toolbar .search-keyword {
    font-size: 1rem;
}

.navbar-nav.shop-cart.outer {
    margin-right: 15px;
}

header .search .form-control i {
    color: #fff !important;
    font-size: 1rem;
}

header .navbar-toggle {
    display: block;
    background-color: #007f6c;
    width: 30px;
    height: 30px;
    padding: 0.6rem 0.4rem;
}

    header .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 17px;
        height: 1px;
    }

header .btn-toolbar .nav-item > a .text, header .navbar-nav.member .nav-item > a .text {
    display: none;
}

header .navbar-nav.member .dropdown-menu-right.show:before{
    right: -80px;
}

footer {
    background-color: #1a140e;
    color: #b2b2b2;
    font-size: 1rem;
}

    footer .logo {
        max-height: unset;
    }

    footer .site-info {
        display: flex;
        flex-wrap: wrap;
    }

        footer .site-info li {
            flex-basis: 50%;
        }

    footer li {
        font-size: 1.0625rem;
    }

        footer li a:hover {
            color: #d1b381;
        }

        footer li a {
            color: #fff;
            font-size: 0.9375rem;
            padding: 0.4rem !important;
        }

    footer .contact li i {
        padding-right: 5px;
        color: #fff;
    }

    footer .sub-nav {
        display: flex;
    }

    footer .product .sub-nav li a {
        color: #ccc;
    }

    footer .feature-wrapper {
        padding-left: 0;
    }

    footer .wrapper, .copyright .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .feature, .copyright .feature {
        display: flex;
        list-style: none;
        margin-bottom: 0;
    }

        footer .feature > li, .copyright .feature > li {
            padding: 5px 10px;
        }

        footer .feature li a, .copyright .feature li a {
            padding: 0;
            margin-right: 0;
            filter: saturate(0) brightness(20)
        }

        footer .feature .line, .copyright .feature .line {
            background-image: url(/Images/line-logo.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
        }

        footer .feature .phone, .copyright .feature .phone {
            background-image: url(/Images/social-tel.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            display: block;
        }

        footer .feature .facebook, .copyright .feature .facebook {
            background-image: url(/Images/social-o-fb.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 30px;
            height: 30px;
            display: block;
        }

.copyright {
    background-color: #1a140e;
    color: #fff;
    padding: 10px 20px 15px;
    border-top: 1px solid #333;
    font-size: 0.875rem;
}

    .copyright .wrapper {
        justify-content: center;
    }

#nav-mobile {
    background-color: transparent;
}

    #nav-mobile.open, #nav-mobile.open .wrapper {
        width: 100%;
    }

    #nav-mobile .bg, #nav-mobile .wrapper, #filter .bg, #filter .wrapper {
        background-color: transparent;
    }

    #nav-mobile .logo img {
        height: 65px;
    }

    #nav-mobile .header .exit, #filter.feature-panel .header .exit {
        background-color: #007f6b;
        border-radius: 2px;
        width: 30px;
        height: 30px;
    }

        #nav-mobile.feature-panel .header .exit:before, #nav-mobile.feature-panel .header .exit:after, #filter.feature-panel .header .exit:before, #filter.feature-panel .header .exit:after {
            background-color: #fff;
            left: 14px;
            top: 5px;
        }

    #nav-mobile .header, #shopcart .header {
        background-color: rgba(0,0,0,0.8);
        backdrop-filter: blur(5px);
        padding: 10px 20px;
    }

    #nav-mobile .body, #filter .header, #filter .body, #shopcart .body, #shopcart .feature {
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(5px);
    }

    #nav-mobile .body {
        padding: 10px 7% 50px;
    }

        #nav-mobile .body a, #filter.feature-panel .header h2, #filter.feature-panel ul > li > a {
            color: #fff;
        }

        #nav-mobile .body ul > li > a:hover {
            background-color: transparent;
        }

        #nav-mobile .body ul li a:after {
            font-family: 'FontAwesome';
            content: "\f107";
            color: #d1b381;
            position: absolute;
            right: 15px;
        }

        #nav-mobile .body ul > li.active > a, #nav-mobile ul li a.active, #nav-mobile ul li a:hover, #filter.feature-panel ul > li > a.active, #filter.feature-panel ul > li > a:hover, #nav-mobile .language ul li a:hover {
            background-color: #007f6b;
            color: #fff;
        }

        #nav-mobile .body ul li ul li.active, #nav-mobile .body ul li ul li a.active {
            background-color: transparent;
        }

        #nav-mobile .body ul li ul {
            background-color: rgba(0,0,0,.5);
        }

        #nav-mobile .body ul > li > ul > li a:before {
            display: none;
        }

    #nav-mobile .search {
        display: block;
        border-bottom: 0;
    }

        #nav-mobile .search i {
            position: relative;
            right: 0;
            top: 0;
            font-size: 1rem;
        }

    #nav-mobile .language ul {
        display: flex;
    }

        #nav-mobile .language ul li {
            flex: 1 0 auto;
            padding: 15px 10px;
            text-align: center;
            position: relative;
        }

            #nav-mobile .language ul li:first-child:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 50%;
                right: 0;
                top: 50%;
                transform: translate(0, -50%);
                background: rgba(255,255,255,.1);
            }

            #nav-mobile .language ul li a {
                border-bottom: 0;
            }

                #nav-mobile .language ul li a:after {
                    display: none;
                }

#filter.feature-panel.left {
    border-right: 0;
}

/* shopcart */
#shopcart.feature-panel.right {
    border-left: 0;
}

#shopcart .header {
    color: #fff;
}

#shopcart .link {
    background-color: #007f6b;
    border-color: #007f6b;
    color: #fff;
}

/* breadcrumb */
.breadcrumb .breadcrumb-item:last-child {
    color: #007f6b;
}

.section-banner .title {
    font-size: 2.75rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5rem;
    white-space: nowrap;
}

    .section-banner .title:after {
        content: '';
        display: block;
        width: 85px;
        height: 1px;
        margin: 10px auto 15px;
        background-color: #007f6b;
    }

/* section-list */

#section-list-7, #section-list-11 {
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}

    #section-list-7 .news-btn {
        color: #fff;
        border-color: #fff;
    }

#section-list-9 .container, #section-list-31 .container {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

#section-list-9 .text, #section-list-31 .text {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px 0 20px;
    z-index: 4;
    transform: none !important;
    pointer-events: none;
}

    #section-list-9 .text h3:after, #section-list-31 .text h3:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        background-color: #007f6b;
        margin: 10px 0 15px;
    }

    #section-list-9 .text span, #section-list-31 .text span {
        opacity: .7;
    }

#section-list-9 .figure, #section-list-31 .figure {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

    #section-list-9 .figure img, #section-list-31 .figure img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

    #section-list-9 .figure:hover img, #section-list-31 .figure:hover img {
        transform: scale(1.1);
    }

#section-list-19 .container-fluid, #section-list-45 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#section-list-51 {
    padding: 100px 0;
}

#section-news-12 h1 {
    color: #fff;
}

#section-list-65 {
    background: url(/Uploads/images/f1.jpeg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

    #section-list-65 .panel-heading a.collapsed {
        color: #fff;
    }

    #section-list-65 .panel-heading, #section-list-65 .panel-body {
        background-color: transparent;
    }

.section-news .item {
    padding-bottom: 60px;
    border-bottom: unset;
}

    .section-news .item img {
        border-radius: 0;
    }

.section-news .card .body {
    padding: 10px 15px 15px;
}

.section-news h3 {
    font-weight: bold;
}

.section-news .item .date {
    color: #d1b381;
}

.section-news .item .text {
    border-top: 1px solid #e3d3b791;
    padding-top: 15px;
    margin-top: 10px;
}

.section-news .item .btn {
    margin-top: 20px;
    filter: saturate(0);
    opacity: .5;
    background-color: transparent;
    min-width: 100px;
    border: 1px solid #007f6b;
    color: #007f6b;
    padding: 8px 20px;
}

.section-news a.link:hover h3 {
    color: #007f6b;
}

.section-news a.link:hover .btn {
    border-color: #007f6b;
    color: #007f6b;
    filter: saturate(1);
    opacity: 1;
}

.section-news .figure, .section-blog .figure {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
}

    .section-news .figure:before, .section-blog .figure:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transform: translate(-50%,-50%);
        background: linear-gradient(160deg,rgba(0,0,0,.4) 20%,rgba(0,0,0,.7) 80%);
        left: 50%;
        top: 50%;
        opacity: 0;
    }

    .section-news .figure:after, .section-blog .figure:after {
        content: "\f067";
        font-family: "FontAwesome";
        display: block;
        text-align: center;
        position: absolute;
        color: #fff;
        left: 50%;
        top: 50%;
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
        transition: all 0.3s ease
    }

    .section-news .figure img, .section-blog .figure img {
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

.section-news a.link:hover .figure img, .section-blog a.link:hover .figure img {
    transform: scale(1.1);
}

.section-news a.link:hover .figure:before, .section-blog a.link:hover .figure:before {
    opacity: 1;
    z-index: 2;
}

.section-news a.link:hover .figure:after, .section-blog a.link:hover .figure:after {
    opacity: 1;
    z-index: 3;
    transform: translate(-50%, -50%) scale(2.5);
}

.section-news.detail .date {
    color: #777;
}

.section-news.detail .content {
    padding-top: 40px;
}

.section-news .card {
    border: 0;
    background: rgba(0,0,0,.7);
}

.section-news .content-wrapper {
    display: flex;
    align-items: center;
}

.section-news .date-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #d1b381;
    font-size: 1.5625rem;
    padding-right: 20px;
}

.section-news .content-wrapper .title {
    color: #fff;
    font-size: 1.125rem;
}

.section-news .col-content {
    padding-top: 20px;
}

.section-news h1 {
    color: #000;
}

.section-blog .body {
    background-color: transparent;
    padding: 10px 5px 0;
}

.section-blog .list {
    padding: 30px 30px 80px;
}

.section-blog h3 {
    padding-top: 10px;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.section-blog .item .date {
    font-size: .75rem;
    border-left: 4px solid #007f6b;
    padding-left: 10px;
    letter-spacing: 1px;
    color: #007f6b;
    font-weight: 700;
}

.section-blog .related {
    padding-top: 10px;
}

.section-blog.detail .date-wrapper .date {
    color: #007f6b;
    font-size: 0.875rem;
}

.section-blog.detail .category-pills.custom .nav-pills {
    justify-content: flex-start;
    flex-direction: column;
}

    .section-blog.detail .category-pills.custom .nav-pills li a:hover {
        transform: scale(1.05);
        opacity: 1;
        background-color: #007f6b;
        border-color: #007f6b;
        color: #fff;
    }

.section-blog.detail .date-wrapper {
    border-bottom: 0;
}

.section-blog.detail .share {
    justify-content: flex-end;
}

.section-blog.detail .side {
    padding-top: 40px;
}

.section-blog.detail .related a:hover {
    color: #007f6b;
    text-decoration: underline;
}

.section-blog.detail h4 {
    font-size: 1.25rem;
    padding-bottom: 15px;
}

.section-form .contact-wrapper .text {
    color: #777;
}

    .section-form .contact-wrapper .text i {
        color: #007f6b;
    }

.section-form .form-wrapper {
    padding-top: 40px;
}

.section-form .col-form-label {
    font-weight: bold;
}

.section-form .form-control {
    background-color: rgba(51,51,51,.05);
    border-color: rgba(255,255,255,0);
}

    .section-form .form-control:focus {
        background-color: #fff;
        border-color: #007f6b;
        box-shadow: unset;
    }

.section-form .map {
    height: 400px;
}

    .section-form .map iframe {
        width: 100%;
        height: 100%;
    }

.section-faq .form-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 30px 40px;
}

.section-faq .category-pills.custom {
    display: none;
}

.section-faq .search-keyword {
    width: 400px;
}

    .section-faq .search-keyword input, #nav-mobile .search-keyword input, header .btn-toolbar .search-keyword input, .section-blog.detail .search input {
        padding: 12px 15px;
        padding-left: 20px;
        padding-right: 120px;
        border: 1px solid rgba(0,127,107,0);
        border-radius: 50px;
        border-top-right-radius: 50px !important;
        border-bottom-right-radius: 50px !important;
    }

.section-faq .input-group > .form-control:focus, #nav-mobile .input-group > .form-control:focus, header .btn-toolbar .search-keyword .input-group > .form-control:focus, .section-blog.detail .search .input-group > .form-control:focus {
    z-index: 1;
    border-color: #007f6b;
    box-shadow: none;
}

.section-faq .search-keyword .btn-submit, #nav-mobile .search-keyword .btn-submit, header .btn-toolbar .search-keyword .btn-submit, .section-blog.detail .search .btn-submit {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 15px;
    line-height: 32px;
    height: 100%;
    background: #d1b381;
    color: #fff;
    border-radius: 54px;
    backface-visibility: hidden;
    z-index: 3;
    font-size: 1rem;
}

    .section-faq .search-keyword .btn-submit:hover, #nav-mobile .search-keyword .btn-submit:hover, header .btn-toolbar .search-keyword .btn-submit:hover, .section-blog.detail .search .btn-submit:hover {
        background: #007f6b;
    }

.section-faq .panel-heading {
    background-color: transparent;
    border-bottom: 1px dashed #ddd;
}

    .section-faq .panel-heading a:after {
        display: none;
    }

.section-faq .panel-title img {
    width: 30px;
    height: 30px;
}

.section-faq .panel-title a {
    display: flex;
    padding: 25px 5%;
}

    .section-faq .panel-title a:hover {
        background-color: rgba(221,221,221,.3);
    }

        .section-faq .panel-title a:hover .title-wrapper .category {
            background-color: #fff;
            color: #9c9c9c;
        }

        .section-faq .panel-title a:hover .title-wrapper .title {
            color: #007f6b;
        }

.section-faq .panel-body {
    background-color: transparent;
}

.section-faq .title-wrapper {
    padding-left: 25px;
}

    .section-faq .title-wrapper .title {
        color: #333;
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 8px;
        padding-left: 0;
        align-self: center;
    }

    .section-faq .title-wrapper .category {
        background-color: #eee;
        padding: 5px 10px;
        color: #333;
        font-size: .875rem;
    }

.section-catalog .table-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
}

.section-catalog .list {
    padding: 30px 30px 80px;
    width: 100%;
    overflow-x: hidden;
}

.section-catalog table {
    border-top: 1px solid #ddd;
    width: 100%;
    border-collapse: collapse;
}

.section-catalog thead {
    display: none;
}

.section-catalog th {
    background-color: #d1b381;
    color: #23130d;
    font-weight: bold;
    border: 1px solid #f9f4ee;
    padding: 5px 10px;
}

.section-catalog tbody tr {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: block;
    position: relative;
}

.section-catalog tbody td {
    padding: 5px 15px;
    border: 0;
    display: block;
}

.section-catalog .btn-wrap {
    text-align: center;
    position: absolute;
    padding: 0;
    bottom: 20px;
    right: 60px;
}

.section-catalog tr td:before {
    display: block;
    content: attr(data-label);
    font-size: 0.75rem;
    font-weight: 700;
    color: #007f6b;
    padding: 2px 10px 0 0;
}

.section-catalog tr td:last-child:before {
    display: none;
}

.section-catalog td a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.section-product #filter.feature-panel .header {
    justify-content: flex-end;
}

.product-detail .product-info .category a {
    color: #007f6b;
}

.product-detail .product-info .name {
    padding-top: 5px;
    color: #000;
    font-size: 1.625rem;
}

.product-detail .intro h3 {
    color: #007f6b;
}

.product-detail .tabs-container .nav-tabs {
    border-bottom: none;
}

.product-detail .product-info .unit-price, .product-detail .product-info #item, .product-detail .product-info .num-total {
    display: none;
}

.product-detail .product-info .button {
    padding: 20px 0 5px;
}

.section-event.detail .share {
    justify-content: flex-end;
}

#addShopCart {
    background-color: #007f6b;
    padding: 12px 20px;
    border-radius: 5px;
    color: #fff;
}

/* event */
.section-event .item {
    background-color: #032306;
    color: #f1f1f1;
}

.section-event .body {
    padding: 1rem;
}

.section-event .date {
    font-size: small;
    font-style: italic;
}

.capsule {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background-color: rgba(33,150,83,0.3) !important;
    border-radius: 100vw;
    position: relative;
    min-height: 1rem;
    width: 3.625rem;
    padding: 0 0.5em;
}

    .capsule:before {
        content: '';
        position: absolute;
        top: 0;
        left: -9%;
        width: 60%;
        height: 100%;
        transform: skew(-25deg);
        background-color: #ffeb00;
    }

    .capsule > span {
        position: relative;
        text-align: center;
        font-style: italic;
        z-index: 2;
    }

.registered {
    color: #032306 !important;
}

/* registration */
.section-event-registration .rwd-table .header {
    background-color: #032306;
    color: #ffeb00;
}

/* pagination */
.page-item.active .page-link {
    background-color: #007f6b;
    border-color: #007f6b;
    color: #fff;
    border-radius: 0.25em;
}

.page-item .page-link {
    border-radius: 0.25em;
}

.detail .pagination a .text {
    position: relative;
    display: block;
    font-size: .8rem;
}

.detail .pagination a.prev .text {
    padding-left: 25px;
}

.detail .pagination a.next .text {
    padding-right: 25px;
}

.detail .pagination a.prev .text:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 18px;
    height: 18px;
    background-image: url(/Images/prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.detail .pagination a.next .text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 18px;
    height: 18px;
    background-image: url(/Images/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.detail .pagination a:hover .text:after {
    transform: translate(0,-50%) scale(1.3);
}

/* custom */
.color1 {
    color: #007f6b;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-40 {
    padding-top: 40px;
}

.category-pills.custom {
    display: none;
}

    .category-pills.custom.detail {
        display: block;
        padding-top: 60px;
    }

.section-news .category-pills.custom {
    display: block;
}

.category-pills.custom .nav-pills {
    justify-content: center;
}

    .category-pills.custom .nav-pills li {
        padding: 10px 8px;
        margin-right: 0;
        border-bottom: 0;
    }

        .category-pills.custom .nav-pills li + li {
            margin-left: 0;
        }

        .category-pills.custom .nav-pills li a {
            min-width: 100px;
            border: 1px solid #ddd;
            text-align: center;
            font-size: 1.0625rem;
            color: #333;
            text-transform: unset;
        }

            .category-pills.custom .nav-pills li a.active {
                background-color: #007f6b;
                border-color: #007f6b;
                border-bottom: 1px solid;
                color: #fff;
            }

.news-btn {
    color: #007f6b;
    border: 2px solid #007f6b;
    border-left: 0;
    border-right: 0;
    padding: 6px 15px;
}

    .news-btn:hover {
        letter-spacing: 6px;
        color: #007f6b;
    }

.related ul {
    list-style-type: "- ";
    padding-left: 20px;
}

    .related ul li {
        font-size: 1rem;
        padding: 0 0 8px 0;
    }

.article h2 {
    font-size: 2rem;
}

.article h2, .article h3 {
    padding: 10px 0;
}

.sub-text {
    color: #777;
}

.custom-title {
    padding: 0 5px 10px;
    border-bottom: 2px solid #007f6b;
}

.custom-label {
    text-align: right;
    color: #333;
    font-weight: bold;
}

.custom-padding {
    padding: 0 2px;
}

.text-gray {
    color: #777;
}

.text-green {
    color: #007f6b;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #ddd;
}

.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;
    }

@media (min-width: 639px) and (max-width:1200px) {
    footer .site-info li {
        flex-basis: 25%;
    }
}

@media (min-width: 768px) {
    header .logo-wrapper {
        flex: 1;
    }

    footer li a {
        font-size: 1rem;
    }

    .section-blog .list {
        padding: 45px 50px 100px;
    }

    .section-news .image-box {
        padding-bottom: 80px;
    }

    .section-news .item .content {
        padding-left: 40px;
    }

    .section-news .col-content {
        padding-top: 40px;
    }

    .section-faq .form-wrapper {
        padding: 20px 50px 60px;
    }

    .section-faq .title-wrapper .title {
        padding-left: 25px;
        padding-top: 0;
        font-size: 1.125rem;
    }

    #section-list-9 .container, #section-list-31 .container {
        width: 100%;
        max-width: unset;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .section-catalog .list {
        padding: 45px 50px 100px;
    }

    .section-catalog thead {
        display: table-header-group;
    }

        .section-catalog thead tr {
            display: table-row;
            position: static;
            margin: 0;
            padding: 0;
            border: 0;
        }

    .section-catalog th {
        display: table-cell;
        padding: 8px 20px;
        text-align: center;
    }

    .section-catalog tbody tr {
        display: table-row;
        position: static;
        margin: 0;
    }

    .section-catalog tr td:before {
        display: none;
    }

    .section-catalog tbody td {
        padding: 13px 20px;
        display: table-cell;
    }

    .section-catalog tbody .btn-wrap {
        display: table-cell;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .product-detail .product-info .name {
        font-size: 2rem;
    }
}

@media(min-width: 992px) {
    .section-faq .category-pills.custom {
        display: block;
    }

    .section-product #filter.feature-panel, .section-product #filter .header, .section-product #filter .body {
        background-color: transparent;
    }

        .section-product #filter.feature-panel ul li {
            border-bottom: 1px solid rgba(209, 179, 129, 0.53);
        }

            .section-product #filter.feature-panel ul li ul li {
                border-bottom: none;
            }

            .section-product #filter.feature-panel ul li a {
                color: #333;
                padding: 12px 20px;
            }

                .section-product #filter.feature-panel ul li a:hover, .section-product #filter.feature-panel ul li a.active:hover {
                    background-color: #d1b381;
                }

            .section-product #filter.feature-panel ul li ul li a:hover {
                background-color: transparent;
            }

            .section-product #filter.feature-panel ul li a:hover, .section-product #filter.feature-paen ul li ul li a:hover {
                text-decoration: underline;
            }

            .section-product #filter.feature-panel ul li a.active {
                background-color: transparent;
                font-weight: bold;
            }

            .section-product #filter.feature-panel ul li ul li a {
                padding: 10px 10px 10px 20px;
                color: #333;
            }

        .section-product #filter.feature-panel ul > li > ul > li > a:before {
            content: "- ";
            color: #777;
            top: 0.8em;
        }

    /*.section-catalog .table-wrapper {
        padding: 60px 50px 120px;
    }*/
}

@media (min-width: 1024px) {
    #section-list-9 .text h3:after {
        width: 70px;
    }

    #section-list-9 .text {
        padding: 35px 20px 10px 35px
    }

    .category-pills.custom {
        display: block;
    }

        .category-pills.custom.detail {
            padding-top: unset;
        }

        .category-pills.custom .nav-pills li a {
            padding: 13px 20px;
        }

    .section-news .body {
        padding: 10px 5% 20px;
    }

    .section-blog.detail .side {
        padding-top: 50px;
    }

    .section-catalog .list {
        min-width: 900px;
    }
}

@media(min-width: 1200px) {
    header.navbar {
        padding: 20px 20px 0 30px;
    }

    header .main-menu {
        display: flex;
    }

    header .navbar-nav .nav-link {
        font-size: .875rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .navbar-nav.main .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        backface-visibility: hidden;
        z-index: 1;
    }

    header .navbar-nav .dropdown-menu .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    header .navbar-nav.main .dropdown-menu .dropdown .dropdown-menu {
        top: 0;
        left: 0;
        transform: none;
    }

        header .navbar-nav.main .dropdown-menu .dropdown .dropdown-menu.show:before {
            display: none;
        }

    header .navbar-toggle {
        display: none;
    }

    header .shop-cart.outer {
        display: none;
    }

    .fixed-header-on header {
        padding: 0 20px 0 30px;
    }

    .btn-toolbar .cart-count {
        right: 0.5rem;
    }

    footer .container-fluid {
        padding: 55px 40px 50px;
    }

    footer .sub-nav {
        display: block;
    }

    footer li a {
        font-size: 1.25rem;
    }

    .copyright {
        padding: 15px 40px;
        font-size: 1rem;
    }

        .copyright .wrapper {
            justify-content: space-between;
        }

    #section-list-7, #section-list-11, #section-list-29, #section-list-33 {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    #section-list-9 .container, #section-list-31 .container {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #section-list-9 .text, #section-list-31 .text {
        padding: 35px 20px 10px 35px
    }

    #section-list-33 .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-blog .body {
        padding: 15px 5px 0;
    }

    .section-blog .list {
        padding: 60px 50px 120px;
    }

    .section-catalog .list {
        padding: 30px 30px 80px;
    }

    .news-btn {
        padding: 10px 20px;
    }

    .custom-padding {
        padding: 0 4px;
    }
}

@media(min-width: 1400px) {
    header .logo-wrapper {
        width: 200px;
    }

    header .logo {
        max-height: 83px;
    }

    .fixed-header-on header .logo-wrapper {
        width: 150px;
    }

    .fixed-header-on header .logo {
        max-height: 63px;
        transition: .3s;
    }

    header .navbar-nav .nav-link {
        font-size: 1rem;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    header .btn-toolbar .navbar-nav .nav-link {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-toolbar .cart-count {
        right: 0.5rem;
    }
}
