@charset "utf-8";

a:hover, a:focus {
    text-decoration: none;
}

.site-navbar {
    top: 0;
}

.navbar {
    background: #137a69;
    height: 79px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.navbar-brand {
    padding:10px;height:79px;margin:0 20px 0 0;
}
.navbar-brand img{width:auto;height:59px;}

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
    color: #f0c800;
    border-bottom: 2px solid #f0c800;
}

.bg-index-pollution {
    width: 50%;
    margin: 0 auto;
    height: 106px;
    }

.title-pollution, .ft-georgia {
    font-family: 'Georgia';
}

.box-index .title-pollution {
    /*transform: translateY(5px);*/
}

.box-index-product .title-pollution {
    transition: all 0.5s linear;
}

.box-index:hover .title-pollution {
    transform: translateY(-15px);
}

.box-index:hover .title-pollution-down {
    transform: translateY(15px);
}

.box-page:hover .title-pollution {
    transform: translateY(-10px);
}

.col-2 {
    position: relative;
    width: 20%;
}
.col-3 {
    position: relative;
    width: 25%;
}
.col-6 {
    position: relative;
    width: 50%;
}

span.bg {
    position: absolute;
    z-index: 0;
    left:0;
    right: 0;
    bottom: 205px;
    height: 0;
    background: url('../img/bg-pollution.png') no-repeat center top;
    width:100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.item-pollution:hover span.bg {
    bottom: 40px;
    height: 204px;
}

.item-pollution:hover span.show {
    background: #f0c800;
    color: #ffffff;
    border: none;
}

.index-service {
    background: url('../img/index-service-bg.jpg') no-repeat top center;
}

.box-index-about {
    margin-left: -15px;
    margin-right: -15px;
}

.w30 {
    width: 30px;
}

.h180 {
    height: 180px;
}

.h350 {
    height: 350px;
}

.h400 {
    height: 400px;
}

.go {
    text-indent: -999em;
    width: 40px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url('../img/go.png') no-repeat;
}

.go-grey {
    width: 38px;
    height: 11px;
    background: url('../img/go-grey.png') no-repeat;
}

.item-product {
    line-height: 200px;
}

.item-product a:before {
    content: '';
    width: 50%;
    background: #333333;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -10px;
    transition: all .5s linear;
}

.item-product:hover a:before {
    width: 80%;
    left: 10%;
    right: 10%;
}

.box-index-about .title-pollution {
    height: 180px;
    background: url('../img/index-about.jpg') no-repeat top center;
}

.box-index-about .title-pollution h3 {
    transform: translateY(35px);
}

.box-index-about:hover .title-pollution h3 {
    transform: translateY(25px);
}

.footer .icon {
    background: url('../img/contact.png') no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 3px;
    background-size:26px auto
}

.footer i.icon-address {
    background-position: 0 0;
}

.footer i.icon-tel {
    background-position: 0 25%;
}

.footer i.icon-qq {
    background-position: 0 50%;
}

.footer i.icon-email {
    background-position: 0 75%;
}
.footer i.icon-addressb {
    background-position: 0 100%;
}
.footer .flogo{height:60px;width:auto;}
.small-menu li:hover, .small-menu li:hover a {
    background: #3ba05a;
    color: #ffffff
}
.form-horizontal{ box-shadow: 0px 0px 13px 0px rgba(33, 22, 19, 0.09);padding:8% 10%;}
.form-horizontal .form-control{height:50px;}
.form-horizontal .control-label{line-height:40px;}
.post {
    width:1140px;
}

.bg-post {
    background: url('../img/page.jpg') no-repeat center center;
}

.post p {
    /*text-indent: 2em;*/
}

.post p.no-indent {
    text-indent: 0;
}

#mapCanvas {
    height: 300px;
}

.post .list-group {
    background: url('../img/bg-list.jpg') repeat-y center top;
}

.list-group .icon {
    width: 16px;
    height: 16px;
    padding-left: 20px;
    vertical-align: middle;
}

.list-group .icon-time {
    background: url('../img/time.png') no-repeat center left;
}

.list-group .icon-views {
    background: url('../img/views.png') no-repeat center left;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #999;
    border-color: #999
}

.pagination>li>a, .pagination>li>span {
    color: #999999
}

.post .list-group .list-group-item:hover {
    border-color: #cd3d47;
}

.post .list-group .list-group-item:hover a {
    color: #cd3d47
}

