@media (min-width: 992px) {
  .wt-post-title .post-title {
    min-height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
	.page-template-page-service .footer-menu-wrap .col-lg-3 {
		padding-top:30px;
	}
}
.wpcf7-form {
  width: 100%;
}

.wpcf7-form .form-group {
  width: 100%;
}

.wpcf7-form .input-group {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control {
  width: 100%;
}
.input-group {
  display: flex;
  align-items: flex-start;
}

.input-group-addon {
  height: 44px; /* same as input height */
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control {
  height: 44px;
}
.site-bg-primary .header-nav .nav > li.current-menu-item > a,
.site-bg-primary .header-nav .nav > li:hover > a {
  color: #ec5598;
}
.wt-post-media img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
#respond {
  margin-top: 40px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 6px;
}
#reply-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.logged-in-as {
  font-size: 14px;
  margin-bottom: 20px;
}

.logged-in-as a {
  color: #EC5598;
  text-decoration: none;
}

.logged-in-as a:hover {
  text-decoration: underline;
}
.comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 15px;
  border-radius: 4px;
  resize: vertical;
  transition: border-color 0.3s;
}

.comment-form-comment textarea:focus {
  border-color: #EC5598;
  outline: none;
}
#submit {
  background: #EC5598;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

#submit:hover {
  background: #0b5ed7;
}
#cancel-comment-reply-link {
  font-size: 13px;
  margin-left: 10px;
  color: #dc3545;
}
.comments-area .comment-form p {
  width: 100%;
}
.single .wt-post-text {
	display:block;
}

@media screen and (max-width:991px) {
	.special-offer {
		padding: 5%;
    }
	.special-offer .wt-left-part h3 {
		font-size: 26px;
	}
}