.about {
}

    .about .grid.wide {
    }

.about-container {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.about-left {
    width: 600px;
    position: relative;
}

.about-left-img {
    width: 100%;
    height: 500px;
}

    .about-left-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-left-slogan {
    position: absolute;
    right: -15px;
    bottom: -15px;
    background-color: var(--default-color-1);
    color: #fff;
    font-size: 20px;
    font-family: 'Inter_24pt-SemiBold';
    padding: 19px;
}

    .about-left-slogan span {
    }

.about-right {
    flex: 1;
    padding-left: 100px;
}

.about-right-name {
    margin: 0;
    text-transform: uppercase;
    color: var(--default-color-1);
    font-size: 18px;
    font-family: 'Inter_24pt-SemiBold';
}

.about-right-title {
    margin: 0;
    text-transform: uppercase;
    color: #333;
    margin-top: 10px;
    font-size: 31px;
    margin-bottom: 20px;
    font-family: 'Inter_24pt-SemiBold';
}

.about-right-descript {
    font-family: 'Inter_24pt-SemiBold';
    color: #333333c7;
    font-size: 18px;
    line-height: 155%;
    text-align: justify;
}

.about-df {
    background-color: #F1F1F1;
    background-image: url(../../../Design/img/bg-home-about-min.png);
    background-size: cover;
}

    .about-df .grid.wide {
    }

.about-df-container {
    padding: 60px 0;
}

.about-df-item {
    display: flex;
    flex-direction: row-reverse;
}

    .about-df-item:nth-child(odd) {
        flex-direction: row;
    }

    .about-df-item .img {
        width: 50%;
        height: 550px;
    }

        .about-df-item .img img {
        }

    .about-df-item .content {
        width: 50%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 42px;
    }

        .about-df-item .content h3 {
            margin: 0;
            text-align: center;
            font-family: 'Inter_24pt-SemiBold';
            text-transform: uppercase;
            font-size: 40px;
            line-height: 155%;
            margin-bottom: 12px;
            color: var(--default-color-1);
        }

        .about-df-item .content span {
            text-align: center;
            font-size: 18px;
            line-height: 156%;
            color: #333333b0;
            font-family: 'Inter_24pt-SemiBold';
        }

        .about-df-item .content a:hover {
            background-color: transparent;
            color: var(--default-color-1);
        }

        .about-df-item .content a {
            background-color: var(--default-color-1);
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            padding: 16px 40px;
            margin-top: 22px;
            border: 2px solid var(--default-color-1);
            transition: all .3s;
            font-family: 'Inter_24pt-SemiBold';
        }

.about-count {
}

.about-count-container {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
    user-select: none;
}

.about-count-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-count-item span {
        color: #F3F4F4;
        font-size: 133px;
        font-family: 'Inter_24pt-SemiBold';
    }

    .about-count-item strong {
        position: absolute;
        z-index: 2;
        font-family: 'Inter_24pt-SemiBold';
        color: var(--default-color-3);
        text-transform: uppercase;
        font-size: 19px;
    }

.about-detail {
}

.about-detail-container {
    padding-bottom: 50px;
}

    .about-detail-container section {
        color: #333;
        font-size: 18px;
        line-height: 184%;
    }

.about-df-list {
    margin-top: 40px;
}


/*RS*/

@media(max-width:1023px) {
    .about-df-item .content {
        width: 100%;
        padding: 15px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .about-df-item .img {
        height: 450px;
        width: 100%;
    }

    .about-right {
        padding-left: 45px;
    }

    .about-left-img {
        height: 420px;
    }

    .about-left {
        width: 355px;
    }

    .about-right-title {
        font-size: 36px;
    }

    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .about-detail-container {
        padding-bottom: 30px;
    }

    .about-df-container {
        padding: 50px 0;
    }

    .about-df-item .content h3 {
        font-size: 30px;
    }
}

@media(max-width:739px) {
    .about-df-item {
        flex-direction: column !important;
    }

        .about-df-item .content {
            width: 100%;
            padding: 15px;
        }

        .about-df-item .img {
            width: 100%;
            height: 155px;
        }

    .about-df-container {
        padding: 20px 0;
    }

    .about-df-item .content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .about-df-item .content span {
        font-size: 16px;
    }

    .about-df-item .content a {
        font-size: 13px;
        padding: 8px 15px;
        margin-top: 14px;
    }

    .about-left-slogan {
        font-size: 16px;
        padding: 14px;
        left: 18px;
        width: fit-content;
        right: unset;
    }

    .about-detail-container {
        padding-bottom: 25px;
    }

    .about-container {
        padding: 30px 0;
        flex-direction: column;
    }

    .about-left {
        width: 100%;
    }

    .about-left-img {
        width: 100%;
        height: 320px;
    }

    .about-banner-content span {
        font-size: 23px;
    }

    .about-banner {
        height: 300px;
    }

    .about-right {
        padding-left: 0;
        padding-top: 40px;
    }

    .about-right-title {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
        padding-bottom: 25px;
        padding-top: 5px;
    }

    .about-count-item span {
        font-size: 110px;
    }

    .about-count-item strong {
        font-size: 15px;
        text-align: center;
    }

    .about-detail-container section {
        font-size: 16px;
    }

    .about-df-list {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }
}


/* ===== About Page Redesign - Xay Dung Pham Phung ===== */

.about-banner {
    overflow: hidden;
    isolation: isolate;
    background: #111;
}

    .about-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(115deg, rgba(11, 23, 39, .78), rgba(11, 23, 39, .42) 46%, rgba(230, 174, 92, .28));
        pointer-events: none;
    }

    .about-banner::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -95px;
        z-index: 1;
        width: min(760px, 88vw);
        height: 210px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: rgba(255, 255, 255, .12);
        filter: blur(18px);
        pointer-events: none;
    }

    .about-banner > img {
        transform: scale(1.02);
        object-fit: cover;
        transition: transform .8s ease, filter .8s ease;
        filter: saturate(1.05) contrast(1.03);
    }

    .about-banner:hover > img {
        transform: scale(1.06);
    }

