<style>
    .bt-product {
        position: absolute;
        top: 17px;
        right: 20px;
    }

    .subtitle-banner {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        max-width: 70%;
        color: #fff;
    }

    /* filter by */
    .custom-dropdown-filter .dropdown-btn-filter {
        width: 215px;
        padding: 5px 10px;
        border-radius: 100px;
        border: 1px solid #051923;
        cursor: pointer;
        font-size: 14px;
    }

    .custom-dropdown-filter .custom-dropdown-content-filter {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 215px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding: 5px;
    }

    .custom-dropdown-filter .search-input-filter {
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 13px 25px;
        box-sizing: border-box;
        border-radius: 100px;
        width: 100%;
        border: 1px solid #643D0E;
    }

    .custom-dropdown-filter .custom-dropdown-content-filter a {
        display: flex;
        align-items: center;
        padding: 5px;
        text-decoration: none;
        color: #685443;
    }

    .custom-dropdown-filter .custom-dropdown-content-filter a input {
        margin-right: 5px;
        width: fit-content;
    }

    .custom-dropdown-filter .clear-all-btn-filter {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
        display: none;
    }

    .custom-dropdown-filter .result-mt {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .dropdown-filterby {
        position: absolute;
        top: 12px;
        right: 16px;
    }

    .custom-dropdown-filter .result-mt:hover .clear-all-btn-filter {
        display: inline;
    }


    /* Filter Industry */
    .flex-selct {
        display: flex !important;
        justify-content: space-between;
    }

    .custom-dropdown-filter {
        position: relative;
        display: inline-block;
    }

    .dropdown-btn-filter {
        width: 215px;
        padding: 5px 10px;
        border-radius: 100px;
        border: 1px solid #051923;
        cursor: pointer;
    }

    .dropdown-content-filter {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 215px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding: 5px;
    }

    .search-input-filter {
        width: calc(100% - 10px);
        margin-bottom: 5px;
        padding: 5px;
        box-sizing: border-box;
    }

    .dropdown-content-filter a {
        display: flex;
        align-items: center;
        padding: 5px;
        text-decoration: none;
        color: #685443;
        margin: 0
    }

    .dropdown-content-filter a input {
        margin-right: 5px;
        width: fit-content;
    }

    .form-check-input {
        width: fit-content;
    }

    .form-check {
        display: flex;
        cursor: pointer;
        margin-bottom: 2px;
    }


    /* related-product */
    .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;
    }

    .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;
    }

    .top-products-title {
        color: #643D0E;
        font-size: 44px;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 50px;
    }

    .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: #76C2F4;
    }

    .products .slick-arrow {
        position: absolute;
        top: -107px;
        font-size: 30px;
        color: #76C2F4;
        cursor: pointer;
        background-color: transparent;
        border: 2px solid #76C2F4;
        border-radius: 100%;
        text-decoration: none;
        outline: 0;
        opacity: 0.9;
        padding: 7px;
        z-index: 9;
        text-align: center;
        height: 50px;
        width: 50px;
    }

    select:focus-visible {
        outline: none;
    }

    .products .slick-arrow:hover {
        background-color: #76C2F4;
        color: #fff;
    }

    .products i.fa-angle-right {
        right: 25px;
    }

    .products i.fa-angle-left {
        right: 100px;
    }

    .products .slick-dots {
        bottom: -65px;
    }

    /* end related */

    .all-product {
        padding: 50px 0;
    }

    .tag-search {
        margin-top: 10px;
        width: 80%;
        margin: auto;
    }

    .tag-tl {
        margin: auto 10px auto 0;
    }

    .btn-tag {
        padding: 0 25px;
        font-size: 12px;
        border: 1px solid #fff;
        border-radius: 100px;
    }

    .btn-tag-filter {
        padding: 6px 25px;
        font-size: 12px;
        border: 1px solid #ECF6FD;
        border-radius: 100px;
        background: #ECF6FD;
    }

    .btn-tag-filter-disabled {
        padding: 6px 25px;
        font-size: 12px;
        color: #35C0FA;
    }

    .section-sort {
        margin-bottom: 20px;
    }

    .title-sort {
        margin: auto 0;
        padding-right: 13px;
        font-weight: 400;
        color: #685443;
        text-wrap: nowrap;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;
        text-align: right;
    }

    .all-product .dropdown-menu {
        border-radius: 4px;
        margin: 6px 0 !important;
        padding: 15px 12px;
        width: 218px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .fa-angle-down {
        margin: auto 0 auto auto;
    }

    .all-product .fa-angle-down:before {
        font-size: 17px;
        font-weight: bold;
    }

    .form-check-label {
        padding-left: 8px;
        color: #685443;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;
    }

    .short-date a:hover,
    .short-date a:active {
        color: #000 !important;
    }

    .all-product a:-webkit-any-link:active {
        color: #000 !important;
    }

    .sort-date .dropdown-toggle::after {
        display: inline-block;
        margin-left: 58px;
    }

    .filter .dropdown-toggle::after {
        display: inline-block;
        margin-left: 72px;
    }

    .tab-filter {
        display: flex;
        justify-content: flex-end;
    }


    /* start result-filter */
    .result-mt {
        margin-top: 10px;
    }

    .btn-tag-filter {
        padding: 12px 25px;
        font-size: 12px;
        border: 1px solid #ECF6FD;
        border-radius: 100px;
        background: #ECF6FD;
        margin: 5px 10px 0;
    }

    .btn-tag-filter-disabled {
        padding: 6px 25px;
        font-size: 12px;
        color: #35C0FA;
    }

    /* end result filter */

    .main-product {
        padding: 20px 0;
    }


    /* card */
    .cas,
    .hs {
        height: max-content;
    }

    .ml-2 {
        margin-left: 5px;
    }

    .custom-bold {
        font-weight: 600 !important;
        font-size: 14px !important;
        color: #643D0E !important;
        line-height: 26px;
    }

    .not-display {
        display: none
    }

    .res-tag {
        font-weight: bold;
        font-family: 'Poppins';
        font-size: 24px;
        line-height: 36px;
        text-align: left;
        color: #685443;
        margin-bottom: 40px;
    }

    #selectedCategory {
        color: #685443;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        line-height: 28.8px;
    }

    .card.product {
        height: unset;
        margin: 0;
        transition: 0.3s ease-out;
    }

    @media (max-width:1200px) and (min-width: 768px) {
        .content-card {
            height: 100px;
        }
    }

    @media (max-width: 767px) {

        .tag-search,
        .tag-search {
            width: 100%;
        }

        .tab-filter {
            justify-content: flex-start;
        }

        .title-sort {
            width: 100px;
        }

        .desc-vm img,
        .card-why img {
            width: 40px;
            margin-bottom: 5px;
        }
    }
</style>
