body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #6f6f6f;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

body.active {
    padding-top: 90px;
}

a:hover, a:focus, i:hover, i:focus, span:hover, span:focus {
    text-decoration: none;
}

a i {
    transition: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    font-family: 'Ubuntu', sans-serif;
    color: #00a651;
}

    a, a:hover, a:focus, input:focus {
        text-decoration: none;
        outline: none;
        color: #02743a;
    }


button, input {
    outline: none !important;
}

button {
    cursor: pointer;
}

main, aside {
    padding: 150px 0 100px;
}

i[class*="icon-"] {
    transform: translateY(3px);
}

.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
}

.text-red {
    color: #ff7676;
}

    .text-red:hover {
        color: #ff7676;
    }

.text-yellow {
    color: #ffc107;
}

    .text-yellow:hover {
        color: #ffc107;
    }

.text-green {
    color: #54e69d;
}

    .text-green:hover {
        color: #54e69d;
    }

.text-orange {
    color: #ffc36d;
}

    .text-orange:hover {
        color: #ffc36d;
    }

.text-violet {
    color: #796AEE;
}

    .text-violet:hover {
        color: #796AEE;
    }

.text-blue {
    color: #85b4f2;
}

    .text-blue:hover {
        color: #85b4f2;
    }

.text-gray {
    color: #ccc;
}

    .text-gray:hover {
        color: #ccc;
    }

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.padding-small {
    padding: 100px 0;
}

.form-control {
    border: 1px solid #ddd;
    background: none;
    border-radius: 0;
}

    .form-control:focus {
        border-color: #4dcb44;
    }

    .form-control::-moz-placeholder {
        color: #aaa;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        font-size: 0.9em;
    }

    .form-control::-webkit-input-placeholder {
        color: #aaa;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        font-size: 0.9em;
    }

    .form-control:-ms-input-placeholder {
        color: #aaa;
        font-family: "Poppins",sans-serif;
        font-weight: 300;
        font-size: 0.9em;
    }

.text-primary {
    color: #4dcb44 !important;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*顶部*/
.top-bar {
    background: #222;
    color: #959595;
    font-weight: 400;
    font-size: 1em;
}

    .top-bar a {
        color: inherit;
        text-decoration: none !important;
        margin: 0;
        font-size: 1em;
    }

        .top-bar a i {
            margin-left: 5px;
        }

    .top-bar p {
        margin: 0;
    }

    .top-bar i {
        margin-right: 5px;
    }

        .top-bar i:focus, .top-bar i:hover {
            color: inherit;
        }

    .top-bar .langs {
        background: #1c1c1c;
        padding: 15px 30px;
        margin-right: 15px;
    }

        .top-bar .langs i {
            color: inherit;
            margin-right: 0;
        }

        .top-bar .langs .dropdown {
            margin-right: 15px;
        }

            .top-bar .langs .dropdown:last-of-type {
                margin-right: 0;
            }

        .top-bar .langs .dropdown-menu {
            z-index: 9999;
        }

    .top-bar .contact {
        padding: 15px 0 15px;
    }

        .top-bar .contact p {
            margin-left: 20px;
        }

/*菜单*/
nav.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    z-index: 9998;
    margin: 0;
    border: 0;
}

    nav.navbar .navbar-brand {
        padding-top: 9px;
    }

    nav.navbar .navbar-nav > li > a {
        color: #333 !important;
        font-weight: 500;
        font-size: 18px;
        padding: 15px 12px;
        text-transform: uppercase;
    }

        nav.navbar .navbar-nav > li > a:hover {
            color: #4dcb44 !important;
        }

        nav.navbar .navbar-nav > li > a.active {
            font-weight: bold !important;
        }

/*搜索栏*/
section.search {
    padding: 50px 0 70px 0;
    color: #fff;
    background-size: cover !important;
    background: url('/assets/images/search-bg.jpg') no-repeat;
}

    section.search h1 {
        font-size: 26px;
    }

    section.search .text-search {
        font-size: 1.2em;
        font-weight: 300;
        margin-top: 20px;
        line-height: 28px;
    }

    section.search .search-bar {
        border-radius: 100px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,0.15);
        padding: 5px;
        margin-top: 30px;
        padding-left: 30px;
    }

        section.search .search-bar form {
            margin-bottom: 0;
        }

        section.search .search-bar .form-group {
            margin-bottom: 0;
        }

        section.search .search-bar input {
            background: none;
            border: none;
            padding: 15px 0 12px;
            width: 100%;
            font-size: 18px;
        }

            section.search .search-bar input::-moz-placeholder,
            section.search .search-bar input::-webkit-input-placeholder,
            section.search .search-bar input:-ms-input-placeholder {
                color: #aaa;
                font-weight: 300;
                font-size: 12em;
                font-family: "Poppins",sans-serif;
            }

        section.search .search-bar .text {
            color: #000;
        }

        section.search .search-bar .submit {
            background: #4dcb44;
            color: #fff;
            border-radius: 100px;
            font-size: 1.3em;
            cursor: pointer;
        }

