html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

a {
  text-decoration: none;
}

body {
  margin-bottom: 60px;
}

/* Loader Page */
.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  bottom: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-icon{
  font-size: 40px;
  color: orange;
  animation: loader 1s ease-in-out infinite;
  z-index: 99999999;
}

@keyframes loader{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(360deg);
  }
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* white-space: nowrap;*/
  min-height: 60px; 
  font-size: 14px;
  color: #212121;
}


.awc-header {
  padding: 7px 10px;
  background-color: #FFF2CC;
}

.awc-header a {
  color: #090909
}

.awc-footer {
  padding: 7px 10px;
}

.awc-footer a {
  color: #090909
}

.awc-menu-link {
  padding: 0px 20px !important;
}

.awc-form-search {
  width: 60%;
  margin: 0 auto;
}

.btn-search {
  width: 150px;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  padding: 5px 10px
}

.btn-search:hover {
  opacity: 0.9;
}

.awc-img-hot {
  width: 100%;
}

.awc-img-hot-large {
  width: 100%;
  min-height: 230px;
}

.awc-news-title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.awc-news-item-img {
  background-color: #f5f5f5;
  border-radius: 3px;
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 170px;
  height: 60px;
}

.awc-news-item-img img {
  border-radius: 3px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}


.awc-img-hot{
  border: 1px solid #f1f1f1;
}

.awc-news-item-caption {
  padding-left: 5px
}

.awc-news-item-caption a {
  font-size: 13px;
  line-height: 0px;
}

.awc-news-item-caption a h6 {
  font-size: 14px;
  font-weight: 400;
}

.awc-news-item-caption p {
  font-size: 14px;
}

.awc-ad-home {
  background-color: #FFF2CC;
  height: 0px;
}

