body {
    font-family: 'Rubik', sans-serif, 'Battambang', cursive !important;
    /* font-family: HELVETICA NEUE!important; */
    position: relative;
    background: #EDF3F8;
    overflow-x: hidden;
    font-size: 14px;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif, 'Battambang', cursive;
    /* font-family: HELVETICA NEUE!important; */
    font-weight: 600;
    color: #1f1f1f;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.pd-0 {
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pd-0 {
    padding: 0px;
}


/*Animations*/

[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
    transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
    opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}


/* ------- Scroll Menu  ------ */

.float-panel {
    width: 100%;
    background: #fff;
    z-index: 300;
    /* transform: translateZ(0);*/
    transition: all 0.5s;
}

.float-panel .content-area {
    max-width: 900px;
    margin: 10px auto;
}

.fixed {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0px;
    animation: slide-down 0.7s;
    background: #fff;
}

.fixed .fixed .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.fixed nav ul li a:hover {
    color: #2f4a93
}

.fixed li>.socail:hover {
    color: #fff !important
}

.fixed .fa-gg {
    transform: rotate(360deg);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}


/*----------------end scoll menu--------------*/


/*===============================================

=================================================

                  wrapper-header-top

=================================================

================================================= */

.wrapper-header-top {
    background: #263B78;
    padding: 10px 0px;
    border-bottom: 5px solid #EC1C24;
}

.header-top-tel li {
    display: inline-block;
    color: #fff;
    margin: 0px 5px 0px 0px;
}

.header-top-info ul {
    display: inline-block;
    float: right;
    margin: 0px 5px;
}

.header-top-social li {
    display: inline-block;
    color: #fff;
}

.header-top-social i {
    border: solid 1px #fff;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 5px 0px;
}

.header-top-language li {
    display: inline-block;
    color: #fff;
}


/*===============================================

=================================================

                  waraper-header

=================================================

================================================= */

.wrapper-header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px 0px;
    z-index: 5555;
}

