.box {
    width: 100%;
    margin: 0 auto;
}

.minheight {
    min-height: calc(100vh - 514px)
}

.index .box {
    padding: 6em 0;
}

.counterValue {
    background-color: #194c2b;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

.heading-section h5 {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #aaa;
}

.heading-section h3 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #194c2b;
    font-weight: bolder;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 2px;
    letter-spacing: 2px;
    color: #aaa;
}

.productList .content-img {
    margin: 15px 0;
}

.productList .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.productList .content-img:hover .details {
    opacity: 1;
}

.productList .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid;
}

.productList .content-img .details>div h6 {
    margin-top: calc(35% - 22px);
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}

.newsList {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.newsList .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
}

.newsList .time h6 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.newsList .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

.newsList .content {
    width: calc(100% - 110px);
    float: right;
}

.newsList .content h5 {
    font-size: 18px;
    font-weight: bolder;
    height: 2em;
    margin: 0;
    padding: 0;
}

.newsList .content p {
    color: #666;
    line-height: 1.5em;
    position: relative;
    top: 10px;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.newsList:hover {
    background-color: #194c2b;
}

.newsList:hover .content,
.newsList:hover .content p {
    color: #fff;
}

.contact h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p {
    font-size: 14px;
    line-height: 2em;
}

.contact p i {
    width: 14px;
    line-height: 2em;
    text-align: center;
    margin-right: 3px;
}

.message>div {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message>div:nth-last-child(1) {
    border: none;
    padding: 0;
}

.message>div a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #194c2b;
    background: transparent;
    transition: all 0.2s;
}

.message>div a:hover {
    color: #fff;
    background-color: #194c2b;
}

.location {
    background: #194c2b;
    padding: 0;
}

.location .box {
    padding: 0;
}

.location .single-address {
    padding: 30px;
    border-radius: 5px;
}

.location .single-address i {
    font-size: 70px;
    color: #fff;
}

.location .single-address.active i {
    background: transparent;
    color: #fff;
}

.location .single-address h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.location .single-address p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}


.footer {
    padding: 15px 0;
    background-color: #333;
    color: #fff;
}

.footer br {
    display: none;
}

.footMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #194c2b;
    z-index: 999;
}

.footMenu>div {
    border-right: 1px solid #eee;
    padding-top: 5px;
}

.footMenu>div:nth-last-child(1) {
    border-right: 0;
}

.footMenu i {
    color: #fff;
    font-size: 30px;
}

.footMenu p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

#toolbar {
    /* width: 263px; */
    /* background-color: white; */
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 29;
}

#toolbar>ul>li>a {
    width: 40px;
    height: 40px;
    background-color: white;
    border: 1px solid #194c2b;
    margin-bottom: 6px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

#toolbar>ul>li>div {
    width: 0;
    min-height: 40px;
    margin-right: 39px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #194c2b;
    transition: all 0.5s;
    overflow: hidden;
    z-index: -1;
}

#toolbar>ul>li>div p {
    width: 203px;
    margin: 0;
    line-height: 1.3em;
    font-size: 18px;
    color: #000;
}

#toolbar>ul>li>div input {
    height: 1.5em;
    font-size: 12px;
    padding: 13px 20px;
    background-color: white;
    border: 1px solid #194c2b;
}

#toolbar>ul>li>div div {
    width: 173px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    color: white;
    background-color: #194c2b;
    cursor: pointer;
    transition: all 0s;
}

#toolbar>ul>li>div div:hover {
    background-color: #194c2b;
}

@media (min-width: 1200px) {
    .box {
        width: 1200px;
    }
}

@media (max-width: 425px) {

    .index .box {
        padding: 3em 0;
    }

    .logo {
        padding-left: 10px;
    }

    .logo span {
        padding-right: 0;
    }

    .logo span h1 {
        font-size: 20px;
        line-height: 50px;
    }

    .logo span p {
        display: none;
    }

    /* ul.nav {
        width: 100%;
        height: 0px;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        transition: all 1s;
        z-index: 10;
    }

    ul.nav li {
        float: none;
        text-align: center;
    }

    ul.nav li a {
        line-height: 0px;
    } */

    .navbtn {
        display: block;
    }

    .banner {
        height: 210px;
        background-image: url(../images/banner/2.jpg);
    }

    .message .col-sm-6 {
        width: 100%;
        float: left;
    }

    .message .col-sm-6 .col-sm-12 input,
    .message .col-sm-6.fr .col-sm-12 textarea {
        width: 60%;
    }

    .message .col-sm-12.btn {
        width: 100%;
        padding: 0;
    }

    .footer br {
        display: block;
    }

    .footMenu {
        display: block;
    }

    #toolbar {
        display: none;
    }
}

.index .box {
    padding: 0 0 3em;
}

.banner {
    background: url(../images/banner/5.jpg) no-repeat center;
    height: 300px;
}

.BNtop {
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h4 {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

.detailsPage .banner p {
    color: #fff;
    font-size: 30px;
    padding-top: 130px;
}

.detailsPage .page img {
    max-width: 100%;
    width: auto;
}

.detailsPage .page p {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
}

.detailsPage .tabControl a {
    width: 100%;
    display: block;
    padding: 7px 15px;
    margin: 0px 2px;
    position: relative;
    border-left: 0;
    transition: all 0.3s;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background-color: #194c2b;
    color: #fff;
}

.productPage .content-img {
    padding: 0;
}

.productPage h5 {
    font-size: 20px;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid #194c2b;
    margin-bottom: 10px;
}

.productPage .title h5 {
    font-weight: bolder;
    padding: 0 0 0.5em;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

.productPage .title a {
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: #194c2b;
    color: #fff;
}

#loadmore a {
    padding: 8px 20px;
    border: 1px solid #194c2b;
    color: #194c2b;
    display: inline-block;
    margin-top: 30px;
}

#loadmore a:hover {
    color: #fff;
    background-color: #194c2b;
}

@media (max-width: 425px) {
    .banner {
        background-size: cover;
        height: 180px;
    }

    .header {
        padding: 10px;
    }

    .detailsPage .banner {
        height: 160px;
    }

    .detailsPage .banner p {
        font-size: 20px;
        padding-top: 70px;
    }

    .heading-section {
        margin-bottom: 30px;
    }

    .newsList .content h5,
    .newsList .content p {
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}