/*----------------------------------------*/
/*  7.9 chose
/*----------------------------------------*/
.tp-chose-item {
  border-radius: 32px;
  overflow: hidden;
  position: sticky;
  top: 120px;
}
.tp-chose-item:hover .tp-chose-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-item .row {
    align-items: center;
  }
}
.tp-chose-thumb {
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-thumb {
    margin-left: 0;
  }
}
.tp-chose-thumb img {
  transition: all 0.4s ease;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-thumb img {
    height: 300px;
  }
}
.tp-chose-content {
  padding: 96px 25px 78px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-content {
    padding: 46px 25px 38px 45px;
  }
}
@media (max-width: 574.98px) {
  .tp-chose-content {
    padding: 26px 20px 30px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-content p br {
    display: none;
  }
}
.tp-chose-numbar {
  font-weight: 700;
  font-size: 100px;
  line-height: 0.8;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, rgba(95, 85, 106, 0.2) 0%, rgba(247, 228, 254, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -10px;
}
.tp-chose-title {
  font-weight: 600;
  font-size: 28px;
}
.tp-chose-title a:hover {
  color: var(--tp-theme-1);
}
.tp-chose-section-title {
  position: sticky;
  top: 120px;
}
.tp-chose-two-thumb img {
  border-radius: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-two-section-title br {
    display: none;
  }
}
.tp-chose-two-item {
  border-radius: 16px;
  padding: 29px 30px 12px 30px;
}
@media (max-width: 574.98px) {
  .tp-chose-two-item {
    flex-wrap: wrap;
  }
}
.tp-chose-two-item .tp-about-two-service-icon {
  background: transparent;
  border: 1px solid rgba(17, 17, 17, 0.1);
}
@media (max-width: 574.98px) {
  .tp-chose-two-item .tp-about-two-service-icon {
    margin-bottom: 15px;
  }
}
