<style>
    * {
        font-family: "Poppins", sans-serif;
    }

    body {
        margin: 0;
        background-color: #fff;
        height: 100%;
        font-family: 'Poppins';
        top: 0 !important;
    }

    ::placeholder {
        color: #B1B1B1;
        font-size: 16px;
        font-weight: 400
    }

    #home.active,
    #btnCompany.active,
    #btnCompany.active .fa-angle-down:before,
    #btnProducts.active,
    #btnProducts.active .fa-angle-down:before,
    #btnIndustry.active,
    #btnIndustry.active .fa-angle-down:before,
    #btnEvents.active,
    #btnEvents.active .fa-angle-down:before,
    #btnSupplier.active {
        color: #DE9726;
    }

    #btnContact.active {
        background-color: #DE9726;
        color: #fff;
    }

    .top-cn {
        margin-top: 140px;
    }

    a {
        text-decoration: none;
    }

    .coba {
        overflow: hidden;
        background-color: #71430C;
        display: flex;
        justify-content: space-between;
    }

    .topnav {
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
    }

    .first-header {
        background-color: #71430C;
    }

    .second-header {
        background-color: #fff;
        box-shadow: 0px 4px 20px 0px #0000001A;
    }

    header {
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        position: fixed;
    }

    .fa-angle-down:before,
    .fa-angle-up:before {
        color: #643D0E;
        font-size: 26px;
        font-weight: 700;
    }

    .icon-globe svg {
        fill: transparent;
    }

    .only-logo {
        color: #ffffff;
        text-align: center;
        padding: 12px 0 6px 0;
        text-decoration: none;
        font-size: 16px;
    }

    .icon-globe {
        display: block !important;
        border: 1px solid #fff;
        padding: 12px;
        border-radius: 100%;
        width: 50px;
        height: 50px;
    }

    .button-primary {
        border: 2px solid #DE9726;
        border-radius: 100px;
        color: #FFF;
        width: max-content;
        padding: 13px 25px;
        background-color: #DE9726;
        margin: auto 0;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 500;
        text-wrap: nowrap;
        line-height: 24px;
    }

    .button-primary:hover {
        background-color: #fff;
        color: #DE9726;
    }

    .button-secondary {
        border-radius: 100px;
        outline: 0;
        padding: 13px 25px;
        color: #DE9726;
        border: 2px solid #DE9726;
        background-color: #fff;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease;
        margin: 10px 0;
        width: 100%;
    }

    .button-secondary:hover {
        background-color: #DE9726;
        color: #fff;
    }

    .autocomplete-nav {
        position: fixed;
        margin-right: 30px;
        width: 480px;
    }

    .topnav a {
        float: left;
        display: block;
        color: #643D0E;
        text-align: left;
        padding: 25px 0;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }

    .topnav .icon-bar {
        display: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
        font-size: 16px;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
    }

    .angle-down {
        display: block;
        margin-left: 10px;
    }

    .angle-up {
        display: none;
        margin-left: 10px;
    }

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 25px 0;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        display: flex;
        cursor: pointer;
    }

    .dropdown-content {
        background-color: #fff;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        height: auto;
        width: max-content;
        box-sizing: border-box;
        display: none;
        padding: 10px 30px;
    }

    .content-center-cont {
        display: flex;
        align-items: center;
    }

    .dropdown-content a {
        float: none;
        color: #643D0E;
        text-decoration: none;
        display: block;
        text-align: left;
        width: 100%;
        font-size: 16px;
        margin: 0px 20px;
    }

    .dropdown-content .test a {
        margin: 0;
        font-size: 16px;
        padding: 20px 0 10px 0;
    }

    .dropdown-content.industry a {
        margin-left: 10px;
    }

    .dropdown-content .test {
        float: none;
        color: #643D0E;
        text-decoration: none;
        display: block;
        text-align: left;
        width: 100%;
    }

    .topnav.responsive .show {
        display: block;
        padding: 0;
    }

    .topnav.responsive #angle-up1 {
        display: none;
    }

    .topnav.responsive #angle-up2 {
        display: none;
    }

    .topnav.responsive #angle-up3 {
        display: none;
    }

    .coba a.active {
        display: block;
    }

    .globe-search {
        justify-content: end;
        margin: auto 0;
    }

    .submit-form-navbar {
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        right: 16px;
        top: 3px;
        height: 100%;
        background: 0 0;
        border: 0;
    }

    .submit-form-navbar img {
        width: 24px;
        height: 24px;
    }

    .input-form-navbar {
        height: 100%;
        border-radius: 25px;
        border: 1px solid #ddd;
        background: #fff;
        display: block;
        width: 100%;
        padding: 10px 65px 10px 20px;
        font-size: 16px;
        color: #666;
    }

    .input-form-navbar:focus-visible {
        outline: none;
    }

    input,
    textarea,
    select {
        width: 100%;
        padding: 13px 25px;
        margin: 8px 0;
        display: inline-block;
        border: 2px solid #E5E7E9;
        border-radius: 100px;
        box-sizing: border-box;
        font-size: 16px;
        color: #685443;
    }

    textarea {
        border-radius: 20px;
    }

    input:focus-visible,
    textarea:focus-visible,
    select:focus-visible {
        outline: none;
    }

    .form-select {
        display: block;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .form-select {
            transition: none;
        }
    }

    .form-select:focus {
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

    #productList {
        max-height: 200px;
        z-index: 1000;
        position: fixed;
        overflow-y: scroll;
        display: block;
        background-color: #1F69B8;
        color: #ffffff;
        text-align: left;
        width: inherit;
    }

    .detail-product-suggest {
        list-style: none;
        padding: 5px;
    }

    .topnav #home {
        text-align: left;
    }

    .dropdown-content .dropdown2 {
        display: flex;
        gap: 20px;
        width: 100%;
        font-size: 16px;
    }

    .button-navbar {
        font-size: 18px;
        font-family: "Poppins";
        color: #643D0E;
        background-color: inherit;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        
    }

    .dropdown-content .test p {
        font-weight: 500;
        font-size: 16px;
    }

    .icon-search {
        display: none;
    }

    .font-color-title {
        color: #643D0E;
    }

    .font-color-body {
        color: #685443;
    }

    .text-white {
        color: #fff;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        font-family: 'Poppins';
    }

    /* Font Size Default */
    h1 {
        font-weight: 600;
        font-size: 50px;
        line-height: 75px;
        letter-spacing: 0;
    }

    h2,
    h3 {
        font-weight: 600;
        font-size: 44px;
        line-height: 66px;
        letter-spacing: 0;
        color: #643D0E;
    }

    h4 {
        font-size: 24px;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 0em;
    }

    h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
    }

    h6,
    p,
    a {
        font-weight: 400;
        font-size: 16px;
        line-height: 29px;
        letter-spacing: 0;
        margin: 0;
    }

    /* End Font Size Default */

    /* Banner and Breadcrumb */
    .banner,
    .banner-overview-image,
    .banner-supplier-image,
    .banner-contact {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
    }

    .bg-shadow-banner,
    .bg-shadow,
    .bg-hover {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #71430C 0%, #71430C 0.01%, rgba(113, 67, 12, 0.479167) 55.68%, rgba(113, 67, 12, 0) 100%);
    }

    .title-page h1 {
        font-size: 44px;
        font-weight: 600;
        line-height: 66px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        position: relative;
    }

    .banner h1 {
        font-size: 50px;
        font-weight: 600;
        line-height: 75px;
        letter-spacing: 0em;
        text-align: left;
        color: #fff;
        position: relative;
    }

    .role-link {
        background: #FFF9EF;
        padding: 12px 0;
    }

    .role-link p {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
        margin: 0;
    }

    .role-link p a {
        color: #643D0E;
    }

    .role-link p a:hover {
        color: #643D0E;
    }

    /* Banner and Breadcrumb */

    .feedback-sect {
        background-position: center;
        background-size: cover;
        width: 100%;
        padding: 50px;
        margin-bottom: 80px;
    }

    .p-line {
        color: #685443;
        text-align: center;
    }

    .btn-submit-feed {
        background-color: #fff;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        padding: 12px 20px;
        color: #DE9726;
        display: flex;
        align-items: center;
        width: max-content;
        border-radius: 100px;
        justify-content: center
    }

    .btn-submit-feed img {
        width: 7px;
        margin: auto 0 auto 10px;
    }

    strong {
        color: #F60000;
    }

    .desk-info strong {
        color: #685443;
    }

    #loadMoreBtn {
        margin: auto;
        display: block;
    }

    .card.product {
        margin: 30px 15px;
        height: 450px;
        transition: 0.3s ease-out;
    }

    .sort-date p {
        line-height: unset;
    }

    .title-sort {
        margin: auto 0;
        padding-right: 13px;
        color: #685443;
        text-wrap: nowrap;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;
        width: 100px;
    }

    .sort-date,
    .filter-product {
        width: 220px;
        padding: 13px 25px;
        border-radius: 100px;
        border: 1px solid #685443;
        color: #685443;
        font-size: 16px;
        text-wrap: nowrap;
        background-color: #fff;
    }

    .sort-date .title-dropdown,
    .filter .title-dropdown {
        font-size: 15px;
        font-weight: 400;
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .autocomplete-nav {
            width: 695px !important;
        }
    }

    @media (max-width: 767px) and (min-width: 575px) {
        .autocomplete-nav {
            width: 515px !important;
        }
    }

    @media (max-width: 574px) {
        .autocomplete-nav {
            width: 95% !important;
        }
    }

    @media (max-width: 1400px) {

        .dropdown,
        .dropdown .dropbtn {
            font-size: 16px;
        }

        .dropbtn .button-navbar,
        .input-form-navbar {
            font-size: 16px;
        }

        .dropdown-content .dropdown2,
        .dropdown-content .test a {
            font-size: 14px;
        }

        .dropdown-content .test p {
            font-size: 16px;
            margin: 0;
        }
    }

    @media screen and (min-width:1075px) {
        .dropdown:hover .dropdown-content {
            display: grid;
            position: fixed;
        }

        .coba form {
            width: 500px;
        }

        .column-industry-show a {
            float: none;
            color: white;
            padding: 16px 0px;
            text-decoration: none;
            display: block;
            text-align: left;
            width: 100%;
        }
    }

    @media (max-width:1075px) and (min-width: 768px) {

        .first-header .container,
        .second-header .container {
            padding: 0;
        }
    }

    @media (max-width: 1075px) {

        .topnav a:not(:first-child),
        .dropdown .dropbtn {
            display: none;
        }

        .topnav a.icon-bar {
            float: right;
            display: block;
            width: auto;
        }

        .topnav a {
            font-size: 16px !important;
            padding: 15px 0;
        }

        .coba a.icon-search {
            display: block;
            border: 1px solid #fff;
            padding: 12px;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            margin-right: 20px;
        }

        .globe-search {
            margin: 20px 0;
        }

        .dropdown2 {
            margin-top: 10px
        }

        .topnav .button-primary {
            display: none;
            margin-bottom: 40px;
        }

        .topnav.topnav.responsive .button-primary {
            display: block;
        }

        .dropdown {
            width: auto;
        }

        .topnav.responsive {
            position: relative;
            top: 0;
            display: block;
        }

        .topnav.responsive #myDropdown1 {
            height: 100%;
            width: 100%;
        }

        .topnav.responsive #myDropdown3 {
            height: max-content;
            overflow-y: scroll;
            width: 100%;
            grid-template-columns: 1fr;
        }

        .topnav.responsive .icon-bar {
            position: absolute;
            right: 0;
            top: 0;
            margin: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            width: auto;
        }

        .topnav.responsive .test a {
            padding: 10px 20px;
        }

        .topnav #home {
            text-align: left;
        }

        .topnav.responsive .dropdown-content .dropdown2 a {
            font-weight: 600;
        }

        .topnav.responsive .dropdown-content .test p {
            font-weight: 600;
        }

        .coba form.form {
            float: none;
            display: none;
        }

        .coba form.showform {
            display: block;
            position: absolute;
            bottom: 80px;
            left: 0;
            width: 100%;
        }

        .coba.test {
            height: 200px;
            position: relative;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
            width: 100%;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: flex;
            justify-content: space-between;
            width: auto;
            text-align: left;
            padding: 15px 0;
        }

        .topnav.responsive .angle-down .angle-up {
            margin-left: 100px;
        }

        .autocomplete-nav {
            width: 935px;
        }

        .banner-overview-image,
        .banner-supplier-image,
        .banner-contact {
            margin-top: 140px !important;
        }
    }

    @media (max-width: 767px) {
        .topnav.responsive .dropdown-content {
            width: 100%;
        }

        .card.product {
            height: auto;
        }

        .role-link {
            display: none;
        }

        .feedback-sect {
            padding: 30px 20px;
        }

        .section-sort,
        .sort-date,
        .filter-product,
        .filter,
        .custom-dropdown-filter {
            width: 100%;
        }

        h1,
        .title-page {
            font-size: 30px !important;
            line-height: 45px !important;
        }

        h2,
        h3 {
            font-size: 22px !important;
            line-height: 33px !important;
            margin-bottom: 20px;
        }

        .main-stream .subtitle,
        h3.title,
        .why-sect-sup h5,
        h4,
        h5 {
            font-size: 18px !important;
            line-height: 27px !important;
        }

        h6,
        .desc-content-cont h3,
        .desc-content-cont h4 {
            font-size: 16px !important;
            line-height: 28.8px !important;
        }

        p,
        .btn-submit-feed,
        .desc-blog h6,
        .card-title-contact,
        .card-title-contact-wa,
        a,
        input,
        option,
        select,
        label,
        .title-sort,
        .sort-date,
        .filter,
        .accordion,
        span,
        ol li,
        .content-join-sec .btn-join {
            font-size: 14px !important;
            line-height: 26px !important;
        }
    }

    @media (max-width:1200px) {

        .custom-column {
            display: grid !important;
        }

        .custom-column .col-md-4,
        .custom-column .col-md-8 {
            width: 100%;
        }

        .sc-filter {
            justify-content: start !important;
        }
    }

    @media screen and (max-width: 465px) {
        .topnav.responsive .dropdown-content .dropdown2 p {
            display: none;
        }

        .topnav.responsive .dropdown-content .dropdown2 img {
            width: 150px !important;
            height: 100px !important;
        }

        .autocomplete-nav {
            width: 80%;
        }

        .topnav.responsive {
            height: 480px;
            overflow: scroll;
        }

    }


    /* bootstrap  */
    * {
        box-sizing: border-box;
    }

    .d-flex {
        display: flex;
    }

    .text-center {
        text-align: center;
    }

    .m-0 {
        margin: 0;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .mb-1 {
        margin-bottom: 10px;
    }

    .mb-2 {
        margin-bottom: 20px;
    }

    .mb-3 {
        margin-bottom: 30px;
    }

    .mb-4 {
        margin-bottom: 40px;
    }

    .mb-5 {
        margin-bottom: 50px;
    }

    .content-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {

        .container-sm,
        .container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {

        .container-md,
        .container-sm,
        .container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {

        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 960px;
        }

    }

    @media (min-width: 1200px) {

        .container-xl,
        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 1140px;
        }
    }

    @media (min-width: 1400px) {

        .container-xxl,
        .container-xl,
        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 1320px;
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-0.5 * var(--bs-gutter-x));
        margin-left: calc(-0.5 * var(--bs-gutter-x));
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

    @media (min-width: 768px) {
        .col-md {
            flex: 1 0 0%;
        }

        .col-md-auto {
            flex: 0 0 auto;
            width: auto;
        }

        .col-md-1 {
            flex: 0 0 auto;
            width: 8.33333333%;
        }

        .col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-md-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-md-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }

        .col-md-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }

        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }

        .col-md-9 {
            flex: 0 0 auto;
            width: 75%;
        }

        .col-md-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }

        .col-md-11 {
            flex: 0 0 auto;
            width: 91.66666667%;
        }

        .col-md-12 {
            flex: 0 0 auto;
            width: 100%;
        }

        .col-sm {
            flex: 1 0 0%;
        }

        .col-sm-auto {
            flex: 0 0 auto;
            width: auto;
        }

        .col-sm-1 {
            flex: 0 0 auto;
            width: 8.33333333%;
        }

        .col-sm-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-sm-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-sm-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-sm-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }

        .col-sm-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-sm-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }

        .col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }

        .col-sm-9 {
            flex: 0 0 auto;
            width: 75%;
        }

        .col-sm-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }

        .col-sm-11 {
            flex: 0 0 auto;
            width: 91.66666667%;
        }

        .col-sm-12 {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    @media (min-width:992px) {
        .col-lg {
            flex: 1 0 0%;
        }

        .col-lg-auto {
            flex: 0 0 auto;
            width: auto;
        }

        .col-lg-1 {
            flex: 0 0 auto;
            width: 8.33333333%;
        }

        .col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-lg-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }

        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }

        .col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }

        .col-lg-9 {
            flex: 0 0 auto;
            width: 75%;
        }

        .col-lg-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }

        .col-lg-11 {
            flex: 0 0 auto;
            width: 91.66666667%;
        }

        .col-lg-12 {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    @media (min-width: 1200px) {
        .col-xl {
            flex: 1 0 0%;
        }

        .col-xl-auto {
            flex: 0 0 auto;
            width: auto;
        }

        .col-xl-1 {
            flex: 0 0 auto;
            width: 8.33333333%;
        }

        .col-xl-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
        }

        .col-xl-3 {
            flex: 0 0 auto;
            width: 25%;
        }

        .col-xl-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }

        .col-xl-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
        }

        .col-xl-6 {
            flex: 0 0 auto;
            width: 50%;
        }

        .col-xl-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
        }

        .col-xl-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }

        .col-xl-9 {
            flex: 0 0 auto;
            width: 75%;
        }

        .col-xl-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }

        .col-xl-11 {
            flex: 0 0 auto;
            width: 91.66666667%;
        }

        .col-xl-12 {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    .dropdown-toggle {
        white-space: nowrap;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

    .dropdown-menu-start {
        --bs-position: start;
    }

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-end {
        --bs-position: end;
    }

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

    @media (min-width: 576px) {
        .dropdown-menu-sm-start {
            --bs-position: start;
        }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

        .dropdown-menu-sm-end {
            --bs-position: end;
        }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
    }

    @media (min-width: 768px) {
        .dropdown-menu-md-start {
            --bs-position: start;
        }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

        .dropdown-menu-md-end {
            --bs-position: end;
        }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
    }

    @media (min-width: 992px) {
        .dropdown-menu-lg-start {
            --bs-position: start;
        }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

        .dropdown-menu-lg-end {
            --bs-position: end;
        }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
    }

    @media (min-width: 1200px) {
        .dropdown-menu-xl-start {
            --bs-position: start;
        }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

        .dropdown-menu-xl-end {
            --bs-position: end;
        }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
    }

    @media (min-width: 1400px) {
        .dropdown-menu-xxl-start {
            --bs-position: start;
        }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

        .dropdown-menu-xxl-end {
            --bs-position: end;
        }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
    }

    .dropup .dropdown-menu[data-bs-popper] {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 0.125rem;
    }

    .dropup .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid;
        border-left: 0.3em solid transparent;
    }

    .dropup .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropend .dropdown-menu[data-bs-popper] {
        top: 0;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: 0.125rem;
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropend .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropend .dropdown-toggle::after {
        vertical-align: 0;
    }

    .dropstart .dropdown-menu[data-bs-popper] {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: 0;
        margin-right: 0.125rem;
    }

    .dropstart .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
    }

    .dropstart .dropdown-toggle::after {
        display: none;
    }

    .dropstart .dropdown-toggle::before {
        display: inline-block;
        margin-right: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0.3em solid;
        border-bottom: 0.3em solid transparent;
    }

    .dropstart .dropdown-toggle:empty::after {
        margin-left: 0;
    }

    .dropstart .dropdown-toggle::before {
        vertical-align: 0;
    }

    .dropdown-divider {
        height: 0;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd;
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-header {
        display: block;
        padding: 0.5rem 1rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        color: #6c757d;
        white-space: nowrap;
    }

    .dropdown-item-text {
        display: block;
        padding: 0.25rem 1rem;
        color: #212529;
    }

    .dropdown-menu-dark {
        color: #dee2e6;
        background-color: #343a40;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-item:hover,
    .dropdown-menu-dark .dropdown-item:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .dropdown-menu-dark .dropdown-item.active,
    .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #0d6efd;
    }

    .dropdown-menu-dark .dropdown-item.disabled,
    .dropdown-menu-dark .dropdown-item:disabled {
        color: #adb5bd;
    }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, 0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

    a {
        margin: 0;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #E5E7E9;
    }

    .card:hover {
        transform: translateY(-20px);
        box-shadow: 8px 8px 15px 0px rgba(0.5, 0.5, 0.5, 0.18);
    }

    .card-body,
    .card-body-loc {
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        flex: 1 1 auto;
        padding: 20px;
    }

    .card-body h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #643D0E;
        margin: 0;
        padding: 0;
        height: unset !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .card-body p {
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        color: #685443;
        padding: 0;
        margin: 5px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .content-card p {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        word-break: break-word;
        margin: 0;
        padding: 0;
    }

    .custom-bold {
        font-weight: 600 !important;
        font-size: 14px !important;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        color: #643D0E !important;
    }

    .card-title {
        margin-bottom: 0.5rem;
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 55px;
    }

    .card-subtitle {
        margin-top: -0.25rem;
        margin-bottom: 0;
    }

    .custom-color {
        color: #685443;
        font-size: 14px !important;
        font-weight: 400;
        line-height: 25px;
        text-wrap: nowrap;
    }

    .card>hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card>.list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

    .card>.list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    .card>.list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(0.25rem - 1px);
        border-bottom-left-radius: calc(0.25rem - 1px);
    }

    .card>.card-header+.list-group,
    .card>.list-group+.card-footer {
        border-top: 0;
    }

    .card-subtitle {
        margin-top: -0.25rem;
        margin-bottom: 0;
    }

    .card-text:last-child {
        margin-bottom: 0;
    }

    .card-link+.card-link {
        margin-left: 1rem;
    }

    .card-header {
        padding: 0.5rem 1rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-footer {
        padding: 0.5rem 1rem;
        background-color: rgba(0, 0, 0, 0.03);
        border-top: 1px solid rgba(0, 0, 0, 0.125);
    }

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

    .card-header-tabs {
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
        margin-left: -0.5rem;
        border-bottom: 0;
    }

    .card-header-pills {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        border-radius: calc(0.25rem - 1px);
    }

    .card-img,
    .card-img-top,
    .card-img-bottom {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }


    .card-group>.card {
        margin-bottom: 0.75rem;
    }

    .ms-auto {
        margin-left: auto !important;
    }

    @media(max-width: 767px) {
        .card-title {
            height: fit-content;
        }
    }

    @media (min-width: 576px) {
        .card-group {
            display: flex;
            flex-flow: row wrap;
        }

        .card-group>.card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

        .card-group>.card+.card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group>.card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .card-group>.card:not(:last-child) .card-img-top,
        .card-group>.card:not(:last-child) .card-header {
            border-top-right-radius: 0;
        }

        .card-group>.card:not(:last-child) .card-img-bottom,
        .card-group>.card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0;
        }

        .card-group>.card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .card-group>.card:not(:first-child) .card-img-top,
        .card-group>.card:not(:first-child) .card-header {
            border-top-left-radius: 0;
        }

        .card-group>.card:not(:first-child) .card-img-bottom,
        .card-group>.card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0;
        }
    }
</style>
