
body {
  font-family:'Rubik',sans-serif,'Battambang', cursive !important;
  position: relative;
  background: #FAFAFA;
  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-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: #c2ad45;
  padding: 10px 0px;
}
.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-language li{
  display: inline-block;
  color: #fff;
}

/*===============================================
=================================================
                  waraper-header
=================================================
================================================= */
.wrapper-header{
  width: 100%;
  float: left;
  background: #fff;
  padding: 0px 0px;
}
.wrapper-header .logo{
  padding: 10px 0px;
  width: 75px;
}

/*===============================================
=================================================
                  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: 15px 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 10px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}
nav .navbar .links li a:hover{
  color:#C2AD45;
}
.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: #000;
  font-size: 14px;
  font-weight: 500;
}
.navbar .links li .sub-menu a:hover{
  color: #C2AD45;
}
.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;
  z-index: 1;
}

/*---------- owl-carousel ------------*/
.slider-preloader-wrap,
.item {
  height: 530px;
  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-quick-search
=================================================
================================================= */
.waraper-quick-search{
  width: 100%;
  float: left;
  padding: 50px;
}
.waraper-quick-search h3{
  text-align: center;
  color: #343338;
  text-transform: uppercase;
  padding: 0px 0px 10px 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;
  border: solid 1px #eee;
}
.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;
  border: solid 1px #eee;
}
.bt-search{
  background: #c2ad45;
  width: 100%;
  border: solid #c2ad45 1px;
  color: #fff;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
.max-min input{
  display: inline-block;
  width: 115px !important;
}

/*===============================================
=================================================
              waraper-hot-property
=================================================
================================================= */
.waraper-hot-property{
  width: 100%;
  float: left;
  padding:50px;
  background: #F7F7F7;
}
.waraper-hot-property h3{
  text-align: center;
  color: #343338;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
.waraper-hot-property img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.waraper-hot-property .hot-property-info{
  margin-top: -80px;
  position: absolute;
  right: 75px;
  color: #fff;
}
.waraper-hot-property .hot-property-info p{
  line-height: 5px;
}
.waraper-hot-property .property-price{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.waraper-hot-property .property-name{
  line-height: 20px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.waraper-hot-property .property-address{
  color: #fff;
  margin-top: -12px;
  font-size: 12px;
}
.waraper-hot-property .property-address i{
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 1px 0px;
  font-size: 12px;
}
.waraper-hot-property .list-hot-property{
  margin-bottom: 20px;
}
.waraper-hot-property .list-hot-property .list-icon{
  display: inline-block;
}
.waraper-hot-property .hot-property-icon .list-icon{
  margin: 5px 40px 0px 0px;
  color: #BFBFBF;
}
.waraper-hot-property .img-hot-property{
  width: 100%;
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
}
.waraper-hot-property .img-hot-property:hover{
  opacity: 0.9;
  background-color: rgba(0,0,0,0.5);
    transition: 1s;
}
.waraper-hot-property .img-hot-property::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
.waraper-hot-property .list-hot-property .remark-rent{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c2ad45;
  padding: 2px 10px;
  color: #fff;
  z-index: 22222;
  border-radius: 2px;
}
.waraper-hot-property .list-hot-property .remark-sell{
  position:absolute;
  bottom: 145px;
  right: 15px;
  background: #EA3B49;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  z-index: 22222;
}
.waraper-hot-property .map-home-page{
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px 10px 5px 10px;
  box-shadow: #ccc 0px 0px 2px 0px;
}
.waraper-hot-property .bottom-on-property{
  bottom: 173px !important;
  right: 25px !important;
}
.waraper-hot-property .r-rent-sell{
  right: 32px !important;
}

/*===============================================
=================================================
              waraper-project
=================================================
================================================= */
.waraper-project{
  width: 100%;
  float: left;
  padding: 50px
}
.waraper-project h3{
  text-align: center;
  color: #343338;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
.list-all-project img{
  width: 100%;
}

/*===============================================
=================================================
              waraper-project-detail
=================================================
================================================= */
.waraper-project-detail{
  width: 100%;
  float: left;
  padding: 60px 0px;
}
.waraper-project-detail img{
  width: 100%;
}
/*===============================================
=================================================
              waraper-all-property
=================================================
================================================= */
.rent{
  padding: 60px 0px 0px 0px;
}
.sell{
  padding: 30px 0px 60px 0px;
}

.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;
}
.waraper-all-property h3{
  text-align: center;
  color: #343338;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}
.waraper-all-property img{
  width: 100%;
}
.all-property-info{
  margin-top: 20px;
}
.all-property-info p{
  line-height: 5px;
}
.property-price{
  font-size: 25px;
  color: #c2ad45;
  font-weight: bold;
}
.property-name{
  line-height: 20px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.property-address{
  color: #BFBFBF;
  margin-top: -12px;
  font-size: 12px;
}
.property-address i{
  color: #ddd;
  border-radius: 50px;
  text-align: center;
  padding: 1px 0px;
  font-size: 12px;
}
.list-all-property{
  padding: 10px 10px 1px 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 40px 0px 0px;
  color: #BFBFBF;
}
.list-all-property img{
  width: 100%;
}
.list-all-property .remark-rent{
  position:absolute;
  bottom: 143px;
  right: 15px;
  background: #6CBD45;
  padding: 5px 15px;
  color: #fff;
  z-index: 22222;
}
.list-all-property .remark-sell{
  position:absolute;
  bottom: 145px;
  right: 15px;
  background: #EA3B49;
  padding: 5px 15px;
  color: #fff;
  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;
}

/*------ 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%;
  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
}
.layout-map h4{
  color: #000
}
.layout-inquire{
  background: #ffff;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.layout-inquire h4{
  color: #000
}

/*-------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%;
}
#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: #c2ad45;
  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
}
.feature-des{
  float: right;
}
.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-news
=================================================
================================================= */
.waraper-news{
  width: 100%;
  float: left;
  padding: 60px;
}
.waraper-news h3{
  text-align: center;
  text-transform: uppercase;
  color: #343338;
  padding: 0px 0px 10px 0px;
}
.list-news{
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}
.list-news img{
  width: 100%;
}
.title-news{
  font-weight: 600;
  padding: 0px 0px;
  line-height: 5px;
}
.post-by-news{
  background: #eee;
  padding: 5px 15px;
  font-size: 12px;
  color: #A5A5A5;
}
.news-desc{
  line-height: 5px;
  margin-top: 10px;
}
.news-date{
  font-size: 12px;
  color: #fff;
  position: absolute;
  background: #c2ad45;
  padding: 5px 10px;
  bottom: 188px;
  right: 30px;
  z-index: 222;
}

/*===============================================
=================================================
                waraper-partner
=================================================
================================================= */
.waraper-partner{
  width: 100%;
  float: left;
  padding: 50px 0px 20px 0px;
  background: #fff;
}
.waraper-partner h3{
  text-align: center;
  text-transform: uppercase;
}

/*===============================================
=================================================
              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
}
.layout-recent-post .feature-des{
  float: right;
  margin-right: 20px
}
.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-service
=================================================
================================================= */
.no-bg{
  background: #fff !important;
}
.waraper-service{
  width: 100%;
  float: left;  
  padding: 50px 0px 70px 0px;
  background: #f7f7f7;
}
.waraper-service h3{
  text-transform: uppercase;
  text-align: center;
  color: #343338;
}
.list-service{
  width: 100%;
  height: 200px;
  color: #263B78;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
}
.list-service p{
  font-weight: bold;
  color: #343338;
  font-size: 16px;
  margin-top: 12px;
}

/*===============================================
=================================================
                waraper-careers
=================================================
================================================= */
.waraper-careers{
  width: 100%;
  float: left;
  padding: 50px 0px 70px 0px;
}
.waraper-careers h3{
  text-transform: uppercase;
  text-align: center;
  color: #343338;
}
.title-careers{
  font-weight: bold;
}
.list-careers{
  background: #F7F7F7;
  float: left;
  padding: 30px;
  margin-top: 20px
}
.list-careers .cc{
  display: inline-block;
  float: left;
}
.careers-img{
  width: 12%;
  float: left;
}
.careers-desc{
  width: 88%;
  float: right;
}

/*===============================================
=================================================
              waraper-careers-detail
=================================================
================================================= */
.waraper-careers-detail{
  width: 100%;
  float: left;
  padding: 50px 0px 70px 0px;
}
.layout-careers-detail{
  margin: 0;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.title-career-detail{
  color: #c2ad45;
}
.layout-careers-detail li{
  line-height: 30px;
}


/*-------- upload-cv ---------*/
.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}
.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}
.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}
.btn {
  text-decoration: none;
  background-color: #EF4859;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}
.btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #EF4859;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #EF4859;
}
.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}
.btn-send{
  text-decoration: none;
  background-color: #C2AD45;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
  border-radius: 5px;
}
.btn-send:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #C2AD45;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #C2AD45;
}

/*===============================================
=================================================
               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;
  background: #fff;
}
.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 50px 0px;
}
.list-mission.{
  float: left;
  width: 100%;
}
.list-mission h4{
  text-align: center;
}
.img-org{
  width: 100%
}

/*===============================================
=================================================
                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: #c2ad45;
  font-size: 16px;
}
.list-contact{
  width: 100%;
  padding: 10px 15px 5px 20px;
  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);
}

.waraper-all-inquiry-page{
  width: 100%;
  float: left;
  padding: 0px 0px 30px 0px;
}
.layout-all-inquiry-page{
  background: #fff;
  width: 100%;
  float: left;
  padding: 20px 20px;
  margin-top: 30px;
}
.bg-contact{
  background: #fff;
  width: 100%;
  padding: 20px 0px 0px 0px;
  float: left;
  margin-top: 30px
}


/*===============================================
=================================================
                waraper-detail-page
=================================================
================================================= */
.waraper-detail-page{
  width: 100%;
  float: left;
  background-image: url(../images/sc-step-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  height: 150px;
}
.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: 20px;
  color: #757373;
  padding: 60px 0px;
}
.menu-detail-page .active{
  color: #C2AD45 !important;
}

/*===============================================
=================================================
                waraper-footer
=================================================
================================================= */
.waraper-footer{
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #252C41;
  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;
}

/*===============================================
=================================================
              waraper-vuthy-copyright
=================================================
================================================= */
.waraper-vuthy-copyright{
  width: 100%;
  float: left;
  padding: 15px 0px 0px 0px;
  background: #1B2132;
}
.text-copyright{
  text-align: center;
  color: #fff;
}
/* ---------- back to top --------*/
#button {
  display: inline-block;
  background-color: #c2ad45;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius:100%;
  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: 1.5em;
  line-height: 45px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #c2ad45;
}
#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;
  }
}












