 @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

 /* 
 @font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensedLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}


 @font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensedMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensedSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensedBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSansThai";
  src: url("../fonts/NotoSansThai-SemiCondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiCondensed.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiCondensedMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiCondensedSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiCondensedBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiCondensedBlack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
} */

 * {
   font-variant-ligatures: none;
 }

 body {
   /*font-family: 'NotoSansThai', 'Barlow Semi Condensed' !important;*/
   font-family: 'Barlow Semi Condensed', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
   font-weight: 400;
   color: #3a3a3a;
   font-size: 1.1em;
 }

 .bd1 {
   border: 1px solid #d5d5d5;
   padding: 20px 10px;
   margin: 10px;
   min-height: 140px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
 }

 ul.amenities>li {
   display: inline-block;
   margin-right: 5px;
 }

 ul.amenities {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }

 .ic>li svg {
   color: #8d8d8d;
 }


 .btnbed {
   background-color: #303030;
   border-radius: 4px;
   border: 1px solid #fff;
   overflow: hidden;
   float: left;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 50px;
 }

 .btnbed label {
   margin-bottom: 0;
   min-width: 100%;
   height: 50px;
   justify-content: center;
   align-items: center;
   display: flex;
   font-size: 1.2em;
 }

 .btnbed label span {
   text-align: center;
   padding: 3px 0;
   display: block;
 }

 .btnbed label input {
   position: absolute;
   display: none;
   color: #fff !important;
 }

 .btnbed label input+span {
   color: #fff;
 }



 .btnbed input:checked+span {
   color: #ffffff;
   background-color: #F7941D;
   height: 50px;
   min-width: 100%;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;
   align-items: center;
 }


 .action input:checked+span {
   background-color: #F7941D;
 }

 .txteg {
   font-size: 1.2em;
 }

 .txtorange {
   color: #f7941d;
 }

 .bggray {
   background: #f3f3f3;
 }

 .logo {
   width: 130px;
 }

 .logo img {
   width: 100%;
 }

 .bgorange {
   background-color: #F7941D;
 }

 .bgred {
   background-color: #ec291b;
 }


 .barorange {
   background-color: #F7941D;
 }

 .barorangedark {
   background: #da7700;
 }

 .fs13 {
   font-size: 13px;
 }

 .fs15 {
   font-size: 15px;
 }

 .fa15 {
   font-size: 1.2em;
 }

 .iccolor {
   color: #f7941d;
 }

 .boxnav {
   width: 100%;
   z-index: 999;
   position: absolute;
 }

 .catt {
   color: #fff;
   text-transform: uppercase;
   font-size: 14px;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #a2a2a2;
   display: inline-block;
 }

 .wishlistboxlist {
   color: #fff;
   text-transform: uppercase;
   font-size: 14px;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #f7941e;
   display: inline-block;
 }

 .wishlistboxlist_add {
   color: #fff;
   text-transform: uppercase;
   font-size: 14px;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #ec291b;
   display: inline-block;
 }

 .boxwhile {
   background: #fff;
   color: #3a3a3a;
   border: 1px solid #d7d7d7;
   /*box-shadow: 0 8px 25px -5px #767676;*/
 }




 .fw700 {
   font-weight: 700;
 }

 .fw300 {
   font-weight: 300;
 }

 .clorange {
   color: #ff860a;
 }

 .clorange .fas {
   font-size: 50px !important;
 }



 .line2 {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
 }

 .linktext {
   color: #3a3a3a;
   text-decoration: none;
 }

 .linktext:hover {
   color: #3a3a3a;
   text-decoration: none;
 }

 .boxab {
   position: absolute;
   top: 0;
   right: 0;
 }

 .boxpriceab {
   padding: 15px;
   text-align: left;
   background: #e9e9e9;
   color: #3a3a3a;
 }

 .txtpriceab {
   font-size: 1.05em;
   line-height: 1em;
 }

 .boxpriceab2 {
   padding: 15px;
   text-align: right;
   background: #ec291b;
   color: #fff;
 }

 .property_hot_box {
   position: absolute;
   top: 0;
   z-index: 9;
   color: #fff;
   background: #f7941e;
   display: block;
   padding: 5px 20px;
   font-size: 1.5em;
   line-height: 1.5em;
   text-decoration: none;
 }

 .btnorange {
   color: #fff;
   border-radius: 2px;
   background: #f7941e;
 }

 .bg1 {
   background: url(../img/bg6.jpg);
   width: 100%;
   background-position: center center;
 }

 .boxpad {
   padding: 5% 15% 5% 15%;
 }

 .boxmar {
   margin: 80px 0;
 }

 .bgfooter {
   background-color: #444444;
 }

 .bgtoppage {
   background: #444444;
   padding: 150px 40px 50px 40px;
   width: 100%;
   position: relative;
 }

 .dropdown-toggle:focus,
 .dropdown-toggle:active {
   outline: none !important;
   box-shadow: none;
 }

 .dropdown-submenu {
   position: relative;
   background: #f7941d;
 }

 .dropdown-submenu a::after {
   transform: rotate(-90deg);
   position: absolute;
   right: 6px;
   top: .8em;
 }

 .dropdown:hover>.dropdown-menu {
   display: block;
 }

 .dropdown>.dropdown-toggle:active {
   pointer-events: none;
 }

 .dropdown-item:hover {
   background: #fff;
   color: #3a3a3a !important;
 }

 .dropdown-submenu .dropdown-menu {
   top: 0;
   left: 100%;
   margin-left: .1rem;
   margin-right: .1rem;
 }

 .navbar-nav .nav-item.active {
   background-color: #F7941D;
 }

 .navbar-nav .nav-item:hover {
   background-color: #F7941D;
 }

 .navbar-nav .nav-item {
   font-size: 16px;
 }

 .boxtxttremlink {
   border: 3px solid #e6e6e6;
   padding: 0 15px;
 }

 .boxtxttremlink:hover {
   border: 3px solid #F7941D;
   color: #F7941D;
 }

 .navtog {
   color: #F7941D;
   font-size: 28px;
 }

 .bts img {
   width: 80px;
 }

 .bggtoppage {
   background: url(../img/bg6.jpg);
   background-position: center center;
   background-size: cover;
   width: 100%;
   padding: 150px 40px 50px 40px;
   position: relative;
 }

 .bgoverlay {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 0;
 }

 .z1 {
   z-index: 1;
 }

 .maph {
   height: 450px;
 }

 .bgsearch {
   background-color: rgb(0 0 0 / 70%);
 }

 .abs {
   position: absolute;
   top: 0;
   z-index: 2;
   color: #fff
 }


 .box .value {
   font-size: 38px;
   color: #e91e63;
   text-align: center;
   margin: 15px 0px;
 }

 .box .rangeSlider .circleRange {
   width: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   background: #f7941d;
   outline: none;
   height: 3px;
 }

 .box .rangeSlider .circleRange::-webkit-slider-thumb {
   -webkit-appearance: none;
   background: #f7941d;
   cursor: pointer;
   width: 18px;
   height: 18px;
   border-radius: 50%;
 }

 .box .rangeSlider .circleRange::-moz-slider-thumb {
   -moz-appearance: none;
   background: #f7941d;
   cursor: pointer;
   width: 18px;
   height: 18px;
   border-radius: 50%;
 }

 #carouselCaptions .carousel-control-prev,
 #carouselCaptions .carousel-control-next {
   z-index: 5;
 }

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 992px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 32px;
    height: 32px;
  }
}

