@charset "utf-8";
@import url('icons.css');

.form-control:focus,.form-control,.has-error .form-control:focus,.has-error .form-control,.has-success .form-control,.has-success .form-control:focus{  box-shadow: none;  }

.red{  color: red;}
.orange{color: #fa8b15;}
.gray{  color: #777;}
.mtop10,.mt-10{  margin-top: 10px;  }
.mtop15,.mt-15{  margin-top: 15px;  }
.mtop20,.mt-20{  margin-top: 20px;  }
.mtop30,.mt-30{ margin-top: 30px;  }
.mtop40,.mt-40{  margin-top: 40px;  }
.mtop50,.mt-50{  margin-top: 50px;  }
.mbottom10,.mb-10{  margin-bottom: 10px;  }
.mbottom15,.mb-15{  margin-bottom: 15px;  }
.mbottom20,.mb-20{  margin-bottom: 20px;  }
.mbottom30,.mb-30{  margin-bottom: 30px;  }
.mbottom40,.mb-40{  margin-bottom: 40px;  }
.mbottom50,.mb-50{  margin-bottom: 50px;  }

@media(min-width: 992px) {
    .grid-item {
        --number:auto-fill;
        --width: 160px;
        margin-bottom: 25px;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(var(--number), minmax(var(--width),1fr));
    }

    .grid {
        display: grid;
        --rate: 48% 48%;
        row-gap: 15px;
        grid-template-columns: var(--rate);
        justify-content: space-between;
        margin-bottom: 25px;
    }
}

@media(max-width: 992px) {
    .grid-item>div,.grid >div {
        margin-bottom: 30px;
    }

    .grid-item>a,.grid-item>span,.grid >a,.grid >span {
        margin-bottom: 20px;
    }
}

.grid-item:before,.grid-item:after,.grid:before,.grid:after {
    display: none;
}

.show-center,.ServiceShowPic {font-size:0.95em;text-align:center;line-height:1.7em !important;color:#666666;}
.show-center img,.ServiceShowPic img {margin:auto;}
.show-left,.ServiceShowleftPic {text-align:center;color:#666666;display:inline-block;}
.show-right,.ServiceShowrightPic {text-align:center;color:#666666;display:inline-block;}
.show-center,.show-left,.show-right,
.ServiceShowPic,.ServiceShowrightPic,.ServiceShowleftPic
{font-size:0.95em;text-align:center;line-height:1.7em !important;}
.show-center img,.show-left img,.show-right img,
.ServiceShowPic img,.ServiceShowrightPic img,.ServiceShowleftPic img
{display:block;max-width:100%;height:auto;margin-bottom:15px;margin-left:auto;margin-right:auto;}



.Reference,.reference{  font-size: 0.95em;  color: #666666;  }
.Reference p,.reference p{  margin-bottom: 10px;  }
.Reference ol,.reference ol{  margin-bottom: 15px;  padding-left: 15px;  }

@media only screen and (min-width:992px) {
    .ServiceShowrightPic,.show-right{
        float: right;
        margin-left:15px;
    }
    .ServiceShowleftPic,.show-left{
        float: left;
        margin-right:15px;
    }
}


.service-box{
    margin-bottom: 50px;
}
.service-box ul,.service-box ol,.product-box ul,.product-box ol{
    margin-bottom: 20px;
}
.service-box ul ul,.product-box ul ul{
    margin-bottom: 10px;
}

/*---------------services end ---------------*/

.control-form input[type=radio], .control-form input[type=checkbox] {
    margin: 7px 0 0 0;
    line-height: normal;

}


@media (min-width: 992px){
    .col-md-9.service-box{
        padding-left: 50px;
    }
}

@media (min-width: 992px){
    .index-one .row{
        display: flex;
    }
    .index-one div[class*="col-md"]{
        padding: 60px 30px 40px 30px;
    }
    .index-one div[class*="col-md"]:nth-child(2){
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
@media (max-width: 992px){
    .index-one{
        margin-top: 40px;
    }
    .index-one div[class*="col-md"]{
        margin-bottom: 30px;
    }
}
.index-one{
    text-align: center;
}
.index-one .big-title{
    color: #82ab28;
    font-size: 2.3rem;
}

.index-title{
    margin: 0 0 25px 0;
    font-size: 3rem;
    position: relative;
}



.index-two{
    border-top: 70px solid #001d2e;
    position: relative;
    padding-top: 80px;
}
.index-two:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 0;
    background: url(../images/bg-img.png) no-repeat right top;
}
@media(min-width: 992px) {
    .two-img{
        margin-right: 40px;
    }
    .two-a{
        margin-top: 80px;
    }
    .two-des{
        right: 0;
        top: 380px;
        left: 35%;
        bottom: -100px;
    }
}
@media(max-width: 992px){
    .two-des{
        right:5%;
        top: 380px;
        left: 10%;
        bottom: -100px;
    }
}

.two-img{
    height: 570px;
    margin-bottom:170px;
    position: relative;
    background-position: center;
    -moz-background-size: cover;
    background-image: url(../images/index-two-1.jpg);
    background-image: -webkit-image-set( url("../images/index-two-1.webp") 1x,url(../images/index-two-1.webp) 2x,url(../images/index-two-1.webp) 3x );
    background-image: image-set( url("../images/index-two-1.webp") 1x,url(../images/index-two-1.webp) 2x,url(../images/index-two-1.webp) 3x );
}
.two-des{
    position: absolute;
    background: #82ab28;
    color: #fff;
    padding: 20px 7%;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.05em;
    line-height: 1.8em;
}
.two-des:before{
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/quotation-right-mark.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -30px;
    left:10%;
}
.two-a{
    display: block;
    color: #222;
    margin-bottom: 60px;
}
.two-a a{
    color: #222;
}
.two-a a:hover{
    color: #82ab28;
}
.two-des:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: -60px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #009982;
    border-left:60px solid transparent;
}
.two-a a.two-do{
    color: #82ab28;
    font-weight: bold;
}

.view-more span,.three-more a{
    display: inline-block;
    background: #f89a61;
    color: #222;
    font-weight: bold;
    margin-top: 20px;
    transition: all ease .4s;
}
.view-more span{
    padding: 15px 30px;
}
.three-more a{
    padding: 10px 30px;
}
.two-a:hover .view-more span,.three-more a:hover,.three-more a:focus{
    background: #82ab28;
    color: #fff;
}

.index-three{
    background-image: url(../images/index-three-bg.jpg);
    background-image: -webkit-image-set( url("../images/index-three-bg.webp") 1x,url(../images/index-three-bg.webp) 2x,url(../images/index-three-bg-xs.webp) 3x );
    background-image: image-set( url("../images/index-three-bg.webp") 1x,url(../images/index-three-bg.webp) 2x,url(../images/index-three-bg-xs.webp) 3x );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 70px 0 100px 0;
}
.three-content{
    padding-top: 50px;
    line-height: 1.8em;
}
.three-nav>li.active>a, .three-nav>li.active>a:focus, .three-nav>li.active>a:hover{
    background: none;
    color: #82ab28;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #82ab28;
}
@media (min-width: 760px) {
    .three-nav{
        display: flex;
    }
    .three-nav>li{
        width: 33.3%;
        display: flex;
        font-family: "SourceSansProBold";
        text-align: center;
    }
    .three-nav>li>a{
        padding: 30px 10px;
        font-size: 1.3em;
    }
}
@media (max-width: 760px) {
    .three-nav{
        border: none;
    }
    .three-nav>li{
        width: 100%;
    }
    .three-nav>li>a{
        padding: 15px 5px;
        display: block;
        width: 100%;
        font-size: 1.1em;
    }
}
.three-nav>li{
    font-weight: bold;
}
.three-nav>li>a{
    width: 100%;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid transparent;
    cursor: pointer !important;
}
.three-nav>li>a>h2{
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.three-nav>li>a:hover,.three-nav>li>a:focus.three-nav>li>a:active{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #ddd;
    color: #ddd;
}

.index-four{
    padding: 40px 0;
    background: #001d2e;
    color: #fff;
}
.index-four .big-title{
    font-size: 2.6rem;
}
@media(min-width: 992px) {
    .index-four .big-title{
        margin-bottom: 0;
        margin-top: 5px;
    }
}
.contact-a{
    display: inline-block;
    padding: 15px 65px;
    background:linear-gradient(to right,#fac8aa,#f88743);
    color: #222;
    font-weight: bold;
    font-size: 1.05em;
    transition: all ease .4s;
    position: relative;
}
.contact-a:before{
    content: '';
    display: inline-block;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to left,#fac8aa,#f88743);
    position: absolute;
    transition: all ease .4s;
}
.contact-a:hover{
    background: transparent;
    color: #222;
}
.contact-a:hover:before{
    width: 100%;
    right: 0;
}
.contact-a span{
    position: relative;
    z-index: 1;
}



/*foot*/
.foot-box{
    background: url(../images/foot-bg.jpg) no-repeat center;
    background-size: cover;
    color: #152c2c;
    padding-top: 50px;
}
.foot-box .big-title{
    font-size: 2rem;
}
.foot-box .foot-contact{
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.foot-box .foot-contact li{
    padding-left: 30px;
    position: relative;
}
.foot-box li{
    margin-bottom: 10px;
}
.foot-box li:before{
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #666;
}
.foot-tel:before{
    content: "\e976";
}
.foot-fax:before{
    content: "\e93d";
}
.foot-box li.foot-email:before{
    content: "\e930";
    font-size: 19px;
}
.foot-add:before{
    content: '\e909';
}
.foot-box a{
    color: #152c2c;
}
.foot-box a:hover,.foot-box a:focus{
    color: #18b8b4;
}
.foot-box ul{
    list-style: none;
    padding-left: 0;
}
.share-box{
    margin-bottom: 30px;
}
.share-box a{
    display: inline-block;
      margin-right: 10px;
}
.careers-email a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    margin-right: 10px;
    line-height: 32px;
    text-align: center;
}
.careers-email a{
    background: #e68124;
}
 
.careers-email a:hover,.careers-email a:focus{
    background: #18b8b4;
    color: #fff;
}
 
.foot-copy{
    text-align: center;
    background: #aaaaaa;
    color: #fff;
    padding: 15px 0;
    margin-top: 20px;
}

.backtop{
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    color: #999;
    z-index: 20;
    background:none;
    text-align: center;
    width: 50px;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    border: 2px solid #999;
    border-radius: 50px;
    font-size: 22px;
}
@media (min-width: 992px) {
    .foot-box .row{
        display: flex;
        justify-content: space-between;
    }
    .foot-box .row:before,.foot-box .row:after{
        display: none;
    }
}
/*foot*/

.side-title{
    background: #82ab28;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
    margin-bottom: 0;
}
.side-title a,.side-title a:hover,.side-title a:focus{
    color: #fff;
}

ul.navMenu{
    padding-top: 15px;
    padding-left: 0;
    background: #f7f7f7;
}
.navMenu> li {display: block; margin: 0 0 10px 0;padding-bottom:10px;border-bottom: 1px solid #ddd;  position: relative; padding-left: 5px;line-height: 1em}
.navMenu>li.open>ul.sub-menu{display: block;}
.navMenu>li.open>ul.sub-menu>li.open>ul.sub-menu{display: block;}
.navMenu>li>a {display: inline-block;overflow: hidden;color:#203552;transition: all .3s; position: relative; text-decoration: none;  padding:0;  width: 87%;line-height: 1.56em;font-weight: bold;}
.navMenu>li>a:hover{color: #e68124;}
.arrow:before {cursor: pointer;content: "\e96f";float: right;padding:0 8px;display: inline;font-family: "icomoon";color: #617590;}
.arrow.open:before {cursor: pointer; float: right;padding:0 8px; display: inline; font-family: "icomoon";content: "\e928";color: #617590; }
.navMenu> li>span.arrow:before{
    padding:4px 8px;
}
.navMenu>li>a:before{
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "icomoon";
    font-weight: 900;
    color: #666;
}
.navMenu>li>ul.sub-menu{
    margin-top: 10px;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu{
    margin: 7px 0;
}
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu {
    list-style: none;
    padding: 0;
    display: none;
}

.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{
    color: #e68124;
}
.navMenu>li>ul.sub-menu>li>ul.sub-menu>li>a:before{
    color: #333;
}
.navMenu>li ul.sub-menu li{
    margin-bottom: 7px;
}
.navMenu>li ul.sub-menu>li>a{
    display: inline-block;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #2a394e;
}
.navMenu>li>ul.sub-menu>li>a:hover{
    color: #e68124;
}
.navMenu>li>ul.sub-menu>li>a:before{
    top: 3px;
    position: absolute;
    left: 0;
    color: #e68124;
}
.navMenu>li>ul.sub-menu .sub-menu li>a {
    display: inline-block;
    padding-left: 15px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 85%;
    color: #048ca9;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu{
    list-style: none;
    font-size: .95em;
    padding: 5px 0 0 8px;
    display: none;
    margin-top: 0;
}

.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a{
    color: #555;
    padding-left: 15px;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu li>a:before{
    content: '';
}
.navMenu>li>ul.sub-menu .sub-menu li>a:before{
    content: ' ';
    top: 0;
    position: absolute;
    left: 0;
    color: #ddd;
}
.navMenu>li>ul.sub-menu .sub-menu .sub-menu .sub-menu {
    padding: 8px;
    margin-bottom: 0;
    background: #eeeeee;
}

.second-banner{
    height: 45vh;
    max-height: 400px;
}
.bread-box{
    padding: 20px 0 10px 0;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
.bread-box a{
    color: #666;
}

.bread-box .breadcrumb{
    background: none;
    margin: 0;
    padding: 0;
    color: #666;
}
.bread-box .breadcrumb>li{
    margin-bottom: 10px;
}
.bread-box .breadcrumb>li+li:before{
    color: #999;
    padding: 0 5px;
    font-size: .9em;
}

.title-name{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}





.identify-box{
    position: relative;
}
.identify-box .check-fa {
    position: absolute;
    top: 15px;
    right: 150px;
    font-size: 22px;
    color: #048ca9;
}

.identify-box img{
    position: absolute;
    top:5px;
    right:5px;
    height:40px;
    cursor:pointer;
    border: none;
    width: 120px;
}
.inquiry-part label>span{
    color: #e68124;
}
.careers-form{
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}
.careers-form label{
    padding: 0 0 5px 5px;
}

.form-control{
    background: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-size: 1.6rem;
    height: 50px;
}

.input-group .input-group-addon:hover{
    cursor: pointer;
}
.form-control:hover,.form-control:focus{
    border: 1px solid #999;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::-moz-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control:-ms-input-placeholder {
    color: #888; !important;
    font-size: 1.5rem;
}
.form-control::-ms-input-placeholder {
    color: #888;
    font-size: 1.5rem;
}
.form-control::placeholder {
    color: #888;
    font-size: 1.5rem;
}

@media(min-width: 992px) {
    .contact-box{
        padding-left: 50px;
    }
}
.contact-box ul{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}
.contact-box ul:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 7px;
    background: #82ab28;
}

.contact-quote{
    font-size: 2.2rem;
}
.contact-inquiry{
    margin-bottom: 20px;
}
.contact-inquiry .inquiry-part{
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #eee;
}
.inquiry-part{
    margin: 10px 0 20px 0;
    padding: 25px 10px;
    background: #f7f7f7;
}
.contact-inquiry .inquiry-part:hover,.contact-inquiry .inquiry-part:focus{
    box-shadow: 0 0 5px #ddd;
}
.inquiry-part .form-control{
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    background: rgba(255,255,255,.6);
    transition: all ease .4s;
}
.inquiry-part .form-control:hover,.inquiry-part .form-control:focus{
    background: rgba(255,255,255,0);
}
.inquiry-title{
    margin-top: 40px;
    font-size: 2.3rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.inquiry-submit{
    border: none;
    padding: 10px 26px;
    font-weight: bold;
    background: #82ab28;
    color: #fff;
    margin-top: 30px;
    border-radius: 0;
}

.inquiry-submit:hover,.inquiry-submit:focus{
    background: #e68124;
}
.about-bg{
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: -40px;
    padding: 50px 0 60px 0;
    margin-bottom: 40px;
}
@media(min-width: 992px) {
    .about-bg .row,.about-bg div[class*='col-md']{
        display: flex;
    }
}

.about-item{
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    text-align: center;
    width: 100%;
}
.about-item>p>span{
    font-size: 80px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #82ab28;
    color: #fff;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 100px;
}


.about-part{
    margin-bottom: 40px;
    margin-top: 30px;
}
.about-part ul{
    padding-left: 70px;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}
.about-part ul:before{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #82ab28;
    color: #82ab28;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
}
.about-part ul:nth-child(1):before{
    content: '1';
}
.about-part ul:nth-child(2):before{
    content: '2';
}
.about-part ul:nth-child(3):before{
    content: '3';
}
.about-part ul:nth-child(4):before{
    content: '4';
}

.technology-p{
    font-size: 2rem;
    line-height: 1.7em;
}
.technology-p-2{
    position: relative;
    margin-top: 80px;
}
.technology-p-2:before{
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/quotation-top-mark.png) no-repeat;
    background-size: 40px;
    position: absolute;
    top: -60px;
    left:0;
}
.find-out{
    color: #222;
    border: 2px solid #82ab28;
    font-weight: bold;
    transition: all ease .4s;
    padding: 5px 15px;
    font-size: .94em;
    display:inline-block;
    margin-top: 5px
}

.find-out:hover{
    background: #82ab28;
    color: #fff;
}

@media (min-width: 992px) {
    .technology-part .row,.technology-part div[class*="col-md"]{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px){
    .find-out{
        display: block;
        margin-bottom: 50px;
    }
}
.technology-part,.industries-part{
    margin-bottom: 30px;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 30px 0;
}
.technology-part h2{
    margin-top: 0;
}
.technology-box{
    margin-top: 40px;
}
.technology-box a{
    display: block;
    border: 1px solid #ddd;
    padding: 0 20px;
    color: #222;
    overflow: hidden;
    margin-bottom: 40px;
}
.technology-box a:hover,.technology-box a:focus{
    color: #82ab28;
}
.technology-box a:hover .tech-img{
    transform: scale(1.04);
}
.tech-img{
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 20px;
    transition: all ease .4s;
}
.tech-img img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.product-page{
    text-align: right;
    margin: 50px 0;
}
.pagination>li>a, .pagination>li>span{
    margin-right: 10px;
    border-radius: 20px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    color: #82ab28;
    line-height: 36px;
    display: inline-block;
    float: none;
    position: static;
    padding: 0 12px;
}

.pagination>li>a:hover{
    background: #82ab28;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: #82ab28;
    border: 1px solid #82ab28;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 20px;
}

table{
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 10px 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd;
    vertical-align: middle;
}
.service-table tr:first-child,.service-tr{
    background: #82ab28;
    color: #fff;
}


.industries-box a{
    display: block;
    position: relative;
    width: 100%;
    color: #333;
    margin-bottom: 30px;
    overflow: hidden;
}
.industries-box a:hover .industries-pic>div{
    transform: scale(1.1);
}
.industries-box a:before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background: #82ab28;
    position: absolute;
    bottom: -25px;
    left: -25px;
    z-index: 2;
}
.industries-box h2{
    padding: 20px 10px 20px 120px;
    margin-bottom: 0;
    background: #fff;
    position: relative;
}
.industry-arrow{
    display:flex;
    align-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    top: 0;
    font-weight: normal;
    background: #e8ecf6;
    font-size: .9em;
    width: 100px;
    justify-content: center;
}
.industry-arrow span{
    padding-left: 5px;
}
.industries-pic{
    height: 320px;
    overflow: hidden;
}
.industries-pic>div{
    background-size: cover;
    height: 320px;
    transition: all ease .4s;
}

.industries-pic>div:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(370px) rotateY(90deg) translate(0px,50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1
}

.industries-box a:hover .industries-pic>div:before {
    visibility: visible;
    opacity: 1;
    transform: perspective(370px) rotateY(0deg) translate(0px,0px);
    height: 100%
}

.industries-title{
    font-size: 2.7rem;
}

.service-list{
    margin-bottom: 25px;
}
.service-list a{
    display: block;
    margin-bottom: 20px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.service-list a:hover .services-pic,.service-list a:focus .services-pic{
    transform: scale(1.1);
}
.services-pic{
    position: relative;
    height:100%;
    transition: all ease .4s;
}
.services-pic:before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 2;
}
.services-pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 110%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


.service-list .big-title{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    margin: 0;
    font-size: 1.7rem;
}
.laboratory-one{
    background: #f1f9f9;
    padding: 40px 0;
    margin-top: -40px;
}
.laboratory-two{
    background: #f7f7f7;
    padding: 50px 0 0 0;
}
.laboratory-three{
    text-align: center;
    margin-top: 50px;
}
.laboratory-three img{
    max-width: 100%;
    max-height: 100%;
}
.laboratory-three div[class*="col-md"]{
    margin-bottom: 30px;
}
.laboratory-three div[class*="col-md"]>p:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}
.our-services{
    display: inline-block;
    padding: 10px 40px;
    background: none;
    border: 2px solid #d86d2d;
    color: #d86d2d;
    transition: all ease .4s;
}
.our-services:hover,.our-services:focus{
    background: #d86d2d;
    color: #fff;
}
.careers-more a{
    display: inline-block;
    padding: 6px 15px;
    border-radius: 5px;
    background: #e68124;
    color: #fff;
}
.careers-more a:hover,.careers-more a:focus{
    background: #18b8b4;
}
.careers-one{
    overflow: hidden;
    position: relative;
}
.careers-one:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    bottom: 100px;
    background:#f9f9f9;
}
.careers-box a{
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
}
.careers-box a:hover .careers-pic{
    transform: scale(1.1);
}
.careers-box a:before{
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    border-radius: 10px;
    z-index: 1;
}
.careers-pic{
    height: 250px;
    border-radius: 10px;
    transition: all ease .4s;
}
.careers-box h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.successinfo .iconarea .iconunit {
    position: relative;
    z-index: 9;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #82ab28;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 22px;
    line-height: 40px
}

.successinfo .tit {
    display: block;
    color: #82ab28;
    font-weight: 700;
    font-size: 20px
}

.successinfo .iconarea .iconunit img {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 10
}

.tech-content-1{
    background: #fbfbfb;
}
.tech-content-1 a,.tech-content-1 a:hover,.tech-content-1 a:focus{
    color: #82ab28;
}
.tech-content-2{
    background: linear-gradient(to right, rgba(128, 159, 57, .7), rgba(130, 171, 40, .9), rgba(168, 183, 82, .9));
    color: #fff;
    margin-bottom: 50px;
}
.tech-content-2 a,.tech-content-2 a:hover,.tech-content-2 a:focus{
    color: #fff;
}
.tech-content-2 .find-out{
    border: 1px solid #fff;
    color: #fff;
}
.tech-content-2 .find-out:hover,.tech-content-2 .find-out:focus{
    background: #fff;
    color: #82ab28;
}
@media(min-width: 992px) {
    .tech-content-1,.tech-content-2{
        position: relative;
    }
    .tech-content-1{
        padding: 40px 0 60px 50px;
    }
    .tech-content-2{
        padding: 40px 50px 60px 0;
    }
    .tech-content-1:before{
        display: inline-block;
        content: '';
        width: 50%;
        z-index: 2;
        height: calc(100%);
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../../upload/image/technology-pic-1.jpg) no-repeat;
        background-size: cover;
    }
    .tech-content-2:before{
        display: inline-block;
        content: '';
        width: 50%;
        z-index: 2;
        height: calc(100%);
        position: absolute;
        right: 0;
        bottom: 0;
        background: url(../../upload/image/technology-pic-2.jpg) no-repeat;
        background-size: cover;
    }
    .tech-two{
        min-height: 300px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 992px){
    .tech-one{
        height: 300px;
    }
    .tech-two{
        padding: 40px 20px;
    }
}

.industry-img {
    position: relative;
}

.industry-img .stripe-design {
    position: absolute;
    width: 25px;
    height: 95%;
    background-color: #f7941d;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.industry-img .stripe-design.sd1 {
    right: 18%;
    top: 30%;
    z-index: 2;
}

.industry-img .stripe-design.sd2 {
    right: 16%;
    top: 0;
    z-index: 2;
}

.industry-img .stripe-design.sd3 {
    right: 33%;
    bottom: -25%;
}

.industry-img .stripe-design.sd4 {
    right: 23%;
    top: -25%;
}

.industry-img .stripe-design.sd5 {
    right: 35%;
    top: -12%;
}

.industry-img .stripe-design.sd6 {
    right: 52%;
    bottom: -12%;
}

.industry-img img {
    max-width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
@media(min-width: 992px) {
    .industry-part{
        margin-top: 46px;
    }
}
.search-list {
    margin-bottom: 25px;
}

@media(min-width: 992px) {
    .search-list {
        grid-gap: 4px;
    }
}

.search-list a,.search-list span {
    display: block;
    align-content: center;
    padding: 5px 10px;
    background: linear-gradient(to right, #edf6f7, #f9f9f9);
    transition: all ease .4s;
    min-height: 50px;
    line-height: 1.4em;
    font-weight: bold;
}

.search-list a:hover {
    transform: scale(1.03);
    background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}
