body {
    background-size: 100%;
    background-image: url(../images/bg-inner-page.jpg?v2);
    background-repeat: no-repeat;
    background-position: left 0;
    background-color: #EFEFEF;
    background-attachment: fixed;
}

header.transparent {
    top: 0px;
    bottom: auto;
    border-bottom: 1px solid #012c1b;
    box-shadow: 0px 0px 9px #666;
}

header.transparent .ceo-image {

    display:none;

}

.top_menu {

    top:80px;

}
.navbar-brand img {
    width: 90px;
}


.ceo-image {
  display: none !important;
}



.page_title {

    padding-top: 120px;
    
    padding-bottom: 20px;
    position: relative;
    background-color: rgb(255 193 4 / 90%);
    
}

.room-page.page_title {
  padding-top:150px;
}
.page_title .breadcrumb a {
  color:#000;
}
.page_title .breadcrumb li {
  color:#000;
}

#home.page_title:after{
   background-color: rgb(255 193 4 / 90%);
   
    background: linear-gradient(0deg, rgba(255,193,4,0.8) 0%, rgba(255,193,4,0.5999649859943977) 31%, rgba(255, 192, 4, 0.0) 52%, rgba(255,193,4,0) 100%);
   content :'';
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right: 0;
}
#home.page_title {
  background-image:url(../images/slider/v08-2-01.jpg);
  background-size:100%;
  
  
  background-color: #FFF;
  background-attachment: fixed;
  background-position: top;
}

.page_title_inner {
  max-width: 1000px;
    margin: 0 auto;
    height: 180px;
    position: relative;
    z-index: 1;
    margin-top: 200px;
}


#page_content .page_title , #page-content .page_title {
  padding-top:150px
}
#page_content .page_title_inner , #page-content .page_title_inner {
  margin-top: 30px;
  height: 60px;
 
}
.page_title .topic-head {
   
   
   margin-top:-30px;
    
   text-align: center;
   width:100%;
   font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0 0 0 / 60%) 3px 3px 6px;

}
 .text-divider {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}



 .text-divider:after , .text-divider:before {
  content: "";
    height: 3px;
    background-color: rgb(255, 255, 255);
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-right: 40px;
    margin-left: 40px;
}

.home-frm-search {

  bottom: 30px;
  left: 50%;
  margin-left: -350px;

}

main {
    background: rgb(255 255 255 / 95%);
    padding:0px 0px;
}



h1.section-topic {

  font-size:28px;
  margin-bottom:15px;

}

.side-video {
    margin:20px 0px;
}
.side-banner img {
    border-radius: 20px;
    margin:10px 0px;
}




#house-main .container ,
#room_page .container {
    max-width: 1100px;
}
#house-main h1 , 
#house-main h2 {
  text-align: left;
}

.price-detail {
    margin-top: 30px;
    font-size: 2.2em;
    font-weight: bold;
    color: #005a36;
}

.house-subject , h2.c_title {
    font-family: "Prompt" !important;
}

.titll-hili {
    padding: 30px;
    font-size: 1.2em;
    background: #c5e1d6;
    color: #005a36;
    letter-spacing: 5px;
    margin-top: 20px;
    border-radius: 10px;
}

.page_title .breadcrumb li:last-child {
    padding: 5px 5px;
    border-radius: 2px;
    color: #005a36;
}

.main_title h2 {
    color:#000;
    font-size:1.8em;
    line-height: 1.8 ;
}

.main_title:after {
   
    background: #ffc107;
}
.all_facility_list ul li i {
    color: #ffffff;
    margin-right: 8px;
    background: #047e4d;
    padding: 10px;
    width: 35px;
    border-radius: 20px;
    height: 35px;
    text-align: center;
}




/* ENTRY*/
.entry-body , .entry-title , .entry-body p {
    font-family: 'Prompt' !important;
    color:#000;
    line-height: 180%;
}
.entry-body p { 
    margin:10px 0px;
  }
.block-entry {
    margin:10px 0px;
    padding:10px 0px;
}
.entry-title {
    color:#000;
    font-size:1.8em;
    margin-bottom:10px;
}

.entry-body ul li { margin-left:20px; }



/** FORM SEARCH */

