.navbar-header{
    /* margin-left: -15px!important; */
}
.navbar-brand{
    height: auto;
    padding: 16px 0;
}
.navbar-brand img{
    height: 16px;
}
.navbar-collapse{
    margin-right: -15px!important;
}
.navbar-nav li{
    height: 48px;
    display: flex;
    align-items: center;
}
.navbar-nav li a{
    padding: 5px 15px;
    font-size: 12px;
}
.navbar-nav li.active a{
    background-color: #1158e8!important;
    color: #fff!important;
    border-radius: 20px;
    box-shadow: 0 0 10px  #1158e8;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner .banner-text h1{
    font-size: 50px;
    color: #fff;
    margin-bottom: 42px;
}
.banner .banner-text h3{
    font-size: 24px;
    color: #fff;
}
.companyintr{
padding-bottom: 107px;
}
.companyintr .section{
    padding-top: 125px;
}
.companyintr .section .header{
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 80px;
}
.companyintr .section .header h3{
    color: #1158e8;
    font-size: 29px;
}
.companyintr .section .header p{
    font-size: 12px;
    color: #666;
    margin: 15px 0;
}
.companyintr .section .header::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 3px;
    background-color: #1158e8;
    left: 50%;
    transform: translateX(-50%);

}
.introInfo{
    display: flex;
}
.introText{
    flex: 1;
    margin-right: 60px;
}
.introText h3{
    text-align: center;
    font-size: 29px;
    margin-bottom: 30px;
}
.introText p{
    color: #666;
    margin-bottom: 30px;
    line-height: 2;
    font-size: 16px;
}
.introInfo img{
    width: 500px;
}
.product-solution{
    background: url(../images/new/bg.png) no-repeat right 50px /300px;
}
.product-solution .body{
    background-color: #f5f5f5;
    box-shadow: 0 0 30px #f5f5f5;
    display: flex;
    flex-wrap: wrap;
}
.product-solution .body .solution{
    width: 17%;
    margin: 1.5%;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}
.product-solution .body .solution h4{
    font-size: 14px;
}
.product-solution .body .solution p{
    font-size: 12px;
}
.product-solution .body .solution.active{
    background-color:#1158e8 ;
    color: #fff;
}
.talentsInfo{
    display: flex;
}
.talentsInfo img{
    width: 500px;
}
.talentsText{
    flex: 1;
    margin-left: 60px;
}
.talentsText h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #1158e8;
}
.talentsText p{
    color: #666;
    margin-bottom: 30px;
    line-height: 2;
    font-size: 16px;
}
.businessarea{
    display: flex;
    justify-content:space-between;

}
.businessarea>div{
    width: 23%;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow:  0 0 10px #aaa;
    border-radius: 0 0 10px 10px;
}
.businessarea>div img{
    width: 100%;
}
.businessarea>div:last-child{
    margin-right: 0;
}
.businessarea>div>div{
    padding: 0 20px;
}
.businessarea>div h4{
    margin: 30px 0;
    text-align: center;
}
.businessarea>div p{
    text-indent: 2em;
    line-height: 2;
    margin: 0;
    color: #666;
}
.qualification{
    display: flex;
    justify-content: space-between;
}
.qualification>div{
    text-align: center;
    color: #666;
}
.qualification>div img{
    width: 83px;
    height: 83px;
    margin: 0 auto 25px;
}
.qualification>div h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.qualification>div p{
    font-size: 14px;
    margin: 0;
    line-height: 2;
}
.contactInformation{display: flex;justify-content: center;}
.contactInformation>div{text-align: center;margin:0 50px;}
.contactInformation>div>img{width: 100px;margin-bottom: 10px;}
.contactInformation>div>p{margin: 10px;}
.companyAddress img{width: 100%;}
.companyAddress p{font-size: 14px;margin-top: 20px;}
.list-item-header {
    font-family: 'weblysleek_uisemilight';
    /* color: #770000; */
    font-size: 21px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    line-height: 2;
    margin-bottom: 15px;
}

.contact-media-left{
    min-width: 100px;
}

.contact-details .media{
    margin-top: 10px;
}
.contact-details p{
    font-size: 14px;
    font-family: 'weblysleek_uisemilight';
    /* color: #666666; */
    line-height: 1.5;
}
.contact-media-left p{
    /* color:#770000; */
}
footer{
    background-color: #000;
    color: #fff;
    padding: 150px 0;
}
.footerIntro{

}
.footerIntro img{width: 100%;margin-bottom: 30px;}
.footerIntro p{font-size: 13px;line-height: 2;}

.footerInfo{

}

.footerInfo h3{
    font-size: 16px;
    margin: 0 0 30px;
}
.footerInfo p{
    font-size: 14px;
    margin: 0 0 20px;
}
.footer-bottom{
    margin-top: 100px;
}
.copyright{
    text-align: center;
}
.copyright span{
    color: #00d2fe;
}
.cooperativePartner{
    margin-top: 125px;
    /* background-color: #f2f2f2; */
}
.cooperativePartner .body{
    display: flex;
    flex-wrap: wrap;
}
.cooperativePartner .body>div{width: 14.2857%;}
.cooperativePartner .body>div img{width: 100%;}
.corporateCulture{
    display: flex;
    justify-content: space-between;
    padding: 50px  0;
}
.corporateCulture img{
    width: 26%;
}