/**css tuy chinh rieng cho tung trang**/
.blog-view .btn-action {
  display:none;
}
.service .container > div:only-child img {
  width: 100%;
  height:100%;
  transition: transform 0.6s ease;
}
.service .container > div:only-child img:hover {
  transform: scale(1.07);
}
.service .container > div:only-child .title {
  font-size: 20px;
}
.service .container > div:only-child .content {
  font-size: 16px;
  -webkit-line-clamp: 4;
}
.service .container > div:only-child {
  padding: 0 15px;
}
.service .container > div:only-child > div {
  margin-bottom:28px;
}
.service .container > div:only-child .row .btn-action {
  padding: 10px 28px;
  background-color: var(--main-color-one);
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
}
.service:has( > .container > div.details) ~ .contact > div {
  max-width: calc(66.66666% - 10px);
}
.service .container > div:only-child > div > div {
  padding: 28px 15px;
  border-radius:10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}
.service .container > div:only-child .row > div:first-of-type {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  height:100%;
  -ms-flex: 0 0 41.66667%;
}
.service .container > div:only-child .row .image {
  border-radius: 5px;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
.service .container > div:only-child .row > div:last-of-type {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-left: 42px;
  -ms-flex: 0 0 58.33333%;
}
.service .details > div > .title {
  font-size:32px;
}
/*css chung lấy qua*/
.blog-view .listing.relate .image img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  margin-bottom:16px;
}
.blog-view .listing .content {
  font-size: 14px;
  color: var(--paragraph-color);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-view .relate > div {
  background-color: rgb(244 246 255);
  padding:15px 15px;
  margin-left: 15px;
}
.blog-view .listing .title {
  font-size: 16px;
  color: var(--main-color-two);
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact .content-area .section-title h4.title {
  color: var(--main-color-two);
  margin-left:15px;
  position:relative;
  text-align:center;
  z-index:2;
}
@media only screen and (max-width: 991px) {
  .service:has( > .container > div.details) ~ .contact > div {
    max-width: calc(100%);
  }
  .blog-view .relate .row > div:last-of-type {
    padding-left: 150px;
  }
  .blog-view .listing.relate .image img {
  position: absolute;
  width: 120px;
  height: 70px;
  border-radius: 5px;
  left: 15px;
}
  .blog-view .relate > div {
    margin-left:0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-view.service .container > div:only-child .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;  
    -ms-flex: 0 0 100%;
  }
  .service .container > div:only-child .title {
    margin-top: 16px;
  }
}