<style>
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }

    .home-banner {
        margin: 200px 0 0 0;
    }

    .img-banner {
        background-position: center;
        background-size: cover;
        height: 590px;
        border: 2px solid #E5E7E9;
        width: 100%;
    }

    .products-title1 {
        color: #685443;
        font-size: 44px !important;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 0;
    }

    .products-title2 {
        color: #685443;
        font-size: 30px !important;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 60px;
    }

    .carousel-caption {
        position: absolute;
        color: #fff;
        text-align: left;
        bottom: 8px;
    }

    .carousel-caption h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
    }

    .img-product-new {
        height: 200px;
        background-position: center;
        background-size: cover;
        position: relative;
        width: 100%;
    }

    .custom-new {
        width: calc(22% - 1vw);
        margin: 0 12px 45px 12px;
    }

    .custom-new .hover-card:hover {
        transform: translateY(-20px);
        box-shadow: 8px 8px 15px 0px rgba(0.5, 0.5, 0.5, 0.18);
    }

    .section-desc {
        background-color: #fff;
        position: relative;
        padding: 110px 0;
        margin: 80px 0;
        z-index: 18;
    }

    .bg-img-abs1 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 320px;
        z-index: -1;
    }

    .bg-img-abs2 {
        position: absolute;
        top: 0;
        width: 320px;
        z-index: -1;
        right: 0;
    }

    .inventory-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 80px;
    }

    .cardContainer:after {
        content: "";
        display: table;
        clear: both;
    }

    /* slicky */
    .top-product-sec {
        background-color: #FFF9EF;
        margin: unset;
        padding: 40px 0 50px 0;
        position: relative;
    }

    .added-bg-new {
        background-image: url('https://chemtradea.chemtradeasia.com/leather/home/bg-chem.webp');
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        width: 500px;
        height: 100%;
    }

    .card-top-product {
        background: #fff;
        border: 1px solid #E5E7E9;
        margin: 0px 10px;
        height: 450px;
        position: relative;
    }

    .card-top-product:hover {
        transform: translateY(-20px);
        box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
        transition: all 0.4s;
    }

    .content-card {
        padding: 10px 0;
    }

    .content-card h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #051923;
    }

    .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: -107px;
        font-size: 30px;
        color: #DE9726;
        cursor: pointer;
        background-color: transparent;
        border: 2px solid #DE9726;
        border-radius: 100%;
        text-decoration: none;
        outline: 0;
        transition: all 0.3s ease;
        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: -30px;
    }

  

    .ml-2 {
        margin-left: 5px;
    }


    /* our value section */
    .our-value-sec {
        background-image: url('https://chemtradea.chemtradeasia.com/leather/home/our-value-sec.webp');
        background-position: center;
        background-size: cover;
        padding: 85px 0 190px 0;
        margin: 80px 0;
        position: relative;
    }

    .value-sec2 {
        margin: -230px auto 0 auto;
        z-index: 1;
        position: relative;
    }

    .content-value p {
        margin: 10px auto;
        max-width: 70%;
        color: #fff;
        text-align: center;
    }

    .top-added {
        margin: 50px 100px;
    }

    .contain-space {
        max-width: 80%;
        margin: auto;
    }

    .card-value {
        box-shadow: 6px 6px 15px 0px #08223F26;
        background-color: #fff;
        padding: 30px;
        margin-bottom: 30px;
        height: 315px;
        transition: 0.3s ease-out;
    }

    .card-value:hover {
        transform: translateY(-20px);
        box-shadow: 8px 8px 15px 0px rgba(0.5, 0.5, 0.5, 0.18);
    }

    .card-value img {
        width: 75px;
        margin: auto;
        display: block;
    }

    .card-value h4 {
        text-align: center;
        margin: 15px 0 5px 0;
        color: #DE9726;
    }

    .card-value p {
        text-align: center;
        color: #685443;
    }

    .our-value-sec .container {
        position: relative;
    }

    .event-blog {
        margin: 70px auto 50px auto;
    }

    .slide-event {
        background-color: #FFF9EF;
        padding: 30px 30px 66px 30px;
        margin-bottom: 30px;
    }

    .blog-part {
        background-color: #FFF9EF;
        margin-bottom: 30px;
        padding: 30px;
    }

    .title-sec {
        text-align: left;
        color: #643D0E;
        margin-bottom: 23px;
        font-weight: 600;
    }

    .img-event {
        background-position: center;
        background-size: cover;
        height: 400px;
        width: 100%;
        position: relative;
    }

    .desc-event {
        position: absolute;
        bottom: 0;
        background: linear-gradient(180deg, rgba(5, 25, 35, 0) 0%, rgba(5, 25, 35, 0.8) 100%);
        width: 100%;
        padding: 25px 0 50px 25px;
    }

    .desc-event h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
    }

    .desc-event p {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
    }

    .desc-event svg {
        margin: auto 10px auto 0 !important;
        width: 20px;
        height: 20px;
    }

    .event .slick-arrow {
        position: absolute;
        top: 45%;
        font-size: 21px;
        color: #71430C;
        cursor: pointer;
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 100%;
        text-decoration: none;
        outline: 0;
        opacity: 1;
        padding: 1px;
        z-index: 9;
        text-align: center;
        height: 28px;
        width: 28px;
    }

    .event i.fa-angle-right {
        right: 20px;
    }

    .event i.fa-angle-left {
        left: 20px;
    }

    .event .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #DE9726;
    }

    .event .slick-dots li button:before {
        font-size: 15px;
        color: #fff;
        opacity: 1;
    }

    .event .slick-dots {
        bottom: 12px;
    }

    .view-btn {
        margin: 35px auto 0 auto;
        display: block;
    }

    .card-blog {
        background-color: #FFFFFF;
        margin-bottom: 20px;
    }

    .img-blog {
        background-position: center;
        background-size: cover;
        height: 100%;
        width: 100%;
    }

    .m-auto {
        margin: auto !important;
    }

    .desc-blog {
        margin: auto 0;
        padding: 20px 10px;
    }

    .filter-by {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0em;
        color: #DE9726;
        padding: 4px 12px;
        width: 155px;
        border-radius: 100px;
        border: 1px solid #DE9726;
        text-align: center;
    }

    .desc-blog h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #643D0E;
        margin: 15px 0 7px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .desc-blog .date {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
        justify-content: start;
        display: flex;
    }

    .desc-blog svg {
        margin: auto 10px auto 0 !important;
    }

    .quick-inquiry,
    #menu {
        border: 2px solid #E5E7E9;
        height: 590px;
    }

    .title-card-banner {
        background-color: #71430C;
        border: 1px solid #E5E7E9;
        text-align: center;
        color: #fff;
        padding: 15px 20px;
        margin: 0;
    }

    .quick-inquiry form {
        padding: 20px;
    }

    .quick-inquiry .btn-submit {
        margin: 16px 0 auto auto;
        display: block;
    }

    .mobile-app {
        background-color: #FFF9EF;
        padding: 20px 0;
    }

    .mobile-app .img-icon {
        background-position: center;
        background-size: cover;
        height: 300px;
        width: 100%;
    }

    .content-mob .download-img {
        display: flex;
        margin-top: 20px;
    }

    .download-img img {
        border-radius: 8px;
        width: 100%;
        height: 60px;
    }

    .image-mob img {
        width: 600px;
        height: auto;
        margin: auto;
        display: block;
    }

    input.field-form,
    option.field-form,
    select.field-form {
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        font-size: 16px;
    }

    .quick-inquiry form {
        position: relative;
    }

    #suggestions_products {
        display: none;
        position: absolute;
        margin-right: 20px;
        max-height: 235px;
        width: auto;
    }

    .content-card p {
        font-size: 14px !important;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
    }

    .custom-bold {
        font-weight: 600 !important;
        font-size: 14px !important;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        color: #643D0E !important;
    }

    .card-subtitle {
        margin-top: -0.25rem;
        margin-bottom: 0;
    }
    
    .custom-icon {
        width: 20px;
        height: 20px;
        margin: auto 10px auto 0;
    }


    /* section one */
    .sec-one {
        display: flex;
    }

    .sec-one .nav,
    .sec-one .quick-inquiry {
        width: 25%;
        margin-left: 20px;
    }

    .sec-one .quick-inquiry {
        margin-right: 20px;
    }

    .sec-one .banner {
        width: 50%;
    }

    ul {
        margin: 0;
        padding: 0;
    }

    li {
        list-style: none;
    }

    .cl-menu li svg {
        margin: auto 0 auto auto !important;
    }

    .cl-menu li {
        position: relative;
        border-bottom: 1px solid #E5E7E9;
    }

    .cl-menu li#albumes-moreindustry {
        border-bottom: 0px;
    }

    .cl-menu>li:hover {
        font-weight: bold;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .cl-menu li a {
        display: block;
        padding: 10px;
        color: #685443;
        font-size: 16px;
        font-weight: 500;
    }

    .cl-menu li:hover a {
        color: #685443;
    }

    .menu-cstm li:hover a {
        color: #DE9726 !important;
    }

    .cl-menu li a:hover {
        text-decoration: none;
    }

    #albumes-moreindustry:hover .hover-color {
        color: #DE9726;
    }

    .cl-menu li ul {
        position: absolute;
        left: 100%;
        display: none;
    }

    .cl-menu li:hover>ul {
        display: block;
    }

    .cl-menu li ul.sc-one {
        top: 0;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-one {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-one {
        top: 0;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-two {
        top: -47px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-two {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-two {
        top: -46px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-three {
        top: -93px;
        width: 300px;
        height: 518px;
        background-color: #fff;
        overflow: scroll;
    }

    .cl-menu li:hover>ul.sc-plus-three {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-three {
        top: -92px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-four {
        top: -137px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-four {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-four {
        top: -138px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-five {
        top: -185px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-five {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-five {
        top: -184px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-six {
        top: -230px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-six {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-six {
        top: -230px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-seven {
        top: -277px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-seven {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-seven {
        top: -276px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-eight {
        top: -321px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-eight {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-eight {
        top: -274px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-nine {
        top: -365px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-ten {
        top: -410px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-eleven {
        top: -456px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul.sc-twelve {
        top: -456px;
        width: 300px;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li:hover>ul.sc-plus-nine {
        opacity: 1;
    }

    .cl-menu li ul.sc-plus-nine {
        top: -313px;
        width: 17vw;
        height: 518px;
        background-color: #fff;
    }

    .cl-menu li ul li {
        background: #fff;
        /* border-bottom: 1px solid #fff; */
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .menu-industry {
        padding: 0 20px;
    }

    .button-application {
        display: block;
        padding: 10px;
        color: #685443;
        width: 100%;
        text-align: left;
        font-size: 16px;
        background-color: #fff;
        cursor: pointer;
        border: none;
    }

    /* end top 3 column */

    @media (min-width:1024px) {
        .custom-new {
            width: calc(18% - 0.6vw);
        }
    }

    @media (max-width: 1399px) and (min-width:1200px) {
        .g-recaptcha {
            transform: scale(0.71);
            transform-origin: 0 0;
        }
    }

    @media (max-width: 1199px) and (min-width:1024px) {
        .g-recaptcha {
            transform: scale(0.57);
            transform-origin: 0 0;
        }
    }

    @media (max-width:1024px) {

        .home-banner .row {
            margin: 0;
        }

        .card-value h4 {
            height: auto;
        }

        .custom-reverse {
            display: flex;
            flex-direction: column-reverse;
        }

        .custom-reverse .col-md-5 {
            width: 100% !important;
        }

        .custom-reverse .col-md-7 {
            width: 100% !important;
        }

        .quick-inquiry,
        .nav {
            display: none;
        }

        .home-banner .col-md-6 {
            width: 100% !important;
            padding: 0;
            margin: 0;
        }

        .mobile-app {
            padding: 60px 0;
        }

        .home-banner .container {
            margin: 0;
            padding: 0;
            max-width: 100%;
        }

        .home-banner {
            margin: 140px 0 0 0;
        }
    }

    @media (max-width:1440px) {
        #menu {
            height: 624px;
            /* height: 100%; */
        }

        .img-banner {
            height: 624px;
        }

        .quick-inquiry,
        #menu {
            height: 624px;
        }

        .menu-industry {
            padding: 0 20px 35px 20px !important;
        }


        #menu .quick-inquiry {
            height: 100%;
        }

        .custom-hg {
            height: 500px;
        }

        .image-mob img {
            width: 100%;
            object-fit: cover;
        }

    }

    @media (max-width: 991px) and (min-width:768px) {
        .card-value {
            height: 530px !important;
        }
    }

    @media (max-width: 1200px) {
        .card-value {
            height: 360px;
        }
    }

    @media (max-width: 1200px) and (min-width: 1000px) {
        .img-banner {
            height: 750px;
        }

        .quick-inquiry,
        #menu {
            height: 750px;
        }

        .menu-industry {
            padding: 0 20px;
        }
    }

    @media (max-width: 767px) {
        .card-value {
            height: auto;
        }

        .bg-img-abs1,
        .bg-img-abs2 {
            width: 285px;
        }

        .section-desc {
            margin: 0 auto 40px auto;
        }

        .slick-dots li button {
            display: none;
        }

        .slide-event {
            padding: 30px;
        }

        .image-mob img {
            margin-top: 30px;
            width: 100%;
        }

        .custom-new {
            width: calc(46% - 2.5vw);
        }

        .contain-space {
            max-width: 100%;
            margin: auto;
        }

        .nav,
        .quick-inquiry {
            display: none;
        }

        .sec-one .banner {
            width: 100%;
        }

        .download-img img {
            padding-right: 10px;
            height: auto;
        }

        .nav,
        .quick-inquiry {
            display: none;
        }

        #menu,
        .img-banner,
        .quick-inquiry {
            height: 300px;
        }

        .img-blog {
            height: 200px;
        }

        .card-blog {
            margin-bottom: 40px;
        }

    }

    /* Custom Font Size Mobile */
    @media (max-width: 500px) {

        .products .slick-arrow {
            top: -65px;
        }

        .content-mob .download-img {
            margin-top: 20px;
        }

        .mr-cstm {
            margin-right: 0 !important;
        }
    }

    /* End Custom Font Size Mobile */


    @media (max-width: 450px) {

        .custom-hg {
            height: 100%;
        }

        .custom-new {
            width: 100%;
        }

        .img-event {
            height: 450px;
        }
    }

    @media (max-width: 380px) {
        .products .slick-arrow {
            display: none !important;
        }
    }
</style>
