html {
  font-size: 14px;
}
a:hover {
  text-decoration: underline;
  color: #f60;
}
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.container {
  width: 960px;
  margin: 0 auto;
}
#header #navbar123 {
  float: left;
  margin-left: 50px;
}
#header #navbar123 .lv1 > li {
  float: left;
  position: relative;
}
#header #navbar123 .lv1 > li > a {
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 5px 0 15px;
  font-size: 1rem;
  font-weight: 500;
}
#header #navbar123 .lv1 > li > a:hover {
  text-decoration: none;
  background: rgb(224, 173, 34);
}
#header #navbar123 .lv2 {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  padding: 15px;
  width: 500px;
  -webkit-box-shadow: 0 0 20px rgba(75, 75, 75, 0.3);
  box-shadow: 0 0 20px rgba(75, 75, 75, 0.3);
}
#header #navbar123 .lv1 > li:hover .lv2 {
  display: block;
}
#header #navbar123 .lv2 > li {
  float: left;
  width: 33.3333%;
}
#header #navbar123 .lv2 > li a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-size: 0.95rem;
}
#header #navbar123 .lv2 > li a:hover {
  color: #f60;
  text-decoration: none;
}
#header #user_menu {
  float: right;
}
#header #user_menu .user_member li {
  float: left;
  margin-left: 10px;
}
#header #user_menu .user_dropdown {
  display: none;
}
#header #user_menu .user_info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
}
#header #user_menu .user_info .name {
  margin-left: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#header #user_menu .btn_dangtin {
  background: #f60;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  height: 30px;
  align-items: center;
  margin-top: 5px;
  line-height: 1;
}
#header #user_menu .btn_dangtin svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#header #user_menu .user_info_dropdown {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
#header #user_menu .user_info_dropdown:hover .user_dropdown {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
}
#header #user_menu .user_dropdown {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.22);
  padding: 10px 0;
}
#header #user_menu .user_dropdown a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  white-space: nowrap;
  color: #000;
}
#header #user_menu .user_dropdown a svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#header #user_menu .user_dropdown a:hover {
  background: #f1f1f1;
}
#header #user_menu .user_guest > li {
  float: left;
}
#header #user_menu .user_guest > li a {
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-flex;
  height: 40px;
  align-items: center;
}
#header #user_menu .user_guest > li a.btn_dangtin {
  height: 30px;
  margin-left: 10px;
}
#header #user_menu .user_guest > li a:hover {
  text-decoration: underline;
}
body .breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
}
body .breadcrumb > li {
  padding-right: 15px;
  margin-right: 5px;
  display: inline;
}
body .breadcrumb > li a:hover {
  color: #f60;
  text-decoration: underline;
}
.searchbox_desktop {
  margin-top: 15px;
  background: #f1f1f1;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.searchbox_desktop .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchbox_desktop .search_item {
  width: 20%;
  float: left;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 5px 10px;
}
.searchbox_desktop .search_item .label_title {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #999;
}
.searchbox_desktop .search_item select.form-control {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
  border-color: #aaa;
  background-color: #fff;
}
.searchbox_desktop .select2-container .select2-selection--single,
.searchbox_desktop
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}
.searchbox_desktop
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 33px;
}
.searchbox_desktop
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
}
.searchbox_desktop
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
  font-size: 0.9rem;
}
.searchbox_desktop .btn_submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.searchbox_desktop .btn_submit svg {
  margin-right: 5px;
}
.left_content {
  width: 620px;
  float: left;
}
.sidebar,
.right_content {
  width: 300px;
  float: right;
  margin-bottom: 25px;
}
.section-headline {
  margin-bottom: 25px;
}
.section-listing {
  margin-top: 0;
  width: 620px;
  float: left;
}
.section-listing .section-header .title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 1rem;
}
.listing_list .item {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 15px 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1px;
  position: relative;
}
.listing_list .item .thumb {
  position: relative;
}
.listing_list .item figure img {
  width: 150px;
  height: 140px;
}
.listing_list .item .info {
  width: 47%;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
}
.listing_list .item .info .price {
  display: inline-block;
  margin-right: 20px;
}
.listing_list .item .info .acreage,
.listing_list .item .info .bedroom,
.listing_list .item .info .bathroom {
  float: none;
  padding: 0;
  display: inline-block;
  color: #333;
  opacity: 0.8;
}
.listing_list .item .info .date {
  float: right;
  padding: 0;
  margin-right: 0;
}
.listing_list .item .info .date a {
  color: #333;
  opacity: 0.8;
}
.listing_list .item .info .location {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}
.listing_list .item .location a {
  text-decoration: none;
  color: #333;
  opacity: 0.8;
}
.listing_list .item .location a:hover {
  color: #f60;
}
.listing_list .item .info .author {
  float: left;
  display: flex;
  align-items: center;
}
.listing_list .item .info .author::after {
  display: inline-block;
  content: "|";
  padding: 0 8px;
  color: #333;
  opacity: 0.8;
}
.listing_list .item .info .author .author-name {
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  color: #333;
  opacity: 0.8;
}
.listing_list .item .info .author img {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-right: 5px;
  object-fit: cover;
}
.listing_list .item .summary {
  font-size: 0.85rem;
  color: #000;
  opacity: 0.5;
  margin: 5px 0 0;
}
.listing_list .item .title {
  margin-top: 0;
  margin-right: 30px;
}
.listing_list .item .title a {
  font-size: 1rem;
}
.listing_list .item .save_post {
  position: absolute;
  right: -5px;
  top: 10px;
}
.listing_list .item .save_post span {
  width: 30px;
  height: 30px;
  background: url(../images/heart-dark.svg) center no-repeat;
  background-size: 16px 16px;
  display: block;
  text-indent: -999999px;
  cursor: pointer;
  border-radius: 50%;
}
.listing_list .item .save_post.saved span {
  background: url(../images/heart-white.svg) center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 16px 16px;
  text-indent: -999999px;
  cursor: pointer;
  background-color: #e4002b;
}
.listing_list .item .save_post:not(.saved) span:hover {
  background-color: #f5f5f5;
}
.list_quick_local.province > li {
  width: 100%;
}
.list_quick_local > li a,
.list_quick_acreage > li a,
.list_quick_room > li a,
.list_quick_price > li a {
  font-size: 0.9rem;
}
.list_quick_local > li a:hover,
.list_quick_acreage > li a:hover,
.list_quick_room > li a:hover,
.list_quick_price > li a:hover {
  color: #f60;
  text-decoration: underline;
}
.card {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  border: 1px solid #ddd;
}
#footer .footer_link li {
  display: inline-block;
}

