/* page-banner */
.page-banner {
    height: 40.1250rem;
    padding: 0 var(--section);
    background: #EEEEEE;
}

.page-banner .section-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-banner .about-nav {
    gap: 1.2500rem;
    position: absolute;
    bottom: 0;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
}

.page-banner .section-bg-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 68%, #D6D6D6 100%);
    opacity: 0.79;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.text-typing {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    transition: width 1s ease-in-out;
    position: relative;
}


.page-banner .about-nav a {
    display: block;
    color: #2C2C2C;
    background-color: #FFFFFFB3;
    border-radius: 0.6250rem 0.6250rem 0px 0px;
    padding: 1rem 2.3125rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    text-align: center
}

.page-banner .about-nav a:hover,
.page-banner .about-nav .active a {
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, #E05252 0%, #BB3434 100%);
}

.page-banner .about-nav .about-item {
    flex: auto;
}

.page-banner .page-banner__content {
    max-width: 37.8125rem;
}

.page-banner .page-banner__content h1 {
    font-size: 4.1875rem;
    color: var(--theme-color);
    margin: 0;
    position: relative;
    margin-bottom: 1.25rem;
}

.page-banner .page-banner__content p:first-child {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.page-banner .page-banner__content p {
    font-size: 1.0625rem;
}

.page-banner .page-banner__content strong {
    color: #E12E2D;
}

@media screen and (max-width: 767.98px) {
    .page-banner .page-banner__content {
        text-align: center
    }

    .page-banner .page-banner__content p:first-child {
        font-size: var(--24);
        margin-bottom: var(--10);
    }

    .page-banner {
        padding-top: var(--50);
        height: 20rem;
    }

    .page-banner .page-banner__content h1 {
        font-size: var(--40)
    }

    .page-banner .page-banner__content p {
        font-size: 1rem;
    }

    .page-banner .section-content {
        align-items: flex-start;
    }
}

/* End page-banner */
/* team-content */
.team-content {
    padding: 7.5rem var(--section) 9.3750rem;
}

.team-content .team-content__title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: var(--20);
    margin-bottom: var(--25)
}

.team-content .team-content__title p {
    margin-bottom: 0
}

.team-content .team-content__title .title-left {
    font-size: 9.3750rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.3125rem;
    line-height: 8.25rem;
}

.team-content .team-content__title .title-center {
    color: #fff;
    font-weight: 700;
    font-size: var(--23);
    letter-spacing: 0.0500rem;
    text-transform: uppercase;
    line-height: 1.7;
}

.team-content .team-content__title .title-right {
    font-size: 7.8750rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 8.25rem;
}

