.item-abbox1 {
  display: flex;
  align-items: center;
}
.item-abbox1 h3 {
  color: var(--color-1);
  font-size: 19px;
  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/checked.png);
  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 #1363de47;
  padding: 42px;
  margin-top: 180px;
}
.item-gv img.avata {
  max-width: 280px;
  margin: -200px auto 20px;
  border-radius: 100%;
  border: 2px solid #1363de47;
}
.item-gv .title {
  color: var(--color-2);
  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;
  background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
    min-height: 72px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-abbox3 .title::after {
  content: "";
  background: var(--color-2);
  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: var(--color-1);
  
}
.item-cauhoi .desc {
  margin-top: 20px;
}
.item-cauhoi.active,
.item-cauhoi-head.active {
    /* background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

.item-cauhoi-head.active label{
  background: linear-gradient(180deg, #10B3D3 0%, #4187E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-cauhoi-head.active i{
  transform: rotate(180deg);
  background-color:var(--color-2);
}
.list-cauhoi .item-cauhoi:last-child .item-cauhoi-head{
  margin-bottom: 0;
}

.main-abbox5 .item_dn{
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgb(27 31 35 / 5%) 0px 0px 0px 1px;
 border-radius: 5px;
 margin-bottom: 20px;
 cursor: pointer;
}
.main-abbox5 .item_dn:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}