/* about-us CSS START */
.content__about-us {
}

/* ============== SECTION-1 CSS START ============== */
.content__about-us .about-us__section-1 {
    position: relative;
    height: 91.2rem;
    background: url("../img/about-us/sec1-bg.png") no-repeat right top,
        linear-gradient(
            180deg,
            rgba(204, 204, 204, 0.3) 0%,
            rgba(236, 236, 236, 0.15) 100%
        );
    background-size: cover;
}

.about-us__section-1 .section-1__slogan {
    padding: 17.2rem 0 0 16.1%;
}

.section-1__slogan .title {
    width: 65rem;
    margin: 0;
    /* \1 */
    font-size: 6.1rem;
    line-height: 8.54rem;
    font-weight: 600;
    color: var(--text-color);
}

.section-1__slogan .description {
    width: 65rem;
    margin-top: 3.2rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    color: var(--text-color);
}

.about-us__section-1 .form-btn {
    margin-top: 3.2rem;
    /* \1 */
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    padding: 1.2rem 2.4rem;
    border-radius: 0.8rem;
    border: none;
    cursor: pointer;
}

/* ============== SECTION-1 CSS END ============== */

/* ============== SECTION-2 CSS START ============== */
.content__about-us .about-us__section-2 {
    height: 49.5rem;
    padding: 7.5rem 0;
}

.about-us__section-2 .highlight {
    display: flex;
    padding: 3rem 1rem;
    align-items: center;
}

.about-us__section-2 .highlight__icon {
    width: 6.5rem;
    height: 6.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2rem;
}

.about-us__section-2 .highlight__icon img {
    padding: 2rem;
}

.about-us__section-2 .highlight__object {
}

.about-us__section-2 .highlight__number {
    /* \1 */
    font-size: 6rem;
    line-height: 9rem;
    font-weight: 900;
    color: var(--primary-color);
}

.about-us__section-2 .highlight__text {
    /* \1 */
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    color: var(--text-color);
}
/* ============== SECTION-2 CSS END ============== */

/* ============== SECTION-3 CSS START ============== */
.content__about-us .about-us__section-3 {
    position: relative;
    padding: 9.4rem 31.2rem 12.2rem;
    background: url("../img/about-us/sec3-bg.png") no-repeat center top,
        linear-gradient(
            180deg,
            rgba(204, 204, 204, 0.3) 0%,
            rgba(236, 236, 236, 0.15) 100%
        );
    background-size: cover;
}

.about-us__section-3 .section-3__content {
}

.about-us__section-3 .section-3__header {
}

.about-us__section-3 .header__title {
    /* \1 */
    font-size: 4.9rem;
    line-height: 6.86rem;
    font-weight: 600;
    text-align: center;
}

.about-us__section-3 .section-3__body {
    margin-top: 5.3rem;
    display: flex;
    justify-content: space-between;
}

.about-us__section-3 .body__el {
    border-radius: 2.4rem;
    background: #ffffff;
    width: calc(33.3% - 1.2rem);
    aspect-ratio: 1 / 1;
    padding: 3.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-us__section-3 .body__el:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.about-us__section-3 .el__icon {
}

.about-us__section-3 .el__icon img {
    width: 7.65vw;
    max-width: 147px;
}

.about-us__section-3 .el__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    text-align: center;
}

.about-us__section-3 .el_description {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    text-align: center;
}
/* ============== SECTION-3 CSS END ============== */

/* ============== SECTION-4 CSS START ============== */
.content__about-us .about-us__section-4 {
    padding: 8.1rem 28.8rem 7.1rem 31.1rem;
}

.about-us__section-4 .section-4__content {
    display: flex;
    justify-content: space-between;
}

.about-us__section-4 .content__navbar {
    width: 16.5%;
    position: relative;
}

.about-us__section-4 .navbar__list {
}

.about-us__section-4 .navbar__list--fixed {
    position: sticky;
    top: var(--header-height);
    left: 0;
}

.about-us__section-4 .navbar__el {
    padding: 1.6rem;
    position: relative;
}

.about-us__section-4 .navbar__el::before {
    content: "";
    width: 100%;
    border-top: solid 1px #111;
    position: absolute;
    top: 0;
    left: 0;
}

.about-us__section-4 .navbar__el:last-child::after {
    content: "";
    width: 100%;
    border-top: solid 1px #111;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-us__section-4 .navbar__el--active {
}

.about-us__section-4 .navbar__el--active::before,
.about-us__section-4 .navbar__el--active + .navbar__el::before {
    border-color: var(--primary-color);
}

.about-us__section-4 .navbar__el--active:last-child::after {
    border-color: var(--primary-color);
}

