/* oem */
.oem_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  margin-top: 2rem;
}

.custom_we_area {
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  overflow: hidden;
}
.custom_we_area::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.custom_we_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom_we_ul {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 0.4rem;
}
.custom_we_ul li {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 3rem 4%;
  position: relative;
}
.custom_we_ul h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  text-transform: capitalize;
}
.custom_we_ul h5 {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}
.custom_we_ul h6 {
  position: absolute;
  top: 0rem;
  left: 2%;
  font-size: 5rem;
  font-weight: bold;
  font-family: 'bincond';
  color: rgba(31, 99, 157, 0.1);
}
.custom_we_img {
  width: 47%;
  position: relative;
  overflow: hidden;
}

.custom_we_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.custom_we_alls {
  flex-direction: row-reverse;
}
.custom_we_allCon .custom_we_img::after {
  padding-bottom: 64.5%;
}

.adavantage_i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0px;
  background-color: var(--c1);
  z-index: 1;
  transition: height 0.4s ease-out;
}
.adavantage_i::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: -2px;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
  transform: rotate(-42deg);
}

.adavantage_i::before {
  content: '';
  position: absolute;
  bottom: 6px;
  right: -2px;
  width: 20px;
  height: 2px;
  background-color: var(--c1);
  transform: rotate(-138deg);
}

.custom_we_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(31, 99, 157, 99), rgba(31, 99, 1574, 0));
  box-sizing: border-box;
  padding: 1.5rem 4% 0.5rem 4%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  align-items: center;
  justify-content: space-between;
}

.custom_we_textDl dt {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.title {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.title p {
  font-size: 38px;
  color: #333;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  z-index: 3;
}
.title i {
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, var(--c2), rgba(255, 165, 5, 0));
  position: absolute;
  top: -1.05rem;
  left: -1.12rem;
  z-index: 1;
}
.title span {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 15rem;
  height: 3px;
  background: linear-gradient(to right, rgba(31, 99, 157, 1), rgba(31, 99, 157, 0));
}
.title_h3 {
  font-size: 18px;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.title_h3_center {
  text-align: center;
  box-sizing: border-box;
  padding: 0 13%;
}
.title_center {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}

.home_btn a {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
}
.home_btn_div {
  display: flex;
  align-items: center;
}
.home_btn_div p {
  font-size: 16px;
  color: #fff;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.home_btn_div i {
  border-radius: 50%;
  position: relative;
  color: #fff;
  font-size: 29px;
  display: block;
}
.home_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: var(--c1);
  z-index: 1;
  transition: all 0.5s ease;
}

/* oem_adv */
.oem_adv_bac {
  box-sizing: border-box;
  /* background: url('../img/oem_adv.webp') center no-repeat; */
  background-size: cover;
  padding: 7rem 0 3rem;
}

.oem_adv_ul {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
  padding: 2rem 0 4rem;
}
.oem_adv_ul li {
  position: relative;
  overflow: hidden;
}
.oem_adv_ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(31, 99, 157, 1), rgba(31, 99, 157, 0));
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.7s ease;
}
.oem_adv_ul li:nth-child(even) {
  margin-top: 0.5rem;
}
.oem_adv_img {
  width: 100%;
  position: relative;
  height: 100%;
}
.oem_adv_img::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.oem_adv_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oem_adv_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.oem_adv_text h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
.oem_adv_text h4 {
  font-size: 16px;
  color: #fff;
  display: none;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.6s;
}

.oem_adv_active::after {
  top: 0 !important;
}
.oem_adv_active h4 {
  display: block !important;
  transition: all 0.6s;
}

@media screen and (max-width: 700px) {
  .oem_adv_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom_we_ul,
  .custom_we_img {
    width: 100%;
  }
  .title p {
    font-size: 24px !important;
  }
  .custom_we_ul h5,
  .oem_adv_text h4 {
    font-size: 16px !important;
  }
  .custom_we_ul h4,
  .custom_we_textDl dt,
  .oem_adv_text h3 {
    font-size: 20px !important;
  }
  .title i {
    left: -9px;
  }
  .oem_adv_ul {
    padding: 0rem 0 1rem;
  }
  .oem_adv_text h4 {
    display: block;
  }
  .oem_adv_ul li::after {
    top: 0;
  }
  .oem_adv_bac {
    padding: 3rem 0 3rem;
  }
  .custom_we_area::after {
    opacity: 0;
  }
  .adavantage_i {
    display: none;
  }
  .custom_we_img img {
    position: relative;
    margin-top: 10px;
  }
  .oem_adv_ul li::after {
    background: linear-gradient(to top, rgb(0 0 0 / 53%), rgba(31, 99, 157, 0));
  }
}