.wrapper-header .logo {
    padding: 10px 0px;
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.hot-property {
    background: #ec1c24;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 13px;
    border-radius: 5px;
    box-shadow: #dddd 5px 4px 5px 0px;
}

.hot-property:hover {
    background: #d1171d;
}
.layout-for-search-page li {
    margin: 0px 5px;
    float: left;
}


/*===============================================

=================================================

                  waraper-menu

=================================================

================================================= */

.wrapper-menu {
    width: 100%;
    float: left;
    background: #29398f;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #3d4b91;
}


/*================MMenu=========================*/

.main-menu-toggle {
    display: none;
}

.main-menu-toggle nav {
    display: none;
}

nav .navbar {
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 10px 50px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 50px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #263B78;
    font-weight: bold;
}

nav .navbar .links li a:hover {
    color: #2f4a93;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 49px;
    left: 0;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    /*padding: 0 22px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .links li .sub-menu a {
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 500;
}

.navbar .links li .sub-menu a:hover {
    color: #29398F;
}

.navbar .links li .sub-menu .more i {
    color: #8C8C8C;
}

.navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}


/*===============================================

=================================================

                waraper-slider

=================================================

================================================= */

.waraper-slider {
    width: 100%;
    float: left;
}


/*---------- owl-carousel ------------*/

.slider-preloader-wrap,
.item {
    height: 510px;
    width: 100%;
    object-fit: contain;
}

.item {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
}

.slide-img {
    bottom: 0;
    position: absolute;
    right: 5%;
}

.slide-img {
    width: auto !important;
}

.item::after {
    /*background: #000 none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-table {
    display: table;
    height: 100%;
    width: 100%;
}

.slide-tablecell {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.slide-tablecell h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.slide-tablecell h2 strong {
    color: #fff;
}

.slide-tablecell .slide-btn:hover {
    text-decoration: none;
}

.slide-tablecell .slide-btn {
    background: #273c99;
    padding: 14px 40px;
    border-radius: 20px;
    color: #fff;
}

.slide-tablecell .slide-btn i.fa {
    margin-left: 10px;
}

.slide-tablecell .slide-text>*:nth-child(1) {
    animation-duration: .3s;
}

.slide-tablecell .slide-text>*:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}

.slide-tablecell .slide-text>*:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
    margin-top: 30px;
}

.slide-tablecell .slide-text>*:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}

.slide-tablecell .slide-text h2 {
    font-size: 56px;
    line-height: 65px;
    font-weight: bold;
}

.slide-tablecell .slide-text p {
    font-size: 16px;
    line-height: 27px;
}

.animation-slide .owl-nav div {

  color: #fff;

  font-size: 60px;

  left: 0;

  line-height: 70px;

  margin-top: -35px;

  opacity: 0;

  position: absolute;

  top: 50%;

  transition: all 0.3s ease 0s;

  cursor: pointer;

}

.animation-slide .owl-nav div.owl-next {

  left: auto;

  right: 0;

}

.animation-slide:hover .owl-nav div.owl-prev {

  left: 30px;

  opacity: 0.5;

}

.animation-slide:hover .owl-nav div.owl-next {

  right: 30px;

  opacity: .5;

}

.animation-slide .owl-dots div {

  border: 2px solid #ddd;

  display: inline-block;

  height: 12px;

  cursor: pointer;

  margin: 3px;

  width: 12px;

  border-radius: 50%;

}

.animation-slide .owl-dots {

  bottom: 15px;

  left: 0;

  position: absolute;

  text-align: center;

  width: 100%;

}

.animation-slide .owl-dots div.active {

  background-color: #ddd;

  border-color: #ddd;

}

.item,

.preloader-wrap {

  background-color: #bfbfbf;

}

.preloader-wrap {

  height: 100%;

  width: 100%;

  z-index: 8;

  position: absolute;

}

.preloader4 {

  width: 40px;

  height: 40px;

  background-color: #fff;

  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;

  animation: sk-rotateplane 1.2s infinite ease-in-out;

  position: absolute;

  left: 50%;

  top: 50%;

  margin-top: -20px;

  margin-left: -20px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

}

@-webkit-keyframes sk-rotateplane {

  0% {

    -webkit-transform: perspective(120px);

  }

  50% {

    -webkit-transform: perspective(120px) rotateY(180deg);

  }

  100% {

    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);

  }

}

@keyframes sk-rotateplane {

  0% {

    transform: perspective(120px) rotateX(0deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);

  }

  50% {

    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

  }

  100% {

    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

  }

}





@media only screen and (max-width: 1900px) {

  .slide-img {

    width: 42% !important;

    right: 0%;

  }

}

@media only screen and (max-width: 1500px) {

  .slide-img {

    width: 50% !important;

    right: 0%;

  }

}

@media only screen and (max-width: 1200px) {

  .slide-tablecell .slide-text h2 {

    font-size: 50px;

    line-height: 60px;

  }

}



@media only screen and (max-width: 991px) {

  .slide-img, .owl-carousel .owl-item img {

    display: none;

  }

  .slider-preloader-wrap,

  .item {

    height: 700px;

  }

  .slide-text {

    text-align: center;

  }

}

@media only screen and (max-width: 991px) {

  .slider-preloader-wrap,

  .item {

    height:400px;

  }

  .slide-tablecell .slide-text h2 {

      font-size: 40px;

      line-height: 50px;

  }

}



/*===============================================

=================================================

              waraper-search-property

=================================================

================================================= */

.waraper-search-property{

  width: 100%;

  float: left;

  padding: 22px 0px 0px 0px;

}

.list-search-category{

  margin-bottom: 15px;

}

.layout-search-property{

  background: #263B78;

  width: 100%;

  border-radius: 15px 15px 0px 0px;

  padding: 30px;

  float: left;

}

.title-search-property{

  text-align: center;

  color: #fff;

  text-transform: uppercase;

}

.search-category .category .oc-menu-bar{position: relative;}

.search-category .category .oc-menu-bar .icon-list{

  position: absolute;

  top: 30%;

  color: #6f6f6f;

  font-size: 13px;

}

.search-category .category .oc-menu-bar .category-select{

  border: 0px;

  background: #FFFFFF;

  color: #A9A9A9;

  padding: 5px;

  font-size: 15px;

  font-weight: 700;

  width: 100%;

  line-height: 24px;

  font-size: 12px;

  height: 40px;

}

.search-category .category .oc-menu-bar input{

  border: 0px;

  background: #FFFFFF;

  color: #6f6f6f;

  padding: 5px;

  font-size: 15px;

  font-weight: 700;

  width: 100%;

  line-height: 24px;

  font-size: 12px;

  height: 40px;

}

.bt-search{

  background: #EC1C24;

  width: 100%;

  border: solid #EC1C24 1px;

  color: #fff;

  height: 40px;

  font-weight: bold;

  text-transform: uppercase;

  border-radius: 5px;

  display: block;

  line-height: 35px;

  text-align: center;

}

.max-min input{

  display: inline-block;

  width: 115px !important;

}



/*===============================================

=================================================

              waraper-map-property

=================================================

================================================= */

.waraper-map-property{
  width: 100%;
  float: left;
  padding: 20px 0px 10px 0px;

}



/*----- Progress Bar -------*/

.progress {

  display: block;

  width: 100%;

  height: 10px;

  border-radius: 10px;

  overflow: hidden;

  background-color: #ddd;

  background-image: linear-gradient(to right, #263B78, #263B78);

  background-repeat: no-repeat;

  background-size: 0 100%;

  transition: background-size .4s ease-in-out;

}

.content {

  margin: auto;

  width: 100%;

}

.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0,0,0,0);

  border: 0;

}

.slick-slider .slick-prev, .slick-slider .slick-next{

  /*display: none !important;*/

  z-index: 9999;

}

.slick-prev {

  left: 0px !important;

}

.slick-next{

  right: 0px !important;

}

.slick-prev::before, .slick-next::before{

  color: #000 !important;

  background: #fff !important;

  padding: 5px 7px;

}

.slick-prev::before{

  content: "\f104" !important;

  font-family: 'FontAwesome' !important;

  font-style: normal !important;

}

.slick-next::before{

  content: "\f105" !important;

  font-family: 'FontAwesome' !important;

  font-style: normal !important;

}





/*===============================================

=================================================

              waraper-all-property

=================================================

================================================= */

.rent-bottom{

  padding: 20px 0px 20px 0px !important;

  float: left;

}

.sell-bottom{

  padding: 20px 0px 20px 0px !important;

  float: left;

}

.waraper-all-property{

  width: 100%;

  float: left;

  padding: 30px 0px 30px 0px;

}

.waraper-all-property h3{

  text-align: center;

  color: #29398F;

  text-transform: uppercase;

  padding: 0px 0px 10px 0px;

}

.waraper-all-property img{

  width: 100%;

}

.all-property-info{

  float: left;

  margin-top: 20px;

  border-bottom: 1px solid #ddd;

  width: 100%;

}

.des-detination{

  width: 100%;

  float: left;

}

.all-property-info p{

  line-height: 5px;

}

.property-price{

  font-size: 22px;

  color: #29398F;

  font-weight: bold;

}

.property-month{

  color: #EC1C24;

  font-weight: 700;

}

.property-name{

  line-height: 20px !important;

  text-transform: uppercase;

  font-weight: bold;

}

.property-address{

  color: #BFBFBF;

  margin-top: -12px;

  color: #BFBFBF;

  font-size: 12px;

  line-height: 15px !important;

}

.property-address i{

  color: #fff;

  background: #EC1C24;

  width: 15px;

  height: 15px;

  border-radius: 50px;

  text-align: center;

  padding: 2px 0px;

  font-size: 11px;

}

.list-all-property{

  padding: 10px 10px 0px 10px;

  background: #fff;

  margin-bottom: 20px;

  box-shadow: #ccc 0px 0px 2px 0px;

}

.list-all-property .list-icon{

  display: inline-block;

}

.all-property-icon .list-icon{

  margin: 5px 30px 0px 0px;

  color: #BFBFBF;

}

.list-all-property img{

  width: 100%;

}

.list-all-property .remark-rent{

  position:absolute;

  top: 172px;

  right: 15px;

  background: #6CBD45;

  padding: 5px 15px;

  color: #fff;

  border-radius: 5px;

  z-index: 22222;

}

.list-all-property .remark-category{
  position:absolute;
  top: 15px;
  /*background: #fff;*/
  /*background:#29398F;*/
  padding: 5px 15px;
  color: #29398F;
  z-index: 22222;
  font-weight: bold;
}

.list-all-property .remark-sell{

  position:absolute;

  bottom: 145px;

  right: 15px;

  background: #EA3B49;

  padding: 5px 15px;

  color: #fff;

  border-radius: 5px;

  z-index: 22222;

}

.map-home-page{

  background: #fff;

  width: 100%;

  float: left;

  padding: 10px 10px 5px 10px;

  box-shadow: #ccc 0px 0px 2px 0px;

}

.bottom-on-property{

  bottom: 173px !important;

  right: 25px !important;

}

.r-rent-sell{

  right: 32px !important;

}

.layout-bt-view-more{

  width: 100%;

}

.bt-view-more{

  text-align: center;

  background: #EC1C24;

  color: #fff;

  padding: 10px 25px;

  border: solid 1px #EC1C24;

  border-radius: 5px;

  margin-bottom: 10px;

  text-transform: uppercase;

}



/*------ hover image property ------*/

figure.snip1193 {

  color: #fff;

  position: relative;

  overflow: hidden;

  max-height: 220px;

  width: 100%;

  background: #000000;

  text-align: center;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);

}

figure.snip1193 * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.6s ease;

  transition: all 0.6s ease;

}