.about-banner-container {
    z-index: 2;
}

.about-banner-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

    .about-banner-content span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        position: relative;
        text-shadow: 0 14px 34px rgba(0, 0, 0, .36);
        letter-spacing: .4px;
        line-height: 1.16;
    }

        .about-banner-content span::before,
        .about-banner-content span::after {
            content: "";
            width: 54px;
            height: 2px;
            border-radius: 999px;
            background: linear-gradient(90deg, transparent, #E6AE5C);
        }

        .about-banner-content span::after {
            background: linear-gradient(90deg, #E6AE5C, transparent);
        }

    .about-banner-content .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(255, 255, 255, .34);
        border-radius: 50%;
        background: rgba(255, 255, 255, .13);
        box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
        backdrop-filter: blur(8px);
        animation: aboutArrowFloat 2.2s ease-in-out infinite;
    }

@keyframes aboutArrowFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}

.about {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.about-container {
    gap: 50px;
    min-width: 0;
}

.about-left,
.about-right {
    min-width: 0;
}

.about-left {
    flex: 0 0 600px;
}

.about-left-img {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(20, 29, 41, .16);
    background: #f5f5f5;
}

    .about-left-img img {
        display: block;
        transition: transform .55s ease, filter .55s ease;
    }

    .about-left-img:hover img {
        transform: scale(1.045);
        filter: saturate(1.05);
    }

.about-left-slogan {
    max-width: min(382px, calc(100% - 34px));
    border-radius: 16px 16px 16px 4px;
    background: linear-gradient(135deg, var(--default-color-1), #E6AE5C);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    line-height: 1.45;
}

    .about-left-slogan span {
        display: block;
    }

.about-right {
    padding-left: 0;
}

.about-right-name {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: 1.35;
    letter-spacing: .5px;
}

    .about-right-name::before {
        content: "";
        width: 44px;
        height: 3px;
        border-radius: 999px;
        background: var(--default-color-1);
    }

.about-right-title {
    position: relative;
    max-width: 760px;
    padding-bottom: 18px;
    line-height: 1.4;
    letter-spacing: .2px;
}

    .about-right-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 96px;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--default-color-1), #E6AE5C);
    }

