.slideshow_container {
  width: 100%;
  height: 1105px;
  position: relative;
  z-index: 3;
}
.all_slides {
  width: 100%;
  height: 588px;
  position: relative;
  z-index: 1;
}
.one_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.all_points_container {
  display: table;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 510px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20;
}
.one_point {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid #3b3b3b;
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  background: #636363;
  cursor: pointer;
}
.selected_one_point {
  background: #ffb823;
}

.featured_container {
  width: 100%;
  height: 449px;
  position: relative;
  padding-top: 2em;
  /*z-index: 2;*/
}
.featured_background {
  width: 100%;
  height: 746px;
  position: absolute;
  left: 0px;
  top: -148.5px;
  background: url(../../images/shape-arc-homepage.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media all and (max-width: 1920px) {
  .featured_background {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}
.middle_featured {
  width: 1200px;
  height: 100%;
  z-index: 2;
  margin: auto;
  position: relative;
}
.featured_title_container {
  width: 100%;
  height: 34px;
  position: relative;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.featured_title {
  line-height: 0.9;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #007cc3;
  z-index: 2;
}
.featured_line {
  width: 330px;
  height: 20px;
  z-index: 1;
  left: 50%;
  bottom: 0px;
  background: #ff9001;
  border-radius: 5px;
}
.all_featured {
  width: 100%;
  height: 300px;
  margin-top: 40px;
  position: relative;
}
.prev_featured {
  width: 26px;
  height: 26px;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -13px;
  background: white;
  border-radius: 26px;
  cursor: pointer;
}
.prev_featured_icon {
  width: 10px;
  height: 16px;
  background: url(../../images/prev_featured.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -5px;
}
.prev_featured:hover {
  background: #363636;
}
.next_featured {
  width: 26px;
  height: 26px;
  position: absolute;
  right: -26px;
  top: 50%;
  margin-top: -13px;
  background: white;
  border-radius: 26px;
  cursor: pointer;
}
.next_featured_icon {
  width: 10px;
  height: 16px;
  background: url(../../images/next_featured.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
}
.next_featured:hover {
  background: #363636;
}
.all_featured_long_container {
  width: 100%;
  overflow: hidden;
  height: calc(100% + 20px);
  position: relative;
  top: -10px;
}
.all_featured_long {
  width: 6000000px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}
.one_featured {
  width: 300px;
  height: 300px;
  float: left;
  border-radius: 300px;
  background: #ffb621;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}
.one_featured_title {
  width: 260px;
  height: auto;
  position: absolute;
  bottom: 175px;
  left: 50%;
  margin-left: -130px;
  font-size: 19px;
  font-weight: 900;
  color: #363636;
  line-height: 1;
  text-align: center;
}
.one_featured_size {
  width: 260px;
  position: absolute;
  top: 127px;
  left: 50%;
  margin-left: -130px;
  font-size: 15px;
  color: #363636;
  line-height: 0.9;
  text-align: center;
}
.one_featured_line {
  width: 100px;
  height: 1px;
  background: #363636;
  position: absolute;
  top: 168px;
  left: 50%;
  margin-left: -50px;
}
.one_featured_price {
  width: 166px;
  text-align: center;
  position: absolute;
  top: 187px;
  left: 50%;
  margin-left: -83px;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
}
.one_featured_show_details {
  width: 140px;
  /*height: 35px;*/
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -70px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 0.9;
  padding-top: 11px;
  padding-bottom: 12px;
  background: #363636;
  border-radius: 15px;
  cursor: pointer;
}
.one_featured:hover .one_featured_title {
  color: white;
}
.one_featured:hover .one_featured_show_details {
  background: white;
}

.show_all_button {
  width: 100px;
  margin-top: 18px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -119px;
}
.show_all_button:hover {
  color: #ffb823;
}
.title_latest_news_container_in {
  display: none;
}
.show_all_button_in {
  display: none;
}
.special_container {
  width: 100%;
  height: auto;
  overflow: auto;
}
.middle_special_container {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.all_products {
  padding-bottom: 75px !important;
}
.title_special_product_container {
  width: 100%;
  height: 34px;
  position: relative;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title_special_product {
  line-height: 0.9;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #363636;
  z-index: 2;
}
.title_special_product_line {
  width: 20em;
  height: 20px;
  background: #e1e1e1;
  left: 50%;
  bottom: 0px;
  border-radius: 5px;
  z-index: 1;
}
