/*
* styles for new 2.0 design
*/

@font-face {
  font-family: "Financier Display";
  src: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-Medium.otf"),
    url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-MediumItalic.otf"),
    url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-Regular.otf"),
    url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-RegularItalic.otf"),
    url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-Semibold.otf"),
    url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Financier/FinancierDisplay-SemiboldItalic.otf");
}

@font-face {
  font-family: Calibre;
  src: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/fonts/Calibre/Calibre-Regular.otf");
}

body {
  font-family: "Calibre", Avenir, serif, Hanuman !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Financier Display" !important;
  font-weight: 400 !important;
}
*:focus {
  outline: none;
}

img {
  max-width: 100% !important;
  height: auto;
}

body {
  max-width: 100%;
}

#error-page {
  margin-top: 0px;
}

#myCarousel {
  max-width: 100%;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-5 {
  margin-bottom: 34px;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
#cbrePropertyCarousel .f-button:hover,
#cbrePropertyCarousel .f-button {
  background: #cad1d3 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-radius: 5;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.f-carousel__slide {
  text-align: center;
}
.f-carousel__viewport.is-draggable {
  max-height: 530px;
}
.fancybox-thumbs {
  /* background: none !important; */
}
.fancybox-thumbs__list a:before {
  border: 6px solid #012a2d !important;
}
/* .fancybox-inner {
  width: 100%;
} */
.fancybox-content {
  max-height: 80%;
}
.bg-primary {
  background: #012a2d;
}
.bg-white {
  background: #fff;
}
#header {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.silo,
.blog #container {
  float: none !important;
  margin: 0 auto !important;
  width: 1124px;
  transition: all 0.5s;
  /* padding: 0 1em; */
}
.no-scroll {
  overflow: hidden;
}
#header {
  position: relative;
  height: 85px;
  overflow: visible;
}
#property-single.silo {
  max-width: 1124px;
}
#site-title {
  float: left;
  width: 20%;
  margin: 0;
}
#site-navigation {
  float: right;
  min-width: 570px;
  position: relative;
  top: 20px;
  width: 55%;
}
#main {
  position: relative;
}
#navigation-secondary {
  position: relative;
}
#menu-secondary-top-2-0 {
  display: block;
  border-bottom: solid 1px #cad1d3;
  margin-bottom: 0;
  padding: 0 0 0.75em 1em;
}
#menu-secondary-top-2-0 li {
  display: inline;
  list-style-type: none;
  margin: 0 1em 0 0;
}
#menu-secondary-top-2-0 li:last-child {
  margin-right: 0;
}
#menu-secondary-top-2-0 a {
  color: #cad1d3;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}
#header-social {
  position: absolute;
  right: 0;
  top: 0;
}
#header-social img {
  height: auto;
  margin-left: 0.5em;
  width: 24px;
}
#menu-main-menu-2-0 {
  list-style-type: none;
  margin-bottom: 0;
}
#menu-main-menu-2-0 li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
#menu-main-menu-2-0 li a {
  color: #012a2d;
  display: inline-block;
  padding: 0.5em 1em 0.5em 1em;
  background-color: transparent;
  text-decoration: none;
}
#menu-main-menu-2-0 li a:first-child {
}
#menu-main-menu-2-0 li:hover,
.on {
  background-color: #e0e0e0;
}
#navigation-primary {
}
#navigation-primary .sub-menu {
  background-color: #e0e0e0;
  display: none;
  padding: 1em 1em 1em 0.25em;
  position: absolute;
  z-index: 10;
}
#navigation-primary .sub-menu li {
  display: block;
}
#navigation-primary li:hover .sub-menu {
  display: block;
}
#page-top {
  position: relative;
}
#property-menu {
  background-color: #e0e0e0;
  display: none;
  height: 450px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 20;
}
#property-menu a {
  color: #003f2d;
  text-decoration: none;
  text-transform: capitalize;
}
#property-menu a:hover {
  text-decoration: underline;
}
#property-menu h2 {
  text-transform: uppercase;
}
#property-menu h3 {
  margin-bottom: 0.6em;
}
#property-menu .residential {
  float: left;
  padding: 1em;
  width: 40%;
}
#property-menu .commercial {
  float: left;
  padding: 1em;
  width: 60%;
}
#property-menu ul {
  margin: 0;
  pading: 0;
}
#property-menu ul li {
  list-style-type: none;
  line-height: 1.5em;
}
#property-menu .residential div {
  float: left;
  width: 48.75%;
}
#property-menu .commercial div {
  float: left;
  width: 33%;
}
#property-menu .residential .residential-project-marketing {
  width: 100%;
}

.slick-prev,
.slick-next {
  height: auto !important;
  top: 44% !important;
  z-index: 10;
}
#property-slider .slick-prev,
#property-slider .slick-next {
  top: 50% !important;
}
#property-slider .slick-arrow ~ .slick-list {
  padding-right: 65px;
}
#property-slider .slick-prev {
  left: 10px !important;
}
#property-slider .slick-next {
  right: 10px !important;
}
#property-slider .slick-dots li {
  margin: 0 2px;
}

.slick-prev {
  left: -35px !important;
}
.slick-next {
  right: -35px !important;
}
.slide {
  height: 680px !important;
  position: relative;
  width: 100%;
  background-position: bottom right !important;
}

a.slick-slide:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  color: #cad1d3 !important;
}
.slick-dots {
  bottom: 0 !important;
  position: relative !important;
  margin: 1.5em 0 1.5em 0 !important;
}
.slide .slide-caption {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: inline-block;
  font-size: 1.1em;
  overflow: hidden;
  padding: 0 3em 0 0.5em;
  position: absolute;
  width: auto;
}
.slide .slide-caption h4 {
  color: #09583f;
  font-weight: 600;
  padding: 0.5em 0 0.5em 0;
  margin: 0;
}
.slide .slide-caption a {
  text-decoration: none;
}
.slide .slide-caption .wrapper {
  width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slick-dotted.slick-slider {
  background-image: url(https://cbre.com.kh/wp-content/themes/cbre.4.0/images/spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 0.5em !important;
}

.slick-dots li button:before {
  color: #09583f !important;
  font-size: 14px !important;
}
.slick-dots li.slick-active button:before {
  color: #09583f !important;
  opacity: 1 !important;
}

#search-homepage {
  background-color: #eeeeee;
  color: #fff;
  margin-bottom: 2em;
  overflow: hidden;
  transition: all 0.5s;
}
.search #search-homepage {
  overflow: inherit;
}
#search-homepage #search_property_form {
  width: 80%;
  overflow: initial;
}
#search_property_form .slider_budget {
  top: 0;
  right: 0;
  margin-top: 35px;
}
.search_property_label {
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  margin: 15px 0;
}
.search_keyword_label {
  font-size: 16px;
  color: #000000;
  margin: 15px 0;
}
.key-search {
  cursor: pointer;
}
.key-search i {
  margin-left: 8px;
  font-size: 12px;
}
input.input-key {
  width: 326px;
  height: 46px !important;
  background: #ffffff;
  border: 1px solid #003f2d !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}
#search-result {
  float: right;
  text-align: right;
  width: auto;
  margin-right: 0;
}

#search-result input[type="submit"] {
  background: #003f2d !important;
  border-radius: 34px;
  color: #ffffff;
  border: none;
  padding: 6px 20px;
  height: 35px;
}
#search-homepage .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #cad1d3;
  box-sizing: border-box;
  border-radius: 34px;
}
#search-homepage .ui-selectmenu-text {
  font-size: 14px;
  line-height: 23px;
  display: flex;
  align-items: center;
}

