@charset "UTF-8";

@import 'imports/contact.css';

.rt-brands {
  width: 1200px;
  height: auto;
  overflow: hidden;
}

.rt-brands ul li {
  width: 128px;
  height: 128px;
  float: left;
  margin-right: 140px;
  position: relative;
}

.rt-brands ul li:nth-child(5n + 0) {
  margin-right: 0;
}

.rt-brands ul li img {
  width: 128px;
  height: 128px;
  display: block;
}

.rt-brands ul li div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(189, 0, 0, 0.68);
  padding: 20px;
  display: none;
  border-radius: 9px;
}

.rt-brands ul li div h5,
.rt-brands ul li div h6 {
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.rt-brands ul li div h6 {
  font-size: 16px;
  text-transform: capitalize;
}

.rt-brands ul li div .rt-but {
  width: 50px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 15px 19px 0;
  display: inline-block;
}

.rt-brands ul li div .rt-but:hover {
  color: #bd0000;
  background-color: #fff;
}

.rt-brands ul li:hover div {
  display: block;
}
