.item-abbox1 {
  display: flex;
  align-items: center;
}
.item-abbox1 h3 {
  color: ;
  color: #18A84E;
  font-size: 20px;
  margin-bottom: 0;
}
.item-abbox1 p {
  font-size: 14px;
}
.main-abbox1 .last-row img{
  border-radius: 10px;
}
.main-abbox1 .last-row .desc-last ul{
  padding: 0;
}
.main-abbox1 .last-row .desc-last li{
  margin-bottom: 15px;
  list-style: none;
  padding-left: 32px;
  position: relative;
}
.main-abbox1 .last-row .desc-last li::before {
  content: "";
  background-image: url(images/checklist.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/**/
.main-abbox1 .last-row .desc-last li {
  margin-bottom: 15px;
  list-style: none;
  display: flex;
  align-items: center;
}
.about-box1-content .desc {
  color: #2F5036;
}
/**/
.row-title label{
  color: #2F5036;
}
.row-title h2{
  color: #2F5036;
  font-size: 40px;
}
/**/
.manin-abbox2 {
  padding: 50px 40px;
  background-color: #FFF5DF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: #2F5036;
}
.about-box2-wrap{
  padding: 100px 0 80px;
}
.manin-abbox2 .title {
  color: #2F5036;
  font-weight: 700;
  font-size: 32px;
}
.manin-abbox2 .banner {
  display: block;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.28);
}
.ab-item-tk {
  background-color: #E6F0FF;
  padding: 30px;
  border-radius: 10px;
}
.ab-item-tk .num {
  font-size: 36px;
  font-weight: bold;
  color: #2F5036;
}
/**/
.ab-item-giatri {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 1px 10px 0px rgba(5, 31, 57, 0.16);
  padding: 50px 40px;
  margin-top: 80px;
}
.ab-item-giatri label{
  color: #D16708;
  display: block;
  text-align: center;
  margin: 18px 0;
  font-size: 24px;
  font-weight: 700;
}
.ab-item-giatri img {
  width: 103px;
  height: 103px;
  object-fit: cover;
  border-radius: 100%;
  object-fit: cover;
  margin-top: -120px;
}
/**/
.full-tuvan {
  padding: 80px 0;
  position: relative;
}
.full-tuvan::before {
  content: "";
  background-color: rgba(171, 81, 0, 0.80);
/*  opacity: .89;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.full-tuvan .container {
  z-index: 1;
  position: relative;
}
.full-tuvan .line-tt{
  color: #fff;
}
.full-tuvan .line-tt .desc{
  padding-left: 10px;
}
.form-tuvan textarea.wpcf7-form-control.wpcf7-textarea,
.form-tuvan select.form-select,
.form-tuvan input.wpcf7-form-control:not(.wpcf7-form-control.wpcf7-submit) {
    color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.form-tuvan select.form-select{
  filter: invert(1) brightness(2);
  color: #000;
  border-color: #000;
}
.form-tuvan select.form-select:focus{
  box-shadow: none;
}
.form-tuvan textarea::placeholder,
.form-tuvan input.wpcf7-form-control::placeholder {
  color: #fff;
  font-style: normal;
}
.form-tuvan button {
  padding: 0 20px;
  height: 48px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  background-color: #FFB800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form-tuvan button::before {
  content: "";
  background-image: url(images/mailto.png);
  width: 26px;
  height: 13px;
  background-size: contain;
  margin-right: 5px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .item-abbox1 {
    margin-bottom: 10px;
  }
  .item-abbox1 h3 {
    font-size: 18px;
  }
  .row-title h2 {
    font-size: 22px;
  }
  /**/
  .about-box2-wrap {
    padding: 0;
  }
  .ab-item-giatri label {
    margin: 10px 0;
    font-size: 18px;
  }
  /**/
  .full-tuvan {
    padding: 40px 0;
  }
  .form-tuvan button {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
}