.tcvn-block-lien-ket-website {
  padding-top: 15px;
}

.tcvn-block-lien-ket-website .title {
  /* background: #7ac48c; */
  float: left;
  width: 100%;
  height: 35px;
  border-bottom: 5px solid #00a651; /* #7ac48c; */
  line-height: 34px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.tcvn-block-lien-ket-website .title a.title-text {
  color: #fff;
  float: left;
  font-weight: bold;
  line-height: 35px;
  /* border-left: 5px solid #0bcfff; */
  background-color: #00a651; /* #7ac48c; */
  margin-left: 0;
  padding-left: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  padding-right: 20px;
}

table.tcvn-lien-ket-website {
  width: 100%;
  margin-top: 10px;
}

table.tcvn-lien-ket-website td {
  width: 50%;
}

table.tcvn-lien-ket-website td .img-left {
  padding-right: 5px;
}
table.tcvn-lien-ket-website td .img-right {
  padding-left: 5px;
}

table.tcvn-lien-ket-website td img.img-responsive {
  max-height: 75px;
  width: auto;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 992px) and (min-width: 768px) {
  
  table.tcvn-lien-ket-website td img.img-responsive {
    max-height: 50px;
  }
}