.parquetry-project-read-block .project-details-view {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .parquetry-project-read-block .project-details-view {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .parquetry-project-read-block .project-details-view {
    padding: 30px 0;
  }
}
.parquetry-project-read-block .project-details-view .project-content {
  margin-bottom: -50px;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper {
  height: 496px;
  width: 655px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1500px) {
  .parquetry-project-read-block .project-details-view .project-content .top-view .swiper {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .parquetry-project-read-block .project-details-view .project-content .top-view .swiper {
    width: 100%;
    height: 350px;
  }
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  font-size: 0;
  line-height: 0;
  bottom: 21px;
  width: 100%;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .disabled {
  display: none !important;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 0;
  margin-left: 6px;
  margin-right: 6px;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
  background: #9b9b9b;
}
@media (min-width: 992px) {
  .parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet::before,
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet::before {
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet::after {
  opacity: 0;
  background: #976f55;
  transform: translateY(-200%);
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet:hover::before,
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet:focus::before {
  background: #ffffff;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #976f55;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(200%);
}
.parquetry-project-read-block .project-details-view .project-content .top-view .swiper .swiper-pagination-horizontal {
  bottom: 26px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view {
  padding-bottom: 27px;
}
@media (min-width: 576px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view {
    text-align: left;
  }
}
@media (max-width: 766px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view h4 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  color: #151515;
}
@media (max-width: 1199px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view h4 {
    margin-bottom: 20px !important;
    font-size: 22px !important;
  }
}
@media (max-width: 986px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view h4 {
    margin: 20px !important;
    font-size: 16px !important;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view p {
  color: #9b9b9b;
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view p {
    margin-top: 30px;
    margin-bottom: 57px;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .line-tran {
  transform: translateY(1px);
  margin-bottom: 25px !important;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .divider {
  font-size: 0;
  line-height: 0;
  height: 1px;
  width: 100%;
  background: #e1e1e1;
  margin: 30px 0;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .list-description {
  text-align: left;
  margin-top: 35px;
}
@media (max-width: 766px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view .list-description {
    margin-top: 0 !important;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .list-description li {
  unicode-bidi: isolate;
  display: block;
  margin-top: 12px;
  font-size: 14px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .list-description li span:first-child {
  margin-right: 6px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .list-description li span:last-child {
  color: #9b9b9b;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group {
  transform: translateY(8px);
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 -17px -17px;
}
@media (min-width: 768px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view .group {
    justify-content: flex-start;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .social-title {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 15px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline {
  display: flex;
  transform: translateY(-4px);
}
@media (max-width: 286px) {
  .parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline {
    margin-top: 20px !important;
  }
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline div {
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline div .iconfont {
  font-size: 20px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline div .icon-img {
  width: 26px;
  height: 20px;
}
.parquetry-project-read-block .project-details-view .project-content .bottom-view .group .list-inline div .icon-img img {
  width: 100%;
  height: 100%;
}
.parquetry-project-read-block .project-links-view {
  padding-top: 51px !important;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .parquetry-project-read-block .project-links-view {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .parquetry-project-read-block .project-links-view {
    padding: 90px 0;
  }
}
.parquetry-project-read-block .project-links-view .project-navigation {
  position: relative;
}
@media (min-width: 768px) {
  .parquetry-project-read-block .project-links-view .project-navigation {
    padding: 20px 70px;
  }
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal {
  text-align: center;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -20px;
  margin-left: -30px;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left,
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body {
  margin-bottom: 20px;
  margin-left: 30px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left {
  flex: 0 0 auto;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left .project-minimal-figure {
  display: block;
  overflow: hidden;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left .project-minimal-figure .img-preview {
  height: 139px;
  width: 139px;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left .project-minimal-figure .img-preview img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: inline-block;
  object-fit: contain;
}
@media (min-width: 992px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left .project-minimal-figure .img-preview img {
    transform: scale(1.1);
    will-change: transform;
  }
}
@media (min-width: 992px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left .project-minimal-figure .img-preview img:hover {
    transform: none;
  }
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-left a {
  color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body {
  flex: 0 1 auto;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body .project-minimal-text {
  color: #9b9b9b;
  margin: 0;
  font-size: 13px;
  margin-top: 6px;
  max-width: 200px;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body .project-minimal-title {
  max-width: 358px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 1px;
  font-size: 13px;
  margin-top: 14px;
  font-weight: 600;
  display: -webkit-box;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body .project-minimal-title {
    font-size: 22px;
  }
}
@media (max-width: 766px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body .project-minimal-title {
    margin-bottom: 20px;
  }
}
.parquetry-project-read-block .project-links-view .project-navigation .project-minimal .unit .unit-body .project-minimal-title a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev,
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next {
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  width: 52px;
  font-size: 0;
  line-height: 58px;
  background: var(--bg-color);
  transform: translate3d(0, -50%, 0);
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev,
  .parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next {
    display: flex;
  }
}
@media (max-width: 766px) {
  .parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev,
  .parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next {
    display: none !important;
  }
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev::before,
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next::before {
  height: 2px;
  width: 25px;
  background-color: #9b9b9b;
  transition: all 0.3s ease-in-out;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev::after,
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  content: '';
  transition: all 0.3s ease-in-out;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev {
  flex-direction: row-reverse;
  left: 0;
  padding-left: 5px;
  padding-right: 13px;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev::after {
  border-width: 4px 6px 4px 0;
  border-color: transparent #9b9b9b transparent transparent;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-prev:hover {
  padding-left: 0;
  padding-right: 8px;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next {
  right: 0;
  padding-left: 13px;
  padding-right: 5px;
}
.parquetry-project-read-block .project-links-view .project-navigation .project-navigation-arrow-next::after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #9b9b9b;
}
