/*.project-overview-container {
}
.project-overview-container .project-overview-content {
  display: flex;
}
.project-overview-content .project-overview-content-item {
  width: 50%;
}
.project-overview-content-item .project-overview-content-item-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}
.project-overview-content-item .project-overview-content-item-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
  margin-bottom: 24px;
  width: 510px;
  max-width: 100%;
}
.project-overview-container .project-item-global-list {
  padding-bottom: 120px;
  margin-top: 60px;
}
.project-item-global-list .project-item-global-list-filter {
}
.project-item-global-list-filter .col-12,
.project-item-global-list-filter .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.project-item-global-list-filter.row {
  margin-left: -20px;
  margin-right: -20px;
}
.project-item-global-list-filter .project-overview-filter-item {
}
.project-overview-filter-item .project-overview-filter-item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
}
.project-overview-filter-item .project-overview-filter-item-option-container {
  position: relative;
}
.project-overview-filter-item-option-container .project-overview-filter-item-input {
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}
.project-overview-filter-item-option-container svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand {
  position: absolute;
  top: 34px;
  width: 100%;
  padding: 20px 40px;
  background-color: #f2f2f2;
  display: none;
  z-index: -1;
  max-height: 244px;
  overflow: auto;
  display: none;
}
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand.active{
  display: block;
  z-index: 1;
}

.project-overview-filter-item-option-container
  .project-overview-filter-item-option-expand::-webkit-scrollbar {
  width: 4px;
}


.project-overview-filter-item-option-container
  .project-overview-filter-item-option-expand::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.project-overview-filter-item-option-container
  .project-overview-filter-item-option-expand::-webkit-scrollbar-thumb {
  background: #888;
}


.project-overview-filter-item-option-container
  .project-overview-filter-item-option-expand::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.project-overview-filter-item-option-expand .filter-item-option-expand-list {
}
.filter-item-option-expand-list .filter-item-option-expand-item {
}
.filter-item-option-expand-list .filter-item-option-expand-item:not(last-child) {
  margin-bottom: 24px;
}
.filter-item-option-expand-item .filter-item-option-expand-item-link {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: inline-block;
  position: relative;
}
.filter-item-option-expand-item .filter-item-option-expand-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.filter-item-option-expand-item .filter-item-option-expand-item-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.filter-item-option-expand-item-link .filter-item-option-expand-item-link-text {
}
.project-item-global-list .project-item-global-list-result-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.project-item-global-list-result-pagination .project-item-pagination {
  margin-left: -40px;
  padding: 0;
}
.project-item-pagination li {
  margin: 0;
  margin-left: 40px;
}
.project-item-pagination.light-theme span,
.project-item-pagination.light-theme a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  background: transparent;
  border: none;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
  min-width: 11px;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  transition: 0.35s ease all;
}
.project-item-pagination.light-theme a:hover {
  border-bottom: 3px solid #000000;
  color: #000;
}
.project-item-pagination.light-theme span.current,
.project-item-pagination.light-theme a.current {
  color: #000000;
  border-bottom: 3px solid #000000;
}

.project-item-global-list .project-item-global-list-result {
  margin-top: 40px;
}
.project-item-global-list-result.row {
  margin-left: -20px;
  margin-right: -20px;
}
.project-item-global-list-result .project-item-global-list-result-item {
  margin-top: 40px;
}
.project-item-global-list-result .col-12,
.project-item-global-list-result .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}
.project-item-global-list-result-item .project-item-global-list-result-item-container {
}
.project-item-global-list-result-item-container .project-item-image {
  height: 240px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  transition: all 0.15s ease-in-out;
}
.project-item-global-list-result-item-container:hover .project-item-image {
  mix-blend-mode: normal;
}
.project-item-global-list-result-item-container .project-item-content {
  height: 240px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.15s ease-in-out;
}
.project-item-global-list-result-item-container:hover .project-item-content {
  background-color: #f2f2f2;
}
.project-item-content .project-item-content-header {
}
.project-item-content-header .project-item-content-header-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 8px;
  transition: all 0.15s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.project-item-global-list-result-item-container:hover
  .project-item-content-header
  .project-item-content-header-title {
  color: #0031a7;
}
.project-item-content-header .project-item-content-header-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}
.project-item-content .project-item-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-item-content-footer .project-item-content-footer-text {
  font-size: 18px;
  line-height: 150%;
  color: #a6a6a6;
}
.project-item-global-list-result-item-container .project-item-content-footer svg {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}
.project-item-global-list-result-item-container:hover .project-item-content-footer svg {
  transform: rotate(45deg);
}


.contact-us {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.contact-us-main {
  padding: 80px 40px 120px 80px;
  background: #f2f2f2;
}
.contact-us-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contact-us-img-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-us-main {
  width: 60%;
}
.contact-us-img {
  width: 40%;
}
.contact-us-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #0031a7;
  margin-bottom: 40px;
}
.contact-us-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 40px;

  width: 369px;
  max-width: 100%;
}
.contact-us-box {
  width: 700px;
  max-width: 100%;
}
.contact-us-link,
.contact-us-link:hover {
  padding: 8px 16px;
  background-color: #0031a7;
  margin-right: 21px;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.contact-us-link:hover {
  background-color: #000;
}
.contact-us-link:last-child {
  margin-right: 0;
}
.contact-us-icon {
  margin-left: 7px;
  transform: translateY(-3px);
  display: inline-block;
}
.contact-us-link svg {
  transition: 0.35s ease-in-out all;
  margin-top: 6px;
}
.contact-us-link:hover svg {
  transform: rotate(45deg);
}
.contact-us-link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1080px) and (min-width: 577px) {
  .project-overview-container .project-overview-content {
    flex-direction: column;
  }
  .project-overview-content .project-overview-content-item {
    width: 100%;
  }
  .project-overview-content-item .project-overview-content-item-description {
    width: 840px;
    max-width: 100%;
    margin-top: 35px;
  }
  .project-item-global-list-result-item-container .project-item-image {
    mix-blend-mode: normal;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 260px;
  }
  .project-item-global-list-result-item-container .project-item-content {
    background-color: #f2f2f2;
    height: 180px;
  }
  .contact-us-main {
    width: 100%;
    padding-bottom: 100px !important;
  }
  .contact-us-img {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .project-overview-container .project-overview-content {
    flex-direction: column;
  }
  .project-overview-content .project-overview-content-item {
    width: 100%;
  }
  .project-overview-content-item .project-overview-content-item-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .project-overview-content-item .project-overview-content-item-description {
    font-size: 18px;
  }
  .project-overview-container .project-item-global-list {
    padding-bottom: 40px;
    margin-top: 0;
  }
  .project-item-global-list-filter .project-overview-filter-item {
    margin-top: 20px;
  }
  .project-item-global-list .project-item-global-list-result-pagination {
    margin-top: 40px;
  }
}


@media screen and (max-width: 992px) {
  .project-item-global-list .project-item-global-list-result {
    margin-top: 0;
  }
  .project-item-global-list-result-item-container .project-item-image {
    height: 400px;
    width: 100%;
    mix-blend-mode: normal;
  }
  .project-item-global-list-result-item-container .project-item-content {
    height: unset;
    background-color: #f2f2f2;
  }
  .project-item-content-header .project-item-content-header-title {
    line-height: 140%;
  }
  .project-item-content-header .project-item-content-header-subtitle,
  .project-item-content-footer .project-item-content-footer-text {
    font-size: 16px;
  }
}


@media screen and (max-width: 1280px) {
  .contact-us-main {
    padding: 80px 20px 20px 20px;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .contact-us-img {
    display: none;
  }
  .contact-us-main {
    width: 100%;
    padding: 64px 20px 80px 20px;
  }
  .contact-us-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .contact-us-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%;
  }
  .contact-us-link-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-us-link {
    margin-bottom: 15px;
  }
  .contact-us-link:last-child {
    margin-bottom: 0;
  }
  .contact-us-link {
    transition: 0.15s ease all;
  }
  .contact-us-link:hover {
    background-color: #000;
  }
}

@media screen and (max-width: 576px) {
  .project-item-global-list-result-item-container .project-item-image {
    height: 200px;
    width: 100%;
  }
}


@media screen and (min-width : 768px) and (max-width : 1080px){
  .project-item-global-list-filter .project-overview-filter-item{
    margin-bottom: 40px;
  }
  .project-item-global-list .project-item-global-list-result{
    margin-top: 0px;
  }
  .contact-us-img{
    display: block;
  }
  .contact-us-main{
    width: calc(100% - 302px);
  }
}*/