.awc-product-name{
  margin-bottom: 0px !important;
  font-size: 14px !important;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.awc-product-image {
  background-color: #f5f5f5;
  border-radius: 3px;
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 200px;
  min-height: 200px;
}

.awc-product-image img {
  max-width: 100%;
  border-radius: 3px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.awc-product-more {
  position:absolute;
  top: 0;
  right: 0;
  color: #727272;
  margin: 5px 0px;
  font-size: 15px;
}

.awc-product-address{
  font-size: 15px;
  color: #727272;
}

.awc-product-group{
  position: relative;
}

.awc-product-price {
  font-size: 20px;
  overflow: hidden;
  max-width: 140px;
  max-height: 30px;
}

.awc-product-item {
  margin-bottom: 30px;
}

.awc-project-item {
  margin-bottom: 30px;
  padding-right: 10px;
}

.awc-project-name h6{
  margin-bottom: 0px !important;
}

.awc-project-image {
  background-color: #f5f5f5;
  border-radius: 3px;
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 200px;
  min-height: 200px;
}

.awc-project-image img {
  max-width: 100%;
  border-radius: 3px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.carousel-inner {
  border-radius: 3px;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  border-radius: 3px;
}

.awc-product-detail-info {
  width: 100%;
}

.awc-product-detail-info-item {
  margin-bottom: 10px;
  border-bottom: 1px dotted #dedede;
  padding-bottom: 5px;
}

.awc-product-detail-info-item .left {
  color: rgba(68, 76, 89, .76);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 999;
  padding: 5px 0px;
}

.awc-company-info {
  font-size: 14px;
  line-height: 24px;
  color:#2e2e2e
}

.awc-company-address {
  max-width: 400px
}

.awc-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  padding-left: 0px !important;
}

.awc-footer li {
  list-style: none;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color:#2e2e2e
}

.awc-main{
  min-height: 500px;
}

.awc-chart{
  
}

.awc-chart-hr{
  height: 1px;
  background-color: #8a8a8a;
  width: 200px;
}

.awc-title-all{
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}

.awc-sales-item{
  margin-bottom: 15px;
}

.awc-product-detail-info-item .left{
  min-width: 120px
}

.awc-product-detail-info-item .right{
  text-align: right;
}

.tableFixHead          { overflow: auto }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; text-align: center;}
.tableFixHead td { text-align: center; }

.awc-dictionary-item{
  width: 100%;
  text-align: left;
}

.awc-news-image{
  border-radius: 3px;
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative; 
  width: 100%;
  max-height: 180px;
  min-height: 180px;
}

.awc-news-image img{
  width: 100% !important;
  border-radius: 5px;
  min-height: 160px;
}

.awc-news-image-hot{
  border-radius: 3px;
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative; 
  width: 100%;
}

.awc-news-image-hot img{
  width: 100% !important;
  border-radius: 5px;
}

.awc-news-item .time{
  font-size: 14px;
  font-style: italic;
  opacity: 0.8;
}

.awc-news-item .summary{
  text-align: justify;
}

.awc-news-detail .desc{
  text-align: justify;
}

.awc-news-detail img{
  width: 100% !important;
  border-radius: 3px;
}

.awc-no-data{
  width: 40%;
}

.awc-nav-link{
  color: #2e2d2d !important
}

.awc-area-item{
  background-size: cover!important;
  display: inline-block;
  overflow: hidden;
  position: relative; 
  width: 100%;
}

.awc-area-item img{
  width: 100% !important;
  border-radius: 5px;
}

.awc-area-item img:hover{
  opacity: 0.8;
}

.awc-area-item .amount{
  color: #727272;
}

.awc-area-item .img-small{
  display: none;
}

.awc-area-item .img-larg{
  display: block;
}

.awc-area-item .btn-detail{
  padding: 7px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.awc-area-pb{
  border-bottom: 1px solid #e9e9e9;
  padding: 0px;
  padding-bottom: 15px;
}

.awc-contact {
  background-color: #f7f7f7;
  color: #313131;
  text-align: center;
  border-radius: 5px;
}
.awc-contact h4 {
  line-height: 40px;
  font-weight: 400;
  margin-top: 20px;
}
.awc-contact img {
  max-width: 100px;
}

/* line 1, ../scss/imports/components/_list-social.scss */
.list-social { --c-gap-links: 1.6rem; --size-link: 2rem; --clr-link: #fff; display: flex; align-items: center; flex-wrap: wrap; }
/* line 11, ../scss/imports/components/_list-social.scss */
.list-social-txt { margin-right: 1.6rem; }
/* line 14, ../scss/imports/components/_list-social.scss */
.list-social-links { display: flex; align-items: center; column-gap: var(--c-gap-links); }
/* line 18, ../scss/imports/components/_list-social.scss */
.list-social-links .link { background-color: var(--bg-link); color: var(--clr-link); width: var(--size-link); height: var(--size-link); border-radius: 100rem; background-clip: padding-box; display: flex; align-items: center; justify-content: center; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; }
@media (hover: hover) { /* line 6, ../scss/imports/mixins/_global.scss */
  .list-social-links .link:hover { transform: scale(0.9); -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; background-color: var(--bg-link-hover); } }


.awc-imap{
  height: 400px;
  width: 100%;
  border-radius: 5px;
}

.awc-imap iframe{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.awc-dmca{
  padding-top: 10px
}

.lazyload{
  background-color: #dedede;
}

#loadingSubmit{
  display: none;
}

.awc-project-wrapper{
  min-height: 200px;
}

.awc-project-wrapper button{
  color: #1861ac;
  padding-left: 20px !important;
}

.awc-project-session{
  padding: 5px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  margin-right: 10px;
  margin-top: 7px;
}

.awc-project-session a{
  display:block;
}

.awc-session-content *{
  width: 100% !important;
  max-height: 350px !important;
  overflow: hidden;
}

.awc-project-caption{
  font-size: 18px;
  font-weight: 500;
}

.awc-project-slide img{
  min-height: 400px !important;
  max-height: 400px !important;
}

.awc-project-image iframe{
  height: 400px !important;
  border-radius: 5px;
}

.awc-project-slide-zone{
  position: relative !important;
}

.slick-prev {
  left: 25px !important;
  /* top: 0 !important; */
  z-index: 99999;
}

.slick-next {
  right: 25px !important;
  /* top: 0 !important; */
  z-index: 99999;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: #0d6efd !important;
}

.awc-project-slide-zone button{
  color: #0d6efd !important;
}

.slick-track {
  margin-right: inherit !important;
  margin-left: inherit !important;
}

.awc-project-image-zone{
  position: relative;
  background-size: cover!important;
}

.awc-project-image-zone img{
  min-height: 380px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.awc-project-image-zone .caption{
  position: absolute;
  bottom: 0;
  min-height: 50px;
  max-height: 250px;
  background-image: linear-gradient(180deg,transparent,#000);
  width: 100%;
  padding: 10px;
  transition: max-height 1.5s ease-out;
  color: #fff;
  font-size: 18px;
}

.awc-project-image-zone .sub-caption{
  display: none;
  transition: max-height 1.5s ease-out;
}

.awc-project-image-zone:hover .sub-caption{
  display: block;
  transition: max-height 1.5s ease-out;
}

.awc-relative{
  position: relative !important;
}

.awc-absolute{
  position:absolute !important;
}

.awc-project-slide-gallery-nav img{
  border-radius: 5px;
  min-height: 92px;
  max-height: 92px;
  -o-object-fit: cover;
  object-fit: cover;
}

.awc-project-slide-gallery img{
  min-height: 700px;
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.awc-project-video iframe{
  height: 700px !important;
  border-radius: 5px;
}

.awc-product-slide-gallery{
  background-color: #dedede;
  border-radius: 3px;
  padding: 0px !important;
}

.awc-product-slide-gallery img{
  min-height: 350px;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
  border-right: 2px solid #dedede;
}

.awc-product-slide-gallery img:hover{
  opacity: 0.8;
}

.awc-product-slide-gallery-nav img{
  border-radius: 5px;
  min-height: 92px;
  max-height: 92px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-detail-house {
  width: 100%;
  background: #fff;
  position: relative;
}
.content-detail-house header.detail-house {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.content-detail-house .detail-house .address {
  font-size: 16px;
  color: #999;
  display: flex;
}
.content-detail-house .detail-house .address p {
  display: inline-block;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #838383;
  margin-right: 5px;
  margin-bottom: 0.5rem !important;
}
.content-detail-house .detail-house .address p a {
  color: #838383;
}
.listing-id-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.content-detail-house header.detail-house h1 {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.detail-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 8px;
}

.content-detail-house header.detail-house ul.detailroom {
  color: #444c59;
  font-size: 1.7em;
  font-weight: 400;
}
.content-detail-house header.detail-house ul.detailroom li.listing-detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: none;
  padding-left: 0;
}

.content-detail-house header.detail-house ul.detailroom li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.content-detail-house header.detail-house ul.detailroom li {
  position: relative;
  display: inline;
  font-size: 15px;
  color: #444c59;
}

.detail-row .detailroom {
  width: 100%;
}

.fancybox__container{
  z-index: 999999 !important;
}