#search-homepage .stage {
  padding: 0.5em 0 1.5em 0;
}

.select2-container,
.select2-container--default .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff !important;
  line-height: 37px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #063d2c !important;
  border: solid 1px #538a79 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 1.2em !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #cad1d3 transparent transparent transparent !important;
}

#search-homepage h4 {
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  margin-right: 1em;
  text-transform: uppercase;
}
.search-type {
  overflow: hidden;
}
.search-types,
.search-facets {
  overflow: hidden;
  position: relative;
}
.search_form {
  width: 100%;
  float: none !important;
  overflow: hidden;
}

#search_type > div {
  display: inline-block;
  margin-bottom: 1.5em;
}
#search_property_label {
  border-right: solid 1px #fff;
  padding: 0 0.5em 0 0;
  margin: 0 0.5em 0 0;
}
#search_keyword_label {
  cursor: pointer;
  opacity: 0.5;
}
#s {
  color: #012a2d;
  font-size: 1.1em;
  padding: 0.5em;
  margin-right: 1em;
  width: 50%;
}
#search_keyword_form {
  display: none;
}

.property-search #container.silo {
  margin-top: 2em !important;
  max-width: 1124px;
}

#hp-residential {
  overflow: hidden;
}
.section-header {
  font-weight: 900;
  font-size: 24px;
  line-height: 33px;
  color: #003f2d;
  margin: 2.5em 0 0.7em 0;
}

#hp-news,
#hp-residential {
  padding-top: 50px;
}
#hp-report,
#hp-commercial {
  padding-top: 50px;
  padding-bottom: 50px;
}
#hp-research .section-header,
.hp-news .section-header {
  text-align: left;
}
#hp-commercial .section-header,
#hp-residential .section-header {
  text-align: left;
  margin: 0 0 15px;
}
#hp-residential h4 a,
#hp-commercial h4 a {
  color: #003f2d;
  text-decoration: none;
}

#hp-residential .article,
#hp-commercial .article {
  display: block;
}

#hp-residential .article .details,
#hp-commercial .details {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.7em;
}
#hp-residential .article .details .location,
#hp-commercial .details .location {
  display: inline-block;
  margin-right: 1em;
}

#hp-research-news {
  margin-bottom: 30px !important;
  overflow: hidden;
}

#hp-report {
  overflow: hidden;
}
.hp-report-title {
  width: 30%;
  float: left;
  text-align: left;
}
.hp-report-list {
  width: 70%;
  float: left;
}
#hp-report .section-header {
  text-align: left;
  margin: 0;
  font-weight: 900;
  font-size: 32px;
  line-height: 47px;
}
#hp-report .section-header:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #003f2d;
  display: block;
  margin-top: 10px;
}
#hp-report .article:first-child a {
  padding-top: 0px;
}
#hp-report .article a {
  display: block;
  position: relative;
  color: #012a2d;
  padding: 30px 0 0;
  margin-bottom: 15px;
  overflow: hidden;
  margin-right: 2px;
  box-shadow: 0px 0px 3px #003f2d;
}
#hp-report .article a:hover {
  border-bottom: 3px solid #003f2d;
  border-right: 3px solid #003f2d;
  padding-right: 20px;
  margin-bottom: 12px;
  box-shadow: 0 0px 3px #003f2d;
}
#hp-report .article a:after {
  content: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/arrow_forward-black-18dp.svg");
  position: absolute;
  top: 35px;
  right: 20px;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
}
#hp-report .article a:hover:after {
  right: 20px;
}
#hp-report .article a {
  display: flex;
}
#hp-report .article a .report_img {
  float: left;
  width: 30%;
}
#hp-report .article a .report_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hp-report .article a .report_text {
  float: left;
  width: 70%;
  padding-left: 20px;
}
#hp-report .article h3 {
  color: #003f2d;
  font-weight: 900;
  font-size: 20px;
  line-height: 33px;
}
#hp-report .article .thumb-description {
  color: #003f2d;
  font-size: 16px;
}

.bottom_link {
  float: left;
  text-decoration: none;
  color: #003f2d !important;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

.hp-news-head .section-header,
.hp-report-head .section-header {
  float: left;
  margin: 0 0 15px;
}

.hp-news-head {
  overflow: hidden;
}
.hp-news-head a,
.hp-report-head a {
  float: right;
  text-decoration: none;
  color: #003f2d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.hp-news .article {
  border: 1px solid #cad1d3;
  display: table;
  margin-bottom: 1em;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}
.hp-news .article > div {
  /* display: table-cell; */
  vertical-align: middle;
  border: solid 1px #000;
}
.hp-news .article img {
  height: 210px;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}

.hp-news .article h3 {
  margin: 15px 0;
  padding: 0 15px;
  width: 100%;
  min-height: 35px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  text-overflow: ellipsis;
  font-size: 24px;
}
.hp-news .article h3 a {
  color: #012a2d;
}
.hp-news .article h3 a:hover {
  color: #003f2d;
  text-decoration: none;
}
.tag-links {
  color: #8c8989;
}
.tag-links span {
  color: #003f2d;
}
h3.thumb-title {
  font-size: 14px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 15px 0;
  width: 100%;
  min-height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  text-overflow: ellipsis;
  font-family: Calibre;
}

.search_form > div {
  float: left;
  margin-right: 1em;
  transition: all 0.5s;
  margin-bottom: 10px;
  width: 13%;
}

.search_form .property-transaction {
  width: 10%;
}
.search_form .property-type {
  width: 18%;
}
.search_form .property-sub_type {
  width: 14%;
}
.search_form .property-location {
  width: 18%;
}
.search_form .property-sub_location {
  width: 14%;
}
.search_form .property-price {
  width: 16%;
  margin-right: 0;
}
.search_form .property-bedroom {
  width: 14%;
}
.search_form > div {
  margin-right: 2%;
}
.property-price > div {
  float: left;
  border: 0;
  width: 45%;
}
.property-price > div:first-child {
  margin-right: 1em;
}
.property-price > div input {
  max-width: 100%;
}

select + .select2-container {
  width: 100% !important;
  background-color: #063d2c;
}

#search-homepage input[type="submit"] {
  background-color: #69b928;
  border: 0;
  border-radius: 12px;
  color: #fff;
  padding: 0 3em 0 3em;
  cursor: pointer;
}
#search-homepage input[type="submit"]:hover {
}
#search-homepage label {
  color: #cad1d3;
  font-size: small;
}
.location-price .fas {
  color: #003f2d;
}
.location-price {
  color: #4d4d4d;
  font-size: 1.3em;
  margin: 1em 0 1em 0;
}
.location-price span:first-child {
  margin-right: 0;
}
.location-price .property-code {
  color: #cad1d3;
  font-size: smaller;
  margin-left: 2.5em;
  text-transform: uppercase;
}
.location-price .property-code span {
  color: #012a2d;
  margin-right: 0;
}

#property-details {
  float: left;
  text-align: justify;
  width: 70%;
  padding-right: 2em;
}
#property-details ul {
  margin: 0;
  padding: 0 0 0 1em;
}

#download {
  width: 100%;
  margin-bottom: 35px;
}
.download-pdf {
  background-color: #e6e6e6;
  height: auto;
  line-height: 1.1em;
  width: 35%;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}

.download-pdf img {
  padding: 0.75em 0.75em 0.75em 0.5em;
}
#property-details .download-pdf h4 {
  font-size: 14px !important;
  font-weight: normal;
  text-transform: none;
  padding: 0;
}