.verify-phone-box {
  width: 980px;
  margin: 0 auto;
}
.section-bottom-content {
  float: none;
  display: flow-root;
  width: 100%;
}
.broker-main-page .section-headline {
  text-align: left;
}
.broker-main-page .section-headline .title {
  display: flex;
  align-items: center;
}
.broker-main-page .section-headline .broker-avatar {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: initial;
  margin-right: 10px;
}
.broker-profile-aside {
  border: 1px solid #ddd;
  padding: 15px;
}
.broker-profile-aside .title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.broker-profile-aside table {
  width: 100%;
}
.broker-profile-aside table td {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-wrap: break-word;
  max-width: 150px;
}
.broker-profile-aside table td:nth-of-type(2n) {
  padding-left: 10px;
  padding-right: 10px;
}
.broker-profile-aside table tr:last-of-type td {
  border-bottom: 0;
}
.section-bottom-content img {
  width: 100%;
  height: auto;
}
.section-blog {
  margin-top: 0;
  width: 620px;
  float: left;
}
.blog-listing .article-item .article-summary {
  color: #808080;
}
.blog-listing .article-item figure {
  width: 150px;
  height: 150px;
}
.blog-listing .article-item .article-title {
  font-size: 1.5rem;
}
.blog-listing .article-item a:hover .article-title {
  text-decoration: underline;
}
.section-access .section-support{
  padding:0;
}
.section-access .section-support .support-item{
  margin-bottom: 0;
}