.GoldCustomer div.Logo ul.LogoList li.li-item img {
        /* filter : grayscale(100%); */-moz-filter: grayscale(100%);
        /* -webkit-filter:grayscale(100%); */-ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);
}
.GoldCustomer div.Logo ul.LogoList li.li-item:hover img {
        filter : grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter:grayscale(0);
        -ms-filter:grayscale(0);
        -o-filter:grayscale(0);
}
.GoldCustomer {
        padding: 30px 0;
        margin-bottom: 20px;
}
.GoldCustomer .Title {
        border-bottom: 2px solid;
        color: #da251c;
        padding: 0;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        line-height: 30px;
        display: none;
        padding-right: 10px;
        text-transform: uppercase;
        width: 100%;
}
.GoldCustomer .Title span{
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
}
.GoldCustomer:before{
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        margin-bottom: -43px;
}
.GoldCustomer div.Logo {
        width: 100%;
        overflow: hidden;
        padding-bottom: 20px;
        margin-left: 20px;
}
.GoldCustomer div.Logo ul.LogoList {
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 20px;
        column-count: unset !important;
        padding: 0;
        left: 0;
        position: absolute;
        padding: 20px 0 0;
        max-width: 100vw;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        width: 297px;
        display: inline-block;
        text-align: center;
        padding: 0;
}
.GoldCustomer div.Logo ul.LogoList li.li-item a {
        width: 100%;
        text-align: center;
        display: block;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 140px;
        margin: auto;
        width: 100%;
        object-fit: contain;
        /*border: 2px solid #ccc;*/
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 90px;
        opacity: 1;
        width: 180px;
}
.GoldCustomer > table {
        margin: 30px auto;
        text-align: justify;
        width: 1040px;
}
.GoldCustomer td.LibraryItem {
        border: 2px solid #d0d0d0;
        display: inline-block;
        height: 110px;
        margin: 5px 3px;
        width: 190px;
}
.GoldCustomer > table .img-item {
        width: 190px;
}
.GoldCustomer .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("images/pre.png") no-repeat scroll left top; 
}
.GoldCustomer .PreButton {
        height: 40px;
        left: -40px;
        cursor:pointer;
        font-size: 19px;
        opacity: 1;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        width: 40px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("images/pre.png") no-repeat scroll left top;
}
.GoldCustomer .NextButton {
        height: 40px;
        opacity: 1;
        cursor:pointer;
        position: absolute;
        right: -50px;
        top: 55%;
        transform: translateY(-50%);
        width: 40px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("images/next.png") no-repeat scroll left top;
}
.GoldCustomer .NextButton:before{
        content: '';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px){
        .GoldCustomer {
                padding: 0 20px;
                width: 100vw;
                display:none;
        }
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                width: calc(50vw - 13px);
        }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                min-width: calc(100vw/3 - 30px);
        }
}
