    /* Responsive */

    @media (min-width: 1400px) {}

    @media (max-width: 1366px) {}

    @media (max-width: 1024px) {

        .about-us-image {
            padding: 0px 5px;
            position: relative;
            text-align: center;
        }

        .menu {
            display: none;
        }
        .header-logo-3 {
        }
        .title-about-us span {
            font-size: 35px;
        }

        .wrap-about-us {
            padding-top: 0px;
        }
        .pricelist-name {
        font-size: 35px;
        padding-top: 15px;
        }
        .about-us-sub-name-2 {

            font-size: 19px;
        }
        .pricelist-box {
            padding: 0px 20px 20px 20px;
            margin-top: 60px;
            margin-bottom: 40px;
            background: #EA6E64;
            border-top-right-radius: 100px;
        }
        .box-left-form {
            padding: 20px 20px;
            text-align: center;
            margin-bottom: 20px;
            background: white;
        }
        .fixed {
            position: fixed;
            background:var(--color-social) ;
            top: 0;
            left: 0;
            padding: 0px 0;
            width: 100%;
            z-index: 999;
        }
        .title-main span {
            color: var(--color-main);
            text-align: center;
            font-family: Oswald;
            font-size: 30px;
            font-style: normal;
            font-weight: 600;
            /* line-height: 30px; */
            text-transform: uppercase;
        }
        .box-about-more-info {
            background: #DB161D;
            position: relative;
            min-width: 200px;
            min-height: 200px;
            padding: 11px;
            z-index: 2;
            bottom: 0;
            color: white;
            left: 0;
        }.slogan-main span {
            padding: 5px 15px;
            border: unset;
        }
        .footer-news {
            /* text-align: center; */
            margin-bottom: 25px;
        }
        .menu-res {
            display: block;
        }

        .padding-main {
            padding: 20px 0;
        }

        .padding-top-main {
            padding: 20px 0 0 0;
        }

        .comment-item-information {
            width: 100%;

        }

        .price-procart {
            display: none;
        }

        .procart-label {
            font-size: 13px;
        }

        .procart-label .quantity-procart p:first-child {
            display: block;
        }

        .procart-label .quantity-procart p:first-child {
            display: none;
        }

        .comment-item-name {
            margin-bottom: 0px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .comment-item-letter {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 13px;
            margin-bottom: 0;
        }

        .comment-item-poster {
            width: auto;
            margin-right: 0px;
            margin-bottom: 0.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .comment-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .procart-label .quantity-procart p:last-child {
            display: none;
        }

        .procart-label .quantity-procart p:last-child {
            display: block;
        }

        .quantity-procart {
            text-align: right;
        }

        .price-procart-rp {
            display: block;
        }

        .top-cart {
            margin-bottom: 2rem;
        }

        .cart-pro-detail a {
            width: 100%;
        }

        .cart-pro-detail a:first-child {
            margin-right: 0px;
            margin-bottom: 0.5rem;
        }

        .cart-pro-detail a i {
            display: none;
        }
    }

    @media (max-width: 600px) {
        .news .news-image {
            margin-bottom: 1rem;
        }

        .name-procart a {
            font-size: 13px;
        }
    }

    @media (max-width: 425px) {}

    @media (max-width: 375px) {}