#about-us-cofast {
    padding: 5rem 0;
}

#about-us-cofast .text-justify {
    text-align: justify;
}

#about-us-cofast .bg-color-white {
    background-color: var(--white);
}

#about-us-cofast h4 {
    color: var(--cofast-blue);
    font-size: 1em;
    font-weight: 400;
    line-height: 16px;
}

#about-us-cofast .color-black {
    color: var(--black);
}

#about-us-cofast .fz-24 {
    font-size: 2.4rem;
}

#about-us-cofast .color-title {
    color: #203864;
    font-weight: 600;
}

#about-us-cofast .color-desc {
    color: #1f3864;
}

#about-us-cofast .fz-11 #about-us-cofast .fz-12 {
    font-size: 1.6rem;
}

#about-us-cofast .text-link.text-en {
    color: #954f72;
    text-decoration: underline;
}

#about-us-cofast .text-link.text-vi {
    color: #0563c1;
    text-decoration: underline;
}

#about-us-cofast table {
    border-collapse: collapse;
    border: none;
}

#about-us-cofast .fw-600 {
    font-weight: 600;
}

#about-us-cofast p {
    /* margin: 0 0 1rem; */
}

#about-us-cofast .no-fw {
    font-weight: 400 !important;
}

#about-us-cofast strong {
    font-weight: 700;
    color: #1f3864;
}

#about-us-cofast .heading-vi {
    color: var(--cofast-blue);
    font-size: 2.7rem;
    margin-bottom: 3rem;
    font-weight: 600;
    text-align: center;
}

#about-us-cofast .ml-16 {
    display: inline-block;
    margin-left: 1.6rem;
}

#about-us-cofast .pr-15 {
    padding-right: 1.5rem !important;
}

#about-us-cofast .pl-15 {
    padding-left: 1.5rem !important;
}

#about-us-cofast table tr .td-left {
    vertical-align: top;
    width: 18rem;
}

#about-us-cofast table tr .td-right {
    vertical-align: top;
    width: 50rem;
}

#about-us-cofast .fz-20 {
    font-size: 2rem;
}

#about-us-cofast .fz-16 {
    font-size: 1.6rem;
}

#about-us-cofast a {
    color: blue;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #about-us-cofast .pl-15 {
        padding-top: 1rem;
        padding-left: 0.6rem !important;
    }

    #about-us-cofast table tr .td-left {
        width: 13rem;
    }

    #about-us-cofast table tr .td-right {
        width: calc(100% - 13rem);
    }

    #about-us-cofast .ml-16 {
        margin-left: 1rem;
    }
}
