.promotion-list {
  margin-bottom: 20px;
}

.promotion-list p {
  line-height: 1.7em;
}

.promotion-list .promo-thumb,
.promo-thumb {
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.promo-thumb img,
#slideBanner img {
  border-radius: 10px;
  width: 100%;
}

.promo-thumb img {
  max-width: 174px;
}

.promo-detail {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  vertical-align: top;
  padding-right: 10px;
}

.promo-category {
  position: absolute;
  bottom: 0;
  border-radius: 25px;
  padding: 0 7px;
  background-color: #f1f1f1;
  width: 64px;
  border: 1px solid #e3e3e3;
  color: #000;
  text-align: center;
}

a.promo-readmore {
  color: #9caf88;
  font: 500 14px Noto Sans Thai, sans-serif;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}