h3.property-title {
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: #003f2d !important;
}
h3.property-title a {
  color: #003f2d !important;
}
h2.section-header {
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  color: #012a2d;
}
.property-breif-info {
  padding: 0 14px 14px 14px;
}
.location-icon {
  width: auto;
  height: 13px;
  margin-right: 8px;
}
.location-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7f8480;
}
.details,
.details a {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #435254;
}
.details a {
  text-decoration: underline;
}
.details {
  margin-top: 0.9em;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-item-center {
  align-items: center;
}
.price-enquiry {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 2px;
  width: 143px;
  height: 30px;
  background: #435254;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.status_label_sold_out {
  padding: 11px 24px 6px;
  position: absolute;
  width: auto;
  height: 46px;
  background: #032842;
  backdrop-filter: blur(8px);
  border-radius: 0px 0px 24px 0px;
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  z-index: 1;
}
.status_label_urgent_sale {
  padding: 11px 24px 6px;
  position: absolute;
  width: auto;
  height: 46px;
  background: #dbd99a;
  backdrop-filter: blur(8px);
  border-radius: 0px 0px 24px 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #012a2d;
  z-index: 1;
}
.properties-list .article {
  display: block;
}
.owl-item .property-item,
.properties-list .property-item {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  margin: 4px;
  width: 100%;
}
.properties-list .property-item {
  display: flex;
}
.properties-list {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-right: 10px;
}
.see-more-wrap {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn-see-all-property {
  width: 364px;
  height: 40px;
  background: #003f2d;
  border-radius: 2px;
  margin: 3em;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
.menu-tab-link {
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}

.property-tab-content .content {
  display: none;
}
.property-tab-content .content.active {
  display: block !important;
}
.menu-tab-link a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  color: #7f8480;
  margin-right: 2em;
  padding: 10px;
}
.menu-tab-link.active a,
.menu-tab-link a:hover {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003f2d !important;
  border-bottom: 1px solid #003f2d;
}
.comercial-box {
  min-height: 269.5px;
  position: relative;
  background-size: cover !important;
  color: #ffffff;
}
.commercial-office {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/comercial-office.png");
}
.commercial-retial {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/retailer.png");
}
.commercial-logistics {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/logistic.png");
}
.commercial-investment {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/investment.png");
}
.commercial-land {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/land.png");
}
.commercial-hotel {
  background: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Photo/resort.png");
}
.comercial-box .info {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 36, 25, 0.63);
  color: #fff;
}
.commercial-heading {
  font-style: normal;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.commercial-rest {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.commercial-list {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 80%;
}

.insights-tab-content .content {
  display: none;
}
.insights-tab-content .content.active {
  display: block !important;
}
h3.news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #003f2d;
}
.news-read-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  text-align: right;
  color: #032842;
}
.news-image {
  margin-top: 1em;
}
.see-more-news-wrap {
  display: block;
  clear: both;
  padding-top: 2em;
}
.btn-see-all-news {
  width: 364px;
  height: 40px;
  background: #003f2d;
  border-radius: 2px;
  margin: 3em auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
.subscription-form {
  display: flex;
  align-items: center;
  height: 240px;
  background: #012a2d;
  position: relative;
  z-index: 2;
}
#footer-container .col {
  margin-top: 0 !important;
}
.subscription-margin {
  margin-top: 10em;
}
.subscription-form-wrap {
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: auto;
}
.subscription-form-wrap h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  color: #80bbad;
  margin-top: 0;
}
.subscription-form-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: -1em;
  color: #80bbad;
}
.subscription-form-wrap a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  width: auto;
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #003f2d !important;
}
.footer-icon {
  width: 22px;
  height: auto;
  margin-right: 1em;
}
.social-media-icon {
  width: 30px !important;
}
.footer-list {
  margin-top: 1em;
}
.intro-footer {
  width: 75%;
  margin: auto;
  text-align: center;
  margin-bottom: 4em;
}
.intro-footer h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  color: #ffffff;
}
.intro-footer a {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  align-items: center;
  color: #ffffff;
  padding: 0em;
  border: 1px solid #fff;
  padding: 15px;
  margin-top: 2em;
}
.intro-footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #cad1d3;
}
footer a {
  color: #fff !important;
}
.subscription_form_recapcha {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.subscription_form_recapcha input {
  margin-top: 1em;
}
.btn-subscription {
  margin: 0 !important;
}
.btn-subscription .form-group .my_btn {
  box-shadow: none;
  color: #fff;
  float: right;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  background: #003f2d;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  padding: 12px;
  width: 100%;
}
#search_type,
#search_sub_type {
  background-image: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Icon/property_type.png");
}
#search_province,
#search_district,
#search_commune {
  background-image: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/v-4-logo/Icon/location.png");
}
.myselect {
  appearance: none;
  -moz-appreance: none;
  -webkit-appearance: none;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 3px) center;
}
.related-property {
  padding: 3em 0;
}
.single-property p,
.single-property .hide-short {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #7f8480;
}
.single-property .description-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #435254;
  font-family: "Calibre" !important;
  font-style: normal;
}
.single-property h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #012a2d;
  margin-top: 3em;
}
.right-side-blog {
  background: #f5f5f5;
  padding: 1em;
  margin-bottom: 2em;
  border-radius: 2px;
}
.right-side-blog h4 {
  margin: 5px 0 10px 0;
}
.overview-title {
  width: 50%;
  padding: 0 2em 2em 0;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
.overview-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #435254;
}
.overview-title .col_title {
  padding-right: 5px;
}
.right-side-blog .inquery-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #003f2d;
  color: #fff;
  margin-top: 16px;
  border-radius: 2px;
}
.agent-title {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #012a2d;
}
.agent-label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #7f8480;
}
.right-side-blog .property-price {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #012a2d;
}
.right-side-blog .property-price-kh {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #435254;
}
.agent-contact-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #7f8480;
}
.agent-contact {
  margin-right: 1em;
  height: 20px;
  width: auto;
}
.loan {
  margin-top: 2em;
}
.property-price-loan {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #cad1d3;
  border-radius: 2px;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.loan-wrap span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7f8480;
}
.justify-content-end {
  justify-content: end;
}
.loan-permonth {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  width: 100%;
  color: #7f8480;
  margin-bottom: 0.5em;
}

