.company{
    font-size: 0.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-prodict{
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
}
.row>div:nth-child(1) .company-prodict{
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
}
.row>div:nth-child(2) .company-prodict{
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.row>div:nth-child(3) .company-prodict{
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.row>div:nth-child(4) .company-prodict{
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.row>div:nth-child(5) .company-prodict{
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}
.row>div:nth-child(6) .company-prodict{
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.row>div:nth-child(7) .company-prodict{
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}
.row>div:nth-child(8) .company-prodict{
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.row>div:nth-child(9) .company-prodict{
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.row>div:nth-child(10) .company-prodict{
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.row>div:nth-child(11) .company-prodict{
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}
.row>div:nth-child(12) .company-prodict{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.row>div:nth-child(13) .company-prodict{
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}
.row>div:nth-child(14) .company-prodict{
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.row>div:nth-child(15) .company-prodict{
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.row>div:nth-child(n+16) .company-prodict{
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.name{
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-booth {
    position: absolute;
    background-color: red;
    color: wheat;
    font-size: 0.6rem;
    font-weight: bold;
    height: 24px;
    line-height: 20px;
    padding: 2px;
    top: 0;
}
.company-booth:empty {
  display: none;
}
.company-booth::before{
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent red;
    position: absolute;
    top: 0;
    right: -15px;
}
.product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.product-img img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;/*fix for IE11*/
}
a.TS{
}
a.TS::before{
    content: "Visiting List";
}
a.TS.select{
  background-color: #ec9600;
    border-color: #d48700;
}
a.TS.select:hover{
  background-color: #eda019;
    border-color: #ec9600;
}
a.TS.select::before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}
/*5-column layout with Bootstrap 4*/
@media (min-width: 576px) {
  .title-block h1{font-size: 2.5rem;}
    .name{
        font-size: 1rem;
    }
    .product-img {
    height: 200px;
}
    .company-prodict{
    padding: 1rem;
    margin-bottom: 1.5rem;
}
    .company{font-size: 0.8rem;}
}
@media (min-width: 768px) {
  .product-img {
    height: 150px;
    }
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*end*/
@media (min-width: 1200px){
  .container {
      max-width: 1400px;
  }
}
