.lbanner-pp .lbanner-btn {
    display: none !important;
}

.innerApp_main {
    position: relative;
    margin-top: 5%;

}

.innerApp_main .details_wrap {
    position: relative;
    padding-bottom: 78px;
}

.innerApp_main .details_wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: var(--conmmonColor);
    bottom: 0;
    left: 0;
}


.innerApp_main .details_tj {
    justify-content: space-between;
    align-items: flex-start;
}

.innerApp_main .details_tj .details_left {
    width: 67%;
}

.innerApp_main .details_tj .details_left .details_img {
    width: 100%;
    position: relative;
    height: 543px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerApp_main .details_tj .details_left .details_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_main .details_tj .details_left .details_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_main .details_tj .details_left .details_content {
    margin-top: 30px;
}

.innerApp_main .details_tj .details_left .details_content .details_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.innerApp_main .details_tj .details_left .details_content .details_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_main .details_tj .details_right {
    width: 31%;
}

.innerApp_main .details_tj .details_right .item_img {
    width: 100%;
    position: relative;
    height: 269px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerApp_main .details_tj .details_right .item_img:last-child {
    margin-top: 5px;
}

.innerApp_main .details_tj .details_right .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_main .details_tj .details_right .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_main .details_tj .details_right .details_box {
    margin-top: 10px;
    padding: 58px 75px;
    background: radial-gradient(0% 0% at 0% 0%, #EEEEEE 0%, #EBEBEB 0%, #EEEEEE 100%), #E8E8E8;
    border: 1px solid #E5E5E5;
}


.innerApp_main .details_tj .details_right .details_box .box_logo {
    width: auto;
    height: 30px;
    margin: 0 auto;
}


.innerApp_main .details_tj .details_right .details_box .box_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.innerApp_main .details_tj .details_right .details_box .box_title {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #020C1E;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0;
}

.innerApp_main .details_tj .details_right .details_box .box_btn a {
    display: inline-block;
    padding: 10px 20px;
    background: #3751B2;
    border: 2px solid #3751B2;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_main .details_tj .details_right .details_box .box_btn {
    text-align: center;
}

.innerApp_main .details_tj .details_right .details_box .box_btn a:hover {
    background-color: var(--conmmonColor);
    border-color: var(--conmmonColor);
}

.innerApp_main .app_ztyw {
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
}

.innerApp_main .app_ztyw .item_img {
    width: 48%;
    position: relative;
    height: 378px;
    overflow: hidden;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerApp_main .app_ztyw .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_main .app_ztyw .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_main .app_ztyw .item_info {
    width: 48%;
    padding-top: 40px;
    position: relative;
}

.innerApp_main .app_ztyw .item_info:before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: var(--conmmonColor);
    position: absolute;
    top: 0;
}

.innerApp_main .app_ztyw .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_main .app_ztyw .item_info .item_content {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0 35px;
}

.innerApp_main .app_ztyw .item_info .item_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_main .app_ztyw .item_info .item_btn a:hover {
    background-color: transparent;
    color: #020C1E;
}


.systems_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 45px;
}

.systems_list {
    justify-content: space-between;
    align-items: flex-start;
}

.systems_list .systems_item {
    width: 48%;
}

.systems_list .systems_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 69%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.systems_list .systems_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.systems_list .systems_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.systems_list .systems_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 45px 0 22px;
}

.systems_list .systems_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_tool {
    margin-top: 4%;
}

.innerApp_tool .tool_wrap {
    position: relative;
    padding-bottom: 78px;
}

.innerApp_tool .tool_wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: var(--conmmonColor);
    bottom: 0;
    left: 0;
}

.innerApp_tool .tool_wrap .tool_bg {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 29%;
}

.innerApp_tool .tool_wrap .tool_bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_tool .tool_wrap .tool_info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 90px 55px;
    width: 50%;
    height: 84%;
    background-color: rgba(0, 156, 255, .69);
}

.innerApp_tool .tool_wrap .tool_info .tool_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_tool .tool_wrap .tool_info .tool_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 30px;
}

.innerApp_tool .tool_wrap .tool_info .tool_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_tool .tool_wrap .tool_info .tool_btn a:hover {
    background-color: #FFFFFF;
    color: #020C1E;
}

.innerApp_solutions {
    position: relative;
    margin-top: 4%;
    padding-top: 78px;
}

.innerApp_solutions .solutions_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.innerApp_solutions .solutions_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 25px;
}

.innerApp_solutions .solutions_btn a {
    display: inline-block;
    padding: 8px 40px;
    background-color: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_solutions .solutions_btn a:hover {
    background-color: #FFFFFF;
    color: #020C1E;
}

.innerApp_solutions .solutions_wrap {
    margin-top: 79px;
}

.innerApp_solutions .solutions_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innerApp_solutions .solutions_item .item_img {
    width: 50%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 20%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerApp_solutions .solutions_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_solutions .solutions_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_solutions .solutions_item .item_info {
    width: 45%;
}

.innerApp_solutions .solutions_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_solutions .solutions_item .item_info .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_solutions .appSwiper2 {
    margin-bottom: 50px;
}

.innerApp_solutions .thumb_box {
    position: relative;
    padding: 44px 0 73px;

}

.innerApp_solutions .thumb_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--conmmonColor);
    top: 0;
    left: 0;
}