.team-content .team-content__desc {
    max-width: 51.6875rem;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .team-content {
        padding-top: var(--50);
        padding-bottom: var(--50);
    }

    .team-content .team-content__title {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .team-content .team-content__title .title-left {
        font-size: var(--100);
        line-height: 1;
    }

    .team-content .team-content__title .title-center br {
        display: none
    }

    .team-content .team-content__title .title-center {
        max-width: 17rem;
        text-align: center;
        margin-bottom: var(--5);
    }

    .team-content .team-content__title .title-right {
        font-size: var(--23);
        line-height: 1;
    }

}

/* End team-content */
/* team-list */
.team-list {
    padding: var(--20) var(--section);
}

.team-list .team-item {
    background: url(/wp-content/uploads/2022/08/Khung-chuyen-gia-seo-1-fotor-20240621114433.png) no-repeat center;
    background-size: cover;
    display: flex;
    margin-bottom: var(--15);
    border-radius: var(--20);
    min-height: 25rem;
    align-items: center;
    color: #fff;
    padding: 0 8.1250rem 0 3.7500rem;
    gap: var(--30);
}

.team-list .team-item .box-image {
    width: 33%;
    flex-shrink: 0;
}

.team-list .team-item .image-cover {
    padding-top: 133%
}

.team-list .team-item .box-text {
    padding: 0;
    width: 60%;
    flex: 1;
    padding-right: var(--35);
}

.team-list .team-item:nth-of-type(2n) .box-text {
    padding-left: var(--35);
    padding-right: 0;
}

.team-list .team-item .team-item__name {
    color: #fff;
    font-size: var(--32);
    font-weight: 600;
    margin: 0;
}

.team-list .team-item .team-item__position {
    font-size: var(--17);
    margin-bottom: var(--20)
}

.team-list .team-item .team-item__description {
    font-size: var(--18)
}

.team-list .team-item .box-image img {
    object-fit: contain;
}

.team-list .team-item:nth-of-type(2n) {
    padding: 0 3.7500rem 0 8.1250rem;
    text-align: right;
}

.team-list .team-item:nth-of-type(2n) .box-image {
    order: 1;

}

.team-list .team-item__image {
    width: 100%;
    overflow: hidden;
    margin-top: var(--40);
}

.fancybox-slide--image {
    padding-left: 1rem;
    padding-right: 1rem
}

.team-list .team-item__image .image-cover {
    padding-top: 60%;
}

.team-list .team-item__image .image-cover img {
    transition: all .3s
}

.team-list .team-item__image .image-cover:hover img {
    transform: scale(1.08);
}

@media screen and (max-width: 767.98px) {

    .team-list .team-item,
    .team-list .team-item:nth-of-type(2n) {
        padding: var(--30) var(--20) 0;
        flex-direction: column;
        gap: 0;
    }

    .team-list .team-item:nth-of-type(2n) .box-image,
    .team-list .team-item .box-image {
        order: 1;
    }

    .team-list .team-item .box-text {
        width: 100%;
        padding-right: 0;
    }

    .team-list .team-item .team-item__description {
        font-size: 1rem
    }

    .team-list .team-item .team-item__name {
        font-size: var(--23);
        margin-bottom: var(--10);
    }

    .team-list .team-item .box-image {
        width: 100%;
    }

    .team-list .team-item:nth-of-type(2n) .box-text {
        text-align: left;
        padding: 0
    }

    .team-list .team-item .team-item__position {
        font-size: var(--14)
    }
}

/* End team-list */
/* team-mission */
.team-mission {
    padding: 3rem var(--section) 6.8750rem;
}

.team-mission .section-bg-overlay {
    background-color: #FFFFFF;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.team-mission .team-mission__title p {
    font-size: 2.5rem;
    color: var(--theme-color);
    line-height: 1.4em;
    text-align: center;
    font-weight: 700;
}

.team-mission .team-mission__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--20);
}

.team-mission .team-mission__list .team-mission__item {
    margin: 0px 0px 0px 0px;
    padding: var(--27) var(--20) var(--62);
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF7A 0%, #FFFFFFD9 100%);
    border-radius: var(--15);
    box-shadow: 0px 0px 10px 0px rgba(132, 45.00000000000001, 45.00000000000001, 0.13);
    text-align: center;
    transition: all .4s
}

.team-mission .team-mission__list .team-mission__item:hover {
    box-shadow: 0px 0px 10px 0px rgba(234, 62.000000000000014, 62.000000000000014, 0.5)
}

.team-mission .team-mission__list .box-image {
    max-width: 8.6250rem
}

.team-mission .team-mission__list .box-image:hover {
    transform: scale(1.08);
}

.team-mission .team-mission__list .title {
    color: #222;
    font-size: var(--24);
    font-weight: 600;
    margin: 0 0 var(--12);
}

.team-mission .team-mission__list .box-text {
    padding: 0
}

.team-mission .team-mission__list .desc {
    color: #222;
    font-size: var(--14)
}

@media screen and (max-width: 767.98px) {
    .team-mission .team-mission__title p {
        font-size: var(--24)
    }

    .team-mission .team-mission__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .team-mission .team-mission__list .team-mission__item {
        padding-bottom: var(--30)
    }

    .team-mission .team-mission__list .title {
        font-size: var(--20)
    }

    .team-mission {
        padding-top: var(--50);
        padding-bottom: var(--50);
    }
}

/* End team-mission */