#home_top_slider {
 display: block;
  overflow: hidden;
  max-width: 443px;
}
.home_top_slider_item {
position: relative;
  display: flex;
  min-height: 295px;
  max-width: 443px;
}
.home_top_slider_info {
  display: flex;
  position: absolute;
}
.home_top_slider_item img {
 position: relative;
  width: 100%;
  max-height: 295px;
  object-fit: cover;
  height: 100%;
  max-width: 443px;
}
.home_top_slider_info {
  display: flex;
  position: absolute;
  flex-direction: column;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.home_top_slider_info_title {
  color: #fff;
  font-size: 50px;
  line-height: 39px;
  min-width: 287px;
  font-weight: 500;
  text-align: center;
}
.home_top_slider_info_desc {
 color: #fff;
  font-size: 19px;
  text-align: center;
  margin: 10px 0 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.home_top_slider_info_btn {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.home_top_slider_info_btn a {
  display: inline-flex;
  padding: 10px 30px;
}
#home_top_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
width: 18px !important;
  height: 18px !important;
  cursor: pointer;
  background: #c0b6b6 !important;
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main{
 width: 10px !important;
  height: 10px !important;
  background: #fff !important;
}