<style>
    /* related */
    .top-product-sec {
        background-color: #FFF9EF;
        margin: unset;
        padding: 50px 0 100px 0;
        position: relative;
    }

    .img-bn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 500px;
    }

    .top-cn {
        margin-top: 166px;
    }

    /* card */

    .ml-2 {
        margin-left: 5px;
    }

    .products .slick-dots li button:before {
        font-size: 19px;
        color: #E5E7E9;
        opacity: 1;
    }

    .products .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #DE9726;
    }

    .products .slick-arrow {
        position: absolute;
        top: -50px;
        font-size: 30px;
        color: #DE9726;
        cursor: pointer;
        background-color: transparent;
        border: 2px solid #DE9726;
        border-radius: 100%;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
        padding: 7px;
        z-index: 9;
        text-align: center;
        height: 50px;
        width: 50px;
    }

    .products .slick-arrow:hover {
        background-color: #DE9726;
        color: #fff;
    }

    .products i.fa-angle-right {
        right: 25px;
    }

    .products i.fa-angle-left {
        right: 100px;
    }

    .products .slick-dots {
        bottom: -65px;
    }

    .ms-auto {
        margin-left: auto !important;
    }

    /* end related */

    .detail-product {
        margin: 20px 0;
    }

    h1.products-text {
        font-size: 24px !important;
        font-weight: 600;
        color: #643D0E;
        font-family: 'Poppins';
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 15px;
    }

    .seo-link {
        color: #000000;
        text-decoration: none;
    }

    .seo-link:hover {
        opacity: 0.7;
        color: #262626;
    }

    .spacing-seo-link {
        margin: 1em 5px;
    }

    .basic-info {
        padding: 5px;
        border: 2px solid #643D0E;
        border-radius: 10px;
        margin: 5px 0;
    }

    table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

    table caption {
        font-size: 1.5em;
        margin: 0.5em 0 0.75em;
    }

    thead tr {
        background-color: #71430C !important;
    }


    .description-product table tr {
        border: none;
    }

    table tr {
        background-color: #fff;
        border: 1px solid #EEEEEE;
        padding: 0.35em;
    }

    table th,
    table td {
        padding: 8px 20px;
        text-align: left;
    }

    table th {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
    }

    table td {
        color: #643D0E;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
    }

    .chechbox-part {
        margin: 10px 0 20px 0;
    }

    .chechbox-part p {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: left;
        color: #685443;
    }

    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #E5E7E9;
        background-color: #1BA2CA;
        color: #ffffff;
    }

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: 1px solid #E5E7E9;
        outline: none;
        cursor: pointer;
        padding: 14px 0px;
        transition: all 0.3s ease;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        line-height: 28.8px;
        width: 50%;
        background-color: #fff;
        color: #685443;
    }

    .tab button:hover {
        background-color: #DE9726;
        color: #fff;
    }

    .tab button.active {
        background-color: #DE9726;
        border: 1px solid #DE9726;
        color: #ffffff;
    }

    .desk-info {
        margin-bottom: 30px;
    }

    .tabcontent {
        border: 2px solid #E5E7E9;
        display: none;
        padding: 20px;
        border-top: none;
    }

    .tabcontent h2,
    .tabcontent h3,
    .tabcontent h4 {
        font-size: 14px !important;
        font-family: 'Poppins' !important;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
        margin: 0;
    }

    .tabcontent p,
    .tabcontent p span {
        font-size: 14px !important;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: justify;
        color: #685443 !important;
        margin-bottom: 8px;
        font-family: 'Poppins' !important;
    }

    .tabcontent li {
        font-size: 14px !important;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: justify;
        color: #685443;
        font-family: 'Poppins' !important;
        margin-bottom: 5px;
    }

    .button-detail-product {
        border: 2px solid #DE9726;
        border-radius: 80px;
        outline: 0;
        padding: 12px;
        color: #fff;
        background-color: #DE9726;
        text-align: center;
        cursor: pointer;
        width: 100%;
        font-size: 16px;
        transition: all 0.3s ease;
    }

    .button-detail-product:hover {
        background-color: #fff;
        color: #DE9726;
    }

    .description-product {
        width: 100%;
    }

    .recommendation-product {
        background-image: url("https://chemtradea.chemtradeasia.com/chemtradeasia-new/bg-related-product.png");
        height: 480px;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-color: #F3F7FA;
        padding: 30px 0;
    }

    .recommendation-product {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .layer-one {
        width: 100%;
        display: flex;
    }

    .custom-bold {
        font-weight: 600;
        font-size: 14px;
        color: #643D0E;
    }

    p {
        margin: 0;
        text-align: justify;
    }

    .main-inquiry p {
        color: #685443;
        margin-bottom: 20px;
    }

    .main-inquiry h6,
    .button-download h6 {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;
        color: #685443;
    }

    .img-product-custom {
        width: 100%;
        height: 420px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }

    .half-detail-description {
        width: 50%;
        border-radius: 10px;
        background-color: #643D0E;
        margin: 5px;
    }

    .full-detail-description {
        border-radius: 10px;
        background-color: #643D0E;
        margin: 5px;
    }

    .list-detail-description {
        margin-right: 5px;
        font-size: 14px !important;
        font-weight: 400;
        word-wrap: break-word;
        text-align: left !important;
        color: #643D0E;
    }

    .more-details table tr td,
    .basic-details table tr td {
        padding: 5px 0;
    }

    .more-details tbody,
    .appearance tbody {
        vertical-align: baseline;
    }

    .industry-info h6,
    .share-link h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        color: #685443;
    }

    .share-link h6 {
        margin-bottom: 10px;
    }

    .btn-industry {
        padding: 10px;
        font-size: 12px;
        border: 1px solid #EDF7FF;
        border-radius: 100px;
        background: #EDF7FF;
        width: 100%;
        text-align: center;
    }

    .media.facebook:hover {
        background-color: #1E4899;
    }

    .media.linkedin:hover {
        background-color: #0077B7;
    }

    .media.linkedin {
        background-color: #0077B7;
        margin: 0 5px;
    }

    .media.facebook {
        background-color: #1E4899;
        margin: 0 5px;
    }

    .media.whatsapp {
        background-color: #33CC33;
        margin: 0 5px;
    }

    .media.link {
        background-color: #DE9726;
    }

    .share-link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .content-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .basic-details,
    .category-part-det {
        margin: 10px 0;
    }

    .basic-details h6,
    .category-part-det h6 {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
    }

    .category-part-det .cat-prod {
        background-color: #FFF9EF;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        color: #643D0E;
        padding: 10px 15px;
        border-radius: 50px;
        margin-top: 15px;
    }

    .cust-margin {
        margin-bottom: 14px;
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 40px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: 100px auto 0 auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0;
        }

        to {
            top: 0;
            opacity: 1;
        }
    }

    /* The Close Button */
    .close {
        color: #000;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        padding: 2px 16px;
        background-color: #643D0E;
        color: white;
    }

    .modal-body {
        padding: 30px;
    }

    .modal-body h2 {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 43px;
        letter-spacing: 0em;
        color: #643D0E;
        max-width: 85%;
    }

    input.modal-email[type="email"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    button.modal-email[type="submit"] {
        width: 100%;
        background-color: #643D0E;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    button.modal-email[type="submit"]:hover {
        background-color: #f2f2f2;
        color: #000;
    }

    .btn-input-email {
        background: #643D0E;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
    }

    .float-right {
        float: right;
    }

    input.submit-form {
        width: 170px;
        background-color: #DE9726;
        color: white;
        padding: 13px 20px;
        margin: 20px 0 8px auto;
        border: 2px solid #DE9726;
        border-radius: 75px;
        font-size: 16px;
        display: block;
        transition: all 0.3s ease;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
    }

    input.submit-form:hover {
        background-color: #fff;
        color: #DE9726;
    }

    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
        outline-color: #DE972624;
        outline: none;
    }

    .detail-contents label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443
    }

    .tds-part table tr {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 0.35em;
    }

    .cstm-download {
        cursor: pointer;
        border: 1px solid black;
        border-radius: 2px;
        background-color: unset;
        border: none;
    }

    .cstm-download svg {
        fill: #000;
        margin: 5px !important;
        display: block;
    }

    .cstm-download img {
        width: 20px;
        height: 20px;
    }

    .tds-part table th,
    .tds-part table td {
        padding: 0.625em;
        text-align: center;
    }

    .checkbox-part {
        display: flex;
        margin: 10px 0 20px 0;
    }

    .checkbox-part p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #685443;
    }

    .detail-list-form {
        border-radius: 5px;
    }

    .img-cust {
        margin: 16px 0 auto auto;
    }

    .img-cust2 {
        margin: auto 0px auto auto;
    }

    .img-cust img,
    .img-cust2 img {
        width: 20px;
        height: 20px;
    }

    .modal-content form {
        margin-top: 20px;
    }

    .detail-list-form.detail-contents {
        width: 100%;
        text-align: left;
    }

    table.table {
        margin-top: 30px;
    }

    .main-cn-pr {
        margin-bottom: 30px;
        padding: 20px;
        border: 2px solid #E5E7E9;
        height: 600px;
    }

    .inquiry {
        margin-bottom: 27px;
        padding: 20px;
        border: 2px solid #E5E7E9;
        height: 46%;
    }

    .button-download {
        margin-bottom: 30px;
        padding: 20px;
        border: 2px solid #E5E7E9;
        height: 45%;
    }

    .share-link.mobile {
        display: none;
    }


    @media (max-width: 1400px) {
        .main-cn-pr {
            height: 720px !important;
        }

        .inquiry {
            margin-bottom: 30px !important;
            height: 47% !important;
        }
    }

    @media (max-width:1075px) and (min-width: 768px) {
        .top-cn {
            margin-top: 150px;
        }
    }

    @media (max-width:1024px) {
        .category-part-det .row {
            display: grid;
            text-align: center;
        }

        .category-part-det .row .col-md-4 {
            width: 100%;
        }

        .category-part-det .cat-prod {
            text-align: center;
        }
    }

    @media (max-width: 1000px) and (min-width: 768px) {
        .main-cn-pr {
            height: auto !important;
        }

        .inquiry {
            height: 50% !important;
            margin-bottom: 18px !important;
        }

        p.more-side {
            margin-bottom: 15px !important;
        }

        .button-download {
            height: 43% !important;
        }
    }

    @media (max-width: 768px) {
        .main-cn-pr {
            height: 100% !important;
        }

        .products .slick-dots li button {
            display: none;
        }

        .img-product-custom {
            width: 100%;
            height: 300px;
        }
    }

    @media (max-width: 800px) {
        .card {
            margin: 10px 0;
        }
    }

    @media (max-width: 768px) {
        .share-link {
            display: none;
        }

        .share-link.mobile {
            display: flex;
            margin-top: 20px;
        }

        .category-part-det .col-md-4 {
            margin-bottom: 20px;
        }

        .desk-info {
            margin-top: 20px;
        }
    }

    @media (max-width: 720px) {
        .card {
            width: 95%;
        }

        .recommendation-product {
            width: 95%;
        }

        .modal {
            padding: 0
        }
    }

    @media (min-width: 720px) {
        .flex-detail-product {
            display: flex;
        }
    }

    @media (max-width: 500px) {

        h2.top-products-title {
            font-size: 18px;
            line-height: 27px
        }

        .tab button {
            font-size: 14px;
            line-height: 25.2px;
        }
    }
</style>
