/* section 1 */
.col-left.col-left-1 .full .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(10, 37, 64, 0) 0.03%, #0A2540 113.41%);
  background-position: center;
  background-size: cover;
}

.col-left.col-left-1 .news-half-1:nth-child(1) .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(43, 165, 230, 0) 0.03%, rgba(43, 165, 230, 0.994792) 113.4%, #00CFDD 113.41%);
  background-position: center;
  background-size: cover;
}

.col-left.col-left-1 .news-half-1:nth-child(2) .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
  background-position: center;
  background-size: cover;
}

/* section 2 */
.col-right.col-right-2 .full .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(134, 111, 194, 0) 0.03%, #866FC2 113.41%);
  background-position: center;
  background-size: cover;
}

.col-right.col-right-2 .news-half-2:nth-child(1) .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(95, 139, 219, 0) 0.03%, #5F8BDB 113.41%);
  background-position: center;
  background-size: cover;
}

.col-right.col-right-2 .news-half-2:nth-child(2) .item-post-2 .bg {
  background: linear-gradient(179.97deg, rgba(160, 78, 155, 0) 0.03%, #A04E9B 113.41%);
  background-position: center;
  background-size: cover;
}

.__news-published {
  padding-left: 20px;
  padding-right: 20px;
  height: 22px;
  overflow: hidden;
  margin-top: 20px;
}

.half .__news-published {
  margin-top: 10px;
}

.__news-published .readmore {
  display: flex;
  float: right;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s ease-in-out;
  margin-top: 30px;
}

.__news-published i {
  font-size: 12px;
  margin-left: 8px;
  transition: all .2s ease-in-out;
  transition-delay: .22s;
}

.item-post-2:hover .__news-published>.date>.readmore {
  margin-top: 0;
}

.item-post-2:hover .__news-published i {
  margin-left: 16px;
}

a.__new-event-page {
  border-radius: 6px;
}

div.__events-news-cat {
  position: absolute;
  top: 20px;
}

.__events-news-cat ul {
  display: flex;
  list-style-type: none;
  padding-inline-start: 36px;
}

.__events-news-cat ul li {
  margin-right: 6px;
}

.__events-news-cat ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.__events-news-cat ul li a:hover {
  color: #189FE0;
  text-decoration: none;
}

/* Iphone 5 */
@media screen and (max-width: 320px) {

  .full,
  .half {
    margin-top: 12px;
  }

  .item-post-2 .title {
    padding: 0;
  }
}

/* Iphone 6, 7, 8, X, 8plus, 12pro-max */
@media (min-width: 321px) and (max-width: 450px) {

  .full,
  .half {
    margin-top: 12px;
  }

  .item-post-2 .title,
  .__news-published {
    padding: 0;
    font-size: 18px;
  }

  .__events-news-cat ul {
    padding-left: 16px;
    padding-top: 16px;
  }

}

/**
* IPad landspace
**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {}

/**
* IPad portrait
**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}

.full , .news-half {
  position: relative;
}