.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;
}
.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;
}
/**/
@media only screen and (min-width: 1000px) {
  .home-box4{
    margin-bottom: 250px !important;
  }
}
/**/
.item-gv {
  border-radius: 30px;
  border: 2px solid #C7FFDC;
  padding: 42px;
  margin-top: 180px;
}
.item-gv img.avata {
  max-width: 280px;
  margin: -200px auto 20px;
  border-radius: 100%;
  border: 2px solid #C7FFDC;
}
.item-gv .title {
  color: #18A84E;
  font-size: 24px;
}
.item-gv .job {
  font-size: 24px;
  font-weight: 600;
}
.item-gv .desc {
  font-weight: 500;
}
/**/
.main-abbox3 .title {
  position: relative;
  display: inline-block;
  color: #18A84E;
}
.main-abbox3 .title::after {
  content: "";
  background: #FF0509;
  width: 80%;
  margin: 10px 0;
  display: block;
  height: 1.5px;
}
@media only screen and (min-width: 1000px) {
  .main-abbox3 .title {
    font-size: 32px;
  }
}
.main-abbox3 img {
  aspect-ratio: 605/404;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
/**/
.item-cauhoi {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 0.8px solid rgba(71, 71, 71, 0.30);
}
.item-cauhoi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  font-size: 18px;
}
.item-cauhoi-head span{
  font-size: 20px;
}
.item-cauhoi-head label {
  flex: 1;
  cursor: pointer;
}
.item-cauhoi-head i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  transition: .3s all;
  background-color: #18A84E;
}
.item-cauhoi .desc {
  margin-top: 20px;
}
.item-cauhoi.active,
.item-cauhoi-head.active {
  color: #FF0509;
}
.item-cauhoi-head.active i{
  transform: rotate(180deg);
  background-color:#FF0509;
}
.list-cauhoi .item-cauhoi:last-child .item-cauhoi-head{
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .item-abbox1 {
    margin-bottom: 10px;
  }
  .item-abbox1 h3 {
    font-size: 18px;
  }
  .item-gv .title,
  .item-gv .job {
    font-size: 20px;
  }
  .item-cauhoi-head {
    font-size: 16px;
  }
  .item-cauhoi-head label {
    padding-right: 10px;
  }
  .item-cauhoi-head i {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-left: 0;
  }
  .item-cauhoi-head.active i {
    padding-top: 0;
  }
  .item-cauhoi {
    padding: 10px;
    margin-bottom: 10px;
  }
}