* {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.max-length {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.heading-c {
  background: #135eac;
  border-radius: 4px 4px 0 0;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.box-content-c {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.blog-image {
  margin: auto;
}

.blog-image a img {
  object-fit: cover;
  -o-object-fit: contain;
  object-position: top;
  -o-object-position: top;
}

.scroll-bar {
  max-height: 300px;
  overflow-y: scroll;
}

.img-blog {
  width: 100%;
  height: 100%;
}

.txt-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, .5);
}

.txt-sub p {
  padding: 10px 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box-garage {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.text-garage-name {
  font-size: 16px !important;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}

.item-cat {
  font-size: 15px;
}

.address-detail {
  font-size: 13px;
}

.loadmore {
  display: none;
}

.noContent {
  display: none !important;
}

.width-sm {
  display: none;
}

.relative {
  position: relative;
}

.relative a p b {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.absolute {
  position: absolute;
  bottom: -10px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #0275d8;
  content: "»\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.slide-left {
  padding: 0 0 15px 15px;
}
.slide-right {
  margin-bottom: 10px;
  padding: 0 7px 0 10px;
}

@media only screen and (max-width: 1025px) {
  .img-blog {
    width: 100%;
  }
  .item-cat {
    font-size: 13px !important;
  }
  .sub-blog {
      overflow: hidden;
      display: -webkit-inline-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
  }

  b {
      font-size: 14px;
  }

  p {
      font-size: 11px !important;
  }
}

@media only screen and (max-width: 770px) {
  .blog-image {
      margin: 10px auto;
  }
  .address-detail {
    font-size: 10px;
  }

  .absolute {
      bottom: 0;
      font-size: 10px !important;
  }

  .sub-blog {
      display: none;
  }

  b {
      font-size: 16px;
  }

  p {
      font-size: 13px !important;
  }

  .indicators {
      bottom: -15px;
  }

  .indicators li {
      width: 20px;
      height: 2px;
  }
}

@media only screen and (max-width: 600px) {
  .full-width {
      display: none;
  }

  .width-sm {
      display: block;
  }

  b {
      font-size: 16px;
  }

  p {
      font-size: 11px !important;
  }

  .heading-md {
      display: none;
  }

  .sub-sm p {
      font-size: 15px !important;
      padding: 15px;
  }
}

@media only screen and (max-width: 600px) {
  b {
      font-size: 13px;
  }

  p {
      font-size: 10px !important;
  }

  .sub-sm p {
      font-size: 15px !important;
      padding: 15px;
  }
}

@media only screen and (max-width: 330px) {
  b {
      font-size: 10px;
  }

  p {
      font-size: 8px !important;
  }

  .sub-sm p {
      font-size: 15px !important;
      padding: 15px;
  }
}