body {
    font-family: 'Poppins Regular' !important;
}

.section-categories {
    width: 1350px;
    height: max-content;
    margin: 120px auto 200px auto;
}

.cards-categories .card-categorie {
    transition: all 0.6s ease;
}

    .cards-categories .card-categorie img {
        width: 100%;
        height: 261.6px;
        overflow: hidden;
        object-fit: cover;
        border-radius: 16px 16px 0px 0px;
    }

.cards-categories .fx-cards-categories .card-categorie {
    text-decoration: none;
    width: 100%;
    box-shadow: 0px 10px 54px #D9D9D9;
    border-radius: 16px;
}
.cards-categories .card-categorie h6{
    letter-spacing: -0.2px;
    font-size: 20px;
    width: 77%;
}

.cards-categories .card-categorie .card-categorie-content {
    min-height: 101px;
    max-height: 100%;
    border-radius: 0px, 0px, 16px, 16px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
}

    .cards-categories .card-categorie .card-categorie-content img {
        width: 58.75px;
        height: 58.75px;
    }

.card-categorie-hover .text-categories-toggle p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    width: 75%;
}

.card-categorie-hover {
    position: relative !important;
    background-size: cover !important;
    background-blend-mode: multiply !important;
    background-position: center !important;
    height: 363.37px;
    width: 384px;
    transition: 1s !important;
    transform: scale(1.05) !important;
}

.cards-categories .card-categorie-hover .card-categorie-content {
    flex-direction: column;
    align-items: start;
    justify-content: end;
    height: 100%;
}

.card-categorie-hover .card-categorie-content .text-categories-toggle img {
    width: 75px;
    height: 58.75px;
    transition: 0.3s;
}

.card-categorie-content .text-categories-toggle img:hover {
    transform: scale(0.9);
}

.text-categories-toggle {
    display: none;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 21px;
}

.card-categorie-hover .text-categories-toggle {
    display: flex;
}

.card-categorie-hover .card-categorie-content h6 {
    color: #fff;
}

.categories-products-cards .categories-products-text,
.categories-products-cards img {
    background: #fff;
}
/* Section About */
.section-about {
    background-image: var(--aboutBackground);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1350px;
    margin: auto;
    height: 676.93px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 54px #D9D9D9;
    border-radius: 8px;
    margin-bottom: 200px;
}

    .section-about .section-about-text {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        flex-direction: column;
        margin: auto;
        text-align: center;
    }

        .section-about .section-about-text h2, .section-about .section-about-text p {
            color: #ffffff;
            margin: 0px;
        }

.cards-ourTeam {
    padding-right: 2%;
    padding-left: 2%
}

.cards-ourTeam-header {
    margin-bottom: 30px;
}

.section-ourTeam-header {
    padding-top: 2%
}

.section-about-text-new p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.message-content-texts-footer {
    margin: 5%;
}

.section-about .section-about-text button {
    width: 215px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 24px;
    background: var(--mainColor);
}

    .section-about .section-about-text button span {
        font-size: 20px;
        line-height: 24px;
        color: #ffffff;
    }

/* Section Latest News */
.section-latest-news {
    width: 1350px;
    margin: auto;
}

    .section-latest-news .card-latest-news {
        width: 100%;
        text-decoration: none;
    }

        .section-latest-news .card-latest-news img {
            height: 375.61px;
            object-fit: cover;
            border-radius: 8px;
            width: 100%;
            margin-bottom: 16px;
        }

        .section-latest-news .card-latest-news h6 {
            font-family: 'Poppins Medium' !important;
            margin-bottom: 8px;
        }

        .section-latest-news .card-latest-news p {
            margin-bottom: 0px;
            line-height: 24px;
        }

/* Footer Section */
footer {
    background: var(--footerBackgroundColor);
    align-items: center;
    display: flex;
    align-items: center;
    height: 111.72px;
    width: 100%;
}

    footer .fx-footer {
        width: 100%;
        width: 1350px;
        margin: auto;
    }

.footer-logo img {
    width: 80%;
}

footer .fx-footer .links-footer {
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 36px;
}

    footer .fx-footer .links-footer a {
        color: var(--footerColor);
        text-decoration: none;
        opacity: 0.6;
        font-size: 18px;
    }

footer .images-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
/* Products Page */
.main-top {
    padding-top: 10rem;
}

.main-bottom {
    padding-bottom: 80px;
}

