:root {
  --white: #ffffff;
  --header-bg: #001f3b;
}

.bg-transparent.header-4-container {
  background: transparent;
  position: fixed !important;
  top: 0;
  width: 100%;
  min-height: 64px;
  border-bottom: unset;
}
.item-bg-home
  .elementor-icon-list-items.elementor-post-info
  > li:first-child
  > .elementor-icon-list-text,
.good_price {
  padding: 3px 14px;
  border-radius: 20px;
  background: #ddad7d;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.bg-transparent.header-4-container ul#menu-primary-menu li a {
  color: #fff;
}
.header-4-container .btn-header {
  font-size: 12px;
  font-weight: 500;
  /* width: 100px; */
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 25px;
  border: 1px solid transparent;
}
.header-4-container:not(.is-home) .btn-header {
  background-color: var(--white);
  color: #001f3b;
}
.header-4-container:not(.is-home) .btn-header:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.header-4-container.is-home .btn-header {
  background-color: var(--orange-red);
  color: var(--white);
}
.header-4-container.is-home .btn-header:hover {
  background-color: transparent;
  border-color: #fff;
}
#menu-primary-menu li span {
  color: var(--white);
}
.price-main {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange-red);
}
.list-apartment .item-aparment .aparment-info {
  padding: 15px;
  color: #5C727D;
}
.list-apartment .item-aparment .aparment-info > a > h5 {
  min-height: 65px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  font-family: "Poppins", Sans-serif;
}
.list-apartment .item-aparment .aparment-thumbnail img {
  width: 100%;
}
.list-apartment .item-aparment .aparment-thumbnail {
  position: relative;
}
.list-apartment .item-aparment .aparment-thumbnail .text-district {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.list-apartment .item-aparment .aparment-thumbnail .text-district > i {
  margin-right: 5px;
}
.list-apartment .item-aparment .aparment-thumbnail .text-outstanding {
  position: absolute;
  top: 10px;
  left: 10px;
}
.list-apartment .item-aparment .aparment-thumbnail .author-avatar {
  position: absolute;
  top: 10px;
  right: 10px;
}
.list-apartment .item-aparment .aparment-thumbnail .author-avatar img{
  border-radius: 99px;
  border: 3px solid #fff;
}
.header-apartment .gallery-apartment > div:not(.active) {
  display: none;
}
.text-tag-apartment {
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 8px;
  font-weight: 700;
}
span.text-outstanding {
  background-color: #ffc68dcc;
  margin-right: 10px;
}
span.text-hot {
  background: #1e7cddcc;
}
span.text-pricegood {
  background: #dd3333cc;
  margin-right: 10px;
}
.list-apartment .item-aparment .aparment-address {
  font-size: 9px;
  color: #9b9b9b;
  font-weight: 400;
}
.list-apartment .item-aparment {
  box-shadow: 0px 2.5px 12.5px 0px #78787840;
}
.list-apartment .item-aparment .div-pricesku {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  min-height: 35px;
	margin-top: 5px;
}
.district,
.list-apartment .item-aparment .div-pricesku {
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.list-apartment.d-grid,.list-project.d-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 20px 0;
}
.district .main-apartment-mobile {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-all {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out all;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 115px;
  min-height: 35px;
  color: #fff;
  background: var(--orange-red);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.view-all:hover {
  border-color: var(--orange-red);
  color: var(--orange-red);
  background: transparent;
}
.district {
  padding-bottom: 15px;
}
.list-apartment .item-aparment .div-svg-icon {
  padding-bottom: 10px;
}
.list-apartment .item-aparment .div-svg-icon > div:not(:last-child) {
  margin-right: 15px;
}
.list-apartment .item-aparment .div-svg-icon > div > img {
  margin-right: 4px;
}
.sku {
  font-size: 9px;
  color: #999999;
}
.square {
  font-size: 14px;
  color: #555555;
}
.d-grid {
  display: grid;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.list-district {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  list-style-type: none;
}
ul.list-district li {
  margin-bottom: 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
ul.list-district li::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s ease-in-out all;
  border-top: 6px solid var(--orange-red);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
}
ul.list-district li:not(:last-child) {
  margin-right: 10px;
}
.list-district li:hover {
  cursor: pointer;
}
.list-district li a {
  font-size: 14px;
  color: #373332;
  background: #f7f7f7;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out all;
  padding: 5px 10px;
}
.list-district li.active:before {
  opacity: 1;
}
.list-district li.active a,
.list-district li:hover a {
  background-color: var(--orange-red);
  color: #fff;
}
ul.gallery-project {
  margin: 0;
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 15px;
}
ul.gallery-project > li {
  position: relative;
}
ul.gallery-project > li h6 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  text-align: center;
}
ul.gallery-project > li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
ul.gallery-project > li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}
ul.gallery-project > li:nth-child(4) {
  grid-area: 1 / 3 / 2 / 4;
}
ul.gallery-project > li:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}
ul.gallery-project > li:nth-child(6) {
  grid-area: 3 / 1 / 4 / 2;
}
ul.gallery-project > li:nth-child(3) {
  grid-area: 3 / 2 / 4 / 3;
}
ul.gallery-project > li:nth-child(8) {
  grid-area: 3 / 3 / 4 / 4;
}
ul.gallery-project > li:nth-child(7),
ul.gallery-project > li.between {
  grid-area: 1 / 2 / 3 / 3;
}
ul.gallery-project > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.list-post > div.item-post:nth-child(1) {
  grid-area: 1 / 1 / 4 / 3;
}
.list-post > div.item-post:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.list-post > div.item-post:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}
.list-post > div.item-post:nth-child(4) {
  grid-area: 3 / 3 / 4 / 4;
}

