.pages{
    text-align: justify;
}

body.desktop .image-muti-flatform{
    margin-top:-40px;
}

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

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

.banner-top {
    padding: 50px 0;
    position: relative;

}
body.desktop section.banner-top{
    background: #fff url('/images/app_owner/background-da-nen-tang.webp') no-repeat center;
    background-size: cover;
    height: 550px;
}

.banner-top-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

body.mobile .banner-top-title{
    text-align: center;
}

body.desktop .about{
    padding-top: 70px;
}
div.menu-abount {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -35px;
    transition: all 0.4s linear;
    z-index: 5;
}

div#menu-abount.fixed {
    position: fixed!important;
    bottom: 20px!important;
    transition: all 0.4s linear;
}

ul.menu-abount-container {
    display: flex;
    margin: 0px auto 0px auto;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border-radius: 50px;
    list-style: none;
    padding: 0;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.menu-abount li.menu-item a{
    padding: 14px 25px;
    display: block;
    font-weight: bold;
}

.menu-abount li.menu-item a:hover, .menu-abount li.menu-item a.active{
    background-color: #4caf50;
    color: #fff;
}

li.menu-item a:hover:before,li.menu-item a.active:before{
    border: 1px solid #ffffffa3;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
    margin-right: 10px;
}

li.menu-item a:before {
    border: 1px solid #000;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 35px;
    padding: 5px;
    font-size: 22px;
}

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;
}

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

body.desktop .app-detail {
    margin: 30px 60px;
}

.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;
}

.screenshots img {
    vertical-align: middle;
    width: 170px;
    margin-right: 20px;
    box-shadow: 0 1rem 2rem 0 rgb(0 0 0 / 3%), 0 0.5rem 1rem 0 rgb(0 0 0 / 5%);
}

.news-list h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.news-list span {
    font-size: 0.8em;
}
body.desktop .down-app {
    display: flex;
    justify-content: center;
    align-items: center;
}

.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: 1px solid #28c93885;
    border-left-width: 5px;
    height: 100%;
    padding:10px;
    border-radius: 10px;
}

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

.householder-registry a::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -2.5%;
    width: 105%;
    height: 130%;
    border: 1px solid #3f9f45;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 30px;
    /* animation: pulse 1s ease-in; */
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@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;
    }

}

