/*
Theme Name: hrm
Theme URI: http://hamrongmedia.com/
Author: Ham Rong Media
Author URI: http://hamrongmedia.com
Description: Thiet ke website chat luong - 0968.724.886
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://hamrongmedia.com
Text Domain: hrm
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=latin,vietnamese);
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d4d4d;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #48494b;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
:focus {
  outline: 0;
}
a {
  color: #333333;
  text-decoration: none !important;
  outline: 0 !important;
}
a:hover {
  color: #23527c;
  text-decoration: none;
}
p {
  letter-spacing: .2px;
  line-height: 24px;
  color: #48494b;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
blockquote {
  font-size: 13px;
  font-style: italic;
  border: 1px solid #eee;
  border-left-color: #337ab7;
  margin-left: 0;
  padding: 20px;
  width: 100%;
}
blockquote p:first-child {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 14px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
table {
  margin: 1em 0;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #ddd;
}
th,
td {
  padding: 2px 5px;
  border: 1px solid #ddd;
}
dd {
  margin-left: 30px;
}
.district {
  height: 34px;
  font-size: 14px;
}
address {
  font-style: italic;
}
cite {
  font-style: italic;
}
pre {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body p {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
  padding: 0;
}
input,
select,
textarea {
  -webkit-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  border: 1px solid #cdcdcd;
  padding: 8px;
  width: 100%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 12px;
}
input.full-width,
select.full-width,
textarea.full-width {
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #f78109;
}
input[type="submit"] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  width: auto;
  padding: 7px 30px;
  border: none;
}
input[type="submit"]:active {
  outline: 0;
}
input[type="submit"]:hover {
  text-decoration: none;
  background: #337ab7;
}
img {
  border: 0;
  font-size: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  margin: 0px auto;
}
.left {
  float: left;
}
.right {
  float: right;
}

.hrm-pagenavi {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.hrm-pagenavi ul.page-numbers li {
  display: inline-block;
  color: #fff;
}
.hrm-pagenavi ul.page-numbers li a,
.hrm-pagenavi ul.page-numbers li span {
  width: 27px;
  height: 29px;
  line-height: 27px;
  color: #333;
  border: 1px solid #f48020;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  padding: 5px 10px 5px 10px;
}
.hrm-pagenavi ul.page-numbers li span.current {
  color: #fff;
  background-color: #f48020;
  font-weight: bold;
}
.hrm-pagenavi ul.page-numbers li:hover a {
  color: #fff;
  background-color: #f48020;
  font-weight: bold;
}
.bg_white {
  background: white;
}
.hover_block {
  padding-top: 20px;
}
.desc_block {
  font-size: 15px;
}
.color_red {
  color: #EE1C23;
}
.item_row {
  border: 1px solid #f5f5f5;
  height: auto !important;
  overflow: hidden;
  margin-bottom: 35px;
  padding: 0;
}
.item_row .border_right {
  border-right: 1px solid #e4e4e4;
}
.pr_10 {
  padding-right: 10px;
}
.color_icon {
  color: #02344A;
}
.mb_25 {
  margin-bottom: 25px;
}
.height_res {
  min-height: 335px;
}
.mt_7 {
  margin-top: 7px;
}
.mt_15 {
  margin-top: 15px;
}
.mb_15 {
  margin-bottom: 35px;
}
.ml_15 {
  margin-left: 10px;
}
.color_link {
  font-weight: bold;
  color: #CC222B;
  font-style: italic;
  font-size: 13px;
  margin-left: 5px;
}
.color_link:hover {
  color: #02344A;
}
.pt_15 {
  padding-top: 15px;
}
.pb_5 {
  padding-bottom: 5px;
}
.pb_15 {
  padding-bottom: 15px;
}
.color_white {
  color: white;
}
.pull-right {
  float: right !important;
}
.fix_height {
  height: 400px;
}
.bg_page {
  background: #F5F5F5;
}
.bg_prev_next {
  padding-top: 7px;
}
.block_commment {
  background: #F0F3F8;
  margin-bottom: 30px;
  min-height: 300px;
}
.prev_next {
  font-size: 18px;
}
.hover_next_prev {
  font-size: 16px;
  line-height: 28px;
}
.hover_next_prev:hover {
  font-size: 17px;
  color: #EE1C23;
}
.breadcrumb {
  padding: 0px;
  border-radius: 0px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin-bottom: 0px !important;
  overflow: hidden;
}
.breadcrumb > li {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text_i {
  font-style: italic;
  color: gray;
}
.mt_30 {
  margin-top: 30px;
}
.mgt_left_scroll {
  margin-top: 0px;
}
.scroll_left {
  background: #E8F1FA;
}
.color_red {
  color: #EE1C23;
}
.bg_fff {
  background: #fff;
}
.desc_item_list {
  padding-left: 0;
  text-align: left;
}
.location_list {
  margin-bottom: 7px;
  margin-top: 7px;
}
.location_list i {
  color: red;
}
.h1-title {
  font-size: 27px;
  border-top: 1px solid #F5F5F5;
  line-height: 38px;
  margin-bottom: 15px;
  padding-top: 10px;
  text-transform: none;
}
.h2-title {
  font-size: 20px !important;
  line-height: 28px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.h2-title a {
  text-transform: none;
  font-size: 20px;
}
.h2_list {
  display: inline-block;
  font-size: 17px;
  padding-left: 0;
  padding-top: 7px;
  text-align: left;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}
.h2_list a {
  text-transform: none;
}
.breadcrumb {
  padding: 0px;
  border-radius: 0px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin-bottom: 0px !important;
  font-size: 16px;
}
.breadcrumb a {
  font-weight: bold;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 16px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}
.wap_block {
  background: #F5F5F5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.remove_pb_15 {
  padding-bottom: 0px;
}
.remove-pleft {
  padding-left: 0px;
  padding-right: 15px;
}
.remove-pright {
  padding-left: 15px;
  padding-right: 0px;
}
.header-label {
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  color: #032A3B;
  margin-top: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0) url(images/title-bg.png) repeat scroll center center;
  width: 100%;
}
.header-label_over {
  margin-top: 0px;
  margin-bottom: 25px;
}
.span_point_over_2 {
  background: #f5f5f5 !important;
}
.page-numbers {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.page-numbers > li {
  display: inline;
}
.page-numbers > li > a,
.page-numbers > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.page-numbers > li > a,
.page-numbers > li > span {
  background: #F5F5F5;
  border: none;
  color: #337ab7;
  float: left;
  line-height: 1.42857;
  margin-left: 7px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #337ab7;
}
.page-numbers > li > span,
.page-numbers > li > a:hover,
.page-numbers > li > span:hover,
.page-numbers > li > a:focus,
.page-numbers > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #023449;
  border-color: ##023449;
  cursor: default;
}
.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: 0;
}
.price_list {
  background: #EE1C23 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 7px;
  padding-top: 7px;
  margin-top: 30px;
  text-align: center;
}
.prl-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.size-related-thumbnail {
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  padding: 2px;
}
.size-rent-thumbnail {
  margin-top: 10px;
}
.affix-top {
  position: relative;
}
.img-circle {
  border-radius: 50%;
}
.wap_info_agent {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 7px;
}
.wap_info_agent b {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 17px;
}
.wap_info_agent span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 16px;
}
.wap_info_agent .info_agent_phone {
  font-size: 18px;
}
.not-found {
  background: url('http://i.imgur.com/76NZB7A.gif') no-repeat;
  background-size: 100% 100%;
  height: 500px;
  padding: 30px;
  text-align: center;
}
.not-found .page-header {
  margin: 0;
  border: 0;
  text-align: center;
  color: #fff;
}
.not-found .page-header .page-title {
  color: #FD0624;
  font-weight: 700;
  font-size: 36px;
}
.not-found .page-content p {
  color: #337ab7;
  font-weight: 700;
  font-size: 24px;
}
.not-found .search-submit {
  background: #EF0421;
  font-weight: 700;
}
.select2-container {
  width: 100% !important;
  height: 34px;
}
.select2-container .select2-selection {
  height: 34px;
  border: 1px solid #eee;
  padding-top: 3px;
}
section {
  padding: 20px 0 30px;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-header {
  height: 60px;
}
.fa-chevron-circle-right {
  margin-left: 7px;
}
.logo {
  background: #fff;
  position: relative;
}
.logo .site-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 20px 30px;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid #015ea7;
}
.site-header.logo_scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.site-header.logo_scroll .site-title {
  height: 60px;
  padding: 0 30px;
  border: none;
  border-radius: 0;
}
.header-social {
  padding: 10px 0;
}
.header-social li {
  float: left;
}
.header-social li a {
  height: 37px;
  width: 37px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  background-color: #f48020;
  color: #FFFFFF;
  border: 1px solid #f48020;
}
.header-social li a i {
  line-height: 37px;
  font-style: inherit;
}
.header-social li a:hover {
  background-color: #015ea7;
  border: 1px solid #FFFFFF;
}
.header-social li:first-child {
  margin-right: 5px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
#main-menu {
  border: 0 none;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0px;
}
nav#site-navigation {
  padding: 0px;
}
ul#navigation li {
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul#navigation li a {
  display: block;
  padding: 0px 15px;
  text-decoration: none;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
ul#navigation li a:hover,
ul#navigation li a:focus {
  background: transparent;
}
ul#navigation li:hover a,
ul#navigation li:focus a,
ul#navigation li.active a {
  color: #fff;
  background-color: #1b68b3;
}
.navbar-toggle {
  margin: 5px 0px 0px 0px;
  padding: 0;
  width: 32px;
  height: 26px;
  position: relative;
}
.navbar-toggle .icon-bars {
  transition: all 0.3s;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  display: block;
  background-color: transparent;
}
.navbar-toggle .icon-bars:before,
.navbar-toggle .icon-bars:after {
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
}
.navbar-toggle .icon-bars:before {
  transform: translateY(0) rotate(45deg);
}
.navbar-toggle .icon-bars:after {
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle .icon-bar-3 {
  bottom: 0;
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bars {
  background: #000;
}
.navbar-toggle.collapsed .icon-bars:before {
  transform: translateY(-400%);
}
.navbar-toggle.collapsed .icon-bars:after {
  transform: translateY(400%);
}
#menu-bottom {
  width: 100%;
  float: left;
  z-index: 99;
  position: relative;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a {
  color: #333;
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: inherit;
  line-height: 18px !important;
  overflow: hidden;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a img {
  max-width: 100%;
  height: 115px;
  width: 100%;
}
#menu-bottom #mega_main_menu.submenu li .mega_dropdown a h3 {
  line-height: 18px !important;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
#menu-bottom #mega_main_menu > .menu_holder > .menu_inner > ul > li:hover > a,
#menu-bottom #mega_main_menu > .menu_holder > .menu_inner > ul > li.current-menu-item > a {
  background: #005e09;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  top: 115px;
}
.nav .dropdown-menu {
  left: 0;
  right: auto;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 9999;
}
nav#site-navigation ul.dropdown-menu li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
  border-bottom: 1px dotted #3a3230;
  background: #111;
  border-top: 0px;
  border-radius: 0px;
}
nav#site-navigation ul.dropdown-menu li a {
  text-decoration: none;
  line-height: 30px;
  color: #fff;
  background: transparent;
}
nav#site-navigation ul.dropdown-menu li a:hover {
  background-color: #015ea7;
}
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  nav#site-navigation ul li {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
    text-align: left;
    background: #111;
  }
  nav#site-navigation ul li a {
    color: #fff;
  }
  .navbar-nav {
    margin: 0px;
  }
  ul#navigation li.active a,
  ul#navigation li:focus a {
    background: url(images/icon_main_menu.png) left center no-repeat;
  }
  ul#navigation li.active,
  ul#navigation li:focus {
    background: #bebebe;
  }
  ul#navigation li.active + li a {
    background: url(images/icon_main_menu.png) left center no-repeat;
  }
}
.menu-responsive {
  background: rgba(0, 0, 0, 0.9);
  left: -250px;
  height: 100%;
  position: fixed;
  width: 250px;
  z-index: 199999;
  top: 0;
  overflow-y: scroll;
}
.menu-close {
  cursor: pointer;
  padding: 10px;
  background: #e18533;
  text-align: left;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial;
  overflow: hidden;
}
.menu-close i {
  color: #fff;
  font-size: 25px;
  float: left;
}
.menu-close i.fa-times {
  float: right;
}
.menu-close span {
  margin: 5px;
  float: left;
}
.menu-open {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  padding: 5px 15px 0px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
}
.menu-open i {
  font-size: 35px;
}
.menu-responsive ul {
  list-style: none;
  padding: 0;
}
.menu-responsive ul li {
  padding: 10px;
  border-bottom: 1px solid;
}
.menu-responsive ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.menu-responsive ul li.current-menu-item a {
  color: #b074bd;
}
.menu-responsive ul.sub-menu li {
  border-bottom: none;
}
.menu-responsive ul.sub-menu li a:before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 5px 0 0;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.banner_feature {
  color: #fff;
  padding: 10px 0;
  position: relative;
  height: 430px;
  background-attachment: inherit !important;
  background-size: 100% !important;
}
#home-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  outline: 0;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 32px;
  text-indent: 0px;
  background: #f48020;
  line-height: 45px;
  text-align: center;
}
#home-slider .owl-prev:hover {
  background: #015ea7;
}
#home-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -16px;
  outline: 0;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 32px;
  text-indent: 0px;
  background: #f48020;
  line-height: 45px;
  text-align: center;
}
#home-slider .owl-next:hover {
  background: #015ea7;
}
.heading-home {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.heading-home h3 {
  color: #105ea8;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.heading-home p {
  font-size: 16px;
}
.heading-home p strong {
  font-size: 24px;
  color: #f48020;
}
#tab-home-search li {
  width: 50%;
  text-align: center;
  margin: 0 !important;
}
#tab-home-search li a {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #015ea7;
  border-radius: 0;
}
#tab-home-search li:hover a,
#tab-home-search li.active a {
  background-color: #f48020;
}
.advacnce_search_detail {
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
}
.search_field {
  float: left;
  width: 100%;
  position: relative;
}
.search_field label {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  text-align: left;
  margin: 0px 0px 4px;
  display: inline-block;
}
.search_field .select2 {
  margin-bottom: 10px;
}
.search_field .btn-home-search {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px;
  border-radius: 3px;
  font-size: 16px;
  min-height: 35px;
  margin: 28px 0px 0px;
}
.search_field .btn-home-search:hover {
  background-color: #f48020;
}
.market_news_top {
  border-bottom: 2px solid #FFFFFF;
}
.market_news_top img {
  width: 100%;
  margin-bottom: 10px;
}
.market_news_top h3 {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.market_news_top p {
  text-align: justify;
}
.market_news_top:hover {
  border-bottom: 2px solid #015ea7;
}
.market_news_top,
.market_news_list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 2px 0 5px #c4c4c4;
  padding: 10px;
  overflow: hidden;
}
.market_news_list,
.hot_events_list,
.project_vihomes_list,
.project_hot_list,
.project_imminent_sale_list,
.market_news_top {
  background-color: #fff;
}
.market_news_banner {
  margin: 26px 0;
}
.market_news_bg,
.project_vihomes_bg,
.project_imminent_sale_bg,
.opinion_bg {
  background-color: #f0f0f0;
}
.market_news_bg .market_news_list {
  border-right: 2px solid #fff;
  height: 120px;
  overflow: hidden;
}
.market_news_bg .market_news_list img {
  margin-right: 10px;
  float: left;
}
.market_news_bg .market_news_list h3 {
  font-size: 16px;
}
.market_news_bg .market_news_list:hover {
  border-right: 2px solid #015ea7;
}
.project_imminent_sale_list,
.hot_events_list {
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 0 5px #c4c4c4;
  text-align: center;
  margin-bottom: 20px;
}
.hot_events_list:hover {
  box-shadow: 2px 0 5px #2a62bc;
}
.hot_events_list > span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}
.hot_events_list > span a {
  font-size: 18px;
}
.hot_events_open {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.hot_events_day,
.hot_events_month,
.hot_events_year {
  float: left;
  color: #FFFFFF;
  padding: 5px;
  font-size: 20px;
  line-height: 22px;
}
.hot_events_day p,
.hot_events_month p,
.hot_events_year p {
  color: #FFFFFF;
  margin: 5px;
  line-height: 12px;
}
.hot_events_month {
  background-color: #29A9E1;
}
.hot_events_year {
  background-color: #f48020;
}
.event_slider .owl-item {
  padding: 0 5px;
}
.event_slider .owl-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 35%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 20px;
  opacity: 1;
  left: -50px;
  color: #f48020;
  line-height: 45px;
}
.event_slider .owl-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 35%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 20px;
  opacity: 1;
  right: -50px;
  color: #f48020;
  line-height: 45px;
}
.rent_property .project_vihomes_list {
  padding: 10px 10px 10px;
  box-shadow: 2px 0 5px #313131;
}
.rent_property .project_vihomes_list img {
  height: 140px;
}
.rent_property .project_vihomes_list h3 {
  margin: 10px 0;
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rent_property .project_vihomes_list .line_button {
  height: 2px;
  width: 100%;
  background-color: #f48020;
  margin-top: 30px;
}
.rent_property .project_vihomes_list:hover .line_button {
  animation-name: example;
  animation-duration: 1s;
}
.project_hot_list {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 0 5px #c4c4c4;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}
.project_hot_list h2,
.project_hot_list h3,
.project_hot_list h6 {
  font-size: 18px;
  margin: 10px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_hot_list > p {
  height: 40px;
}
.project_hot_list strong {
  font-size: 18px;
  color: #f48020;
}
.project_hot_list:hover {
  border-bottom: 2px solid #2a62bc;
}
.project_hot_bg .project_hot_list {
  height: 335px;
  position: relative;
}
.button_all {
  text-align: center;
  margin: 20px auto;
  display: inline-block;
}
.button_all button {
  background-color: #2a62bc;
  border: none;
  border-radius: 5px;
}
.button_all button a {
  color: #FFFFFF;
}
.button_all button:hover {
  background-color: #f48020;
}
.project_imminent_sale_list,
.hot_events_list {
  padding: 10px !important;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 0 5px #c4c4c4;
  text-align: center;
}
.market_news_list,
.hot_events_list,
.project_vihomes_list,
.project_hot_list,
.project_imminent_sale_list,
.market_news_top {
  background-color: #fff;
}
.btn_1 {
  display: inline-block;
  position: relative;
  color: #828282;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid rgba(77, 77, 77, 0.64);
  background: none;
  font-weight: 600;
  padding: 5px 10px;
}
.project_imminent_sale_bg .item {
  margin: 0 10px;
  position: relative;
}
.project_imminent_sale_bg .item p {
  height: 40px;
}
.project_imminent_sale_list,
.hot_events_list {
  padding: 10px !important;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 0 5px #c4c4c4;
  text-align: center;
}
.project_imminent_sale_list {
  background: #fff;
}
.project_imminent_sale_list span,
.project_imminent_sale_list > h3 {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_imminent_sale_list span a,
.project_imminent_sale_list > h3 a {
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
}
.project_imminent_sale_list .line_button {
  height: 2px;
  width: 100%;
  background-color: #f48020;
  margin-top: 30px;
}
.project_imminent_sale_list:hover > .line_button {
  animation-name: example;
  animation-duration: 1s;
}
.row-trong {
  margin: 0 auto !important;
}
.recent_visible_des {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 20px;
}
.recent_visible_des h3 {
  color: #fff;
  font-weight: 400;
  margin: 0px 0px 5px;
  font-size: 30px;
}
.recent_property_des {
  position: absolute;
  bottom: -72%;
  left: 0px;
  z-index: 10;
  padding: 20px 20px;
  opacity: 0;
}
.recent_property_des .cc {
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 20px;
  font-size: 20px;
}
.recent_property_des .cc a {
  color: #fff;
}
.recent_property_des p {
  color: #fff;
  margin: 0px 0px 20px;
  font-weight: 500;
  text-align: justify;
}
.hover-text:hover .recent_visible_des {
  opacity: 0;
  bottom: -50px;
}
.hover-text:hover .recent_property_des {
  bottom: 0%;
  opacity: 1;
}
.kc_button br {
  display: none !important;
}
.border-btn {
  border: 1px solid #fff !important;
}
.border-btn:hover {
  background: #fff !important;
}
.kc_single_image p {
  margin: 0 !important;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.sell_list_title_detail {
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  font-weight: 600;
}
.sell_list_title_detail h1 p {
  font-size: 24px;
  font-weight: 600;
}
.sell_list_detail {
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.category .breadcrumb,
.single .breadcrumb {
  margin-top: 30px;
}
#image-1 br {
  display: none !important;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.site-header-landing {
  float: left;
  width: 320px;
  height: 100%;
  display: block;
  left: -250px;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 1002;
  background: none !important;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.site-header-landing:hover {
  left: 0;
}
.admin-bar .site-header-landing {
  top: 32px;
}
.header-landing-page {
  width: 100%;
  height: 100%;
}
.hamburger-button {
  padding: 10px 15px;
  font-weight: 600;
  transition: margin-left 0.3s;
  background-color: #6d4a3d;
  display: inline-block;
  font-size: 30px;
  margin-left: 250px;
  color: #fff;
  cursor: pointer;
  position: absolute;
}
.hamburger-button a:hover {
  color: #fff;
}
.hamburger-button span {
  font-size: 13px;
  transform: translateY(-7px);
  display: inline-block;
  text-transform: uppercase;
}
.side-menu-fixed {
  width: 250px;
  height: 100%;
  background-color: #FFFFFF;
  border-right: 1px solid #e7e7e7;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
  padding: 50px 15px;
}
.side-menu-fixed .top-area {
  margin-bottom: 30px;
}
.side-menu-fixed li {
  background: none ;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
}
.side-menu-fixed li a {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #676a6b;
  padding: 10px 15px;
  display: block;
}
.side-menu-fixed li a i {
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
  transform: translateY(3px);
  display: inline-block;
  color: rgba(97, 97, 97, 0.25);
  width: 25px;
}
.side-menu-fixed li a:hover,
.side-menu-fixed li a:focus {
  color: #6d4a3d;
}
.side-menu-fixed li a:hover i,
.side-menu-fixed li a:focus i {
  color: #6d4a3d;
}
.side-menu-fixed .bottom-area {
  text-align: center;
  padding: 20px 30px;
}
.side-menu-fixed .bottom-area .social-group {
  margin: 0;
}
.side-menu-fixed .bottom-area .social-group a {
  display: inline-block;
  margin-right: 10px;
}
.side-menu-fixed .bottom-area .social-group a i.fa {
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  color: #d2d2d2;
  margin-top: 10px;
}
.side-menu-fixed .bottom-area p {
  margin: 30px 0 0 0;
  color: #c5c5c5;
  font-size: 12px;
}
.back-to-home-page {
  height: 65px;
  background-color: #ccc;
  position: absolute;
  top: 0%;
  left: 100%;
  width: 170px;
  text-align: center;
  padding: 10px;
  line-height: 41px;
  background-color: rgba(1, 94, 167, 0.8);
}
.back-to-home-page a {
  color: #fff!important;
  text-decoration: none;
}
.content-sell {
  margin-top: 20px;
}
.content-sell .sync1 img {
  width: 100%;
  height: 480px;
}
.content-sell .sync1 .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  background: #f48020;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
.content-sell .sync1 .owl-prev:hover {
  background: #105ea8;
}
.content-sell .sync1 .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  background: #f48020;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
.content-sell .sync1 .owl-next:hover {
  background: #105ea8;
}
.content-sell .sync2 {
  padding: 10px 20px;
  background: #f1f1f1;
}
.content-sell .sync2 .item {
  border: 2px solid #105ea8;
}
.content-sell .sync2 .item:hover {
  border-color: #fff;
}
.sell_detail_title {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.sell_detail_title h1 {
  font-size: 24px;
  color: #015ea7;
}
.sell_detail_title p strong {
  color: #f48020;
  font-size: 20px;
}
.sell_detail_information {
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.sell_detail_information p strong {
  color: #015ea7;
}
.menu_detail_bg {
  background-color: #f1f1f1;
  padding: 10px 0;
}
.menu_detail_bg.scroll {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 99;
}
.admin-bar .menu_detail_bg.scroll {
  top: 92px;
}
.menu_detail ul li {
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
}
.menu_detail ul li a {
  padding: 5px 10px !important;
  color: #787878;
  font-size: 14px;
  font-weight: 600;
}
.menu_detail ul li a i,
.menu_detail ul li a strong {
  font-size: 20px;
  color: #f48020;
}
.menu_detail ul li:hover a {
  color: #f48020;
}
.menu_detail ul li:last-child {
  border: none;
}
.sell_detail_favorable {
  background-color: #f48020;
  padding: 40px 50px;
  position: relative;
  margin-bottom: 20px;
  color: #ffffff !important;
}
.sell_detail_favorable h4 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.sell_detail_favorable p,
.sell_detail_favorable strong,
.sell_detail_favorable ol li {
  color: #ffffff;
  font-size: 14px;
}
.sell_detail_favorable_icon {
  position: absolute;
  top: 0;
}
.sell_detail_favorable_icon i {
  padding: 20px 15px;
  background-color: #ffffff;
  font-size: 40px;
  color: #f48020;
}
.sell_detail_container {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sell_detail_container h2 {
  color: #ffffff;
  background: linear-gradient(to right, #015ea7, #fff);
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 24px;
}
.share_article {
  padding-top: 9px;
  padding-bottom: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #e7f0f9;
}
.text_share {
  font-size: 17px;
  font-weight: bold;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb-comments {
  width: 100%;
}
.widget_register_lease {
  padding-top: 15px;
  margin-bottom: 25px;
}
.widget_register_lease h5 {
  margin-bottom: 10px;
  color: #005a97;
}
.widget_register_lease .nf-form-fields-required {
  display: none;
}
.widget_register_lease #nf-field-5-container .nf-field-element p {
  letter-spacing: .2px;
  line-height: 24px;
  color: #48494b;
  font-size: 14px;
}
.widget_register_lease #nf-field-14-container,
.widget_register_lease #nf-field-13-container {
  width: 100%;
  margin: 0;
}
.widget_register_lease #nf-field-9-container {
  width: 100%;
  padding-top: 20px;
}
.widget_register_lease #nf-field-9-container input {
  width: 100%;
  color: #fff;
  background: #337ab7;
  font-size: 16px;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
#secondary .widget {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
#secondary .widget-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  background-color: #f48020;
}
#secondary .list-post-ct {
  padding: 15px;
  border: 1px solid #e1e1e1;
}
#secondary .hrm-recent-post {
  margin: 10px 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
#secondary .hrm-recent-post a {
  color: #000;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
#secondary .hrm-recent-post:hover {
  border-bottom: 1px solid #005a97;
}
#secondary .hrm-recent-post:hover a {
  color: #f48020;
}
.carousel-indicators {
  bottom: 0px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: none;
  opacity: 0.6;
  left: 0px;
  margin-left: 0px;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid white;
  height: 13px;
  width: 13px;
}
.carousel-indicators .active {
  background-color: ;
  height: 13px;
  width: 13px;
}
.size-img-thumbnail {
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  padding: 2px;
}
.title-block {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-transform: none;
}
.button-submit {
  border: 1px solid white;
  color: white;
  background: #EE1C23;
  border: none;
  border-radius: 0px;
}
.mgt_left_scroll {
  text-align: center;
  max-width: 293px;
}
#nav-stikcy {
  max-width: 293px;
}
#nav-stikcy textarea {
  height: 120px;
}
.affix {
  top: 0;
}
.admin-bar .affix {
  top: 32px;
}
.sidebar-duan {
  margin-top: -60px;
  min-height: 650px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#topcontrol {
  z-index: 99;
  background: #1b68b3;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  transition: all, 0.7s, ease-in-out;
  overflow: auto;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
#topcontrol:hover {
  background: #d81d4a;
}
.site-footer .footer-top {
  padding-top: 50px;
  padding-bottom: 30px;
}
.site-footer .footer-top,
.site-footer .footer-top .container {
  background: #015ea7;
  padding-top: 15px;
  color: white;
}
.site-footer .footer-bottom {
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  color: #48494b;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 50px;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
.menu-icon {
  position: absolute;
  top: 168px;
  right: 20px;
}
@media (max-width: 1299px) {
  ul#navigation li a {
    font-size: 13px;
    padding: 0px 7px;
  }
}
@media (max-width: 1199px) {
  ul#navigation li a {
    font-size: 13px;
    padding: 0px 7px;
  }
  .fa-chevron-circle-right {
    display: none;
  }
  #home-slider .owl-prev {
    top: 40%;
    left: 20px;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
  }
  #home-slider .owl-next {
    top: 40%;
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
  }
  .banner_feature {
    height: 375px;
  }
  .logo .site-title {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .banner_feature {
    height: 320px;
  }
  .logo .site-title {
    padding: 10px 30px;
  }
  .header-social {
    float: right;
  }
  .market_news_list img {
    width: 90px;
  }
  .market_news_list h3 a {
    font-size: 12px;
  }
  .menu-icon {
    top: 10px;
    z-index: 999;
  }
  .dai-cc {
    padding: 0 !important;
  }
  .dai-cc .dai {
    height: 468px;
    width: 100% !important;
    margin: 0;
  }
  .dai-cc .dai .hover-text > div {
    height: 468px;
  }
  .ngan-cc {
    padding: 0 !important;
  }
  .ngan-cc .ngan {
    height: 209px;
    width: 100% !important;
    margin: 0;
  }
  .ngan-cc .ngan .hover-text > div {
    height: 209px;
  }
  .recent_property_des {
    padding: 5px;
  }
  .recent_property_des .cc {
    font-size: 18px;
  }
  .recent_property_des p {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .banner_feature {
    height: 230px;
  }
  .market_news_list img {
    width: auto;
  }
  .market_news_list h3 a {
    font-size: 16px;
  }
  .dai-c {
    width: 100% !important;
    padding: 0;
    margin-left: 0 !important;
  }
  .ngan-c {
    padding: 15px;
  }
  .ngan:first-child {
    margin-bottom: 15px;
  }
  body.kc-css-system .kc-css-2367703 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  body.kc-css-system .kc-css-2713325 {
    height: auto !important;
  }
  #secondary {
    float: left;
    width: 100%;
  }
  .menu_detail_bg.scroll {
    top: 74px;
  }
  .admin-bar .menu_detail_bg.scroll {
    top: 106px;
  }
  .menu_detail ul li {
    display: inline-block;
  }
  .menu_detail ul li a {
    font-size: 13px;
  }
  .menu_detail ul li a i,
  .menu_detail ul li a strong {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .menu_detail ul li a {
    font-size: 11px;
    padding: 5px !important;
  }
  .content-sell .sync1 img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .logo .site-title {
    padding: 10px;
    height: 80px;
  }
  .header-social {
    float: left;
    margin-left: 100px;
  }
  .banner_feature {
    height: 200px;
    background-size: 100% 100% !important;
  }
  #tab-home-search li a {
    font-size: 14px;
    padding: 0 20px;
  }
  .menu_detail ul li {
    display: block;
  }
  .menu_detail ul li a {
    font-size: 13px;
  }
  .menu_detail ul li a i,
  .menu_detail ul li a strong {
    font-size: 18px;
  }
  .menu_detail_bg.scroll {
    position: inherit;
  }
}
@media (max-width: 375px) {
  #tab-home-search li a {
    font-size: 13px;
    padding: 0 10px;
  }
  .header-social {
    float: left;
    margin-left: 20px;
  }
  .header-social li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
  .header-social li a i {
    line-height: 30px;
  }
}
