#slider {
  margin: auto;
}

.slider-pro {
  font-family: 'Open Sans', Arial;
}

/* Example 1 */

.slider-pro .sp-thumbnail {
  width: 100%;
  height: 100%;
  height: calc(100% - 13px);
  padding: 0 8px;
  background-color: transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-thumbnail > div {
  height: 100%;
}

.slider-pro .sp-thumbnail-title {
  /* margin-bottom: 5px; */
  text-transform: uppercase;
  color: #333;
  overflow: hidden;
  height: 44%;
  position: relative;
}

.slider-pro .sp-thumbnail-title > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-pro .sp-thumbnail-description {
  font-size: 11px;
  color: #333;
  padding: 1px 0px 0px 0px;
  width: 100%;
  margin: auto;
  /* margin-top: -5px; */
  background: #fff;
  height: 54%;
  height: calc(calc(53% - 2px));
}

.sp-slide > section {
  width: 99%;
  width: calc(100% - 40px);
  float: none;
  background: #fff;
  margin: auto;
  height: 100%;
  position: relative;
}

.sp-slide > section > a {
  display: inline-block;
  width: 100%;
  height: calc(100% - 25px);
}

.sliredpro_img {
  max-width: 50%;
  height: auto;
}

.sp-slide label, .sp-thumbnail-description label {
  background: #e1e1e1;
  margin: 0 6px;
  border-radius: 8px;
  padding: 0px 7px;
}

.sp-slide label time, .sp-thumbnail-description label time {
  font-weight: bold;
  font-family: iransansn, Arial, tahoma !important;
}

.sp-thumbnail-container {
  background-color: transparent;
  /*border : 1px solid #cecece;*/
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: 3px;
}

.exlink {
  padding: 3px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

a.exlink i {
  color: #1565c0;
}

.sp-slide {
  background-color: transparent;
  padding-top: 10px;
}

@media (max-width: 860px) {
  .slider-pro .hide-medium-screen {
    display: none;
  }
}

@media (max-width: 640px) {
  .slider-pro .sp-layer {
    font-size: 12px;
  }

  .slider-pro .hide-small-screen {
    display: none;
  }
}

@media (max-width: 500px) {
  .slider-pro .sp-thumbnail {
    text-align: center;
  }

  .slider-pro .sp-thumbnail-title {
    font-size: 12px;
    text-transform: uppercase;
    height: 100%;
  }

  .slider-pro .sp-thumbnail-description {
    display: none;
  }
}

.sp-slides a {
  color: #1f1f1f;
}

.sp-thumbnail-title:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sp-selected-thumbnail .sp-thumbnail-title:before {

  height: 100%;

}

.act-border-grow-top, .act-border-grow-bottom, .act-border-v-grow-r, .act-border-v-grow-l {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.act-border-grow-top:before, .act-border-grow-bottom:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  background: #3db5ac;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.act-border-grow-top:before {
  top: 0;
}

.act-border-grow-bottom:after {
  bottom: 0;
}

.sp-selected-thumbnail .act-border-grow-top:before, .sp-selected-thumbnail .act-border-grow-bottom:after {
  left: 0;
  right: 0;
}

.act-border-v-grow-r, .act-border-v-grow-l {
  width: 100%;
  height: 100%;
}

.act-border-v-grow-r:before, .act-border-v-grow-l:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  bottom: 50%;
  background: #3db5ac;
  width: 2px;
  -webkit-transition-property: top, bottom;
  transition-property: top, bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sp-link p {
  font-family: inherit;
}

.act-border-v-grow-r:before {
  right: 0;
}

.act-border-v-grow-l:after {
  left: 0;
}

.sp-selected-thumbnail .act-border-v-grow-r:before, .sp-selected-thumbnail .act-border-v-grow-l:after {
  top: 0;
  bottom: 0;
}

.sp-thumbnail-pdd {
  padding: 0 4px;
  padding-bottom: 30px;
  position: relative;
}

.date_m {
  position: absolute;
  bottom: 6px;
}

.date_f {
  position: absolute;
  bottom: 4px;
}