.company-info-container {
  width: 100%;
  height: 400px;
  background: url(../img/homepage/bg_homepage_conpany.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  margin-top: 80px;
  justify-content: center;
  border-radius: 8px;
}

.company-info-container-content {
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-radius: 8px;
}

.company-info-left {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.company-red-title {
  display: inline-block;
  color: white;
  padding: 10px;
  background: #ec6608;
  z-index: 1;
  font-size: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.company-left-desc {
  margin-top: 20px;
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.circle-span {
  font-size: 30px;
  color: red;
  font-weight: bold;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  text-align: center;
  line-height: 62px;
  border: 8px solid #aaaaaa;
  box-sizing: border-box;
  background-color: white;
}

.device-list-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.case-list-container {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.device-item {
  display: flex;
  flex-direction: column;
  width: 370px;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  position: relative;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.device-item-img-container img {
  object-fit: cover;
}

.device-item:hover {
  box-shadow: 0px 0px 10px #ccc;
}

.device-item-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.device-item-img-container img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.device-item-img-container img:hover {
  transform: scale(1.1);
}

.device-item-conpany-name {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  box-sizing: border-box;
  padding: 5px;
  padding-right: 30px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.device-item-device-name {
  font-size: 18px;
  color: #666;
}

.certiface-cover {
  width: 100%;
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.certiface-name {
  color: white;
  box-sizing: border-box;
  padding: 5px;
  padding-right: 30px;
  width: 200px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.swipper-conatiner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ec6608 !important;
}

.home-video-container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  margin-top: 80px;
  align-items: center;
}

.home-video {
  width: 700px;
  height: 395px;
  border-radius: 4px;
  z-index: 1;
  transform: translateZ(0);
  object-fit: contain;
  display: block;
}

/* .home-video{
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 10px;
} */
.home-video-title {
  color: white;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  font-size: 22px;
  background-color: red;
  font-weight: bold;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.home-video-desc {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

@media screen and (max-width: 750px) {
  .home-video-container {
    width: 100%;
    max-width: none;
    margin-top: 0px !important;
    flex-direction: column;
  }

  .home-video-desc {
    padding: 0px 10px !important;
    box-sizing: border-box;
  }

  .home-video {
    width: 100%;
  }

  .company-info-left {
    display: none;
  }

  .company-info-container {
    height: auto !important;
    box-sizing: border-box;
    width: 95% !important;
  }

  #company_name_title {
    font-size: 23px !important;
  }

  .company-info-container-content {
    flex-direction: column;
    padding-left: 10px;
    box-sizing: border-box;
  }


  #company_description {
    width: 98% !important;
    margin-bottom: 40px;
    max-width: none !important;
  }

  .circle-span {
    display: none;
  }

  .case-list-container,
  .device-list-container {
    justify-content: center;
  }

  .swipper-conatiner {
    height: 250px !important;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    --swiper-navigation-size: 25px;
  }
}

#company_description::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

#company_description::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 10px;
}