.about-right-descript {
    max-width: 760px;
    color: rgba(51, 51, 51, .78);
    font-family: inherit;
    font-weight: 400;
}

    .about-right-descript p,
    .about-right-descript div {
        max-width: 100%;
    }

.about-count {
    overflow: hidden;
}

.about-count-container {
    align-items: stretch;
}

.about-count-item {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    padding: 24px 18px;
    border: 1px solid rgba(230, 174, 92, .22);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #fbfbfb);
    box-shadow: 0 16px 42px rgba(20, 29, 41, .08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

    .about-count-item::after {
        content: "";
        position: absolute;
        inset: auto -40px -70px auto;
        width: 135px;
        height: 135px;
        border-radius: 50%;
        background: rgba(230, 174, 92, .13);
    }

    .about-count-item:hover {
        transform: translateY(-6px);
        border-color: rgba(230, 174, 92, .45);
        box-shadow: 0 24px 54px rgba(20, 29, 41, .13);
    }

    .about-count-item span {
        color: rgba(230, 174, 92, 0.54);
        line-height: .85;
    }

    .about-count-item strong {
        left: 18px;
        right: 18px;
        text-align: center;
        line-height: 1.35;
    }

.about-detail {
    overflow: hidden;
}

.about-detail-container {
    padding-top: 18px;
}

    .about-detail-container section {
        max-width: 100%;
        padding: 34px 40px;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 18px 55px rgba(20, 29, 41, .08);
        color: rgba(51, 51, 51, .86);
        overflow-wrap: anywhere;
    }

        .about-detail-container section > *:first-child {
            margin-top: 0;
        }

        .about-detail-container section > *:last-child {
            margin-bottom: 0;
        }

        .about-detail-container section p {
            margin: 0 0 16px;
        }

        .about-detail-container section h2,
        .about-detail-container section h3 {
            margin: 26px 0 14px;
            color: #222;
            font-family: 'Inter_24pt-SemiBold';
            line-height: 1.28;
        }

        .about-detail-container section h1,
        .about-detail-container section h2 {
            font-size: 30px;
        }

        .about-detail-container section h3 {
            font-size: 24px;
        }

        .about-detail-container section ul,
        .about-detail-container section ol {
            margin: 0 0 18px 22px;
            padding: 0;
        }

        .about-detail-container section li {
            margin-bottom: 8px;
            padding-left: 4px;
        }

        .about-detail-container section img {
            display: block;
            max-width: 100%;
            height: auto !important;
            margin: 22px auto;
            border-radius: 14px;
            box-shadow: 0 16px 42px rgba(20, 29, 41, .12);
        }

        .about-detail-container section table {
            display: block;
            width: 100% !important;
            max-width: 100%;
            margin: 22px 0;
            border-collapse: collapse;
            overflow-x: auto;
            white-space: nowrap;
        }

        .about-detail-container section th,
        .about-detail-container section td {
            padding: 12px 14px;
            border: 1px solid rgba(51, 51, 51, .12);
            white-space: normal;
        }

        .about-detail-container section th {
            background: rgba(230, 174, 92, .14);
            color: #222;
        }

        .about-detail-container section blockquote {
            margin: 24px 0;
            padding: 18px 22px;
            border-left: 4px solid var(--default-color-1);
            border-radius: 0 14px 14px 0;
            background: rgba(230, 174, 92, .1);
            color: rgba(51, 51, 51, .82);
            font-style: italic;
        }

.about-df {
    overflow: hidden;
    background-color: #f6f6f6;
    background-blend-mode: soft-light;
}

.about-df-container {
    overflow: hidden;
}

    .about-df-container .p-title-cate {
        color: var(--default-color-1);
    }

    .about-df-container .p-title {
        position: relative;
        padding-bottom: 16px;
    }

        .about-df-container .p-title::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 92px;
            height: 4px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--default-color-1), #E6AE5C);
            transform: translateX(-50%);
        }