.project-overview-container {}

.project-overview-container .project-overview-content {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 50px;
}


.project-overview-content-item .project-overview-content-item-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  min-width: 350px;
  /* white-space: nowrap; */
}

.project-overview-content-item .project-overview-content-item-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #737373;
  /* width: 510px; */
  max-width: 100%;
}

.project-overview-container .project-item-global-list {
  padding-bottom: 40px;
  margin-top: 30px;
}

.project-item-global-list .project-item-global-list-filter {}

.project-item-global-list-filter .col-12,
.project-item-global-list-filter .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.project-item-global-list-filter.row {
  margin-left: -20px;
  margin-right: -20px;
}

.project-item-global-list-filter .project-overview-filter-item {}

.project-overview-filter-item .project-overview-filter-item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
}

.project-overview-filter-item .project-overview-filter-item-option-container {
  position: relative;
}

.project-overview-filter-item-option-container .project-overview-filter-item-input {
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.project-overview-filter-item-option-container svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.project-overview-filter-item-option-container .project-overview-filter-item-option-expand {
  position: absolute;
  top: 34px;
  width: 100%;
  padding: 20px 40px;
  background-color: #f2f2f2;
  display: none;
  z-index: -1;
  max-height: 244px;
  overflow: auto;
  display: none;
}

.project-overview-filter-item-option-container .project-overview-filter-item-option-expand.active {
  display: block;
  z-index: 1;
}

/* width */
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.project-overview-filter-item-option-container .project-overview-filter-item-option-expand::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* .project-overview-filter-item-input:focus ~ .project-overview-filter-item-option-expand {
  display: block !important;
  z-index: 1;
} */
.project-overview-filter-item-option-expand .filter-item-option-expand-list {}

.filter-item-option-expand-list .filter-item-option-expand-item {}


/* select all fiter */
.pof-col {
  position: relative;
}

.pof-col-main {
  max-height: 250px;
  overflow-y: scroll;
  background-color: #F2F2F2;
  padding: 25px 40px;
  display: none;
  position: absolute;
  z-index: 1;
  width: calc(100% - 40px);
}

.pof-col-main::-webkit-scrollbar {
  width: 5px;
}

.pof-col-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.pof-col-main::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  border-radius: 5px;
}