.download-pdf a {
  text-decoration: none;
  background: rgba(0, 148, 255, 0.1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.download-pdf a:hover {
  color: #69be28;
}
.download-pdf .jump {
  color: #7f8480;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
}

#property-amenities.three {
  margin-bottom: 30px;
}
.icon-list {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#property-amenities.two #property-amenities-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#property-amenities.three #property-amenities-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.icon-list li {
  list-style-type: none;
  padding: 14px 0 14px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #435254;
}
.amenities-icon {
  display: inline-block;
  padding: 0.7em 0.5em 0.3em 0.5em;
  text-align: center;
  vertical-align: middle;
  width: 40px !important;
  height: 40px !important;
  background: #f5f5f5;
  border-radius: 50%;
  color: #435254;
  margin-right: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-list li::before {
  width: 2.4em;
}
#property-xtras {
  overflow: hidden;
}
#property-agents h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 19px;
  color: #000000;
}

#social-share {
  text-align: right;
  margin-bottom: 20px;
  width: 25.5%;
  float: right;
}

.agent-hold.profile {
  background: #fff;
  margin-top: 2em;
}
img.contact-agent {
  float: left;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}
.agent-info {
  padding-left: 2em;
}
.agent-hold {
  overflow: hidden;
  margin-bottom: 1em;
  background: #012a2d;
  border-radius: 4px;
  padding: 25px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.agent-hold ul {
  float: left;
  padding-right: 0 !important;
  width: 100%;
  margin-top: 10px;
}
.agent-hold ul li {
  color: #7f8480;
  list-style-type: none;
}
.agent-hold ul li:first-child {
  color: #012a2d;
}
.property-contact input[type="text"],
.property-contact input[type="tel"],
.property-contact input[type="email"] {
  background: none;
  border: 0;
  border-bottom: solid 1px #cad1d3;
  box-shadow: none;
  font-size: 1em;
  padding: 0.5em;
  -webkit-box-shadow: none;
}
.property-contact textarea {
  background: none;
  border: 0;
  border-bottom: solid 1px #cad1d3;
  box-shadow: none;
  font-size: 1em;
  height: 8em;
  padding: 0.5em;
  -webkit-box-shadow: none;
}

html.wprmenu-body-fixed body {
  position: relative !important;
}
html body div.wprm-overlay {
  background: none !important;
}
#agent_submit {
  border: 0;
  background-color: #003f2d;
  color: #fff;
  float: right;
  font-size: 1em;
  padding: 0.5em 3em 0.5em 3em;
}
.property-contact input[type="submit"] {
  border: 0;
  background-color: #003f2d;
  color: #fff;
  font-size: 1em;
  padding: 0.5em 2em 0.5em 2em;
}

.property-contact .wpcf7-response-output {
  margin: 0;
  overflow: hidden;
}
.property-contact .wpcf7-validation-errors {
  background-color: #f7e700;
}
.property-contact .failed .wpcf7-mail-sent-ng {
  background-color: #ad2a2a;
  color: #fff;
}

#map {
  height: 450px;
  margin-top: 20px;
  position: relative;
}
.page-template-contact #container,
.page-template-default #container,
.page-template.careers #container,
.page-template-page-sidebar-agent #container {
  float: none;
  margin: 2em auto 3em auto;
  max-width: 970px;
}
.break {
  min-height: 1px;
}

.client {
  border: solid 1px #cad1d3;
  height: 175px;
  margin: 1% 1% 0 0;
  width: 24%;
}
.client table {
  border: 0;
  height: 100%;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
.entry-content input {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 34px;
  border: 1px solid #cad1d3;
}
#content textarea,
textarea {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.client td {
  text-align: center;
}
textarea:focus,
input:focus {
  outline: none;
}
.your-telephone input {
  height: 34px;
}
#mobile-menu-wrapper {
  position: fixed;
  overflow: auto;
  z-index: 9999;
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  width: 400px;
  right: -400px;
  background: #012a2d;
  color: #fff;
  opacity: 1;
  height: 100%;
  top: 0;
}
#mobile-menu-wrapper.shown {
  right: 0;
}
.menu-over-lay {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgb(0 0 0 / 54%);
  -webkit-transition: visibility 0s, opacity 0.5s ease-in;
  transition: visibility 0s, opacity 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.menu-over-lay.fullwidth {
  opacity: 0.9;
  visibility: visible;
}
#menu-close {
  text-align: right;
  max-width: 350px;
  margin: 0 auto 20px;
  padding: 20px;
  cursor: pointer;
}
#menu-close img {
  cursor: pointer;
  max-width: 100%;
}
.menu-content {
  padding: 0 30px;
}

div#menu-btn a {
  margin: 15px;
  background: #003f2d;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

#mobile-menu-wrapper a {
  text-decoration: none;
}
#mobile-menu-wrapper .stage {
  margin: auto;
  max-width: 350px;
}
#mobile-menu-wrapper .flag {
  height: auto;
  margin: 1em 0 1em 0;
  width: 280px;
}
#mobile-menu-wrapper ul {
}
#mobile-menu-wrapper ul li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 12px;
  float: right;
}
#mobile-menu-wrapper ul li.menu-item-has-children > a.show:after {
  content: "\f077";
}
#mobile-menu-wrapper ul.sub-menu {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  margin-left: 20px;
}
#mobile-menu-wrapper ul.sub-menu a {
  color: #fff;
  font-weight: normal;
}
#mobile-menu-wrapper ul.sub-menu.show {
  max-height: 500px;
  transition: max-height 0.2s ease-in;
}
#mobile-menu-wrapper ul li {
  list-style-type: none;
}
#mobile-menu-wrapper ul li.space {
  margin-bottom: 30px;
}
#mobile-menu-wrapper ul li.btn a,
.btn_cta {
  margin: 30px 0;
  background: #003f2d;
  display: block;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  line-height: 36px;
  font-size: 16px;
}
#mobile-menu-wrapper ul li.btn a:hover,
.btn_cta:hover {
  /* background: #012a2d;
  color: #fff !important; */
}
#mobile-primary a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 16px;
  font-weight: 400;
}
#mobile-primary li a:hover,
#mobile-primary li.active a,
#mobile-primary li.current-menu-parent > a,
#mobile-primary li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #fff;
}
#mobile-secondary a {
  color: #cad1d3;
  line-height: 1.75em;
}
#mobile-social img {
  margin-right: 0.5em;
}

.cbre_report .content-feature-image {
  float: left;
  padding-right: 20px;
}
.cbre_report .entry-summary h4 {
  clear: none;
}

footer {
  /* background: #f9f9f9; */
  /* padding-top: 2em; */
}
#footer {
  background: #003f2d;
  color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 3em 0 0;
}
.footer-title {
  position: relative;
}
.footer-title h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
#footer a:hover {
  color: #69b928;
  text-decoration: none;
}
.footer-container,
#footer-container {
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 1124px;
}

