.list-tab {
  background: var(--adt-primary-color);
}

.list-tab-btn {
  position: relative;
  z-index: 2;
  margin: 0 -15px;
}

.factory-about {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
  color: var(--adt-primary-color);
  background: url(../../images/bg-factory.webp) no-repeat center center;
  background-size: cover;
  height: 770px;
  display: flex;
  align-items: end;
  font-size: 20px;
}

.factory-about::before {
  content: "";
  height: 15px;
  width: 100%;
  background: var(--adt-primary-color);
  bottom: 0;
  position: absolute;
}

.factory-about p {
  text-align: justify;
  margin-bottom: 35px;
  padding: 0 98px;
}

.factory-about b {
  color: var(--adt-primary-color);
}

.factory-btn_tab {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #0079c2;
  border-radius: unset;
  width: 100%;
  justify-content: center;
  padding: 14px 0;
}

.overview_factory-img img,
.overview_factory-img {
  height: 100%;
}

.factory-btn_tab:hover {
  background: #00b4f1;
}

.list-tab .assigned-trigger-event.active {
  background: #00b4f1;
}

.overview_factory-item {
  color: var(--adt-primary-color);
}

.overview_factory-item:not(:last-child) {
  margin-bottom: 80px;
}

.overview_factory-title {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--adt-primary-color);
  text-transform: uppercase;
}

.overview_factory-desc {
  text-align: justify;
  font-size: 20px;
}

.overview_factory-desc ul {
  margin-bottom: 0;
}

.overview_factory-desc li:not(:last-child) {
  margin-bottom: 16px;
}

.overview_factory-left {
  background: #00b4f1;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 100%;
}