.s002 {
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-family: 'Poppins', sans-serif;
    background: url("../images/Searchs_002.png");
    background-size: cover;
    background-position: center center;
    padding: 15px;
  }
  
  .s002 form {
    width: 100%;
    max-width: 1190px;
  }
  
  .s002 form legend {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
    text-align: center;
  }
  
  .s002 form .inner-form {
    background: rgb(255, 255, 255);
    border-radius: 60px;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  
  .s002 form .inner-form .input-field {
    position: relative;
    border-right: 1px solid #ddd;
  }
  
  .s002 form .inner-form .input-field .icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    z-index: 1;
  }
  
  .s002 form .inner-form .input-field .icon-wrap svg {
    fill: #555;
    width: 14px;
    height: 14px;
  }
  
  .s002 form .inner-form .input-field input {
    height: 70px;
    background: #fff;
    border-radius: 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
  }
  
  .s002 form .inner-form .input-field input.placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .s002 form .inner-form .input-field input:-moz-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .s002 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .s002 form .inner-form .input-field input:hover, .s002 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
  }
  
  .s002 form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  
  .s002 form .inner-form .input-field.second-wrap {
    min-width: 190px;
    max-width: 190px;
  }
  
  .s002 form .inner-form .input-field.third-wrap {
    min-width: 190px;
    max-width: 190px;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap {
    min-width: 190px;
    max-width: 190px;
    border-right: 0;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__inner {
    background: #fff;
    border-radius: 0;
    border: 0;
    height: 70px;
    color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px 32px 10px 45px;
    border-radius: 0;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    font-size: 16px;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    opacity: 1;
    color: #9a9a9a;
    text-transform: uppercase;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    color: #666;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices[data-type*="select-one"]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #b78a62;
  }
  
  .s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
    font-size: 16px;
  }
  
  .s002 form .inner-form .input-field.fifth-wrap {
    min-width: 190px;
    max-width: 190px;
    padding-left: 10px;
    border-right: 0;
  }
  
  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    height: 70px;
    width: 100%;
    border-radius: 60px;
    background: #005a36;
    white-space: nowrap;
    
    font-size: 20px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    font-family: "Prompt";
  }
  
  .s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    background: #014b2d;
  }
  

  @media only screen and (max-width: 1025px) {
    #page_content .page_title {
      padding-top:220px;
    }
  }
  @media only screen and (max-width: 992px) {
    #page_content .page_title {
      padding-top:180px;
    }
    .s002 form legend {
      font-size: 50px;
      text-align: center;
      margin-bottom: 50px;
    }
    .s002 form .inner-form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
    }
    .s002 form .inner-form .input-field {
      margin-bottom: 15px;
    }
    .s002 form .inner-form .input-field.first-wrap {
      width: 100%;
    }
    .s002 form .inner-form .input-field.second-wrap {
      width: calc(50% - 7.5px);
      max-width: none;
    }
    .s002 form .inner-form .input-field.third-wrap {
      width: calc(50% - 7.5px);
      max-width: none;
    }
    .s002 form .inner-form .input-field.fouth-wrap {
      width: calc(50% - 7.5px);
      max-width: none;
      margin-bottom: 0;
    }
    .s002 form .inner-form .input-field.fifth-wrap {
      width: calc(50% - 7.5px);
      max-width: none;
      padding-left: 0;
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 768px) { 
    .top_menu {
      
      top:0;
      /*display: none;*/

    }
    .home-frm-search {
      bottom:15px;
    }
    .s002 form legend {
      font-size: 40px;
      margin-bottom: 40px;
    }
    .s002 form .inner-form .input-field.second-wrap, .s002 form .inner-form .input-field.third-wrap, .s002 form .inner-form .input-field.fouth-wrap, .s002 form .inner-form .input-field.fifth-wrap {
      width: 100%;
      margin-bottom: 15px;
    }
    .s002 form .inner-form .input-field.fifth-wrap {
      margin-bottom: 0;
    }

    .page_title_inner {
        margin-top:0px;
    }

    .room-page.page_title {
      padding-top:280px;
    }
    
    #home.page_title {
      background-size:cover;
    }

    
    #page_content .page_title {
      padding-top:120px;
    }

    .page_title {
      padding-top:220px;
    }
    .home-frm-search {

      left: 10px;
      margin:0px;
       

    }

    
    #page_content .page_title_inner {
     
      margin-top: 180px;
      height: 60px;

    }
    .page_title .topic-head {
      font-size:30px;
    }
  }

  @media only screen and (max-width: 500px) { 

    /* หน้าแสดงรายการบ้าน จะปิด top detail */
    .top_menu {
      
      top:0;
      display: none;

    }

    /* หน้า about us รายละเอียด จะเปิด top detail */
    #page_content  .top_menu {
      
      top:0;
      display: block;

    }
    #page_content .page_title_inner {
     
      margin-top: 160px;
      height: 25px;

    }
    .page_title_inner {
      
      /*margin-top: 120px;
      height: 320px;*/

      margin-top: 0px;
      height: 45px;
      margin-bottom: 15px;

    }
    #home.page_title {
      background-size:cover;
    }
    #page_content  .page_title .topic-head {
      font-size:18px;
    }

    #house-main h1, #house-main h2 {
      font-size:20px;
    }
    .home-frm-search {
      /*display:none;*/
      bottom: 60px;
    }
    #page-search .home-from-search{
      display:block;
    }
    .page_title {
      padding-top:270px;
    }
  } 

  /*===============================
=            Choices            =
===============================*/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
    
  }
  
  .choices:focus {
    outline: none;
  }
  
  .choices:last-child {
    margin-bottom: 0;
  }
  
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .choices.is-disabled .choices__item {
    cursor: not-allowed;
  }
  
  .choices[data-type*="select-one"] {
    cursor: pointer;
  }
  
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
  }
  
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
    display: none;
  }
  
  .choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
  }
  
  .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
  }
  
  .choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4;
  }
  
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
  }
  
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
  }
  
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
  }
  
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
  }
  
  .choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
    cursor: text;
  }
  
  .choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
  }
  
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
  }
  
  .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
  }
  
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
  }
  
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
  }
  
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
  }
  
  .choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  
  .choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
  }
  
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
  }
  
  .choices__list--single .choices__item {
    width: 100%;
  }
  
  .choices__list--multiple {
    display: inline;
  }
  
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all;
  }
  
  .choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
  }
  
  [dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
  }
  
  .choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
  }
  
  .is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
  }
  
  .choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
  }
  
  .choices__list--dropdown.is-active {
    display: block;
  }
  
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7;
  }
  
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
  }
  
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
  }
  
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
  }
  
  [dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
  }
  
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
      content: attr(data-select-text);
      font-size: 12px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
      text-align: right;
      padding-left: 100px;
      padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
      right: auto;
      left: 10px;
    }
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
  }
  
  .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
  }
  
  .choices__item {
    cursor: default;
  }
  
  .choices__item--selectable {
    cursor: pointer;
  }
  
  .choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: .5;
  }
  
  .choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
  }
  
  .choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  
  .choices__button:focus {
    outline: none;
  }
  
  .choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
  }
  
  .choices__input:focus {
    outline: 0;
  }
  
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
  }
  
  .choices__placeholder {
    opacity: .5;
  }
  


