/*
Theme Name: Bất động sản
Theme URI: https://leodigi.dev
Author: Thắng Nguyễn
Author URI: https://leodigi.dev
Description: Thiết kế website bởi Thắng Nguyễn
Version: 2.0
Text Domain: Thắng Nguyễn
Tags:
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
  clear: both;
}
.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[class*='col-'] {
  padding-left: 7px;
  padding-right: 7px;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
/*--------------------------------------------------------------
# Col 5
--------------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 575px) {
  .col-xs-5ths12 {
    width: 100%;
    float: left;
  }
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: Arial;
  font-size: 0.9125rem;
  font-weight: 400;
  color: #333;
  background: #f7f7f7;
  line-height: 1.5;
}
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #337ab7;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cc9036;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 400;
}
.qc-banner1 {
  margin: 10px 0;
}
.qc-banner2 {
  margin: 10px 0;
}
.qc-new {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.home-style1 .advanced-search {
  margin-bottom: 0;
}
.home-style1 .site-slider {
  margin-bottom: 30px;
}
.home-style2 .advanced-search {
  margin-top: -203px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff') format('woff'),
    url('fonts/fontawesome-webfont.ttf') format('truetype'),
    url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.site-header {
  border-bottom: 1px solid #dedede;
}
.site-slider .slick-slide img {
  height: 100vh;
  width: 100vw;
}
.single-post .site-header {
  margin-bottom: 2rem;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control:-moz-placeholder {
  color: #aaa;
}
label {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.3125rem;
}
button {
  cursor: pointer;
}
.required {
  font-size: 0.875rem;
  color: #e81123;
}
.form-control,
.custom-select,
.btn,
.input-group-addon {
  font-size: 20px;
  font-weight: 400;
  color: #444;
  border-color: #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 4px;
  height: 52px;
  line-height: inherit;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
  border-color: #cc9036;
}
.custom-select {
  background-position: right 0.5rem center;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
}
select.form-control:not([size]):not([multiple]) {
  height: 52px;
  font-size: 16px;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn-primary {
  color: #fff;
  background-color: #cc9036;
  border-color: #cc9036;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active {
  color: #fff;
  background-color: #3a8107;
  border-color: #3a8107;
}
.btn-secondary {
  color: #fff;
  background-color: #cc9036;
  border-color: #cc9036;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:active {
  color: #fff;
  background-color: #ea7a2a;
  border-color: #ea7a2a;
}
.btn-login-facebook {
  font-size: 0.875rem;
  color: #fff;
  background: #3b5998;
  display: inline-block;
  padding: 0.3125rem 1.25rem 0.1875rem;
  margin-bottom: 0.9375rem;
}
.btn-login-facebook:hover {
  color: #fff;
  background: #cc9036;
}
.btn-login-facebook:focus {
  color: #fff !important;
}
.btn-login-facebook i {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9375rem;
}
.dropdown-menu {
  border-radius: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dropdown-item {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.9375rem;
}
.dropdown-item:hover {
  background: #ddd;
}
.hvr-rectangle-out {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.hvr-rectangle-out:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.view-all {
  text-align: center;
  margin-top: 40px;
}
.view-all a {
  padding: 18px 45px;
  border: 1px solid #cc9036;
  border-radius: 4px;
  color: #cc9036;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  letter-spacing: 2px;
  background-color: transparent;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  position: relative;
  z-index: 1;
}
.view-all a:hover {
  background: #cc9036;
  color: #fff;
}
.view-all a.hvr-rectangle-out:before {
  background: #cc9036;
}
/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert .close {
  font-size: 1.125rem;
}
/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 8rem;
  margin-bottom: 3.125rem;
}
.page-header:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -4px;
}
.page-header .container {
  display: inline-block;
  vertical-align: middle;
}
.page-title {
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
/*--------------------------------------------------------------
# Page Custom
--------------------------------------------------------------*/
.banner-animation {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.banner-img {
  z-index: 1;
  position: relative;
  width: 100%;
  float: left;
}
.banner-img img {
  width: 100%;
}
.happy-content .top-title {
  color: #333333;
  font-size: 30px;
  text-align: center;
  line-height: 20px;
  position: relative;
  margin-top: 80px;
}
.happy-content .top-title:before {
  content: '';
  width: 2px;
  height: 60px;
  position: absolute;
  top: -75px;
  left: 50%;
  border-left: 2px solid #cc9036;
}
.happy-content .hpnt:after {
  content: '';
  z-index: 99;
  width: 2px;
  height: 60px;
  left: 50%;
  border-left: 2px solid #cc9036;
}
.happy-content .hpnt span {
  display: block;
}
.happy-content .hpnt {
  font-size: 55px;
  text-align: center;
  color: #cc9036;
  margin: 0;
  font-weight: bold;
}
.item-happy {
}
.item-happy .fig-text {
  padding: 100px 30px;
}
.item-happy .fig-text .title {
  font-size: 40px;
  color: #cc9036;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
}
.item-happy .fig-text .title span {
  display: block;
}
.item-happy .fig-text .description {
  font-size: 16px;
}
.content-cuoc-song {
  padding: 0 50px 50px;
}
.content-cuoc-song .cs-img,
.content-cuoc-song .cs-txt {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.content-cuoc-song .cs-txt {
  width: 35%;
  margin-left: -60px;
  background: #fff;
  padding: 40px;
  color: #333;
}
.content-cuoc-song .cs-txt .title {
  margin-top: 0;
  font-size: 30px;
  color: #cc9036;
  margin-bottom: 20px;
}
.content-cuoc-song .cs-txt .title span {
  display: block;
}
.content-cuoc-song .cs-txt a {
  color: #333;
  display: block;
  padding-top: 20px;
  font-weight: 700;
}
.content-cuoc-song .cs-txt a span {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .happy-content .top-title:before {
    height: 40px;
    top: -45px;
  }
  .happy-content .top-title {
    font-size: 14px;
  }
  .happy-content .hpnt {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .item-happy .fig-text {
    padding: 0 30px;
  }
  .item-happy .fig-text .title {
    font-size: 24px;
    line-height: 28px;
    margin: -80px 0 15px;
  }
  .item-happy .fig-text .title span {
    padding-right: 6px;
  }
  .content-cuoc-song {
    padding: 0;
  }
  .content-cuoc-song .cs-img {
    display: none;
  }
  .content-cuoc-song .cs-txt {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .content-cuoc-song .cs-txt .title {
    padding-top: 20px;
  }
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  background: rgba(238, 238, 238, 1);
  background: -moz-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 74%,
    rgba(238, 238, 238, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(238, 238, 238, 1)),
    color-stop(24%, rgba(255, 255, 255, 1)),
    color-stop(74%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(238, 238, 238, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 74%,
    rgba(238, 238, 238, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 74%,
    rgba(238, 238, 238, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 74%,
    rgba(238, 238, 238, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 1) 0%,
    rgba(255, 255, 255, 1) 24%,
    rgba(255, 255, 255, 1) 74%,
    rgba(238, 238, 238, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0.9375rem;
}
.breadcrumb-item {
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  padding: 0.625rem 1.375rem 0.625rem 1.125rem;
}
.breadcrumb-item:last-child a,
.breadcrumb-item.active {
  color: #333;
}
.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before {
  content: ' ';
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  padding: 0;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  transform: rotate(-30deg);
}
@media (max-width: 991px) {
  .single-re .breadcrumb-item:last-child a,
  .single-re .breadcrumb-item.active,
  .single-post .breadcrumb-item:last-child a,
  .single-post .breadcrumb-item.active {
    display: none;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    background: transparent;
    border: 0;
  }
  .breadcrumb-item {
    display: none;
  }
}
#form-project {
  background-color: #152b75;
  margin-top: 20px;
}
#form-project img {
  float: right;
}
#form-project .title {
  background: #edab21;
  color: #152b75;
  padding: 20px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0;
}
#form-project .form-dk {
  background: #152b75;
  margin: 3rem 2rem 1rem 3rem;
}
#form-project .form-dk input {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #cccc;
}
#form-project .form-dk input.dang-ky-form {
  width: 100%;
  background: #edab21;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#form-project .form-dk input.dang-ky-form:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
  text-align: right;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.pagination {
  display: block;
  margin: 0;
  text-align: center;
}
.pagination .page-item {
  display: inline-block;
  margin-left: 0.375rem;
  margin-bottom: 0.5rem;
}
.pagination .page-link {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 0.4375rem 0.6875rem;
}
.pagination .page-link:hover {
  color: #333;
  background: #eee;
  border-color: #ddd;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background: #cc9036;
  border-color: #cc9036;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.modal-content {
  color: #333;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
  padding: 15px 20px 10px;
  border-bottom: 0;
}
.modal-header .close:hover {
  color: #c22;
}
.modal-body {
  padding: 20px 20px;
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-branding {
  background: #fff;
  padding: 0.5rem 0;
  z-index: 9999;
  width: 100%;
}
.site-logo {
  font-size: 0;
  color: transparent;
  float: left;
  margin-bottom: 0;
}
.site-logo img {
  max-height: 65px;
}
.site-stats {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-left: 1.25rem;
  margin-bottom: 0;
}
.site-stats li {
  font-size: 0.75rem;
  color: #cc9036;
  text-align: center;
  float: left;
}
.site-stats li + li {
  margin-left: 0.625rem;
}
.site-search {
  float: right;
  width: 20rem;
  margin-top: 0.125rem;
}
.form-search {
  width: 100%;
}
.form-search .form-control,
.form-search .btn {
  height: 2rem;
  line-height: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.form-search .form-control {
  font-size: 0.875rem;
  color: #fff;
  background: #666;
  border-color: #666;
}
.form-search .btn {
  font-size: 1.5rem;
  color: #fff;
  background: transparent;
  border-color: transparent !important;
  padding-left: 0.375rem;
  padding-right: 0;
}
.not-found .form-search .btn {
  color: #333;
}
.form-search .btn:hover {
  color: #cc9036;
}
.bottom-search {
  line-height: 42px;
  border: 1px solid #cc9036;
  border-radius: 5px;
  padding: 15px 10px;
  margin: 0 15px;
  text-align: center;
  position: relative;
}
.bottom-search h2 {
  font-size: 18px;
  margin: 0;
  color: #cc9036;
}
.bottom-search:hover {
  background: #cc9036;
}
.bottom-search:hover h2 {
  color: #fff;
}
.site-login {
  color: #333;
  background: #fff;
  display: block;
  float: right;
  padding: 0.25rem 0.625rem;
  margin-left: 1.25rem;
  margin-top: 0.25rem;
}
.site-login:hover {
  color: #cc9036;
}
.site-login i {
  font-size: 1.1875rem;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.5rem;
}
.site-logged-in {
  float: right;
  margin-left: 1.25rem;
  margin-top: 0.125rem;
}
.site-logged-in button {
  background: transparent;
  border: 0;
  line-height: 1;
  padding: 0;
}
@media (max-width: 991px) {
  .site-search {
    display: none;
  }
}
@media (max-width: 575px) {
  .site-stats {
    display: none;
  }
  .site-login i {
    margin-right: 0;
  }
  .site-login .text {
    display: none;
  }
}
/*------------------------------------------------------------
##Slide
-------------------------------------------------------------*/
.site-slides {
  position: relative;
}
.site-slides .slick-arrow {
  background: #cc9036 none repeat scroll 0 0;
  border: 2px solid #cc9036;
  border-radius: 5px;
  color: #fff;
  font-size: 32px;
  height: 66px;
  position: absolute;
  top: calc(50% - 20px);
  width: 66px;
  z-index: 100;
}
.site-slides .slick-arrow.slick-prev {
  left: 50px;
}
.site-slides .slick-arrow.slick-next {
  right: 50px;
}
.site-slides .slick-list h3,
.site-slides .slick-list .des-slides {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  left: 30%;
  position: absolute;
  top: 0;
}
.site-slides .slick-list h3 {
  padding: 5px 20px;
  text-transform: uppercase;
  top: 10%;
  font-size: 40px;
}
.site-slides .slick-list .des-slides {
  font-size: 20px;
  left: 23%;
  padding: 5px 20px;
  top: 30%;
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav {
  line-height: 4;
}
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.site-nav .menu > li {
  float: left;
  position: relative;
  padding: 0 20px;
}
.site-nav .menu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  color: #6f6f6f;
  padding: 0;
  font-weight: bold;
}
.site-nav .menu > li:hover > a {
  color: #cc9036;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.site-nav .menu > li:hover > a:hover::before,
.site-nav .menu > li:hover > a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
  background: #cc9036;
}
.site-nav .menu > li.current-menu-item > a {
  color: #cc9036;
  transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.site-nav .menu > li:hover > a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 20px;
  height: 3px;
  width: 75%;
  background-color: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}
.site-nav .menu > li.current-menu-item > a:hover::before,
.site-nav .menu > li.current-menu-item > a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
  background: #cc9036;
}
.site-nav .menu > li.current-menu-item > a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 20px;
  height: 3px;
  width: 75%;
  background-color: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}
.site-nav .menu > li > a > i {
  font-size: 1.25rem;
  line-height: 20px;
}
.site-nav .sub-menu {
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: none;
  min-width: 16rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
}
.site-nav li:hover .sub-menu {
  display: block;
}
.site-nav .sub-menu > li > a {
  font-size: 0.875rem;
  color: #333;
  white-space: nowrap;
  display: block;
  padding: 0.375rem 0.9375rem;
}
.site-nav .sub-menu > li > a:hover {
  color: #333;
  background: #ddd;
}
.site-nav .site-stats {
  display: none;
}
@media (max-width: 991px) {
  .site-nav-toggler {
    font-size: 2rem;
    color: #fff;
    float: left;
    padding: 0;
  }
  #site-nav {
    clear: both;
  }
  .site-nav .menu {
    padding-bottom: 0.625rem;
  }
  .site-nav .menu > li {
    cursor: pointer;
    float: none;
  }
  .site-nav .menu > li.menu-item-has-children:before {
    content: '\f104';
    font-family: 'Ionicons';
    font-size: 1rem;
    color: #fff;
    float: right;
  }
  .site-nav .menu > li > a {
    display: inline-block;
    height: auto;
    line-height: inherit;
    padding: 0.3125rem 0.625rem;
  }
  .site-nav .sub-menu {
    display: none;
    clear: both;
    position: static;
    width: auto;
  }
  .site-nav li:hover > .sub-menu {
    display: none;
  }
  .site-slides .slick-list h3 {
    left: 15%;
  }
  .site-slides .slick-list .des-slides {
    left: 15%;
    top: 45%;
  }
  .home-style2 .advanced-search {
    margin-top: -252px;
  }
  .home-style2 .site-slides .slick-list h3,
  .home-style2 .site-slides .slick-list .des-slides {
    display: none;
  }
  .home-style2 .site-slides .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .home-style2 .advanced-search {
    margin-top: 0;
  }
  .home-style2 .site-slides .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .site-nav .site-stats {
    display: block;
    float: right;
    line-height: 1.25;
    margin-top: 0.125rem;
  }
  .site-nav .site-stats li {
    color: #fff;
  }
}
/*Mobile Menu*/
.head-mobile {
  display: none;
  position: relative;
}
.head-mobile p {
  font-size: 0.65rem;
  margin-top: -1.5rem;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
.head-mobile .toggle-mobile-menu .button {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 12399994;
  margin-top: -4rem;
}
.head-mobile .toggle-mobile-menu .button:before {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  height: 2px;
  width: 20px;
  background: #000;
  content: '';
}
.head-mobile .toggle-mobile-menu .button:after {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.head-mobile .toggle-mobile-menu.active .button:before {
  top: 23px;
  background: #000;
  width: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head-mobile .toggle-mobile-menu.active .button:after {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 23px;
  border: 0;
  height: 2px;
  width: 19px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-open .mobile-menu {
  z-index: 99999999;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease, visibility 0s ease 0s,
    z-index 0s ease 0s;
  -moz-transition: -moz-transform 0.4s ease, visibility 0s ease 0.5s,
    z-index 0s ease 0s;
  -o-transition: -o-transform 0.4s ease, visibility 0s ease 0.5s,
    z-index 0s ease 0s;
  transition: transform 0.4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
}
.mobile-menu {
  background: rgba(51, 51, 51, 0.97);
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease, visibility 0s ease 0.5s,
    z-index 0s ease 0.5s;
  -moz-transition: -moz-transform 0.4s ease, visibility 0s ease 0.5s,
    z-index 0s ease 0.5s;
  -o-transition: -o-transform 0.4s ease, visibility 0s ease 0.5s,
    z-index 0s ease 0.5s;
  transition: transform 0.4s ease, visibility 0s ease 0.5s, z-index 0s ease 0.5s;
}
.mobile-menu ul {
  width: 280px;
  text-align: initial;
  list-style: none;
  margin-left: -3rem;
}
.mobile-menu ul > li:last-child {
  border-bottom: none;
}
.mobile-menu ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-menu ul li.menu-item-has-children::after {
  content: '\f078';
  position: absolute;
  top: 0;
  right: 20px;
  font: 1em/46px 'FontAwesome';
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  color: #fff;
}
.mobile-menu ul li.menu-item-has-children.active::after {
  -webkit-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -o-transform: rotate(540deg);
  transform: rotate(540deg);
}
.mobile-menu ul li a {
  padding: 1em;
  display: block;
  color: #fff;
  line-height: 20px;
  border-left: 2px solid transparent;
}
.mobile-menu ul li a:hover {
  text-decoration: none;
}
.mobile-menu ul li:hover > a,
.mobile-menu ul li.active > a,
.mobile-menu ul li.current-menu-item > a {
  border-color: #e3682d;
}
.mobile-menu ul li.menu-item-has-children > a {
  display: inline-block;
}
.mobile-menu .sub-menu a {
  padding-left: 20px;
}
.mobile-menu .sub-menu a::before {
  content: '-';
  display: inline-block;
  font-family: 'FontAwesome';
  color: #999;
  margin: 0 5px 0 0;
}
.mobile-menu .sub-menu .sub-menu a::before {
  content: '--';
}
.mobile-menu .close-menu {
  text-align: center;
  display: block;
  color: #e3682d;
  font-size: 28px;
  line-height: 50px;
}
.mobile-menu .close-menu:hover {
  color: #e3682d;
}
@media (max-width: 991px) {
  .head-mobile {
    display: block;
  }
  .site-header.clone .head-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .head-mobile {
    margin-top: 0.5rem;
    float: right;
  }
}
@media (max-width: 575px) {
  .header-m {
    margin-top: -2rem;
  }
}
/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.advanced-search {
  background: #f7f5ee;
  padding: 50px 0;
}
.advanced-search p {
  color: #333;
  font-size: 24px;
  font-family: Arial;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-advanced-search {
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 1.25rem 0.9375rem 0.3125rem;
}
.form-aside-advanced-search {
  background: transparent !important;
  padding: 0 !important;
}
.demand-radio {
  cursor: pointer;
  position: relative;
  margin-right: -4px;
  margin-bottom: 0;
}
.demand-radio input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.demand-radio .name {
  color: #cc9036;
  background: #fff;
  border: 1px solid #cc9036;
  text-align: center;
  display: block;
  min-width: 8.75rem;
  padding: 0.5rem 0.9375rem;
}
.demand-radio input:checked + .name {
  color: #fff;
  background: #cc9036;
}
.demand-radio input:checked + .name:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.625rem;
  border-top: 0.625rem solid #cc9036;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
.count-res {
  font-size: 1.25rem;
  color: #cc9036;
  text-align: right;
  line-height: 1.25;
}
.count-res strong {
  font-size: 1.875rem;
  font-weight: 700;
}
section .advanced-search {
  background: transparent;
  padding: 50px 0;
}
section .advanced-search .title-section {
  padding: 0 15px;
  color: #333;
  font-size: 22px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
section .advanced-search p {
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}
section .advanced-search p span {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .form-aside-advanced-search .demand-radio .name {
    min-width: 0 !important;
    padding: 0.5rem 0.5rem !important;
  }
}
@media (max-width: 575px) {
  .demand-radio .name {
    min-width: 7.5rem;
    padding: 0.5rem 0.625rem;
  }
  .advanced-search {
    padding: 0.9375rem 0;
  }
  .form-advanced-search {
    padding: 0.9375rem 0.625rem 0;
  }
}
/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
  padding: 50px 0;
}
.module .module-header {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  margin-bottom: 30px;
}
.module .module-header .sub-header {
  font-size: 14px;
  color: #cc9036;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 300;
}
.module .module-header:after {
}
.module h2.module-title {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  padding-left: 40px;
  font-weight: bold;
  position: relative;
}
.module h2.module-title:before {
  content: ' ';
  width: 30px;
  height: 28px;
  border-top: 1px solid #cc9036;
  position: absolute;
  top: 50%;
  left: 0;
}
.module .module-title a {
  color: inherit;
}
.module .module-title i {
  margin-right: 0.3125rem;
}
.module .module-more {
  color: #cc9036;
  float: right;
  margin-top: 0.5rem;
}
.module a.module-more:hover {
  text-decoration: underline;
  color: #cc9036;
}
.module span.module-more {
  color: #333;
}
.module span.module-more strong {
  color: #c22;
}
@media (max-width: 575px) {
  .module .module-title:after {
    display: none;
  }
}
/*--------------------------------------------------------------
# partners
--------------------------------------------------------------*/
.module-doi-tac {
  padding: 20px 0 20px 0;
}
.module-doi-tac .module-header {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  float: none;
  margin-bottom: 30px;
}
.module-doi-tac .module-header .sub-header {
  font-size: 14px;
  color: #cc9036;
  margin: 0;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 300;
}
.module-doi-tac h2.module-title {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  padding-left: 40px;
  font-weight: bold;
  position: relative;
}
.module-doi-tac h2.module-title:before {
  content: ' ';
  width: 30px;
  height: 28px;
  border-top: 1px solid #cc9036;
  position: absolute;
  top: 50%;
  left: 0;
}
.carousel-partners {
  background: #fff;
  padding: 0.9375rem 3.125rem;
}
.carousel-partners .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  font-size: 1.625rem;
  color: #000;
  background: transparent;
  border: 0;
}
.carousel-partners .slick-arrow:hover {
  color: #152b75;
}
.carousel-partners .slick-prev {
  left: 0.9375rem;
}
.carousel-partners .slick-next {
  right: 0.9375rem;
}
.carousel-partners .item {
  text-align: center;
}
.carousel-partners .item img {
  display: inline-block;
  width: auto;
  max-height: 110px;
}
.partners-desc {
  color: #fff;
  background: #152b75;
  text-align: center;
  padding: 0.3125rem 0.625rem;
}
@media (max-width: 767px) {
  .module-doi-tac h2.module-title {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# module vip res
--------------------------------------------------------------*/
/*.module-project .list-project {
    margin-bottom: -170px;
}*/
.module-vip-res {
  padding: 0.625rem;
}
.module-vip-res .title {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}
.module-vip-res img {
  height: 235px;
  object-fit: cover;
  margin: 0 auto;
}
.vip-res .slick-arrow {
  opacity: 0.5;
  background: #cc9036 none repeat scroll 0 0;
  border: 2px solid #cc9036;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 30%;
  z-index: 100;
}
.vip-res .slick-arrow:hover {
  opacity: 1;
}
.vip-res .slick-arrow.slick-prev {
  left: -45px;
}
.vip-res .slick-arrow.slick-next {
  right: -45px;
}
.vip-res .slick-list {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.vip-re {
  text-align: center;
  padding: 0 15px;
}
.vip-re .image {
  display: block;
  position: relative;
}
.vip-re .vip {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #fbbc05;
  line-height: 1.25;
  padding: 1px 0.3125rem;
  position: absolute;
  z-index: 10;
  top: 0.3125rem;
  left: 0;
}
.vip-re .vip:before {
  content: ' ';
  border-left: 0.5rem solid #fbbc05;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.4375rem solid transparent;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
.vip-re .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.vip-re .name a {
  color: #333;
}
.vip-re .name a:hover {
  color: #cc9036;
}
.vip-re .price,
.vip-re .area {
  display: block;
}
.vip-re .title-category {
  color: #827e79;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
}
.dang-ban {
  text-align: center;
}
.dang-ban img {
  min-height: 180px;
  max-height: 180px;
}
.dang-ban .khoang-cach {
  margin-bottom: 2rem;
}
.dang-ban .title-category {
  color: #827e79;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
}
.dang-ban .name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.dang-ban .name a {
  color: #333;
}
.dang-ban .name a:hover {
  color: #cc9036;
}
.su-kien-mo-ban {
  background-color: #152b75;
  background-image: url(images/background_footer.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.su-kien-mo-ban .module-title {
  color: #fff;
}
.su-kien-mo-ban .vip-re .title-category {
  color: #fff;
}
.su-kien-mo-ban .vip-re .name a {
  color: #fff;
}
@media (max-width: 767px) {
  .site-slides .slick-arrow {
    font-size: 25px;
    height: 45px;
    width: 45px;
  }
  .site-slides .slick-arrow.slick-prev {
    left: 10px;
  }
  .site-slides .slick-arrow.slick-next {
    right: 10px;
  }
  .vip-res .slick-arrow.slick-next {
    right: -10px;
  }
  .vip-res .slick-arrow.slick-prev {
    left: -10px;
  }
  .vip-res .slick-arrow {
    font-size: 16px;
    height: 30px;
    width: 30px;
    top: 25%;
  }
  .module-project .bg-bottom-project {
    background: #f8f5ee;
    min-height: 150px;
  }
  .bottom-search {
    margin-bottom: 1rem;
  }
  .module h2.module-title {
    font-size: 24px;
    text-align: left;
    line-height: 30px;
  }
  .module h2.module-title:before {
    top: 15px;
  }
}
/*--------------------------------------------------------------
# Danh mục dự án
--------------------------------------------------------------*/
.contetn-da {
  margin-bottom: 30px;
}
.dm-da .contetn-da img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.dm-da {
  background: url(images/bg-main-content-bds.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.dm-da .info {
  background: #fff;
  padding: 10px 12px 20px 12px;
}
.dm-da .info .name {
  color: #cc9036;
  font-size: 20px;
  padding: 15px 5px 0;
  height: 45px;
}
.dm-da .info .name a {
  color: #cc9036;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.dm-da .info ul {
  list-style: none;
  margin: 0;
  padding: 15px 5px 0;
}
.dm-da .info ul li {
  text-align: right;
}
.dm-da .info ul li span {
  float: left;
}
.dm-da .info ul li a {
  color: #333;
}
.dm-con .info {
  background: #fff;
  padding: 10px 12px 20px 12px;
}
.dm-con .info .name {
  color: #cc9036;
  font-size: 20px;
  padding: 15px 5px 0;
  height: 45px;
}
.dm-con .info .name a {
  color: #cc9036;
}
.dm-con .info ul {
  list-style: none;
  margin: 0;
  padding: 15px 5px 0;
}
.dm-con .info ul li {
  text-align: right;
}
.dm-con .info ul li span {
  float: left;
}
.dm-con .info ul li a {
  color: #333;
}
/*--------------------------------------------------------------
# float re
--------------------------------------------------------------*/
.float-re {
  padding: 0.3125rem;
}
.float-re:nth-of-type(2n + 2) {
  background: #f3f6fb;
}
.float-re:after {
  content: ' ';
  display: table;
  clear: both;
}
.float-re .image {
  background: #ccc;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  display: block;
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.625rem;
}
.float-re .info {
  overflow: hidden;
}
.float-re .name,
.float-re .price,
.float-re .cat,
.float-re .area,
.float-re .district,
.float-re .meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  width: 25%;
  padding-right: 0.625rem;
}
.float-re .name {
  font-size: 0.8125rem;
  font-weight: 700;
  width: 75%;
  margin-top: 0.1875rem;
  margin-bottom: 0.4375rem;
}
.float-re .price {
  line-height: 1.25;
  width: 25%;
}
.float-re .price strong {
  font-size: 1rem;
}
.float-re .cat {
  font-weight: 700;
  color: #333;
  clear: left;
}
.float-re .cat:hover {
  color: #cc9036;
}
.float-re .district i {
  margin-right: 0.3125rem;
}
.float-re .meta {
  list-style: none;
  padding-left: 0;
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.float-re .meta li {
  font-size: 0.75rem;
  color: #999;
  float: left;
  margin-right: 0.625rem;
}
.float-re .meta li i {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 1199px) {
  .float-re .cat,
  .float-re .area,
  .float-re .district,
  .float-re .meta {
    width: 50%;
  }
  .float-re .name {
    margin-bottom: 0.125rem;
  }
}
@media (max-width: 575px) {
  .float-re .name,
  .float-re .price,
  .float-re .cat,
  .float-re .area,
  .float-re .district,
  .float-re .meta {
    float: none;
    width: auto;
  }
  .float-re .name {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .float-re .cat,
  .float-re .area,
  .float-re .district {
    display: none;
  }
}
/*--------------------------------------------------------------
# aside re
--------------------------------------------------------------*/
.aside-re {
  padding: 0.3125rem;
}
.aside-re:nth-of-type(2n + 2) {
  background: #f3f6fb;
}
.aside-re:after {
  content: ' ';
  display: table;
  clear: both;
}
.aside-re .image {
  background: #ccc;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  display: block;
  float: left;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.625rem;
}
.aside-re .info {
  overflow: hidden;
}
.aside-re .name {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.aside-re .price {
  display: block;
  float: right;
  width: 40%;
  line-height: 1.25;
}
.aside-re .price strong {
  font-size: 0.875rem;
}
.aside-re .meta {
  float: left;
  width: 60%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.aside-re .meta li {
  font-size: 0.75rem;
  color: #999;
  float: left;
  margin-right: 0.625rem;
}
.aside-re .meta li i {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 1199px) {
  .aside-re .name {
    margin-bottom: 0.125rem;
  }
  .aside-re .price,
  .aside-re .meta {
    float: none;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re {
  margin: 2rem 0;
}
.re-title {
  font-size: 22px;
  color: #0a2554;
  font-weight: 600;
  text-transform: uppercase;
}
.tom-tat {
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}
.tom-tat p {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.tom-tat span {
  font-size: 16px !important;
}
.tom-tat strong {
  color: #0a2554;
  font-weight: 700;
}
.re-tab-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.625rem;
  margin: 30px 0 40px 0;
}
.re-tab-nav:after {
  content: ' ';
  display: table;
  clear: both;
}
.re-tab-nav li {
  float: left;
}
.re-tab-nav li a {
  background: #f7f7f7;
  color: #555;
  display: block;
  font-weight: 600;
  padding: 15px 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.re-tab-nav li a:hover {
  color: #fff;
  background: #cc9036;
}
.re-tab-nav li a.active {
  color: #fff;
  background: #152b75;
}
.re-images a {
  display: block;
  position: relative;
  padding-top: 60%;
}
.re-images a img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.re-thumbs {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.re-thumbs .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}
.re-thumbs .slick-slide {
  display: block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  height: 80px;
}
.re-thumbs .slick-slide a {
  display: block;
  position: relative;
}
.re-thumbs .slick-slide a:before {
  content: ' ';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.re-thumbs .slick-slide a:hover:before,
.re-thumbs .slick-slide.slick-current a:before {
  visibility: visible;
  opacity: 1;
}
.re-thumbs .slick-arrow {
  font-size: 1.125rem;
  color: #fff;
  background: #333;
  border: 0;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-top: -0.875rem;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
}
.re-thumbs .slick-arrow:hover {
  color: #fff;
  background: #cc9036;
}
.re-thumbs .slick-prev {
  left: 0;
}
.re-thumbs .slick-next {
  right: 0;
}
.re-contact {
  padding: 0.9375rem 0.9375rem 0;
}
.re-contact-form {
  margin-bottom: 0.9375rem;
}
.re-contact-form .title {
  font-size: 1.125rem;
}
.re-district-price {
  background: #e5f9e7;
}
.re-district-price:after {
  content: ' ';
  display: table;
  clear: both;
}
.re-district {
  font-size: 0.875rem;
  float: left;
  padding: 0.625rem 0.625rem 0.5rem;
}
.re-price {
  font-size: 1.125rem;
  color: #fff;
  background: #cc9036;
  float: right;
  padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
  position: relative;
}
.re-price:before {
  content: ' ';
  display: block;
  border-right: 1rem solid #cc9036;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  position: absolute;
  z-index: 10;
  right: 100%;
  top: 0;
}
.re-price strong {
  font-size: 1.25rem;
}
.re-block {
  padding: 0;
}
.re-contact-info {
  margin-bottom: 0.9375rem;
}
.re-contact-info:after {
  content: ' ';
  display: table;
  clear: both;
}
.re-contact-info .image {
  float: left;
  margin-right: 0.9375rem;
}
.re-contact-info .info {
  overflow: hidden;
}
.re-contact-info .name {
  font-size: 1.125rem;
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1px;
}
.re-contact-info .phone {
  font-size: 1.125rem;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  border-radius: 0.125rem;
  display: inline-block;
  padding: 0.1875rem 0.75rem 0.125rem;
}
.re-contact-info .phone:hover {
  color: #cc9036;
}
.re-contact-info .phone i {
  color: #cc9036;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.re-property {
  list-style: none;
  padding: 0;
  margin-bottom: 0.9375rem;
}
.re-property:after {
  content: ' ';
  display: table;
  clear: both;
}
.re-property li {
  border: 1px solid #ddd;
  float: left;
  width: 25%;
  padding: 0.4375rem 0.625rem 0.25rem;
  margin-left: -1px;
  margin-bottom: -1px;
}
.re-property li i {
  font-size: 0.9375rem;
  margin-right: 0.5rem;
}
.re-address {
  font-size: 0.875rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.9375rem;
}
.re-address i {
  font-size: 0.9375rem;
  margin-right: 0.5rem;
}
.re-content {
  font-size: 0.875rem;
  text-align: justify;
  margin-bottom: 1.25rem;
}
.re-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.re-social:after {
  content: ' ';
  display: table;
  clear: both;
}
.re-social li {
  float: left;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.re-social .fb-send > span {
  width: 450px !important;
}
.re-block .khuyen-mai {
  border: 2px dashed #0a2453;
  background-color: #fff588;
  font-size: inherit;
  padding: 20px;
  margin: 30px 0;
  clear: both;
}
.tin-cung-chu-de {
  margin-top: 20px;
}
.tin-cung-chu-de .title {
  font-size: 22px;
  color: #0a2453;
  font-weight: 700;
}
.tin-cung-chu-de ul {
  padding: 20px;
}
.tin-cung-chu-de ul li {
  padding-bottom: 5px;
}
.du-an-lien-quan .slick-arrow {
  opacity: 0.5;
  background: #cc9036 none repeat scroll 0 0;
  border: 2px solid #cc9036;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 30%;
  z-index: 100;
}
.du-an-lien-quan .slick-arrow:hover {
  opacity: 1;
}
.du-an-lien-quan .slick-arrow.slick-prev {
  left: -45px;
}
.du-an-lien-quan .slick-arrow.slick-next {
  right: -45px;
}
.du-an-lien-quan .slick-list {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.lien-quan .title {
  font-size: 22px;
  color: #0a2453;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .re-property li {
    width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .re-property li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .du-an-lien-quan .slick-arrow.slick-prev {
    left: -20px;
  }
  .du-an-lien-quan .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (max-width: 575px) {
  .re-title {
    font-size: 1rem;
  }
  .re-tab-nav li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .re-thumbs .slick-arrow {
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-top: -0.75rem;
  }
  .re-block {
    padding: 0.625rem;
  }
  .re-social .fb-send > span {
    width: 300px !important;
  }
}
@media (max-width: 400px) {
  .re-property li {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# module news
--------------------------------------------------------------*/
.module-news {
  padding: 50px 0;
  background: #f7f5ee;
  background-size: cover;
}
.module-news .post {
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}
.module-news .post .post-img {
  vertical-align: top;
  padding: 0;
  display: inline-block;
  float: right;
}
.module-news .post .post-img img {
  max-height: 295px;
  min-height: 295px;
  width: 100%;
}
.module-news .post .post-content {
  max-height: 232px;
  height: auto;
  line-height: 24px;
  padding: 30px;
  color: #a59d92;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.module-news .post .post-content .title-category {
  font-size: 14px;
  color: #cc9036;
  font-weight: bold;
}
.module-news .post .post-content .title-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-news .post .post-content .title-category ul.post-categories li a {
  color: #cc9036;
}
.module-news .post .post-content p {
  font-size: 12px;
}
.module-news .post .post-content .title {
  margin: 0;
  font-size: 16px;
  margin-top: 10px;
  text-transform: none;
  font-family: Arial;
  font-weight: bold;
}
.module-news .post .post-content .title a {
  color: #333;
}
.module-news .post .post-content .title a:hover {
  color: #cc9036;
}
/*--------------------------------------------------------------
# Trang chi tiết dự án
--------------------------------------------------------------*/
h2.title-small {
  color: #fff;
  background: #152b75;
  padding: 12px 15px;
  padding-left: 60px;
  margin-bottom: 15px;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  clear: both;
}
h2.title-small:before {
  content: url(images/icon-title.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #edab21;
}
/*--------------------------------------------------------------
# Giới thiệu
--------------------------------------------------------------*/
.module-gioi-thieu {
  background: #f7f5ee;
  background-size: cover;
}
.item-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.item-gallery .title-gallery {
  background: linear-gradient(transparent, #444 95%);
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.module-aside-advanced-search h2.module-title {
  text-align: left;
  font-size: 26px;
  line-height: 45px;
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  position: relative;
}
.module-project-sb h2.module-title {
  text-align: left;
  font-size: 26px;
  line-height: 45px;
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  position: relative;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
  margin-bottom: 0.9375rem;
}
.widget .widget-header {
  border-bottom: 1px solid #cc9036;
  margin-bottom: 0.625rem;
}
.widget .widget-header:after {
  content: ' ';
  display: table;
  clear: both;
}
.widget .widget-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
  background: #cc9036;
  float: left;
  padding: 0.375rem 0.625rem 0.25rem;
  margin-bottom: 0;
  position: relative;
}
.widget .widget-title:after {
  content: ' ';
  background: #cc9036;
  display: block;
  width: 2rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: -0.9375rem;
  bottom: -1px;
  transform: skewX(40deg);
}
/*--------------------------------------------------------------
# user
--------------------------------------------------------------*/
.user-nav {
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.user-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.user-nav ul li {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.user-nav ul li a {
  font-size: 0.875rem;
  color: #333;
  background: #ddd;
  display: block;
  padding: 0.3125rem 1.25rem 0.1875rem;
}
.user-nav ul li a:hover {
  color: #fff;
  background: #333;
}
.user-nav ul li.current-menu-item a {
  color: #fff;
  background: #cc9036;
}
.user-nav ul li a i {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.form-upload {
  text-align: center;
  background: #eceeef;
  border: 1px solid #ddd;
  padding: 1.875rem 0.9375rem;
}
.form-upload input {
  display: none;
}
.form-upload label {
  font-size: 0.875rem;
  color: #fff;
  background: #337ab7;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  padding: 0 1.25rem;
  margin-bottom: 0;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.form-upload label:hover {
  background: #296090;
}
.form-upload label i {
  font-size: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.form-upload label span {
  display: inline-block;
  vertical-align: middle;
}
.form-upload .note {
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
.form-upload .uploading {
  font-weight: 700;
  color: #337ab7;
  margin-bottom: 0.625rem;
}
.form-upload .images {
  list-style: none;
  padding: 0;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 0.625rem;
}
.form-upload .images:after {
  content: ' ';
  display: table;
  clear: both;
}
.form-upload .images li {
  position: relative;
  float: left;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}
.form-upload .images .remove {
  font-size: 1rem;
  color: #e81123;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0.625rem;
}
.form-upload .images .remove:hover {
  color: #f00;
}
.table-user-res th,
.table-user-res td.col-price,
.table-user-res td.col-status,
.table-user-res td.col-action {
  white-space: nowrap;
}
.table-user-res td.col-image img {
  font-size: 0;
  color: transparent;
  background: #ddd;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
}
.table-user-res td.col-stt,
.table-user-res td.col-status,
.table-user-res td.col-action {
  text-align: center;
}
.table-user-res td.col-status .publish,
.table-user-res td.col-status .pending {
  font-size: 1.25rem;
  line-height: 1;
}
.table-user-res td.col-status .publish {
  color: #3e991c;
}
.table-user-res td.col-status .pending {
  color: #007abd;
  border: 1px solid #007abd;
  border-radius: 50%;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.table-user-res td.col-action a {
  font-size: 1.25rem;
  line-height: 1;
}
.table-user-res td.col-action .remove {
  color: #e81123;
}
.table-user-res td.col-action .remove:hover {
  color: #ff0000;
}
.table-user-res td.col-action .edit {
  color: #cc9036;
  margin-right: 0.3125rem;
}
.table-user-res td.col-action .edit:hover {
  color: #ffa500;
}
@media (max-width: 991px) {
  .table-user-res .col-demand,
  .table-user-res .col-cat,
  .table-user-res .col-area,
  .table-user-res .col-price {
    display: none;
  }
}
@media (max-width: 575px) {
  .table-user-res .col-stt,
  .table-user-res .col-image {
    display: none;
  }
  .table-user-res th,
  .table-user-res td {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}
/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
article.news {
  margin-top: 15px;
}
article.news img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  padding-bottom: 10px;
}
.news .name .image {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
  text-align: justify;
}
.post .name > a {
  display: block;
  font-size: 18px;
  margin: 8px 0;
}
.float-post {
  margin-bottom: 0.975rem;
}
.float-post::before,
.float-post::after {
  clear: both;
  content: ' ';
  display: table;
}
.float-post .image {
  float: left;
  margin-right: 10px;
}
.float-post .name > a {
  display: block;
  font-size: 15px;
}
.float-post .desc {
  margin-bottom: 0;
}
h1.entry-title {
  font-size: 26px;
}
.entry-share {
  padding: 0;
}
.entry-share li {
  display: inline-block;
  float: right;
  line-height: 10px;
  list-style: outside none none;
  margin-left: 20px;
}
.entry-content > p:first-child {
  font-weight: 700;
}
figure.aligncenter {
  margin: 0 auto 10px;
  text-align: center;
}
figcaption.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
article h5.name > a {
  display: block;
  font-size: 15px;
  margin: 5px 0;
}
.entry-tags .title {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.entry-tags ul {
  margin: 0;
  padding: 0;
}
.entry-tags ul > li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 15px;
}
.entry-tags ul > li > a {
  background: #cc9036 none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 5px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 1.875rem;
  background-color: #152b75;
  background-image: url(images/background_footer.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.site-footer .hotline {
  background: #cc9036;
  padding: 10px 30px 0px 25px;
  border-radius: 5px;
}
.site-footer .hotline .hotline-icon,
.site-footer .hotline ul {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  list-style: none;
}
.site-footer .hotline .hotline-icon {
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 2px 9px;
  margin-top: -12px;
  height: 34px;
  line-height: 35px;
}
.site-footer .hotline .hotline-icon i {
  font-size: 20px;
}
.site-footer .hotline li {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 0;
}
.site-footer .hotline ul {
  padding-left: 10px;
}
.site-footer .hotline li:before {
  content: none;
}
.site-footer .hotline li:last-child {
  font-family: Arial;
  font-weight: bold;
  font-size: 22px;
}
.footer-top {
  padding: 50px 0;
}
.footer-top .info-contact {
  color: #9fafe3;
  font-family: Arial;
  font-size: 14px;
}
.footer-top .info-contact .title-company {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial;
  line-height: 24px;
  margin: 30px 0;
}
.footer-top .info-contact ul.info {
  list-style: none;
  margin-bottom: 30px;
  margin: 0;
  padding: 0;
}
.footer-top .info-contact ul.info li {
  line-height: 18px;
  display: block;
  position: relative;
  padding-bottom: 10px;
  padding-left: 25px;
}
.footer-top .info-contact ul.info li:before {
  font-family: FontAwesome;
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
}
.footer-top .info-contact ul.info li:nth-child(1):before {
  content: '\f041';
}
.footer-top .info-contact ul.info li:nth-child(2):before {
  content: '\f095';
}
.footer-top .info-contact ul.info li:nth-child(4):before {
  content: '\f0e0';
}
.footer-top .info-contact ul.info li:nth-child(3):before {
  content: '\f1ac';
}
.footer-top .info-contact ul.info li:last-child:before {
  content: '\f0ac';
}
.footer-top .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top .social ul li {
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  font-family: Arial;
}
.footer-top .social ul li:before {
  font-family: FontAwesome;
  font-size: 7px;
  content: '\f111';
  color: #cc9036;
  position: absolute;
  left: 0;
  top: 2px;
}
.footer-top .social li.facebook:before {
  content: '\f09a';
  font-size: 14px;
  top: 0;
  font-family: FontAwesome;
}
.footer-top .social li.youtube:before {
  content: '\f167';
  font-size: 14px;
  top: 0;
  font-family: FontAwesome;
}
.footer-top .social li.instagram:before {
  content: '\f16d';
  font-size: 14px;
  top: 0;
  font-family: FontAwesome;
}
.footer-top li a {
  color: #9fafe3;
}
.footer-top .newsletter {
  color: #9fafe3;
}
.footer-top .newsletter input {
  padding: 5px 0 5px 5px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.footer-top .newsletter input[type='email'] {
  border: none;
  color: #454545;
  padding-left: 15px;
  width: calc(100% + 45px);
  line-height: 30px;
  vertical-align: middle;
}
.footer-top .newsletter input[type='submit'] {
  background: #cc9036;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  font-size: 19px;
  padding: 0px 0 3px;
  width: 34px;
  height: 34px;
  margin-left: -9px;
  margin-top: 3px;
}
.widget-footer-top {
  margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
  color: #dedede;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  padding-top: 37px;
  font-weight: 600;
}
.widget-footer-top .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget-footer-top .menu > li {
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  font-family: Arial;
}
.widget-footer-top .menu > li a {
  color: #9fafe3;
}
.widget-footer-top .menu > li:before {
  font-family: FontAwesome;
  font-size: 7px;
  content: '\f111';
  color: #cc9036;
  position: absolute;
  left: 0;
  top: 2px;
}
.widget-footer-top .menu > li + li {
  margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
  color: #9fafe3;
}
.widget-footer-top .menu > li > a:hover {
  color: #cc9036;
}
.footer-bottom {
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #9fafe3;
}
.footer-bottom p {
  margin-bottom: 0.125rem;
}
@media (max-width: 767px) {
}
.scroll-top,
.scroll-top:focus {
  font-size: 1.625rem;
  color: #fff;
  background: rgba(102, 102, 102, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 10rem;
  position: fixed;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.scroll-top:before {
  content: ' ';
  background: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.scroll-top:hover {
  background: rgba(255, 255, 255, 0.7);
}
.scroll-top:hover:before {
  background: #fff;
}
.scroll-top i {
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .scroll-top,
  .scroll-top:focus {
    right: 0.9375rem;
    bottom: 0;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky {
  margin-top: -2rem;
  z-index: 999;
}
@media (max-width: 767px) {
  .sticky {
    display: none;
  }
}
