.bg-header {
    width: 100%;
    /* height: 726px; */
    background-image: url("/images/aboutus/bgtop.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-bird-mobile {
    display: none;
}

.link-aboutus {
    color: rgb(51, 51, 51);
    border-bottom: solid 3px rgb(51, 51, 51);
}
.link-aboutus:hover {
    text-decoration: transparent!important;
    border-bottom-color: #007bff;
}
.bg-header img {
    width: 100%;
    height: 100%;
    object-fit: initial;
    position: relative;
    padding: 100px 0px;
    transform: none;
    left: initial;
    top: initial;
    max-width: 70rem;
}

.title-aboutus {
    position: absolute;
    top: 100px;
    width: 764px;
    height: 237px;
    left: calc(50% - 764px / 2 - 98px);
}

.title-aboutus-mo {
    position: absolute;
    top: 54px;
    width: 309px;
    height: 96px;
    left: 15px;
    display: none;
}

.subtitle {
    height: auto;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #333333;
}

.border-bottoom {
    border-bottom: 2px solid #333333;
}

.special-point {
    width: 960px;
    margin: auto;
    height: auto;
    padding: 0;
}

.point-container {
    margin-top: 100px;
}

.special-point .point {
    padding-right: 30px;
    padding-left: 30px;
}

.imagem {
    display: none;
}

.name {
    display: inline;
}

.text {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 200%;
    letter-spacing: 0.05em;
    color: #333333;
}

.text2 {
    display: inline;
}

.header-item {
    position: relative;
    background: #ffffff;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border-radius: 100%;
}

.point1 {
    background-image: url("/images/aboutus/img1.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.point2 {
    background-image: url("/images/aboutus/img2.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.point3 {
    background-image: url("/images/aboutus/frame.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.compoint1 {
    background-image: url("/images/aboutus/cimg1.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.compoint2 {
    background-image: url("/images/aboutus/cimg2.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.compoint3 {
    background-image: url("/images/aboutus/img2.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.image-box {
    width: 100%;
    height: 150px;
    top: 40px;
    left: 2px;
}

.lettering-img {
    position: absolute;
    left: 30%;
    bottom: -20px;
}

.title-item {
    margin-top: 40px;
    margin-bottom: 10px;
}

.description-item p:last-child {
    margin-bottom: 0;
    font-size: 9px;
}

.title-item h3 {
    width: 280px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.subtitle-company-modal {
    letter-spacing: 0.07em;
}
.image-bottom {
    padding: 0 30px;
    width: 100%;
    height: auto;
    background-image: url("/images/aboutus/bg-bottom.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.point-2-sub {
    letter-spacing: 0px;
}
.a {
    width: 100%;
    height: 136px;
    background-image: url("/images/aboutus/groupbird-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.image-bottom .special-point {
    margin-top: 60px;
    margin-bottom: 80px;
}

.list-img {
    margin-top: 40px;
    justify-content: center;
    margin-right: -1rem;
}

.item-box {
    max-width: 180px;
    margin: 0 15px 10px 0;
}

.list-img .logo-company {
    width: 19%;
    height: auto;
    padding-bottom: 1rem;
    padding-right: 1rem;
    display: inline-block;
}

.logo-company img {
    width: 100%;
    transform: none;
    position: relative;
    left: initial;
    top: initial;
    height: auto;
}

/* .note {
    padding-left: 10px;
} */

.note p {
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    color: #999999;
}

.aboutus-footer {
    height: auto;
    /* background-image: url("/images/aboutus/bg-bottom2.svg"); */
    background-repeat: no-repeat;
    background-position: inherit;
    position: relative;
    padding-top: 50px;
}

.text-bottom {
    position: absolute;
    right: 10px;
}

.aboutus-footer .login {
    margin-top: 60px;
}

.view {
    margin-top: 30px;
    margin-bottom: 100px;
}
.imagew {
    padding-top: 80px;
}
@media screen and (max-width: 1000px) {
    .special-point {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0 !important;
    }
    .bg-header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .title-aboutus-mo {
        display: block;
    }
    .title-aboutus {
        display: none;
    }
    .imagew {
        display: none;
    }
    .imagem {
        display: block;
    }
    .bg-header {
        height: 675px;
    }
    .subtitle {
        top: 172px;
        font-size: 18px;
        line-height: 36px;
        padding: 0 15px;
        width: 100%;
        left: 0;
        letter-spacing: 0.02em;
    }
    .note p {
        font-size: 11px;
        line-height: 16px;
    }
    .list-img {
        margin-top: 21px;
    }
    .name {
        display: block;
    }
    .text {
        display: inline;
    }
    .text1,
    .point-2-sub {
        letter-spacing: 0.05em;
    }
    .text2 {
        display: block;
    }
    .gap_100 {
        display: none;
    }
    .image-bottom {
        margin-top: 0;
        padding: 0;
    }
    .sk-blog {
        letter-spacing: 0.12em;
        font-size: 16px !important;
    }
    .title-logo-company {
        margin-top: 55px;
    }
    .padding-title {
        padding: 0 15px;
    }
    .image-bottom {
        background-size: 870px;
        background-position: right -49px top -6px;
    }
    .aboutus-footer {
        background-position: left 15px top -30px;
    }
    .text-bottom {
        top: -20px;
        right: 15px;
    }
    .view {
        margin-bottom: 79px;
    }
    .aboutus-footer .login a {
        padding: 0 85.3px;
    }
    .bg-header .imagem {
        object-fit: initial !important;
    }
}

@media screen and (max-width: 575.98px) {
    .content-master .container.about {
        padding-left: 15px;
        padding-right: 15px;

    }

    .point-container {
        margin-top: -50px;
    }

    .header-item {
        margin: 50px auto;
    }

    .bg-header {
        background-image: url("/images/aboutus/bgmobile.png");
    }
    .bg-header img {
        padding: 40px 0;
    }

    .text {
        font-size: 18px;
    }

    .title-item h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .list-img .logo-company {
        width: 48%;
        padding-bottom: 1rem;
        padding-right: 1rem;
        display: inline-block;
    }
    .description-item p:first-child {
        letter-spacing: 0.01em;
        max-width: 343px;
        margin: 0 auto;
    }
    .description-item p:last-child {
        letter-spacing: 0px;
        font-size: 13px;
    }
    .special-point .point {
        margin-bottom: 55px;
    }
    .point {
        padding: 0 !important;
    }
    .item-box {
        margin-left: 0px;
        margin-right: 1.5px;
        max-width: 161px;
        margin-bottom: 20px;
        padding: 0;
    }
    .logo-company {
        width: 162px;
        height: 144px;
    }
    .logo-company img {
        width: 162px;
        height: auto;
    }

    .title-aboutus-mo {
        left: 25px;
    }

    .subtitle {
        left: 0;
        width: 100%;
        padding: 0;
        font-size: 18px;
    }

    .special-point {
        padding-left: 25px;
        padding-right: 25px;
    }

    .list-img {
        margin-left: 0px;
    }

    .text-bottom {
        right: 25px;
    }

    .aboutus-footer .login a {
        padding: 0 75px;
    }

    .bg-header .bg-bird-mobile {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        bottom: 60px;
        right: 0;
    }
}
