.service-other {
  padding-top: 7.5rem;
}
.service-other .col-title {
  padding: 0 15px;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
}
.service-other .tag-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--16);
  line-height: var(--20);
  height: 2.5rem;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 0 1.5625rem;
  font-weight: normal;
  font-family: var(--medi);
  border-radius: 99px;
  background: linear-gradient(90deg, #71bf43 0%, #1f8038 100%);
  min-height: var(--40);
  box-shadow: none !important;
  border-radius: var(--6);
  font-size: var(--14);
  margin-bottom: var(--10);
}
.service-other .title-home h1 {
  font-size: var(--44);
  margin: 0;
}
.service-other .title-home {
  padding-bottom: 1rem;
  border-bottom: 1px solid #cecece;
  margin-bottom: 5rem;
}
.service-other .col-content {
  padding: 0 15px var(--60);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--30);
}
.service-other .content-wrapper {
  grid-column: span 2;
  padding-left: 1rem;
}
.service-other .col-banner .img{
border-radius:var(--10);
overflow:hidden

}
.service-other-form {
  background: linear-gradient(153deg, #71bf43 0%, #1f8038 100%);
  border-radius: var(--15);
  padding: var(--30);
  max-width: 100%;
}
.service-other-form .form-title p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--bold);
  margin-bottom: 10px;
}
.service-other-form input,
.service-other-form textarea {
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0;
  font-size: var(--14);
  border-bottom: 1px solid rgb(255 255 255 / 35%);
}
.service-other-form textarea {
  max-width: 100%;
  width: 100% !important;
  min-height: 2.507em;
}
.service-other-form input::placeholder,
.service-other-form textarea::placeholder {
  color: #ffffff9c;
}
.service-other ul,
.service-other ol {
  margin-left: 1.3rem;
}
.service-other-form .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
  left: 0;
}
#main .service-other-form .button.btn-viewall {
  margin: 1rem 0 0;
  border-radius: 6.1875rem;
  border: 0.0625rem solid rgb(255 255 255 / 32%);
  background: var(
  --ruot-kinh,
  linear-gradient(
    46deg,
    rgba(255, 255, 255, 0.2) -12.56%,
    rgba(255, 255, 255, 0.5) 100%
  )
);
  backdrop-filter: blur(0.125rem);
  min-width: 10.625rem;
  height: var(--40);
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 1rem;
  font-family: var(--medi);
  gap: 0;
  -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 100;
}
#main .service-other-form form {
  margin: 0;
}

.fix-sidebar {
  position: sticky;
  top: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: top 0.3s ease;
  z-index: 99;
}

.admin-bar .fix-sidebar {
  top: 44px;
}

.fix-sidebar.moveDown {
  top: calc(6.75rem + 12px);
}

.admin-bar .fix-sidebar.moveDown {
  top: calc(6.75rem + 44px);
}
@media screen and (max-width: 767.98px) {
  .service-other .title-home h1 {
    font-size: var(--24);
  }
  .service-other .title-home {
    margin-bottom: 2.5rem;
  }
  .service-other .col-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .service-other .content-wrapper {
    padding-left: 0;
    order: -1;
  }
}
