#home_sup {
    width: 100%;
    margin: 0 0 20px;
}
#home_sup .sup_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #d6d4d4;
}
#home_sup .sup_title span {
    display: inline-block;
    border-bottom: 2px solid #1b82d6;
    margin-bottom: -1px;
}
#home_sup .bx-wrapper {
    float: left;
}
#home_sup ul li {
    float: left;
    min-width: 160px;
    text-align: center;
}
#home_sup ul li a {
    display: block;
}
#home_sup ul li img {
    max-width: 100%;
    max-height: 98px;
    object-fit: contain;
    margin: 0 auto;
}
#home_sup .arrows_container {
    float: right;
}
#home_sup .slider-btn {
    font-weight: normal;
    float: right;
    width: 20px;
    height: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 4px;
}
#home_sup .slider-btn a {
    display: block;
    cursor: pointer;
    color: #000;
    left: 0;
    right: 0;
    text-decoration: none;
}
#home_sup .slider-btn a:before {
    display: none;
}
#home_sup .slider-btn a.disabled {
    cursor: default;
    color: #ccc;
}
ul#bx_supplier li:nth-child(n+6) {
    display: none;
}
.bx-wrapper ul#bx_supplier li {
    display: block;
}