.innerApp_solutions .thumb_box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: var(--conmmonColor);
    bottom: 0;
    left: 0;
}

.innerApp_solutions .appSwiper {
    width: 700px;
    margin: 0 auto;
}

.innerApp_solutions .appSwiper .swiper-slide {
    border: 1px solid #e5e5e5;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 23%;
}

.innerApp_solutions .appSwiper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_solutions .appSwiper .swiper-slide.current {
    border-color: #020C1E;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: block !important;
    opacity: .5 !important;
}

.innerApp_solutions .thumb_box .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: url(../img/other/app_prev.png) no-repeat center center;
    border-radius: 50%;
    padding: 20px 10px;
    background-size: auto;
    left: 20%;
    right: auto;
    z-index: 99;
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.innerApp_solutions .thumb_box .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background: url(../img/other/app_next.png) no-repeat center center;
    border-radius: 50%;
    padding: 20px 10px;
    background-size: auto;
    right: 20%;
    left: auto;
    z-index: 99;
    opacity: 1;
}

.innerApp_resources {
    margin-top: 4%;
}

.innerApp_resources .resources_wrap {
    position: relative;
    padding-bottom: 78px;
}

.innerApp_resources .resources_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: var(--conmmonColor);
    bottom: 0;
    left: 0;
}

.innerApp_resources .resources_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.innerApp_resources .resources_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.innerApp_resources .resources_list .resources_item {
    width: 32%;
    margin-right: 30px;
}

.innerApp_resources .resources_list .resources_item:nth-child(3n) {
    margin-right: 0 !important;
}

.innerApp_resources .resources_list .resources_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 129%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.innerApp_resources .resources_list .resources_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_resources .resources_list .resources_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_resources .resources_list .resources_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: var(--conmmonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
}

.innerApp_resources .resources_list .resources_item .item_title a {
    display: inline-block;
    color: var(--conmmonColor);
}

.innerApp_resources .resources_list .resources_item .item_title a:hover {
    text-decoration: underline;
}

.innerApp_resources .resources_list .resources_item .item_btn a {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.innerApp_resources .resources_list .resources_item .item_btn a:hover {
    text-decoration: underline;
}

.innerApp_resources .resources_list .resources_item .item_btn a:after {
    content: '\f0da';
    font-family: 'fontawesome';
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 38px;
    text-align: left;
    margin-left: 10px;
}

.innerApp_brands {
    margin-top: 4%;
    margin-bottom: 5%;
}

.innerApp_brands .brands_Btitle {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.innerApp_brands .brands_wrap{
    position: relative;
}
.innerApp_brands .brands_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 29%;
}

.innerApp_brands .brands_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_brands .brands_info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 90px 55px;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 156, 255, .69);
}

.innerApp_brands .brands_info .brands_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_brands .brands_info .brands_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 25px 0;
}

.innerApp_brands .brands_info .brands_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_brands .brands_info .brands_btn a:hover {
    background-color: #FFFFFF;
    color: #020C1E;
}

@media only screen and (max-width: 1200px){
    .innerApp_resources{
        visibility: visible !important;
    }
    .innerApp_brands{
        visibility: visible !important;
    }
} 

@media only screen and (max-width: 950px) {
    .innerApp_main .details_tj {
        flex-direction: column;
        align-items: center;
    }

    .innerApp_main .details_tj .details_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .innerApp_main .details_tj .details_left .details_img {
        height: 0;
        padding-bottom: 60%;
    }

    .innerApp_main .details_tj .details_right {
        width: 100%;
    }

    .innerApp_main .details_tj .details_right .item_img {
        height: 0;
        padding-bottom: 60%;
    }

    .innerApp_main .app_ztyw {
        flex-direction: column;
        align-items: center;
    }

    .innerApp_main .app_ztyw .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        margin-bottom: 30px;
    }

    .innerApp_main .app_ztyw .item_info {
        width: 100%;
    }

    .systems_list {
        flex-direction: column;
    }

    .systems_list .systems_item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

    .innerApp_tool .tool_wrap .tool_info {
        width: 100%;
        padding: 40px;
    }

    .innerApp_resources .resources_list {
        flex-wrap: wrap;
    }

    .innerApp_resources .resources_list .resources_item {
        width: 47%;
        margin-right: 30px;
    }

    .innerApp_resources .resources_list .resources_item:nth-child(2n) {
        margin-right: 0;
    }

    .innerApp_brands .brands_info {
        width: 100%;
        padding: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .innerApp_solutions .appSwiper {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    .innerApp_solutions .solutions_item {
        flex-direction: column;
        align-items: center;
    }

    .innerApp_solutions .solutions_item .item_img {
        width: 100%;
        padding-bottom: 40%;
        margin-right: 30px;
    }

    .innerApp_solutions .solutions_item .item_info {
        width: 100%;
    }

    .innerApp_tool .tool_wrap .tool_bg {
        padding-bottom: 60%;
    }

    .innerApp_tool .tool_wrap .tool_info {
        padding: 20px;
    }

    .innerApp_brands .brands_img {
        padding-bottom: 60%;
    }

    .innerApp_brands .brands_info {
        padding: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .innerApp_resources .resources_list .resources_item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }

}