/*--------youtube_slider------------*/

.youtube_slider {
  position: relative;
}

.youtube_slider .slick-list {
  overflow: hidden;
  padding: 0 8%;
}

.youtube_slider .slick-initialized {
  opacity: 1;
}

.youtube_slider .slick-dots button {
  background: none;
  border: none;
  content: "";
  font-size: 0;
  padding: 0;
}

.youtube_slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 22px;
  height: 4px;
  content: "";
  background: #f5f5f7;
  text-align: center;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.youtube_slider .slick-dots li.slick-active button:before {
  background: #0092d8;
}

.youtube_slider .slick-dots {
  overflow: hidden;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex !important;
  justify-content: center;
  margin: 40px auto 0;
}

.youtube_slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  width: 22px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
}

/*--------pd_slider------------*/

.pd_slider {
  width: 1000px;
  position: relative;
}

.pd_slider .slick-list {
  overflow: hidden;
  padding: 10px 5% !important;
  box-sizing: border-box;
}

.pd_slider .slick-initialized {
  opacity: 1;
}

.pd_slider .slick-dots button {
  background: none;
  border: none;
  content: "";
  font-size: 0;
  padding: 0;
}

.pd_slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 22px;
  height: 4px;
  content: "";
  background: #f5f5f7;
  text-align: center;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.pd_slider .slick-dots li.slick-active button:before {
  background: #0092d8;
}

.pd_slider .slick-dots {
  overflow: hidden;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 57%;
  display: flex !important;
  justify-content: center;
  margin: 40px auto 0;
}

.pd_slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 20px;
  height: 8px;
  border-radius: 100%;
  cursor: pointer;
}
