.the-post {
  margin-bottom: 60px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.the-post .page-header {
  margin-bottom: 15px;
}
.the-post .h1 {
  font-size: 1.7rem;
}
.the-post .the-post-block {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 #dee2e6;
  box-shadow: 0 0 3px 0 #dee2e6;
}
.the-post .the-post-block .post-block-title {
  font-weight: bold;
  margin-top: 30px;
}
.the-post .the-post-content-detail {
  font-size: 1.1rem;
}
.post-photos {
  position: relative;
  background-color: #373b44;
  height: 350px;
}
.post-photos .swiper-container {
  height: 100%;
}
.post-photos .swiper-slide {
  display: flex;
  align-items: center;
}
.post-photos .swiper-slide img {
  max-height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  cursor: zoom-in;
}
.post-photos .swiper-pagination {
  background: transparent;
  position: absolute;
  bottom: 0px;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
}
.post-photos .swiper-pagination .swiper-pagination-bullet {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  margin: 5px 3px 5px;
}
.post-photos .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #c1bfbf;
}
.post-photos .swiper-button-next {
  top: 50%;
  right: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/next-slide.png) center no-repeat;
  background-size: 40px 40px;
  box-shadow: none;
  margin-top: -30px;
}
.post-photos .swiper-button-prev {
  top: 50%;
  left: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/prev-slide.png) center no-repeat;
  background-size: 40px 40px;
  box-shadow: none;
  margin-top: -30px;
}
.post-photos.fullscreen {
  display: none;
  background: rgba(0, 0, 0, 0.97);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.post-photos.fullscreen .close {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  background: url(../images/fa-x-white.svg) center no-repeat;
  background-size: 30px;
}
.post-photos.fullscreen .swiper-slide img {
  cursor: initial;
}
body.swiper-photo-fullscreen {
  overflow: hidden;
}
body.swiper-photo-fullscreen .post-photos.fullscreen {
  display: block;
}
.icon-tinhethan {
    width: 200px;
    height: 200px;
    background: url(../images/tinhethan.png) center no-repeat;
    background-size: contain;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -100px;
    margin-left: -100px;
}
.the-post .chothuenhanh-label {
  width: 90px;
  height: 90px;
  left: -8px;
  top: -8px;
}
.the-post .star {
  width: 20px;
  height: 28px;
  background-size: 20px;
  margin-right: 10px;
}
.the-post .star.star-2 {
  width: 40px;
  height: 28px;
}
.the-post .star.star-3 {
  width: 60px;
  height: 28px;
}
.the-post .star.star-4 {
  width: 80px;
  height: 28px;
}
.the-post .star.star-5 {
  width: 100px;
  height: 28px;
}
.the-post .price {
  color: #16c784;
  font-weight: bold;
  font-size: 1.3rem;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}
.the-post .price i {
  font-style: normal;
  margin-left: 5px;
}
.the-post .price i.icon-price {
  margin-left: 0;
}
.the-post .post-date,
.the-post .post-id,
.the-post .acreage,
.the-post .direction,
.the-post .bathroom,
.the-post .bedroom {
  margin-right: 30px;
  line-height: 27px;
  display: inline-flex;
  align-items: center;
}
.the-post .post-date {
  float: right;
  margin-right: 0;
}
.the-post .post-location a {
  padding: 3px 7px;
  border-radius: 5px;
  border: 1px solid;
}
.the-post .post-location a:hover {
  text-decoration: none;
}
.the-post table {
  width: 100%;
  font-size: 1rem;
}
.the-post table .td-name {
  color: #808080;
  width: 30%;
}
.the-post table .td-value {
  font-weight: bold;
  width: 70%;
}
.the-post table .price {
  font-weight: bold;
  font-size: inherit;
  color: initial;
  margin-bottom: 0;
}
.the-post .tags-link a {
  display: inline-flex;
  margin-right: 5px;
  margin-bottom: 7px;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #e7f3ff;
}
.the-post .section-post-note p {
  font-size: 1rem;
  line-height: 1.5;
  color: #777;
}
.the-post .section-post-content .section-content {
  font-size: 1.1rem;
  line-height: 1.5;
}
.author-aside {
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(59 65 68 / 18%) 0px 17px 21px -1px;
  box-shadow: rgb(59 65 68 / 18%) 0px 17px 21px -1px;
  margin-bottom: 30px;
  background-color: #fff;
}
.author-aside figure {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.author-aside .author-name {
  margin: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.author-aside .btn.btn-author-phone {
  background-color: #08a74e;
  border-color: #08a74e;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-aside .btn-author-phone i {
  width: 20px;
  height: 20px;
  background: url(../images/phone-call-white.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.author-aside .btn-author-phone:hover {
  opacity: 0.9;
}
.author-aside .btn.btn-author-zalo {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #017781;
  color: #017781;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-aside .btn-author-zalo i {
  width: 20px;
  height: 20px;
  background: url(../images/fa-message-circle-green.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
}
.author-aside .btn.btn-post-save {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #017781;
  color: #017781;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-aside .btn.btn-post-save.saved {
  width: 100%;
  background: #fff;
  border-color: #da2d65;
  color: #da2d65;
}
.author-aside .btn.btn-post-save i {
  width: 20px;
  height: 20px;
  background: url(../images/fa-heart-green.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
}
.author-aside .btn.btn-post-save.saved i {
  background: url(../images/heart-shape-outline-2.svg) center no-repeat;
  background-size: contain;
}
.author-aside .btn.btn-post-save:hover,
.author-aside .btn.btn-author-zalo:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.author-aside ul {
  font-size: 0.9rem;
  color: #999;
  margin: 20px 0 15px;
}
.author-aside ul > li {
  padding: 3px 0;
  margin-left: 15px;
  list-style: auto;
}
.the-post .btn-report {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717580;
  margin-top: 20px;
  font-size: 0.9rem;
  font-style: italic;
}
.the-post .btn-report i {
  width: 15px;
  height: 15px;
  background: url(../images/report.svg) center no-repeat;
  background-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
