.icms-header__middle {
  background-color: transparent;
}
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity:1;
  z-index: 2;
}

.for-full-slider {
  width: 100%;
}

.for-full-slider.card {
  width: 100%;
  padding: 0 15px;
}
.for-full-slider .card-body.body-class {
  margin-bottom: 20px !important;
  margin-top:100px;
}

.background-image {
  margin: auto;
  width: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity:.6;
  z-index: 1;
}

.items-archive{
position:relative;
width:100%;
height:100%;

}

.page_archive {
  background-color: #321a1a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity:1;
}
.title_item{
  text-align: center;
}
.title_item h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 42px;
}

.yaers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-top:50px;
}

.yaers li {
  background-color: rgba(250, 250, 250, 0.8);
  padding: 5px 30px;
  margin: 0 10px;
  font-size: 16px;
  border-radius: 10px;
  transition: all .3s ease;
}
.yaers li:hover,.yaers li.action{
  color:#2a8e38;
  cursor: pointer;
}

.list-item {
    display: flex;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    /* align-content: space-between; */
    align-items: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}
footer.fade-vis {
  animation-name: fade-vis;
  animation: fade-vis ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.hover-effect-scale{
  margin-bottom:100px;
}
.hover-effect-scale .item{
  position: relative;
  display: flex;
  flex-direction:column;
  margin: 0;
  overflow: hidden;
  width: 20%;
  padding: 40px 18px 0;
  box-sizing: border-box;
}
.hover-effect-scale .item .item-img{
  overflow: hidden;
  display: block;
  height: 10vw;
  overflow: hidden;
  backface-visibility: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.hover-effect-scale .item img{
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  backface-visibility: hidden;
  width: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hover-effect-scale .item:hover img{
  transform: scale(1.3);
  opacity:.7;
}

.hover-effect-scale .item:hover .info-item{
  opacity: 1;
 
}
.hover-effect-scale .info-item{
  background-color: rgba(250, 250, 250, .8);
  width:100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0px 0px 10px 10px;
  color:#000;

  flex: 1;
  text-align: center;
  line-height: 1;
  padding: 19px 20px 20px;
}
.hover-effect-scale a:hover{
  text-decoration: none;
}
.hover-effect-scale a:hover .h3{
  color:#2a8e38;
}
.hover-effect-scale .info-item .h3{
  font-weight: bold;
  font-size: 18px;
  text-transform:uppercase;
}

.hover-effect-scale .info-item .date{
  font-size: 14px;
  color:dimgrey;
}
@media (max-width: 1200px) {
  .hover-effect-scale .item{
    width:25%;
  }
  .hover-effect-scale .item .item-img{
height:130px;
  }
  .hover-effect-scale .info-item .h3 {
    font-size: 16px;
  }
  .hover-effect-scale .info-item{
    padding: 8px 15px 15px;
  }
}
@media (max-width: 920px) {
  .hover-effect-scale .item{
width:33%;
  }
  .hover-effect-scale{
    margin-bottom:130px;
  }
}
@media (max-width: 720px) {
  .hover-effect-scale .item{
    width:50%;
      }
      .content_list_item.content_list_archive .info_bar{
        font-size: 80%;;
      }
}
@media (max-width: 510px) {
  .hover-effect-scale .info-item .h3 {
    font-size: 14px;
  }
.content_list_archive  .to-home {
margin-left:0 !important;}

  .hover-effect-scale{
    margin-bottom:150px;
  }
}
@media (max-width: 420px) {
  .hover-effect-scale .item{
    width:100%;
      }
}