figure.snip1193 img {

  opacity: 1;

  width: 100%;

  height: 200px;

  object-fit: cover;

  display: block;

}

figure.snip1193 figcaption {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  margin: 10px 12px 5px;

  position: absolute;

}

figure.snip1193 h4,

figure.snip1193 i {

  color: #ffffff;

}

figure.snip1193 h4 {

  font-weight: 400;

  left: 0;

  width: 100%;

  margin: 0;

  text-transform: uppercase;

  letter-spacing: 1px;

}

figure.snip1193 i {

  font-size: 22px;

}

figure.snip1193 a {

  text-decoration: none;

}

figure.snip1193 .bottom-left,

figure.snip1193 .bottom-right {

  position: absolute;

  bottom: 5px;

  opacity: 0;

}

figure.snip1193 .bottom-left {

  left: 5px;

  -webkit-transform: translate(-50%, 50%);

  transform: translate(-50%, 50%);

}

figure.snip1193 .bottom-right {

  right: 5px;

  -webkit-transform: translate(50%, 50%);

  transform: translate(50%, 50%);

}

figure.snip1193:hover img,

figure.snip1193.hover img {

  opacity: 0.6;

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}

figure.snip1193:hover figcaption .bottom-left,

figure.snip1193.hover figcaption .bottom-left,

figure.snip1193:hover figcaption .bottom-right,

figure.snip1193.hover figcaption .bottom-right {

  -webkit-transform: translate(0, 0);

  transform: translate(0, 0);

  opacity: 1;

}



/*===============================================

=================================================

            waraper-property-detail

=================================================

================================================= */

.wrapper-property-detail{

  width: 100%;

  padding: 20px 0px;

  float: left;

}

.detail-info-property{

  background: #fff;

  padding: 15px;

}

.detail-info-property h4{

  font-size: 24px

}

.detail-info-property li{

  display:inline-block;

  padding: 0px 0px 10px

}

.detail-info-property .fa{

  color: #A6A3BA

}

.detail-info-property .mg-15{

  margin-left: 15px

}



/*-------- slide property detail---*/

.wrapper-property-detail .slick-slider .slick-prev, .wrapper-property-detail .slick-slider .slick-next {

  z-index: 100;

  font-size: 2.5em;

  height: 40px;

  width: 40px;

  margin-top: -20px;

  color: #B7B7B7;

  position: absolute;

  top: 50%;

  text-align: center;

  color: #ddd;

  opacity: .5;

  transition: opacity .25s;

  cursor: pointer;

}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {

  opacity: .65;

}

.wrapper-property-detail .slick-slider .slick-prev {

  left: 0;

}

.wrapper-property-detail .slick-slider .slick-next {

  right: 0;

}



#detail .product-images {

  width: 100%;

  margin: 0 auto;

 /* border:1px solid #eee;*/

}

#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {

  display: block;

  outline: none;

  border: none;

  width: 100%;

  height: 450px;

  object-fit: cover;

}

#detail .product-images .main-img-slider figure {

  margin: 0 auto;

  padding: 0 2em;

}

#detail .product-images .main-img-slider figure a {

  cursor: pointer;

  cursor: -webkit-zoom-in;

  cursor: -moz-zoom-in;

  cursor: zoom-in;

}

#detail .product-images .main-img-slider figure a img {

  width: 100%;

  max-width: 400px;

  margin: 0 auto;

}

#detail .product-images .thumb-nav {

  margin: 0 auto;

  padding: 20px 7px 0px;

  max-width: 680px;

  height: 95px

}

#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {

  font-size: 1.2em;

  height: 20px;

  width: 20px;

  margin-top: 0px;

}

#detail .product-images .thumb-nav.slick-slider .slick-prev {

  left: -10px;

}

#detail .product-images .thumb-nav.slick-slider .slick-next {

  right: -10px;

}

#detail .product-images .thumb-nav li {

  display: block;

  margin: 0 auto;

  cursor: pointer;

}

#detail .product-images .thumb-nav li img {

  display: block;

  width: 120px;

  height: 70px;

  margin: 0 auto;

  border: 2px solid transparent;

  -webkit-transition: border-color .25s;

  -ms-transition: border-color .25s;

  -moz-transition: border-color .25s;

  transition: border-color .25s;

}

#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {

  border-color: #999;

}

#detail .product-images .thumb-nav li.slick-current img {

  border-color: #D11219;

}

.layout-description{

  background: #ffff;

  margin-top: 10px;

  padding: 20px

}

.layout-description h4{

  color: #000

}

