/* Co About */
.co-about-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-co-about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 65%;
    background-color: var(--fs-color-primary);
    border-bottom-left-radius: 2rem;
}

.co-about__text-wrapper {
    padding-left: 4rem;

}

.co-about__text-wrapper .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.co-about-image img {
    border-radius: 1rem;
}

/* Co More Info */
.co-more-info-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

/**
* MEDIA 
*/
/* Desktop lớn (Widescreen) */
@media screen and (max-width: 1921px) {
    /* CSS cho màn hình <= 1920px */
}

/* Desktop thường / Laptop lớn */
@media screen and (max-width: 1441px) {
    /* CSS cho màn hình <= 1440px */
}

/* Laptop nhỏ / Tablet landscape lớn */
@media screen and (max-width: 1201px) {
    /* CSS cho màn hình <= 1200px */
}

/* Nest hub */
@media screen and (max-width: 1025px) {

    /* CSS cho màn hình <= 1025px */
    .co-about__text-wrapper {
        padding-left: 2rem;
    }
}

/* Tablet landscape / Laptop nhỏ */
@media screen and (max-width: 993px) {
    /* CSS cho màn hình <= 992px */
}

/* Ipad Air */
@media screen and (max-width: 821px) {

    /* CSS cho màn hình <= 821px */
    /* ABOUT */
    .co-about__text-wrapper {
        padding-left: 2rem;

    }

    .co-about__text-wrapper .about__content {
        text-align: justify !important;
    }

}

/* Tablet portrait lớn / Mobile landscape */
@media screen and (max-width: 769px) {

    /* CSS cho màn hình <= 768px */
}

/* Mobile landscape / Phablet */
@media screen and (max-width: 577px) {

    /* CSS cho màn hình <= 576px */

}

/* Mobile IP 14Pro Max */
@media screen and (max-width: 431px) {

    /* CSS cho màn hình <= 431px */
    /* Common Section */
    .co-about-wrapper,
    .section-co-more-info {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    /* ABOUT */
    .co-about__text-wrapper {
        padding-left: 0rem;
        margin-bottom: 1.5rem;
    }

    .co-about-wrapper {
        flex-direction: column-reverse;
    }

    .section-co-about::before {
        width: 100%;
        height: 70%;
        border-bottom-left-radius: 0rem;
    }

    .co-more-info__content br {
        display: none;
    }

    .co-more-info-wrapper {
        padding: 0 1rem;
    }
}

/* Mobile portrait lớn (iPhone 6/7/8 Plus) */
@media screen and (max-width: 415px) {

    /* CSS cho màn hình <= 414px */

}

/* Mobile portrait trung bình (iPhone X/11 Pro) */
@media screen and (max-width: 391px) {

    /* CSS cho màn hình <= 390px */

}

/* Mobile portrait nhỏ (iPhone SE, Android nhỏ) */
@media screen and (max-width: 376px) {
    /* CSS cho màn hình <= 375px */
}