.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.index .box {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 418px);
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    color: #fff;
}


.header {
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 0 5px #888;
}

.logo {
    padding-top: 10px;
    display: inline-block;
}

.logo img {
    float: left;
    padding-top: 3px;
}

.logo span {
    float: left;
    padding: 0 15px;
    color: #f1a70c;
}

.logo span h1 {
    font-size: 30px;
}

.logo span p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2em;
}

ul.nav {
    float: right;
}

ul.nav li {
    float: left;
}

ul.nav li a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding: 24px 0;
    margin: 0 15px;
    font-size: 16px;
    border-top: 3px solid #fff;
}

ul.nav li:hover>a,
ul.nav li.active>a,
ul.nav li:focus>a {
    color: #f1a70c;
    border-top-color: #f1a70c;
}

.phone {
    float: right;
}

.phone p {
    color: #f1a70c;
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    padding-top: 30px;
    margin: 0 15px;
    font-size: 16px;
}

.navbtn {
    display: none;
    position: fixed;
    top: 10px;
    right: 0;
    background: transparent;
    border: none;
    padding: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
    z-index: 99999;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 40px;
    height: 6px;
    background-color: #f1a70c;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotateZ(45deg);
    -o-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-3px) rotateZ(-45deg);
    -moz-transform: translateY(-3px) rotateZ(-45deg);
    -ms-transform: translateY(-3px) rotateZ(-45deg);
    -o-transform: translateY(-3px) rotateZ(-45deg);
    transform: translateY(-3px) rotateZ(-45deg);
}

.banner {
    height: 600px;
    width: 100vw;
    background-image: url(../images/banner/1.jpg);
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #f1a70c;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}

/* .heading-section:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    width: 30px;
    background: #f1a70c;
} */

.heading-section h5 {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 2px;
    letter-spacing: 2px;
    color: #aaa;
}

.heading-section h3 {
    font-size: 40px;
    color: #f1a70c;
    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;
}

.tabControl {
    display: inline-block;
}

.tabControl a {
    float: left;
    font-weight: bolder;
    padding: 0 10px;
    border-left: 1px solid #ddd;
}

.tabControl a:nth-child(1) {
    border-left: 0;
}

.tabControl a:hover,
.tabControl a.active {
    color: #f1a70c;
}

.productList .content-img {
    margin: 15px 0;
    height: 190px;
}

.productList .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: all 0.3s;
}

.productList .content-img:hover .details {
    opacity: 0;
}

/* .productList .content-img:hover img{
    transform: scale(1.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;
}

.productList .content-img p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    -webkit-text-stroke: 0.5px #fff;
    padding: 4px;
    background: #f1a70c;
}

.about {
    background: url(../images/about-bg.jpg) no-repeat center fixed;
    background-size: cover;
}

.about .content {
    /* background: #fff; */
    padding: 20px 15px;
}

.about .content p {
    color: #fff;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}

.about .content h1 {
    font-size: 1.3em;
    color: #f1a70c;
    margin: 1em 0 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    text-align: center;
}

.services .txt {
    margin: 1em 0;
}

.services .left {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    padding: 0.2em 0 0 0;
    margin-right: 1.5em;
}

.services .left i {
    color: #f1a70c;
    font-size: 3em;
}

.services .right {
    float: left;
}

.services .right h4 {
    color: #140b05;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

.services .right p {
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}

.news {
    background: #f7f7f7;
}

.newsList {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    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: #f1a70c;
}

.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 #f1a70c;
    background: transparent;
    transition: all 0.2s;
}

.message>div a:hover {
    color: #fff;
    background-color: #f1a70c;
}

.location {
    background: #f1a70c;
    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.3em;
}


.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: #f1a70c;
    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 #f1a70c;
    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: #f1a70c;
    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 #f1a70c;
}

#toolbar>ul>li>div div {
    width: 173px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    color: white;
    background-color: #f1a70c;
    cursor: pointer;
    transition: all 0s;
}

#toolbar>ul>li>div div:hover {
    background-color: #f1a70c;
}

@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;
    }
    .phone {
    float: initial;
}
    .phone p {
    padding: 0;
    text-align: right;
    }

    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;
    }
}

.detailsPage .index .box {
    padding: 0 0 3em;
}

.detailsPage .banner {
    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 8px;
    margin: 0px 2px;
    position: relative;
    border-left: 0;
    transition: all 0.3s;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    background-color: #f1a70c;
    color: #fff;
}

.productPage .content-img {
    padding: 0;
}

.productPage h5 {
    font-size: 20px;
    padding: 2em 0 0.5em;
    border-bottom: 1px solid #f1a70c;
    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: #f1a70c;
    color: #fff;
}

#loadmore a {
    padding: 8px 20px;
    border: 1px solid #f1a70c;
    color: #f1a70c;
    display: inline-block;
    margin-top: 30px;
}

#loadmore a:hover {
    color: #fff;
    background-color: #f1a70c;
}

@media (max-width: 425px) {
    .detailsPage .banner {
        height: 160px;
    }

    .detailsPage .banner p {
        font-size: 20px;
        padding-top: 70px;
    }
}