/* 2 */

.slider {
  position: relative;
  width: 100%;
}

.myslide {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide img {
  height: auto;
  width: 100%;
}

.myslide2 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide2 img {
  height: auto;
  width: 100%;
}

.myslide3 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide3 img {
  height: auto;
  width: 100%;
}

.myslide4 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide4 img {
  height: auto;
  width: 100%;
}

.myslide5 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide5 img {
  height: auto;
  width: 100%;
}

.myslide6 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide6 img {
  height: auto;
  width: 100%;
}

.myslide7 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide7 img {
  height: auto;
  width: 100%;
}

.myslide8 {
  height: 655px;
  display: none;
  overflow: hidden;
}

.myslide8 img {
  height: auto;
  width: 100%;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 50px;
  padding: 15px;
  cursor: pointer;
  color: #25282a !important;
  transition: 0.1s;
  user-select: none;
}

.prev:hover,
.next:hover {
  color: #00bce3 !important;
}

.next {
  right: 0;
}

.dotsbox {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  cursor: pointer;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}

.dot2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.dot3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.dot4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}

/* /2 */

/* javascript */

.active,
.dot:hover {
  border-color: #00a7ff;
  /* blue */
}

.active,
.dot2:hover {
  border-color: #00a7ff;
  /* blue */
}

.active,
.dot3:hover {
  border-color: #00a7ff;
}

.active,
.dot4:hover {
  border-color: #00a7ff;
}

/* /javascript */

/* 5 */

@media screen and (max-width: 800px) {
  .myslide {
    height: 500px;
  }
  .myslide2 {
    height: 500px;
  }
  .myslide3 {
    height: 500px;
  }
  .myslide4 {
    height: 500px;
  }
  .myslide5 {
    height: 500px;
  }
  .myslide6 {
    height: 500px;
  }
  .myslide7 {
    height: 500px;
  }
  .myslide8 {
    height: 500px;
  }
  .txt {
    letter-spacing: 2px;
    line-height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: posi2;
    -webkit-animation-duration: 2s;
    animation-name: posi2;
    animation-duration: 2s;
  }
  @-webkit-keyframes posi2 {
    from {
      top: 35%;
    }
    to {
      top: 50%;
    }
  }
  @keyframes posi2 {
    from {
      top: 35%;
    }
    to {
      top: 50%;
    }
  }
  .txt h1 {
    font-size: 40px;
  }
  .txt p {
    font-size: 13px;
  }
}

/* /5 */

/* 6 */

@media screen and (max-width: 520px) {
  .txt h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sign {
    margin-right: 20px;
  }
  .sign a {
    font-size: 12px;
  }
}

/* /6 */
