
.GoldCustomer {
    
}
.GoldCustomer .Title {
    display: none;
}
.GoldCustomer .Logo {
    width: 100% !important;
     margin-bottom: 10px;
}
.GoldCustomer div.Logo ul.LogoList {
    display: flex;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: flex;
    float: left;
    padding: 0 15px;
    flex: 0 0 20%;
    height: 100px;
    align-items: center;
    box-sizing: border-box;
}
.GoldCustomer div.Logo ul.LogoList li.li-item .link-item {
    margin: auto;
    background: #fff;
    width: 100%;
    height: 100%;
    align-items:center;
    justify-content: center;
    display: flex;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1 !important;
    width: 180px;
}

.GoldCustomer > table {
    margin: 30px auto;
    width: 1040px;
    text-align: justify;
}
.GoldCustomer td.LibraryItem {
    border: 2px solid #D0D0D0;
    display: inline-block;
    height: 110px;
    margin: 5px 3px;
    width: 190px;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 185px;
    filter : grayscale(100%);
}
.GoldCustomer .LibraryItem .link-item:hover .img-item {
    filter : grayscale(0);
}
@media (max-width:1000px) {
        .GoldCustomer div.Logo ul.LogoList li.li-item {
                flex: 0 0 33%;
        }
}
