/* = = = HEAD SLIDESHOW = = = = = = = = = = = = = = = = = =*/
.head_slideshow{
  position: relative;
}

.head_slideshow ul, ol{
  list-style: none;
  padding-left: 0px;
}

.head_slider ul{
  width: 100%;
}

.head_slider img{
  width: 100%;
}

.head_slider_pagination{
  position: absolute;
  top: 102%;
  width: 100%;

  display: flex;
  justify-content: center;
}

.head_slider_pagination li{
  font-size: 14px;
  margin: 2px 5px;
  color: #e6e6e6;
}