/*底部*/
#footer {
    border-top: 1px solid #efefef;
}

.footer-top {
    padding: 30px 0 40px;
    background-color: #fff;
}

.footer-widget {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

    .footer-widget h3 {
        font-weight: 300;
        color: #000;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer-widget ul li {
        color: #858585;
        font-size: 16px;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 5px;
    }

        .footer-widget ul li:last-child {
            margin-bottom: 0;
        }

        .footer-widget ul li a {
            color: #858585;
            font-size: 18px;
            line-height: 28px;
            text-transform: capitalize;
        }

            .footer-widget ul li a:hover {
                color: #000;
            }

.footer-bottom {
    background-color: #fff;
    color: #6e6e6e;
    font-size: 14px;
    padding: 19px 0 12px;
    font-weight: 300;
}

    .footer-bottom a {
        color: #6e6e6e;
    }

        .footer-bottom a:hover {
            color: #00a651;
            text-decoration: underline;
        }

/*正文*/
.content {
    background-color: #f7f7f7;
    padding-bottom: 60px;
}

    .content .section-title {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 5px;
        overflow: hidden;
        text-align: left;
        color: #000;
        font-weight: 500;
    }

        .content .section-title h2 {
            font-weight: bold;
            font-size: 22px;
        }

        .content .section-title .breadcrumb {
            margin: 15px 0;
            font-size: 16px;
            color: #000;
        }

            .content .section-title .breadcrumb a {
                color: #000;
                font-size: 16px;
            }

                .content .section-title .breadcrumb a:hover {
                    color: #00a651;
                }

.category-items {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 55px;
    padding: 20px 25px 20px;
}

    .category-items .category-list {
        margin-top: 20px;
    }

    .category-items .category-item {
        border: 1px solid #dfdfdf;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

        .category-items .category-item:hover {
            background: #4dcb44;
            border-color: #4dcb44;
        }

            .category-items .category-item:hover .category-code,
            .category-items .category-item:hover .category-title,
            .category-items .category-item:hover .category-description {
                color: #fff;
            }

    .category-items .category-code {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
        color: #000;
    }

    .category-items .category-title {
        color: #505050;
        display: block;
        font-size: 16px;
    }

    .category-items .category-description {
        color: #b5b5b5;
    }

.category-other {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 55px;
    padding: 20px 25px 20px;
}

    .category-other ul {
        margin-top: 10px;
    }

    .category-other li {
        float: left;
        line-height: 30px;
    }

        .category-other li a {
            color: #505050;
            font-size: 16px;
            text-transform: capitalize;
            margin-right: 20px;
        }

            .category-other li a:hover {
                color: #000;
            }

            .category-other li a::after {
                content: '';
                border-right: 1px solid #aaa;
                margin-left: 20px;
                height: 14px;
                display: inline-block;
                position: relative;
                top: 2px;
            }

        .category-other li:last-child a::after {
            display: none;
        }


@media (max-width: 576px) {
    /*section.search h1 {
        font-size: 2.7em;
    }

    section.search p {
        font-size: 1em;
    }*/
    .top-bar {
        display: none;
    }

    nav.navbar .container {
        width: 100%;
    }

    section.search {
        padding: 0 0 30px 0;
    }

        section.search h1 {
            display: none;
        }

        section.search .search-bar {
            padding: 5px;
        }

            section.search .search-bar input {
                background: #fff;
                padding: 10px 0 10px 15px;
                border-radius: 50px;
            }

            section.search .search-bar .submit {
                margin-right: 10px;
                padding: 10px 0;
            }

    .text-search {
        display: none;
    }

    .category-other {
        display: none;
    }

    .category-items {
        margin-top: 0px;
        padding: 15px;
    }

    .content .section-title h2 {
        margin-top: 0px;
    }

    .category-items {
        text-align: left;
    }



        .category-items .category-code, .category-items .category-title {
            display: inline;
            margin-left: 5px;
        }

        .category-items .category-code {
            margin-bottom: 0px;
        }

        .category-items .category-title {
            margin-left: 10px;
        }

        .category-items .text-overflow {
            overflow: initial;
            text-overflow: initial;
            white-space: initial;
        }

    .footer-widget h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .footer-widget ul li a {
        font-size: 16px;
    }

    .content {
        padding-bottom: 30px;
    }

        .content .container {
            margin: 0;
            padding: 0;
        }
}
