@charset "UTF-8";
.post {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.post .post-thumb {
  display: flex;
  position: relative;
  cursor: zoom-in;
}
.post .post-thumb .img-wrap {
  width: 100%;
}
.post .post-thumb img {
  width: 100%;
  min-height: 200px;
}
.post .post-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 3;
}
.post .post-thumb .post-location {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 5;
  font-weight: 500;
}
.post .post-thumb .post-location i {
  color: #20c997;
}
.post .post-thumb .post-location span {
  color: #fff;
}
.post .post-thumb .post-labels {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 5;
  display: flex;
}
.post .post-thumb .post-labels.is-featured + .post-labels {
  top: 75px;
}
.post .post-thumb .post-labels.is-featured .label {
  position: relative;
  background-color: #f75c96;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.post .post-thumb .post-labels.is-featured .label:before, .post .post-thumb .post-labels.is-featured .label:after {
  content: "";
  position: absolute;
}
.post .post-thumb .post-labels.is-featured .label:before {
  top: 0;
  left: 100%;
  border-right: 20px solid transparent;
  border-top: 20px solid #f75c96;
}
.post .post-thumb .post-labels.is-featured .label:after {
  bottom: 0;
  left: 100%;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f75c96;
}
.post .post-thumb .post-labels .label {
  padding: 7px 15px;
  background-color: #20c997;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2px;
}
.post .post-thumb .post-labels .label:not(:last-child) {
  margin-right: 10px;
}
.post .post-thumb .image-count {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  z-index: 5;
}
.post .post-content {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
.post .post-content a {
  text-decoration: none;
}
.post .post-content a:hover {
  text-decoration: none;
}
.post .post-content .title span {
  text-decoration: none;
  margin-bottom: 14px;
  color: #757b8d;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post .post-content .title span:hover {
  text-decoration: none;
}
.post .post-content .price {
  margin-bottom: 20px;
  color: #20c997;
  font-weight: bold;
  font-size: 24px;
}
.post .post-content .description {
  margin-bottom: 10px;
  color: #000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post .post-content .divider {
  margin-bottom: 10px;
}
.post .post-content .convenient {
  display: flex;
  list-style-type: none;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0;
}
.post .post-content .convenient li {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.post .post-content .convenient li i {
  margin-right: 7px;
  font-size: 19px;
  color: #999;
}
.post .post-content .convenient li span {
  font-weight: 600;
  font-size: 12px;
  color: #333;
}
.post .post-content .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.post .post-content .foot .author {
  display: flex;
  align-items: center;
}
.post .post-content .foot .author .avatar {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.post .post-content .foot .author .avatar img {
  width: 40px;
  height: 40px;
}
.post .post-content .foot .author p {
  margin: 0;
  color: #70778b;
  font-weight: 700;
}
.post .post-content .foot .rating {
  display: flex;
}
.post .post-content .foot .rating i {
  color: #facc39;
}

#login-register-form .modal-content {
  margin-top: 150px;
  margin-bottom: 50px;
}
#login-register-form .modal-header {
  padding: 0;
  justify-content: center;
  align-items: center;
  background-color: #20c997;
}
#login-register-form .modal-header .modal-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#login-register-form .modal-header .modal-logo img {
  width: auto;
  height: 100%;
}
#login-register-form .modal-header .deco {
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  min-height: 151px;
  position: relative;
  overflow: hidden;
}
#login-register-form .modal-header .deco .modal-header-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-image: url(/images/webp/city-bg.webp);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: auto;
  background-attachment: scroll;
  background-origin: content-box;
  opacity: 0.4;
}
#login-register-form .modal-header .deco .deco-1 {
  position: absolute;
  left: 230px;
  top: 170px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
}
#login-register-form .modal-header .deco .deco-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.4;
  transform: scale(10);
}
#login-register-form .modal-header .deco .deco-2 {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  left: 70px;
  top: 100px;
}
#login-register-form .modal-header .deco .deco-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.4;
  transform: scale(10);
}
#login-register-form .modal-header .deco .deco-3 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  top: -60px;
  left: -130px;
}
#login-register-form .modal-header .deco .deco-4 {
  position: absolute;
  top: -90px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}
#login-register-form .modal-header .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 1rem;
  z-index: 1;
}
#login-register-form .modal-body {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
#login-register-form .modal-body .tabs-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#login-register-form .modal-body .tabs-menu .tab {
  margin-bottom: 6.5px;
  padding: 12px;
  width: 48%;
  background-color: #f5f7fb;
  color: #7d93b2;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
#login-register-form .modal-body .tabs-menu .tab i {
  margin-right: 10px;
  font-size: 14px;
}
#login-register-form .modal-body .tabs-menu .tab.active {
  background-color: #20c997;
  color: #fff;
}
#login-register-form .modal-body .form {
  display: none;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
#login-register-form .modal-body .form.show {
  display: block;
}
#login-register-form .modal-body .form .group {
  display: flex;
  flex-direction: column;
}
#login-register-form .modal-body .form .group label {
  margin-bottom: 10px;
  color: #566985;
  font-size: 12px;
  font-weight: 500;
}
#login-register-form .modal-body .form .group input {
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f5f7fb;
  color: #7d93b2;
  line-height: 14px;
  border: 1px solid #e5e7f2;
  border-radius: 4px;
}
#login-register-form .modal-body .form .btn-submit {
  margin-top: 5px;
  padding: 13px 40px;
  background-color: #20c997;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