.layout-property-detail{

  background: #ffff;

  margin-top: 10px;

  padding: 20px

}
.layout-property-detail table{
  width: 100%;
}
.layout-property-detail table td{
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-property-detail h4{
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
}

.layout-property-detail li{

  line-height: 30px

}

.layout-general-amenities{

  background: #ffff;

  margin-top: 10px;

  padding: 20px

}

.layout-general-amenities h4{

  color: #000

}



/* Base for label styling */

[type="checkbox"]:not(:checked),

[type="checkbox"]:checked {

  position: absolute;

  left: -9999px;

}

[type="checkbox"]:not(:checked) + label,

[type="checkbox"]:checked + label {

  position: relative;

  padding-left: 25px;

  cursor: pointer;

}



/* checkbox aspect */

[type="checkbox"]:not(:checked) + label:before,

[type="checkbox"]:checked + label:before {

  content: '';

  position: absolute;

  left:0; top: 2px;

  width: 17px; height: 17px;

  border: 1px solid #aaa;

  background: #f8f8f8;

  border-radius: 3px;

  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);

}

/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,

[type="checkbox"]:checked + label:after {

  content: '✔';

  position: absolute;

  top: 0; left: 4px;

  font-size: 14px;

  color: #fff;

  transition: all .2s;

}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked) + label:after {

  opacity: 0;

  transform: scale(0);

}

[type="checkbox"]:checked + label:after {

  opacity: 1;

  transform: scale(1);

}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked) + label:before,

[type="checkbox"]:disabled:checked + label:before {

  box-shadow: none;

  border-color: #263B78;

  background-color: #263B78;

}



[type="checkbox"]:disabled + label {

  font-weight: normal;

}

/* accessibility */

[type="checkbox"]:checked:focus + label:before,

[type="checkbox"]:not(:checked):focus + label:before {

  border: 1px dotted blue;

}



.layout-map{

  background: #ffff;

  margin-top: 10px;

  padding: 20px;

  box-shadow: #eee 2px 2px 6px 2px;

}

.layout-map h4{

  color: #000

}

.layout-inquire{

  background: #ffff;

  padding: 15px 20px;

  margin-bottom: 10px;

}

.layout-inquire h4{

  color: #000

}

.fa-chevron-left,

.fa-chevron-right{

  display: none !important;

}



/*-------form enquire-----*/

#contact input[type="text"],

#contact input[type="email"],

#contact input[type="tel"],

#contact input[type="url"],

#contact textarea,

#contact button[type="submit"] {

  font: 400 14px/16px "Roboto", Helvetica, Arial, sans-serif;

}

fieldset {

  border: medium none !important;

  margin: 0 0 10px;

  min-width: 100%;

  padding: 0;

  width: 100%;

}



fieldset .phone-filed{

  width: 100%;

  border: 1px solid #ccc;

  background: #FFF;

  margin: 0 0 5px;

  padding: 10px;

}



#contact input[type="text"],

#contact input[type="email"],

#contact input[type="tel"],

#contact input[type="url"],

#contact textarea {

  width: 100%;

  border: 1px solid #ccc;

  background: #FFF;

  margin: 0 0 5px;

  padding: 10px;

}

#contact input[type="text"]:hover,

#contact input[type="email"]:hover,

#contact input[type="tel"]:hover,

#contact input[type="url"]:hover,

#contact textarea:hover {

  -webkit-transition: border-color 0.3s ease-in-out;

  -moz-transition: border-color 0.3s ease-in-out;

  transition: border-color 0.3s ease-in-out;

  border: 1px solid #aaa;

}

#contact textarea {

  height: 100px;

  max-width: 100%;

  resize: none;

}

#contact button[type="submit"] {

  cursor: pointer;

  width: 100%;

  border: none;

  background: #263B78;

  color: #FFF;

  margin: 0 0 5px;

  padding: 10px;

  font-size: 15px;

}

#contact button[type="submit"]:hover {

  background: #172d6b;

  -webkit-transition: background 0.3s ease-in-out;

  -moz-transition: background 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

}

#contact button[type="submit"]:active {

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);

}

#contact input:focus,

#contact textarea:focus {

  outline: 0;

  border: 1px solid #aaa;

}

.layout-our-listing{

  background: #ffff;

  margin-bottom: 10px;

  padding: 20px

}

.layout-our-listing h4{

  color: #000

}

.layout-our-listing li{

  line-height: 40px;

  border-bottom: 1px #eee solid

}



.layout-our-listing a{

  color: #4E4E4E;

}

.layout-our-listing a:hover{

  color: #2F8CDA;

}

.layout-our-listing span{

  float: right;

}

.layout-feature-property{

  background: #ffff;

  margin-bottom: 10px;

  padding: 20px;

  float: left;

  width: 100%;

}

.layout-feature-property .list-feature{

  border-bottom: solid 1px #eee;

  padding: 4px 10px 10px 0px;

}

.layout-feature-property h4{

  color: #000;

}

.img-feature{

  width: 100px;

  height: 70px;

  object-fit: cover;

}

.feature-des{

  display: inline-block;

  margin: 0px 0px 0px 5px;

}

.feature-des .status{

  font-weight: normal;

  background: #6CBD45;

  color: #fff;

  padding: 2px 5px;

  border-radius: 2px;

  font-size: 11px

}

.feature-des a{

  color: #4e4e4e;

  font-weight: bold;

}

.feature-des .price{

  color: #263B78;

  font-weight: bold;

}





/*===============================================

=================================================

              waraper-all-inquiry

=================================================

================================================= */

.waraper-all-inquiry{

  width: 100%;

  float: left;

  background-image: url(../images/page-title-3.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  position: relative;

  z-index: 1;

}

.waraper-all-inquiry::before {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  content: "";

  background-color: #263b78;

  opacity: 0.9;

  z-index: -1;

}

.waraper-all-inquiry{

  width: 100%;

  float: left;

  padding: 60px 0px 60px 0px;

}

.waraper-all-inquiry h3{

  text-align: center;

  color: #fff;

  text-transform: uppercase;

}

.inquiry-text-des{

  text-align: center;

  color: #fff;

}

.bt-inquiry{

  background: #EC1C24;

  border: solid #EC1C24 1px;

  color: #fff;

  padding: 10px 30px;

  font-weight: bold;

  text-transform: uppercase;

  border-radius: 5px;

}



/*===============================================

=================================================

                waraper-news

=================================================

================================================= */

.waraper-news{

  width: 100%;

  float: left;

  padding: 20px 0px 0px 0px;

}

.waraper-news h3{

  text-align: center;

  text-transform: uppercase;

  color: #29398F;

  padding: 0px 0px 10px 0px;

}

.list-news{

  margin-bottom: 20px;

  background: #fff;

  padding: 10px;

  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);

  width: 100%;

  float: left;

}

