.renderLoadData-project {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.projectCard {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: fit-content;
}

.projectCard--content {
  width: 100%;
  position: absolute;
  height: fit-content;
  padding: 15px;
  left: 0;
  bottom: 0;
}

.projectCard--bottom {
  display: none;
}

.projectCard--address {
  opacity: 0;
  font-size: 14px !important;
  font-family: msr-m !important;
  transition: all .3s ease;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9) !important;

}

.projectCard:hover .projectCard--address {
  opacity: 1;
  transition: all .3s ease;
}

.similarProject--item-img,
.projectCard--img {
  width: 100%;
  overflow: hidden;
  padding-top: 69.412%;
  position: relative;
  display: block;
  /* filter: grayscale(1); */
  transition: all 1s ease;
}

.similarProject--item-img img,
.projectCard--img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.similarProject--item:hover .similarProject--item-img,
.projectCard:hover .projectCard--img {
  filter: grayscale(0);
  transition: all 1s ease;
}

.similarProject--item-title,
.projectCard--name {
  font-size: 18px;
  font-family: msr-m;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.similarProject--item-title {
  margin: 25px 0 10px;
}

.similarProject--item-title a:hover {
  color: var(--themes-color-2);
}

.projectCard--name a:hover {
  color: #fff;
}

.sliderProjectDetail {
  width: 100%;
  overflow: hidden;
}

.sliderProjectDetail.slick-slider.slick-dotted {
  padding-bottom: 50px;
}

.sliderProjectDetail.slick-slider .slick-dots {
  bottom: 0;
}

@media screen and (min-width: 1261px) {
  .sliderProjectDetail.slick-slider .slick-dots {
    right: calc((100vw - 1260px) / 2);
  }
}

.projectTilePart {
  font-size: 32px;
  font-family: msr-m;
  margin-top: 30px;
}

.projectTilePart--1 {
  color: rgba(35, 35, 35, 1);
}

.projectTilePart--2 {
  color: rgba(35, 35, 35, 0.7);
}

.projectDetail--address {
  color: rgba(35, 35, 35, 1);
  font-family: inter-r;
  margin: 10px 0;
}

.projectCard--properties span {
  display: inline-block;
  margin-right: 20px;
}

.projectCard--properties span {
  padding-left: 20px;
  font-family: inter-r;
}

.projectCard--properties span.area {
  background: url(../images/Layer_1111.svg) no-repeat left center;
}

.projectCard--properties span.postition {
  background: url(../images/Layer_222.svg) no-repeat left center;
}

.projectCard--properties span.year {
  background: url(../images/Layer_3333.svg) no-repeat left center;
}

.gridSimilarProjects {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
  margin: 20px 0;
}

.similarProject--item-desc.themesTextBoxType--2 {
  font-size: 14px;
}

.similarProject--item-btn {
  font-size: 14px;
  display: block;
  margin-top: 24px;
}

.containerCatetogyNewsPage,
.wrapCatetogyNewsPage {
  width: 100%;
}

.wrapCatetogyNewsPage:nth-child(even) {
  background-color: var(--themes-color-1);
  color: #fff;
}

[class^="renderLoadData-newsList"] {
  width: 100%;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.newsCard--name {
  margin: 15px 0 10px;
  font-family: msr-m;
  font-size: 18px;
}

.slideRelativeNews .newsCard,
.wrapCatetogyNewsPage:nth-child(even) .newsCard {
  color: #fff;
}

.newsCard--desc {
  color: rgba(35, 35, 35, 0.7);
  font-family: inter-r;
  font-size: 16px;
}

.slideRelativeNews .newsCard--desc,
.wrapCatetogyNewsPage:nth-child(even) .newsCard--desc {
  color: rgba(255, 255, 255, 0.9);
}

.newsCard--readmore {
  margin-top: 25px;
  display: block;
}

.newsCard--date {
  color: rgba(35, 35, 35, 0.7);
  font-family: inter-r;
  font-size: 14px;
  margin-top: 10px;
}

.slideRelativeNews .newsCard--date,
.wrapCatetogyNewsPage:nth-child(even) .newsCard--date {
  color: #C6C6C6;
}

.newsDetailPage-properties {
  color: #232323;
  font-size: 14px;
  font-family: inter-r;
}

.newsDetailPage-properties span {
  color: rgba(35, 35, 35, 0.7)
}

.newsDetailPage-sharedBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
  justify-content: space-between;
  border-top: 3px solid #0093c4;
  margin-top: 40px;
}

.newsDetailPage-tags {
  color: #00ABE6;
  display: inline-block;
  margin-right: 15px;
}

.slideRelativeNews .newsCard {
  margin: 15px;
}

.slideRelativeNews {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.slideRelativeNews.slick-slider.slick-dotted {
  padding-bottom: 40px;
}

.sliderProjectDetail:not(.slick-initialized) {
  display: flex;
}

@media (max-width:768px) {
  .projectCard--content {
    padding: 15px 0;
  }
}