.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 85px;
  height: 85px;
  text-align: right;
}
.ribbon span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #f39c12;
  background: linear-gradient(#f39c12 0%, #f39c12 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span.ribbon-custom {
  background: #f39c12;
}
.ribbon span.ribbon-custom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #f39c12;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f39c12;
}
.img-menu111 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* tag */
.tag {
  background: #f39c12;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 0 10px;
}
