.index .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
    background: transparent;
}

#banner .slider-img img {
    width: 100%;
}

#banner .slider-content {
    padding: 0 20px;
    border-bottom: 50px solid #fff;
    text-align: center;
}

#banner .slider-content h3 {
    margin-bottom: 15px;
    font-size: 1.75rem;
}

#banner .slider-content h4 {
    font-size: 1.25rem;
    font-weight: 400;
}

#banner .slick-dots li {
    line-height: 1;
}

#product .box-category {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 0 40px;
    text-align: center;
    border-radius: 35px;
    transition: all 0.25s linear;
}

#product .box-category:hover {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

#product .box-category img {
    width: 100px;
    max-width: 100%;
    height: auto;
}

#product .box-category .box-category-name {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#product .box-category span.en {
    margin-top: 4px;
    font-family: 'Playfair Display', 'Noto Serif TC';
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 1px !important;
    text-indent: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #cfcfcf;
}

#product .box-category-name {
    position: relative;
    margin-top: 15px;
    font-family: 'Playfair Display', 'Noto Serif TC';
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-indent: 1px;
    transition: all 0.25s linear;
}

#product .box-category-item:hover .box-category-name {
    color: var(--main-color);
}

#about .content-img {
    margin-left: auto;
}

#about .content-img img {
    width: 80%;
    margin-left: unset;
}

#about .content-img .icon-wave {
    position: absolute;
    top: 9%;
    right: 0;
    width: 38%;
    height: auto;
}

#about .content-info h3 {
    font-size: 2.4rem;
}

#about .content-info p {
    margin-bottom: 25px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

#about .content-info .en strong {
    font-weight: 600;
}

#video {
    padding-top: 50px;
    padding-bottom: 100px;
}

#video .video-title {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 55px;
    font-size: 1.9rem;font-weight: 500;
    border-bottom: 3px solid #333;
}

#video .media-link .product-info-ver {
    margin: auto;
    width: 360px;
    max-width: 100%;
}

#video .media-link .product-images {
    margin: auto;
    width: 360px;
    max-width: 100%;
    overflow: hidden;
}

#video .media-link .product-images img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

#video .item .product-title {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.45;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#other {
    position: relative;
}

#other::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}

#other video {
    margin-bottom: -7px;
    width: 100vw;
    height: 400px;
    object-position: center;
    object-fit: cover;
}

@media (min-width: 1025px) {
    #about .content-info h3 {
        font-size: 3.5rem;
    }
}

@media (max-width: 1024px) {
    #product .row {
        margin-left: 0;
        margin-right: 0;
    }

    #video .video-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    #banner .slider-content {
        border-bottom: 46px solid #fff;
    }

    #banner .slider-content h3 {
        margin-bottom: 10px;
        font-size: 1.45rem;
    }
    
    #banner .slider-content h4 {
        font-size: 1rem;
    }

    #product .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    #product .row .col-md-4.col-sm-4.col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #product .box-category {
        margin-bottom: 0;
    }

    #product .box-category img {
        width: 80px;
    }

    #product .box-category span.en {
        font-size: 0.85rem;
    }

    #product .box-category-name {
        font-size: 1.3rem;
    }

    #other video {
        height: 300px;
    }
}

@media (max-width: 480px) {
    #banner .slider-content {
        padding: 0 15px;border-bottom: 38px solid #fff;
    }

    #product .box-category {
        padding: 15px 0 20px;
        border-radius: 20px;
    }

    #product .box-category img {
        width: 55px;
    }

    #product .box-category-name {
        font-size: 1.1rem;
    }

    #about .content-info h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 400px) {
    #banner .slider-img {
        padding-bottom: 0;
    }

    #banner .slider-content {
        position: relative;
        top: unset;
        left: unset;
        min-width: 100%;
        -webkit-transform: unset;
        transform: unset;
    }

    #product .box-category span.en {
        font-size: 0.75rem;
        letter-spacing: 0.5 !important;
        text-indent: 0.5;
    }
    
    #product .box-category-name {
        font-size: 0.95rem;
    }
}
