@charset "UTF-8";
.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  height: 80vh; }

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box; }

.swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: auto;
  height: auto;
  z-index: 0;
  display: block;
  object-fit: cover; }

.swiper-gl {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden; }

.swiper-gl .swiper-slide, .swiper-gl swiper-slide {
  position: relative; }

.swiper-gl .swiper-gl-image {
  display: none; }

.swiper-gl > canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swiper-gl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0; }

/* Fix full responsiveness cho banner */
.swiper {
  height: auto !important; }

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.swiper-slide-bg-image {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain;
  /* hoặc cover nếu bạn muốn crop ảnh */ }

.swiper-gl > canvas {
  display: none !important; }
