.thaitrade-company-card{
    width: 100%;
    height: 250px;
    border: none !important;
    box-shadow: none !important;
    position: relative;
}

.card-img-banner{
    width: 100%;
    height: 13vw;
    flex-shrink: 0;
    object-fit: cover;
    max-height: 169px;
}

.card-img-company {
    z-index: 100;
    border-radius: 50%;
    object-fit: cover;
    height: 100px !important;
    width: 100px !important;
    max-height: 40% !important;
    max-width: 40% !important;
    border: 1px solid #707070;
    position: absolute;
    margin-top: 115px;
    margin-left: 20px;
    background-color: snow;
}

.thaitrad-pl-seller-detail{
    padding-left: 140px;
}

.thaitrade-fix-width-btn-detail{
    /* max-width: 100px;
    max-height: 26px; */
    max-width: 95px;
    max-height: 20px;
}

.text-over-flow-dot {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.text-over-flow-dot-2-line {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thaitrade-color-black {
    color: #2F353A;
    color: var(--thaitrade-color-2f353a);
}

.search-icon-w-100 {
    font-size: 100px;
}

.btn-primary {
    color: #fff;
    background-color: #053F88;
    border-color: #053F88;
}

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

@media (max-width: 991.98px) {
    .card-img-banner{
        width: 100%;
        height: 25vw;
        flex-shrink: 0;
        object-fit: cover;
    }
}

@media (max-width: 600.98px) {
    .thaitrade-company-card{
        width: 100%;
        height: 235px;
        border: none !important;
        box-shadow: none !important;
        position: relative;
    }

    .card-img-company {
        z-index: 100;
        border-radius: 50%;
        object-fit: cover;
        height: 60px !important;
        width: 60px !important;
        max-height: 40% !important;
        max-width: 40% !important;
        border: 1px solid #707070;
        position: absolute;
        margin-top: 90px;
        margin-left: 20px;
        background-color: snow;
    }
}

@media (max-width: 432.98px) {
    .thaitrade-company-card{
        width: 100%;
        height: 190px;
        border: none !important;
        box-shadow: none !important;
        position: relative;
    }

    .card-img-company {
        z-index: 100;
        border-radius: 50%;
        object-fit: cover;
        height: 60px !important;
        width: 60px !important;
        max-height: 40% !important;
        max-width: 40% !important;
        border: 1px solid #707070;
        position: absolute;
        margin-top: 70px;
        margin-left: 20px;
        background-color: snow;
    }
}