.post .list-group .list-group-item .go-detail {
    width: 14px;
    height: 11px;
    background: url('../img/go-detail.jpg') no-repeat;
    right: 5%;
    top: 40%;
}

.post .list-group .list-group-item:hover .go-detail {
    background-position: bottom left;
}

.hproduct {
    padding: 30% 0
}

.navbar-nav .icon {
    width: 26px;
    height: 26px;
    vertical-align: sub;margin:0px 5px 0 0;
}

.navbar-nav .icon-tel {
    background: url('../img/tel.png') no-repeat center left;background-size:26px auto;
}

.navbar-nav .icon-member {
    width: 36px;
    height: 36px;
    background: url('../img/member.jpg') no-repeat;
    background-size: 100% 100%;
}

.lh-80 {
    line-height: 80px;
}
.lh-40 {
    line-height: 26px;margin:10px 0 0;
}
.modal {
    top: 15%;
}

#invoice-preview, #invoice-img {
    max-height: 300px;
}

.page img {
    width: 100%;
    max-width: 1170px;
}
.dcont{text-align: center;padding:20px;}
.dcont img{max-width:800px;}

.rnav{position: fixed;width:50px;right:0;top:40%;}
.rnav a{float:left;width:50px;height:50px;display: block;color:#fff;font-size:12px;background:#137a69;border-radius:5px;margin:10px 0 0;text-align: center;}
.rnav a span{width:50px;height:25px;display: block;margin:5px 0 0}
.rnav a span.icona{background-image:url(../img/contactb.png);background-position: center -35px;background-repeat: no-repeat;background-size:30px auto;}
.rnav a span.iconb{background-image:url(../img/contactb.png);background-position: center -70px;background-repeat: no-repeat;background-size:30px auto;}
@media (min-width: 768px) {
    .navbar {
        padding: 0 20px 0 10px;
    }

    .navbar-nav>li>a {
        height: 79px;
        display: block;
        line-height: 50px;
        padding: 15px 15px;
    }
}/* for mobile */@media (max-width: 760px) {
    .container {
        overflow-x: hidden;
    }
    .col-3 {
        position: relative;
        width:50%;padding:5%;
    }
    .col-3 img{
        position: relative;
        width:100%;
    }
    .col-6 {
        position: relative;
        width: 100%;
    }
    span.bg{display:none;}
    .navbar {
        min-height:70px;
        height: auto;
    }

    .site-navbar {
        position: relative;
        background: #137a69;
    }
    .navbar-brand{height:40px;}
    .navbar-brand img{width:auto;height:40px;}
    .navbar {
        background: transparent;
    }

    .navbar-toggle {
        background-color: #137a69;
        margin-right: 0px;
        margin-top:15px;
    }
    .tel{text-indent:-9999px;width:30px;height:30px;top:15px;left:240px; position:absolute;display: block;}
    .tel a{display: block;background:url(../img/tels.png) no-repeat center center;background-size:30px;width:30px;height:30px;}
    .tela{text-indent:-9999px;width:30px;height:30px;top:15px;left:270px; position: absolute;display: block;}
    .tela a{display: block;background:url(../img/tels.png) no-repeat center center;background-size:30px;width:30px;height:30px;}
    .navbar-toggle .icon-bar {
        background: #ffffff
    }

    .navbar-nav>li>a {
        color: #fff
    }
    .bg-index-pollution{height:60px;}
    .carousel-indicators{bottom:0px;}
    .mgtb-70 {
        margin:10px 0;
    }
    .mgt-75 {
        margin-bottom:10px;
    }
    .mgt-90 {
        margin-top:10px;
    }
    .ft24 {
        font-size:1.2rem;
        line-height:1.2rem;
    }
    .ft30 {
        font-size:1.5rem;
        line-height:1.5rem;
    }
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top:10px;
        margin-bottom:5px;
    }

    .bg-index-pollution {
        width: 100%;
    }

    #hproduct {
        height: 300px;
    }

    .hproduct {
        padding: 20% 0;
    }

    .item-product .img-responsive {
        padding: 15% 0%;
    }

    .box-index-about {
        margin-top: 20px
    }

    .post {
        width: 100%;
    }

    .index-service .h350 {
        height: auto;
    }

    .page {
        width: 100%;
    }

    .page p {
        text-indent: 0;
    }

    .page img {
        width: 100%;
        max-width: 100%;
    }
    .dcont img{width: 100%;
        max-width: 100%;}
}