/* //rang slider  */

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  height: 7px;
  background: #cad1d3;
  border-radius: 5px;
  background-image: linear-gradient(#003f2d, #003f2d);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}
input[type="range"]#year {
  -webkit-appearance: none;
  margin-right: 15px;
  height: 7px;
  background: #cad1d3;
  border-radius: 5px;
  background-image: linear-gradient(#003f2d, #003f2d);
  background-size: 75% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #003f2d;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #003f2d;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #003f2d;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #003f2d;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #003f2d;
}

input[type="range"]::-ms-thumb:hover {
  background: #003f2d;
}

/* Input Track */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

#header-service {
  position: absolute;
  margin: auto !important;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 85px;
}
.bedroom-bathroom-wrap {
  position: absolute;
  bottom: 15px;
  left: 5px;
}
.property-bedroom-bathroom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: auto;
  height: 24px;
  background: #538184;
  border-radius: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-right: 5px;
}
.property-bedroom-bathroom span {
  padding-top: 7px;
}
.property-bedroom-bathroom .agent-contact {
  margin-right: 0.7em;
  height: 14px;
}
.property-item-info a {
  position: relative;
  display: block;
}
.mobile-block {
  display: none !important;
}
.w-100 {
  width: 100%;
}
.slide-tab {
  overflow: hidden;
}
@media only screen and (max-width: 520px) {
  .single-info {
    flex-direction: column-reverse;
  }
  .properties-list .property-item {
    width: 100% !important;
  }
  .subscription-form {
    height: auto;
    display: block;
  }
  .menu-tab-link {
    min-width: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .slide-tab {
    overflow: hidden;
  }
  .subscription-form-wrap {
    padding: 1em;
  }
  .single-property-right-side {
    width: 100%;
  }
  .intro-footer {
    width: 95%;
  }
  .intro-footer a {
    font-size: 16px;
  }
  .span_8_of_12 {
    width: 100%;
    margin: 0;
  }
  .properties-list {
    display: flex;
    flex-wrap: wrap;
  }
  #home-slide .content-field {
    display: flex;
    flex-wrap: wrap;
  }
  #home-slide .properties_type {
    width: 100%;
    margin-bottom: 1em;
  }
  #home-slide {
    margin-bottom: 28em;
  }
  .property-id-input,
  input.search_box_feild,
  .properties_type_input {
    width: 100%;
  }
  .mobile-none {
    display: none !important;
  }
  .mobile-block {
    display: flex !important;
  }
  .tab-content .my_btn.mobile-block {
    width: 100%;
    margin-top: 1em;
  }
  .property-id-input,
  .properties_type_input {
    padding: 0 10px;
    margin-top: 1em;
  }
  .advance_search_field_icon {
    margin: 16px;
  }
  .menu-tab-link a {
    margin-right: 0;
  }
  .container.silo.cuatom-page-wrapper {
    position: relative;
    padding-top: 0.01em;
  }
  #property-details {
    padding-right: 0;
  }
  .d-none,
  .secondary-menu {
    display: none;
  }
  #property-details {
    width: 100%;
  }

  input[type="range"] {
    background-size: 74% 100%;
  }
  .properties-list .property-item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  .properties-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 10px;
  }
  .properties-list {
    display: flex;
    flex-wrap: wrap;
  }
  .properties-list .property-item {
    width: 30%;
  }
  .single-property-right-side {
    width: 100%;
  }
  #property-details {
    width: 100%;
  }
  input[type="range"] {
    background-size: 74% 100%;
  }
  .secondary-menu {
    display: none;
  }
  .slide-tab {
    overflow: hidden;
  }
  #home-slide .content-field {
    display: flex;
    flex-wrap: wrap;
  }
  #home-slide .properties_type {
    width: 50%;
    margin-bottom: 1em;
  }
  #home-slide {
    margin-bottom: 21em;
  }
  .property-id-input,
  .properties_type_input {
    padding: 0 10px;
    margin-top: 0;
  }
  .property-id-input {
    width: 40%;
  }
  .properties_type_input {
    width: 60%;
  }
  .tab-content .my_btn {
    width: 40%;
  }
  input.search_box_feild {
    width: 60%;
  }
  .subscription-form-wrap {
    padding: 1em;
    width: 80%;
  }
}
.d-none {
  display: none;
}
.location-price-wrapper {
  display: contents;
}

/* 
owl-slider
///
*/

.carousel-wrap .section-inner {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.carousel-wrap .article-items {
  display: flex;
  flex: 1 0 auto;
}
.carousel-wrap .articles-wrap {
  position: relative;
}
.carousel-wrap .article-title {
  font-family: "Filson Soft", sans-serif;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 1.06px;
  color: #3b3d4e;
  padding-bottom: 60px;
  padding-top: 40px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.carousel-wrap .article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.carousel-wrap .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.carousel-wrap .box-img {
  display: block;
}
.carousel-wrap .box-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.51px;
  color: #000000;
  margin-bottom: 25px;
}
.carousel-wrap .box-content {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.7px;
  color: #000000;
  padding: 30px 25px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
}
.carousel-wrap .box-content p {
  opacity: 0.5;
}
.carousel-wrap .box-btn a {
  opacity: 0.2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-top: 40px 25px;
  line-height: 2.63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.carousel-wrap .box-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  flex: 1 0 auto;
}
.carousel-wrap .article-img {
  position: relative;
}
.priceline {
  font-weight: normal !important;
  color: #435254 !important;
}
.propertylist-link {
  position: relative;
  display: block;
  height: 250px;
  width: 100%;
}
img.property-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