#login-register-form .modal-body .login-form .actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#login-register-form .modal-body .login-form .actions .remember-me-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#login-register-form .modal-body .login-form .actions .remember-me-box #remember-me {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e7f2;
  border-radius: 2px;
}
#login-register-form .modal-body .login-form .actions .remember-me-box #remember-me:checked + i {
  display: block;
}
#login-register-form .modal-body .login-form .actions .remember-me-box i {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  color: #20c997;
}
#login-register-form .modal-body .login-form .actions .remember-me-box label {
  margin-bottom: 0;
  color: #7d93b2;
  font-size: 11px;
  font-weight: 600;
}
#login-register-form .modal-body .login-form .actions .lost-your-password a {
  color: #7d93b2;
  font-size: 12px;
  font-weight: 600;
}

.advanced-search-modal .modal-content {
  margin-top: 70px;
  margin-bottom: 50px;
}
.advanced-search-modal .modal-content .modal-body {
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 6px;
}
.advanced-search-modal .modal-content .modal-body .multiselect-location .multiselect-option .form-check-label {
  color: #7d93b2;
  font-size: 13px;
}
.advanced-search-modal .modal-content .modal-body .form-control {
  height: 50px;
}
.advanced-search-modal .modal-content .modal-body .form-control::-moz-placeholder {
  color: #7d93b2;
}
.advanced-search-modal .modal-content .modal-body .form-control:not([type=submit]), .advanced-search-modal .modal-content .modal-body .form-control::placeholder {
  color: #7d93b2;
}
.advanced-search-modal .modal-content .modal-body .form-control:not([type=submit]) {
  background-color: #f5f7fb;
  border: 1px solid #e5e7f2;
}
.advanced-search-modal .modal-content .modal-body .price-zone {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
.advanced-search-modal .modal-content .modal-body .price-zone .price-display {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown .ui-widget-header {
  background: #20c997;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown .ui-slider-handle {
  border-radius: 50%;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown .price-inputs {
  margin-bottom: 20px;
  display: flex;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown .price-inputs input {
  display: flex;
  width: calc(50% - 5px);
  height: 30px;
  padding: 6px 12px;
  border: 1px solid #e0e1e6;
  border-radius: 6px;
}
.advanced-search-modal .modal-content .modal-body .price-zone .dropdown-menu.price-dropdown .price-inputs input:first-child {
  margin-right: 10px;
}
.advanced-search-modal .modal-content .modal-body [data-target="#advanceSearch"] {
  cursor: pointer;
}
.advanced-search-modal .modal-content .modal-body [data-target="#advanceSearch"] .show-text {
  display: inline-block;
}
.advanced-search-modal .modal-content .modal-body [data-target="#advanceSearch"] .hide-text {
  display: none;
}
.advanced-search-modal .modal-content .modal-body [data-target="#advanceSearch"][aria-expanded=true] .show-text {
  display: none;
}
.advanced-search-modal .modal-content .modal-body [data-target="#advanceSearch"][aria-expanded=true] .hide-text {
  display: inline-block;
}
.advanced-search-modal .modal-content .modal-footer [type=submit] {
  background-color: #20c997;
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  left: 20px;
  width: 36px;
  height: 36px;
  background-color: #20c997;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
  cursor: pointer;
  z-index: 10;
}

.verify-post .title {
  margin: 20px 0 15px;
  color: #566985;
  font-weight: 600;
  font-size: 18px;
}

.multiple-select {
  position: relative;
}
.multiple-select-toggle {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiple-select-toggle i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.multiple-select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  min-width: 100%;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  z-index: 999;
}
.multiple-select-option {
  padding: 6px 12px;
}
.multiple-select-option label {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.multiple-select-option label input {
  margin-right: 10px;
}
.multiple-select-option label span {
  white-space: nowrap;
}
.multiple-select-option.selected {
  background-color: #d3d3d3;
}
.multiple-select-option:hover {
  background-color: #a9a9a9;
}
.multiple-select.show .multiple-select-dropdown {
  display: block;
}

.checkbox-wrapper * {
  box-sizing: border-box;
}

.checkbox-wrapper .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  padding: 6px 0px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkbox-wrapper .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox-wrapper .cbx:hover span:first-child {
  border-color: #07f;
}

.checkbox-wrapper .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave-4 0.4s ease;
}

.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 640px) {
  .checkbox-wrapper .cbx {
    width: 100%;
    display: inline-block;
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
body {
  padding-top: 70px;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  height: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.header .container,
.header .wrap {
  padding-left: 10px;
  padding-right: 10px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo a {
  height: 56px;
  display: flex;
}
.header .logo a img {
  width: auto;
  height: 100%;
}
.header .header-search {
  position: absolute;
  right: 58px;
  margin-left: 6px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s linear;
}
.header .header-search .la-search {
  display: inline-block;
  transform: rotate(-90deg);
}
.header .header-search .la-times {
  display: none;
}
.header .header-search span {
  display: none;
}
.header .header-search.show .la-search {
  display: none;
}
.header .header-search.show .la-times {
  display: inline-block;
}
.header .header-search.show + .header-search-form {
  opacity: 1;
  visibility: visible;
  left: 0;
  display: block;
}
.header .header-search-form {
  display: none;
  position: absolute;
  top: 100%;
  left: -10%;
  padding: 25px 20px;
  width: 100%;
  background-color: #f5f7fb;
  border: 1px solid #e5e7f2;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.header .header-search-form label {
  color: #70778b;
  font-weight: 500;
  font-size: 13px;
}
.header .header-search-form .form-control {
  height: 46px;
}
.header .header-search-form .form-control::-moz-placeholder {
  color: #7d93b2;
}
.header .header-search-form .form-control:not([type=submit]), .header .header-search-form .form-control::placeholder {
  color: #7d93b2;
}
.header .header-search-form .form-control:not([type=submit]) {
  background-color: #fff;
  border: 1px solid #e5e7f2;
}
.header .header-search-form .form-control:focus {
  box-shadow: none;
}
.header .header-search-form [type=submit] {
  padding: 12px 30px;
  width: 100%;
  background: #20c997;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
.header .header-search-form [type=submit] i {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  transform: rotate(-90deg);
}
.header .header-search-form .irs {
  width: 100%;
}
.header .header-search-form .irs-from,
.header .header-search-form .irs-to,
.header .header-search-form .irs-single {
  padding: 2px 7px;
  color: #fff;
  background: rgba(6, 27, 65, 0.5);
}
.header .header-search-form .irs-from:before,
.header .header-search-form .irs-to:before,
.header .header-search-form .irs-single:before {
  border-top-color: rgba(6, 27, 65, 0.5);
}
.header .header-search-form .irs-min,
.header .header-search-form .irs-max {
  padding: 2px 3px;
  background: rgba(0, 0, 0, 0.1);
  color: #999;
}
.header .header-search-form .irs--round .irs-handle {
  top: 28px;
  width: 18px;
  height: 18px;
  border-color: #20c997;
}
.header .header-search-form .irs--round .irs-bar {
  background-color: #20c997;
}
.header .header-search-form .post-type-header {
  display: flex;
  justify-content: center;
  color: black;
  margin-bottom: 0;
  border-bottom: 5px solid #20c997;
  margin-bottom: 5px;
}
.header .header-search-form .post-type-header li {
  list-style-type: none;
  background: white;
  padding: 8px 17px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  transition: all;
}
.header .header-search-form .post-type-header li:hover {
  background: #20c997;
  color: white;
}
.header .header-search-form .post-type-header .active {
  background: #20c997;
  color: white;
}
.header .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .login-toggler {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  text-decoration: none;
}
.header .right .login-toggler span {
  display: none;
}
.header .right .login-toggler.dropdown-toggle:after {
  vertical-align: baseline;
}
.header .right .notification {
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  color: #566985;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.header .right .notification i {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.header .right .notification a:hover {
  text-decoration: none;
}
.header .right .notification .noti-counter {
  position: absolute;
  left: 19px;
  top: -10px;
  padding: 0 4px;
  min-width: 16px;
  height: 16px;
  background-color: #20c997;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}
.header .right .notification .dropdown-menu {
  width: 200px;
  border-radius: 10px;
  top: 10px !important;
  left: -5px !important;
  max-height: 90vh;
  overflow-y: scroll;
}
.header .right .notification .dropdown-menu .dropdown-item {
  white-space: normal;
  margin: 0;
  padding: 6px 10px;
}
.header .right .notification .dropdown-menu .dropdown-item:hover {
  border-radius: 10px !important;
}
.header .right .notification .dropdown-menu .dropdown-item .link {
  padding: 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
.header .right .notification .dropdown-menu .dropdown-item span {
  font-size: 0.8rem;
  color: #3578E5;
  font-weight: 600;
}
.header .right .notification .dropdown-menu .dropdown-item b {
  color: #20c997;
}
.header .right .notification-margin-right {
  margin-right: 24px;
}
.header .right .cart {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.header .right .cart .cart-icon {
  cursor: pointer;
}
.header .right .cart-customer {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  position: relative;
  margin-right: 15px;
}
.header .right .cart-customer i {
  cursor: pointer;
  color: #1cb587;
  font-size: 20px;
}
.header .right .language {
  display: none;
}
.header .right .language-dropdown {
  opacity: 0;
  visibility: hidden;
  margin-right: -20px;
  position: absolute;
}
.header .menu-toggle {
  margin-left: 16px;
  width: 36px;
  height: 36px;
  background-color: #20c997;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .menu-toggle .icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header .menu-toggle .icon span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header .menu-toggle .icon span:not(:last-child) {
  margin-bottom: 4px;
}
.header .main-menu {
  position: absolute;
  top: 70px;
  right: -20px;
  padding: 25px 30px;
  width: 300px;
  max-height: 450px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.header .main-menu.show {
  right: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.header .main-menu .language-wrap {
  padding: 6px 10px 0;
  border: 1px solid #eee;
}
.header .main-menu .language-wrap .item {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header .main-menu .language-wrap .item h4 {
  position: relative;
  margin-bottom: 6.5px;
  padding: 3px 4px;
  color: #144273;
  font-size: 13px;
  font-weight: 600;
}
.header .main-menu .language-wrap .item h4 span {
  margin-left: 4px;
  color: #20c997;
}
.header .main-menu .language-wrap .item h4 i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
.header .main-menu .add-listing {
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #20c997;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}
.header .main-menu .add-listing:hover {
  text-decoration: none;
}
.header .main-menu-pc {
  display: none;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f7fb;
}
.footer .copyright {
  padding: 15px;
}

/* Toggle Arrow Button */
.toggle-arrow {
  position: fixed;
  bottom: 20px;
  right: 26px;
  width: 28px;
  height: 28px;
  background-color: #20c997;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  transition: all 1s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.toggle-arrow:hover {
  background-color: #20c997;
}

/* Chat Widgets */
#chat-widgets {
  position: fixed;
  bottom: 116px; /* Điều chỉnh vị trí để phù hợp hơn */
  right: 52px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  z-index: 9999; /* Đảm bảo xuất hiện trên các phần tử khác */
  transition: all 0.5s ease-in-out;
}

#chat-widgets.visible {
  right: 20px;
}

.chat-widget {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white; /* Thêm nền để tránh hiệu ứng trong suốt */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s; /* Thêm hiệu ứng mượt */
}

.chat-widget img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.chat-widget:hover {
  transform: scale(1.05); /* Giảm hiệu ứng phóng đại */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9; /* Thêm chút màu nền khi hover */
}

.zalo-chat-widget {
  transition: all 0.5s ease-in-out;
}

/* QR Modal (Hidden by default) */
#qr-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); /* Màu nền mờ */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  padding: 0 20px;
}

.qr-text {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  margin-right: 10px;
  font-weight: 700;
}

#qr-image {
  max-width: 200px; /* Kích thước ảnh QR */
}

.main-banner {
  padding: 90px 15px 120px 15px;
  background-image: url("/images/webp/banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 6;
}
.main-banner .container {
  padding-left: 0;
  padding-right: 0;
}
.main-banner .scroll-down-wrap {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
.main-banner .scroll-down-wrap .mousey {
  width: 20px;
  height: 30px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.main-banner .scroll-down-wrap .mousey .scroller {
  position: relative;
  top: 6px;
  width: 3px;
  height: 3px;
  border-radius: 25%;
  background-color: #fff;
  animation: scroll 2s linear infinite;
}
.main-banner .scroll-down-wrap span {
  margin-left: 20px;
  font-size: 11px;
  font-weight: 500;
}
.main-banner .hero-title {
  margin-bottom: 40px;
}
.main-banner .hero-title h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
.main-banner .hero-title h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.main-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.main-banner .post-type {
  display: flex;
  justify-content: center;
  color: black;
  margin-bottom: 0;
}
.main-banner .post-type li {
  list-style-type: none;
  background: white;
  padding: 8px 17px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  transition: all;
}
.main-banner .post-type li:hover {
  background: #20c997;
  color: white;
}
.main-banner .post-type .active {
  background: #20c997;
  color: white;
}
.main-banner .main-search {
  padding: 0 20px 20px;
  background-color: #fff;
  border-radius: 6px;
  border-top: 5px solid #20c997;
}
.main-banner .main-search .multiselect-location {
  cursor: pointer;
}
.main-banner .main-search #category {
  cursor: pointer;
}
.main-banner .main-search .form-control {
  height: 50px;
}
.main-banner .main-search .form-control::-moz-placeholder {
  color: #7d93b2;
}
.main-banner .main-search .form-control:not([type=submit]), .main-banner .main-search .form-control::placeholder {
  color: #7d93b2;
}
.main-banner .main-search .form-control:not([type=submit]) {
  background-color: #f5f7fb;
  border: 1px solid #e5e7f2;
}
.main-banner .main-search .price-zone {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
.main-banner .main-search .price-zone .price-display {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: grab;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown .ui-widget-header {
  background: #20c997;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown .ui-slider-handle {
  border-radius: 50%;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown .price-inputs {
  margin-bottom: 20px;
  display: flex;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown .price-inputs input {
  display: flex;
  width: calc(50% - 5px);
  height: 30px;
  padding: 6px 12px;
  border: 1px solid #e0e1e6;
  border-radius: 6px;
}
.main-banner .main-search .price-zone .dropdown-menu.price-dropdown .price-inputs input:first-child {
  margin-right: 10px;
}
.main-banner .main-search [type=submit] {
  height: 45px;
  background: #20c997;
  color: #fff;
  border: none;
}
.main-banner .main-search [type=submit] i {
  transform: rotate(-90deg);
}
.main-banner .main-search [data-target="#advanceSearch"] {
  cursor: pointer;
}
.main-banner .main-search [data-target="#advanceSearch"] .show-text {
  display: inline-block;
}
.main-banner .main-search [data-target="#advanceSearch"] .hide-text {
  display: none;
}
.main-banner .main-search [data-target="#advanceSearch"][aria-expanded=true] .show-text {
  display: none;
}
.main-banner .main-search [data-target="#advanceSearch"][aria-expanded=true] .hide-text {
  display: inline-block;
}
.main-banner .main-search .nice-select {
  width: 100%;
}
.main-banner .search-form-notifer {
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.main-banner .search-form-notifer button {
  margin-left: 10px;
  padding: 8px 14px;
  background-color: #20c997;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px;
}
.main-banner .search-form-notifer button:hover {
  background-color: #fff;
  color: #20c997;
}

.popular-posts {
  padding: 10px;
  background-color: #f5f7fb;
}
.popular-posts .container {
  padding-left: 0;
  padding-right: 0;
}
.popular-posts .top .section-title {
  padding-bottom: 30px;
}
.popular-posts .top .section-title .subtitle {
  color: #20c997;
  font-size: 11px;
  font-weight: 600;
}
.popular-posts .top .section-title .title {
  color: #144273;
  font-size: 26px;
  font-weight: 600;
  padding-top: 5px;
}
.popular-posts .top .filters {
  display: flex;
  margin-bottom: 30px;
}
.popular-posts .top .filters .filter {
  padding: 11px 30px;
  background-color: #fff;
  color: #144273;
  font-size: 0.923em;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #eee;
  border-right: none;
}
.popular-posts .top .filters .filter:first-child {
  border-radius: 4px 0 0 4px;
}
.popular-posts .top .filters .filter:last-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #eee;
}
.popular-posts .top .filters .filter.active {
  background-color: #20c997;
  color: #fff;
}
.popular-posts .post-list .post {
  margin-bottom: 1rem;
}
.popular-posts .post-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.popular-posts .post-list .row .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.popular-posts .view-all-list {
  margin-top: 30px;
  display: flex;
}
.popular-posts .view-all-list .btn-view-all-list {
  text-decoration: none;
  padding: 15px 40px;
  background-color: #20c997;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}

.explore-features {
  padding: 10px;
}
.explore-features .container {
  padding-left: 0;
  padding-right: 0;
}
.explore-features.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.explore-features .top .section-title {
  margin-bottom: 50px;
}
.explore-features .top .section-title .title {
  color: #144273;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15384615;
}
.explore-features .top .section-title .subtitle {
  color: #20c997;
  font-size: 14px;
  font-weight: 500;
}
.explore-features .top .features .feature {
  display: flex;
  margin-bottom: 20px;
}
.explore-features .top .features .feature .icon {
  min-width: 70px;
  height: 70px;
  background-color: #20c997;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-features .top .features .feature .icon i {
  font-size: 22px;
}
.explore-features .top .features .feature .content {
  padding-left: 25px;
}
.explore-features .top .features .feature .content .title {
  margin-bottom: 8px;
  color: #144273;
  font-size: 16px;
  font-weight: 600;
}
.explore-features .top .features .feature .content .description {
  margin-bottom: 10px;
  color: #566985;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
}
.explore-features .bottom {
  display: flex;
  flex-wrap: wrap;
}
.explore-features .bottom .img-wrap {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.explore-features .bottom .img-wrap img {
  width: 100%;
}
.explore-features .bottom .default-quote {
  margin-top: 20px;
  padding: 25px 30px;
  background-color: #20c997;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.explore-features .bottom .default-quote p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.explore-features .bottom .default-quote h5 {
  margin-bottom: 8px;
  font-size: 16px;
}
.explore-features .bottom .default-quote h6 {
  margin-bottom: 7px;
  font-size: 14px;
}

.popular-cities .top {
  padding: 60px;
  background-color: #20c997;
  line-height: 1;
}
.popular-cities .top .title {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.popular-cities .top .description {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
.popular-cities .bottom .popular-cities-slider .city {
  position: relative;
}
.popular-cities .bottom .popular-cities-slider .city .img-wrap {
  position: relative;
  display: flex;
  height: 550px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.popular-cities .bottom .popular-cities-slider .city .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
}
.popular-cities .bottom .popular-cities-slider .city .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 21;
  padding: 0 40px;
  color: #fff;
}
.popular-cities .bottom .popular-cities-slider .city .content .property-count {
  padding: 8px 30px;
  background-color: #20c997;
  color: #fff;
  font-size: 11px;
  opacity: 0;
  border-radius: 4px;
  transition: all 400ms linear;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: -110px;
  left: 40px;
}
.popular-cities .bottom .popular-cities-slider .city .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.popular-cities .bottom .popular-cities-slider .city .content .description {
  margin-bottom: 10px;
}
.popular-cities .bottom .popular-cities-slider .city.slick-current.slick-active .content .property-count {
  top: -50px;
  opacity: 1;
  visibility: visible;
}
.popular-cities .bottom .popular-cities-slider .slick-dots {
  position: absolute;
  text-align: left;
  width: auto;
  left: 40px;
  bottom: 20px;
  display: flex;
}
.popular-cities .bottom .popular-cities-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.popular-cities .bottom .popular-cities-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 100%;
}
.popular-cities .bottom .popular-cities-slider .slick-dots li.slick-active button {
  background: #20c997;
}

.meet-our-agents {
  padding: 10px;
}
.meet-our-agents.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.meet-our-agents .top {
  margin-bottom: 33px;
}
.meet-our-agents .top .subtitle {
  color: #20c997;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}
.meet-our-agents .top .title {
  padding-top: 5px;
  color: #144273;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.15384615;
}
.meet-our-agents .bottom .meet-our-agents-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent {
  padding-left: 10px;
  padding-right: 10px;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .img-wrap {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .img-wrap img {
  width: 100%;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content {
  border-radius: 0 0 6px 6px;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 15px 20px;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content .title {
  margin-bottom: 8px;
  color: #566985;
  font-size: 18px;
  font-weight: 600;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content .agency {
  color: #144273;
  font-size: 13px;
  font-weight: 400;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content .description {
  margin-bottom: 10px;
  color: #566985;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content .foot {
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
}
.meet-our-agents .bottom .meet-our-agents-slider .agent .content .foot a {
  display: flex;
  padding: 12px 30px;
  text-decoration: none;
  background-color: #20c997;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.meet-our-agents .bottom .meet-our-agents-slider .slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.meet-our-agents .bottom .meet-our-agents-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.meet-our-agents .bottom .meet-our-agents-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(120, 120, 120, 0.51);
  border-radius: 100%;
}
.meet-our-agents .bottom .meet-our-agents-slider .slick-dots li.slick-active button {
  background: #20c997;
}
.meet-our-agents .bottom .slider-control {
  display: none;
}

.statistical {
  background-color: #20c997;
  color: #fff;
  position: relative;
}
.statistical .svg-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
}
.statistical .svg-bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.statistical .item {
  padding: 20px 10px;
}
.statistical .item div {
  font-size: 36px;
  text-align: center;
}
.statistical .item h3 {
  margin-bottom: 7px;
  font-size: 14px;
  text-align: center;
}

.quotes {
  background-color: #f5f7fb;
}
.quotes.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.quotes .top {
  margin-bottom: 63px;
}
.quotes .top .subtitle {
  margin-bottom: 5.5px;
  color: #20c997;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 1.11111111;
}
.quotes .top .title {
  padding-top: 5px;
  color: #144273;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.15384615;
}
.quotes .bottom .quotes-wrap .quote-wrap {
  padding-left: 10px;
  padding-right: 10px;
  width: 310px;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote {
  padding: 25px 30px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-header {
  display: flex;
  margin-bottom: 20px;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-header .avatar {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-header .avatar img {
  width: 100%;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-header .name {
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #144273;
  letter-spacing: 2px;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-body .content {
  margin-bottom: 10px;
  color: #566985;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.quotes .bottom .quotes-wrap .quote-wrap .quote .quote-body .ref {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 20px;
  text-decoration: none;
  background-color: #20c997;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 2px;
}
.quotes .bottom .quotes-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.quotes .bottom .quotes-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.quotes .bottom .quotes-wrap .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(120, 120, 120, 0.51);
  border-radius: 100%;
}
.quotes .bottom .quotes-wrap .slick-dots li.slick-active button {
  background: #20c997;
}

.newsletters {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}
.newsletters:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #f5f7fb;
  z-index: -1;
}
.newsletters:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.newsletters .wrap {
  padding: 40px 40px 50px 40px;
  background-color: #20c997;
  color: #fff;
  border-radius: 4px;
}
.newsletters .wrap h4 {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.11111111;
}
.newsletters .wrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.13636364;
}
.newsletters .wrap .subscribe-form {
  display: flex;
  position: relative;
}
.newsletters .wrap .subscribe-form input {
  width: 100%;
  padding: 15px 140px 15px 20px;
  height: 50px;
  color: #7d93b2;
  border: 1px solid #e5e7f2;
  border-radius: 4px;
}
.newsletters .wrap .subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 120px;
  height: 40px;
  background-color: #20c997;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.newsletters .deco-1 {
  position: absolute;
  bottom: -100px;
  top: -150px;
  left: -10%;
  right: 50%;
  opacity: 0.2;
  background-position: left;
  background-repeat: repeat;
  background-image: url(/images/webp/city-bg.webp);
}
.newsletters .deco-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -50px;
  width: 250px;
  height: 250px;
  bottom: -120px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.quick-menu.section {
  padding-top: 90px;
  padding-bottom: 60px;
}
.quick-menu .logo {
  margin-bottom: 20px;
}
.quick-menu .logo a {
  text-decoration: none;
  width: 192px;
  display: flex;
}
.quick-menu .logo a img {
  width: 100%;
}
.quick-menu .quick-menu-item {
  padding: 15px 0;
}
.quick-menu .quick-menu-item .slogan {
  color: #566985;
  line-height: 1.7em;
  font-size: 10px;
}
.quick-menu .quick-menu-item .working-time {
  display: flex;
  flex-direction: column;
}
.quick-menu .quick-menu-item .working-time span {
  margin-top: 5px;
  color: #144273;
  font-size: 14px;
  font-weight: 700;
}
.quick-menu .quick-menu-item .working-time span strong {
  color: #20c997;
}
.quick-menu .quick-menu-item.helpful-links h3 {
  margin-bottom: 20px;
  color: #566985;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.quick-menu .quick-menu-item.helpful-links .link {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #144273;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.quick-menu .quick-menu-item.helpful-links .link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 4px solid #20c997;
}
.quick-menu .quick-menu-item.contacts-info h3 {
  margin-bottom: 20px;
  color: #566985;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.quick-menu .quick-menu-item.contacts-info .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.quick-menu .quick-menu-item.contacts-info .contact-item span {
  display: flex;
  align-items: center;
  min-width: 100px;
  color: #7d93b2;
}
.quick-menu .quick-menu-item.contacts-info .contact-item span i {
  margin-right: 6px;
  color: #20c997;
}
.quick-menu .quick-menu-item.contacts-info .contact-item a {
  text-decoration: none;
  color: #144273;
  font-weight: 700;
}

@keyframes scroll {
  0% {
    top: 6px;
  }
  100% {
    top: 100%;
  }
}
#post-list {
  background-color: #f5f7fb;
}
#post-list .content.container {
  padding-left: 0;
  padding-right: 0;
}
#post-list .footer {
  background-color: #fff;
}
#post-list .footer .container {
  padding-left: 0;
  padding-right: 0;
}
#post-list .footer .container .copyright {
  padding-left: 40px;
  padding-right: 40px;
}

.posts {
  padding: 30px 15px;
}
.posts .post {
  margin-bottom: 12px;
}

.search-form-posts {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
}
.search-form-posts .pc-search-form {
  display: none;
}
.search-form-posts .pc-search-form .post-list-advanced-search {
  display: none;
}
.search-form-posts .show-search-form {
  padding: 12px 0;
  width: 48%;
  background-color: #20c997;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.sidebar-search-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar-search-form.show {
  z-index: 800;
}
.sidebar-search-form.show .overlay {
  display: block;
}
.sidebar-search-form.show .content {
  left: 0;
}
.sidebar-search-form .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-search-form .content {
  position: absolute;
  left: -90%;
  bottom: 0;
  width: 90%;
  height: calc(100% - 70px);
  background-color: #fff;
  transition: left 0.2s linear;
  padding: 80px 30px 30px 30px;
  overflow: auto;
}
.sidebar-search-form .content .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #f5f7fb;
}
.sidebar-search-form .content .top .close {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #20c997;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sidebar-search-form .content .post-type-ad {
  display: flex;
  justify-content: center;
  color: black;
  margin-bottom: 0;
  border-bottom: 5px solid #20c997;
  margin-bottom: 5px;
}
.sidebar-search-form .content .post-type-ad li {
  list-style-type: none;
  background: white;
  padding: 8px 17px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  transition: all;
}
.sidebar-search-form .content .post-type-ad li:hover {
  background: #20c997;
  color: white;
}
.sidebar-search-form .content .post-type-ad .active {
  background: #20c997;
  color: white;
}
.sidebar-search-form .content .multiselect-location {
  cursor: pointer;
}
.sidebar-search-form .content #category {
  cursor: pointer;
}
.sidebar-search-form .content .form-control {
  height: 50px;
}
.sidebar-search-form .content .form-control::-moz-placeholder {
  color: #7d93b2;
}
.sidebar-search-form .content .form-control:not([type=submit]), .sidebar-search-form .content .form-control::placeholder {
  color: #7d93b2;
}
.sidebar-search-form .content .form-control:not([type=submit]) {
  background-color: #f5f7fb;
  border: 1px solid #e5e7f2;
}
.sidebar-search-form .content .price-zone {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
}
.sidebar-search-form .content .price-zone .price-display {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: grab;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown .ui-widget-header {
  background: #20c997;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown .ui-slider-handle {
  border-radius: 50%;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown .price-inputs {
  margin-bottom: 20px;
  display: flex;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown .price-inputs input {
  display: flex;
  width: calc(50% - 5px);
  height: 30px;
  padding: 6px 12px;
  border: 1px solid #e0e1e6;
  border-radius: 6px;
}
.sidebar-search-form .content .price-zone .dropdown-menu.price-dropdown .price-inputs input:first-child {
  margin-right: 10px;
}
.sidebar-search-form .content [data-target="#advanceSearch"] {
  cursor: pointer;
}
.sidebar-search-form .content [data-target="#advanceSearch"] .show-text {
  display: inline-block;
}
.sidebar-search-form .content [data-target="#advanceSearch"] .hide-text {
  display: none;
}
.sidebar-search-form .content [data-target="#advanceSearch"][aria-expanded=true] .show-text {
  display: none;
}
.sidebar-search-form .content [data-target="#advanceSearch"][aria-expanded=true] .hide-text {
  display: inline-block;
}
.sidebar-search-form .content .form-actions {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
}
.sidebar-search-form .content .form-actions [type=submit] {
  padding: 12px 30px;
  font-weight: 500;
}
.sidebar-search-form .irs {
  width: 100%;
}
.sidebar-search-form .irs-from,
.sidebar-search-form .irs-to,
.sidebar-search-form .irs-single {
  padding: 2px 7px;
  color: #fff;
  background: rgba(6, 27, 65, 0.5);
}
.sidebar-search-form .irs-from:before,
.sidebar-search-form .irs-to:before,
.sidebar-search-form .irs-single:before {
  border-top-color: rgba(6, 27, 65, 0.5);
}
.sidebar-search-form .irs-min,
.sidebar-search-form .irs-max {
  padding: 2px 3px;
  background: rgba(0, 0, 0, 0.1);
  color: #999;
}
.sidebar-search-form .irs--round .irs-handle {
  top: 28px;
  width: 18px;
  height: 18px;
  border-color: #20c997;
}
.sidebar-search-form .irs--round .irs-bar {
  background-color: #20c997;
}
.sidebar-search-form [type=submit] {
  background-color: #20c997;
  color: #fff;
}

.list-title {
  padding: 0 15px;
}
.list-title h2 {
  color: #566985;
  font-size: 16px;
  font-weight: 500;
  vertical-align: baseline;
}
.list-title h2 span {
  color: #20c997;
}
.list-title h2 strong {
  padding: 3px 10px;
  background-color: #fff;
  font-size: 11px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

#post-detail {
  background-color: #f6f6f6;
}
#post-detail .quick-menu {
  background-color: #fff;
}

.hero-section {
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
  z-index: 1;
}
.hero-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  z-index: -1;
}
.hero-section .bg .bg-slider {
  width: 100%;
  height: 100%;
}
.hero-section .bg .bg-slider .slick-list,
.hero-section .bg .bg-slider .slick-track {
  height: 100%;
}
.hero-section .bg .bg-slider .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: 45px;
}
.hero-section .container .labels {
  display: flex;
  margin-bottom: 15px;
}
.hero-section .container .labels .label {
  padding: 7px 20px;
  background: #20c997;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.hero-section .container .title {
  padding-bottom: 8px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}
.hero-section .container .foot .left .price-wrap {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.hero-section .container .foot .left .price-wrap strong {
  margin-right: 12px;
  color: #fff;
  font-size: 13px;
}
.hero-section .container .foot .left .price-wrap .price {
  color: #20c997;
  font-size: 22px;
  font-weight: 500;
}
.hero-section .container .foot .left .date-wrap {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 6px;
}
.hero-section .container .foot .left .date-wrap strong {
  margin-right: 12px;
  color: #fff;
  font-size: 13px;
}
.hero-section .container .foot .left .date-wrap .date {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.gallery-section {
  padding-top: 50px;
}
.gallery-section .gallery .gallery-item {
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.gallery-section .gallery .gallery-item img {
  width: 100%;
}
.gallery-section .gallery .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
  font-weight: bold;
}

.download-images,
.download-images:hover {
  background-color: #20c997;
  color: #fff;
}

.post-description {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.post-description .wrapper {
  padding: 35px 30px;
  background-color: #fff;
  border: 1px solid #eee;
}
.post-description .wrapper .title {
  margin-bottom: 20px;
  color: #566985;
  font-size: 18px;
  font-weight: 600;
}
.post-description .wrapper .content {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.post-description .wrapper .content.des {
  white-space: pre-wrap;
}
.post-description .wrapper .detail {
  padding: 0;
  color: #566985;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.post-description .wrapper .detail > div {
  padding-bottom: 15px;
}
.post-description .wrapper .detail > div b {
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.post-description .wrapper .detail > div span {
  color: #000;
}

.verify-post {
  padding-top: 50px;
  margin-top: -20px;
}

.contact {
  padding-top: 50px;
}
.contact .contact-header {
  padding: 100px 30px 20px;
  background-color: #20c997;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.contact .contact-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  z-index: 1;
}
.contact .contact-header .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background-image: url(/images/webp/city-bg.webp);
}
.contact .contact-header .avatar-wrap {
  position: relative;
  z-index: 2;
  padding: 10px 12px;
  width: 90%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  display: flex;
}
.contact .contact-header .avatar-wrap .avatar {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
}
.contact .contact-header .avatar-wrap .avatar img {
  width: 100%;
}
.contact .contact-header .avatar-wrap .right {
  padding-left: 20px;
}
.contact .contact-header .avatar-wrap .right .name {
  color: #20c997;
  font-size: 17px;
  font-weight: 600;
}
.contact .contact-body {
  padding: 5px 30px 25px;
  background-color: #fff;
}
.contact .contact-body ul {
  list-style-type: none;
}
.contact .contact-body ul li {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.contact .contact-body ul li span:nth-child(1) {
  color: #7d93b2;
}
.contact .contact-body ul li span:nth-child(1) i {
  margin-right: 6px;
  color: #20c997;
}
.contact .contact-body ul li span:nth-child(2) {
  color: #144273;
  text-align: right;
}
.contact .contact-body .contact-footer {
  margin-top: 10px;
  padding-top: 15px;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .contact-body .contact-footer .view-profile {
  padding: 12px 30px;
  background: #20c997;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
}
.contact .contact-body .contact-footer .right i {
  color: #566985;
  font-size: 18px;
  transform: rotate(-45deg);
  cursor: pointer;
}

.new-posts {
  padding-top: 50px;
  position: sticky;
  top: 20px;
}
.new-posts .title {
  margin: 20px 0 15px;
  color: #566985;
  font-weight: 600;
  font-size: 18px;
}
.new-posts .content {
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.new-posts .content .post {
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.new-posts .content .post:hover {
  text-decoration: none;
}
.new-posts .content .post .post-thumbnail {
  width: 30%;
  max-height: 70px;
  min-height: 55px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.new-posts .content .post .post-thumbnail img {
  width: 100%;
  height: 100%;
}
.new-posts .content .post .post-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
}
.new-posts .content .post .post-content {
  flex: 1;
  padding: 0 0 0 20px;
  border: none;
}
.new-posts .content .post .post-content .post-title h3 {
  padding-bottom: 2px;
  color: #566985;
  font-weight: 600;
  font-size: 13px;
}
.new-posts .content .post .post-content .post-address {
  margin-top: 4px;
}
.new-posts .content .post .post-content .post-address i {
  color: #20c997;
}
.new-posts .content .post .post-content .post-address span {
  color: #999;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.new-posts .content .post .post-content .post-price {
  margin-top: 6px;
  color: #7d93b2;
  font-size: 13px;
  font-weight: 600;
}
.new-posts .content .post .post-content .post-price .price-label {
  margin-right: 6px;
  color: #20c997;
}
.new-posts .view-all {
  display: flex;
  margin-top: 15px;
}
.new-posts .view-all .btn-view-all {
  padding: 12px 30px;
  background: #20c997;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.new-posts .view-all .btn-view-all:hover {
  text-decoration: none;
}

.related-posts {
  padding-top: 50px;
}
.related-posts .title {
  margin: 20px 0 15px;
  color: #566985;
  font-weight: 600;
  font-size: 18px;
}
.related-posts .content {
  margin-left: -15px;
  margin-right: -15px;
}
.related-posts .content .content-slider .post {
  padding-left: 15px;
  padding-right: 15px;
}
.related-posts .content .content-slider .post .post-thumb {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.related-posts .content .content-slider .slick-dots {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 30px;
  width: auto;
  display: flex;
  justify-content: center;
}
.related-posts .content .content-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.related-posts .content .content-slider .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(160, 160, 160, 0.51);
  border-radius: 100%;
}
.related-posts .content .content-slider .slick-dots li.slick-active button {
  background: #20c997;
}
.related-posts .slider-control {
  display: none;
}

#cart-customer {
  background-color: #f6f6f6;
}
#cart-customer .quick-menu {
  background-color: #fff;
}

#carts {
  background-color: #f6f6f6;
}
#carts .quick-menu {
  background-color: #fff;
}

.cart-content {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding: 10px;
}
.cart-content .loading {
  position: relative;
}
.cart-content .loading::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #1cb587;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.66;
}

a,
a:hover {
  color: #20c997;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.loading .fa-spinner {
  display: none;
  animation: spin 2s linear infinite;
}
.loading.show .fa-spinner {
  display: inline-block;
}

.manual-input {
  display: flex;
  justify-content: space-between;
}
.manual-input input {
  display: flex;
  width: calc(50% - 5px);
  height: 30px;
  padding: 6px 12px;
  color: #7d93b2;
  border: 1px solid #e0e1e6;
  border-radius: 6px;
}

@media screen and (max-width: 992px) {
  .multiselect-container button.dropdown-item {
    pointer-events: none;
  }
  .multiselect-container span.form-check input {
    pointer-events: all;
  }
  .multiselect-container span.form-check label {
    pointer-events: none;
  }
}
.bg-blue {
  background-color: #edfcf1 !important;
}