.about-df-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.about-df-item {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(20, 29, 41, .11);
}

    .about-df-item .img {
        overflow: hidden;
        background: #ececec;
    }

        .about-df-item .img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .55s ease, filter .55s ease;
        }

    .about-df-item:hover .img img {
        transform: scale(1.045);
        filter: saturate(1.06);
    }

    .about-df-item .content {
        align-items: flex-start;
        padding: 58px 54px;
    }

        .about-df-item .content h3,
        .about-df-item .content span {
            text-align: left;
        }

        .about-df-item .content h3 {
            font-size: clamp(28px, 3.1vw, 40px);
            line-height: 1.25;
        }

        .about-df-item .content span {
            color: rgba(51, 51, 51, .72);
            font-family: inherit;
            font-weight: 400;
        }

        .about-df-item .content a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
            transform: translateY(0);
        }

            .about-df-item .content a:hover {
                transform: translateY(-3px);
                box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
            }

@media(min-width:740px) and (max-width:1023px) {
    .about-container {
        gap: 42px;
    }

    .about-left {
        flex: 0 0 355px;
    }

    .about-left-slogan {
        right: -10px;
        bottom: -10px;
        padding: 22px;
        font-size: 18px;
    }

    .about-count-item {
        min-height: 160px;
    }

    .about-detail-container section {
        padding: 28px 26px;
    }

    .about-df-item .content {
        padding: 36px 28px;
    }
}

@media(max-width:739px) {
    .about-banner-content span {
        gap: 10px;
        line-height: 1.18;
    }

        .about-banner-content span::before,
        .about-banner-content span::after {
            width: 28px;
        }

    .about-banner-content .icon {
        width: 42px;
        height: 42px;
    }

    .about-container {
        gap: 0;
    }

    .about-left {
        flex: 0 1 auto;
    }

    .about-left-img {
        border-radius: 14px;
    }

    .about-left-slogan {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        max-width: 100%;
        margin: -34px 14px 0;
        border-radius: 14px;
        text-align: center;
    }

    .about-right {
        width: 100%;
    }

    .about-right-name {
        font-size: 15px;
    }

        .about-right-name::before {
            width: 32px;
        }

    .about-right-title {
        padding-bottom: 14px;
        line-height: 1.4;
    }

    .about-right-descript {
        font-size: 15px;
        line-height: 1.7;
        text-align: justify;
    }

    .about-count-item {
        min-height: 138px;
        padding: 18px 12px;
        border-radius: 14px;
    }

        .about-count-item span {
            font-size: 76px;
        }

        .about-count-item strong {
            left: 10px;
            right: 10px;
        }

    .about-detail-container section h1,
    .about-detail-container section h2 {
        font-size: 18px;
    }

    .about-detail-container {
        padding-top: 12px;
    }

        .about-detail-container section {
            padding: 22px 16px;
            border-radius: 14px;
            line-height: 1.6;
            text-align: justify;
        }

            .about-detail-container section h2 {
                font-size: 18px;
            }

            .about-detail-container section h3 {
                font-size: 20px;
                margin-top: 14px;
            }

            .about-detail-container section ul,
            .about-detail-container section ol {
                margin-left: 18px;
            }

    .about-df-list {
        gap: 18px;
        display: grid;
    }

    .about-df-item .content h3 {
        font-size: clamp(18px, 3.1vw, 40px);
        line-height: 1.25;
    }

    .about-df-item {
        border-radius: 16px;
    }

        .about-df-item .content {
            align-items: center;
            padding: 20px 13px 16px;
        }

            .about-df-item .content span {
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

            .about-df-item .content h3,
            .about-df-item .content span {
                text-align: justify;
            }
}
