/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-width : 1024px) {
    

}

@media only screen 
and (min-width : 1200px) {

    .container {
        max-width: 1190px;
    }      

}

@media only screen 
and (min-width : 1400px) {

    .container {
        max-width: 1200px;
    }    

}

@media only screen 
and (min-width : 1600px) {

    .container {
        max-width: 1300px;
    }       

}

@media only screen 
and (min-device-width : 1200px) 
and (max-device-width : 1399px) {
    .wrapper-menu ul#menu-main>li>a {
        padding: 10px 15px;
        font-size: 14px;
    }
}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
    form.woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100% !important;
        margin-top: 30px;
    }

    .woocommerce table.shop_table tr.cart_item td .quantity {
        position: relative;
        top: 15px;
    }

    div#customer_details {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    form.checkout.woocommerce-checkout {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    div#order_review {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
        margin-bottom: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(3) {
        border: none;
    }

    table.shop_table.shop_table_responsive.cart td.product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-us-img img {
        padding: 0;
    }

    .services-box {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .legal-left {
        padding-right: 0;
    }

    .footer-block.footer-link {
        padding: 0;
    }

    .footer-block.footer-about-us {
        margin-bottom: 3rem;
        text-align: center;
    }

    /* Hàng 1: 2-1-1 */
    .services-item:nth-child(1) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(2) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(3) { -ms-grid-column-span: 1; grid-column: span 1; }

    /* Hàng 2: 1-2-1 */
    .services-item:nth-child(4) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(5) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(6) { -ms-grid-column-span: 1; grid-column: span 1; }

    .services-item-thumb a img {
        aspect-ratio: 2/1.4;
        -o-object-fit: cover;
           object-fit: cover;
    }

    .page-contact_main_info ul li span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
                flex: 0 0 45px;
    }

    .v-post-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .v-post-items-thumb>a>img {
        aspect-ratio: 2/1.4;
    }

    .v-post-content {
        height: 27rem !important;
        min-height: 27rem;
    }

    .v-post-items>div {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }

    .v-post-box {
        padding: 0;
    }

    .about-post-content>h1 {
        padding: 0;
    }

    section.slide-home .owl-item img {
        height: 350px;
    }


}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {

    body {
        font-size: 1.4rem;
    }

    h2.header-page-title, h1.v-title-single-post {
        font-size: 20px;
    }

    
    form.woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100% !important;
        margin-top: 30px;
    }

    .woocommerce table.shop_table tr.cart_item td {
        line-height: 3;
        font-weight: normal;
        font-size: 14px;
    }


    div#customer_details {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    form.checkout.woocommerce-checkout {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    div#order_review {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-top: 30px;
    }

    p#billing_phone_field, p#billing_email_field {
        width: 100%;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(2n) {
        border: none;
    }

    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 15px;
        padding: 30px 15px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(5) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }

    .v-blog-thumb>a>img,.v-blog-list-3 a.link-thumb img {
        height: 220px !important;
    }

    h3.v-blog-title {
        margin: 15px 0;
    }
    .breadcrumb-style {
        display: none;
    }

    table.shop_table.shop_table_responsive.cart td.product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-us-img img {
        padding: 0;
    }

    section.about-us .container>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    ul.about-us-content-exp>li {
        margin-top: 0;
    }

    ul.about-us-content-exp {
        margin-bottom: 3rem;
    }

    .about-us-content {
        margin-top: 0;
    }

    .about-us-content>span {
        font-size: 13px;
    }

    .about-us-content>h2 {
        font-size: 24px;
    }

    section.products-home>.container>.row>div:nth-of-type(odd),
    section.products-tly>.container>.row>div:nth-of-type(odd) {
        padding-right: 5px;
    }

    section.products-home>.container>.row>div:nth-of-type(even),
    section.products-tly>.container>.row>div:nth-of-type(even) {
        padding-left: 5px;
    }

    /* Hàng 1: 2-1-1 */
    .services-item:nth-child(1) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(2) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(3) { -ms-grid-column-span: 1; grid-column: span 1; }

    /* Hàng 2: 1-2-1 */
    .services-item:nth-child(4) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(5) { -ms-grid-column-span: 1; grid-column: span 1; }
    .services-item:nth-child(6) { -ms-grid-column-span: 1; grid-column: span 1; }

    .services-box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .services-item-thumb a img {
        aspect-ratio: 2/1.4;
        -o-object-fit: cover;
           object-fit: cover;
    }

    div#owl-brand {
        max-width: 100%;
    }

    .title-home>h2 {
        font-size: 2.8rem;
    }

    .products-home-btn>a {
        font-size: 12px;
        padding: 8px 15px;
    }

    .newsletter-form>h3 {
        font-size: 2.2rem;
    }

    .newsletter-form-main form p input.wpcf7-text {
        width: 200px;
        font-size: 13px;
    }

    .newsletter-form-main form p input.wpcf7-submit {
        width: 100px;
        font-size: 13px;
    }

    .footer-block.footer-link {
        padding: 0;
        margin: 3rem 0;
    }
    .footer-block.footer-contact {
        margin-bottom: 3rem;
    }

    .copyright p {
        font-size: 12px;
    }

    .legal-left {
        padding: 0;
        margin-bottom: 3rem;
    }

    .legal-left p {
        font-size: 14px;
    }

    section.about-us, section.services, section.legal, section.products-tly {
        padding: 3rem 0;
    }

    section.brand {
        padding-bottom: 3rem;
    }

    .title-home {
        margin-bottom: 2rem;
    }

    .page-contact_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .page-contact_main_info ul li span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45px;
                flex: 0 0 45px;
    }

    .page-contact_main_map {
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
    }

    .page-contact_main_map iframe {
        width: revert-layer;
        height: 320px;
    }

    .page-contact_main_info ul li:last-child {
        margin-bottom: 0;
    }

    .page-contact_main_info {
        padding: 4rem 3rem;
    }

    .page-contact_main_info__right h4 {
        font-size: 16px;
    }

    .page-contact_form>h3, .page-contact_info>h2 {
        font-size: 2.2rem;
        padding: 0 30px;
    }

    .v-post-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .v-post-items-thumb>a>img {
        aspect-ratio: 2/1.4;
    }

    .v-post-items>div {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        height: auto;
    }

    .v-post-content {
        padding: 25px 20px;
    }

    .v-content-single-post h1 {
        font-size: 20px;
    }

    .v-content-single-post h2 {
        font-size: 18px;
    }

    .v-content-single-post h3 {
        font-size: 16px;
    }

    .v-post-box {
        padding: 0;
    }

    .wrapper-archive>.container>.row>div:nth-of-type(odd) {
        padding-right: 5px;
    }

    .wrapper-archive>.container>.row>div:nth-of-type(even) {
        padding-left: 5px;
    }

    .woocommerce div.product .product_title {
        font-size: 22px;
    }

    .summary.entry-summary p.price span {
        font-size: 16px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 13px;
    }

    .product_contact_btn>a {
        font-size: 13px;
    }

    section.bg-breadcrumb {
        padding: 5rem 0;
    }

    .about-post-content>h1 {
        padding: 0;
        font-size: 2.2rem;
    }

    section.slide-home .owl-item img {
        height: 165px;
    }

    div#slide-home-pc .owl-nav button {
        width: 35px;
        height: 35px;
    }

    div#slide-home-pc .owl-nav button svg {
        font-size: 20px;
    }


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    


}

/*=============== END MOBILE < 320px====================*/