.fx-title-page {
    margin-bottom: 56px;
    align-items: center;
}

    .fx-title-page .div-title-page {
        width: 100%;
        cursor: pointer;
    }

    .fx-title-page .sty-address {
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .fx-title-page p {
        width: 95%;
    }

.section-categories-products {
    margin: auto;
    width: 1350px;
}

    .section-categories-products .fx-title-categories-products-line {
        gap: 24px;
    }

    .section-categories-products .fx-name-categories {
        gap: 8px;
    }

        .section-categories-products .fx-name-categories span {
            color: var(--mainColor);
            line-height: 85px;
        }
/* Peoduct Detail */
.section-product-detail {
    margin: auto;
    width: 1350px;
}

    .section-product-detail .product-detail-shadow {
        box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.05);
        padding: 64px 70px;
        background: #FFFFFF;
    }

    .section-product-detail .fx-product-detail {
        align-items: start;
        gap: 40px;
    }

    .section-product-detail .product-detail-description .fx-product-detail-texts {
        gap: 24px;
    }

        .section-product-detail .product-detail-description .fx-product-detail-texts h6 {
            margin-bottom: 0px;
        }

        .section-product-detail .product-detail-description .fx-product-detail-texts p {
            margin-bottom: 0px;
            font-size: 24px;
            opacity: 0.7;
            font-weight: 400;
        }

    .section-product-detail .fx-title-product-detail {
        gap: 24px;
        margin-bottom: 24px;
    }

        .section-product-detail .fx-title-product-detail span {
            color: var(--mainColor);
        }

    .section-product-detail .product-detail-images {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        margin-top: -155px;
    }

        .section-product-detail .product-detail-images img {
            cursor: pointer;
        }

        .section-product-detail .product-detail-images .product-detail-main {
            width: 536.91px;
            height: 436.77px;
            object-fit: cover;
            display: block;
            margin: auto;
        }

        .section-product-detail .product-detail-images .fx-product-detail-images {
            gap: 24px;
        }

            .section-product-detail .product-detail-images .fx-product-detail-images img {
                width: 190.69px;
                height: auto;
                object-fit: cover;
            }
/* Section Our Team */
.section-ourTeam {
    margin: auto;
    width: 1350px;
}

