  
.latest-news .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.cv-news-section:before {
  content: "";
  background-image: url(/skin/htc/image/shape1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 400px;
  height: 439px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
}
.cv-news-section .title-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv-news-section .title-txt p {
  font-size: 14px;
  line-height: 21px;
  color: #777;
  font-weight: 500;
  text-transform: uppercase;
}
.cv-news-section .title-txt h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}
.cv-news-section .title-txt h2 .underline {
  color: #f15d52;
  border-bottom: 3px solid #f15d52;
  text-transform: uppercase;
}
.cv-news-section .news-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}

.cv-news-section .news-box .news-img img {
  width: 800px;
  height: 500px;
  border-radius: 10px;
}

.cv-news-section .news-box .box-bottom {
  padding: 10px 25px;
}
.cv-news-section .news-box .box-bottom .colored-txt {
  font-size: 16px;
  color: #f15d52;
}
.cv-news-section .news-box .box-bottom .light-txt {
  font-size: 13px;
  color: #777;
}
.cv-news-section .news-box .box-bottom .float-right {
  float: right;
  color: #f15d52;
}
