/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.archive-project .archive-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #2a2a2a;
}
.archive-project .archive-desc {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-project .archive-desc {
    margin-bottom: 1.875rem;
  }
}
.archive-project .project-cate-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.archive-project .project-cate-filter {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .archive-project .project-cate-filter {
    margin-bottom: 2.5rem;
  }
}
.archive-project .project-cate-filter .cate-item {
  padding: 11px 24px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #2a2a2a;
  transition: all 0.25s;
  cursor: pointer;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-project .project-cate-filter .cate-item {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 16px;
  }
}
.archive-project .project-cate-filter .cate-item:hover, .archive-project .project-cate-filter .cate-item.active {
  background-color: #0d175c;
  border-color: #0d175c;
  color: #ffffff;
}
.archive-project .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  margin: 0;
  align-items: stretch;
}
@media only screen and (max-width: 63.99875rem) {
  .archive-project .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-project .posts-list {
    grid-template-columns: 1fr;
  }
}
.archive-project .posts-list .cell {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  min-width: 0;
  height: 100%;
}

.project-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.25s, transform 0.25s;
}
.project-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.project-card:hover .thumb img {
  transform: scale(1.05);
}
.project-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-card .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.project-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.project-card .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.project-card .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #0d175c;
  margin-bottom: 14px;
}
.project-card .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .project-card .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.project-card .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 18px;
}
.project-card .meta .power,
.project-card .meta .address {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #505050;
}
.project-card .meta img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.project-card .btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #0d175c;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
  align-self: flex-start;
}
.project-card .btn-detail svg {
  width: 1.375rem;
  height: 1.375rem;
}
.project-card .btn-detail svg {
  flex-shrink: 0;
}

.single-project .title-main-project {
  line-height: 130%;
  text-align: center;
  color: #1a1a1a;
}
.single-project .title-main-project {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-project .title-main-project {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-project .title-main-project {
    font-size: 2rem;
  }
}
.single-project .title-main-project {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .title-main-project {
    margin-bottom: 1.875rem;
  }
}
.single-project .project-info-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 24px 0;
}
.single-project .project-info-box {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .project-info-box {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-info-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-project .project-info-box {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }
}
.single-project .project-info-box .info-item {
  padding: 0 32px;
  position: relative;
}
.single-project .project-info-box .info-item::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 0;
  width: 1px;
  background-color: #a4a8ab;
}
.single-project .project-info-box .info-item:last-child::after {
  display: none;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-info-box .info-item {
    padding: 14px 24px;
  }
  .single-project .project-info-box .info-item::after {
    display: none;
  }
  .single-project .project-info-box .info-item:not(:nth-child(2n))::after {
    content: "";
    display: block;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .single-project .project-info-box .info-item:nth-child(-n+2) {
    border-bottom: 1px solid #a4a8ab;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-project .project-info-box .info-item {
    padding: 16px 32px;
    border-bottom: 1px solid #a4a8ab;
  }
  .single-project .project-info-box .info-item:not(:nth-child(2n))::after {
    display: none;
  }
  .single-project .project-info-box .info-item:last-child {
    border-bottom: none;
  }
}
.single-project .project-info-box .info-item .label {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #0c4da2;
  margin-bottom: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-info-box .info-item .label {
    font-size: 18px;
  }
}
.single-project .project-info-box .info-item .value {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #5c5c5c;
}
.single-project .project-gallery {
  position: relative;
  z-index: 1;
}
.single-project .project-gallery {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .project-gallery {
    margin-bottom: 2.5rem;
  }
}
.single-project .project-gallery .gallery-img {
  aspect-ratio: 5/3;
  overflow: hidden;
  border-radius: 12px;
}
.single-project .project-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-project .project-gallery .swiper-controls .swiper-button {
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.single-project .project-gallery .swiper-controls .swiper-button::before {
  background-color: #000001;
}
.single-project .project-gallery .swiper-controls .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-gallery .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.single-project .project-gallery .swiper-controls .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-gallery .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.single-project .project-gallery .swiper-pagination {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 20px;
}
.single-project .cta-box {
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #b1b1b1;
  border-radius: 12px;
  padding: 32px 24px;
  margin-top: 50px;
}
.single-project .cta-box {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .cta-box {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .cta-box {
    padding: 24px 12px;
  }
}
.single-project .cta-box .cta-title {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #0c4da2;
  margin-bottom: 12px;
}
.single-project .cta-box .cta-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-project .cta-box .cta-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-project .cta-box .cta-title {
    font-size: 1.875rem;
  }
}
.single-project .cta-box .cta-desc {
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #2a2a2a;
  max-width: 700px;
  margin: 0 auto 16px;
}
.single-project .cta-box .cta-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .cta-box .cta-desc {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .single-project .cta-box .cta-desc {
    max-width: 100%;
  }
}
.single-project .cta-box .cta-hotline {
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #2a2a2a;
  margin-bottom: 24px;
}
.single-project .cta-box .cta-hotline {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-project .cta-box .cta-hotline {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-project .cta-box .cta-hotline {
    font-size: 1.875rem;
  }
}
.single-project .cta-box .cta-hotline a {
  color: #0c4da2;
  font-weight: 700;
}
.single-project .cta-box .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .cta-box .cta-buttons {
    gap: 12px;
  }
}
.single-project .cta-box .cta-btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: #0058aa;
  color: #ffffff;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  transition: opacity 0.25s;
}
.single-project .cta-box .cta-btn {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .cta-box .cta-btn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .cta-box .cta-btn {
    height: 46px;
    padding: 0 18px;
  }
}
.single-project .cta-box .cta-btn:hover {
  opacity: 0.85;
}
.single-project .project-related {
  position: relative;
  z-index: 1;
}
.single-project .project-related {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .project-related {
    padding-top: 2.5rem;
  }
}
.single-project .project-related {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .project-related {
    margin-bottom: 2.5rem;
  }
}
.single-project .project-related .heading-title {
  text-align: left;
}
.single-project .project-related .heading-title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .single-project .project-related .heading-title {
    margin-bottom: 1.5rem;
  }
}
.single-project .project-related .swiper-controls .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-related .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.single-project .project-related .swiper-controls .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-project .project-related .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.single-project .project-related .swiper-pagination {
  bottom: -50px;
}