.flyt-partners{
    position:relative;
}
.flyt-partners .owl-prev, .flyt-partners .owl-next {
    top: 50%;
    margin-top:-6px;
}
.flyt-partners .owl-prev {
    position: absolute;    
}
.flyt-partners .owl-next {
    position: absolute;
    right: 0;
}

@media (max-width:992px) {
    .flyt-partners .owl-nav {
        display: none;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 18px;
    }
}

.more-about-us {
    padding: 10px 15px;
    background: #014484;
    color: #fff;
    border-radius: 10px !important;
    display: inline-block;
}
    .more-about-us:hover {
        color: #fff!important;
    }
.company-list{
    display:flex;
    flex-wrap:wrap;
}
    .company-list li{
        /*width:32%;*/
        /*margin-right:2%;*/
        margin-bottom:10px;
    }
        .company-list li:nth-child(3n+3){
            margin-right:0
        }
        .company-list .picture {
            width: 100%;
            height: 125px;
            overflow: hidden;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.company-list h3 {
    font-size: 15px;
    margin: 5px 0;
    color: #1e76cb;
    font-weight: bold;
    padding: 0 6px;
    box-sizing: border-box;
}
.company-list .picture img {
    /*width: 100%;*/
    max-height:125px;
}
    .company-list .flex {
        display: flex;
        margin-bottom: 5px;
        font-size:14px;
        color:#666;
        padding:0 6px;
        box-sizing:border-box;
    }
.company-list .icon img {
    width: 22px;
    margin-right: 5px;
}

.contact-us .tab-title {
    border-bottom: 1px solid #eee;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    display: flex;
    justify-content: flex-end;
    margin-bottom:20px;
}

.contact-us .tab-title .title-item{
    margin:0 10px;
    cursor:pointer;
}

    .contact-us .tab-title .title-item.active {
        color: #1e76cb;
        font-weight:bold;
    }



ul {
    list-style: none;
}

.tab-scroll{
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display:none;
}
.tab-scroll.active{
        display:block;
    }
.tab-scrollul li {
    background-color: #fff;
    margin-right: 13px;
    float: left;
    width: 50%;
    height: 208px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}




@media (min-width: 1200px) {
    .container {
        width: 1420px !important;
    }
}