#footer .col-left {
  border-top: solid 2px #69b928;
  float: left;
  margin-right: 7.5%;
  width: 30%;
}
#flag-footer {
  height: auto;
  padding: 2.5em 0 2em 0;
  width: 185px;
}
#footer-social {
  margin-top: 1.5em;
}
#footer-social img {
  padding-right: 0.6em;
}
#footer .col-right {
  border-top: solid 2px #69b928;
  float: left;
  width: 55%;
}
#footer .col-right h3 {
  color: #69b928;
  font-weight: 600;
  font-size: 1.375em;
  margin: 2.3em 0 1.5em 0;
  text-transform: uppercase;
}
#footer .col-right h4 {
  margin: 0;
  padding: 0 0 0.25em 0;
}
#footer .col-right h4 a {
  color: #69b928;
  font-weight: 600;
  text-decoration: none;
}
#footer .col-right p {
  margin: 0 0 2em 0;
  padding: 0;
}
.footer-title {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  margin-bottom: 18px;
}
.footer-container ul {
  list-style: none;
}
.footer-container ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
#bottom-footer {
  text-align: center;
  padding: 15px;
  background: #003f2d;
}

#footer-menu {
  margin: 30px 0;
}
.bottom-menu ul {
  text-align: center;
  margin: 0;
}
.bottom-menu li {
  display: inline;
  color: #fff;
  padding-right: 8px;
}
.bottom-menu li:last-child {
  padding-right: 0;
}
.bottom-menu li a {
  color: #fff;
  font-size: 14px;
}

.bottom-subcribe .footer-title h4 {
  border-bottom: none;
  margin-bottom: 20px;
}
.bottom-subcribe .footer-title i {
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.bottom-subcribe {
  padding: 15px 0;
}

#hamburger {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
  background: #ffffff;
  /* padding: 8px 42px 8px 20px; */
  border-radius: 73px;
  color: #2d6955;
  width: 100px;
  /* margin: 15px 5px 10px; */
  float: right;
  position: relative;
}
#hamburger i {
  font-size: 18px;
}
#hamburger span {
  display: block;
  line-height: 14px;
}

.wprmenu_bar .menu_title {
  display: none;
}

.secondary-menu {
  float: left;
  text-align: center;
}
ul#secondary_menu {
  list-style: none;
  margin-top: 25px;
  text-align: center;
}
#secondary_menu li {
  display: inline-block;
  padding: 0 10px;
}

#secondary_menu li a {
  color: #fff;
  font-size: 18px;
  font-family: Financier;
  /* you can change these variables to control the border */
  --border-color: #fff;
  --border-width: 1px;
  --bottom-distance: 0px; /* you can increase this */
  background-image: linear-gradient(var(--border-color), var(--border-color));
  background-size: 0% var(--border-width);
  background-repeat: no-repeat;
  transition: background-size 0.3s;
  background-position: 50% calc(100% - var(--bottom-distance));
}
#secondary_menu li a:hover {
  background-size: 100% var(--border-width);
}

.primary-menu {
  width: 15%;
  float: left;
}

/*
	pagination
*/
.navigation {
  width: 100%;
  overflow: hidden;
}
.pagination {
  text-align: center;
  margin: 30px auto !important;
  width: 100%;
}
.pagination li {
  display: inline-block;
}
.pagination span {
  padding: 5px 12px;
  margin-right: 5px;
  color: #ffffff;
}
.pagination li a {
  color: #fff;
  min-width: 15px;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
.pagination li {
  padding: 5px 10px;
  margin-right: 5px;
  color: #fff;
  background: #7f8480;
  border-radius: 50%;
  font-size: 14px;
}
.pagination li:hover,
.pagination li.active {
  background: #003f2d;
  color: #ffffff;
  border: none;
  font-size: 14px;
}
/*
	Commercial Property
*/
.flex-col {
  display: flex;
  align-items: center;
}
.flex_1 {
  display: inline-flex;
}
a:hover .flex-col img {
  border-color: #003f2d;
}
/*
	Residential Property
*/
ul.menu-tab {
  list-style: none;
  margin-bottom: 0;
  padding: 20px 0;
}
.properties-list img.property-thumb {
  border-radius: 10px 10px 0 0;
}
.properties-list h3 a {
  color: #fff;
}
.properties-list h3 a:hover {
  text-decoration: none;
  color: #fff;
}
.price {
  font-size: 24px;
  color: #003f2d !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*
	Hot Slide
*/

#hot-slider .slick-slide {
  padding: 8px;
}
#hot-slider .box-slide {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
#hot-slider .slide {
  height: 420px !important;
  background-size: cover !important;
  border-radius: 20px 20px 0 0;
}
.slide-caption {
  display: block;
  background: #012a2d;
  overflow: hidden;
  padding: 0 20px;
}
.slide-caption h4 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 15px 0;
  max-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  text-overflow: ellipsis;
  padding: 0;
  width: 80%;
  float: left;
}

.slide-caption h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #17e88f;
  margin: 15px 0;
  width: 20%;
  float: left;
  clear: none;
  text-align: right;
}
#hot-slider .slick-prev,
#hot-slider .slick-next {
  background: rgba(17, 17, 17, 0.5);
  width: 30px;
  height: 30px !important;
  border-radius: 50%;
  color: transparent;
  text-align: left;
}
#hot-slider .slick-prev:hover,
#hot-slider .slick-next:hover {
  background: #003f2d;
}
#hot-slider .slick-prev:before {
  content: "\f0d9";
  font-family: "FontAwesome";
  color: #ffffff !important;
  opacity: 1;
  padding-right: 2px;
  margin-left: 10px;
}
#hot-slider .slick-next:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #ffffff !important;
  opacity: 1;
  padding-left: 2px;
  margin-left: 10px;
}
#hot-slider .slick-dots li.slick-active button:before,
#hot-slider .slick-dots li.slick-active:hover button:before {
  color: #003f2d !important;
  opacity: 1 !important;
}
#hot-slider .slick-dots li button:before {
  color: #cad1d3 !important;
  font-size: 14px !important;
}

#home-slide {
  margin-bottom: 50px;
}
#hp-hot {
  overflow: unset;
}
#hp-hot .section-header {
  text-align: left;
  margin: 0 0 15px;
}

.slide.slide_tab {
  background-position: center;
  background-size: cover !important;
  height: 600px !important;
}
.slide.slide_tab h2 {
  font-weight: 800;
  font-size: 54px;
  color: #ffffff;
}
.slide.slide_tab a {
  color: #ffffff;
}
.slide .flex-content {
  padding-top: 40px !important;
}
.flex-content {
  display: flex;
  flex-direction: column;
}
ul.tab-head {
  list-style: none;
  margin: 0;
}

