/** PROJECT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.head_taxonomy .title::after {
  content: "";
  width: 117px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--second-Color);
  display: block;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 12px;
  position: relative;
}
.head_single .title::after {
  content: "";
  width: 117px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  display: block;
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  line-height: 24px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-Color);
  margin-bottom: 0px;
  position: relative;
  padding: 12px 18px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(90deg, rgb(225, 162, 38), rgba(225, 162, 38, 0.8) 20%, rgba(225, 162, 38, 0.4) 60%, rgba(225, 162, 38, 0) 80%);
}
@media (max-width: 991px) {
  .head_box .title {
    background: var(--second-Color);
    border-radius: 6px 6px 0 0;
  }
}

.head_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.head_panel .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  position: relative;
  color: var(--second-Color);
}

/** PROJECT TAXONOMY */
.gv_project_taxonomy {
  position: relative;
  padding: 0 0 40px;
}
.gv_project_taxonomy .container > .row {
  margin: 0 -8px;
  align-items: stretch;
}
.gv_project_taxonomy .container > .row > [class*=col-] {
  min-height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.gv_project_taxonomy .head_taxonomy {
  padding-bottom: 20px;
}
.gv_project_taxonomy .project-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
/** PROJECT SINGLE */
.gv_project_single {
  padding: 0 0 40px;
  position: relative;
}
/** Project Sumary */
.project-sumary {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .project-sumary .psj-left {
    padding-bottom: 24px;
  }
}
.project-sumary .gallery .pjx-gallery {
  padding-bottom: 8px;
  margin-bottom: 0;
}
.project-sumary .gallery .pjx-gallery .gallery-item picture {
  display: block;
  padding-bottom: 65.9%;
  position: relative;
  width: 100%;
  background-position: center;
}
.project-sumary .gallery .pjx-gallery .gallery-item picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.project-sumary .gallery .pjx-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.project-sumary .gallery .pjx-gallery .slick-arrow::before {
  display: none;
}
.project-sumary .gallery .pjx-gallery .slick-arrow svg {
  fill: #fff;
}
.project-sumary .gallery .pjx-gallery .slick-arrow.slick-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .project-sumary .gallery .pjx-gallery .slick-arrow.slick-prev {
    left: 10px;
  }
}
.project-sumary .gallery .pjx-gallery .slick-arrow.slick-next {
  right: 10px;
}
@media (max-width: 767px) {
  .project-sumary .gallery .pjx-gallery .slick-arrow.slick-next {
    right: 10px;
  }
}
.project-sumary .gallery .pjc-control {
  padding-bottom: 0;
  margin-bottom: 0;
}
.project-sumary .gallery .pjc-control .slick-list {
  margin-left: -4px;
  margin-right: -4px;
}
.project-sumary .gallery .pjc-control .control-item {
  padding: 0 4px;
}
.project-sumary .gallery .pjc-control .control-item .ct-inner {
  padding: 2px;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
.project-sumary .gallery .pjc-control .control-item .ct-inner span {
  display: block;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  background-position: center;
}
.project-sumary .gallery .pjc-control .control-item .ct-inner span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.project-sumary .gallery .pjc-control .control-item.slick-current .ct-inner {
  border-color: var(--second-Color);
}
.project-sumary .gallery .pjc-control .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  background: var(--second-Color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 100%;
}
.project-sumary .gallery .pjc-control .slick-arrow::before {
  display: none;
}
.project-sumary .gallery .pjc-control .slick-arrow i {
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.project-sumary .gallery .pjc-control .slick-arrow.slick-prev {
  left: -10px;
}
@media (max-width: 767px) {
  .project-sumary .gallery .pjc-control .slick-arrow.slick-prev {
    left: -10px;
  }
}
.project-sumary .gallery .pjc-control .slick-arrow.slick-prev i {
  margin-right: 2px;
  background-image: url("../images/svg/ick-prev.svg");
}
.project-sumary .gallery .pjc-control .slick-arrow.slick-next {
  right: -10px;
}
@media (max-width: 767px) {
  .project-sumary .gallery .pjc-control .slick-arrow.slick-next {
    right: -10px;
  }
}
.project-sumary .gallery .pjc-control .slick-arrow.slick-next i {
  margin-left: 2px;
  background-image: url("../images/svg/ick-next.svg");
}
.project-sumary .gallery .image picture {
  display: block;
  padding-bottom: 65.9%;
  position: relative;
  width: 100%;
  background-position: center;
}
.project-sumary .gallery .image picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.project-sumary .info .title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-Color);
  margin-bottom: 10px;
}
.project-sumary .info .place {
  font-size: 13px;
  margin-bottom: 2px;
}
.project-sumary .info .price {
  font-size: 14px;
  margin-bottom: 12px;
}
.project-sumary .info .price span {
  color: red;
  font-weight: 600;
}
.project-sumary .info .action {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 16px;
}
.project-sumary .info .action a, .project-sumary .info .action button {
  flex: 1;
  outline: none;
  display: inline-flex;
  border: 0;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  background: var(--primary-Color);
  border-radius: 6px;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  cursor: pointer;
  animation: pulseButton 1.2s infinite;
  text-decoration: none;
}
.project-sumary .info .action a svg, .project-sumary .info .action button svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.project-sumary .info .action a {
  background-color: #ff0000;
}
.project-sumary .info hr {
  margin-top: 10px;
  margin-bottom: 16px;
}
.project-sumary .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-align: justify;
}

