
/*small pc*/
@media screen and (max-width: 1600px) {
    body, html {
        font-size: 15px;
    }

    .auto-container-lg {
        position: static;
        max-width: 1240px; /*w=1160*/
        padding-right: 40px;
        padding-left: 40px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*(xl)*/
@media screen and (max-width: 1199.98px) {
    body, html {
        font-size: 15px;
    }

    .btn {
        font-size: var(--size_20);
    }

    /*------header------*/
    :root {
        --header_h: 80px;
    }

    .main-header .auto-container-lg {
        padding-right: 25px;
        padding-left: 25px;
    }

    .main-header .navbar-brand {
        width: 150px;
        top: 16px;
    }

    .main-menu > li > a {
        font-size: var(--size_20);
    }

    .main-button > li > a > img {
        width: 2rem;
    }

    /*------section------*/
    .section .section-title {
        font-size: var(--size_33);
        margin-bottom: 1.3rem;
    }

    .section .subtitle {
        font-size: var(--size_24);
        padding: 0.8rem 1.3rem;
    }

    .section .section-intro {
        font-size: var(--size_18);
    }

    .item-title {
        font-size: var(--size_28);
    }

    .item-desc {
        font-size: var(--size_17);
    }

    .block-list .item-title {
        font-size: var(--size_26);
        margin-bottom: 0.6rem;
    }

    .block-list .item-desc {
        line-height: 1.7;
    }

    /*------index------*/
    .index-product.product-3 {
        padding: 6rem 0;
    }

    .index-product .item-image {
        flex: 0 0 30%;
    }

    .index-product .item-content .item-title {
        font-size: var(--size_36);
        margin-bottom: 1.5rem;
    }

    .index-product .item-content .item-meta {
        width: 19rem;
        margin-bottom: 1.5rem;
    }

    .index-product .item-content .price {
        font-size: var(--size_32);
    }

    .index-product .item-content .item-desc {
        font-size: var(--size_18);
    }

    /*------about------*/
    .about-story .decor {
        width: 5rem;
    }

        .about-story .decor.line3 {
            right: -3rem;
            bottom: 0;
        }

    .about-craft .section-title {
        font-size: var(--size_26);
    }

    .link-btn {
        font-size: var(--size_25);
    }

    /*------product------*/
    .product-banner .item-title {
        font-size: 5rem;
    }

    .product1-1 {
        height: calc(100dvh - var(--header_h) - var(--footer_h));
    }

        .product1-1 .item-content {
            width: 38%;
            top: 27%;
            left: 34%;
        }

        .product1-1 .item-title.text-right {
            text-align: left !important;
        }

        .product1-1 .item-title.text-left {
            text-align: right !important;
        }

    .product1-2-intro .section-title {
        font-size: var(--size_22);
    }

    .product1-2 {
        height: 150dvh;
    }

        .product1-2 .item-image.right {
            width: 35%;
        }

        .product1-2 .item-image.left {
            width: 39%;
        }

        .product1-2 .bottom {
            width: 15rem;
        }

        .product1-2 .item-title span {
            font-size: 7rem;
        }

        .product1-2 .item-desc {
            font-size: var(--size_33);
        }

        .product1-2 .subtitle {
            font-size: var(--size_26);
        }

    .product1-3 .item-title {
        font-size: 3.5rem;
    }

    .product1-3 .item-desc {
        font-size: var(--size_22);
    }

    .product1-4 .item {
        height: calc(100dvh - var(--header_h) - var(--footer_h));
        min-height: 35rem;
    }

    .product1-4 .item-image {
        max-width: 31rem;
    }

    .product1-4 .item-content {
        padding: 4rem 5%;
    }

    .product1-4 .item-title {
        font-size: 3.2rem;
    }

    .product1-4 .subtitle {
        font-size: var(--size_26);
        padding: 0;
    }

    .product1-4 .item-desc .heading {
        font-size: var(--size_21);
    }

    .product1-4 .item-desc {
        font-size: var(--size_17);
    }

    .product1-5 .item.left .item-content {
        padding: 1rem 2rem 3rem 5rem
    }

    .product1-5 .item.right .item-content {
        padding: 2rem 5rem 3rem 2rem
    }

    .product1-5 .item-desc {
        font-size: var(--size_18);
    }

    .product1-5 .decor {
        font-size: var(--size_30);
    }

        .product1-5 .decor::after {
            width: 1.5rem;
            bottom: -1.7rem;
        }

        .product1-5 .decor.decor1 {
            left: 6%;
            top: 0;
        }

        .product1-5 .decor.decor2 {
            right: 9%;
            top: 0;
        }

        .product1-5 .decor.decor3 {
            right: 9%;
            bottom: 5%;
        }

    .product1-6 .section-title {
        font-size: var(--size_36);
    }
}

/*(lg) pad*/
@media screen and (max-width: 991.98px) {
    /*------all------*/
    .xl-view {
        display: none !important;
    }

    .modal-dialog.modal-lg,
    .modal-dialog.modal-receiver,
    .modal-dialog.modal-orange {
        max-width: initial;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    /*------header------*/
    .main-menu > li > a {
        margin-left: 0.8rem;
        font-size: var(--size_19);
    }

    .main-button {
        margin-left: 2rem;
    }

    /*------banner------*/
    .index-banner .inner-box {
        width: 56%;
        top: 25%;
    }

        .index-banner .inner-box p {
            font-size: var(--size_18);
        }

    /*------about------*/
    .block-list .item {
        flex: 0 0 100%;
    }

        .block-list .item:nth-child(2) {
            flex-direction: row-reverse;
        }

        .block-list .item:nth-child(3) {
            flex-direction: row;
        }

    .block-list .item-desc {
        text-align: center;
    }

    /*------product------*/
    .product-banner .icons-box img {
        width: 2.5rem;
    }

    .product-banner .item-title {
        font-size: 4rem;
        margin-bottom: 1.3rem;
    }

    .product-banner .subtitle {
        font-size: var(--size_23);
        margin-bottom: 1.3rem;
    }

    .product-banner .item-desc {
        font-size: var(--size_16);
    }

    .product1-1 .subtitle {
        font-size: var(--size_28);
        padding: 0.8rem 1rem;
    }

    .product1-1 .item-title {
        font-size: 3.5rem;
    }

    .product1-1 .item-desc {
        font-size: var(--size_19);
    }

    .product1-2 {
        height: 130dvh;
    }

        .product1-2 .bottom {
            width: 14rem;
        }

        .product1-2 .item-title span {
            font-size: 5rem;
        }

        .product1-2 .item-desc {
            font-size: var(--size_30);
        }

        .product1-2 .subtitle {
            font-size: var(--size_24);
        }

    .product1-3 .item-title {
        font-size: 2.8rem;
    }

    .product1-3 .item-desc {
        font-size: var(--size_20);
    }

    .product1-4 .item {
        position: relative;
    }

    .product1-4 .item-image {
        max-width: initial;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .product1-4 .item-content {
        position: relative;
        z-index: 1;
        background: #ffffffd4;
    }
}

/*(md)*/
@media screen and (max-width: 767.98px) {
    body, html {
        font-size: 14px;
    }

    .btn {
        font-size: var(--size_18);
    }

    /*------all------*/
    .lg-view {
        display: none !important;
    }

    .lg-md-view, .md-sm-view {
        display: block !important;
    }

    .btn.btn-block {
        padding: 0.85rem;
        border-radius: 0.4rem;
    }

    /*------header------*/
    :root {
        --header_h: 60px;
        --footer_h: 64px;
    }

    /*animate*/
    #collapsibleNavbar {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        transition: all 0.35s;
        opacity: 1;
        z-index: 999;
        background: #fff;
    }

        #collapsibleNavbar.collapsing {
            overflow: initial;
            opacity: 0;
        }

        #collapsibleNavbar.show + .navbarMask {
            display: block;
            z-index: 1039;
        }

        #collapsibleNavbar.show .navbarClose {
            display: flex !important;
        }

    /*menu*/
    .main-header .navbar {
        margin: 0 -15px;
    }

    .main-header .navbar-brand {
        top: 0;
        width: auto;
        height: 100%;
        padding: 8px 12px !important;
        position: relative;
        z-index: 1000;
    }

        .main-header .navbar-brand img {
            width: auto;
            height: 100%;
        }

    .main-menu.navbar-nav {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
    }

    .main-menu > li {
        width: 50%;
    }

        .main-menu > li > a {
            padding: 1rem 1.5rem !important;
            margin: 0.5rem;
            border: 3px solid #2B91B7;
            background: #F4F4F4;
            text-align: center;
        }

            .main-menu > li > a::after {
                display: none;
            }

    .main-button {
        margin-left: 2.5rem;
        flex-direction: row;
        margin-right: 54px;
    }

        .main-button > li > a > img {
            width: 2.2rem;
        }

    /*------banner------*/
    .index-banner {
        min-height: 600px;
    }

        .index-banner .inner-box {
            left: 10%;
            right: 10%;
            width: 80%;
            top: 15%;
            max-width: 33rem;
            margin: 0 auto;
        }

            .index-banner .inner-box p {
                margin-top: 1.2rem;
                font-size: var(--size_18);
            }

    index-banner .inner-box h1 img {
        margin-bottom: 0;
    }

    .index-banner .banner-image {
        background-image: url(../img/bg-index01-m.jpg);
    }

    .index-banner .banner-people {
        right: 10%;
        left: 10%;
        margin: 0 auto;
        width: 19rem;
        bottom: 0.5rem;
    }

    .index-banner .banner-tree1 {
        bottom: 35%;
        width: 24%;
        max-width: 5rem;
    }

    .index-banner .banner-tree2 {
        top: 43%;
        width: 20%;
    }

    .index-banner .banner-tree3 {
        display: block;
        max-width: 5rem;
    }

    .mouse-scroll {
        display: none;
    }

    /*------footer------*/
    .footer_area .social-box {
        padding: 1rem 2rem;
    }

        .footer_area .social-box a {
            display: inline-block;
            margin-right: 0.3rem;
        }

        .footer_area .social-box .icons-left img {
            width: 2rem;
        }

        .footer_area .social-box .icons-right img {
            height: 2.5rem;
        }

    /*------index------*/
    .title-dots::before, .title-dots::after {
        width: 0.6rem;
        height: 0.6rem;
        top: calc(50% - 0.3rem);
        left: -1rem;
    }

    .title-dots::after {
        left: initial;
        right: -1rem;
    }

    .title-stars::before {
        left: -2rem;
    }

    .title-stars::after {
        right: -2rem;
    }

    /*section*/
    .section .section-title {
        font-size: var(--size_28);
        margin-bottom: 1.1rem;
    }

    .section .subtitle {
        font-size: var(--size_20);
        margin-bottom: 1.2rem;
    }

    .section .section-intro {
        font-size: var(--size_16);
        margin-bottom: 2rem;
    }

    .item-title {
        font-size: var(--size_27);
    }

    .item-desc {
        font-size: var(--size_16);
    }

    /*index*/
    .index-products-intro .subtitle img {
        width: 6rem;
    }

    .index-product.product-3 {
        padding: 4rem 0;
    }

    .index-product .item {
        flex-direction: column !important;
        padding: 0 10px;
        position: relative;
    }

    .index-product .item-image {
        padding: 0 !important;
        margin-bottom: 1.5rem;
        width: 10rem;
    }

    .index-product.product-3 .item-image {
        width: 13rem;
    }

        .index-product.product-3 .item-image .mini {
            position: absolute;
            right: 7%;
            bottom: 3.5rem;
            width: 18%;
            max-width: 6rem;
        }

    .index-product .item-content {
        max-width: 32rem;
        width: 100%;
    }

        .index-product .item-content .item-title {
            font-size: var(--size_33);
            margin-bottom: 1.2rem;
            text-align: center;
        }

        .index-product .item-content .weight {
            font-size: 60%;
            margin-left: 0.5rem;
        }

        .index-product .item-content .text-long .weight {
            display: block;
            margin-left: 0;
            padding-top: 0.3rem;
        }

        .index-product .item-content .item-meta {
            width: 100%;
            margin-bottom: 1.2rem;
        }

        .index-product .item-content .price {
            font-size: var(--size_28);
        }

        .index-product .item-content .item-desc {
            font-size: var(--size_17);
        }

    .index-product.product-3 .item-content .item-desc {
        width: 100%;
    }

    .index-product .item-content .more-line {
        width: calc(100% - 11rem);
    }

    .index-product .item-content .btn-more:hover + .more-line {
        width: calc(100% - 10rem);
    }

    /*   .animate-shake, .animate-shake2 {
        animation: none !important;
    }*/

    .step-list .item {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .step-list .item-image {
        width: 80%;
        max-width: 24rem;
        padding-right: 0;
    }

    .step-list .item-title {
        margin-bottom: 0.5rem;
        justify-content: center;
    }

        .step-list .item-title span {
            width: 2rem;
            height: 2rem;
        }

    .step-list .item-desc {
        padding: 0.8rem 1rem;
        margin-left: 0;
    }

    /*------about------*/
    .detail-banner {
        height: 250px;
        min-height: initial;
    }

        .detail-banner .banner-image {
            background-image: url(../img/bg-about-m.jpg);
        }

        .detail-banner .inner-box h1 {
            font-size: 2rem;
        }

    .about-story .section-title {
        margin-top: 0;
    }

    .about-story .item {
        flex-direction: column;
    }

    .about-story .item-image {
        width: 80%;
        max-width: 400px;
        padding-right: 0;
        margin: 0 auto 1rem auto;
    }

    .about-story .item-title {
        font-size: var(--size_20);
        margin-left: 0;
        text-align: center;
    }

    .about-story .item-desc {
        padding-left: 0.4rem;
    }

    .about-story .decor {
        width: 3rem;
    }

        .about-story .decor.line3 {
            right: 0;
            bottom: 0;
        }

    .about-process .section-title {
        font-size: var(--size_20);
    }

    .block-list .item-title {
        font-size: var(--size_18);
    }

    .block-list .item-desc {
        line-height: 1.5;
        font-weight: 600;
        font-size: var(--size_14);
    }

    .about-craft .section-title {
        font-size: var(--size_21);
        line-height: 1.4;
    }

    .about-craft .bg-stone {
        padding: 2rem 1.5rem;
    }

    .about-craft .item-title {
        font-size: var(--size_18);
        line-height: 1.4;
    }

    .about-craft .item {
        padding: 2rem 1.8rem;
    }

    .about-craft .item-intro,
    .about-craft .item-desc {
        font-size: var(--size_15);
    }

        .about-craft .item-desc::before, .about-craft .item-desc::after {
            width: 2rem;
            height: 2rem;
            left: -1rem;
            top: -1rem;
        }

        .about-craft .item-desc::after {
            left: initial;
            top: initial;
            right: -1rem;
            bottom: -1rem;
        }

    .link-btn {
        font-size: var(--size_23);
    }

        .link-btn span {
            padding: 0.5rem 0.2rem;
        }


    /*------product------*/
    .product-banner .item {
        flex-direction: column;
    }

    .product-banner .item-image {
        margin-right: 0;
        width: 60%;
        max-width: 22rem;
        margin-bottom: 0.2rem;
    }

    .product-banner .icons-box {
        left: 2%;
        width: 96%;
    }

        .product-banner .icons-box img {
            width: 2rem;
        }

    .product-banner .item-title {
        font-size: 2.8rem;
        letter-spacing: 0.2rem;
        text-align: center;
    }

    .product-banner .subtitle {
        font-size: var(--size_19);
        text-align: center;
    }

        .product-banner .subtitle .title-lines::before {
            display: block;
            left: -23%;
            width: 20%;
        }

        .product-banner .subtitle .title-lines::after {
            right: -23%;
            width: 20%;
        }

    .product-banner .item-desc {
        font-size: var(--size_15);
        padding-left: 0.4rem;
    }

    .product1-1 {
        height: 39rem;
    }

        .product1-1 .item-image {
            width: 53%;
            max-width: 15rem;
        }

        .product1-1 .item-content {
            width: 65%;
            top: 24%;
            left: 25%;
        }

        .product1-1 .subtitle {
            font-size: var(--size_26);
            margin-left: -24%;
        }

        .product1-1 .item-title {
            font-size: 3rem;
            margin-bottom: 0.5rem;
        }

            .product1-1 .item-title.text-left {
                text-align: center !important;
            }

        .product1-1 .item-desc {
            font-size: var(--size_18);
            max-width: 18rem;
        }

        .product1-1 .item-image::before {
            border-width: 0.3rem;
        }

        .product1-1 .item-image.aos-animate::before {
            border-top-width: 0.3rem !important;
            border-left-width: 0.3rem !important;
        }

        .product1-1 .item-image.left::before {
            left: calc(-100% + 1.2rem);
            bottom: calc(-100% + 1.2rem);
        }

        .product1-1 .item-image.right::before {
            right: calc(-100% + 1.2rem);
            top: calc(-100% + 1.2rem);
        }

    .product1-2-intro .section-title {
        font-size: var(--size_15);
    }

    .product1-2 {
        height: 40rem;
    }

        .product1-2 .item-image.right {
            width: 44%;
            top: 7%;
            max-width: 13rem;
        }

        .product1-2 .item-image.left {
            width: 54%;
            max-width: 17rem;
        }

        .product1-2 .item-image .decor {
            width: 55dvw;
            height: 55dvw;
        }

        .product1-2 .item-content {
            width: 45%;
            max-width: 13rem;
        }

        .product1-2 .bottom {
            width: 8.5rem;
            margin-top: 70%;
        }

        .product1-2 .item-title span {
            font-size: 3rem;
        }

        .product1-2 .item-desc {
            font-size: var(--size_24);
            margin-left: 0;
        }

        .product1-2 .subtitle {
            font-size: var(--size_18);
        }

    .product1-3 .item {
        margin: 2.3rem 0;
        flex-direction: column;
    }

    .product1-3 .item-image {
        width: 85%;
        margin-right: auto;
        padding-right: 3%;
    }

    .product1-3 .reverse .item-image {
        margin-right: initial;
        margin-left: auto;
        padding-left: 3%;
    }

    .product1-3 .item-content {
        margin-top: 0.8rem;
    }

    .product1-3 .item-title {
        font-size: 2.5rem;
    }

    .product1-3 .item-desc {
        font-size: var(--size_18);
    }

    .product1-3 .item-title .line {
        height: 0.3rem;
        width: 10rem;
        left: calc(50% - 5rem);
    }

    .product1-4 .item {
        height: 30rem;
        min-height: initial;
    }

    .product1-4 .item-image {
        max-width: initial;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .product1-4 .item-image img {
            height: 100%;
            width: 100%;
        }

    .product1-4 .item-content {
        padding: 3rem 2rem;
    }

    .product1-4 .item-title {
        font-size: 2.5rem;
    }

    .product1-4 .subtitle {
        font-size: var(--size_18);
    }

    .product1-4 .decor {
        height: 5rem;
    }

    .product1-4 .item-desc .heading {
        font-size: var(--size_18);
    }

    .product1-4 .item-desc {
        font-size: var(--size_15);
    }

        .product1-4 .item-desc p {
            background: #FFFEFA;
            padding: 0.5rem 1rem;
        }

    .product1-5 {
        flex-direction: column;
        padding: 2rem 0;
    }

        .product1-5 .item.reverse {
            flex-direction: column;
        }

        .product1-5 .item.left .item-content,
        .product1-5 .item.right .item-content {
            padding: 1.3rem 2rem 2rem 2.1rem;
            font-size: var(--size_16);
        }

        .product1-5 .decor {
            font-size: var(--size_26);
        }

            .product1-5 .decor.decor1 {
                left: 6%;
                top: -3%;
            }

            .product1-5 .decor.decor2 {
                right: 7%;
                top: -3%;
            }

            .product1-5 .decor.decor3 {
                right: 7%;
                bottom: 5%;
            }

    .product1-6 .section-title {
        font-size: var(--size_32);
        margin: 0 0 0.8rem 0;
    }

    .product1-6 .item-desc p {
        padding-left: 0;
        padding-right: 0;
    }

    .product1-6 .item-content {
        padding-left: 3rem;
        padding-right: 2.5rem;
    }

    .product1-6 .item-image {
        overflow: hidden;
    }

        .product1-6 .item-image img {
            width: 200%;
            max-width: initial;
            margin-left: -50%;
        }
}

/*(sm) phone*/
@media screen and (max-width: 575.98px) {

    /*------all------*/
    .auto-container, .auto-container-sm, .auto-container-md, .auto-container-lg {
        padding: 0px 15px;
    }

    .lg-view, .lg-md-view {
        display: none !important;
    }

    .md-sm-view, .sm-view {
        display: block !important;
    }

    .btn.btn-lg {
        padding: 0.8rem 2.5rem;
        border-radius: 0.3rem;
        font-size: var(--size_19);
    }

    /*------banner------*/
    .index-banner .inner-box p {
        font-size: var(--size_16);
    }
}
/*-----*/

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

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

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