.heading-title {
  position: relative;
  padding-bottom: 10px;
}
.heading-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 120px;
  left: calc(50% - 60px);
  bottom: 0;
  background: #E70000;
}
.heading-title p {
  margin-bottom: 0;
}
section.sec-register .col-register {
  padding-top: 26px;
  padding-bottom: 0;
}
section.sec-register .col-register p {
  margin-bottom: 0;
}
section.sec-car-grid .col-car-cat a.btn-view-cat {
  background-color: #898989;
}
section.sec-car-grid .col-car-cat:hover a.btn-view-cat {
  background-color: #D21F1F;
}
section.sec-news {
  padding-bottom: 0;
}
section.sec-news .news-slider .shade {
  background: linear-gradient(0deg, #E90000 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
section.sec-news .news-slider .is-divider {
  display: none;
}
section.sec-news .news-slider .box-text {
  padding-bottom: 2.4em;
}
section.sec-news .news-slider .flickity-page-dots {
  left: unset;
  right: 5px;
}
section.sec-news .news-slider .flickity-page-dots .dot {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}
section.sec-news .news-slider .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}
section.sec-news .news-grid .post-item .post-title {
  height: 2.6em;
  overflow: hidden;
}
section.sec-news .news-grid .post-item .is-divider {
  display: none;
}
section.sec-service .col-title > .col-inner {
  padding-top: 160px !important;
}
/*# sourceMappingURL=./home.css.map */