.section-banner {
    position: relative;
}

.banner-background {
    height: 22.9vw;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E36F1CCC;
    width: 28.125vw;
    height: 10.42vw;
    border-radius: 1.042vw;
    text-align: center;
}

.banner-sub {
    margin-top: 1.5625vw;
    color: #3B3B3B;
    font-size: 1.667vw;
    font-weight: 700;
}

.banner-title {
    font-size: 2.5vw;
    line-height: 4.1667vw;
    color: #ffffff;
    font-weight: 600;
}


.product-oil-detail {
    display: flex;
    gap: 2.1vw;
    padding: 1.05vw 1.05vw;
    border-bottom: 0.1vw solid #9F9F9F;
    font-size: 0.833vw;
    line-height: 1.25vw;
}

.list-product-oil {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 3.6vw;
}

.product-oil-title{
    font-size: 1.04vw;
    line-height: 2.14vw;
    border-bottom: 0.1vw solid #E36F1C;
}

.pr-oil-img {
    width: 8.33vw;
    height: auto;
}

.main-uses-title {
    width: 8.33vw;
}

.section-link-more {
    padding-top: 6.25vw;
}

p.product-oil-txt {
    height: 11.7vw;
}

.list-fitter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw;
    padding: 0 3.2vw;
    text-align: left;
}

html {
  scroll-behavior: smooth;
}

.fitter-title {
    font-weight: 700;
    font-size: 0.93vw;
    line-height: 2.14vw;
    color: #CA5807;
    border-bottom: 0.1vw solid #CA5807;
    position: relative;
}  

.fitter-block {
    padding: 5.2083vw 0 2vw 0;
}

.fitter-title::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    content: "";
    width: 0.83vw;
    height: 0.83vw;
    display: block;
    background: url("../../images/oil-product/btn_fitter.png");
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 600px) and (max-width: 820px){
    .fitter-title {
        font-size: 1.6vw;
        line-height: 3vw;
    }

    .product-oil-title {
        font-size: 1.6vw;
        line-height: 3.1vw;
    }

    .product-oil-detail {
        font-size: 1.5vw;
        line-height: 2.5vw;
        letter-spacing: 0.096vw;
    }

    p.product-oil-txt {
        height: 28vw;
    }

    .pr-oil-img {
        width: 10.5vw;
    }

    .main-uses-title {
        width: 10.5vw;
    }

    p.main-uses-txt {
        height: 5vw;
    }

}

@media only screen and (max-width: 600px) {
    .section-block {
        padding-top: 18vw!important;
        padding-bottom: 10vw!important;
    }

    .section-banner {
        height: 45.8vw;
    }

    .banner-background {
        height: 100%;
    }

    .banner-content {
        width: 81.42vw;;
        height: 31.3vw;
        border-radius: 5.089vw;
    }

    .banner-sub {
        font-size: 6.1vw;
        margin-top: 6.87vw;
    }

    .banner-title {
        line-height: 10.2vw;
        font-size: 7.1vw;
    }

    .list-product-oil {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.634vw;
    }

    .product-oil-img {
        width: 28vw;
        height: auto;
    }

    .main-uses-title {
        width: 28vw;
    }

    .product-oil-detail {
        gap: 5.6vw;
        padding: 4.5vw 2.54vw;
        font-size: 3.56vw;
        line-height: 5.6vw;
        border-bottom: 0.51vw solid #9F9F9F;
    }

    .product-oil-title{
        font-size: 4.33vw;
        line-height: 9.6vw;
        border-bottom: 0.51vw solid #E36F1C;
    }

    .pr-oil-img {
        width: 28vw;
        height: auto;
    }

    p.product-oil-txt {
        height: 62vw;
    }

    .food-block .block-container {
        width: 94.91vw;
    }

    .section-link-more {
        padding-top: 20vw;
    }

    .link-more span::after {
        right: 7.6vw;
        width: 3.8vw;
        height: 3.8vw;
        top: 3.8vw;
    }

    .fitter-title {
        font-size: 4.07vw;
        line-height: 10.43vw;
        border-bottom: 0.51vw solid #CA5807;
    }

    .list-fitter {
        grid-template-columns: repeat(1, 1fr);
        width: 60vw;
        margin: auto;
    }

    .fitter-block {
        padding: 10vw 0;
    }

    .fitter-title::after {
        width: 4.07vw;
        height: 4.07vw;
        top: 7.1vw;
    }

}