.flex-container {
      display: flex;
      flex-flow: row wrap;
      justify-content: left;
  }
.w-100 {
  width: 100%;
}
.color-white {
  color: white;
}
.color-1 {
  color: #C63A35;
}
.color-2 {
  color: #C63A35;
}
p {
  color: #000;
}
.tieudelon {}
.line_only {
  margin-top: 10px; 
  height: 2px;
}
.line_only .uvc-headings-line {
  border-style: solid;
  border-bottom-width: 2px;
  border-color: #CF5F39;
  width: 120px;
  margin: 0px auto;
}
.line_only .uvc-headings-line.line-white {
  border-color: #fff;
}
.vc_empty_space {
  height: 32px;
}
.box-img {
  overflow: hidden;
  min-height: 250px;
}
.box-img img {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}
.style_2 .aio-icon-box:hover .box-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.vc_custom_heading {
  font-size: 22px;
  color: #C63A35;
  text-align: center;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
}
.title-line-2 {
  display: block!important;
  display: -webkit-box!important;
  max-width: 100%;
  height: 50px;
  max-height: 50px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.des-line-2 {
  display: block!important;
  display: -webkit-box!important;
  max-width: 100%;
  height: 40px;
  max-height: 40px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lienhe h4 {
  font-size: 18px; 
  color: #000000;
}
.lienhe .aio-icon {
  color: #ffffff;
  background: #C63A35;
  font-size: 14px;
  display: inline-block;
}
.lienhe .aio-icon.none {
  background-color: transparent;
  color: #000;
}
.upb_row_bg {
  background: -webkit-linear-gradient(top, #CF5F39 0%, #C63A35 84%);
  min-width: 1903px;
  left: 0px;
  width: 1903px;
}
a {
  cursor: pointer;
}