#vnt-about {
  padding: 45px 0 40px;
}
#vnt-about .about_content {
  margin-top: 30px;
}
#vnt-about .about_content .about_title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0267ff;
  line-height: 1.4;
  margin: 10px 0;
}
#vnt-about .about_content .about_slogan {
  border: 5px solid #ebebeb;
  background-color: #fff;
  padding: 50px 20px 30px 45px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #0267ff;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 15px;
}
#vnt-about .about_content .about_slogan:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 8px;
  left: 21px;
  font-size: 30px;
}
#vnt-about .about_message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
#vnt-about .about_message .left {
  width: 50%;
  padding-left: 60px;
  padding-right: 15px;
  margin-top: 40px;
}
#vnt-about .about_message .left .t1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #010101;
}
#vnt-about .about_message .left .t1 span {
  display: block;
  font-weight: 500;
  font-size: 36px;
  color: #0267ff;
}
#vnt-about .about_message .left .content {
  position: relative;
  margin-right: -73px;
  background-color: #fff;
  border: 5px solid #ebebeb;
  padding: 15px 10px 35px 30px;
}
#vnt-about .about_message .left .content .slogan {
  font-size: 18px;
  color: #0267ff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
#vnt-about .about_message .left .content .slogan i {
  font-size: 36px;
  margin-right: 15px;
  vertical-align: middle;
}
#vnt-about .about_message .left .content p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
#vnt-about .about_message .left .content p a {
  color: #0267ff;
  text-transform: uppercase;
  font-weight: 500;
}
#vnt-about .about_message .right {
  width: 50%;
}
#vnt-about .about_message .right .img {
  width: 100%;
  height: 300px;
}
#vnt-about .about_message .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  #vnt-about .about_message {
    margin-top: 20px;
  }
  #vnt-about .about_message .left {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #vnt-about .about_message .left .t1 {
    font-size: 18px;
  }
  #vnt-about .about_message .left .t1 span {
    font-size: 28px;
  }
  #vnt-about .about_message .left .content {
    margin-right: 0;
    padding: 30px 30px 35px 25px;
  }
  #vnt-about .about_message .left .content .slogan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #vnt-about .about_message .right {
    width: 100%;
    margin-top: 35px;
  }
  #vnt-about .about_message .right .img {
    height: 174px;
  }
}