.list-news img{

  width: 100%;

}

.title-news{

  font-weight: 600;

  padding: 0px 0px;

  line-height: 15px;

}

.post-by-news{

  background: #eee;

  padding: 5px 15px;

  border-radius: 20px;

  font-size: 12px;

  color: #A5A5A5;

}

.news-desc{

  line-height: 5px;

  margin-top: 10px;

}

.news-date{

  font-size: 12px;

  color: #fff;

  position: absolute;

  background: #263B78;

  padding: 5px 10px;

  border-radius: 5px;

  top: 175px;

  right: 30px;

  z-index: 99999;

}

.date-home {

  font-size: 12px;

  color: #fff;

  position: absolute;

  background: #263B78;

  padding: 5px 10px;

  border-radius: 5px;

  bottom: 126px ;

  right: 22px ;

  z-index: 222;

}



/*===============================================

=================================================

              waraper-agent-detail

=================================================

================================================= */

.waraper-agent-detail{

  width: 100%;

  float: left;

  padding: 40px 0px;

}

.layout-agent-detail{

  background: #fff;

  padding: 30px;

  border-radius: 10px 10px 0px 0px;

}

.layout-agent-detail img{

  border-radius: 100px;

}

.agent-detail-info{

  border-bottom: 1px solid #ddd;

  padding: 10px 0px 20px 0px;

  margin: 20px 0px;

}

.agent-detail-info .name-agent{

  font-size: 20px;

}

.agent-socail-info{

  margin-top: 10px;

}

.agent-socail-info li{

  display: inline-block;

  margin: 0px 5px;

  border: solid 1px #ddd;

  width: 30px;

  height: 30px;

  border-radius: 50px;

}

.agent-socail-info i{

  text-align: center;

  padding: 7px 0px;

}

.sell-by-agent{

  margin-top: -20px;

}



/*===============================================

=================================================

              wrapper-news-detail

=================================================

================================================= */

.wrapper-news-detail{

  width: 100%;

  float: left;

  padding: 20px 0px

}

.layout-news-detail h3{

  margin-top: 0px

}

.layout-news-detail img{

  width: 100%

}

.layout-news-detail .des{

  padding: 10px 0px

}

.name-user, .date-user{

  color: #0F7AD5

}

.layout-recent-post{

  background: #ffff;

  margin-bottom: 10px;

  padding: 20px;

  float: left;

   width: 100%;

}

.layout-recent-post .list-feature{

  border-bottom: solid 1px #eee;

  padding: 4px 10px 10px 0px;

}

.layout-recent-post h4{

  color: #000

}

.layout-recent-post .img-feature{

  width: 100px;

  height: 70px;

  object-fit: cover;

}

.layout-recent-post .feature-des{

  display: inline-block;

  margin: 0px0 0px 5px 0px;

}

.layout-recent-post .feature-des .status{

  font-weight: normal;

  background: #EAB134;

  color: #fff;

  padding: 2px 5px;

  border-radius: 2px;

  font-size: 11px

}

.layout-recent-post .feature-des a{

  color: #4e4e4e;

  font-weight: bold;

}

.layout-recent-post .feature-des .date{

  color: #A0A0A0

}



/*===============================================

=================================================

              waraper-statistic-counter

=================================================

================================================= */

.waraper-statistic-counter{

  width: 100%;

  float: left;

  padding: 0px 0px 40px 0px;

}

.animation-slide .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.animation-slide:hover .owl-nav div.owl-prev {
    left: 30px;
    opacity: 0.5;
}

.animation-slide:hover .owl-nav div.owl-next {
    right: 30px;
    opacity: .5;
}

.animation-slide .owl-dots div {
    border: 2px solid #ddd;
    display: inline-block;
    height: 12px;
    cursor: pointer;
    margin: 3px;
    width: 12px;
    border-radius: 50%;
}

.animation-slide .owl-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.animation-slide .owl-dots div.active {
    background-color: #ddd;
    border-color: #ddd;
}

.item,
.preloader-wrap {
    background-color: #bfbfbf;
}

.preloader-wrap {
    height: 100%;
    width: 100%;
    z-index: 8;
    position: absolute;
}

.preloader4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media only screen and (max-width: 1900px) {
    .slide-img {
        width: 42% !important;
        right: 0%;
    }
}

@media only screen and (max-width: 1500px) {
    .slide-img {
        width: 50% !important;
        right: 0%;
    }
}

