@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 5px;
    }


    .banner-desc-box-title {
        font-size: 25px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .carousel-item {
        height: 100%;
    }

    .w-100 {
        height: 100%;
        object-fit: cover;
    }

    .carousel-inner {
        min-height: 200px;
    }

    .product-box {
        width: 100%;
        margin: 50px auto;
    }

    .custom-nav {
        border-bottom: 1px #f3f2f0 solid;
    }

    .product-up {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        padding: 0 10px;
    }

    .product-banner {
        width: 100%;
    }

    .product-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-desc {
        flex: 1;
        /*padding-left: 5%;*/
    }

    .title {
        font-size: 30px;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
    }

    .desc {
        font-size: 14px;
        color: #666666;
        padding: 10px 0;
    }

    .param-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px #edece8 solid;
        font-size: 16px;
        color: #333333;
    }

    .param-item:last-child {
        border-bottom: none;
    }

    .quote {
        background: #35414c;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .reviews {
        border: 1px #1b1b1b solid;
        padding: 10px;
        margin-top: 20px;
    }

    .reviews-title {
        font-size: 22px;
        color: #333333;
        text-align: center;
        font-weight: 700;
    }

    .reviews-desc {
        font-size: 14px;
        color: #808080;
        text-align: center;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
    }

    .reviews-form-item {
        margin-top: 10px;
    }

    .reviews-form-title {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
    }

    .reviews-form-item input {
        border: 1px #edece8 solid;
        width: 100%;
        padding: 5px 10px;
        margin-top: 5px;
    }

    .reviews-form-item button {
        border: 0;
    }

    .product-down {
        margin-top: 50px;
    }

    .product-detail-title {
        font-size: 30px !important;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .product-detail-item {
        display: flex !important;
        justify-content: space-between !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 50px 10px !important;
        width: 100% !important;
        max-width: 1300px !important;
        flex-direction: column !important;
    }

    .product-detail-item-content {
        width: 100% !important;
    }

    .product-detail-item-title {
        font-size: 26px !important;
        font-family: Quicksand-Medium !important;
        padding: 20px 0 !important;
    }

    .product-detail-item-desc {
        font-size: 20px !important;

    }

    .product-detail-item-img {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .product-detail-item-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .bg-fafafa {
        background: #fafafa;
    }

    .product-detail-item-1 {
        display: flex !important;
        justify-content: space-between !important;
        padding: 50px 20px !important;
        width: 100% !important;
        max-width: 1300px !important;
        margin: 50px auto 0 !important;
        flex-direction: column-reverse !important;
    }

    .product-more {
        margin: 50px 0;
    }

    .product-more-title {
        font-size: 30px;
        text-align: center;
        padding: 40px 0;
    }

    .product-more-list {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
        gap: 10px;
    }

    .product-more-list a{
        width: 47%;
        display: block;
    }

    .product-more-item {
        width: 100%;
        height: 158px;
        /* margin-right: 10px; */
        margin-bottom: 20px;
    }

    .product-more-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-more-item-title {
        font-size: 14px;
        text-align: center;
        color: #000000;
        padding: 10px 0;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .container-fluid {
        padding: 0px;
    }

    .foot-nav {
        margin: 0 !important;
    }

    .product-swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        text-align: center;
    }

    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        background: #37414b !important;
    }

    .level-box {
        border: 1px #edece8 solid;
        border-radius: 30px;
        padding: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .level-item {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #edece8;
    }

    .level-item-show {
        background: #ffffff;
        border: 1px #35414c solid;
        border-radius: 20px;
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .level-item-active {
        background: #35414c;
        color: #ffffff;
    }

    .level-desc-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        padding: 6px;
        margin-top: 10px;
    }

    .level-desc-item {
        width: 60px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .product-box {
        width: 100%;
        margin: 50px auto;
    }

    .custom-nav {
        border-bottom: 1px #f3f2f0 solid;
    }

    .product-up {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .product-banner {
        width: 100%;
    }

    .product-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-desc {
        flex: 1;
        /*padding-left: 1%;*/
    }

    .title {
        font-size: 30px;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
    }

    .desc {
        font-size: 14px;
        color: #666666;
        padding: 10px 0;
    }

    .param-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px #edece8 solid;
        font-size: 16px;
        color: #333333;
    }

    .param-item:last-child {
        border-bottom: none;
    }

    .quote {
        background: #35414c;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .reviews {
        border: 1px #1b1b1b solid;
        padding: 10px;
        margin-top: 20px;
    }

    .reviews-title {
        font-size: 22px;
        color: #333333;
        text-align: center;
        font-weight: 700;
    }

    .reviews-desc {
        font-size: 14px;
        color: #808080;
        text-align: center;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
    }

    .reviews-form-item {
        margin-top: 10px;
    }

    .reviews-form-title {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
    }

    .reviews-form-item input {
        border: 1px #edece8 solid;
        width: 100%;
        padding: 5px 10px;
        margin-top: 5px;
    }

    .reviews-form-item button {
        border: 0;
    }

    .product-down {
        margin-top: 50px;
    }

    .product-detail-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .product-detail-item {
        display: flex !important;
        justify-content: space-between !important;
        margin-top: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 50px 20px !important;
        width: 100% !important;
        max-width: 1300px !important;
        align-items: center !important;
    }

    .product-detail-item-content {
        width: 50% !important;
    }

    .product-detail-item-title {
        font-size: 36px !important;
        font-family: Quicksand-Medium !important;
        padding: 20px 0 !important;
    }

    .product-detail-item-desc {
        font-size: 20px !important;

    }

    .product-detail-item-img {
        width: 45% !important;
    }

    .product-detail-item-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .bg-fafafa {
        background: #fafafa;
    }

    .product-detail-item-1 {
        display: flex !important;
        justify-content: space-between !important;
        padding: 50px 20px !important;
        flex-direction: row-reverse !important;
        width: 100% !important;
        max-width: 1300px !important;
        margin: 50px auto 0 !important;
        align-items: center !important;
    }

    .product-more {
        margin: 50px 0;
    }

    .product-more-title {
        font-size: 30px;
        text-align: center;
        padding: 40px 0;
    }

    .product-more-list {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .product-more-list a{
        width:24%;
        display: block;
    }

    .product-more-item {
        width: 100%;
        height: 232px;
        margin-right: 10px;
    }

    .product-more-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-more-item-title {
        font-size: 14px;
        text-align: center;
        color: #000000;
        padding: 10px 0;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        text-align: center;
    }

    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        background: #37414b !important;
    }

    .level-box {
        border: 1px #edece8 solid;
        border-radius: 30px;
        padding: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .level-item {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #edece8;
    }

    .level-item-show {
        background: #ffffff;
        border: 1px #35414c solid;
        border-radius: 20px;
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .level-item-active {
        background: #35414c;
        color: #ffffff;
    }

    .level-desc-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        padding: 6px;
        margin-top: 10px;
    }

    .level-desc-item {
        width: 60px;
        text-align: center;
    }

    .product-more-item-img{
        width:100%;
        height: 180px;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .product-box {
        width: 100%;
        margin: 50px auto;
    }

    .custom-nav {
        border-bottom: 1px #f3f2f0 solid;
    }

    .product-up {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .product-banner {
        width: 60%;
        /*max-height: 755px;*/
    }

    .product-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-desc {
        flex: 1;
        padding-left: 2%;
    }

    .title {
        font-size: 30px;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
        font-family: Quicksand-Medium;
    }

    .desc {
        font-size: 14px;
        color: #666666;
        padding: 10px 0;
    }

    .param-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px #edece8 solid;
        font-size: 16px;
        color: #333333;
    }

    .param-item:last-child {
        border-bottom: none;
    }


    .quote {
        background: #35414c;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .reviews {
        border: 1px #1b1b1b solid;
        padding: 10px;
        margin-top: 20px;
    }

    .reviews-title {
        font-size: 22px;
        color: #333333;
        text-align: center;
        font-weight: 700;
    }

    .reviews-desc {
        font-size: 14px;
        color: #808080;
        text-align: center;
        border-bottom: 1px #edece8 solid;
        padding-bottom: 10px;
    }

    .reviews-form-item {
        margin-top: 10px;
    }

    .reviews-form-title {
        font-size: 14px;
        color: #000000;
        font-weight: 600;
    }

    .reviews-form-item input {
        border: 1px #edece8 solid;
        width: 100%;
        padding: 5px 10px;
        margin-top: 5px;
        position: relative;
    }

    .reviews-form-item button {
        border: 0;
    }

    .product-down {
        margin-top: 50px;
    }

    .product-detail-title {
        font-size: 40px !important;
        font-family: Quicksand-Medium;
        text-align: center;
    }

    .product-detail-item {
        display: flex !important;
        justify-content: space-between !important;
        margin-top: 50px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 50px 20px !important;
        width: 100% !important;
        max-width: 1300px !important;
        align-items: center !important;
    }

    .product-detail-item-content {
        width: 50% !important;
    }

    .product-detail-item-title {
        font-size: 36px !important;
        font-family: Quicksand-Medium !important;
        padding: 20px 0 !important;
    }

    .product-detail-item-desc {
        font-size: 20px !important;

    }

    .product-detail-item-img {
        width: 45% !important;
    }

    .product-detail-item-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 10px !important;
    }

    .bg-fafafa {
        background: #fafafa;
    }

    .product-detail-item-1 {
        display: flex !important;
        justify-content: space-between !important;
        padding: 50px 20px !important;
        flex-direction: row-reverse !important;
        width: 100% !important;
        max-width: 1300px !important;
        margin: 50px auto 0 !important;
        align-items: center !important;
    }

    .product-more {
        margin: 50px 0 100px;
    }

    .product-more-title {
        font-size: 40px;
        text-align: center;
        padding: 40px 0;
        font-family: Quicksand-Medium;
    }

    .product-more-list {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    .product-more-list a{
        width:24%;
        display: block;
    }

    .product-more-item {
        width: 100%;
        height: auto;
    }

    .product-more-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-more-item-title {
        font-size: 14px;
        text-align: center;
        color: #000000;
        margin: 10px 0;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        text-align: center;
    }

    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 1 !important;
    }

    .swiper-pagination-bullet-active {
        background: #37414b !important;
    }

    .level-box {
        border: 1px #edece8 solid;
        border-radius: 30px;
        padding: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .level-item {
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #edece8;
    }

    .level-item-show {
        background: #ffffff;
        border: 1px #35414c solid;
        border-radius: 20px;
        width: 60px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .level-item-active {
        background: #35414c;
        color: #ffffff;
    }

    .level-desc-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        padding: 6px;
        margin-top: 10px;
    }

    .level-desc-item {
        width: 100px;
        text-align: center;
    }

    .product-more-item-img{
        width:100%;
        height: 260px;
    }
}

.reviews-form-verify{
    cursor: pointer;
}
