.style-number span {
  color: #C21C33;
  font-weight: 600;
  font-size: 50px;
}

.style-number .plus {
  margin-bottom: 20px;
  position: absolute;
  top: 0px;
  font-size: 40px;
  font-weight: 700;
}

.content-1 {
  width: 80%;
  margin: auto;
}

main {
  font-family: 'Roboto', arial, sans-serif;
}

.avatar {
  width: 80px;
  height: 80px;
  margin: auto;
}

.avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.line {
  width: 50px;
  height: 3px;
  background-color: #C21C33;
  margin: auto;
}

.wall:after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 50px;
  background-color: #b9b9b9;
}

.title {
  position: relative;
}

.title h3:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #C21C33;
  bottom: 0;
  left: 45%;
}

@media (max-width: 767px) {
  .experience {
    width: 90%;
    margin: auto;
  }
  .owl-carousel {
    width: 100% !important;
    margin: auto;
  }
  .owl-nav [class*=owl-]:hover:hover {
    background-color: transparent !important;
  }
  .owl-nav .owl-next i, .owl-nav .owl-prev i {
    font-size: 40px;
    color: #C21C33;
  }
}

@media (min-width: 768px) {
  .experience {
    width: 80%;
    margin: auto;
  }
  .owl-carousel {
    width: 60% !important;
    margin: auto;
  }
  .owl-nav [class*=owl-]:hover:hover {
    background-color: transparent !important;
  }
  .owl-nav .owl-next i, .owl-nav .owl-prev i {
    font-size: 40px;
    color: #C21C33;
  }
}
/*# sourceMappingURL=gioithieu.css.map */