@charset "UTF-8";
/** PROJECT ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  color: var(--primary-Color);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  position: relative;
}
@media (max-width: 767px) {
  .head_taxonomy .title {
    font-size: 26px;
  }
}

.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: #fff;
  margin-bottom: 0px;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  letter-spacing: 2px;
  border-radius: 0px;
  background: linear-gradient(-135deg, #dfb773 60.333%, #daae62 60.333%);
}
@media (max-width: 767px) {
  .head_box .title {
    background: linear-gradient(-135deg, #dfb773 44.333%, #daae62 44.333%);
  }
}
.head_box .title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease 0s;
  background: linear-gradient(-135deg, transparent 76.667%, #d2a351 76.667%);
}
@media (max-width: 767px) {
  .head_box .title::before {
    background: linear-gradient(-135deg, transparent 64.667%, #d2a351 64.667%);
  }
}
.head_box .title::after {
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  background: var(--second-Color);
}
.head_box .title span {
  position: relative;
  z-index: 2;
}

.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);
}

.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  margin: 0px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--primary-Color);
}
@media (max-width: 767px) {
  .head_block .title {
    font-size: 24px;
  }
}
.head_block .sub {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

/** Banner */
.gvx-banner-blog {
  position: relative;
  overflow: hidden;
  display: block;
}
.gvx-banner-blog .inner picture {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background-position: center;
}
@media (min-width: 1200px) {
  .gvx-banner-blog .inner picture {
    display: block;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .gvx-banner-blog .inner picture {
    display: block;
    height: 320px;
  }
}
@media (max-width: 991px) {
  .gvx-banner-blog .inner picture {
    height: 250px;
    display: block;
  }
}
.gvx-banner-blog .inner picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/** Project Nav */
.gvc-project-nav {
  position: fixed;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  left: 0;
  background: var(--bg-Color);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  width: 100%;
  max-width: 160px;
}
.gvc-project-nav .name {
  background: var(--second-Color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: 36px;
  color: #fff;
  border-bottom: 1px solid #eee;
}
.gvc-project-nav .name button {
  border: 0;
  height: 42px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  background: var(--primary-Color);
}
.gvc-project-nav .name button svg {
  fill: #fff;
  transition: all 0.1s ease 0s;
}
.gvc-project-nav .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gvc-project-nav .box ul > li {
  display: block;
  position: relative;
}
.gvc-project-nav .box ul > li a {
  display: block;
  padding: 10px 16px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e7cca0;
  color: var(--second-Color);
  transition: all 0.3s ease 0s;
}
.gvc-project-nav .box ul > li a::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/svg/ica-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  opacity: 0.4;
  filter: brightness(0);
  z-index: 1;
}
.gvc-project-nav .box ul > li:last-child a {
  border-bottom: 0;
}
.gvc-project-nav .box ul > li.ct-regist a {
  color: var(--primary-Color);
}
.gvc-project-nav .box ul > li.active a {
  background: var(--second-Color);
  color: #fff;
}
.gvc-project-nav .box ul > li.active a::before {
  filter: brightness(0) invert(1);
}

.gvc-project-nav.active {
  transform: translateX(0) translateY(-50%);
}
.gvc-project-nav.active .name {
  left: 0;
}
.gvc-project-nav.active .name button {
  background: transparent;
}
.gvc-project-nav.active .name button svg {
  transform: rotate(180deg);
}

/** PROJECT ARCHIVE */
.gv_page_project,
.gv_project_archive {
  padding: 24px 0 48px;
  position: relative;
  overflow: hidden;
}
.gv_page_project .head_taxonomy,
.gv_project_archive .head_taxonomy {
  padding-bottom: 24px;
}
.gv_page_project .project-wrap .tab-menu,
.gv_project_archive .project-wrap .tab-menu {
  list-style: none;
  padding: 0;
  margin: 0 -10px 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gv_page_project .project-wrap .tab-menu > li,
.gv_project_archive .project-wrap .tab-menu > li {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}
.gv_page_project .project-wrap .tab-menu > li a,
.gv_project_archive .project-wrap .tab-menu > li a {
  padding: 10px 16px;
  display: block;
  position: relative;
  border: 2px solid transparent;
  border-bottom-color: var(--second-Color);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--second-Color);
  background: transparent;
  transition: all 0.3s ease 0s;
}
.gv_page_project .project-wrap .tab-menu > li:hover a,
.gv_project_archive .project-wrap .tab-menu > li:hover a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: var(--second-Color);
}
.gv_page_project .project-wrap .tab-menu > li.active a,
.gv_project_archive .project-wrap .tab-menu > li.active a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: var(--second-Color);
}
@media (min-width: 1200px) {
  .gv_page_project .project-wrap .tab-content .tab-panel > .row,
  .gv_project_archive .project-wrap .tab-content .tab-panel > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gv_page_project .project-wrap .tab-content .tab-panel > .row > [class*=col-],
.gv_project_archive .project-wrap .tab-content .tab-panel > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .gv_page_project .project-wrap .tab-content .tab-panel > .row > [class*=col-],
  .gv_project_archive .project-wrap .tab-content .tab-panel > .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gv_page_project .project-wrap .more-x,
.gv_project_archive .project-wrap .more-x {
  display: block;
  padding-top: 16px;
  text-align: center;
}
.gv_page_project .project-wrap .more-x > button,
.gv_project_archive .project-wrap .more-x > button {
  border: 0;
  background: var(--primary-Color);
  padding: 10px 24px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  outline: none;
  cursor: pointer;
  position: relative;
}
.gv_page_project .project-wrap .more-x > button::after,
.gv_project_archive .project-wrap .more-x > button::after {
  height: 10px;
  width: 10px;
  background: var(--second-Color);
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/** PROJECT TAXONOMY */
.gv_project_taxonomy {
  position: relative;
  padding: 24px 0 48px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .gv_project_taxonomy .container > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gv_project_taxonomy .container > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .gv_project_taxonomy .container > .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gv_project_taxonomy .head_taxonomy {
  padding-bottom: 16px;
}
/** PROJECT SINGLE */
.gv_project_single {
  padding: 24px 0 48px;
  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: 62.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: 34px;
  font-weight: 700;
  color: var(--primary-Color);
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.project-sumary .info .place {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.project-sumary .info .place svg {
  height: 18px;
  width: 18px;
  margin-top: -3px;
  margin-right: 10px;
}
.project-sumary .info .price {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.project-sumary .info .price svg {
  height: 18px;
  width: 18px;
  margin-top: -3px;
  margin-right: 10px;
}
.project-sumary .info .price span {
  color: red;
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
  letter-spacing: 1px;
}
.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: 9px 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  background: var(--second-Color);
  border-radius: 0px;
  gap: 10px;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  cursor: pointer;
  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 Detail */
.project-detail {
  position: relative;
  align-items: stretch;
}
.project-detail .psx-left {
  min-height: 100%;
}
@media (max-width: 991px) {
  .project-detail .psx-left {
    padding-bottom: 24px;
  }
}
.project-detail .psx-right {
  min-height: 100%;
}
.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%;
}
.project-detail .sidebar-box {
  height: 100%;
}

/** Regist */
.gv_section_regist {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: var(--primary-Color);
}
.gv_section_regist .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0.2;
}
.gv_section_regist .container {
  position: relative;
  z-index: 4;
}
@media (max-width: 575px) {
  .gv_section_regist .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gv_section_regist .container .flex {
  flex-wrap: wrap;
}
.gv_section_regist .container .flex .flx-left {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 991px) {
  .gv_section_regist .container .flex .flx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.gv_section_regist .container .flex .flx-right {
  flex: 0 0 65%;
  max-width: 65%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .gv_section_regist .container .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .gv_section_regist .container .flex .flx-right {
    flex-wrap: wrap;
  }
}
.gv_section_regist .container .flex .flx-right .rx-left {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .gv_section_regist .container .flex .flx-right .rx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
  }
}
.gv_section_regist .container .flex .flx-right .rx-right {
  min-width: 140px;
  max-width: 140px;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .gv_section_regist .container .flex .flx-right .rx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_regist .head_block .title {
  color: var(--second-Color);
}
.gv_section_regist .head_block .sub {
  font-size: 16px;
}
@media (max-width: 575px) {
  .gv_section_regist .head_block {
    text-align: center;
  }
}
.gv_section_regist .wpcf7-form .row {
  margin: 0 -8px;
}
.gv_section_regist .wpcf7-form .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_section_regist .wpcf7-form p {
  margin: 0 !important;
}
.gv_section_regist .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.gv_section_regist .wpcf7-form input[type=text],
.gv_section_regist .wpcf7-form input[type=email],
.gv_section_regist .wpcf7-form input[type=tel],
.gv_section_regist .wpcf7-form input[type=date],
.gv_section_regist .wpcf7-form select, .gv_section_regist .wpcf7-form textarea {
  border-radius: 0;
  border: 1px solid #f2f2f2;
  width: 100%;
  color: #000;
  padding: 10px 16px;
  margin: 0px 0;
  line-height: 20px;
  background: #fff;
  height: 42px;
}
.gv_section_regist .wpcf7-form input[type=text]::-moz-placeholder, .gv_section_regist .wpcf7-form input[type=email]::-moz-placeholder, .gv_section_regist .wpcf7-form input[type=tel]::-moz-placeholder, .gv_section_regist .wpcf7-form input[type=date]::-moz-placeholder, .gv_section_regist .wpcf7-form select::-moz-placeholder, .gv_section_regist .wpcf7-form textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.gv_section_regist .wpcf7-form input[type=text]::placeholder,
.gv_section_regist .wpcf7-form input[type=email]::placeholder,
.gv_section_regist .wpcf7-form input[type=tel]::placeholder,
.gv_section_regist .wpcf7-form input[type=date]::placeholder,
.gv_section_regist .wpcf7-form select::placeholder, .gv_section_regist .wpcf7-form textarea::placeholder {
  color: #000;
  opacity: 1;
}
.gv_section_regist .wpcf7-form input[type=text]::-webkit-input-placeholder,
.gv_section_regist .wpcf7-form input[type=email]::-webkit-input-placeholder,
.gv_section_regist .wpcf7-form input[type=tel]::-webkit-input-placeholder,
.gv_section_regist .wpcf7-form input[type=date]::-webkit-input-placeholder,
.gv_section_regist .wpcf7-form select::-webkit-input-placeholder, .gv_section_regist .wpcf7-form textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.gv_section_regist .wpcf7-form input.wpcf7-submit {
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  border: 0;
  padding: 10px 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0;
  background: var(--second-Color) !important;
}
.gv_section_regist .wpcf7-form .fx-project input {
  position: absolute;
  z-index: -999;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.gv_section_regist .wpcf7-form .fx-hidden {
  display: none;
}
.gv_section_regist .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gv_section_regist .send-fx {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_section_regist .send-fx button {
  height: 60px;
  width: 100%;
  border: 0;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 0px;
  background: var(--second-Color);
  gap: 6px;
  cursor: pointer;
  color: #fff;
  min-height: 100px;
}
@media (max-width: 767px) {
  .gv_section_regist .send-fx button {
    flex-direction: row;
    min-height: 42px;
    padding: 0 10px;
  }
}
.gv_section_regist .send-fx button svg {
  height: 24px;
  width: 24px;
  stroke: #fff;
  fill: #fff;
}
.gv_section_regist .send-fx button span {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/** LOOP ============================================*/
.project_inner {
  font-family: var(--font-SVN-Poppins);
  position: relative;
  height: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.project_inner .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.project_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.project_inner .image > a picture {
  display: block;
  padding-bottom: 65%;
  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%;
  transition: all 0.3s ease 0s;
}
.project_inner .image > a picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.project_inner .image > a span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-Color);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  transition: all 0.5s ease 0s;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.32);
}
.project_inner .image > a span svg {
  height: 24px;
  width: 24px;
  fill: var(--primary-Color);
}
.project_inner .image > a span i {
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
.project_inner .image > a span::after, .project_inner .image > a span::before {
  content: "";
  height: 2px;
  top: 50%;
  width: 0;
  transition: all 1.8s ease 0s;
  position: absolute;
  transform: translateY(-50%);
  background: var(--primary-Color);
}
.project_inner .image > a span::before {
  right: 100%;
}
.project_inner .image > a span::after {
  left: 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 .info {
  padding-left: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .project_inner .info {
    padding-left: 45px;
  }
}
.project_inner .info::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 60px;
  top: 15px;
  left: 0;
  background: var(--primary-Color);
}
@media (max-width: 767px) {
  .project_inner .info::after {
    width: 35px;
  }
}
.project_inner .info .title {
  margin: 0 0 2px;
  padding: 0;
  overflow: hidden;
  line-height: normal;
  font-size: 23px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .project_inner .info .title {
    font-size: 20px;
  }
}
.project_inner .info .title a {
  color: var(--second-Color);
}
.project_inner .info .place {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .project_inner .info .place {
    font-size: 14px;
  }
}
.project_inner:hover .image a picture img {
  transform: scale(1.4);
}
.project_inner:hover .image a picture::after {
  opacity: 0.43;
  visibility: visible;
}
.project_inner:hover .image a::before {
  animation: imgShine 0.75s ease-in-out;
}
.project_inner:hover .image a span {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.project_inner:hover .image a span::after, .project_inner:hover .image a span::before {
  width: 140px;
}
.project_inner:hover .info .title a {
  color: var(--primary-Color);
}

.post_inner {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background-color: #f7f6fa;
}
.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%;
  transition: all 0.3s ease-in-out;
}
.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%;
  font-size: 13px;
}
.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: 500;
  transition: all 0.6s ease;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 auto 6px;
  letter-spacing: 0.5px;
  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(--second-Color);
}
.post_inner .info .desc {
  margin: 7px auto 20px;
  font-size: 14px;
  font-weight: 300;
  color: #616161;
  display: -webkit-box;
  letter-spacing: 0.5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
.post_inner .more-x {
  position: relative;
  text-align: center;
}
.post_inner .more-x a {
  color: darkred;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px;
  display: block;
  background: var(--primary-Color);
  transition: all 0.3s ease 0s;
}
.post_inner:hover .image a picture img {
  transform: scale(1.12);
}
.post_inner:hover .info .title a {
  color: var(--primary-Color);
}
.post_inner:hover .more-x a {
  background: var(--second-Color);
  color: #fff;
}

/** Loading */
.loading-icon {
  border: 4px solid #f3f3f3; /* màu nền nhạt */
  border-top: 4px solid var(--second-Color); /* màu xanh xoay */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto; /* căn giữa */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes imgShine {
  100% {
    left: 125%;
  }
}/*# sourceMappingURL=project.css.map */