#page-single-post {
  padding-bottom: 30px;
}
#page-single-post .post-date {
  font-size: 13px;
  color: #707070;
  margin-bottom: 20px;
}
#page-single-post .post-content__left {
  width: 75%;
  padding-right: 30px;
}
#page-single-post .post-content__left .entry-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#page-single-post .post-content__left .entry-content img {
  height: auto;
}
#page-single-post .post-content__left .post-tags {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-single-post .post-content__left .post-tags li {
  display: inline-block;
  margin-bottom: 10px;
}
#page-single-post .post-content__left .post-tags li a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 6px 12px;
  border-radius: 6px;
  margin-right: 8px;
}
#page-single-post .post-content__left .post-tags li a:hover, #page-single-post .post-content__left .post-tags li a.active {
  background-color: #91ad41;
  color: #fff;
}
#page-single-post .post-content__left .title-related {
  margin-bottom: 60px;
}
#page-single-post .post-content__left .related-posts {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-single-post .post-content__left .related-posts li {
  margin-bottom: 20px;
}
#page-single-post .post-content__left .related-posts li .img {
  border-radius: 6px;
  overflow: hidden;
}
#page-single-post .post-content__left .related-posts li .img img {
  height: auto;
  transition: all 0.3s;
}
#page-single-post .post-content__left .related-posts li .img:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
#page-single-post .post-content__left .related-posts .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  margin: 0;
  display: flex;
}
#page-single-post .post-content__left .related-posts .owl-nav button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: 10px;
}
#page-single-post .post-content__left .related-posts .owl-nav button:hover {
  background-color: #91ad41;
}
#page-single-post .post-content__left .related-posts .owl-nav button.owl-prev:hover img {
  transform: rotate(180deg);
}
#page-single-post .post-content__left .related-posts .owl-nav button.owl-next img {
  transform: rotate(180deg);
}
#page-single-post .post-content__left .related-posts .owl-nav button.owl-next:hover img {
  transform: rotate(0);
}
#page-single-post .post-content__right {
  width: 25%;
}
#page-single-post .post-content__right .box-sidebar {
  text-align: center;
  padding: 30px;
  margin-bottom: 25px;
}
#page-single-post .post-content__right .box-sidebar.box-phone {
  background: url(../images/bg-box-phone.png);
  background-size: 100% 100%;
  color: #fff;
  padding-bottom: 10px;
}
#page-single-post .post-content__right .box-sidebar.box-phone .box-item {
  padding: 20px 0;
}
#page-single-post .post-content__right .box-sidebar.box-phone .box-item__img {
  margin-bottom: 13px;
}
#page-single-post .post-content__right .box-sidebar.box-phone .box-item__title {
  margin-bottom: 5px;
}
#page-single-post .post-content__right .box-sidebar.box-phone .box-item__phone {
  font-size: 22px;
  margin-bottom: 20px;
}
#page-single-post .post-content__right .box-sidebar.box-qr {
  border: 2px solid #91ad41;
  border-radius: 6px;
}
#page-single-post .title-related,
#page-single-post .page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin: 30px 0 15px;
}
#page-single-post .title-related:after,
#page-single-post .page-title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  background-color: #91ad41;
  left: 0;
  top: 100%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #page-single-post .post-content {
    padding: 10px;
  }
  #page-single-post .post-content__left {
    padding: 0;
    width: 100%;
  }
  #page-single-post .post-content__left .related-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-single-post .post-content__left .related-posts li {
    width: 49%;
  }
  #page-single-post .post-content__left .entry-title {
    font-size: 20px;
  }
  #page-single-post .post-content__left .title-related {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #page-single-post .post-content__right {
    width: 100%;
    padding: 0;
  }
  #page-single-post .title-related, #page-single-post .page-title {
    font-size: 20px;
    margin: 15px 0 30px;
  }
}