.header {
  margin-bottom: 0;
  border-bottom: 0;
}
.map-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.map-container #map {
  flex: 1;
  height: 100vh;
  position: relative;
}
.map-container .items-panel {
  width: 590px;
  height: 100vh;
  overflow-y: scroll;
}
.map-container .items-panel::-webkit-scrollbar {
  display: none;
}
.map-container .items-panel .search-panel {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 1px solid #ECECEC;
}
.map-container .items-panel .search-panel .input-item {
  flex: 1;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.map-container .items-panel .search-panel .input-item .input-item-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
}
.map-container .items-panel .search-panel .input-item .input-control {
  width: 100%;
  padding: 0 16px 0 40px;
  border: 1px solid #ECECEC;
  line-height: 34px;
}
.map-container .items-panel .search-panel .select-item {
  cursor: pointer;
  height: 40px;
  flex: 3;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  border-right: 1px solid #ECECEC;
}
.map-container .items-panel .search-panel .select-item:last-child {
  border-right: 0;
}
.map-container .items-panel .search-panel .select-item .select-btn-control {
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.map-container .items-panel .search-panel .select-item.active .select-btn-control {
  color: #ED751C;
}
.map-container .items-panel .search-panel .btn-item {
  height: 40px;
  flex: 2;
  padding-right: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}
.map-container .items-panel .search-panel .btn-item .btn-control {
  color: #F5F5F5;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 96px;
  height: 32px;
  padding: 0;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #E35B26;
  border: 0 solid transparent;
}
.lay-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-carousel.switch-fixed {
  position: relative;
}
.lay-carousel.switch-fixed .switch {
  position: absolute;
  z-index: 99;
}
.lay-carousel.switch-fixed .switch.last {
  left: 12px;
}
.lay-carousel.switch-fixed .switch.next {
  right: 12px;
}
.lay-carousel .switch {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
}
.lay-carousel .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.lay-carousel .item-list .item {
  display: none;
}
.lay-carousel .item-list .item .item-img {
  width: 960px;
  height: 540px;
}
.lay-carousel .indicator-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  bottom: 30px;
}
.lay-carousel .indicator-list .indicator {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 40px;
  height: 5px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 solid transparent;
}
.lay-carousel .indicator-list .indicator.active {
  background-color: #ffffff;
  border: 0 solid transparent;
}
.items-count {
  color: #9C9C9C;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  padding: 16px 16px 0;
}
.items-count span {
  color: #575757;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
}
.items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 16px 0;
}
.items .item {
  display: none;
  width: 275px;
}
.items .item .item-img {
  width: 275px !important;
  height: 200px !important;
}
.items .item .item-info {
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}
.items .item .item-info .item-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.items .item .item-info .item-desc {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.items .item .item-info .item-type {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.items .item .item-info .item-price {
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.items .item .item-info .item-price span {
  color: #EB430E;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.pages {
  margin-top: 24px;
}
.pages .pagination {
  flex-wrap: wrap;
}
.filter-panel {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  display: none;
}
.filter-panel .panel-title {
  color: #1E1E1E;
  font-size: 16PX;
  font-weight: 600;
  line-height: normal;
}
.filter-panel .panel-form-item {
  flex: 1;
  position: relative;
}
.filter-panel .panel-form-item .panel-form-title {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 4px;
}
.filter-panel .panel-form-btn {
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 44px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
}
.filter-panel .panel-form-btn.cancel {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.filter-panel .panel-form-btn.search {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background-color: #ED751C;
  border: 0 solid transparent;
}
.filter-panel .panel-form-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.marker-rent-house {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 34px;
  padding: 0 4px;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  display: flex !important;
  gap: 8px;
}
.marker-rent-house .marker-rent-house-name {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  padding-left: 8px;
}
.marker-rent-house .marker-rent-house-price {
  color: #ED751C;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 26px;
  padding: 0 8px;
  border-radius: 26px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.marker-center {
  height: 80px;
}
.select-panel {
  width: 285px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
}
.select-panel .panel-title {
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.select-panel .panel-form-items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.select-panel .panel-form-items .panel-form-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  position: relative;
}
.select-panel .panel-form-items .panel-form-item .panel-form-item-title {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.select-panel .panel-form-items .panel-form-item .form-control {
  background-color: transparent;
  border-color: transparent;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding: 0;
}
.select-panel .panel-form-items .panel-form-item .form-control:focus {
  outline: none;
  box-shadow: none;
}
.select-panel .panel-form-items .panel-form-item .form-control option {
  color: black;
}
.select-panel .panel-form-items .panel-form-item .panel-form-icons {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.select-panel .panel-form-items .panel-form-item .panel-form-icons .panel-form-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.select-panel .panel-form-items .panel-form-item .panel-form-icons .panel-form-icon.active {
  background-color: #E35B26;
}
.lay-search-associates {
  width: 100%;
  max-height: 224px;
  overflow-y: scroll;
  padding: 16px;
  border-radius: 8px;
  background-color: #000000;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99;
  display: none;
}
.lay-search-associates::-webkit-scrollbar {
  display: none;
}
.lay-search-associates .lay-search-associate {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: 1px solid #303030;
}
.lay-search-associates .lay-search-associates-btn {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 10px;
  height: 10px;
}
#search-input {
  border-bottom: 1px solid #575757;
}
#map {
  position: relative;
}
.collapse-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.collapse-btn.unexpend .glyphicon-menu-right {
  display: block;
}
.collapse-btn.unexpend .glyphicon-menu-left {
  display: none;
}
.collapse-btn.expend .glyphicon-menu-right {
  display: none;
}
.collapse-btn.expend .glyphicon-menu-left {
  display: block;
}
.items-panel.unexpend {
  display: none;
}
.items-panel.expend {
  display: block;
}
.search-panel-switches {
  width: 100%;
  display: flex;
}
.search-panel-switches .search-panel-switch {
  height: 40px;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.search-panel-switches .search-panel-switch.active {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  background-color: #ED751C;
  border: 0 solid transparent;
}