.pof-col-main::-webkit-scrollbar-thumb:hover {
  background: #0031a7;
}

.pof-col-main label {
  display: block;
  margin-bottom: 20px;
}

.pof-col-main label input {
  display: none;
}

.pof-col-main label p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 30px;
}

.pof-col-main label p::before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: calc(15px / 2);
  border: 1px solid #000000;
}

.pof-col-main label p::before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: calc(15px / 2);
  border: 1px solid #000000;
}

.pof-col-main label input.active~p::after {
  opacity: 1;
}

.pof-col-main label p::after {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  top: calc(21px / 2);
  left: 3px;
  background-color: #0031a7;
  opacity: 0;
  transition: 0.15s ease all;
}

.pof-col-group .pof-col-group-children {
  padding-left: 30px;
}

.pof-col-main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #B3B3B3;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  cursor: pointer;
}

.pof-col-main-title.active svg {
  transform: rotate(180deg);
}

.pof-col-main-title svg {
  transition: 0.3s ease all;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-bottom: 14px;
}

.select2-results__options {
  background-color: #f2f2f2;
}

.select2-results__option {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.select2-container--default .select2-results>.select2-results__options {
  padding: 15px 25px;
}

.filter-mobile {
  display: none;
}

.butonFilterMobile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.butonFilterMobile-input {

  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;

  display: block;
  padding: 8px 16px;
  border: none;
  outline: none;
  background-color: #0031a7;
}

.butonFilterMobile-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0031a7;
  padding-right: 8px;
}

.buttonFilterMobile-icon {
  transform: rotate(45deg);
}

.filter-chipbox-main {
  display: inline;
}

.clearfilter {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: none;
  white-space: nowrap;
  margin-top: 20px;
}

.clearfilter.active {
  display: inline-block;
}

.clearfilter:hover {
  color: #0032A6;
}

.filter-chipbox-item {
  display: inline-block;
  background-color: #0031a7;
  padding: 8px 10px 4px;
  color: white;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 20px;
}

.filter-chipbox-item:first-child {
  margin-left: 0;
}

.filter-chipbox-item-icon {
  display: inline-block;
  transform: translateY(-2px);
  cursor: pointer;
}

.filter-chipbox-item-icon:hover svg path {
  fill: yellow;
}

.pof-col-main-title-text {
  color: #444;
  line-height: 28px;
  font-weight: 400;
}

/* end */

.filter-item-option-expand-list .filter-item-option-expand-item:not(last-child) {
  margin-bottom: 24px;
}

.filter-item-option-expand-item .filter-item-option-expand-item-link {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: inline-block;
  position: relative;
}

