<style>
    body {
        font-family: 'Poppins';
    }

    a {
        text-decoration: none;
    }

    .banner-overview-image {
        background-image: url('https://chemtradea.chemtradeasia.com/leather/banner/bn-quality-inspection.webp');
        margin-top: 160px;
    }


    .title-page {
        font-weight: 600;
        line-height: 75px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        position: relative;
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        position: absolute;
        font-size: 50px;
    }

    .main {
        text-align: center;
        margin-top: 50px;
    }

    h3.title {
        color: #76C2F4;
        height: 70px;
    }

    .more-details {
        height: 100%;
        margin: 80px 0;
    }

    .img-mores {
        background-position: center;
        background-size: cover;
        height: 688px;
        width: 100%;
        position: relative;
    }

    .shadow-img-dets {
        background: linear-gradient(90deg, rgba(113, 67, 12, 0.8) 0%, rgba(113, 67, 12, 0.48) 52.46%, rgba(113, 67, 12, 0.16) 98.75%);
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .desc-mores {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .desc-mores h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
    }

    .desc-mores p {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
    }

    .desc-mores svg {
        margin: auto 10px auto 0 !important;
        width: 20px;
        height: 20px;
    }

    .desc {
        width: 756.92px;
    }


    /* start slick */
    .mores .slick-arrow {
        position: absolute;
        top: 46%;
        color: #DE9726;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #DE9726;
        border-radius: 100%;
        text-decoration: none;
        outline: 0;
        opacity: 1;
        padding: 1px;
        z-index: 9;
        text-align: center;
        height: 30px;
        width: 30px;
    }

    .fa-angle-right:before,
    .fa-angle-left:before {
        font-size: 22px;
    }

    .mores i.fa-angle-right {
        right: 20px;
    }

    .mores i.fa-angle-left {
        left: 20px;
    }

    .mores .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #DE9726;
    }

    .mores .slick-dots li button:before {
        font-size: 15px;
        color: #fff;
        opacity: 1;
    }

    .mores .slick-dots {
        bottom: 12px;
    }

    /* end slick */

    @media (max-width:769px) {
        .desc-mores {
            padding: 0 20px;
        }

        h3.title {
            height: max-content;
        }
    }

    @media (max-width: 380px) {
        .mores .slick-arrow {
            display: none !important;
        }
    }
</style>
