/* Dev by Đức Nobi */

.vhunter_main {
    max-width: 100%;
    overflow: hidden;
}

.vhunter_slider_container {
  position: relative;
  overflow: hidden;
  width: 100vw;
}


.vhunter_main_banner {
  display: flex;
  transition: transform 0.5s ease;
  touch-action: pan-y;
  width: 100%;
  height: 80vh;
}

.vhunter_slide_img {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
  object-fit: fill;
}

.vhunter_dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.vhunter_dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.vhunter_dots .active {
  background: var(--primary-color);
}

.vhunter_main_our_customer_wrapper {
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 200px;
  height: auto;
  object-fit: contain;
  user-select: none;
}

.vhunter_main_our_customers, .vhunter_main_view_project {
  margin: 0 auto !important;
  padding: 0 auto !important;
}

@media (max-width: 768px) {
  .vhunter_slide_img {
    height: 210px !important;
  }

  .vhunter_main_view_project, .vhunter_main_our_customers {
    margin: 5px auto !important;
  }
  
  .vhunter_main_view_project, .vhunter_main_our_customers {
    padding: 5px 0 !important;
  }
  
 .vhunter_main_view_project_text_1 {
     padding: 5px 20px !important;
     margin: 5px auto !important;
 }
}
