.GoldCustomer div.Logo ul.LogoList li.li-item img {
}
.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-top: 4px;
    background: #fff;
    max-width: min(100vw, 1200px);
    margin: auto;
}
.GoldCustomer  table tr{
    display: grid
;
    gap: 10px;
    /* grid-template-columns: 200px 200px 200px; */
    grid-template-columns: repeat(6, 1fr);
}
.GoldCustomer  table tr:nth-child(2){
	display: none;
}
   
.GoldCustomer .Title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
            color: #db0a0a;
          animation: blink-color 1s infinite;
  font-weight: bold;
}
@keyframes blink-color {
  0%   { color: #db0a0a; }
  50%  { color: yellow; }
  100% { color: red; }
}
.GoldCustomer div.Logo {
        /* background: none repeat scroll 0 0 #e0e0e0; */
        /* height: 80px; */
        overflow: hidden;
        /* padding: 15px 0 0; */
        position: relative;
        width: 1200px;
        margin: 0 auto;
}
.GoldCustomer div.Logo ul.LogoList {
        display: block;
        list-style: none outside none;
        margin: 0;
        position: relative;
        width: 1000%;
        padding: 0
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
        border: medium none;
        display: block;
        float: left;
        padding: 0 20px;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
        border: medium none;
        display: block;
        height: 80px;
        border: 1px solid #eee;
        object-fit: cover;
}
.GoldCustomer div.Logo .selected {
        display: block;
        height: 90px;
        opacity: 1 !important;
        width: 180px;
}
.LogoList a.link-item:hover {
        cursor: pointer;
}
/************************************************/
.GoldCustomer > table {
        text-align: justify;
}
.GoldCustomer td.LibraryItem {
        border: 1px solid #ddd;
        display: inline-block;
}
.GoldCustomer .LibraryItem .link-item .img-item {
        width: 148px;
        height: 80px;
        object-fit: cover;
        /**  filter : grayscale(100%);
        -moz-filter: grayscale(100%);
        -webkit-filter:grayscale(100%);
        -ms-filter:grayscale(100%);
        -o-filter:grayscale(100%);**/
}
.GoldCustomer .LibraryItem .link-item:hover .img-item {
        filter : grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter:grayscale(0);
        -ms-filter:grayscale(0);
        -o-filter:grayscale(0);
}
/******************************/
@media only screen and (max-width: 1023px) {
        .UIGoldCustomer_Default{
        padding-left: 10px;
        }
}
@media only screen and (max-width: 768px) {
        .ServiceCategory{
               padding: 0 5px!important;
        }
        .GoldCustomer table tr{
            grid-template-columns: repeat(4, 1fr);
                 gap:10px;
        }
        .GoldCustomer {
                margin-top: 15px;
                padding-top: 0!important;
                margin-right: 10px;
                padding-bottom: 10px!important;
        }
        .GoldCustomer tr td:nth-child(5),.GoldCustomer tr td:nth-child(6){
        	display: none;
        } 
        
        .GoldCustomer .Title {

        }
        .GoldCustomer div.Logo {
                overflow: hidden;
                position: relative;
                width: 100%;
                margin: 0 auto;
        }
        .GoldCustomer td.LibraryItem { 
            margin: 0px;
        }
        .GoldCustomer .LibraryItem .link-item .img-item {
        	height: 60px;
        }
}