ul.tab-head li.active {
  background: #fff;
}
ul.tab-head li.tab-link {
  cursor: pointer;
  margin-left: -0.3em;
  min-width: 120px;
  text-align: center;
}
.tab-content {
  background: #fff;
  color: #435254;
  padding: 40px 20px;
}
.content-field {
  display: flex;
}
.tab-content label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  display: flex;
  align-items: center;
  color: #435254;
}
.tab-content select {
  height: 48px;
  width: 100%;
  border: 1px solid rgba(0, 106, 77, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
}
.tab-content select:focus {
  outline: none;
}
.tab-content .input {
  height: 48px;
  width: 100%;
  border: 1px solid rgba(0, 106, 77, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  color: #000;
  line-height: 49px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.properties_type {
  width: 60%;
  padding: 0 10px;
}
.properties_budget {
  width: 40%;
  padding: 0 10px;
}
.properties_budget.disable {
  opacity: 0.5;
  pointer-events: none;
}
/* .slider_budget.disable {
  display: none;
} */

/*
	Slide
*/
.pull {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.slider_budget {
  width: 400px;
  position: absolute;
  background: #cad1d3;
  padding: 20px;
  border-radius: 5px;
  margin-top: 2px;
  z-index: 9;
  /* right: 10em; */
}
.slider_budget label {
  color: #000;
  margin-bottom: 5px;
}
.slider_budget input {
  height: 32px;
  background: #ffffff;
  border: 1px solid #cad1d3;
  box-sizing: border-box;
  border-radius: 4px;
  width: 48%;
}
.slider_budget .ui-slider-horizontal,
.single_slide.ui-slider-horizontal {
  height: 3px !important;
  background: #cad1d3 !important;
  border: none !important;
}
.ui-slider-horizontal .ui-slider-range {
  background: #003f2d !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #003f2d !important;
}
.ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  top: -9px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border: none !important;
}
#slider_search {
  background: #003f2d !important;
  margin-top: 15px;
}
.slider_budget .ui-slider-horizontal {
  background: #003f2d !important;
}
a.my_btn.apply_budget {
  margin-top: 15px;
  margin-left: 0;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ui-state-hove,
.ui-state-focus,
.ui-state-active {
  background: #ffffff !important;
  border: none;
}

/*
	Property type
*/
.banner-type {
  width: 100%;
  height: 400px;
  background-color: #cad1d3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.type_location {
  padding-top: 30px;
}

ul.tab-location {
  list-style: none;
}

ul.tab-location li {
  display: inline-block;
}
ul.tab-location li a {
  padding: 5px 30px;
  border: 1px solid #cad1d3;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
  background: #ffffff;
  cursor: pointer;
  color: #012a2d;
  display: block;
}

ul.tab-location li a:hover,
ul.tab-location li.active a {
  background: #003f2d;
  border-color: #003f2d;
  color: #ffffff;
}
/*
	Property detail
*/
.p-info {
  color: #435254;
  font-size: 14px;
  font-weight: 800;
}
.p-info span {
  margin-right: 20px;
}
.p-column {
  overflow: hidden;
}
.p-column .col {
  border: 1px solid #cad1d3;
  border-radius: 8px;
  padding: 15px;
  font-size: 24px;
  color: #000000;
}
.p-column .col .col_title {
  font-size: 16px;
  margin-bottom: 12px;
}
a.more {
  margin: 20px 0;
  position: relative;
  float: right;
  text-decoration: underline;
  width: 100%;
  text-align: right;
}
a.hide {
  display: none;
  margin: 20px 0;
  position: relative;
  text-decoration: underline;
  float: right;
  text-align: right;
  width: 100%;
}
/* a.hide:after,
a.more:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #17e88f;
  position: absolute;
  top: 10px;
  margin-left: 5px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
a.hide:hover:after,
a.more:hover:after {
  width: 25px;
} */

.loan {
  overflow: hidden;
  /* display: flex; */
}
.calculator_side {
  width: 70%;
  float: left;
  background: rgba(0, 255, 185, 0.08);
  padding: 50px 20px;
}
.result_side {
  width: 30%;
  float: left;
  background: #003f2d;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.my_col {
  overflow: hidden;
  padding: 0 15px;
}
.my_col .col {
  margin: 1% 0 1% 8%;
}
.my_col .col:first-child {
  margin-left: 0;
}
.my_col .span_5_of_12 {
  width: 46%;
}
.loan label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  color: #000000;
}
.loan input {
  width: 99%;
  box-shadow: none;
  border-radius: 4px;
  border: none;
}
.loan input[disabled] {
  background: rgba(255, 255, 255, 0.54);
}
.single_slide {
  margin: 20px 0 10px;
}

#result_years,
#result_rate {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #012a2d;
  padding-left: 2em;
}

#property-slider .slick-prev:before {
  content: "";
  height: 50px;
  width: 25px;
  background-image: url("https://cbre.com.kh/wp-content/themes/cbre.4.0/images/left-arrow_new.svg");
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#property-slider .slick-next:before {
  content: "";
  height: 50px;
  width: 25px;
  background-image: url(https://cbre.com.kh/wp-content/themes/cbre.4.0/images/right-arrow_new.svg);
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.result_side hr {
  width: 75%;
  background-color: #012a2d;
  margin: 30px auto;
}

.my_model.shown {
  display: block;
}
.my_model {
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 600px;
  position: fixed;
  overflow: auto;
  z-index: 9999;
  background: #fff;
  opacity: 1;
  top: 60px;
  display: none;
  padding: 30px;
}
.my_model #cbre-call-agent form p {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.my_model h3 {
  padding: 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #000000;
}
.my_model #cbre-call-agent form > div {
  padding: 0 10px;
}
.my_model #cbre-call-agent form input,
.my_model #cbre-call-agent form textarea {
  border-radius: 4px;
  box-shadow: none;
}
.my_model #cbre-call-agent form .submit {
  overflow: hidden;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-border.spinner-border-sm {
  position: absolute;
  right: 17px;
}
.bedroom-bathroom-wrap {
  z-index: 9;
}
/*
	New style
*/
.section.silo {
  overflow: hidden;
}

/*
	Social
*/
#mobile-social {
  text-align: center;
  margin-top: 30px;
}
#mobile-social a {
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin: 0 5px;
}
#mobile-social a:hover {
  background: #fff;
  color: #012a2d;
}
#mobile-social a i {
  line-height: 33px;
}
textarea.copy_url {
  opacity: 0;
  height: 0;
  width: 0;
}
.social-share a {
  margin-right: 8px;
  color: #003f2d;
}
.social-share a:hover {
  color: #003f2d;
}
.social-share button {
  border: none;
  background: no-repeat;
  padding: 0;
  margin-left: 10px;
}
.social-share button:hover {
  color: #003f2d;
  cursor: pointer;
}

#map-footer {
  /* position: absolute; */
  /* right: 10px; */
  /* margin-top: -50px; */
  text-align: right;
  margin-top: 1em;
}
a.map-link {
  font-family: "Calibre";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-decoration: underline;
  color: #032842;
}
a.map-link:hover {
  font-family: "Calibre";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #032842;
}

/*
	Search
*/
.ui-selectmenu-menu,
.ui-widget {
  font-family: "futura", Avenir, serif, "Hanuman";
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: none;
  padding: 10px 5px;
  border-radius: 4px;
  margin-top: 5px;
}
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active,
.ui-selectmenu-menu .ui-widget-header .ui-state-active,
.ui-selectmenu-menu a.ui-button:active,
.ui-selectmenu-menu .ui-button:active,
.ui-selectmenu-menu .ui-button.ui-state-active:hover {
  background: rgba(0, 106, 77, 0.2) !important;
  border-radius: 4px;
  border-color: transparent !important;
  color: #003f2d !important;
}

.property-price .input {
  color: #454545;
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #cad1d3;
  box-sizing: border-box;
  border-radius: 34px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.property-price .input:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  right: 0;
  font-size: 10px;
  background: #fff;
  padding: 0 10px;
}
.properties_type .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 40px;
  background: #17e88f !important;
  border-color: #17e88f !important;
}
.properties_type .ui-selectmenu-text {
  font-size: 14px;
  padding-top: 4px;
}
.properties_type .ui-button .ui-icon,
#search-homepage .ui-button .ui-icon {
  background-image: none;
  text-indent: inherit;
  margin-right: -5px;
}
.properties_type .ui-button:hover .ui-icon,
.properties_type .ui-button:focus .ui-icon,
#search-homepage .ui-state-hover .ui-icon,
#search-homepage .ui-state-focus .ui-icon,
#search-homepage .ui-button:hover .ui-icon,
#search-homepage .ui-button:focus .ui-icon {
  background-image: none;
}
.properties_type .ui-button .ui-icon:after,
#search-homepage .ui-button .ui-icon:after {
  font-family: FontAwesome;
  content: "\f078";
  font-size: 10px;
  float: right;
  margin-top: 5px;
}

