@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 15px;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-detail-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .product-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-direction: column;
    }

    .product-img-box {
        width: 100;
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*gap: 20px;*/
        /*flex-direction: column-reverse;*/
    }


    .product-content {
        flex: 1;
        position: relative;
        padding: 0 15px;
    }

    .product-contact-btn {
        /*position: absolute;*/
        bottom: 0;
        height: 74px;
        width: 100%;
    }

    .product-more-list {
        overflow: hidden;
        padding: 0 15px;
    }


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

    .product-more-item-title h3 {
        text-align: center;
        font-size: 18px;
        color: #000;
    }

    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-more-box {
        position: relative;
    }

    .product-left-img-list {
        overflow: hidden;
        /*width: 800px;*/
        position: relative;
        /*width: 160px;*/
        /*height: 540px;*/
        padding: 0 20px;
        margin-top: 20px;
    }

    .product-right-img-list {
        overflow: hidden;
        flex: 1;
    }

    .product-left-img-item {
        width: 160px;
        height: 75px !important;
        border: 1px solid #666;
        cursor: pointer;
    }

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

    .product-right-img-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        width: 100%;
        height: 40px;
        background: #333333;
    }

    .contact-a:hover {
        background: #000000;
        color: #FFFFFF;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

    .product-more-item {
        height: 180px;
    }

    .product-more-item-img {
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-more-item-title {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-more-item-title h3 {

    }


    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 15px 15px;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-detail-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .product-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-direction: column;
    }

    .product-img-box {
        width: 100%;
        padding: 0 15px;
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*gap: 20px;*/
        /*flex-direction: column-reverse;*/
    }


    .product-content {
        flex: 1;
        position: relative;
        padding: 0 15px;
    }

    .product-contact-btn {
        /*position: absolute;*/
        bottom: 0;
        height: 74px;
        width: 100%;
    }

    .product-more-list {
        overflow: hidden;
        padding: 0 15px;
    }


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

    .product-more-item-title h3 {
        text-align: center;
        font-size: 18px;
        color: #000;
    }

    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 10px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 10px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-more-box {
        position: relative;
    }

    .product-left-img-list {
        overflow: hidden;
        /*width: 800px;*/
        position: relative;
        /*width: 160px;*/
        /*height: 540px;*/
        padding: 0 20px;
        margin-top: 20px;
    }

    .product-right-img-list {
        overflow: hidden;
        flex: 1;
    }

    .product-left-img-item {
        width: 160px;
        height: 75px !important;
        border: 1px solid #666;
        cursor: pointer;
    }

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

    .product-right-img-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        width: 100%;
        height: 50px;
        background: #333333;
    }

    .contact-a:hover {
        background: #000000;
        color: #FFFFFF;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

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

    .product-more-item-img {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-more-item-title {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-more-item-title h3 {

    }


    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0;
        margin: auto;
    }

    .head-box-title {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: ProximaNova-Regular;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .product-detail-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .product-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }

    .product-img-box {
        width: 700px;
        /*display: flex;*/
        /*justify-content: space-between;*/
        /*gap: 20px;*/
        /*flex-direction: column-reverse;*/
    }


    .product-content {
        flex: 1;
        position: relative;
    }

    .product-contact-btn {
        position: absolute;
        bottom: 0;
        height: 74px;
        width: 100%;
    }

    .product-more-list {
        overflow: hidden;
    }


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

    .product-more-item-title h3 {
        text-align: center;
        font-size: 18px;
        color: #000;
    }

    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-more-box {
        position: relative;
    }

    .product-left-img-list {
        overflow: hidden;
        /*width: 800px;*/
        position: relative;
        /*width: 160px;*/
        /*height: 540px;*/
        padding: 0 20px;
    }

    .product-right-img-list {
        overflow: hidden;
        flex: 1;
    }

    .product-left-img-item {
        width: 160px;
        height: 75px !important;
        border: 1px solid #666;
        cursor: pointer;
    }

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

    .product-right-img-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contact-a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        width: 100%;
        height: 74px;
        background: #333333;
    }

    .contact-a:hover {
        background: #000000;
        color: #FFFFFF;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

    .product-more-item {
        height: 280px;
    }

    .product-more-item-img {
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-more-item-title {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .product-more-item-title h3 {

    }


    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

}