.about-us__section-4 .el__title {
    font-size: 1.6rem;
    line-height: 2.24rem;
    font-weight: 400;
    text-align: center;
    color: var(--text-color);
    text-transform: lowercase;
}

.about-us__section-4 .el__title::first-letter {
    text-transform: capitalize;
}

.about-us__section-4 .el__content {
    /* \1 */
    font-size: 3.1rem;
    line-height: 4.34rem;
    font-weight: 600;
    text-align: center;
    color: var(--text-color);
}

.about-us__section-4 .navbar__el--active .el__title {
    color: var(--primary-color);
}

.about-us__section-4 .navbar__el--active .el__content {
    color: var(--primary-color);
}

.about-us__section-4 .content__body {
    width: 78%;
}

.about-us__section-4 .body__el {
    color: #c0c0c0;
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.about-us__section-4 .body__el::before {
    content: "";
    width: 100%;
    border-top: solid 1px #c0c0c0;
    position: absolute;
    top: 0;
    left: 0;
}

.about-us__section-4 .body__el:last-child::after {
    content: "";
    width: 100%;
    border-top: solid 1px #c0c0c0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-us__section-4 .body_year {
    font-size: max(14px, min(10.4vw, 220px));
    line-height: 20rem;
    font-weight: 600;
}

.about-us__section-4 .body__el--active .body_year,
.about-us__section-4 .body__el--active .content__title,
.about-us__section-4 .body__el--active .content__list li::before {
    color: var(--primary-color);
}

.about-us__section-4 .body__content {
    margin-top: 2.2rem;
    width: 43rem;
}

.about-us__section-4 .content__title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
}

.about-us__section-4 .content__list {
    margin-top: 0.8rem;
}

.about-us__section-4 .content__list li::before {
    content: "● ";
    color: #c0c0c0;
    margin-right: 0.8rem;
}

.about-us__section-4 .content__list li {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
}

.about-us__section-4 .content__list li:not(:first-child) {
    margin-top: 0.5rem;
}

.about-us__section-4 .body__el--active .content__list li {
    color: var(--text-color);
}
/* ============== SECTION-4 CSS END ============== */

/* ============== SECTION-5 CSS START ============== */
.content__about-us .about-us__section-5 {
    padding: 5rem 0;
}

.about-us__section-5 .section-5__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us__section-5 .header__tittle {
    /* \1 */
    font-size: 3.1rem;
    line-height: 4.34rem;
    font-weight: 600;
}

