.f-fs24 {
    font-size: 2.4rem
}

.f-fs18 {
    font-size: 1.8rem
}

h1 {
    font-size: 6rem
}

h2 {
    font-size: 4.8rem
}

.btn.btn-bl2 {
    height: 44px;
    line-height: 44px
}

.banner {
    background: url(/assets/images/company/banner.png) no-repeat center;
    background-size: cover;
    color: #333;
    text-align: center;
    padding: 165px 0 180px
}

.banner h1 {
    color: #091871;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .banner {
        padding:80px 0
    }
}

.who {
    padding: 99px 0 90px
}

.who h2 {
    margin-bottom: 35px
}

.who-txt {
    margin-top: 30px;
    padding-left: 13%
}

.who-txt p {
    font-size: 18px;
    color: #404751;
    line-height: 40px
}

.who-txt p:not(:last-child) {
    margin-bottom: 30px
}

.who-txt p:first-letter {
    font-size: 32px;
    color: #237fff;
    font-weight: 700
}

@media (max-width: 1199px) {
    .who-txt {
        margin-top:0
    }
}

@media (max-width: 991px) {
    .who-img {
        text-align:center
    }

    .who-txt {
        margin-top: 30px;
        text-align: center;
        padding-left: 0
    }
}

.what {
    background: url(/assets/images/company/bg2.png) no-repeat center bottom #eef2fa;
    padding: 100px 0 60px
}

.what .line::after {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    background-color: #1a1a1a;
    margin-top: 15px;
    border-radius: 3px
}

.what-lf {
    margin-top: 110px
}

.what-lf p {
    font-size: 2rem;
    max-width: 490px;
    margin: 31px 0 45px;
    line-height: 1.8
}

.what-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.what-ls ul {
    width: 46.6%
}

.what-ls ul:nth-child(1) {
    padding-top: 70px
}

.what-it {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(15,70,206,.3);
    box-shadow: 0 10px 30px 0 rgba(15,70,206,.3);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    min-height: 220px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.what-it p {
    display: none
}

.what-it:hover {
    background-color: #3664f2;
    color: #fff
}

.what-it:hover .img-bx {
    display: none
}

.what-it:hover p {
    display: block;
    margin-top: 10px
}

@media (max-width: 991px) {
    .what-lf {
        margin:0 0 30px;
        text-align: center
    }

    .what-lf .line::after {
        margin: 0 auto
    }

    .what-lf p {
        max-width: 100%
    }

    .what-ls ul:nth-child(1) {
        padding-top: 0
    }
}

@media (max-width: 539px) {
    .what-ls ul {
        width:100%;
        padding-left: 0
    }
}

.value {
    padding: 87px 0 40px;
    background: url(/assets/images/company/bg3.png) no-repeat center #f7f7f7
}

.value h2 {
    text-align: center;
    margin-bottom: 60px
}

.value p {
    font-size: 14px
}

.value-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.value-it {
    width: 30%;
    background-color: #fff;
    border-left: 4px solid #89abff;
    padding: 26px 35px 30px;
    margin-bottom: 60px;
    margin-right: 5%;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,33,92,.1);
    box-shadow: 0 10px 50px 0 rgba(0,33,92,.1);
    border-radius: 0 20px 20px 0
}

.value-it:last-child,.value-it:nth-child(3n+3) {
    margin-right: 0
}

.value-it h6 {
    position: relative;
    padding-left: 53px;
    margin-bottom: 18px
}

.value-it h6 i {
    position: absolute;
    left: 0;
    top: -6px
}

.value i {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url(/assets/images/icons/AV-icon-small1.png) no-repeat
}

.value i.ic-1 {
    background-position: -10px -248px
}

.value i.ic-2 {
    background-position: -70px -248px
}

.value i.ic-3 {
    background-position: -130px -248px
}

.value i.ic-4 {
    background-position: -190px -248px
}

.value i.ic-5 {
    background-position: -250px -248px
}

@media (max-width: 1199px) {
    .value-ls {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .value-it {
        width: 47%;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .value-it {
        width:100%;
        margin-right: 0
    }
}

.reco {
    padding: 85px 0 65px;
    text-align: center;
    background: url(/assets/images/company/bg4.png) no-repeat center #eef2fa
}

.reco .tt-des {
    font-size: 18px;
    margin: 10px 0 52px
}

.reco-it {
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(86,131,244,.15);
    box-shadow: 0 5px 20px 0 rgba(86,131,244,.15);
    border-radius: 40px;
    width: 46.6%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.reco-it:nth-child(odd) {
    margin-right: 6.5%
}

.reco-it .it-lf {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    height: 160px
}

.reco-it .it-lf img:last-child {
    margin-top: 13px;
    width: 115px
}

.reco-it .it-rt {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: left;
    width: calc(100% - 160px);
    padding: 10px 30px
}

@media (max-width: 991px) {
    .reco-it {
        width:100%;
        margin-right: 0!important
    }
}

@media (max-width: 479px) {
    .reco-it {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 15px
    }

    .reco-it .it-lf,.reco-it .it-rt {
        width: 100%;
        text-align: center;
        padding: 20px
    }

    .reco-it .it-lf {
        height: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.contact {
    background-color: #f7f7f7;
    padding: 90px 0
}

.contact h3 {
    font-size: 3.6rem
}

.contact-mn {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-mn>div {
    width: 50%
}

.contact-lf {
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-lf li {
    padding-left: 75px;
    position: relative
}

.contact-lf li::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/images/icons/AV-icon-small1.png) no-repeat
}

.contact-lf li.ic-1::before {
    background-position: -10px -308px
}

.contact-lf li.ic-2::before {
    background-position: -75px -307px
}

.contact-lf li.ic-3::before {
    background-position: -138px -307px
}

.contact-lf li:not(:last-child) {
    margin-bottom: 55px
}

.contact-lf li p {
    margin-bottom: 6px
}

.contact-rt {
    text-align: center;
    padding-top: 35px;
    background: url(/assets/images/company/pic.png) no-repeat center top
}

@media (max-width: 991px) {
    .contact-mn {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .contact-mn>div {
        width: 100%
    }

    .contact-mn .contact-rt {
        background: #d3def9;
        padding-bottom: 50px
    }
}

.get {
    padding: 70px 0 75px;
    text-align: center;
    background: url(/assets/images/company/bg6.png) no-repeat center;
    background-size: cover;
    color: #fff
}

.get h2 {
    font-size: 4rem;
    max-width: 760px;
    margin: 0 auto 40px auto
}

.get .btn-grn {
    background-color: #0ebe64;
    min-width: 220px;
    height: 52px;
    line-height: 52px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff!important
}

.get .btn-grn:hover {
    opacity: .9
}
