.pages{
    text-align: justify;
}

body.desktop section {
    padding:60px 0 60px 0px;
}

body.mobile section {
    padding:20px 0 20px 0px;
}

body.desktop section#phone {
    background: #fff url('/images/app_owner/backgroud-quan-ly-nha-tro-tren-dien-thoai.webp') no-repeat center;
    background-size: cover;
}

body.mobile section#phone, body.mobile section#desktop{
    background: #fff;
}

.app-detail .label {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 10px;
}

.app-detail .content {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
}

.item-detail {
    margin-top: 25px;
}

.item-detail .inner{
    padding: 15px;
    box-shadow: 0 0 0 1px rgb(130 130 130 / 30%);
    margin: 10px 5px;
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
}

figure img {
    all: initial;
}

.feature-item{
    border-radius: 10px;
    border: 1px solid #c6f1a9;
    border-left-width: 5px;
    padding: 15px;
    background-color: #f4ffeb;
    margin-top: 20px;
}

.list-feature-service{
    list-style: none;
}

.profit .item-content {
    padding-bottom: 0px;
    border: 2px solid #28c93885;
    height: 100%;
    padding:10px;
    border-radius: 10px;
}

.profit .item-icon img {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width:767px) {
    .down-app {
        margin-top: 50px;
    }

    .ch-play, .ios {
        padding: 5px;
    }

    .banner-midle, .item {
        padding-bottom: 20px;
    }

}

@media only screen and (max-width:1200px) {
    body.desktop .item {
        padding-bottom: 20px;
    }

}