.list-post > div.item-post > .d-flex > div {
  flex: 1;
}

.list-post > div.item-post:nth-child(1) img {
  width: 100%;
}
.list-post > div.item-post:nth-child(1) .info-post {
  background-color: #f9f9f9;
  padding: 30px;
}

.list-post > div.item-post:nth-child(1) .info-post h4 {
  font-size: 19px;
  font-weight: 700;
  color: #111;
}
.list-post > div.item-post:nth-child(1) .info-post div.content {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.list-post > div.item-post .info-post {
  position: relative;
  padding: 15px;
}
.list-post > div.item-post .info-post > div.view-post {
  text-align: right;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.list-post > div.item-post:nth-child(2),
.list-post > div.item-post:nth-child(3) {
  border-bottom: 1px solid var(--orange-red);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
*:focus {
  outline: none !important;
}
.list-post > div.item-post .info-post > div.view-post > a {
  color: var(--orange-red);
  text-decoration: underline;
  font-weight: 700;
}
.list-post > div.item-post .info-post > div.view-post > a:hover {
  opacity: 0.6;
}
.list-post > div.item-post:nth-child(1) .info-post > div.view-post > a {
  font-size: 16px;
}
.list-post > div.item-post:not(:nth-child(1)) .info-post > div.view-post > a {
  font-size: 12px;
}
.list-post > div.item-post:not(:nth-child(1)) .info-post h4 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .list-post > div.item-post .thumbnail-post {
    height: auto;
  }
  .district .main-apartment-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .list-post {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 15px;
  }

  .list-post > div.item-post:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }

  .list-post > div.item-post:nth-child(2),
  .list-post > div.item-post:nth-child(3),
  .list-post > div.item-post:nth-child(4) {
    grid-area: auto !important;
    margin-bottom: 0;
  }

  .list-post > div.item-post .thumbnail-post {
    height: auto;
  }
  .list-post > div.item-post .info-post > div.view-post {
    position: static !important;
    text-align: left;
    margin-top: 10px;
  }
  .list-post > div.item-post > div {
    flex-direction: column;
  }
}


input#range-price {
  box-shadow: unset;
  padding: 0;
  color: #2f74bb !important;
}
.ui-state-focus,
.ui-state-active {
  border-color: unset !important;
}
.filter-archive {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.filter-archive .nice-select,.filter-archive .div-btn .btn-search {
  height: 40px;
  display: flex;
  align-items: center;
}
.head-archive {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.head-archive > .title-archive {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 800;
  color: #0b213d;
}
.head-archive > .meta-archive > .title-archive {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  color: #0b213d;
  font-family: "Poppins", Sans-serif;
}
.head-archive > .found_posts {
  font-size: 12px;
  font-weight: 700;
  color: #1f4c97;
}
.head-archive > .sortby-archive > div {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
  display: flex;
  gap: 15px;
}
.head-archive > .sortby-archive > div > img {
  width: 15px;
}
.btn-filter-mobile {
  display: none !important;
}
.filter-archive .header-btn-filter {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
}
.filter-archive .header-btn-filter > .form-search {
  display: flex;
  align-items: center;
}
.filter-archive .header-btn-filter input {
  border-radius: 0;
  margin-bottom: 0;
  border: unset;
  box-shadow: unset;
  text-indent: 15px;
  font-size: 14px;
  color: #000;
}
input::placeholder {
  color: #0000004d;
}
.filter-archive .header-btn-filter button i::before {
  font-family: "Font Awesome 5 Pro" !important;
}
.filter-archive .header-btn-filter button {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--orange-red);
  box-shadow: 0px 4.38px 10.62px 0px #add2f8;
  color: #fff;
  margin-left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-clear {
  opacity: 0;
  visibility: hidden;
  background: #e7b789;
  box-shadow: 0px 4.38px 10.62px 0px #ffd2a6;
  color: #fff;
  border-radius: 99px;
  padding: 7px 22px;
  border: 1px solid transparent;
  transition: all 0.3s;
  z-index: -1;
}
.btn-clear.show {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.btn-clear:hover {
  border-color: #e7b789;
  color: #e7b789;
  background: #fff;
  cursor: pointer;
}

.filter-archive .d-flex > select {
  flex: 0 0 fit-content;
  max-width: fit-content;
  background-color: #e8e8e8;
  border-radius: 99px;
}
.filter-archive .d-flex > #slider-range {
  flex: 0 0 300px;
  max-width: 300px;
  max-height: 4px;
  background-color: #ededed !important;
  border-radius: 20px;
}
.filter-archive .d-flex > *:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 0;
}
.ui-slider-handle:after {
  position: absolute;
  top: 15px;
  left: -10px;
  width: 100px;
  height: 30px;
  background: url(./../images/note-filter.png) no-repeat center;
  display: flex;
  background-size: cover;
  border-radius: 99px;
  color: #fff;
  box-shadow: 0px 3.13px 8.75px 0px #f4f4f4;
  font-size: 12px;
  font-weight: 400;
  align-items: flex-end;
  justify-content: center;
}
.ui-widget-header {
  background-color: #2f74bb !important;
}
.ui-slider-handle {
  border-radius: 99px;
  border: 3px solid #2f74bb !important;
  box-shadow: 0px 1.25px 2.5px 0px #0957cb26;
  width: 1em !important;
  height: 1em !important;
}
.ui-slider-handle.ui-slider-active,
.ui-slider-handle.ui-slider-focus,
.ui-slider-handle.ui-slider-hover {
  border-color: #2f74bb !important;
  background-color: #fff !important;
}
.ui-slider .ui-slider-range {
  background-color: #2f74bb !important;
  border-radius: 20px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
}
.nagivation-apartment {
  background-color: #f2f9ff;
}
.nagivation-apartment .product-thumbnail-slider {
  position: relative;
}
.nagivation-apartment .col-6 {
  flex: 1;
  overflow: hidden;
}
.nagivation-apartment .col-6.gallery-child-apartment {
  padding: 15px 0;
}
.nagivation-apartment .project-gallery-item.swiper-slide-visible {
  opacity: 0.5;
}
.nagivation-apartment
  .project-gallery-item.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
}
.swiper-button {
  color: #000;
  width: 10px;
  height: 15px;
}
.btn-navigation-apartment.d-flex {
  align-items: center;
  justify-content: space-around;
}
.btn-navigation-apartment > div:not(.map) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-navigation-apartment > div:not(.active) > img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(0%)
    hue-rotate(155deg) brightness(90%) contrast(87%);
}
.btn-navigation-apartment > div:not(.map):hover,
.btn-navigation-apartment > div:not(.map).active {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(49%) sepia(41%) saturate(4350%) hue-rotate(336deg) brightness(103%) contrast(106%);
}
.share-button {
  cursor: pointer;
}
.share-options {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.div-share:hover .share-options,
.div-share:focus .share-options {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.site-footer form input[type="text"]::placeholder {
  color: #000;
}
.list_furnished {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.list_furnished > li {
  display: flex;
  align-items: center;
}
.list_furnished > li img {
  margin-right: 10px;
}
.list_furnished > li span {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.form-apartment form {
  border: 1px solid #e5e5e5;
}
.form-apartment form h4 {
  background-color: var(--orange-red);
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.form-apartment form .info-form {
  padding: 20px;
  background-color: #fafafa;
}
.form-apartment form .info-form input[type="submit"] {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background-color: #e5b688;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.form-apartment form .info-form input[type="submit"]:hover {
  border-color: #e5b688;
  color: #e5b688;
  background-color: transparent;
}
.form-apartment form .info-form p.text-form {
  text-align: center;
  margin: 20px 0 !important;
}
.form-apartment form .info-form div.btn-tel > p a{
  font-size: 30px;
}
.form-apartment form .info-form div.btn-tel > p {
  text-align: center;
  max-width: 262px;
/*  font-size: 36px;*/
  font-weight: 800;
  margin: 0 auto;
  text-indent: 50px;
  border: 1px solid #0c4b9c1a;
  background-color: #f5fafe;
  border-radius: 4px;
}
.form-apartment form .info-form > div.btn-tel > p:before {
  background-image: url("./../images/btn-tel.svg");
}
.form-apartment form .info-form input:not([type="submit"]) {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-indent: 30px;
  position: relative;
  margin-bottom: 0px;
}
.form-apartment form .info-form > *:not(:last-child) {
  margin-bottom: 10px;
}
.form-apartment form .info-form > div > p {
  position: relative;
}
.form-apartment form .info-form > div > p:before {
  position: absolute;
  content: "";
  left: 10px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: #bbbbbb;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.form-apartment form .info-form > div.btn-tel > p:before {
  position: absolute;
  content: "";
  left: 5px;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  transition: all 0.3s;
}
.form-apartment form .info-form > div.btn-tel > p:hover:before {
  filter: brightness(0) saturate(100%) invert(49%) sepia(41%) saturate(4350%) hue-rotate(336deg) brightness(103%) contrast(106%);
  cursor: pointer;
}
.form-apartment form .info-form > div.btn-tel > p:hover:after {
  background-color: #fff;
  border-color: var(--orange-red);
  cursor: pointer;
}
.form-apartment form .info-form > div.btn-tel > p:hover a {
  color: var(--orange-red);
}
.form-apartment form .info-form > div.btn-tel > p:after {
  position: absolute;
  content: "";
  left: -15px;
  width: 73px;
  height: 73px;
  top: 50%;
  border: 1px solid transparent;
  transform: translateY(-50%);
  background-color: var(--orange-red);
  border-radius: 99px;
  z-index: 1;
  transition: all 0.3s;
}
.form-apartment form .info-form > div.div-name > p:before {
  background-image: url("./../images/name-form.svg");
}
.form-apartment form .info-form > div.div-email > p:before {
  background-image: url("./../images/email-form.svg");
}
.form-apartment form .info-form > div.div-tel > p:before {
  background-image: url("./../images/tel-form.svg");
}
.item-project > div {
  flex: 1;
}
.item-project {
  font-size: 18px;
  color: #000;
}
.item-project > div.thumbnail-project img {
  height: 100%;
}
.item-project .info-project {
  padding: 50px;
  background-color: #f9f9f9;
}
.item-project .info-project h5 {
  font-size: 22px;
  font-weight: 800;
  font-family: "Poppins", Sans-serif;
}
.item-project .info-project .address-project i {
  color: #b5b5b5;
  margin-right: 10px;
}
.item-project .info-project .address-project span {
  font-weight: 400;
}
.item-project .info-project .list-info-project > div > img {
  margin-right: 5px;
}
.item-project .info-project .list-info-project > div:not(:last-child) {
  margin-right: 20px;
}
.item-project .info-project .list-info-project {
  margin-bottom: 15px;
}
.item-project .info-project .list-info-project > div > span {
  font-weight: 700;
}
.item-project .info-project .desc-project {
  font-weight: 400;
  margin-bottom: 20px;
}
.item-project .info-project .div-investor-status > label {
  font-weight: 700;
  min-width: 150px;
  display: inline-block;
}
.item-project .info-project .div-investor-status > span {
  font-weight: 400;
}
.item-project .info-project .div-investor-status {
  margin-bottom: 20px;
}
.item-project .info-project .list-btn-project > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 18px;
}
.item-project .info-project .list-btn-project > a:not(:last-child) {
  margin-right: 15px;
}
.item-project .info-project .list-btn-project > a.maps {
  border: 1px solid #d74e4d;
  width: 50px;
  height: 50px;
  color: #d74e4d;
}
.item-project .info-project .list-btn-project > a.maps:hover {
  color: #fff;
  background-color: #d74e4d;
}
.item-project .info-project .list-btn-project > a.phonenumber {
  border: 1px solid transparent;
  min-width: 150px;
  min-height: 50px;
  color: #fff;
  background-color: var(--orange-red);
}
.item-project .info-project .list-btn-project > a.phonenumber:hover {
  border-color: var(--orange-red);
  background-color: #fff;
  color: var(--orange-red);
}
.item-project .info-project .list-btn-project > a.phonenumber:hover img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(41%) saturate(4350%) hue-rotate(336deg) brightness(103%) contrast(106%);
}
.item-project .info-project .list-btn-project > a.phonenumber img {
  width: 20px;
  margin-right: 10px;
}
.item-project .info-project .list-btn-project > a.btn-view-all {
  border: 1px solid #d6a474;
  min-width: 150px;
  min-height: 50px;
  color: #d6a474;
  background-color: #fff;
}
.item-project .info-project .list-btn-project > a.btn-view-all:hover {
  color: #fff;
  background-color: #d6a474;
}

/**/
ul.gallery-project li,
.list-apartment .aparment-thumbnail {
  overflow: hidden;
}
ul.gallery-project li img,
.list-apartment .aparment-thumbnail img {
  transition: transform 1s;
}
ul.gallery-project li img:hover,
.list-apartment .aparment-thumbnail img:hover {
  transform: scale(1.2);
}
.lightbox {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
}
.filter-homepage .top-filter {
  border: 1px solid #d3d3d3;
  border-radius: 50px;
}
.filter-homepage > .info-filter > .top-filter select,
.filter-homepage > .info-filter > .top-filter input {
  background-color: #e0e0e0;
  min-height: 44px;
  box-shadow: unset;
  border: unset;
}
.col-full-nav .top-bar-right > div {
  display: flex;
  justify-content: center;
}
.col-full-nav .top-bar-right > div > .trp_language_switcher_shortcode {
  width: fit-content;
  margin-right: 10px;
}
.header-4-container .trp-language-switcher > div:hover {
  cursor: pointer;
  background-color: #fff;
  border-color: transparent;
}
.header-4-container:not(.is-home) .trp-language-switcher > div:hover a {
  color: var(--header-bg);
}
.trp-language-switcher > div > a:hover {
  background-color: transparent;
}
.header-4-container .trp-language-switcher {
  width: 75px;
}
.header-4-container .trp-language-switcher > div {
  border-radius: 25px;
  background-color: transparent;
  width: 100% !important;
  height: 100%;
}
.header-4-container:not(.is-home) .trp-language-switcher > div > a {
  color: #fff;
}
.header-4-container:not(.is-home) .trp-language-switcher > div {
  border-color: #fff;
  background-image: url(./../images/down-arrow-white.svg) !important;
}
.header-4-container.is-home .trp-language-switcher > div {
  border-color: var(--orange-red);
  background-image: url(./../images/down-arrow-main.svg) !important;
}
.trp-language-switcher > div > a {
  color: var(--orange-red);
}
#menu-primary-menu ul.sub-menu li span {
  color: var(--black);
}
#menu-primary-menu li.current-menu-parent {
  opacity: 1;
}

.form-search {
  position: relative;
}
.form-search .suggest-search {
  padding: unset !important;
  border: 1px solid #c8ced3;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 25px 15px;
  width: 100%;
  font-size: 14px;
}
.form-search .suggest-search .category-item {
  padding: 25px 15px;
}
.form-search .suggest-search .category-item .title {
  color: #1990d1;
  font-weight: 500;
}
.suggest-search ul {
  list-style: none;
  margin: 0;
}
.project-item {
  position: relative;
}
.project-item .image {
  display: block;
  position: relative;
  padding-top: 63.07692%;
}
.project-item .image {
  display: block;
  position: relative;
  position: relative;
  border-radius: 3px;
  padding-top: 60.65574%;
  overflow: hidden;
}
.project-item .image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(4, 33, 63, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(4, 33, 63, 0.6) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(4, 33, 63, 0.6) 0,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.project-item .image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.project-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 20px;
  width: 100%;
}
.project-item .caption .title a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
}
.search-filter{
  font-family: "Poppins", Sans-serif;
}
.project-item .caption .address {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.project-item .caption .address em {
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
}
.project-item .caption .address address {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.project-item .highlights {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}
.project-item .highlights p {
  border-radius: 11px;
  background: #fa8e19;
  padding: 0.5px 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
p.found_posts {
  margin-bottom: 0;
}
.head-du-an {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 25px;
}
.toggle-project-item .elementor-tab-title {
  position: relative;
}
.toggle-project-item .elementor-tab-title.elementor-active:before {
  content: "\f077";
}
.toggle-project-item .elementor-tab-title:before {
  content: "\f078";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #04213f;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
}
table.table-project tr td:first-child {
  padding-left: 0;
  color: #333;
  font-weight: 700;
}
table.table-project {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  font-size: 14px;
}
table.table-project tr:first-child td {
  border-top: 0;
}
table.table-project td,
table.table-project th {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
#lg-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 5;
}
.project-info-item .elementor-tab-content {
  padding-left: 0 !important;
}
.swiperMain {
  position: relative;
}
.project-image-slider {
  margin-bottom: 5px;
}
.swiperMain .img {
  display: block;
  position: relative;
  padding-top: 62.93785%;
  overflow: hidden;
}
.swiperMain .img img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-thumbnail-slider .img {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.product-thumbnail-slider .img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-child-apartment .product-thumbnail-slider .thumbnail {
  padding-top: 60.27304%;
}
.project-gallery .project-gallery-item .thumbnail {
  padding-top: 40.27304%;
}
.swiperGallery .thumbnail {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #000;
  overflow: hidden;
}
.swiperGallery .thumbnail img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-image-slider .swiper-button {
  background: #fff;
  border-radius: 99px;
  width: 40px;
  height: 40px;
}
.project-image-slider .swiper-button:after {
  font-size: 16px;
}
.w-100 {
  width: 100% !important;
}
.filter-archive.form-search {
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 5;
  transition: 0.2s ease-in-out all;
  background: #f5f5f5;
  width: 100%;
  max-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-flex.filter-deskhop-form{
  align-items: center;
  justify-content: center;
}
.pt-have-filter {
  padding-top: 80px;
}
.breadcrumb_custom {
  align-items: center;
}
.breadcrumb_custom i {
  color: var(--orange-red);
  margin-right: 10px;
}
.breadcrumb_custom i:not(.map) {
  color: #0000004d;
}
.breadcrumb_custom i:not(.map):before {
  font-family: "Font Awesome 5 Pro" !important;
}
.gallery-apartment {
  overflow: hidden;
}
.breadcrumb_custom span {
  color: #0000004d;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-right: 10px;
}
.popular-tag > .d-flex {
  flex-wrap: wrap;
}
.popular-tag > .d-flex > div.item-tag {
  display: flex;
  align-items: center;
}
.popular-tag > .d-flex > div.item-tag a {
  color: #000;
  font-size: 14px;
}
.popular-tag > .d-flex > div.item-tag a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.popular-tag > .d-flex > div.item-tag i {
  font-size: 8px;
  margin-right: 5px;
}
.popular-tag > .d-flex > div.item-tag {
  flex: 0 0 33%;
  max-width: 33%;
}

.filter-homepage .bottom-search{
  display: flex;
  padding: 40px;
  align-items: center;
  background-color: #fff;
}
.filter-homepage .bottom-search > *{
  flex: 1;
}
.filter-homepage .bottom-search > *:not(:last-child){
  margin-right: 30px;
}
.filter-homepage .bottom-search > div.div-btn input{
  width: 100%;
}
.nice-select {
    margin: 0;
    height: 60px;
    line-height: 58px;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 0;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #000000;
}
.div-btn .btn-search{
  height: 60px;
  border-radius: unset !important;
  font-size: 16px;
  border: 1px solid transparent;
}
.div-btn .btn-search:hover{
  background-color: #fff;
  border-color: var(--orange-red);
  color: var(--orange-red);
}
ul.list{
  width: 100% !important;
}
.filter-homepage .top-search > div{
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.filter-homepage .top-search > div a{
  min-width: 200px;
  background: #fff;
  padding: 15px 40px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.filter-homepage .top-search > div a i{
  margin-right: 5px;
}
.filter-homepage .top-search > div a i:before{
  font-family: "Font Awesome 5 Pro" !important;
}
.filter-homepage .top-search > div a.active{
  background-color: var(--orange-red);
  color: #fff;
}
.ovf-hd > div > div{
  overflow: hidden;
}
.swiper-pagination > span{
  width: 15px;
  height: 15px;
}
.swiper-pagination > span.swiper-pagination-bullet-active{
  background-color: var(--orange-red);
}
.list-bds{
  padding-bottom: 120px;
}
.footer-contact{
  max-width: 1050px;
  width: 80%;
  transform: translate(50%, -50%);
  z-index: 1;
  position: absolute !important;
  right: 50%;
  top: 0;
}

footer.site-footer {
  padding: 4rem 0;
}
body footer.site-footer{
  position: relative;
  padding-top: 200px !important;
}

#on-top{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px 0 rgba(32, 33, 36, .28);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 3%;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  bottom: 70px;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(45deg);
  z-index: 10;
}
#on-top i{
  transform: rotate(-45deg);
}
#on-top.show {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
#on-top:hover{
  background-color: var(--orange-red);
  color: #fff;
  cursor: pointer;
}
.nice-select {
    color: #5c727d;
}
#on-top i:before,.nice-select::before{
  font-family: "Font Awesome 5 Pro";
}
.nice-select::before {
    font-weight: 500;
    margin-right: 10px;
    color: var(--orange-red);
}
.square-select::before {
    content: "\f0c8";
}
.area-select::before {
    content: "\f5a0";
}
.room-select::before {
    content: "\f8f7";
}
.price-select::before {
    content: "\f2e8";
}
.form-apartment form .info-form div.btn-tel>p {
padding: 0 15px;
max-width: fit-content;
}