/* --Start banner--------------- */

.section-banner {
    margin-top: 56px;
    background: url(../img/partners/banner.webp) no-repeat center center/ cover scroll;
    position: relative;
    height: 20vh;
    display: block;
}


.section-banner .title-item {
    /* width: 100%; */
    position: absolute;
    top: 60%;
    left: auto;
    transform: translateY(-50%);
}

.section-banner .title-item span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
}

.section-banner .title-item span::after {
    width: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
}

.section-banner .title-item h2 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    border-bottom: none;
    font-weight: bolder;
}

@media (min-width: 1200px) {

    .section-banner {
        margin-top: 96px;
        height: 65vh;

    }

    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item span {
        padding-left: 120px;
        font-size: 16px;
    }

    .section-banner .title-item span::after {
        width: 100px;
    }

    .section-banner .title-item {
        /* padding: 200px 0 50px; */
    }

}

/* --End banner--------------- */

/* --Start global--------------- */
.section-global {
    padding: 100px 0;
    position: relative;
}

.section-global .text-item {
    position: relative;
    padding: 0px 0;
}

.section-global {}

.section-global .item {
    padding: 20px 15px;
    background: #fff;
}

.section-global .item.g {
    background: #eee;
}

.section-global .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.section-global .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-global .item h3 {
    font-size: 20px;
    color: #460059;
    padding-left: 15px;
}


.section-global .item ul {
    padding-left: 0;
}

.section-global .item ul li {
    list-style: none;
    color: #666;
}

.section-global .item ul li+li {
    /* margin-top: 5px; */
}

.section-global .item ul li span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #38afe2;
}

@media (min-width: 992px) {

    .section-global .item h3 {
        font-size: 30px;
    }

    .section-global .item {
        padding: 50px 15px;
    }
}


/* --End global--------------- */