/** Project Nav */
.project-nav {
  position: sticky;
  top: 60px;
  background: var(--primary-Color);
  padding: 0px;
  border-radius: 4px;
  z-index: 99;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .project-nav {
    display: none;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.project-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.project-nav ul > li {
  display: inline-block;
  position: relative;
}
.project-nav ul > li::before {
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 1px;
}
.project-nav ul > li a {
  display: block;
  padding: 14px 18px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.project-nav ul > li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 4px;
  width: 16px;
  background: var(--primary-Color);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  display: none;
}
.project-nav ul > li:last-child::before {
  display: none;
}
.project-nav ul > li.active a {
  background: #fff;
  color: var(--primary-Color);
}
.project-nav ul > li.active a::before {
  display: block;
}
.project-nav ul > li.ct-regist a {
  background: #ff0000;
}
.project-nav ul > li.ct-regist a span {
  color: #fff;
}

/** Project Detail */
.project-detail {
  position: relative;
}
@media (max-width: 991px) {
  .project-detail .psx-left {
    padding-bottom: 24px;
  }
}
.project-detail .detail_box {
  position: relative;
  margin-bottom: 20px;
}
.project-detail .detail_box .head_box {
  padding-bottom: 16px;
}
.project-detail .detail_box .entry-content {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  text-align: justify;
}
.project-detail .regist_box .head_panel {
  padding-bottom: 16px;
}
.project-detail .regist_box .box {
  border-radius: 6px;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.project-detail .regist_box .box .row {
  align-items: center;
}
@media (max-width: 767px) {
  .project-detail .regist_box .box .row .bx-left {
    padding-bottom: 16px;
  }
}
.project-detail .regist_box .box .desc {
  font-size: 14px;
  font-weight: 400;
}
.project-detail .regist_box .box .desc ul {
  list-style: none;
  padding: 0;
}
.project-detail .regist_box .box .desc ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 6px;
}
.project-detail .regist_box .box .desc ul > li::before {
  content: "";
  background-image: url("../images/icon/icn-new.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project-detail .regist_box .box .name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-detail .regist_box .box .wpcf7-form p {
  margin-bottom: 0;
}
.project-detail .regist_box .box .wpcf7-form input[type=text],
.project-detail .regist_box .box .wpcf7-form input[type=tel],
.project-detail .regist_box .box .wpcf7-form input[type=email],
.project-detail .regist_box .box .wpcf7-form input[type=date],
.project-detail .regist_box .box .wpcf7-form input[type=number] {
  padding: 8px 10px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.project-detail .regist_box .box .wpcf7-form .is-hidden {
  position: relative;
}
.project-detail .regist_box .box .wpcf7-form .is-hidden input {
  position: absolute;
  z-index: -999;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.project-detail .regist_box .box .wpcf7-form input.wpcf7-submit {
  padding: 8px 12px;
  text-align: center;
  width: 100%;
}

/** LOOP ============================================*/
.project_inner {
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.project_inner .image {
  position: relative;
  overflow: hidden;
}
.project_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.project_inner .image > a picture {
  display: block;
  padding-bottom: 76.5%;
  position: relative;
  width: 100%;
  background-position: center;
}
.project_inner .image > a picture img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.project_inner .image > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 100;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
}
.project_inner .image > a:hover::before {
  animation: imgShine 0.75s ease-in-out;
}
.project_inner .info {
  padding: 12px 14px;
  position: relative;
}
.project_inner .info .title {
  margin: 0px 0px 6px;
  padding: 0;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.project_inner .info .title a {
  display: block;
  color: var(--second-Color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.project_inner .info .place {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}
.project_inner .info .price {
  background: red;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.post_inner {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}
.post_inner .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post_inner .image > a {
  display: block;
}
.post_inner .image > a picture {
  position: relative;
  padding-bottom: 69%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.post_inner .image > a picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .info {
  position: relative;
  padding: 8px 16px;
}
@media (max-width: 575px) {
  .post_inner .info {
    padding: 8px 12px;
  }
}
.post_inner .info .meta {
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  padding: 10px 0px 10px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.post_inner .info .meta span {
  display: flex;
  align-items: center;
  color: #000;
  flex: 1;
  margin-right: 30px;
}
.post_inner .info .meta span svg {
  height: 12px;
  width: 12px;
  fill: #ff3e89;
  margin: 5px;
}
.post_inner .info .title {
  display: block;
  font-weight: 700;
  transition: all 0.6s ease;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto 6px;
  line-height: 20px;
  padding: 10px 0px 0;
}
.post_inner .info .title a {
  transition: all 0.3s ease;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post_inner .info .title a:hover {
  color: var(--hover-Color);
}
.post_inner .info .desc {
  margin: 7px auto 20px;
  font-size: 13px;
  color: #616161;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
.post_inner .info hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border-top: 1px solid #eaeaea;
  opacity: 1;
}
.post_inner .info .more-x {
  position: relative;
  text-align: center;
}
.post_inner .info .more-x a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 3px;
  display: block;
}
.post_inner .info .more-x a:hover {
  color: var(--primary-Color);
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=project.css.map */