@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {}

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

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    /* Privacy */
    .policy-cover {
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
    }
    .policy-cover .policy-cover__title {
        margin-top: 30px;
    }
    .policy-cover .policy-cover__title p {
        font-size: 25px;
        width: 200px;
    }
    /* End Privacy  */
    .banner-product-image {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /* Contact */
    .contact-our {
        position: unset;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .form-respone div {
        padding: 0;
    }
    /* End Contact */
    /* Join Us */
    .text-banner-joinus {
        font-size: 29px;
        line-height: 34px;
    }
    .text-banner-joinus2 {
        font-size: 19px;
        line-height: 31px;
    }
    /* End Join Us */
    /* Privacy */
    .policy-cover {
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
    }
    .policy-cover .policy-cover__title {
        margin-top: 30px;
    }
    .policy-cover .policy-cover__title p {
        font-size: 15px;
        width: 150px;
    }
    /* End Privacy  */
    /* Product */
    .product-detail .vector {
        display: block;
    }
    .product-detail .vector-design__text h3 {
        font-size: 25px;
    }
    .product-detail .vector .vector-store {
        margin-top: 10px;
        gap: 0 16px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .product-detail .vector .vector-store img:first-child {
        margin-bottom: 0;
    }
    .contact #contact-form .btn-default1 {
        display: inline-block;
        margin-bottom: 30px;
    }
    .page-serviceWatering {
        padding-bottom: 0px;
    }
    /* End Product */
    .banner-product-image {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    /* Join Us */
    .text-banner-joinus {
        font-size: 29px;
        line-height: 34px;
    }
    .text-banner-joinus2 {
        font-size: 19px;
        line-height: 31px;
    }
    /* End Join Us */
    /* Privacy  */
    .policy-cover {
        margin-top: 30px;
    }
    /* End Privacy  */
}