.filter-item-option-expand-item .filter-item-option-expand-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.filter-item-option-expand-item .filter-item-option-expand-item-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.filter-item-option-expand-item-link .filter-item-option-expand-item-link-text {}

.project-item-global-list .project-item-global-list-result-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.project-item-global-list-result-pagination .project-item-pagination {
  margin-left: -40px;
  padding: 0;
}

.project-item-pagination li {
  margin: 0;
  margin-left: 40px;
}

.project-item-pagination.light-theme span,
.project-item-pagination.light-theme a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  background: transparent;
  border: none;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
  min-width: 11px;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  transition: 0.35s ease all;
}

.project-item-pagination.light-theme a:hover {
  border-bottom: 3px solid #000000;
  color: #000;
}

.project-item-pagination.light-theme span.current,
.project-item-pagination.light-theme a.current {
  color: #000000;
  border-bottom: 3px solid #000000;
}

/* Project Item */
.project-item-global-list .project-item-global-list-result {
  margin-top: 20px;
}

.project-item-global-list-result.row {
  margin-left: -20px;
  margin-right: -20px;
}

.project-item-global-list-result .project-item-global-list-result-item {
  margin-top: 20px;
}

.project-item-global-list-result .col-12,
.project-item-global-list-result .col-lg-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.project-item-global-list-result-item .project-item-global-list-result-item-container {}

.project-item-global-list-result-item-container .project-item-image {
  height: 240px;
  object-fit: cover;
  object-position: center;
  /* mix-blend-mode: luminosity; */
  transition: all .15s ease-in-out;
}

.project-item-global-list-result-item-container:hover .project-item-image {
  mix-blend-mode: normal;
}

.project-item-global-list-result-item-container .project-item-content {
  height: 160px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transition: all 0.15s ease-in-out;
}

.project-item-global-list-result-item-container:hover .project-item-content {
  background-color: #f2f2f2;
}

.project-item-content .project-item-content-header {}

.project-item-content-header .project-item-content-header-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 8px;
  transition: all 0.15s ease-in-out;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.project-item-global-list-result-item-container:hover .project-item-content-header .project-item-content-header-title {
  color: #0031a7;
}

.project-item-content-header .project-item-content-header-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
}

.project-item-content .project-item-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-item-content-footer .project-item-content-footer-text {
  font-size: 18px;
  line-height: 150%;
  color: #a6a6a6;
}

.project-item-global-list-result-item-container .project-item-content-footer svg {
  transition: all 0.15s ease-in-out;
  margin-top: 6px;
}

.project-item-global-list-result-item-container:hover .project-item-content-footer svg {
  transform: rotate(45deg);
}

/* contactconsultant */
.contact-us {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-us-main {
  padding: 40px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}

.contact-us-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 360px;
}

.contact-us-img-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-us-main {
  width: 60%;
}

.contact-us-img {
  width: 40%;
}

.contact-us-title {
  font-weight: 700;
  font-size: 39px;
  line-height: 49px;
  color: #0031a7;
  margin-bottom: 30px;
}

.contact-us-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #737373;
  margin-bottom: 30px;

  width: 369px;
  max-width: 100%;
}

.contact-us-box {
  width: 700px;
  max-width: 100%;
}

.contact-us-link,
.contact-us-link:hover {
  padding: 8px 16px 12px;
  background-color: #0031a7;
  margin-right: 21px;

  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.contact-us-link:hover {
  background-color: #000;
}

.contact-us-link:last-child {
  margin-right: 0;
}

.contact-us-icon {
  margin-left: 7px;
  transform: translateY(-3px);
  display: inline-block;
}

.contact-us-link svg {
  transition: 0.35s ease-in-out all;
  margin-top: 6px;
}

.contact-us-link:hover svg {
  transform: rotate(45deg);
}

.contact-us-link-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width : 1366px) and (min-width : 1080px) {}

