.recentNews {
  /* background-color: rgb(20, 117, 175);*/
  background-color: rgba(1, 57, 137, 1);
}
.recentNews .news-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "bahnschrift";
  font-size: 30px;
  font-weight: ;
  color: #fff;
}
.recentNews .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.recentNews .ct-blog {
  margin-bottom: 30px;
}
.ct-blog .inner {
  background-color: #fff;
  padding: 10px;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  height: 100%;
}
.ct-blog .inner:hover {
  background-color: #e6e6e6;
}
.ct-blog .fauxcrop {
  height: 180px;
  overflow: hidden;
}
.ct-blog .fauxcrop img {
  width: 100%;
}
.ct-blog-content {
  display: table;
  padding: 30px 0 28px;
}
.ct-blog-content .ct-blog-date {
  border-right: 1px solid #95a5a6;
  display: table-cell;
  font-family: "Lato", sans-serif;
  padding: 0px 18px 0px 15px;
  text-align: center;
}
.ct-blog-content .ct-blog-date span {
  font-size: 16px;
  color: rgb(20, 117, 175);
  font-weight: 700;
  display: block;
  line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
  font-size: 25px;
  color: rgb(20, 117, 175);
}
.ct-blog-content .ct-blog-header {
  color: #000;
  display: table-cell;
  font-size: 17px;
  font-weight: ;
  letter-spacing: -0.2px;
  line-height: 1.1;
  padding: 0 20px;
  vertical-align: top;
}
.btn-news {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}
.btn-news.btn-contests a {
  color: #fff;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-size: 24px;
  transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
  color: #000;
}

/*---*/

* {
  box-sizing: border-box;
}

html12 {
  background-color: $fLime;
}
.name12 {
  color: white;
}
.box12 {
  width: 350px;
  height: 250px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  .img12 {
    width: 100%;
    height: 60%;
    position: relative;
    .effect {
      position: absolute;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 3.5em;
      color: white;
      width: 100%;
      height: 100%;
      background-color: $fWhite;
      opacity: 0.5;
    }
  }
  .text12 {
    height: 40%;
    width: 100%;
    background-color: darken($fWhite, 1%);
    position: relative;
    padding: 10px;
    line-height: 22px;
    font-family: "Raleway";
    .tools {
      width: 100%;
      height: 30%;
      background-color: $fRed;
      border-top: 1px dashed white;
      border-bottom: 1px dashed white;
      position: absolute;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      color: white;
      margin-left: -10px;
      .fa {
        cursor: pointer;
        &:hover {
          color: $fBlue;
        }
      }
    }
  }
  .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
  }
  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#c93a30 0%, #a72707 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
  }
  .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #a72707;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a72707;
  }
  .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #a72707;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a72707;
  }
}