@media only screen and (max-width: 1200px) {
    .slide-tablecell .slide-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .slide-img,
    .owl-carousel .owl-item img {
        display: none;
    }
    .slider-preloader-wrap,
    .item {
        height: 700px;
    }
    .slide-text {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .slider-preloader-wrap,
    .item {
        height: 400px;
    }
    .slide-tablecell .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
}


/*===============================================

=================================================

              waraper-search-property

=================================================

================================================= */

.waraper-search-property {
    width: 100%;
    float: left;
    padding: 22px 0px 0px 0px;
}

.list-search-category {
    margin-bottom: 15px;
}

.layout-search-property {
    background: #263B78;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    padding: 30px;
    float: left;
}

.title-search-property {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.search-category .category .oc-menu-bar {
    position: relative;
}

.search-category .category .oc-menu-bar .icon-list {
    position: absolute;
    top: 30%;
    color: #6f6f6f;
    font-size: 13px;
}

.search-category .category .oc-menu-bar .category-select {
    border: 0px;
    background: #FFFFFF;
    color: #A9A9A9;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    height: 40px;
}

.search-category .category .oc-menu-bar input {
    border: 0px;
    background: #FFFFFF;
    color: #6f6f6f;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    height: 40px;
}

.bt-search {
    background: #EC1C24;
    width: 100%;
    border: solid #EC1C24 1px;
    color: #fff;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    line-height: 35px;
    text-align: center;
}

.max-min input {
    display: inline-block;
    width: 115px !important;
}


/*===============================================

=================================================

              waraper-map-property

=================================================

================================================= */

.waraper-map-property {
    width: 100%;
    float: left;
    padding: 20px 0px 10px 0px;
}


/*----- Progress Bar -------*/

.progress {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ddd;
    background-image: linear-gradient(to right, #263B78, #263B78);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.content {
    margin: auto;
    width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    /*display: none !important;*/
    z-index: 9999;
}

.slick-prev {
    left: 0px !important;
}

.slick-next {
    right: 0px !important;
}

.slick-prev::before,
.slick-next::before {
    color: #000 !important;
    background: #fff !important;
    padding: 5px 7px;
}

.slick-prev::before {
    content: "\f104" !important;
    font-family: 'FontAwesome' !important;
    font-style: normal !important;
}

.slick-next::before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    font-style: normal !important;
}


/*===============================================

=================================================

              waraper-all-property

=================================================

================================================= */

.rent-bottom {
    padding: 20px 0px 20px 0px !important;
    float: left;
}

.sell-bottom {
    padding: 20px 0px 20px 0px !important;
    float: left;
}

.waraper-all-property {
    width: 100%;
    float: left;
    padding: 30px 0px 30px 0px;
}

.waraper-all-property h3 {
    text-align: center;
    color: #29398F;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}

.waraper-all-property img {
    width: 100%;
}

.all-property-info {
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.des-detination {
    width: 100%;
    float: left;
}

.all-property-info p {
    line-height: 5px;
}

.property-price {
    font-size: 22px;
    color: #29398F;
    font-weight: bold;
}

.property-month {
    color: #EC1C24;
    font-weight: 700;
}

.property-name {
    line-height: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.property-address {
    color: #BFBFBF;
    margin-top: -12px;
    color: #BFBFBF;
    font-size: 12px;
    line-height: 15px !important;
}

.property-address i {
    color: #fff;
    background: #EC1C24;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    text-align: center;
    padding: 2px 0px;
    font-size: 11px;
}

.list-all-property {
    padding: 10px 10px 0px 10px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: #ccc 0px 0px 2px 0px;
}

.list-all-property .list-icon {
    display: inline-block;
}

.all-property-icon .list-icon {
    margin: 5px 16px 0px 0px;
    color: #BFBFBF;
}

.list-all-property img {
    width: 100%;
}

.list-all-property .remark-rent {
    position: absolute;
    top: 179px;
    right: 10px;
    background: #6CBD45;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    z-index: 22222;
}

.list-all-property .remark-category {
    position: absolute;
    top: 10px;
    left: 2px;
    background: #fff;
    /* background: #29398F; */
    padding: 1px 15px;
    color: #29398F;
    border-radius: 5px;
    z-index: 22222;
    font-weight: bold;
}

.list-all-property .remark-sell {
    position: absolute;
    bottom: 145px;
    right: 15px;
    background: #EA3B49;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    z-index: 22222;
}

.map-home-page {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px 10px 5px 10px;
    box-shadow: #ccc 0px 0px 2px 0px;
}

.bottom-on-property {
    bottom: 173px !important;
    right: 25px !important;
}

.r-rent-sell {
    right: 10px !important;
}

.layout-bt-view-more {
    width: 100%;
}

.bt-view-more {
    text-align: center;
    background: #EC1C24;
    color: #fff;
    padding: 10px 25px;
    border: solid 1px #EC1C24;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/*------ hover image property ------*/

figure.snip1193 {
    color: #fff;
    position: relative;
    overflow: hidden;
    max-height: 220px;
    width: 100%;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1193 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.snip1193 img {
    opacity: 1;
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

figure.snip1193 figcaption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 12px 5px;
    position: absolute;
}

figure.snip1193 h4,
figure.snip1193 i {
    color: #ffffff;
}

figure.snip1193 h4 {
    font-weight: 400;
    left: 0;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

figure.snip1193 i {
    font-size: 22px;
}

figure.snip1193 a {
    text-decoration: none;
}

figure.snip1193 .bottom-left,
figure.snip1193 .bottom-right {
    position: absolute;
    bottom: 5px;
    opacity: 0;
}

figure.snip1193 .bottom-left {
    left: 5px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

figure.snip1193 .bottom-right {
    right: 5px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

figure.snip1193:hover img,
figure.snip1193.hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1193:hover figcaption .bottom-left,
figure.snip1193.hover figcaption .bottom-left,
figure.snip1193:hover figcaption .bottom-right,
figure.snip1193.hover figcaption .bottom-right {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}


/*===============================================

=================================================

            waraper-property-detail

=================================================

================================================= */

.wrapper-property-detail {
    width: 100%;
    padding: 20px 0px;
    float: left;
}

.detail-info-property {
    background: #fff;
    padding: 15px;
}

.detail-info-property h4 {
    font-size: 24px
}

.detail-info-property li {
    display: inline-block;
    padding: 0px 0px 10px
}

.detail-info-property .fa {
    color: #A6A3BA
}

.detail-info-property .mg-15 {
    margin-left: 15px
}


/*-------- slide property detail---*/

.wrapper-property-detail .slick-slider .slick-prev,
.wrapper-property-detail .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #ddd;
    opacity: .5;
    transition: opacity .25s;
    cursor: pointer;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}

.wrapper-property-detail .slick-slider .slick-prev {
    left: 0;
}

.wrapper-property-detail .slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    /* border:1px solid #eee;*/
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#detail .product-images .thumb-nav {
    margin: 0 auto;
    padding: 20px 7px 0px;
    max-width: 680px;
    height: 95px
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 20px;
    margin-top: 0px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    left: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    right: -10px;
}

#detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 120px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
    border-color: #D11219;
}

.layout-description {
    background: #ffff;
    margin-top: 10px;
    padding: 20px
}

.layout-description h4 {
    color: #000
}

.layout-property-detail {
    background: #ffff;
    margin-top: 10px;
    padding: 20px
}

.layout-property-detail h4 {
    color: #000
}

.layout-property-detail li {
    line-height: 30px
}

.layout-general-amenities {
    background: #ffff;
    margin-top: 10px;
    padding: 20px
}

.layout-general-amenities h4 {
    color: #000
}


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    color: #fff;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #263B78;
    background-color: #263B78;
}

[type="checkbox"]:disabled+label {
    font-weight: normal;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 1px dotted blue;
}

.layout-map {
    background: #ffff;
    margin-top: 10px;
    padding: 20px;
    box-shadow: #eee 2px 2px 6px 2px;
}

.layout-map h4 {
    color: #000
}

.layout-inquire {
    background: #ffff;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.layout-inquire h4 {
    color: #000
}

.fa-chevron-left,
.fa-chevron-right {
    display: none !important;
}


/*-------form enquire-----*/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 14px/16px "Roboto", Helvetica, Arial, sans-serif;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

fieldset .phone-filed {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #263B78;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #172d6b;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

.layout-our-listing {
    background: #ffff;
    margin-bottom: 10px;
    padding: 20px
}

.layout-our-listing h4 {
    color: #000
}

.layout-our-listing li {
    line-height: 40px;
    border-bottom: 1px #eee solid
}

.layout-our-listing a {
    color: #4E4E4E;
}

.layout-our-listing a:hover {
    color: #2F8CDA;
}

.layout-our-listing span {
    float: right;
}

.layout-feature-property {
    background: #ffff;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
    width: 100%;
}

.layout-feature-property .list-feature {
    border-bottom: solid 1px #eee;
    padding: 4px 10px 10px 0px;
}

.layout-feature-property h4 {
    color: #000;
}

.img-feature {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.feature-des {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}

.feature-des .status {
    font-weight: normal;
    background: #6CBD45;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11px
}

.feature-des a {
    color: #4e4e4e;
    font-weight: bold;
}

.feature-des .price {
    color: #263B78;
    font-weight: bold;
}


/*===============================================

=================================================

              waraper-all-inquiry

=================================================

================================================= */

.waraper-all-inquiry {
    width: 100%;
    float: left;
    background-image: url(../images/page-title-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.waraper-all-inquiry::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #263b78;
    opacity: 0.9;
    z-index: -1;
}

.waraper-all-inquiry {
    width: 100%;
    float: left;
    padding: 60px 0px 60px 0px;
}

.waraper-all-inquiry h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.inquiry-text-des {
    text-align: center;
    color: #fff;
}

.bt-inquiry {
    background: #EC1C24;
    border: solid #EC1C24 1px;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}


/*===============================================

=================================================

                waraper-news

=================================================

================================================= */

.waraper-news {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
}

.waraper-news h3 {
    text-align: center;
    text-transform: uppercase;
    color: #29398F;
    padding: 0px 0px 10px 0px;
}

.list-news {
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
}

.list-news img {
    width: 100%;
}

.title-news {
    font-weight: 600;
    padding: 0px 0px;
    line-height: 15px;
}

.post-by-news {
    background: #eee;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    color: #A5A5A5;
}

.news-desc {
    line-height: 5px;
    margin-top: 10px;
}

.news-date {
    font-size: 12px;
    color: #fff;
    position: absolute;
    background: #263B78;
    padding: 5px 10px;
    border-radius: 5px;
    top: 175px;
    right: 30px;
    z-index: 99999;
}

.date-home {
    font-size: 12px;
    color: #fff;
    position: absolute;
    background: #263B78;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 126px;
    right: 22px;
    z-index: 222;
}


/*===============================================

=================================================

              waraper-agent-detail

=================================================

================================================= */

.waraper-agent-detail {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.layout-agent-detail {
    background: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
}

.layout-agent-detail img {
    border-radius: 100px;
}

.agent-detail-info {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 20px 0px;
    margin: 20px 0px;
}

.agent-detail-info .name-agent {
    font-size: 20px;
}

.agent-socail-info {
    margin-top: 10px;
}

.agent-socail-info li {
    display: inline-block;
    margin: 0px 5px;
    border: solid 1px #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.agent-socail-info i {
    text-align: center;
    padding: 7px 0px;
}

.sell-by-agent {
    margin-top: -20px;
}


/*===============================================

=================================================

              wrapper-news-detail

=================================================

================================================= */

.wrapper-news-detail {
    width: 100%;
    float: left;
    padding: 20px 0px
}

.layout-news-detail h3 {
    margin-top: 0px
}

.layout-news-detail img {
    width: 100%
}

.layout-news-detail .des {
    padding: 10px 0px
}

.name-user,
.date-user {
    color: #0F7AD5
}

.layout-recent-post {
    background: #ffff;
    margin-bottom: 10px;
    padding: 20px;
    float: left;
    width: 100%;
}

.layout-recent-post .list-feature {
    border-bottom: solid 1px #eee;
    padding: 4px 10px 10px 0px;
}

.layout-recent-post h4 {
    color: #000
}

.layout-recent-post .img-feature {
    width: 100px;
    height: 70px;
    object-fit: cover;
}

.layout-recent-post .feature-des {
    display: inline-block;
    margin: 0px0 0px 5px 0px;
}

.layout-recent-post .feature-des .status {
    font-weight: normal;
    background: #EAB134;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 11px
}

.layout-recent-post .feature-des a {
    color: #4e4e4e;
    font-weight: bold;
}

.layout-recent-post .feature-des .date {
    color: #A0A0A0
}


/*===============================================

=================================================

              waraper-statistic-counter

=================================================

================================================= */

.waraper-statistic-counter {
    width: 100%;
    float: left;
    padding: 0px 0px 40px 0px;
}

.layout-statistic-counter {
    background: #fff;
    padding: 40px 0px 20px 0px;
}

.layout-statistic-counter h3 {
    text-align: center;
    text-transform: uppercase;
    color: #29398F;
    padding: 0px 0px 10px 0px;
}

.counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 50px;
    background-color: #263B78;
    width: 160px;
    border-radius: 50%;
    height: 160px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: solid 10px #6172a0;
}

.title-counter {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0px 0px 0px;
}


/*===============================================

=================================================

                waraper-partner

=================================================

================================================= */

.waraper-partner {
    width: 100%;
    float: left;
    padding: 50px 0px 20px 0px;
    background: #fff;
}

.waraper-partner h3 {
    text-align: center;
    text-transform: uppercase;
    color: #29398F;
}


/*===============================================

=================================================

                waraper-service

=================================================

================================================= */

.waraper-service {
    width: 100%;
    float: left;
    padding: 70px 0px;
}

.waraper-service h3 {
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0px 30px 0px;
    color: #263B78;
}

.list-service {
    width: 250px;
    height: 250px;
    border-radius: 10%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    color: #263B78;
    background: #fff;
    padding: 10px;
}

.list-service img {
    border: solid dotted 1px red;
}

.title-service {
    text-align: center;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
    font-size: 18px;
}


/*===============================================

=================================================

               waraper-service-detail

=================================================

================================================= */

.waraper-service-detail {
    width: 100%;
    float: left;
    padding: 50px 0px;
}

.layout-service-detail {
    padding: 20px;
    background: #fff;
}

.layout-service-detail h4 {
    line-height: 50px;
}


/*===============================================

=================================================

                waraper-about

=================================================

================================================= */

.waraper-about {
    width: 100%;
    float: left;
    padding: 60px 0px;
}

.waraper-statistic-counter-about {
    background: #fff !important;
    width: 100%;
    float: left;
}

.layout-about-mission {
    background: #F2F3F3;
    width: 100%;
    float: left;
    padding: 10px;
}

.layout-about-mission img {
    width: 100%;
}

.layout-desc-mission {
    padding: 100px 100px 0px 100px;
}

.layout-about h3 {
    text-align: center;
}

.layout-about .text-desc-about {
    text-align: center;
}

.waraper-mission {
    width: 100%;
    float: left;
    padding: 60px 0px 60px 0px;
    background: #fff;
}

.list-mission {
    float: left;
    width: 100%;
}


/*===============================================

=================================================

               waraper-our-agent

=================================================

================================================= */

.waraper-our-agent {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

.waraper-our-agent h3 {
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
    color: #29398F;
}

.list-agent {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.list-agent img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    padding: 5px;
}

.list-agent .agent-info {
    padding: 5px;
}

.list-agent i {
    color: #263B78;
}

.agent-infomtion {
    margin-top: 10px;
    padding: 10px;
}

.agent-info p {
    line-height: 12px;
}


/*===============================================

=================================================

                waraper-contact

=================================================

================================================= */

.waraper-contact {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.icon-contact i {
    width: 40px;
    height: 40px;
    border: solid 1px #eee;
    text-align: center;
    padding: 12px 0px;
    border-radius: 5px;
    color: #29398F;
    font-size: 16px;
}

.list-contact {
    background: #fff;
    width: 100%;
    padding: 40px 15px 5px 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    float: left;
}

.list-contact h5 {
    padding: 10px;
}

.text-contact li {
    padding: 0px 50px;
}

.list-contact p {
    margin-bottom: 30px;
}

.waraper-contact iframe {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.contact-follow {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.contact-follow li {
    text-align: center;
}

.contact-follow i {
    border: solid 1px #29398F;
    padding: 10px 0px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #29398F;
    margin-top: 10px;
}

.waraper-map {
    width: 100%;
    float: left;
}

.waraper-all-inquiry-page {
    width: 100%;
    float: left;
}

.layout-all-inquiry-page {
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px 20px;
    margin-top: 30px;
}


/*===============================================

=================================================

                waraper-detail-page

=================================================

================================================= */

.waraper-detail-page {
    width: 100%;
    float: left;
    background-image: url(../images/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    height: 70px;
}

.waraper-detail-page::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.1;
    z-index: -1;
}

.menu-detail-page li {
    display: inline-block;
    font-size: 16px;
    color: #757373;
    padding: 20px 0px;
}

.menu-detail-page .active a {
    color: #EC1C24;
}


/*===============================================

=================================================

                waraper-footer

=================================================

================================================= */

.waraper-footer {
    width: 100%;
    float: left;
    padding: 60px 0px;
    background: #263b78;
    color: #fff;
}

.waraper-footer h6 {
    text-transform: uppercase;
    color: #fff;
}

.layout-contact-info li {
    line-height: 30px;
}

.layout-contact-info i {
    padding: 5px 0px;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.contact-info-r {
    margin-right: 5px;
}

.layout-follow-us i {
    border: solid 1px #fff;
    padding: 8px 0px;
    border-radius: 40px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.layout-product-footer li {
    line-height: 30px;
}

.layout-product-footer i {
    font-size: 10px;
}

.fa-circle {
    font-size: 6px;
}
.layout-download-mobile{
    margin-top: 20px;
}


/*===============================================

=================================================

              waraper-vuthy-copyright

=================================================

================================================= */

.waraper-vuthy-copyright {
    width: 100%;
    float: left;
    padding: 15px 0px 0px 0px;
}

.text-copyright {
    text-align: center;
    color: #636060;
}


/* ---------- back to top --------*/

#button {
    display: inline-block;
    background-color: #EC1C24;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 45px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #d11219;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* Styles for the content section */


/*.content {

  width: 77%;

  margin: 50px auto;

  font-family: 'Merriweather', serif;

  font-size: 17px;

  color: #6c767a;

  line-height: 1.9;

}*/

@media (min-width: 500px) {
    /* .content {

    width: 43%;

  }*/
    #button {
        margin: 30px;
    }
}


/* Overwrite Service */

.service-image-cover {
    left: 17px;
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
    border-radius: 10%;
    object-fit: cover;
}


/* Overwrite Service */

.wrapper-header .logo {
    padding: 10px 0px;
    width: 100px;
    height: 70px;
    object-fit: contain;
}


/*===============================================

=================================================

                Drop Search

=================================================

================================================= */


.drop_view {
  display: none;
}
.drop_view.is_active {
  display: block;
}
.drop_view .list-group-item {
  cursor: pointer;
}
.drop_view .list-group-item:hover {
  background-color: #f6f6f6;
}