.aso-title {
    text-align: center;
}

.aso-title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.aso-title p {
    font-size: 16px;
    margin: 20px 0 0;
    line-height: 30px;
}

.aso-title .more {
    line-height: 24px;
    margin: 10px 0 0;
}

.aso-title .more a {
    color: #0e6fff;
}

@media (min-width: 992px) {
    .aso-title h3 {
        font-size: 30px;
    }

    .aso-title p {
        font-size: 20px;
    }
}

.aso-service {
    width: 100%;
    padding: 0 0 60px;
    overflow: hidden;
    background: url(../images/aso-service.jpg) no-repeat center;
    background-size: cover;
}

.aso-service .aso-title {
    padding: 35px 0 70px;
}

.aso-service .aso-service-list .col {
    margin-bottom: 50px;
}

.aso-service .aso-service-list .col:last-child {
    margin-bottom: 0;
}

.aso-service .aso-service-list .item {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
    background: url(../images/aso-service-item.jpg) no-repeat center;
    background-size: cover;
}

.aso-service .aso-service-list .item h3 {
    color: #ffffff;
    font-size: 20px;
}

.aso-service .aso-service-list .item .icon {
    position: absolute;
    width: 110px;
    height: 110px;
    right: 0px;
    bottom: 4px;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:top;
    animation: aso-service1 .5s steps(23) forwards;
}

.aso-service .aso-service-list .item:hover .icon {
    animation: smo-service2 .5s steps(23) forwards;
}

@keyframes smo-service1 {
    0% {
        background-position:0 -2530px;
    }
    to {
        background-position:0 0;
    }
}
@keyframes smo-service2 {
    0% {
        background-position:0 0;
    }
    to {
        background-position:0 -2530px;
    }
}

.aso-service .aso-service-list .item .icon img {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .aso-service .aso-service-list .col:nth-child(3) {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .aso-service .aso-service-list .col {
        margin-bottom: 0;
    }
}




.aso-why {
    width: 100%;
    overflow: hidden;
    padding: 35px 0 60px;
}

.aso-why .aso-title {
    padding-bottom: 56px;
}

.aso-why .aso-why-content {
    background: #fafbfe;
}

.aso-why .aso-why-content .list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.aso-why .aso-why-content .list:nth-child(1) {
    border-top: 2px solid #edf0f5;
}

.aso-why .aso-why-content .list .item {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #edf0f5;
}

.aso-why .aso-why-content .list .item::after {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 2px);
    top: 0;
    left: -2px;
    z-index: 1;
    position: absolute;
    display: none;
    background: #006eff;
}

.aso-why .aso-why-content .list .item:hover::after {
    display: block;
}

.aso-why .aso-why-content .list .item:hover {
    color: #ffffff;
}

.aso-why .aso-why-content .list .item .box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.aso-why .aso-why-content .list .item .box .bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.aso-why .aso-why-content .list .item .box .bg img {
    width: 100%;
    display: block;
}

.aso-why .aso-why-content .list .item:hover .box img {
    transform: translateY(50%);
}

.aso-why .aso-why-content .list .box {
    padding: 30px 0 0 20px;
}

.aso-why .aso-why-content .list .box h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: bottom left;
    transition: all 0.3s;
}

.aso-why .aso-why-content .list .box .desc {
    padding-left: 38px;
    line-height: 30px;
    margin-top: 5px;
}

.aso-why .aso-why-content .list .item:hover .box h3 {
    background-position: top left;
}

@media (min-width: 576px) {
    .aso-why .aso-why-content .list .item {
        width: 50%;
        border-right: 2px solid #edf0f5;
    }

    .aso-why .aso-why-content .list .item:nth-child(2),
    .aso-why .aso-why-content .list .item:nth-child(4) {
        border-right: 0;
    }
}

@media (min-width: 992px) {
    .aso-why .aso-why-content .list .item {
        width: 25%;
    }

    .aso-why .aso-why-content .list .item:nth-child(2) {
        border-right: 2px solid #edf0f5;
    }
}

@media (min-width: 1280px) {
    .aso-why .aso-why-content .list {
        border: 0 !important;
    }

    .aso-why .aso-why-content .list .item {
        width: 280px;
    }

    .aso-why .aso-why-content .list .item:nth-child(1),
    .aso-why .aso-why-content .list .item:nth-child(4) {
        flex: 1;
    }

    .aso-why .aso-why-content .list .item:nth-child(1) .box {
        margin-left: auto;
    }

    .aso-why .aso-why-content .list .item:nth-child(1) .box,
    .aso-why .aso-why-content .list .item:nth-child(4) .box {
        width: 300px;
    }

    .aso-why .aso-why-content .list .item:nth-child(1)::after {
        background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(0, 110, 255, 1));
    }

    .aso-why .aso-why-content .list .item:nth-child(4)::after {
        background-image: linear-gradient(to left, rgba(255, 255, 255), rgba(0, 110, 255, 1));
    }

    .aso-why .aso-why-content .list:nth-child(2) .item {
        border-bottom: 0 !important;
    }
}


.aso-adverts {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-size: cover;
}

.aso-adverts .app-container {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
}

.aso-adverts .app-container h3 {
    font-size: 24px;
    font-weight: bold;
}

.aso-adverts .app-container p {
    font-size: 14px;
    margin: 10px 0 30px;
}

.aso-adverts .app-container a {
    width: 240px;
    height: 40px;
    background: #1b82fb;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.aso-adverts .app-container a i {
    display: block;
    width: 34px;
    height: 11px;
    margin-left: 10px;
    background: url(../images/jt-icon.png);
}

@media (min-width: 992px) {
    .aso-adverts .app-container h3 {
        font-size: 30px;
    }
}
@media (min-width: 1280px) {
    .app-header {
        position: relative;
    }
}