.device-img {
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.device-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.device {
  background: var(--adt-primary-color);
  padding: 100px 0 80px;
}

.device .sec-title .title {
  color: #fff;
}

.device-title {
  font-size: 20px;
  color: var(--adt-primary-color);
  background: #fff;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
}

.sustainable {
  font-size: 22px;
  color: var(--adt-primary-color);
  padding: 50px 0;
}

.sustainable.text-center {
  padding-bottom: 0;
}

.quality-ab {
  font-size: 25px;
  font-weight: 600;
  justify-content: center;
}

.quality-ab p {
  text-align: center !important;
}

.commit-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.system-item:not(:last-child) {
  margin-bottom: 30px;
}

.system-item {
}

.system-left {
  color: #fff;
  font-size: 20px;
  background: #00b4f1;
  padding: 30px 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.system-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.system-numb {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--adt-primary-color);
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.system-info {
  font-size: 20px;
  color: var(--adt-primary-color);
}

.system-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
}

.system-address {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.system-right.slide1 {
  overflow: hidden;
}

.system-right .swiper {
  height: 100%;
}

.system-line span {
  font-weight: 600;
}

.swiper-slide.system-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.system-item:nth-child(even) .system-control {
  justify-content: start;
}

.system-right {
  overflow: hidden;
}

.list_system .swiper-control-btn {
  --btn-width: 70px;
  --btn-height: 70px;
  border-color: #fff;
  color: #fff;
}

.list_system .swiper-control-btn:hover {
  color: var(--adt-primary-color);
}

.system-item:nth-child(even) .system-left {
  background: var(--adt-primary-color);
}
@media (max-width: 1536px) and (min-width: 1441px) {
  .factory-about p {
    padding: 0 64px;
  }

  .factory-about {
    height: 700px;
  }

  .factory-btn_tab svg {
    width: 80px;
    height: 80px;
  }

  .sustainable {
    font-size: 20px;
  }

  .overview_factory-title {
    font-size: 32px;
  }

  .system-left {
    padding: 30px 64px;
  }

  .system-name {
    font-size: 26px;
  }

  .list_system .swiper-control-btn {
    --btn-width: 50px;
    --btn-height: 50px;
  }

  .system-left {
    font-size: 18px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .factory-btn_tab svg {
    width: 70px;
    height: 70px;
  }

  .factory-btn_tab {
    font-size: 15px;
    padding: 10px 0;
  }

  .factory-about {
    height: 600px;
    font-size: 15px;
  }

  .overview_factory-title {
    font-size: 24px;
  }

  .overview_factory-desc {
    font-size: 15px;
  }

  .factory-about p {
    padding: 0 40px;
  }

  .overview_factory-left {
    padding: 30px;
  }

  .overview_factory-right {
    height: 100%;
  }

  .overview_factory-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .sustainable {
    font-size: 20px;
  }

  .device {
    padding: 50px 0;
  }

  .device-title {
    font-size: 15px;
    padding: 12px;
  }

  .quality-ab {
    font-size: 15px;
  }

  .commit-title {
    font-size: 24px;
  }

  .system-left {
    font-size: 15px;
    padding: 30px 40px;
  }

  .system-name {
    font-size: 20px;
  }

  .list_system .swiper-control-btn {
    --btn-width: 50px;
    --btn-height: 50px;
  }

  .list-tab-btn {
    margin: 0 -8px;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .factory-btn_tab svg {
    width: 70px;
    height: 70px;
  }

  .factory-btn_tab {
    font-size: 15px;
    padding: 10px 0;
  }

  .factory-about {
    height: 600px;
    font-size: 15px;
  }

  .list-tab-btn {
    margin: 0 -8px;
  }

  .overview_factory-title {
    font-size: 24px;
  }

  .overview_factory-desc {
    font-size: 15px;
  }

  .factory-about p {
    padding: 0 40px;
  }

  .overview_factory-left {
    padding: 30px;
  }

  .overview_factory-right {
    height: 100%;
  }

  .overview_factory-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .sustainable {
    font-size: 20px;
  }

  .device {
    padding: 50px 0;
  }

  .device-title {
    font-size: 15px;
    padding: 12px;
  }

  .quality-ab {
    font-size: 15px;
  }

  .commit-title {
    font-size: 24px;
  }

  .system-left {
    font-size: 15px;
    padding: 30px 40px;
  }

  .system-name {
    font-size: 20px;
  }

  .list_system .swiper-control-btn {
    --btn-width: 50px;
    --btn-height: 50px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .factory-btn_tab svg {
    width: 60px;
    height: 60px;
  }

  .factory-about {
    height: 400px;
  }

  .factory-about p {
    padding: 0 30px;
    color: #fff;
    z-index: 2;
  }

  .list-tab-btn {
    margin: 0 -8px;
  }

  .factory-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .factory-btn_tab {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }

  .overview_factory-title {
    font-size: 24px;
  }

  .overview_factory-left {
    padding: 50px 20px;
  }

  .overview_factory-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .device {
    padding: 60px 15px;
  }

  .system-left {
    max-width: 100%;
    padding: 30px 15px;
  }

  .system-numb {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }

  .system-control {
    justify-content: start;
  }

  .system-name {
    font-size: 24px;
  }

  .list_system .swiper-control-btn {
    --btn-width: 50px;
    --btn-height: 50px;
  }
}

@media (max-width: 576px) {
  .factory-btn_tab {
    font-size: 16px;
    justify-content: flex-start;
    gap: 16px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }

  .factory-btn_tab svg {
    width: 50px;
    height: 50px;
  }

  .factory-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .factory-about {
    color: #fff;
    height: 320px;
    font-size: 18px;
  }

  .factory-about p {
    padding: 0 15px;
    z-index: 2;
    font-size: 16px;
  }

  .overview_factory-title {
    font-size: 20px;
  }

  .overview_factory-left {
    padding: 30px 15px;
  }

  .sustainable {
    font-size: 16px;
    padding: 30px 0;
    text-align: justify;
  }

  .overview_factory-desc {
    font-size: 16px;
  }

  .device {
    padding: 40px 15px;
  }

  .overview_factory-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .device-title {
    font-size: 18px;
    padding: 10px;
  }

  .commit-title {
    font-size: 22px;
  }

  .system-item.slide1 {
    display: block;
  }

  .system-left {
    max-width: 100%;
    font-size: 16px;
    padding: 30px 15px;
    gap: 15px;
  }

  .system-left .swiper-control.system-control {
    margin-top: 10px;
  }

  .swiper-slide.system-img img {
    height: 300px;
  }

  .system-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .system-name {
    font-size: 20px;
  }

  .list_system .swiper-control-btn {
    --btn-width: 45px;
    --btn-height: 45px;
  }
}
