.about-box12 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(241, 91, 34, 0.05) 0%, rgba(241, 91, 34, 0.00) 100%);
}
.about-box12::before {
  content: "";
  background-color: #FFF1EB;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 1;
}
.about-box12 .about-box{
  position: relative;
  z-index: 2;
}

.main-content-abbox2-wrap {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 30px;
  position: relative;
  z-index: 1;
}
.main-content-abbox2 {
  position: relative;
  margin-top: -150px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
.main-content-abbox2::before {
  content: "";
  border-radius: 24px;
  background: #3853A4;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: calc(100% - 20px);
}
.about-box2 .desc::before {
  content: "";
  border-radius: 24px;
  background: #FFF5F2;
  width: 80%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
/**/
.main-abbox3 .desc{
  text-align: right;
}
.about-slogan {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: #F15B22;
  text-transform: uppercase;
}
.main-abbox3 .col-first{
  border-right: 4px solid #F15B22;
}
.about-box5 ul li {
  display: inline flow-root list-item;
}
/**/
.about-box6 {
  background-size: cover;
  background-position: bottom;
}
.item-giatri{
  border-radius: 26.798px;
  background: #FFF;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin-bottom: 40px;
}
.item-giatri img{
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
  margin-bottom: 20px;
}
.item-giatri .title{
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.item-giatri p{
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(0, 34, 65, 0.80);
}


.item-quytrinh {
  background-color: #F1F2F3;
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  height: 100%;
}
.item-quytrinh .head {
  border-radius: 43px;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
}
.item-quytrinh .head .title {
  font-size: 20px;
  margin: 0;
  line-height: 1.1;
}
.item-quytrinh .head img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
/**/
.about-box4 {
  position: relative;
  background: linear-gradient(266deg, #3C64DE 20.71%, #3853A4 83.95%);
}
.about-box4 >img{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.item-hanhtrinh{
  position: relative;
/*  margin-left: 10px;*/
}
.item-hanhtrinh label {
  color: rgba(255, 255, 255, 0.20);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  display: block;
}
.item-hanhtrinh {
  padding: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.40);
}
.item-hanhtrinh::before {
  content: "";
  background-color: #F15B22;
  border: 1px solid #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.item-hanhtrinh.item-hanhtrinh-chan::before{
  bottom: unset;
  top: -10px;
}
.item-hanhtrinh-le {
  border-bottom: 1px solid #F15B22;
}
.main-abbox4 .swiper-button-next {
  background-color: #F15B22;
  border-radius: 0;
  color: #FFF;
  padding: 0;
  right: auto;
  left: -15px;
}
@media only screen and (min-width: 767px) {
  .main-abbox4 .swiper-container {
    padding-left: 30px;
    margin: 0 -150px 0 -30px;
  }
  .main-abbox4 .swiper-button-next {
    left: -69px;
  }
}
.main-abbox4 .swiper-button-next::before {
  content: "\f100" !important;
}
.main-abbox4 .swiper-slide:first-child::before{
  content: "";
  width: 50px;
  height: 1px;
  background-color: #F15B22;
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
}
@media only screen and (max-width: 767px) {
  .main-abbox3 .desc {
    text-align: center;
  }
  .main-abbox3 .desc strong {
    font-size: 16px;
  }
  .about-slogan {
    font-size: 22px;
    text-align: center;
    line-height: normal;
  }
  .item-quytrinh .head .title {
    font-size: 16px;
  }
}