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

.section-banner {
    margin-top: 56px;
    background: url(../img/about/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 menu--------------- */
.section-menu {
    background: linear-gradient(to left, #1684c3, #60aad7, #add3ea);
}

.section-menu .category-link-item {
    text-align: center;
}

.section-menu .category-link-item .line-item {
    border: 1px solid #ffffff33;

}


.section-menu .category-link-item a {
    font-size: 14px;
    padding: 10px 0px;
    height: 100%;
    background: transparent;
    font-family: Lorin;
    color: #fff;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.section-menu .category-link-item a.active {
    background: #ffffff2f;
}

.section-menu .category-link-item a:hover {
    background: #ffffff11;
}

@media (min-width: 992px) {

    .section-menu .category-link-item a {
        padding: 20px 0px;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
    }

    .section-menu .category-link-item a+a {
        border-left: none;
    }
}


/* --End menu--------------- */
/* --Start about--------------- */
.section-about {
    padding: 40px 0;
    position: relative;
    display: block;
    overflow: hidden;
}


.section-about .img1,
.section-about .img2 {
    width: 200px;
    position: absolute;
}

.section-about .img1 {
    top: -100px;
    left: 0;
}

.section-about .img2 {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}




.section-about .title-item {
    text-align: center;
}

.section-about .title-item span {
    color: #38afe2;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-about .title-item h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #460059;
}

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

.section-about .text-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #0e59ac;
}

.section-about .text-item p {
    color: #333;
    line-height: 2;

}

.section-about .text-item img {
    width: 40px;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}


.section-about.team {
    background: url(../img/about/bg.webp) no-repeat center center/ cover scroll;
}

.section-about.team .item {}

.section-about.team .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
}

.section-about.team .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    object-fit: cover;
}

.section-about.team .item h3 {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 10px 0;
}

@media (min-width: 992px) {
    .section-about {
        padding: 130px 0;

    }

    .section-about.team .item h3 {
        padding: 30px 0;
        font-size: 20px;
    }

    .section-about .img1,
    .section-about .img2 {
        width: 300px;
    }

    .section-about .title-item h2 {
        font-size: 30px;
    }
}

.section-about-img {
    overflow: hidden;
}

.section-about-img img {
    width: 90%;
}

/* --End about--------------- */