select.select_stype,
#search-homepage select.select_stype {
  background: #fff !important;
  border-color: #fff !important;
  color: #454545 !important;
  font-size: 14px !important;
  font-weight: normal;
  text-shadow: none !important;
  font-family: "futura", Avenir, serif, Hanuman !important;
  border-radius: 34px !important;
  width: 100%;
  height: 35px !important;
  padding: 0 10px;
}

#datafetch {
  position: relative;
}
.head_result {
  margin-bottom: 30px;
}

/*
	Service
*/
.service-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-page-services .service-banner {
  margin-bottom: 30px;
}
.service-banner .overlay {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(
      0deg,
      rgba(0, 106, 77, 0.51),
      rgba(0, 106, 77, 0.51)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 26.37%); */
}

.service-agent h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #003f2d;
  margin-bottom: 20px;
}
.service-agent .agent-hold {
  width: 49%;
  margin-right: 2%;
  float: left;
  height: 240px;
  background: #003f2d;
  border: 8px solid #012a2d;
  display: flex;
  align-items: center;
  padding: 0;
}
.service-agent .agent-hold:nth-child(2n) {
  margin-right: 0;
}
.service-agent .agent-hold ul {
  float: left;
  padding-right: 0 !important;
  margin-top: 10px;
  width: 60%;
  padding-left: 50px;
  font-weight: normal;
}
.service-agent .agent-hold li.name {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  color: #ffffff;
}
.service-agent .agent-hold li.position {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}
.service-agent .agent-hold li.so_link {
  width: 90%;
  background: rgba(0, 0, 0, 0.15);
  padding: 2px 10px;
  color: #ffffff;
  margin-bottom: 8px;
  border-radius: 4px;
}
.service-agent .agent-hold li.so_link a {
  color: #ffffff;
}
.service-agent .contact-agent {
  height: 240px !important;
  width: 40% !important;
  float: right;
  border-radius: 0;
  object-fit: cover;
}
.cbre_3,
.keys {
  overflow: hidden;
}

.key:nth-child(4n) {
  margin-right: 0;
}
.key img {
  width: 100%;
  height: auto;
}
.key h6 {
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.key_overlay h6 {
  padding: 0;
  min-height: auto;
  font-weight: bold;
  font-size: 16px;
  -webkit-line-clamp: unset;
}
.clients blockquote {
  padding: 0;
}
.case_study {
  background: #fff;
  padding: 5px 30px 30px;
  margin-top: 30px;
}
.case_study h3 {
  color: #012a2d !important;
}
.case_study .my_btn {
  padding: 8px 50px;
  font-size: 14px;
}
.key_overlay {
  /* font-size: 14px;
  padding: 10px 15px;
  background: #fff;
  top: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: top 0.5s;
  text-align: left; */
}
.key_overlay.show {
  top: 0;
}
.bottom_over {
  bottom: 0;
  width: 100%;
  padding: 5px 5px 20px;
  background: #fff;
  text-align: center;
  left: 0;
  right: 0;
  box-shadow: 0 -25px 15px #fff;
}

/*
	Careers
*/
.career-banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.career-banner .overlay {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 101.56%
  );
}
.banner-content hr {
  width: 40px;
}
.career-banner a {
  background: linear-gradient(270deg, #003f2d 0%, #17e88f 100%);
  border-radius: 8px;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 10px 30px;
}
#careers_list {
  margin-top: 50px;
}
#careers_list h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #003f2d;
}
/* .career-head a.my_btn {
  position: relative;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
  color: #17e88f !important;
  border: 1px solid #17e88f;
  padding: 8px 20px 8px 40px;
  background: transparent;
} */
/* .career-head a.my_btn:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  background: url("images/arrow-left.svg");
  background-size: contain;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
} */
.career-head {
  font-size: 14px;
  margin: 30px 0;
}
.career-head h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #003f2d;
  padding-top: 30px;
}
.career-head .careers-location,
.career-head .careers-positions {
  margin-bottom: 10px;
}

.career-head b {
  color: #003f2d;
  font-weight: 800;
}
.single-content ul {
  padding-left: 30px;
}
.apply-form h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
}

/*
	News
*/
.single_title {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #000000;
}
.single-head {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #003f2d;
  margin-bottom: 20px;
}
.single-date {
  float: left;
}
.archive-header h1 {
  /* font-weight: 800; */
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #003f2d;
}
.results {
  overflow: hidden;
}

/*
	FAQs
*/
.faq .list {
  background: #ffffff;
  margin-bottom: 15px;
  /* padding: 30px 20px; */
}
.faq .list-post-category {
  padding-top: 30px;
}
.faq .list-post-category:first-child {
  padding-top: 0;
}
.faq-title {
  position: relative;
  padding-bottom: 1px;
  cursor: pointer;
}
.faq-title h4 {
  color: #003f2d;
  padding: 0;
}
.faq-title::after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #003f2d;
}
.faq-title.show-content::after {
  content: "\f077";
}
.faq-content {
  padding: 10px 0;
}
.faw-title li.title-cat {
  margin-top: 0;
}
.career h3,
.faq h3,
.about h3,
.contact h3,
.contact .service-agent h3,
.banner-template h3 {
  font-weight: 800;
  font-size: 26px;
  color: #000000;
}
.page-template-page-services h3 {
  font-weight: 800;
  font-size: 24px;
  color: #003f2d;
  line-height: 24px;
}
ul.head_faq {
  list-style: none;
  text-align: center;
  margin: 0;
}
ul.head_faq li {
  display: inline-flex;
}
ul.head_faq li a {
  padding: 5px 20px;
  color: #003f2d;
  cursor: pointer;
}
h1.page-title {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  color: #003f2d;
  margin: 0;
  line-height: 42px;
}
.border-top-bottom {
  border-top: 1px solid #cad1d3;
  border-bottom: 1px solid #cad1d3;
}
.border-top-bottom #container,
.border-top-bottom .silo {
  padding: 20px 0;
}
.about h4 {
  font-weight: bold;
}
.bg_white {
  background: #ffffff;
}
.teams {
  overflow: hidden;
  clear: both;
}
.team {
  width: 23.5%;
  float: left;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
}
.team:nth-child(4n) {
  margin-right: 0;
}
.team img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}
.team h5 {
  font-size: 16px;
  line-height: 16px;
  color: #003f2d;
  margin: 15px 0 5px;
  font-weight: bold;
}
.team span {
  color: #003f2d;
  margin-bottom: 10px;
  display: block;
}
.team span.so_link {
  margin-bottom: 5px;
  display: block;
  color: #1f3765;
  font-size: 14px;
}
.box_highlight {
  border: 8px solid rgba(0, 106, 77, 0.2);
  padding: 20px 50px;
  color: #003f2d;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.section_boxs {
  overflow: hidden;
}
.section_box {
  width: 49%;
  margin-right: 2%;
  background: #ffffff;
  padding: 20px 20px 10px;
  float: left;
  margin-bottom: 20px;
  min-height: 142px;
}
.section_box:nth-child(2n) {
  margin-right: 0;
}
.section_box h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #003f2d;
}
hr.short_hr {
  width: 50%;
}
.cbre-contact-form-hold {
  overflow: hidden;
  padding-top: 30px;
}
.hold_map {
  width: 60%;
  float: left;
  margin-right: 5%;
}
.hold_form {
  width: 35%;
  float: left;
}
.contact_hold {
  width: 80%;
  margin: 20px auto 0;
}