/* .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3e%3c/svg%3e");
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3e%3cpath d='m22 12.002c0-5.517-4.48-9.997-9.998-9.997-5.517 0-9.997 4.48-9.997 9.997 0 5.518 4.48 9.998 9.997 9.998 5.518 0 9.998-4.48 9.998-9.998zm-8.211-4.843c.141-.108.3-.157.456-.157.389 0 .755.306.755.749v8.501c0 .445-.367.75-.755.75-.157 0-.316-.05-.457-.159-1.554-1.203-4.199-3.252-5.498-4.258-.184-.142-.29-.36-.29-.592 0-.23.107-.449.291-.591z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3e%3cpath d='m2.009 12.002c0-5.517 4.48-9.997 9.998-9.997s9.998 4.48 9.998 9.997c0 5.518-4.48 9.998-9.998 9.998s-9.998-4.48-9.998-9.998zm8.211-4.843c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591z'/%3e%3c/svg%3e");
}

 .slider {
   width: 100%;
   margin: 0 auto;
 }

 .slick-slide {
   margin: 0px 0px;
 }

 .slick-slide img {
   width: 100%;
 }

 .slider-nav-thumbnails .slick-slide:hover {
   cursor: pointer;
   opacity: 1;
 }

 .slider-nav-thumbnails .slick-slide {
   opacity: 0.5;
 }

 .slider-nav-thumbnails .slick-slide.slick-active {
   opacity: 1;
 }

 .slick-arrow {
   position: absolute;
   top: 40%;
   margin-top: -15px;
   z-index: 10;
 }

 .prev {
   left: 10px;
   color: #fff;
   font-size: 1.8em;
   padding: 0 20px;
   cursor: pointer;
 }

 .next {
   right: 10px;
   color: #fff;
   font-size: 1.8em;
   padding: 0 20px;
   cursor: pointer;
 }

 .slick-slide {
   opacity: .2;
 }

 .slick-active {
   opacity: 1;
 }

 .boxslideimgg {
   position: relative;
   background: #000;
   margin-bottom: 50px;
 }



 .responsivesl .slick-slide {
   margin: 0px 20px;
 }

 .responsivesl .slick-slide img {
   width: auto;
   height: 150px;
   display: block;
   margin: 0 auto;
 }

 .responsivesl .slick-prev:before,
 .responsivesl .slick-next:before {
   color: black;
 }


 .responsivesl .slick-slide {
   transition: all ease-in-out .3s;
   opacity: 1;
   text-align: center;
 }

 .responsivesl .slick-active {
   opacity: 1;
 }

 .responsivesl .slick-current {
   opacity: 1;
 }

 .stcilent .slick-arrow {
   position: absolute;
   top: 40%;
   margin-top: -15px;
   z-index: 10;
 }

 .stcilent .prev {
   left: 10px;
   color: #fff;
   font-size: 1.8em;
   padding: 0 20px;
   cursor: pointer;
 }

 .stcilent .next {
   right: 10px;
   color: #fff;
   font-size: 1.8em;
   padding: 0 20px;
   cursor: pointer;
 }


 .property_hot {
   color: #fff;
   text-transform: uppercase;
   font-size: 1em;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #ec291b;
   display: inline-block;
 }

 .type {
   color: #fff;
   text-transform: uppercase;
   font-size: 1em;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #a2a2a2;
   display: inline-block;
 }

 .btnwishlist {
   color: #fff;
   text-transform: uppercase;
   font-size: 1em;
   padding: .5em 1em .5em 1em;
   border-radius: 2px;
   background: #f7941e;
   display: inline-block;
 }

 .petsimg img {
   width: 48px;
 }

 .boxgrey {
   background: #e8e8e8;
 }


 @media (max-width: 768px) {
   .boxnav {
     width: 100%;
     z-index: 2;
     position: relative;
     background: #da7700;
   }

   .boxab {
     position: relative;
     top: 0;
     right: 0;
   }

   .bgtoppage {
     padding: 50px 20px 50px 20px;
   }

   .om-sliderrange-display {
     font-size: 18px !important;
   }
 }

 @media screen and (max-width: 1200px) and (min-width: 992px) {
   .navbar-nav .nav-item {
     font-size: 14px;
   }
 }

 @media screen and (max-width: 992px) and (min-width: 769px) {
   .boxnav {
     width: 100%;
     z-index: 999;
     position: relative;
     background-color: #F7941D;
   }
 }

 @media screen and (max-width: 1279px) {
   .abs {
     position: relative;
     top: 0;
     z-index: 2;
     color: #fff
   }

   .bgsearch {
     background-color: #444444;
   }

 }

 @media only screen and (max-width: 1200px) and (min-width: 768px) {
   .boxfacimg span {
     text-align: center;
     display: block;
   }

   .boxfacimg {
     padding-bottom: 10px;
     text-align: center;
   }
 }