img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1
}

.products1 {
  padding: 6.30208vw 13.54167vw 8.59375vw 13.54167vw
}

.products1 .title {
  color: #5A5A5A;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 3.4375vw
}

.products1 .end {
  display: flex;
  justify-content: flex-end
}

.products1 .end .text {
  width: 50.72917vw
}

.products1 .end .text p {
  color: #5A5A5A;
  font-style: normal;
  font-weight: 400;
  line-height: 190%
}

.products1 .end .text p span {
  color: #0D4E90
}

.products1 .end .text p:not(:last-child) {
  margin: 0 0 3.125vw
}

.products1 .content {
  margin: 6.40625vw 0 0 0;
  display: flex;
  gap: .3125vw
}

.products1 .content .item {
  height: 28.95833vw;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
  flex: 1;
  transition: 1s
}

.products1 .content .item .position {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  padding: 1.66667vw;
  z-index: 2;
  bottom: 0;
  left: 0;
  transition: .3s ease
}

.products1 .content .item .position2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.51042vw 2.03125vw;
  z-index: 5;
  width: 36.5625vw;
  opacity: 0
}

.products1 .content .item .position2 .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1.40625vw
}

.products1 .content .item .position2 .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* line-height: 158.333% */
}

.products1 .content .item.on {
  flex: 4.365
}

.products1 .content .item.on .position {
  opacity: 0
}

.products1 .content .item.on .position2 {
  transition: 1s;
  opacity: 1;
  transition-delay: .6s
}

.products1 .content .item .img {
  width: 100%;
  height: 100%
}

.products2 {
  padding: 0 13.54167vw 19.0625vw 13.54167vw
}

.products2 .cut {
  display: flex;
  gap: 2.03125vw
}

.products2 .cut .list {
  /* width: 7.5vw; */
  width: fit-content;
  padding: 10px 20px;
  height: 3.33333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.86458vw;
  border: 1px solid #00378A;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 55, 138, 0.4);
  color: #00378A;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  cursor: pointer;
  transition: .6s ease
}

.products2 .cut .list.on,
.products2 .cut .list:hover {
  border: 1px solid #00378A;
  background: #00378A;
  color: #fff
}

.products2 .content {
  margin: 3.33333vw 0 0 0
}

.products2 .content .matter:not(:last-child) {
  margin: 0 0 7.23958vw
}

.products2 .content .matter .title {
  color: #5A5A5A;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 4.21875vw
}

.products2 .content .matter .grid {
  padding: 0 2.86458vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.79167vw 5.625vw
}

.products2 .content .matter .grid .item {
  width: 100%;
  border-radius: 1.66667vw;
  background: #F6F6F6;
  padding: 3.07292vw 1.97917vw 2.29167vw 1.97917vw
}

.products2 .content .matter .grid .item .p1 {
  color: #5A5A5A;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 4.16667vw
}

.products2 .content .matter .grid .item .p2 {
  color: #5A5A5A;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 2.39583vw;
  height: 1.51042vw
}

.products2 .content .matter .grid .item .p3 {
  width: 21.25vw;
  color: rgba(102, 102, 102, 0.8);
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0 0 2.39583vw
}

.products2 .content .matter .grid .item .img {
  height: 11.14583vw;
  display: flex;
  align-items: center
}

.products2 .content .matter .grid .item .img img {
  object-fit: contain
}

.products2 .content .matter .grid .item .dis {
  display: flex;
  padding: 0 1.14583vw 0 0;
  align-items: start;
  justify-content: space-between
}

.products2 .content .matter .grid .item .dis.end {
  justify-content: flex-end
}

.products2 .content .matter .grid .item .dis img {
  object-fit: contain;
  /* height: .625vw; */
  height: 1.2vw;
  margin: 1.30208vw 0 0 0
}

.products2 .content .matter .grid .item .dis .more {
  width: 5.83333vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.15625vw;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease
}

.products2 .content .matter .grid .item .dis .more:hover {
  background: #00378A;
  color: #fff;
  border: 1px solid #00378A
}

.products2 .content .other {
  color: #717171;
  font-style: normal;
  font-weight: 400;
  line-height: 157.143%;
  padding: 0 2.86458vw;
  margin: 6.5625vw 0 0 0
}

@media screen and (max-width: 768px) {
  .products1 {
    padding: 30px 5%
  }

  .products1 .title {
    margin: 0 0 15px
  }

  .products1 .end {
    justify-content: unset
  }

  .products1 .end .text {
    width: 100%
  }

  .products1 .end .text p:not(:last-child) {
    margin: 0 0 15px
  }

  .products1 .content {
    margin: 25px 0 0 0;
    flex-direction: column;
    gap: 20px
  }

  .products1 .content .item {
    flex: unset !important;
    width: 100%;
    height: 300px;
    border-radius: 15px
  }

  .products1 .content .item .position {
    display: none
  }

  .products1 .content .item .position2 {
    width: 100%;
    padding: 20px 5%;
    opacity: 1
  }

  .products1 .content .item .position2 .p1 {
    margin: 0 0 10px
  }

  .products2 {
    padding: 30px 5%
  }

  .products2 .cut {
    gap: 10px
  }

  .products2 .cut .list {
    width: fit-content;
    height: 40px;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 12px;
  }

  .products2 .content {
    margin: 20px 0 0 0
  }

  .products2 .content .matter:not(:last-child) {
    margin: 0 0 30px
  }

  .products2 .content .matter .title {
    margin: 0 0 22px
  }

  .products2 .content .matter .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0
  }

  .products2 .content .matter .grid .item {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 20px 5%
  }

  .products2 .content .matter .grid .item .p1 {
    margin: 0 0 15px
  }

  .products2 .content .matter .grid .item .p2 {
    height: auto;
    margin: 0 0 15px
  }

  .products2 .content .matter .grid .item .p3 {
    width: 100%;
    margin: 0 0 30px;
    line-height: 1.5;
  }

  .products2 .content .matter .grid .item .img {
    width: 60%;
    height: auto
  }

  .products2 .content .matter .grid .item .img img {
    width: 100%
  }

  .products2 .content .matter .grid .item .dis {
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0 0
  }

  .products2 .content .matter .grid .item .dis img {
    height: 18px;
    margin: 0
  }

  .products2 .content .matter .grid .item .dis .more {
    width: fit-content;
    height: 45px;
    padding: 0 20px;
    border-radius: 30px
  }
  .products1 .content .item .position2 .p2{
    height: 120px;
    overflow: auto;
    font-size: 14px;
  }
}