.btn_hold {
  width: 100%;
  overflow: hidden;
  display: block;
  border: none !important;
  padding: 0 15px 10px 15px;
}
.btn_2_1 {
  /* width: 50%; */
  float: left;
  text-align: center;
  border: 1px solid #fff;
}

.text ul {
  margin-left: 50px;
  list-style: disc;
}
.text ul li {
  padding-left: 15px;
}
.text strong {
  font-weight: 700;
  color: #000 !important;
}

footer .btn.btn_cta:hover {
  /* background: #fff; */
  /* color: #012a2d !important;
  cursor: pointer; */
}
.subcribe-section {
  /* background: #003f2d; */
  color: #fff;
  margin-bottom: -7em;
}

.sub_form input {
  border-radius: 0px;
  border: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.over-lay {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgb(0 0 0 / 54%);
  -webkit-transition: visibility 0s, opacity 0.5s ease-in;
  transition: visibility 0s, opacity 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.over-lay.shown {
  opacity: 1;
  visibility: visible;
}
.over-lay-report {
  position: fixed;
  z-index: 999;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: rgb(0 0 0 / 54%);
  -webkit-transition: visibility 0s, opacity 0.5s ease-in;
  transition: visibility 0s, opacity 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.over-lay-report.shown {
  opacity: 1;
  visibility: visible;
}
.over-lay-report .model_key {
  margin: 200px auto;
}
.form-report-title {
  margin-top: -2em;
}
.text-danger {
  color: red;
}
.submit_donload_report {
  padding: 7px !important;
}
.model_key {
  width: 575px;
  min-height: 100px;
  background: #fff;
  margin: 100px auto;
  position: relative;
  padding: 50px;
  text-align: center;
  line-height: 26px;
  cursor: default;
}
.model_key i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  cursor: pointer;
}

.lists {
  overflow: hidden;
}

input#script_code {
  width: 90%;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 35px !important;
  margin-left: 10%;
}
.script_code {
  font-family: "Gloria Hallelujah", cursive;
  color: #012a2d;
  margin-left: 6px;
  font-size: 20px;
  letter-spacing: 12px;
  text-shadow: 1px 0px 2px;
  background-image: url(https://cbre.com.kh/wp-content/themes/cbre.4.0/images/bg4.jpg);
  padding: 0 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 40%;
  margin: 10px 0 0;
}
.input-code {
  float: left;
  width: 60%;
}
.primary-menu {
  display: none;
}

@media only screen and (max-width: 1240px) {
  #header {
    padding: 15px 20px;
  }
  #flag {
    width: 140px !important;
  }
  ul#secondary_menu {
    margin: 16px 0;
  }
  #s {
    width: 80%;
  }
  #footer-container {
    margin: 0 20px 0 20px;
    max-width: 100%;
  }

  #property-amenities.three #property-amenities-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media only screen and (max-width: 1124px) {
  .silo,
  .blog #container {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .slide .flex-content {
    padding-top: 100px !important;
  }
  .slide.slide_tab h2 {
    font-size: 40px;
    line-height: 35px;
    font-weight: 600;
  }
  #hot-slider .slick-prev,
  #hot-slider .slick-next {
    display: none !important;
  }
  #search-homepage #search_property_form {
    width: 100%;
  }
  .section-content {
    width: 100%;
  }
  .cbre_1 {
    height: 100px;
  }
  .cbre_3 h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .service-agent .agent-hold ul {
    padding-left: 15px;
  }
  .archive-header h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
  }
  #property-slider {
    height: 400px !important;
  }
  #property-slider .slide {
    height: 400px !important;
  }
}
@media only screen and (max-width: 1000px) {
  #hp-research h3,
  #hp-research p {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #hamburger {
    box-shadow: none;
    width: auto;
    /* padding: 5px 0 0; */
  }
  #hamburger span {
    display: none;
  }
  #hamburger i {
    position: relative;
    font-size: 24px;
  }
  #search-homepage label {
    margin-bottom: 0.5em;
    display: inline-block;
  }
  #hp-research,
  #hp-news,
  #property-amenities.two,
  #download,
  .download-pdf {
    width: 100%;
  }
  #hp-research img,
  .hp-news .article table tr td:first-child {
    height: auto;
    margin-right: 1em;
    width: 220px;
  }
  .hp-news h3.thumb-title {
    /* padding: 0 1em 0 0em; */
    width: initial;
  }
  #hp-research footer,
  .hp-news footer {
    text-align: center;
  }
  .location_price_min {
    position: absolute;
    top: 0;
  }
  .location_price_min label {
    position: absolute;
    top: 41px;
  }
  #search-submit {
    clear: both;
    float: none;
    text-align: right;
  }
  #s {
    width: 70%;
  }
  #download {
    float: none;
    margin-top: 1em;
  }

  #footer .col-left {
    margin-right: 3.5%;
    width: 31.5%;
  }
  #footer .col-right {
    width: 65%;
  }
  #hp-news,
  #hp-residential,
  #hp-report,
  #hp-commercial {
    padding-top: 30px !important;
  }
  #hp-report,
  #hp-commercial {
    padding-bottom: 30px !important;
  }
  .flex-col img {
    width: 100px;
  }
  .hp-news .article img {
    height: 150px;
  }
}
@media only screen and (max-width: 860px) {
  .subcribe-section #scription-section.section.silo {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* .section.subscription-form {
    display: block;
    padding: 2em;
  } */
  .primary-menu {
    display: block;
  }
  .service-banner .overlay {
    height: 600px !important;
  }
  #site-navigation {
    display: none;
  }
  .slide .slider_budget {
    right: 30px;
  }
}
@media only screen and (max-width: 812px) {
  .wprmenu_bar .hamburger-inner,
  .wprmenu_bar .hamburger-inner:before,
  .wprmenu_bar .hamburger-inner:after {
    background: #fff;
  }
  html body div.wprm-overlay {
    display: none;
  }
  #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a,
  div#mg-wprm-wrap ul li span.wprmenu_icon {
    color: #cad1d3 !important;
  }
  #wprmenu_bar {
    display: none;
  }
  .wprmenu_bar .hamburger {
    float: right;
  }
  #mg-wprm-wrap li.current-menu-item > a {
    background: #ad2a2a;
  }
  #mg-wprm-wrap li.menu-item a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
  }
  #mg-wprm-wrap ul li {
    border-top: solid 1px rgba(13, 13, 13, 0.05);
    border-bottom: solid 1px rgba(19, 18, 18, 0.05);
  }
  #mg-wprm-wrap {
    background-color: #435254;
  }
  #wprmenu_menu_ul {
    margin: 42px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  #footer .col-left {
    margin-right: 0;
    width: 100%;
  }
  #footer .col-right {
    margin-top: 2em;
    width: 100%;
  }
  #s {
    width: 65%;
  }
  #hp-residential .span_1_of_4,
  #hp-commercial .span_1_of_4 {
    margin: 1% 0 1% 0;
    width: 49%;
  }
  #hp-residential .span_1_of_4:nth-child(odd),
  #hp-commercial .span_1_of_4:nth-child(odd) {
    margin-right: 2%;
  }
  #hp-residential .article,
  #hp-commercial .article {
    display: block;
    /* height: 20em; */
  }
  .overlay h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 740px) {
  html {
    padding-top: 0 !important;
  }
  #wprmenu_menu_ul {
    margin: 0;
  }
  .slide-caption h4 {
    font-weight: 600;
    font-size: 18px;
  }
  img.property-thumb {
    height: 180px;
  }
  .search_form .property-transaction {
    width: 20%;
  }
  .search_form .property-type {
    width: 40%;
  }
  .search_form .property-sub_type {
    width: 36%;
    margin-right: 0;
  }
  .search_form .property-location {
    width: 40%;
  }
  .search_form .property-sub_location {
    width: 36%;
  }
  .search_form .property-price {
    width: 20%;
  }
  .search_form .property-bedroom {
    width: 40%;
  }
}
@media only screen and (max-width: 700px) {
  #hp-residential .article,
  #hp-commercial .article {
    height: 18em;
  }

  #footer .span_1_of_4 {
    width: 49.2%;
  }
  #footer .span_1_of_4:nth-child(2n + 1) {
    margin-left: 0;
  }
  .slide-tab {
    width: 100%;
  }
  .properties-list .section {
    padding: 0 !important;
  }
  .properties-list .article {
    margin: 0;
  }
  .span_4_of_12 {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .span_4_of_12:nth-child(2n) {
    margin-right: 0;
  }
  .span_4_of_12:nth-child(2n + 1) {
    clear: both;
  }
  .span_4_of_12:nth-child(3n + 1) {
    clear: none;
  }
  .span_4_of_12:nth-last-child(3) {
    margin-bottom: 30px !important;
  }
  #hp-news .span_4_of_12:last-child {
    display: none;
  }
  #hp-news .span_4_of_12 {
    margin-bottom: 0px;
  }
  #hp-research-news {
    margin-bottom: 10px !important;
  }
  #footer {
    padding: 0;
  }
  .key {
    width: 49%;
  }
  .key:nth-child(2n) {
    margin-right: 0;
  }
  .service-agent .agent-hold {
    width: 100%;
    margin-right: 0;
  }
  .archive-header h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
  }
  .team {
    width: 49%;
  }
  .team:nth-child(2n) {
    margin-right: 0;
  }
  .hold_map {
    width: 100%;
    margin-right: 0;
  }
  .hold_form {
    width: 100%;
    padding-top: 30px;
  }
  .related-properties .span_4_of_12:last-child {
    display: none;
  }
  #property-single {
    display: flex;
    flex-direction: column;
  }
  .property-single-header {
    width: 100%;
    order: 1;
  }
  #social-share {
    text-align: left;
    width: 100%;
    order: 2;
  }
  #property-details {
    width: 100%;
    order: 3;
    padding-bottom: 30px;
  }
  #property-agents {
    width: 100%;
    order: 4;
    margin-bottom: 20px;
  }
  .single_title {
    font-size: 26px;
    line-height: 26px;
  }
  .single-date {
    margin-bottom: 20px;
  }
  #property-slider {
    height: 360px !important;
  }
  #property-slider .slide {
    height: 360px !important;
  }
  .property-single-header h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .secondary-menu {
    display: none;
  }
  .primary-menu {
    float: right;
  }
  #bottom-footer {
    font-size: 12px;
  }
  .slide.slide_tab h2 {
    font-size: 32px;
    line-height: 32px;
  }
  #hamburger {
    padding: 0;
  }
  #site-title {
    width: 100%;
  }
  .slide-caption h4 {
    font-weight: 600;
    font-size: 16px;
  }
  .hp-report-title,
  .hp-report-list {
    width: 100%;
    float: none;
  }
  #hp-report .section-header {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  ul.menu-tab li {
    /* padding: 8px 20px; */
  }
  .model_key {
    width: 80%;
  }
  .page-template-page-services h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .career-list {
    width: 100%;
    margin-right: 0;
  }
  .career-list:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .loan {
    display: block;
  }
  .calculator_side {
    width: 100%;
  }
  .result_side {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .property-transaction,
  .property-location {
    width: 28%;
  }
  .property-type,
  .property-location-districts {
    width: 40%;
  }
  #hp-residential .article,
  #hp-commercial .article {
    height: 16em;
  }
  #s {
    width: 55%;
  }
  #hp-research .article {
    margin-bottom: 1em;
  }
  #hp-research img,
  .hp-news .article table tr td:first-child {
    width: 135px;
  }
  #property-details,
  #property-agents,
  .property-contact input[type="text"],
  .property-contact input[type="tel"],
  .property-contact input[type="email"] {
    width: 100%;
  }
  #footer .span_1_of_4 {
    width: 100%;
    margin-left: 0;
  }
  img.property-thumb {
    height: 150px;
  }
}
@media only screen and (max-width: 500px) {
  #search-homepage h4 {
    float: none;
    padding-bottom: 0;
  }
  .property-transaction,
  .property-location {
    width: 33%;
  }
  .property-type,
  .property-location-districts {
    width: 33%;
  }
  #search-submit {
    margin-right: 0 !important;
  }
  #search_type > div {
    margin: 0.6em 0 1em 0;
  }
  #s {
    margin: 0 0 0.5em 0;
    width: 100%;
  }
  #searchsubmit {
    position: relative;
    right: 0;
  }
  #hp-residential .span_1_of_4,
  #hp-commercial .span_1_of_4 {
    width: 100%;
  }
  #hp-residential .article,
  #hp-commercial .article {
    height: auto;
  }
  #footer-container {
    margin: 0;
  }

  #property-amenities.three #property-amenities-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media only screen and (max-width: 480px) {
  #mobile-menu-wrapper {
    width: 100%;
    right: -100%;
  }
  ul.tab-head {
    margin: 0 7px 0;
  }
  ul.tab-head li {
    padding: 4px 20px;
    font-size: 12px;
  }
  .tab-content .my_btn {
    font-size: 12px;
  }
  #hp-report .section-header,
  .section-header,
  .career h3,
  .faq h3,
  .about h3,
  .contact h3,
  .contact .service-agent h3,
  .banner-template h3,
  .single_title {
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .span_4_of_12 {
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  .span_4_of_12:nth-last-child(2),
  .span_4_of_12:nth-last-child(3) {
    margin-bottom: 30px !important;
  }
  img.property-thumb {
    height: 200px;
  }
  #hp-residential .article .details,
  #hp-commercial .details {
    padding-bottom: 15px;
  }
  .flex-col img {
    width: 120px;
  }
  .overlay h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .page-template-page-services h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .cbre_1 {
    width: 100%;
    margin-right: 0;
  }
  .key {
    width: 100%;
    margin-right: 0;
  }
  .archive-header h1 {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
  }
  .team {
    width: 100%;
    margin-right: 0;
  }
  .section_box {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .faq-title h4 {
    font-size: 18px;
  }
  .career-single {
    padding: 30px;
  }
  .slide .slider_budget {
    width: 80%;
  }
  .slider_budget {
    width: 100%;
  }
  #property-slider {
    height: 250px !important;
  }
  #property-slider .slide {
    height: 250px !important;
  }
  .property-single-header h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600px;
  }
  .span_5_of_12 {
    width: 100%;
    margin: 0 0 20px;
  }
  .span_5_of_12:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .slide.slide_tab h2 {
    font-size: 20px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 400px) {
  #hp-research .article > a {
    display: block;
    background-color: #cad1d3;
  }
  #hp-research img {
    float: none;
    width: auto;
  }
  #hp-research h3,
  #hp-research p {
    margin: 0.5em 0 0.25em 0;
  }
  #hp-research p {
    margin: 0;
  }
}
@media only screen and (max-height: 480px) {
  .model_key {
    margin: 10px auto;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-left: 1em;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
