        .main-content.box-content {
            position: relative;
        }

        .main-content {
            width: 1170px;
            margin: 0 auto;
        }

        .div-box-content {
            height: 609px;
            position: relative;
            margin-top: 80px;
        }

        .our-story {
            position: absolute;
            top: 137px;
            left: 0;
            width: 525px;
            height: 336px;
        }

        .p-out-story {
            font-size: 54px;
            font-style: normal;
            font-weight: 600;
            line-height: 64px;
            letter-spacing: 3.24px;
        }

        .p-sub-story1,
        .p-sub-story2 {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
        }

        .p-sub-story1 {
            margin-top: 40px;
        }

        .p-sub-story2 {
            margin-top: 24px;
        }

        .img-story {
            position: absolute;
            right: -135px;
        }

        .div-about-center {
            position: relative;
            margin-top: 140px;
        }

        .icon-about {
            height: 230px;
            margin-bottom: 140px;
            display: flex;
            gap: 30px;
        }

        .icon-maker,
        .icon-money,
        .icon-bag,
        .icon-end {
            width: 45%;
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(214, 213, 213);
        }

        .div-icon-maker {
            width: 80px;
            height: 80px;
            background-color: black;
            border-radius: 50%;
            border: 10px solid rgb(222, 222, 215);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }

        .number-saller {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .fa-2x {
            color: white;
            font-size: 24px;
        }

        .saller-our {
            font-size: 14px;
            text-align: center;
        }

        .icon-maker:hover,
        .icon-money:hover,
        .icon-bag:hover,
        .icon-end:hover {
            background-color: rgb(239, 82, 82);
            color: white;
            cursor: pointer;
        }

        .icon-maker:hover .div-icon-maker,
        .icon-money:hover .div-icon-maker,
        .icon-bag:hover .div-icon-maker,
        .icon-end:hover .div-icon-maker {
            background-color: white;
            color: black;
            border: 10px solid rgb(239, 159, 145);
        }

        .icon-maker:hover .fa-solid.fa-store,
        .icon-money:hover .fa-solid.fa-coins,
        .icon-bag:hover .fa-solid.fa-bag-shopping,
        .icon-end:hover .fa-solid.fa-sack-dollar {
            background-color: white;
            color: black;
        }

        /* Img */

        .div-img-about {
            display: flex;
            gap: 27px;
        }

        .img-about-1,
        .img-about-2,
        .img-about-3 {
            width: 370px;
            height: 564px;
            overflow: hidden;
            display: inline-block;
        }

        .img-1-1,
        .img-2-1,
        .img-3-1 {
            width: 326px;
            height: 392px;
        }

        .img-1-1,
        .img-2-1,
        .img-3-1 {
            width: 100%;
            height: 430px;
            object-fit: cover;
        }

        .name-img-about {
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: 1.28px;
            margin-top: 32px;
        }

        .sub-name-people {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-top: 8px;
        }

        /* Nút */

        .box-chua-nut {
            width: 112px;
            height: 16px;
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-left: auto;
            margin-right: auto;
        }

        .nut-1,
        .nut-2,
        .nut-3,
        .nut-4,
        .nut-5 {
            width: 12px;
            height: 12px;
            background-color: rgb(190, 192, 193);
            border-radius: 50%;
        }

        .nut-3 {
            border: 1px solid white;
            background-color: red;
            outline: 2px solid rgb(190, 192, 193);
        }

        /* policy */

        .policy-icon {
            width: 80px;
            height: 80px;
            background-color: #bebebe;
            /* vòng tròn lớn */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .policy--item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .policy-inner {
            width: 60px;
            height: 60px;
            background-color: #000;
            /* vòng tròn trong */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .policy-inner img {
            width: 40px;
            height: 40px;
            display: block;
        }

        .policy--list {
            display: flex;
            gap: 88px;
            justify-content: center;
        }

        .policy--list h3 {
            font-size: 2rem;
            font-weight: 600;
            margin: 24px 0 8px;
        }

        .policy--list .desc {
            font-size: 1.4rem;
            font-weight: 400;
        }

        .policy {
            margin-top: 80px;
            margin-bottom: 140px;
        }

        /* ========== RESPONSIVE FOR TABLET AND MOBILE ========== */

        @media (max-width: 1170px) {

            .main-content {
                width: 100%;
            }

            .main-contentt {
                width: 100%;
                padding: 0 20px;
            }

            .div-box-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                height: auto;
            }

            .our-story {
                position: static;
                width: 100%;
                height: auto;
            }

            .img-story {
                position: static;
                margin-top: 40px;
                width: 100%;
                text-align: center;
            }

            .img-story img {
                max-width: 100%;
                height: auto;
            }

            .icon-about {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px;
                height: auto;
                margin-bottom: 60px;
            }

            .icon-maker,
            .icon-money,
            .icon-bag,
            .icon-end {
                position: static;
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 45%;
                height: auto;
                padding: 20px;
            }

            .div-img-about {
                display: flex;
                flex-direction: column;
                gap: 40px;
                margin-top: 60px;
            }

            .img-about-1,
            .img-about-2,
            .img-about-3 {
                width: 100%;
                height: auto;
                text-align: center;
            }

            .img-1-1,
            .img-2-1,
            .img-3-1 {
                height: auto;
                max-width: 100%;
            }

            .policy--list {
                flex-direction: column;
                align-items: center;
                gap: 40px;
            }

            .box-chua-nut {
                margin-top: 40px;
            }

            .footer-box-content {
                display: flex;
                flex-direction: column;
                gap: 40px;
                padding: 20px;
            }

            .end-project>div {
                width: 100%;
            }

            .box-chua-nut {
                display: none;
            }

        }