.about-us__section-5 .header__btn-see-all {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.24rem;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-us__section-5 .header__btn-see-all::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.about-us__section-5 .header__btn-see-all:hover::after {
    width: 100%;
}

.about-us__section-5 .section-5__body {
    margin-top: 2.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-us__section-5 .section-5__new {
    width: 32%;
    text-decoration: none;
    border-radius: 1.6rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-us__section-5 .section-5__new:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.about-us__section-5 .new__img {
    width: 100%;
    height: 27.5rem;
}

.about-us__section-5 .new__img img {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    object-fit: cover;
}

.about-us__section-5 .new__content {
    padding: 2rem;
}

.about-us__section-5 .new__tittle {
    color: var(--text-color);
    /* \1 */
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 600;
    max-height: 5.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about-us__section-5 .new__notification {
    color: var(--text-color);
    margin-top: 1.7rem;
    /* \1 */
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
}

.about-us__section-5 .notification__category {
    text-transform: uppercase;
}

.about-us__section-5 .notification__date {
    font-family: FFZ_Poppins-Regular;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
}

.about-us__section-5 .notification__date::before {
    content: "● ";
    margin: 0 1.1rem;
}
/* ============== SECTION-5 CSS END ============== */

/* ============== SECTION-6 CSS START ============== */
.content__about-us .about-us__section-6 {
    padding: 3rem 0 5rem;
}

.about-us__section-6 .section-6__content {
    height: 44.4rem;
    background: url("../img/about-us/sec9-bg.png") no-repeat left center,
        linear-gradient(
            180deg,
            rgba(204, 204, 204, 0.3) 0%,
            rgba(236, 236, 236, 0.15) 100%
        );
    background-size: cover;
    background-position: center;
    border-radius: 3.2rem;
}

.about-us__section-6 .info {
    padding: 9.9rem 0 13.1rem 10.4rem;
}

.about-us__section-6 .info__logo img {
    width: 7.7rem;
    height: auto;
}

.about-us__section-6 .info__text {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 400;
    margin-top: 1.9rem;
}

.about-us__section-6 .info__slogan {
    /* \1 */
    font-size: 3.9rem;
    line-height: 5.5rem;
    font-weight: 600;
    width: 35.6rem;
    margin-top: 0.9rem;
}

.about-us__section-6 .advise {
    padding: 10.2rem 0 10.6rem;
}

.about-us__section-6 .form-advise {
    padding: 0 13rem 0 1rem;
}

.about-us__section-6 .form-group {
}

.about-us__section-6 .form-group:not(:first-child) {
    margin-top: 2.8rem;
}

.about-us__section-6 .form-input {
    width: 100%;
    padding: 1.9rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    border: none;
    border-radius: 0.8rem;
    outline: none;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

.about-us__section-6 .form-input::placeholder {
    color: var(--text-color);
}

.about-us__section-6 .form-select {
    width: 100%;
    position: relative;
}

.about-us__section-6 .form-lable {
    position: relative;
}

.about-us__section-6 .selected {
    padding-right: 3.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-us__section-6 .form-button-toggle {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}

.about-us__section-6 .options {
    display: none;
    width: 100%;
    max-height: 22.6rem;
    margin-top: 0.5rem;
    background: white;
    border-radius: 0.8rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    overflow-y: auto;
}

.about-us__section-6 .option {
    background: white;
    width: 100%;
    padding: 1.5rem 2.4rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    cursor: pointer;
}

.about-us__section-6 .option:not(:last-child) {
    border-bottom: solid 0.1rem #e7e7e7;
}

.about-us__section-6 .option:hover {
    background: lightgray;
}

.about-us__section-6 .form-btn {
    width: 100%;
    /* \1 */
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    padding: 1.2rem 2.4rem;
    border-radius: 0.8rem;
    border: none;
    cursor: pointer;
}
/* ============== SECTION-6 CSS END ============== */

@media (max-width: 767px) {
}

/* 56% */
@media (min-width: 768px) and (max-width: 1023px) {
    .content__about-us .about-us__section-1 {
        height: 85.2rem;
        background-position-x: 62%;
    }

    .about-us__section-1 .section-1__slogan {
        padding-left: 7%;
        padding-top: 13.2rem;
    }

    .about-us__section-2 .highlight__number {
        font-size: 3rem;
        line-height: 6rem;
    }

    .about-us__section-2 .highlight {
        padding: 2rem 1rem;
    }

    .content__about-us .about-us__section-3 {
        padding-left: 23.2rem;
        padding-right: 23.2rem;
    }

    .content__about-us .about-us__section-4 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .about-us__section-4 .content__navbar {
        width: 18%;
    }

    .about-us__section-4 .content__body {
        width: 77%;
    }

    .about-us__section-4 .body__content {
        width: 45rem;
    }
}

/* 64% */
@media (min-width: 1024px) and (max-width: 1279px) {
    .content__about-us .about-us__section-1 {
        height: 85.2rem;
        background-position-x: 62%;
    }

    .about-us__section-1 .section-1__slogan {
        padding-left: 7%;
        padding-top: 13.2rem;
    }

    .about-us__section-2 .highlight__number {
        font-size: 4rem;
        line-height: 7rem;
    }

    .content__about-us .about-us__section-3 {
        padding-left: 23.2rem;
        padding-right: 23.2rem;
    }

    .content__about-us .about-us__section-4 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .about-us__section-4 .content__navbar {
        width: 23%;
    }

    .about-us__section-4 .content__body {
        width: 73%;
    }

    .about-us__section-4 .body__content {
        width: 35rem;
    }

    .about-us__section-4 .navbar__el {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* 75% */
@media (min-width: 1280px) and (max-width: 1535px) {
    .content__about-us .about-us__section-1 {
        height: 85.2rem;
        background-position-x: 50%;
    }

    .about-us__section-1 .section-1__slogan {
        padding-left: 10%;
        padding-top: 13.2rem;
    }

    .about-us__section-2 .highlight__number {
        font-size: 5rem;
        line-height: 8rem;
    }

    .content__about-us .about-us__section-3 {
        padding-left: 26.2rem;
        padding-right: 26.2rem;
    }

    .content__about-us .about-us__section-4 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .about-us__section-4 .content__navbar {
        width: 21.5%;
    }

    .about-us__section-4 .content__body {
        width: 74%;
    }

    .about-us__section-4 .body__content {
        width: 35rem;
    }
}

/* 85% */
@media (min-width: 1536px) and (max-width: 1919px) {
    .about-us__section-1 .section-1__slogan {
        padding-left: 12%;
    }

    .about-us__section-4 .content__navbar {
        width: 20.5%;
    }

    .about-us__section-4 .content__body {
        width: 75%;
    }

    .about-us__section-4 .body__content {
        width: 38rem;
    }
}

/* about-us CSS END */
