.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 {
}
.GoldCustomer .Title {
    border-bottom: 1px solid #bd1f24;
    color: #212529;
    display: inline-block;
    padding: 0px 0 0 40px;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    line-height: 45px;
    background: rgb(248 249 250) url(images/logo.png) no-repeat scroll left 10px center;
}
.GoldCustomer div.Logo {
    background: none repeat scroll 0 0 #e0e0e0;
    height: 80px;
    overflow: hidden;
    padding: 15px 0 0;
    position: relative;
}
.GoldCustomer div.Logo ul.LogoList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
}
.GoldCustomer div.Logo ul.LogoList li.li-item {
    border: medium none;
    display: block;
    float: left;
    padding: 0 15px;
}
.GoldCustomer div.Logo ul.LogoList li.li-item img.img-item {
    border: medium none;
    display: block;
    height: 60px;
}
.GoldCustomer div.Logo .selected {
    display: block;
    height: 90px;
    opacity: 1 !important;
    width: 180px;
}


/************************************************/
.GoldCustomer > table {
    margin: 30px auto;
    width: 100%;
    text-align: justify;
    background: url(https://broward.edu.vn/upload/hinhanh/bgdoitac-3631.png)  no-repeat bottom center;
    background-size: contain;
}
.GoldCustomer td.LibraryItem {
    /* border: 2px solid #D0D0D0; */
    display: inline-block;
    height: auto;
    margin: 25px 62px;
    width: 110px;
}
.GoldCustomer .LibraryItem, .GoldCustomer .LibraryItem .link-item{
    width: 100%;
    height: 100%;
    display: block;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 100%;
    height: 100%;
    /*filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);*/
    /*background-color: transparent !important;*/
    /* mix-blend-mode: multiply; */
    /* opacity: 1; */
}
.GoldCustomer table tr:last-child{
    padding-left: 10%;
    display: block;
}
.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: 768px){
.table-3-col .GoldCustomer td {
    width: 78px !important;
}
.GoldCustomer td.LibraryItem {
    margin: 0;
}
.GoldCustomer .LibraryItem .link-item .img-item {
    width: 50% !important;
    height: 100%;
}
.GoldCustomer > table {
    background-size: cover;
}
.GoldCustomer .LibraryItem, .GoldCustomer .LibraryItem .link-item {
    padding-bottom: 20px;
}
} 