.navBar-li .nav-link:nth-of-type(3) {
    color: #cf3339 !important;
    border-bottom: 2px solid #cf3339;
}

.footer-content-Menu ul li:nth-of-type(4) a {
    color: #cf3339;
}

.PC-swiper-product {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.PC-swiper-product .swiper-slide-div {
    margin: 1rem 1rem;
    position: relative;
    text-align: center;
    width: 32%;
}

.PC-swiper-product .swiper-slide-div .swiper-slide img {
    width: 100%;
}

.PC-swiper-product .swiper-slide-div p {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    background-color: rgba(241, 241, 241, 0.75);
}

.md-swiper-product {
    display: none;
}

@media (min-height: 768px) {
    html, body {
        height: 100%;
    }

    article {
        max-height: calc(100% - 107px - 205px);
        height: 100%;
    }

}

@media (max-width: 767px) {
    html, body {
        height: initial;
    }

    .flex-column .nav-item:nth-of-type(3) a {
        color: #cf3339;
    }

    article {
        max-height: initial;
        height: initial;
    }

    .md-swiper-product {
        display: block;
        padding: 24px;
    }
    .PC-swiper-product{
        display: none;
    }

}

@media (min-width: 1200px) {
    article {
        max-height: initial;
        height: initial;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    article {
        max-height: calc(100% - 107px - 205px - 216px);
        height: 100%;
    }
    .banner-content div:last-child, .button, .Login-href {
        font-size: 12px;
    }

    .select-list-link {
        font-size: 12px !important;
    }

    .Abouts-describe, .navBar-li .nav-link, .our-story {
        font-size: 16px;
    }
    .PC-swiper-product{
        margin-top: 40px;
    }
    .PC-swiper-product .swiper-slide-div{
        width: 30%;
    }
    .PC-swiper-product .swiper-slide-div p{
        font-size: 12px;
    }
    .footer-content-Menu .active {
        font-size: 18px;
    }

    .footer-content, .footer-content > div {
        padding-top: 30px !important;
    }

    .footer-content-Introduction div {
        font-size: 12px;
    }

    .footer-content-Menu {
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-content div:last-child, .button, .Login-href {
        font-size: 16px;
    }

    .select-list-link {
        font-size: 16px !important;
    }

    .Abouts-describe, .navBar-li .nav-link, .our-story {
        font-size: 20px;
    }
    .PC-swiper-product{
        margin-top: 50px;
    }
    .PC-swiper-product .swiper-slide-div{
        width: 30%;
    }
    .PC-swiper-product .swiper-slide-div p{
        font-size: 14px;
    }
    .footer-content-Menu .active {
        font-size: 24px;
    }

    .footer-content, .footer-content > div {
        padding-top: 20px !important;
    }

    .footer-content-Introduction div {
        font-size: 16px;
    }

    .footer-content-Menu {
        font-size: 18px;
    }

}