.card-ourTeam {
    text-decoration: none;
    text-align: center;
    width: 384px;
}

    .card-ourTeam img {
        width: 100%;
        height: 375px;
        border-radius: 8px;
        object-fit: cover;
    }

    .card-ourTeam .sty-text {
        font-weight: 500;
        font-family: 'Poppins Medium' !important;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .card-ourTeam .sty-Subtext {
        font-size: 13px;
        line-height: 23px;
    }

    .card-ourTeam .sty-text {
        font-size: 22px;
    }
/* About Page */
.section-page-about h3 {
    margin-bottom: 24px;
    font-size: 40px;
}

.section-page-about p {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.about-content,
.message-content,
.section-page-about .mission-content .mission-content-texts {
    margin: auto;
    width: 1350px;
}

.message-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 110px;
}

    .message-content img {
        width: 548.03px;
        object-fit: cover;
    }

.section-page-about .mission-content {
    background-color: #D9F1F4;
    padding: 109px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 571.35px;
    max-height: 100%;
    flex-direction: column;
    gap: 24px;
    margin: 80px 0px;
}

    .section-page-about .mission-content .mission-content-texts {
        width: 90%;
        text-align: center;
    }

.about-content p {
    margin-bottom: 8px;
    text-align: justify;
}

.gal {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

    .gal .imageAbout {
        height: auto;
        width: 100%;
        border-radius: 8.26px;
    }

.img-hover-zoom {
    margin-bottom: 16px;
    overflow: hidden;
}
/* Careers Page */
.section-careers {
    margin: auto;
    width: 1350px;
}

.card-career {
    box-shadow: 0px 10px 54px 0px rgba(0, 0, 0, 0.1);
    padding: 24px 32px;
    background-color: #fff;
}

    .card-career .fx-title-careers {
        border-bottom: 1px solid #D7D7D7;
        padding: 0px 0 24px 0px;
        margin-bottom: 24px;
    }

        .card-career .fx-title-careers button {
            color: var(--mainColor);
            height: 60px;
            padding: 0 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0.5px solid var(--mainColor);
            border-radius: 88px;
            background-color: transparent;
        }

        .card-career .fx-title-careers h4 {
            font-family: 'Poppins Medium' !important;
            font-size: 26px;
            font-weight: 500;
            line-height: normal;
            color: #000000;
            width: 60%;
        }

        .card-career .fx-title-careers button:hover {
            background: var(--mainColor);
            color: #fff;
        }

    .card-career .fx-sections-careers {
        gap: 24px;
    }

        .card-career .fx-sections-careers h6 {
            color: #A2A2A2;
            font-size: 18px;
            font-weight: 400;
            line-height: 40px;
            margin-bottom: 0px;
        }

        .card-career .fx-sections-careers p {
            color: #000000;
            font-size: 22px;
            font-weight: 400;
            line-height: 40px;
            margin-bottom: 0px;
        }

    .card-career .date-div {
        gap: 185px
    }

    .card-career .attachments-div-files {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

        .card-career .attachments-div-files .attachments-file {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding: 10px 24px;
            border: 0.5px solid var(--mainColor);
            border-radius: 8px;
        }

            .card-career .attachments-div-files .attachments-file span {
                color: #000000;
                font-size: 20px;
                font-weight: 400;
                line-height: 40px;
            }

.apply-modal .modal-body {
    padding: 24px 32px;
}

.apply-modal .fx-title-modal {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

    .apply-modal .fx-title-modal h4 {
        font-family: 'Poppins Medium' !important;
        font-size: 26px;
        font-weight: 500;
        line-height: 45px;
        color: #000000;
        margin-bottom: 0px;
    }

    .apply-modal .fx-title-modal .close-btn {
        cursor: pointer;
    }

.form-group {
    margin-bottom: 24px;
}

    .form-group label {
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #A2A2A2;
        margin-bottom: 0px;
    }

    .form-group .input-public {
        height: 80px;
        border-radius: 9px;
        background: #F6F6F6;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #000000;
    }

    .form-group .form-control {
        box-shadow: none !important;
        padding: 0px 24px;
        border: none;
    }

        .form-group .form-control:focus {
            background: #F6F6F6;
        }

    .form-group .input-public::placeholder {
        color: #8C8C8C;
    }

    .form-group .fx-input-public {
        height: 80px;
        border-radius: 9px;
        background: #F6F6F6;
        padding: 0px 24px;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #000000;
        cursor: pointer;
        cursor: pointer;
    }

.apply-modal .fx-input-public input {
    border: none;
    height: 100%;
    background: transparent;
    padding: 0px !important;
    cursor: pointer;
}

.form-group textarea {
    min-height: 170px;
    max-height: 100%;
    border-radius: 9px;
    background: #F6F6F6;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
    padding: 24px !important;
}

    .form-group textarea::placeholder {
        color: #8C8C8C;
    }

.apply-modal .fx-input-public input::placeholder {
    color: #8C8C8C
}

.btn-submit {
    height: 60px;
    background: var(--mainColor);
    padding: 10px 64px;
    color: #FFFFFF;
    border-radius: 88px;
    float: right;
}
/* Section Content */
.section-content {
    margin: auto;
    width: 1350px;
}

.section-content1 img {
    width: 100%;
    margin-bottom: 48px;
    object-fit: cover;
    height: 512.65px;
    border-radius: 16px;
}

.section-content h6 {
    padding: 0 34px;
    height: 40px;
    border-radius: 110px;
    background: #C7E8ED;
    text-align: center;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mainColor);
    margin-bottom: 16px;
}

.section-content .fx-content-texts {
    gap: 16px;
    margin-bottom: 24px;
}

    .section-content .fx-content-texts span {
        color: #0496A7;
        text-transform: capitalize;
    }
/* Contact Page */
.section-contact {
    margin: auto;
    width: 1350px;
}

    .section-contact .fx-contact {
        gap: 46px;
        background-color: #fff;
        padding: 47px;
    }

    .section-contact .form-contact {
        margin-top: 48px;
    }

    .section-contact .fx-contact-one {
        width: 700.76px;
    }

        .section-contact .fx-contact-one .fx-mobile {
            gap: 8px;
        }

            .section-contact .fx-contact-one .fx-mobile .dropdown-numberCountry {
                height: 80px;
                border-radius: 9px;
                background: #F6F6F6;
                font-size: 18px;
                font-weight: 400;
                line-height: 40px;
                color: #000000;
                position: relative;
                width: 140px;
                color: #8C8C8C;
                cursor: pointer;
            }

                .section-contact .fx-contact-one .fx-mobile .dropdown-numberCountry .list-country-number {
                    position: absolute;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    display: none;
                    background: #F6F6F6;
                    width: 100%;
                    height: max-content;
                    gap: 4px;
                    padding: 8px 0px 0px 0px;
                    box-shadow: 0px 10px 54px #D9D9D9;
                }

                    .section-contact .fx-contact-one .fx-mobile .dropdown-numberCountry .list-country-number span {
                        border-bottom: 1px solid #D9D9D9;
                        width: 100%;
                        text-align: center;
                    }

                .section-contact .fx-contact-one .fx-mobile .dropdown-numberCountry .drop-show {
                    gap: 16px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                }

    .section-contact .fx-contact-two {
        position: relative;
    }

    .section-contact .fx-contact-one textarea {
        height: 215.67px;
    }

    .section-contact .fx-contact-two .img-background-contact {
        width: 100%;
        height: 1007.85px;
        object-fit: cover;
    }

    .section-contact .fx-contact-two .fx-contact-detail {
        gap: 24px;
        position: absolute;
        bottom: 48px;
        left: 0px;
        padding: 0 50px !important;
        width: 100%;
    }

    .section-contact .fx-contact-two .contact-detail {
        width: 100%;
    }

        .section-contact .fx-contact-two .contact-detail h6 {
            font-family: 'Poppins Medium' !important;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            color: #FFFFFF;
            margin-bottom: 20px;
            padding-bottom: 24px;
            border-bottom: 1px solid #fff;
        }

        .section-contact .fx-contact-two .contact-detail .fx-contact-texts {
            gap: 8px;
            margin-bottom: 20px;
        }

            .section-contact .fx-contact-two .contact-detail .fx-contact-texts p {
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                color: #FFFFFF;
                margin-bottom: 0px;
            }

        .section-contact .fx-contact-two .contact-detail a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 56px;
            padding: 0 32px;
            border-radius: 60px;
            border: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            transition: 0.3s;
        }

            .section-contact .fx-contact-two .contact-detail a:hover {
                transform: scale(0.9);
            }
/* Section FAQ */
.section-FAQ {
    margin: auto;
    width: 1350px;
    margin-bottom: 75px;
}

    .section-FAQ .sty-address {
        text-transform: capitalize;
        margin-bottom: 32px;
    }

    .section-FAQ .fx-faq {
        gap: 32px;
    }

        .section-FAQ .fx-faq .fx-faq-box {
            padding: 32px 48px;
            background: #FFFFFF;
            box-shadow: 0 10px 54px 0 rgba(0, 0, 0, 0.1);
            width: 100%;
        }

            .section-FAQ .fx-faq .fx-faq-box .fx-faq-box-title {
                cursor: pointer;
            }

                .section-FAQ .fx-faq .fx-faq-box .fx-faq-box-title h5 {
                    font-family: 'Poppins SemiBold' !important;
                    font-weight: 600;
                    font-size: 20px;
                }

            .section-FAQ .fx-faq .fx-faq-box p {
                font-size: 20px;
                padding-top: 24px;
                margin-top: 24px;
                border-top: 1px solid #BFBFBF;
                font-family: 'Poppins Medium' !important;
                font-weight: 500;
            }

            .section-FAQ .fx-faq .fx-faq-box p {
                display: none; /* Ensure it is hidden by default */
                transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
                overflow: hidden;
                max-height: 0;
                opacity: 0;
            }

                .section-FAQ .fx-faq .fx-faq-box p.visible {
                    display: block;
                    max-height: 500px; /* Adjust based on the content height */
                    opacity: 0.7; /* Set the desired opacity when visible */
                }

.rotated {
    transition: transform 0.5s ease-out;
    transform: rotate(180deg);
}

.section-FAQ .fx-faq-box img {
    transition: transform 0.5s ease-out;
}
/* Login Page */
.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-page .login-background {
        width: 797.08px;
        height: 100%;
        object-fit: cover;
    }

    .login-page .login-content {
        width: 822px;
        padding: 0 96px;
    }

        .login-page .login-content .logo-login {
            margin-bottom: 32px;
        }

        .login-page .login-content h5 {
            font-family: 'Poppins SemiBold' !important;
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;
            color: #231F20;
            margin-bottom: 8px;
        }

        .login-page .login-content p {
            margin-bottom: 0px;
        }

        .login-page .login-content .form-login {
            border-top: 1px solid #BFBFBF;
            margin-top: 32px;
            padding-top: 32px;
            display: flex;
            align-items: start;
            justify-content: start;
            gap: 24px;
            flex-direction: column;
            width: 100%;
        }

            .login-page .login-content .form-login .form-set {
                width: 100%;
            }

                .login-page .login-content .form-login .form-set label {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 40px;
                    color: #8C8C8C;
                }

                .login-page .login-content .form-login .form-set input {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 40px;
                    color: #000000;
                    padding: 0px 24px;
                }

                    .login-page .login-content .form-login .form-set input:focus-visible {
                        border: 1px solid #BFBFBF;
                        box-shadow: none;
                    }

                    .login-page .login-content .form-login .form-set input::placeholder {
                        color: #8C8C8C;
                    }

                .login-page .login-content .form-login .form-set .input-email {
                    border: 1px solid #BFBFBF;
                    height: 80px;
                    background: #ffffff;
                    border-radius: 9px;
                }

                .login-page .login-content .form-login .form-set .fx-password-login {
                    border: 1px solid #BFBFBF;
                    height: 80px;
                    background: #ffffff;
                    border-radius: 9px;
                    padding: 0 24px;
                }

                    .login-page .login-content .form-login .form-set .fx-password-login img {
                        cursor: pointer;
                    }

                    .login-page .login-content .form-login .form-set .fx-password-login input {
                        background: none;
                        border: none;
                        height: 100%;
                        padding: 0px;
                    }

            .login-page .login-content .form-login .fx-remeber {
                width: 100%;
            }

            .login-page .login-content .form-login .fx-remeber-checkbox {
                gap: 16px;
                cursor: pointer;
            }

                .login-page .login-content .form-login .fx-remeber-checkbox input {
                    width: 30px;
                    height: 30px;
                    border-radius: 6px;
                    border-color: #BFBFBF;
                    cursor: pointer
                }

                .login-page .login-content .form-login .fx-remeber-checkbox label,
                .login-page .login-content .form-login .fx-remeber a {
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 40px;
                    cursor: pointer;
                    text-decoration: none;
                }

            .login-page .login-content .form-login .fx-remeber a {
                color: var(--mainColor)
            }

            .login-page .login-content .form-login .fx-remeber-checkbox label {
                color: #000000;
            }

            .login-page .login-content .form-login .btn-submit {
                width: 100%;
                font-size: 24px;
            }

@media (min-width: 1000px) {
    .apply-modal .modal-dialog {
        max-width: 1151px;
    }
}

@media (min-width:1700px) {
    .text-nav {
        font-size: 20px;
    }

    .section-categories,
    .section-about,
    .section-latest-news,
    footer .fx-footer,
    .section-categories-products,
    .section-product-detail,
    .section-ourTeam,
    .section-careers,
    .about-content, .message-content,
    .section-page-about .mission-content .mission-content-texts,
    .section-content,
    .section-contact,
    .section-FAQ {
        width: 1525px;
    }

    .nav-width {
        width: 100%;
    }

    .menu-links .text-nav {
        font-size: 20px;
    }

    .banner__slider .slide .slide__content--headings .title {
        font-size: 60px;
    }

    .banner__slider .slide .slide__content--headings .top-title {
        font-size: 32px;
    }

    .sty-text {
        font-size: 24px !important;
    }

    footer .fx-footer .links-footer a {
        font-size: 20px;
    }

    .section-product-detail .product-detail-images {
        margin-top: -120px;
    }

    .card-ourTeam .sty-Subtext {
        font-size: 16px;
        line-height: 32px;
    }

    .card-ourTeam .sty-text {
        font-size: 24px;
    }

    .section-product-detail .product-detail-description .fx-product-detail-texts p {
        font-size: 26px;
    }

    .message-content img {
        width: 648.03px;
    }

    .section-page-about h3 {
        font-size: 48px;
    }

    .section-page-about p {
        font-size: 24px;
        line-height: 40px;
    }

    .section-contact .fx-contact-one {
        width: 752.76px;
    }

    .section-FAQ .fx-faq .fx-faq-box p,
    .section-FAQ .fx-faq .fx-faq-box .fx-faq-box-title h5 {
        font-size: 24px;
    }

    .login-page .login-content {
        width: 922px;
    }

    .login-page .login-background {
        width: 850.08px;
    }
}

@media (min-width:1710px) {
    .section-categories,
    .section-about,
    .section-latest-news,
    footer .fx-footer,
    .section-categories-products,
    .section-product-detail,
    .section-ourTeam,
    .about-content, .message-content,
    .section-page-about .mission-content .mission-content-texts,
    .section-careers,
    .section-content,
    .section-contact,
    .section-FAQ {
        width: 1739px;
    }

        .section-product-detail .product-detail-images .fx-product-detail-images {
            gap: 32px;
        }

        .section-product-detail .product-detail-images .product-detail-main {
            width: fit-content !important;
        }

        .section-product-detail .fx-product-detail {
            gap: 120px;
        }

        .section-contact .fx-contact-one {
            width: 852.76px;
        }

    .login-page .login-background {
        width: 1007.08px;
    }
}

@media (min-width: 2000px) {
    .banner__slider {
        width: 1739px;
        margin: auto;
    }

    .nav-width {
        width: 100% !important;
        margin: auto;
        padding: 28px 150px;
    }

    .nav-width {
        left: 50%;
        top: 0%;
        transform: translate(-50%,0);
    }

    .slider, .slide {
        height: 96vh !important
    }

    .text-nav {
        font-size: 20px;
    }

    .section-contact .fx-contact-one {
        width: 852.76px;
    }
}

@media (min-width: 2200px) {
    .slider, .slide {
        height: 80vh !important
    }

    .nav-width {
        width: 1790px !important;
        margin: auto;
        padding: 32px 35px;
    }
}

@media (min-width: 2800px) {
    .slider, .slide {
        height: 72vh !important
    }
}

@media (min-width: 2900px) {
    .slider, .slide {
        height: 60vh !important
    }
}

@media (min-width: 3100px) {
    .slider, .slide {
        height: 32vh !important
    }
}
/* max width */
@media (max-width:1400px) {
    .section-categories,
    .section-about,
    .section-latest-news,
    footer .fx-footer,
    .section-categories-products,
    .section-product-detail,
    .section-ourTeam,
    .about-content, .message-content,
    .section-page-about .mission-content .mission-content-texts,
    .section-careers,
    .section-content,
    .section-contact,
    .section-FAQ {
        width: 100%;
        padding: 0 36px;
    }

        .section-product-detail .product-detail-images .product-detail-main {
            width: 436.91px;
            height: 336.77px;
        }

        .section-product-detail .product-detail-images .fx-product-detail-images img {
            width: 150.69px;
            height: 100px;
        }

    .login-page .login-content {
        padding: 80px;
    }

    .login-page .login-background {
        width: 700.08px;
        height: 140vh;
    }

    main .cards-categories .card-categorie h6 {
        font-size: 17px;
    }

    main .cards-categories .card-categorie .card-categorie-content img {
        width: 50px;
        height: 50px;
    }

    main .cards-categories .card-categorie .card-categorie-content {
        min-height: 80px;
    }

    .card-categorie-hover .text-categories-toggle p {
        line-height: normal;
    }

    .cards-categories .card-categorie .card-categorie-content {
        padding: 8px 16px;
    }

    .section-latest-news .card-latest-news img {
        height: 300px;
    }

    .card-career .fx-title-careers h4 {
        font-size: 22px;
    }

    .card-career .fx-sections-careers p {
        font-size: 20px;
    }

    .card-career .fx-sections-careers h6 {
        font-size: 16px;
    }

    .card-career .fx-title-careers button {
        padding: 0 22px;
        font-size: 18px;
    }

    .card-career .fx-title-careers button {
        height: 40px;
    }

    .card-career .attachments-div-files .attachments-file {
        padding: 10px 16px;
    }

        .card-career .attachments-div-files .attachments-file span {
            font-size: 18px;
        }
}

@media (max-width:1300px) {
    .section-about {
        height: 100%;
        padding: 80px 0px;
    }

    footer .fx-footer .links-footer {
        display: none !important;
    }

    .section-product-detail .fx-product-detail {
        align-items: center;
        flex-direction: column;
        justify-content: start;
        gap: 90px;
    }

    .product-detail-description {
        order: 2;
    }

    .product-detail-images {
        order: 1;
    }

    .section-product-detail .product-detail-images {
        margin-top: 0px;
    }

    .section-contact .fx-contact {
        flex-direction: column;
    }

        .section-contact .fx-contact .fx-contact-one {
            order: 2;
            width: 100%;
        }

        .section-contact .fx-contact .fx-contact-two {
            order: 1;
        }

    .section-contact .fx-contact-two .img-background-contact {
        height: 760px;
    }

    .section-contact .fx-contact-two .fx-contact-detail {
        flex-direction: column;
        padding: 0 16px;
    }

    .section-contact .fx-contact {
        padding: 0px;
    }

    .section-contact .fx-contact-two .contact-detail {
        width: 100%;
    }

    .section-contact .form-contact {
        margin-top: 16px;
    }

    .section-contact {
        margin-bottom: 48px;
    }

        .section-contact .form-group {
            margin-bottom: 16px;
        }

        .section-contact .fx-contact-two .contact-detail .fx-contact-texts img {
            width: 40px;
        }

        .section-contact .fx-contact-two .contact-detail .fx-contact-texts p {
            font-size: 14px;
        }

        .section-contact .fx-contact-two .contact-detail .fx-contact-texts {
            margin-bottom: 12px;
        }

        .section-contact .fx-contact-two .contact-detail a {
            height: 50px;
            padding: 0 24px;
            font-size: 14px;
        }

            .section-contact .fx-contact-two .contact-detail a img {
                width: 20px;
            }

        .section-contact .fx-contact-two .contact-detail h6 {
            margin-bottom: 16px;
            padding-bottom: 16px;
        }

    .login-page .login-content {
        padding: 80px;
    }

    .login-page .login-background {
        width: 600.08px;
        height: 155vh;
    }

    main .cards-categories .card-categorie h6 {
        font-size: 16px;
    }

    main .cards-categories .card-categorie .card-categorie-content img {
        width: 40px;
        height: 40px;
    }

    main .cards-categories .card-categorie .card-categorie-content {
        min-height: 70px;
    }

    .card-categorie-hover .text-categories-toggle p {
        line-height: normal;
    }

    .section-latest-news .card-latest-news img {
        height: 250px;
    }

    .card-career .fx-title-careers button {
        height: 50px;
    }

    .card-career .fx-title-careers h4 {
        font-size: 20px;
    }

    .card-career .fx-sections-careers p {
        font-size: 18px;
    }

    .card-career .fx-sections-careers h6 {
        font-size: 15px;
    }

    .card-career .attachments-div-files .attachments-file span {
        font-size: 16px;
    }
}

@media (max-width:1150px) {
    .banner__slider {
        top: -110px;
    }

    .flex-head img {
        height: 50px;
    }

    .main-top {
        padding-top: 100px;
    }

    .fx-title-page {
        margin-bottom: 32px;
        align-items: start;
    }

    .message-content {
        flex-direction: column;
        gap: 32px;
    }

        .message-content img {
            order: 1;
            width: 100%;
        }

        .message-content .message-content-texts {
            order: 2;
        }

    .login-page .login-background {
        display: none;
    }

    .login-page .login-content {
        width: 100%;
        padding: 32px;
    }
}

@media (max-width:1000px) {

    .banner__slider .slide .slide__img img {
        height: 680.82px;
        object-fit: cover;
    }

    .sty-address {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .sty-text {
        font-size: 14px;
        line-height: 24px;
    }

    .sty-text20 {
        font-size: 14px;
        line-height: normal;
    }

    .sub-fx {
        margin-bottom: 24px;
    }

    .show-all {
        display: none;
    }

    .border-green {
        width: 27px;
    }

    .section-categories, .section-about,
    .section-latest-news, footer .fx-footer,
    .section-categories-products, .section-product-detail, .about-content, .message-content,
    .section-page-about .mission-content .mission-content-texts,
    .section-ourTeam,
    .section-careers,
    .section-content,
    .section-contact,
    .section-FAQ {
        padding: 0 24px;
    }

    .cards-categories .card-categorie .card-categorie-content {
        min-height: 44.06px;
        max-height: 100%;
        padding: 0 8px;
    }

    main .cards-categories .card-categorie h6 {
        font-size: 13px;
    }

    main .cards-categories .card-categorie .card-categorie-content img {
        width: 25.6px;
        height: 25px;
        object-fit: contain;
    }

    .section-categories {
        margin: -40px auto 64px auto;
    }

    .section-about {
        padding: 48px 24px;
        margin-bottom: 64px;
    }

        .section-about .section-about-text {
            gap: 24px;
        }

            .section-about .section-about-text button {
                width: 193px;
                height: 40px;
                gap: 10px;
            }

    .cards-categories .card-categorie img {
        height: 113.25px;
        width: 100%;
    }

    .section-latest-news .card-latest-news img {
        height: 157.31px;
    }

    .section-latest-news {
        margin-bottom: 64px;
    }

        .section-latest-news .card-latest-news h6 {
            line-height: 16px;
        }

        .section-latest-news .card-latest-news p {
            font-size: 10px;
            line-height: 16px;
        }

    footer {
        height: 79.04px;
    }

        footer .images-footer {
            gap: 9.7px;
        }

            footer .images-footer img {
                width: 20.16px;
            }

    .show-all-mb {
        display: block;
    }

    .section-categories-products .fx-title-categories-products-line {
        gap: 8px;
    }

    .categories-products-cards img {
        height: 120px;
    }

    .categories-products-cards .categories-products-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .categories-products-cards .categories-products-text {
        padding: 12px 10px;
    }

    .section-categories-products .fx-name-categories span {
        line-height: 45px;
    }

    .cards-landingPage:nth-child(n+3) {
        display: none;
    }

    .main {
        padding-bottom: 0px;
    }

    .card-categorie-hover {
        height: 180px;
    }

        .card-categorie-hover .text-categories-toggle p {
            font-size: 10px;
            line-height: 16px;
        }

    .section-product-detail .fx-product-detail {
        align-items: start;
        flex-direction: column;
    }

    .section-product-detail .product-detail-images .product-detail-main {
        width: 100%;
        height: 100%;
    }

    .section-product-detail .product-detail-images .fx-product-detail-images img {
        width: 90px;
        height: 100%;
    }

    .section-product-detail .fx-product-detail {
        gap: 32px;
    }

    .main-product-detail {
        padding-top: 1rem;
        padding-bottom: 48px;
    }

    .section-product-detail .product-detail-description .fx-product-detail-texts p {
        font-size: 16px;
    }

    .section-product-detail .product-detail-shadow {
        padding: 20px
    }

    .section-product-detail .product-detail-images {
        margin-top: 0px;
    }

    .card-ourTeam img {
        height: 142px;
    }

    .card-ourTeam .sty-text {
        font-size: 16px;
    }

    .card-ourTeam .sty-Subtext {
        font-size: 11px;
        line-height: 16px;
    }

    .section-careers {
        margin-bottom: 32px;
    }

    .card-career {
        padding: 24px 16px;
    }

        .card-career .fx-title-careers h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .card-career .fx-title-careers button {
            height: 45px;
            width: max-content;
            font-size: 16px;
        }

        .card-career .date-div {
            gap: 24px;
        }

        .card-career .fx-sections-careers h6 {
            font-size: 14px;
        }

        .card-career .fx-sections-careers p {
            font-size: 16px;
        }

        .card-career .fx-sections-careers p {
            line-height: 24px;
        }

        .card-career .attachments-div-files {
            gap: 8px;
        }

            .card-career .attachments-div-files .attachments-file {
                gap: 8px;
                padding: 4px 8px;
            }

                .card-career .attachments-div-files .attachments-file span {
                    font-size: 12px;
                }

                .card-career .attachments-div-files .attachments-file img {
                    width: 20px;
                }

    .form-group .input-public,
    .apply-modal .fx-input-public {
        height: 50px;
    }

    .apply-modal .fx-input-public,
    .form-group .form-control {
        padding: 0 12px;
        font-size: 14px;
    }

        .apply-modal .fx-input-public img {
            width: 20px;
        }

    .btn-submit {
        height: 50px;
        padding: 10px 48px;
    }

    .apply-modal .fx-title-modal h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .form-group label {
        font-size: 16px;
    }

    .form-group textarea {
        padding: 0 12px !important;
    }

    .section-page-about {
        margin-bottom: 62px;
    }

        .section-page-about h3 {
            font-size: 23px;
            line-height: 35px;
            margin-bottom: 24px;
        }

        .section-page-about p {
            font-size: 14px;
            line-height: 30px;
            text-align: justify;
        }

        .section-page-about .mission-content {
            padding: 45px 0px;
            margin: 32px 0px;
        }

    .gal {
        column-count: 2;
    }

    .section-content1 img {
        height: 230.85px;
        margin-bottom: 32px;
        border-radius: 8px;
    }

    .section-content1 {
        padding-bottom: 36px;
    }

    .section-content h6 {
        padding: 0 24px;
    }

    .section-content .fx-content-texts {
        gap: 4px;
        flex-wrap: wrap;
    }

    .section-FAQ .fx-faq .fx-faq-box {
        padding: 24px 16px;
    }

        .section-FAQ .fx-faq .fx-faq-box .fx-faq-box-title h5 {
            font-size: 14px;
        }

        .section-FAQ .fx-faq .fx-faq-box p {
            font-size: 14px;
            margin-top: 16px;
            padding-top: 16px;
        }

    .section-FAQ .fx-faq-box img {
        width: 40px;
    }

    .section-FAQ .fx-faq {
        gap: 24px;
    }

    .section-FAQ .sty-address {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .login-page .login-content {
        width: 100%;
        padding: 24px;
    }

        .login-page .login-content .logo-login {
            width: 100%;
        }

        .login-page .login-content .form-login .form-set .input-email,
        .login-page .login-content .form-login .form-set .fx-password-login {
            height: 60px;
        }

        .login-page .login-content .form-login .form-set .fx-password-login,
        .login-page .login-content .form-login .form-set input {
            padding: 0 16px;
        }

        .login-page .login-content .form-login .form-set input {
            font-size: 15px;
        }

        .login-page .login-content .form-login .fx-remeber-checkbox label, .login-page .login-content .form-login .fx-remeber a {
            font-size: 14px;
        }

        .login-page .login-content .form-login .fx-remeber-checkbox input {
            width: 20px;
            height: 20px;
        }

        .login-page .login-content .form-login .fx-remeber-checkbox {
            gap: 8px;
        }

        .login-page .login-content .form-login .btn-submit {
            font-size: 20px;
        }

    .section-contact .fx-contact-one .fx-mobile .dropdown-numberCountry {
        font-size: 14px;
        height: 50px;
    }
}

@media (max-width:1100px) {
    .main-top {
        padding-top: 10px;
    }
}