@media screen and (max-width: 1080px) and (min-width: 577px) {
  .project-overview-container .project-overview-content {
    flex-direction: column;
  }

  .project-overview-content .project-overview-content-item {
    width: 100%;
  }
  

  .project-overview-content-item .project-overview-content-item-description {
    width: 840px;
    max-width: 100%;
    margin-top: 35px;
  }

  .project-item-global-list-result-item-container .project-item-image {
    mix-blend-mode: normal;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* height: 260px; */
  }

  .project-item-global-list-result-item-container .project-item-content {
    background-color: #f2f2f2;
    height: 180px;
  }

  .contact-us-main {
    width: 100%;
    padding-bottom: 100px !important;
  }

  .contact-us-img {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .project-overview-container .project-overview-content {
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }

  .project-overview-content .project-overview-content-item {
    width: 100%;
  }

  .project-overview-content-item .project-overview-content-item-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .project-overview-content-item .project-overview-content-item-description {
    font-size: 18px;
  }

  .project-overview-container .project-item-global-list {
    padding-bottom: 40px;
    margin-top: 0;
  }

  .project-item-global-list-filter .project-overview-filter-item {
    margin-top: 20px;
  }

  .project-item-global-list .project-item-global-list-result-pagination {
    margin-top: 40px;
  }
}

/* Project Item */
@media screen and (max-width: 992px) {
  .project-item-global-list .project-item-global-list-result {
    margin-top: 0;
  }

  .project-item-global-list-result-item-container .project-item-image {
    /* height: 400px; */
    width: 100%;
    mix-blend-mode: normal;
  }

  .project-item-global-list-result-item-container .project-item-content {
    /* height: 180px; */
    height: unset;
    background-color: #f2f2f2;
  }

  .project-item-content-header .project-item-content-header-subtitle,
  .project-item-content-footer .project-item-content-footer-text {
    font-size: 16px;
  }
}

@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape){
  .brochure-img-src{
    height: unset;
  }
  .brochure-link{
    font-size: 15px;
  }
}
@media screen and (min-width : 1024px) and (max-width : 1128px) and (orientation: landscape){
  .project-overview-content .project-overview-content-item{
    width: 46%;
  }
}

/* contactconsultant */
@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape) {
  

  .project-item-global-list-result-item-container .project-item-image {
    mix-blend-mode: unset;
  }

  .col-12.col-xl-4.col-lg-6.project-item-global-list-result-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width : 1080px) {
  .contact-us-desc {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
  .contact-us-img {
    display: none;
  }

  .contact-us-main {
    width: 100%;
    padding: 30px 20px;
  }

  .contact-us-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
  }

  .contact-us-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%;
  }

  .contact-us-link-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-link {
    margin-bottom: 15px;
  }

  .contact-us-link:last-child {
    margin-bottom: 0;
  }

  .contact-us-link {
    transition: 0.15s ease all;
  }

  .contact-us-link:hover {
    background-color: #000;
  }
}

@media screen and (max-width: 576px) {
  .project-item-global-list-result-item-container .project-item-image {
    /* height: 200px; */
    width: 100%;
  }
}

@media screen and (min-width : 768px) and (max-width : 1080px) {
  .project-item-global-list-filter .project-overview-filter-item {
    margin-bottom: 40px;
  }

  .project-item-global-list .project-item-global-list-result {
    margin-top: 0px;
  }

  .contact-us-img {
    display: block;
  }

  .contact-us-main {
    width: calc(100% - 302px);
  }
}


.box-filter-mobile-main {
  padding: 55px;
  background: #0031a7;
  color: #fff;
}

.box-filter-mobile-main-head {
  margin: 2px 0 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.box-filter-mobile-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-filter-mobile-main-icon {
  display: inline;
  width: fit-content;
  margin: 0;
}

.box-filter-mobile-main-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.box-filter-mobile-main-box {
  border-bottom: 1px solid #2c6da9;
  padding-bottom: 6px;
}

.filter-mobile-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: white;
  z-index: 10;

  display: none;
}

.filter-mobile-popup-head {
  background-color: #004e96;
  padding: 10px 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  position: sticky;
  width: 100%;
  z-index: 1;
}

.filter-mobile-popup--head-title {
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 1rem;
}

.project-item-global-list-result-item-container .project-item-image {
  height: 240px;
  object-fit: cover;
  object-position: center;
  transition: all 0.15s ease-in-out;
}

.project-item-global-list-result-item-container:hover .project-item-image {
  mix-blend-mode: normal;
}



/* filter-mobile */
@media screen and (max-width : 1024px) {
  .col-12.col-xl-4.col-lg-12.pof-col {
    margin-bottom: 20px;
  }

  .pof-col-main {
    padding: 20px 20px;
  }

  .filter-mobile {
    display: block;
  }

  .filter-destop {
    display: none;
  }

  .filter-chipbox-item {
    background-color: #f2f2f2;
    color: black;
  }

  .filter-chipbox-item-icon svg path {
    fill: black;
  }

  .pof-col-main {
    max-height: unset;
    position: relative;
  }

  .filter-mobile-popup-main {
    overflow: scroll;
    height: calc(100% - 100px);
    padding-top: 20px;
  }

  .pof-col-main {
    width: 100%;
    z-index: unset;
  }
}