body {
  background: #F5F7FA;
}

.sec1 {
    padding: 122px 0 65px;
}

.sec1 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #12254A;
}

.sec1 .wrap .line {
    margin: 60px 0 69px;
    width: 100%;
    height: 1px;
    background: #000000;
}

.sec1 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .content .img {
    width: 640px;
    border-radius: 12px;
    overflow: hidden;
}

.sec1 .wrap .content .img img {
    display: block;
    width: 100%;
}

.sec1 .wrap .content .r {
    width: 800px;
}

.sec1 .wrap .content .r .item {
    width: 100%;
    padding: 10px 0 0;
    cursor: pointer;
}

.sec1 .wrap .content .r .item h5 {
    font-weight: bold;
    font-size: 20px;
    color: #12254A;
    margin-bottom: 20px;
}

.sec1 .wrap .content .r .item p {
    font-weight: 400;
    font-size: 16px;
    color: #12254A;
    line-height: 20px;
    opacity: 0.5;
    display: none;
    padding: 0 0 27px;
}

.sec1 .wrap .content .r .item:not(:nth-last-child(1)) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 18px;
    margin-bottom: 38px;
}

.sec2 {
    padding: 180px 0 50px;
    position: relative;
}

.sec2 .bg {
    width: 100%;
    height: 100%;
    background: #000B20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.sec2 .wrap {
    position: relative;
    z-index: 3;
}

.sec2 .wrap .img {
    border-radius: 12px;
    overflow: hidden;
}

.sec2 .wrap .img img {
    display: block;
    width: 100%;
}

.sec2 .wrap .content {
    margin: 90px 0 0;
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .content h5 {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
}

.sec2 .wrap .content .public_text {
    position: relative;
}

.sec2 .wrap .content .public_text .p {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 52px;
    z-index: 6;
    position: relative;
}

.sec2 .wrap .content .public_text .p:not(:first-child) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #404959;
}

.sec3 {
    padding: 121px 0 120px;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 48px;
    color: #12254A;
    text-transform: capitalize;
}

.sec3 .wrap > .text {
    width: 920px;
    font-weight: 300;
    font-size: 16px;
    color: #12254A;
    line-height: 26px;
    margin: 35px 0 45px;
}

.sec3 .wrap .list .item {
    display: flex;
    align-items: center;
    padding: 40px 0;
    position: relative;
}

.sec3 .wrap .list .item .line {
    width: 100%;
    height: 1px;
    background: #12254A;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec3 .wrap .list .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(18, 37, 74, 0.2);
    margin-right: 80px;
}

.sec3 .wrap .list .item .icon img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.sec3 .wrap .list .item h5 {
    width: 259px;
    margin-right: 400px;
    font-weight: 500;
    font-size: 32px;
    color: #12254A;
}

.sec3 .wrap .list .item .text {
    width: 540px;
    font-weight: 100;
    font-size: 16px;
    color: #12254A;
    line-height: 24px;
}

/*# sourceMappingURL=about.css.map */

@media screen and (max-width: 1919px) {
    .sec1{
        padding: 6.3541666667vw 0px 3.3854166667vw;
    }
    .sec1 .wrap .title{
        font-size: 2.5vw;
    }
    .sec1 .wrap .line{
        margin: 3.125vw 0px 3.59375vw;
    }
    .sec1 .wrap .content .img{
        width: 33.3333333333vw;
        border-radius: 0.625vw;
    }
    .sec1 .wrap .content .r{
        width: 41.6666666667vw;
    }
    .sec1 .wrap .content .r .item{
        padding: 0.5208333333vw 0px 0px;
    }
    .sec1 .wrap .content .r .item h5{
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }
    .sec1 .wrap .content .r .item p{
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
        padding: 0px 0px 1.40625vw;
    }
    .sec1 .wrap .content .r .item:not(:nth-last-child(1)){
        padding: 0px 0px 0.9375vw;
        margin-bottom: 1.9791666667vw;
    }
    .sec2{
        padding: 9.375vw 0px 2.6041666667vw;
    }
    .sec2 .wrap .img{
        border-radius: 0.625vw;
    }
    .sec2 .wrap .content{
        margin: 4.6875vw 0px 0px;
    }
    .sec2 .wrap .content h5{
        font-size: 1.6666666667vw;
    }
    .sec2 .wrap .content .public_text .p{
        font-size: 1.6666666667vw;
        line-height: 2.7083333333vw;
    }
    .sec3{
        padding: 6.3020833333vw 0px 6.25vw;
    }
    .sec3 .wrap .title{
        font-size: 2.5vw;
    }
    .sec3 .wrap > .text{
        width: 47.9166666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.8229166667vw 0px 2.34375vw;
    }
    .sec3 .wrap .list .item{
        padding: 2.0833333333vw 0px;
    }
    .sec3 .wrap .list .item .icon{
        width: 3.125vw;
        height: 3.125vw;
        margin-right: 4.1666666667vw;
    }
    .sec3 .wrap .list .item h5{
        width: 13.4895833333vw;
        margin-right: 20.8333333333vw;
        font-size: 1.6666666667vw;
    }
    .sec3 .wrap .list .item .text{
        width: 28.125vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 0 70px;
    }
    .sec1 .wrap .title {
        font-size: 24px;
    }
    .sec1 .wrap .line {
        margin: 15px 0 40px;
    }
    .sec1 .wrap .content {
        display: block;
    }
    .sec1 .wrap .content .img {
        width: 100%;
        border-radius: 6px;
        margin-bottom: 40px;
    }
    .sec1 .wrap .content .r .item:not(:nth-last-child(1)) {
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .content .r {
        width: 100%;
    }
    .sec1 .wrap .content .r .item h5 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.6;
    }
    .sec1 .wrap .content .r .item p {
        font-size: 16px;
        line-height: 2;
        display: block !important;
    }
    .sec2 {
        padding: 60px 0;
    }
    .sec2 .bg {
        opacity: 1 !important;
    }
    .sec2 .wrap .content {
        margin: 40px 0 0;
        display: block;
    }
    .sec2 .wrap .content h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec2 .wrap .content .public_text .p:not(:first-child) {
        display: none;
    }
    .sec2 .wrap .content .public_text .p p {
        clip-path: unset !important;
        display: inline;
    }
    .sec2 .wrap .content .public_text .p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec3 {
        padding: 60px 0;
    }
    .sec3 .wrap .title {
        font-size: 24px;
    }
    .sec3 .wrap > .text {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
        margin: 15px 0 40px;
    }
    .sec3 .wrap .list .item {
        flex-wrap: wrap;
    }
    .sec3 .wrap .list .item .icon {
        width: 50px;
        height: 50px;
        margin-right: 20px;
    }
    .sec3 .wrap .list .item h5 {
        width: calc(100% - 70px);
        margin: 0;
        font-size: 20px;
    }
    .sec3 .wrap .list .item .text {
        width: 100%;
        padding: 0 0 0 70px;
        font-size: 16px;
        line-height: 1.8;
        margin: 15px 0 0;
    }
    .sec3 .wrap .list .item {
        padding: 0 0 30px;
    }
    .sec3 .wrap .list .item:not(:last-child) {
        margin-bottom: 40px;
    }
}
