@font-face {
    font-family: 'DB Adman X';
    src: url('../font/DBAdmanX.woff2') format('woff2'),
    url('../font/DBAdmanX.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../font/Calibri.woff2') format('woff2'),
    url('../font/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri Bold';
    src: url('../font/Calibri-Bold.woff2') format('woff2'),
    url('../font/Calibri-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit Light';
    src: url('../font/Kanit-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit Medium';
    src: url('../font/Kanit-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit Bold';
    src: url('../font/Kanit-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit Regular';
    src: url('../font/Kanit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Kanit Light';
    font-size: 28px;
    font-weight: 100;
}

h2 {
    font-family: 'Kanit Medium';
    font-size: 24px;
    font-weight: 100;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Kanit Light';/*'Calibri', 'DB Adman X';*/
    font-size: 18px;
    color: #424245;
    line-height: 1.5;
    overflow-x: hidden;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
    transition: all 0.5s;
}

button, input {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    font-size: inherit;
    letter-spacing: initial;
    outline: none;
    font-family: inherit;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    line-height: initial;
    font-weight: inherit;
}

#maximage {
    height: 550px !important;
}

.container {
    padding: 0;
    position: relative;
}

.section_header .col-xs-6:nth-last-child(1) {
    text-align: right;
}

.logo_tel {
    padding: 10px 0 5px 0px;
    background: #a9c838;
    font-size: 24px;
    font-family: 'Kanit Light';
}

.tel_social ul {
    margin: 0;
    padding: 0;
    float: right;
}

.tel_social li {
    list-style: none;
    padding: 0 10px;
    float: left;
    line-height: 44px;
	font-weight: bold;
}

.tel_social li:nth-child(1) a {
    border-right: 1px solid #424245;
    padding-right: 25px;
}
.tel_social li:nth-child(3) a {
    border-right: 1px solid #424245;
    padding-right: 25px;
}

.tel_social li:nth-last-child(1) {
    padding: 0;
}

.tel_social img {
    vertical-align: middle;
}

.nav_mainmenu {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Kanit Light';
    background: #fff;
    position: relative;
}

.nav_mainmenu ul {
    padding: 0;
    margin: 0;
}

.nav_mainmenu li {
    list-style: none;
    float: left;
    border-right: 1px solid #d8d8d8;
    padding: 0 20px;
    position: relative;
    /*width: 23%;*/
}

.nav_mainmenu li:nth-last-child(1) {
    border: none;
    padding-right: 0;
    /*width: 14%;*/
    text-align: right;
}

.nav_mainmenu li:nth-child(1) {
    padding-left: 0;
    /*width: 17%;*/
    text-align: left;
}

.nav_mainmenu a {
    position: relative;
    display: inline-block;
}

.nav_mainmenu a:after {
    content: '';
    background: #a9c838;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    width: 0;
}

.nav_mainmenu .active a:after, .nav_mainmenu li:hover a:after {
    opacity: 1;
    width: 100%;
}

.section_propertygroup span, .section_spotlightproperty span, .section_propertyknowledge span {
    font-family: 'Kanit Medium';
}

.section_propertygroup {
    padding: 50px 0;
    text-align: center;
}

.section_propertygroup h1, .section_spotlightproperty h1, .section_propertyknowledge h1 {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 50px;
}

.section_spotlightproperty h1 {
    background: #f7f7f7;
}

.title_section {
    position: relative;
}

.title_section:before {
    content: '';
    background: #d8d8d8;
    left: 0;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title_section:after {
    content: '';
    background: #d8d8d8;
    right: 0;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slide_propertygroup {
    margin-top: 50px;
    text-align: left;
}

.slide_propertygroup img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px;
}

.slide_treebox .owl-dots, .slide_treebox .owl-nav {
    display: none;
}

.slide_propertygroup .owl-dots{
    display: none;
}

.slide_propertygroup .owl-nav{
    position: absolute;
    top: 100px;
    /*bottom: 0;
    height: 100px;
    margin: auto;*/
    width: 100%;
}

.slide_propertygroup p {
    font-family: 'Kanit Medium';
    margin: 10px 0 0;
}

.section_treebox {
    padding: 50px 0;
    background: #a9c838;
    text-align: center;
}

.section_treebox p {
    margin: 10px 0 0;
	font-family: 'Kanit Light';
	font-size: 16px;
}

.slide_treebox img {
    margin-bottom: 10px;
}

.section_spotlightproperty {
    padding: 50px 0;
    text-align: center;
    background: #f7f7f7;
}

.row_spotlightproperty {
    margin-left: -15px;
    margin-right: -15px;
}

.row_spotlightproperty .col-xs-4 {
    padding: 15px;
}

.box_spotlightproperty img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    float: left;
    position: relative;
}

.price {
    position: relative;
    display: flex;
}

.price:after {
    content: '';
    background-image: url("../images/icon/price.png");
    width: 196px;
    height: 43px;
    position: absolute;
    right: -4px;
    bottom: -24px;
    display: inline-block;
    z-index: 2;
}

.price h2 {
    position: absolute;
    bottom: -18px;
    right: 10px;
    z-index: 3;
    font-size: 22px;
    color: #282828;
}

.new:before {
    content: '';
    background-image: url("../images/icon/new.png");
    width: 112px;
    height: 64px;
    position: absolute;
    z-index: 2;
    right: -4px;
    top: 0;
}

.hot:before {
    content: '';
    background-image: url("../images/icon/hot.png");
    width: 112px;
    height: 64px;
    position: absolute;
    z-index: 2;
    right: -4px;
    top: 0;
}

.sold:before {
    content: '';
    background-image: url("../images/icon/sold.png");
    width: 112px;
    height: 64px;
    position: absolute;
    z-index: 2;
    right: -4px;
    top: 0;
}

.price span {
    font-size: 16px;
}

.box_spotlightproperty {
    margin-top: 35px;
}

.details_spotlightproperty {
    text-align: left;
    padding: 20px;
    display: inline-block;
    width: 100%;
	height: 160px;
    background: #fff;
    border: 1px solid #dedede;
    position: relative;
}

.details_spotlightproperty h4 {
    font-size: 13px;
    color: #808080;
    font-weight: inherit;
	font-family: 'Kanit Light';
}

.details_spotlightproperty h3 {
    font-family: 'Kanit Regular';
    font-size: 18px;
    color: #282828;
    margin-bottom: 3px;
    font-weight: inherit;
}

.details_spotlightproperty:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dedede;
    top: -10px;
    left: 25px;
}

.details_spotlightproperty:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -8px;
    left: 26px;
}

.btn_seeproperty {
    background: #a9c838;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    color: #282828;
    margin-top: 15px;
    transition: all 0.5s;
	font-family: 'Kanit Regular';
    font-size: 18px;
}

.btn_seeproperty:hover {
    background: #282828;
    color: #fff;
}

.section_about {
    padding: 50px 0;
}

.box_about {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.box_about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-right: 50px;
}

.details_about {
    text-align: center;
    padding-left: 50px;
}

.box_about:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: -50px;
    left: 50px;
    background: #a9c839;
    width: calc(100% - 50px);
}

.box_about:before {
    content: '';
    height: 100%;
    position: absolute;
    bottom: -50px;
    right: 0;
    background: #a9c839;
    width: 1px;
}

.details_about:before, .details_about:after {
    content: none;
}

.details_about h4 {
    font-family: 'Kanit Regular';
    font-size: 18px;
    text-transform: uppercase;
    color: #b7b7b7;
}

.details_about h2 {
    font-family: 'Calibri Bold', 'DB Adman X';
}

.border_topleft {
    position: relative;
}

.border_topleft:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #a9c839;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
}

.border_topleft:after {
    content: '';
    width: 1px;
    height: 100px;
    background: #a9c839;
    position: absolute;
    bottom: -50px;
    left: 50px;
    z-index: 2;
}

.details_about p {
    position: relative;
    font-size: 22px;
    width: 80%;
    margin: 25px auto;
}

.command_start {
    width: 36px !important;
    height: auto !important;
    padding: 0 !important;
    margin-right: 10px;
    position: relative;
    top: -20px;
}

.command_end {
    width: 36px !important;
    height: auto !important;
    transform: rotate(180deg);
    padding: 0 !important;
    margin-left: 10px;
    position: relative;
    bottom: -10px;
}

.section_propertyknowledge {
    padding: 50px 0;
    text-align: center;
}

.knowleadge {
    margin-top: 50px;
    display: flex;
    width: 100%;
}

.box_knowleadge {
    width: 100%;
    /*height: 450px;*/
    background-size: cover !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
}

.box_knowleadge img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.details_knowleadge {
    text-align: left;
    padding: 0 0 0 30px;
}

.details_knowleadge h1 {
    padding: 0 !important;
    font-size: 26px;
    color: #3a3a3a;
	font-family: 'Kanit Regular';
}

.details_knowleadge p {
    font-size: 16px;
    color: #686868;
    font-family: 'Kanit Light';
}

.details_knowleadge p:nth-last-child(1) {
    margin-bottom: 0;
}

.details_knowleadge .btn_seeproperty {
    font-size: 20px;
}

.slide_knowleadge {
    margin-top: 30px;
    text-align: left;
}

.slide_knowleadge img {
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
}

.slide_knowleadge .owl-dots, .slide_knowleadge .owl-nav {
    display: none;
}

.slide_knowleadge h2 {
    font-family: 'Kanit Regular';
    font-size: 20px;
    color: #3a3a3a;
    margin: 10px 0;
}

.slide_knowleadge p {
    font-size: 16px;
    color: #686868;
    margin: 0;
    font-family: 'Kanit Light';
}

.section_footer {
    background: #353535;
    padding: 50px 0;
    color: #dddddd;
}

.section_footer ul {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.copyright {
    text-align: center;
}

.copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

.section_footer span {
    color: #a9c839;
}

.qrcode img {
    width: 100%;
}

.section_footer .col-xs-3, .section_footer .col-xs-2, .section_footer .col-xs-4 {
    padding: 0 15px;
}

.row_footer {
    margin-right: -15px;
    margin-left: -15px;
}

.contactus h1 {
    color: #a9c839;
    font-family: 'Gotham Bold', 'DB Adman X';
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}

.contactus h4 {
    font-size: 20px;
    color: #fff;
}

.contactus p {
    font-size: 14px;
}

.contactus p:nth-last-child(1) {
    margin-bottom: 0;
}

.contactus span {
    color: inherit;
    display: inline-block;
}

.contactus label {
    height: 60px;
    float: left;
    margin-right: 4px;
}

.form_property {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    width: 400px;
    float: right;
}

.section_slideshow {
    position: relative;
}

.section_slideshow_t {
    position: relative;
}

.box_formproperty {
    position: absolute;
    width: 100%;
    top: 51px;
    bottom: 0;
    height: 450px;
    margin: auto;
}

.form_property h1 {
    font-size: 30px;
    /*letter-spacing: 3px;*/
    text-transform: uppercase;
    color: #403f45;
	font-family: 'Kanit Medium';
}

.form_property span {
    font-family: 'Kanit Light';
    letter-spacing: 0;
	font-size: 30px;
}

.toggle {
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    text-transform: uppercase;
    font-family: 'Kanit Medium';
    font-size: 18px;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.toggle input + label {
    margin: 0;
    position: relative;
    display: inline-block;
    background: #ededed;
    padding: 10px 30px;
    color: #a4a4a4;
    cursor: pointer;
}

.toggle input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
}

.toggle input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.toggle input:checked + label {
    background: #a9c839;
    color: #424245;
    z-index: 1;
}

.padding_form {
    padding: 10px 0;
    position: relative;
}

.input_form {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px;
    font-size: 20px;
}

.input_form1 {
    width: 48%;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px;
    font-size: 20px;
}

.input_form2 {
    width: 50%;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px;
    font-size: 20px;
}

::placeholder {
    color: #d4d4d4;
}

.rate_price #debt-amount-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rate_price #debt-amount-slider::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    /* width: calc(100% * (4 / 5)); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d4d4d4;
}

.rate_price #debt-amount-slider input, form #debt-amount-slider label {
    box-sizing: border-box;
    flex: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.rate_price #debt-amount-slider label {
    display: inline-block;
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rate_price #debt-amount-slider label::before {
    content: attr(data-debt-amount);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 45px);
    font-size: 14px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
}

.rate_price #debt-amount-slider label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 10px;
    border: none;
    background: #d4d4d4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.rate_price #debt-amount-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
}

.rate_price #debt-amount-slider input {
    display: none;
}

.rate_price #debt-amount-slider input:checked + label::before {
    opacity: 1;
}

.rate_price #debt-amount-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
}

.rate_price #debt-amount-slider input:checked ~ #debt-amount-pos {
    opacity: 1;
}

.rate_price #debt-amount-slider input:checked:nth-child(1) ~ #debt-amount-pos {
    left: 10%;
}

.rate_price #debt-amount-slider input:checked:nth-child(3) ~ #debt-amount-pos {
    left: 25%;
}

.rate_price #debt-amount-slider input:checked:nth-child(5) ~ #debt-amount-pos {
    left: 42%;
}

.rate_price #debt-amount-slider input:checked:nth-child(7) ~ #debt-amount-pos {
    left: 59%;
}

.rate_price #debt-amount-slider input:checked:nth-child(9) ~ #debt-amount-pos {
    left: 75%;
}

.rate_price #debt-amount-slider input:checked:nth-child(11) ~ #debt-amount-pos {
    left: 92%;
}

.rate_price #debt-amount-slider #debt-amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #a9c839;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 3px solid #c2df57;
    opacity: 1;
    z-index: 2;
    left: 9%;
}

.rate_price:valid #debt-amount-slider input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
}

.rate_price:valid #debt-amount-slider input:checked + label::before {
    transform: translate(-50%, 45px) scale(1.1);
    transition: all 0.15s linear;
}

.rate_price + button {
    display: block;
    position: relative;
    margin: 56px auto 0;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.15s ease-in-out;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #000;
    border-radius: 8px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.rate_price + button:hover {
    background: #000;
    color: #fff;
}

.rate_price + button:hover:active {
    transform: scale(0.9);
}

.rate_price + button:focus {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    pointer-events: none;
}

.rate_price + button:focus::before {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.rate_price + button::before {
    display: inline-block;
    width: 0;
    opacity: 0;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 0;
    transform: rotate(0deg);
}

.rate_price:invalid + button {
    pointer-events: none;
    opacity: 0.25;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}

.rate_price .rotate:before {
    transform: translate(-50%, 45px) rotate(
            90deg
    ) !important;
}

.btn_submit {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #a9c839;
    font-size: 24px;
    font-family: 'Kanit Medium';
    transition: all 0.5s;
}

.btn_submit:hover {
    background: #282828;
    color: #fff;
}

.rate_price .padding_form {
    padding: 0 0 10px;
}

.form_property i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #a9a9a9;
}

.scroll_menu {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    box-shadow: rgb(0 0 0 / 9%) 0 0 10px;
}

.brand_logo img {
    height: 40px;
}

.tel_social img {
    height: 30px;
}

.brand_logo img, .tel_social img {
    transition: all 0.5s;
}

.scroll_menu .brand_logo img {
    height: 30px;
}

.scroll_menu .tel_social img {
    height: 25px;
}

.scroll_menu .tel_social li {
    line-height: 34px;
	font-weight: bold;
}

.scroll_menu .tel_social {
    font-size: 20px;
}

.owl-theme .owl-dots .owl-dot {
    background: #c2df56;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    border: none;
    margin: 0 3px;
    opacity: 0.3;
    transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background: #a9c839;
}

/*.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 25px;
	position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    width: 100%;
}*/

.owl-theme .owl-dots .owl-dot.active span {
    background: #a9c839;
}

.owl-theme .owl-dots .active, .owl-theme .owl-dots .owl-dot:hover {
    opacity: 1;
}

.slide_treebox .owl-dots .owl-dot span, .slide_treebox .owl-dots .owl-dot.active span {
    background: #fff;
}

.facebook_mobile {
    margin: 15px 0;
    display: none;
}

.nav_mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    text-transform: uppercase;
}

.button_container {
    position: absolute;
    top: 15px;
    right: 30px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #0b441c;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 9px;
}

.button_container span:nth-of-type(3) {
    top: 18px;
}

.overlay {
    position: fixed;
    background: rgb(53 53 53 / 98%);
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    z-index: 9;
    transition: all 0.6s;
}

.overlay.open {
    opacity: 1;
    width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}


.overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0 30px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    font-size: 22px;
}

.overlay ul li {
    display: block;
    height: 25%;
    position: relative;
    padding: 10px;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Gotham Light', 'DB Adman X';
}

.scroll_menu .button_container {
    top: 25px;
}

.overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #a9c839;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.padding_lastform {
    padding-bottom: 0;
}

.option_rooms {
    float: left;
    /*position: absolute;*/
    padding: 10px 10px 0px 0px;
    right: 0;
    bottom: 0;
}

.option_rooms li {
    list-style: none;
    float: left;
    padding: 0 5px;
}

.option_rooms ul {
    padding: 0;
    margin: 0;
}

.option_rooms img {
    height: 30px!important;
    width: auto;
    vertical-align: middle;
    float: none;
    transform: none!important;
}

.option_rooms span {
    background: #403f45;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-family: 'Kanit Light';
    color: #fff;
    font-size: 18px;
}
.section_formsearch img{
    height: 15px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_formsearch{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 0;
    font-family: 'Kanit Light';
    font-size: 16px;
    position: relative;
    z-index: 3;
}
.input_location{
    border: none;
    padding: 10px;
    color: #505050;
    position: relative;
    width: calc(100% - 30px);
    float: right;
    line-height: 28px;
}
.section_formsearch ::placeholder{
    color: #424245!important;
}
.section_formsearch ul{
    margin: 0;
    padding: 0;
    width: 100%;
}
.section_formsearch li{
    float: left;
    list-style: none;
    padding: 0px 0;
    border-right: 1px solid #d8d8d8;
    width: 16%;
    position: relative;
}
.section_formsearch li:nth-last-child(1){
    border: none;
    width: 12%;
    padding: 5px 0 5px 10px;
}
.section_formsearch li:nth-child(1), .section_formsearch li:nth-child(2){
    width: 20%;
}
.section_formsearch li:nth-child(1){
   padding-left: 0;
}
.btn_find{
    font-size: 18px;
}
.section_searchresults .col-xs-6{
    padding: 15px;
}
.section_searchresults img{
    height: 330px;
}
.size_home span{
    width: auto;
    padding: 1px 10px;
    border-radius: 20px;
    position: relative;
}
.size_home span:after{
    content: 'sq.m.';
    position: absolute;
    font-size: 10px;
    bottom: -12px;
    color: #403f45;
    width: 100%;
    left: 0;
    text-align: right;

}
.section_searchresults h4{
    font-size: 14px;
}
.section_searchresults .price:after{
    background-image: url("../images/icon/price_chlid.png");
    width: 196px;
    height: 43px;
}
.section_formsearch i{
    position: absolute;
    right: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.overlay_slide{
    /*background-image: linear-gradient(transparent, rgb(0 0 0 / 50%), rgb(0 0 0 / 90%));*/
    height: 250px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.text_slide{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
}
.text_slide p{
    margin: 5px 0 0;
	font-family: 'Kanit Light';
}
.text_slide h1{
	font-family: 'Kanit Medium';
}
.text_slide .line_titleslide:after{
    content: '';
    width: 5px;
    height: 100%;
    background: #a9c839;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.text_slide .line_titleslide{
    padding-left: 25px;
    position: relative;
}
.map_gallery{
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
    text-align: right;
    z-index: 2;
}
.btn_gallery{
    padding: 10px 20px;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #222222;
    font-family: 'Kanit Medium';
    transition: all 0.5s;
}
.btn_gallery:hover{
    background: #a9c839;
    color: #fff;
}
.map_gallery a{
    padding: 0 ;
}
.btn_gallery img{
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    filter: none;
    transition: all 0.5s;
}
.btn_gallery:hover img{
    filter: brightness(0) invert(1);
}
.section_feture h4{
    text-transform: uppercase;
    color: #787878;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: inherit;
}
.section_feture{
    padding: 50px 0;
    background: #f7f7f7;
}
.section_feture ul{
    padding: 0;
    margin: 0;
}
.section_feture li{
    list-style: none;
    border-right: 1px solid #d8d8d8;
    padding-left: 10px ;
    float: left;
    /*width: 20%;*/
}

.section_feture .liprice{
    list-style: none;
    border-right: 1px solid #d8d8d8;
    padding-left: 10px ;
    float: left;
    width: 23%;
}

.section_feture .libb{
    list-style: none;
    border-right: 1px solid #d8d8d8;
    padding-left: 10px ;
    float: left;
    width: 18%;
}

.section_feture .liother{
    list-style: none;
    border-right: 1px solid #d8d8d8;
    padding-left: 10px ;
    float: left;
    width: 20%;
}

/*.section_feture li:nth-child(1){
    padding-left: 0;
    width: 20%;
}*/
.section_feture li:nth-last-child(1){
    border-right: none;
    padding-right: 0;
}
.section_feture h1, .section_detailsdescription h1{
    font-family: 'Kanit Medium';
    font-size: 30px;
}
.section_feture img{
    float: left;
    margin-right: 15px;
    height: 50px;
}
.box_detailsdescription {
    width: 100%;
    height: 450px;
    background-size: cover !important;
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    transition: all 0.5s;
}
.box_detailsdescription img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details_detailsdescription{
    padding: 0 50px;
}
.section_detailsdescription{
    padding: 0;
    background: #f7f7f7;
}

.section_detailsdescription p{
    color: #525252;
	font-family: 'Kanit Light';
	font-size: 16px;
}
.section_detailsdescription ul{
    color: #525252;
	font-family: 'Kanit Light';
	font-size: 16px;
}
.section_amenities{
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center;
    position: relative;
}
.section_amenities span{
    font-family: 'Kanit Medium';
    font-size: 28px;
}
.titlelist_amenities{
    text-align: left;
    color: #353535;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.titlelist_amenities ul{
    margin: 0;
    padding: 0;
}
.titlelist_amenities li{
    list-style: none;
    padding: 20px 0;
}
.titlelist_amenities p{
    font-family: 'Kanit Medium';
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    color: #4f4f4f;
}
.titlelist_amenities h4{
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
    color: #4f4f4f;
	font-family: 'Kanit Light';
}
.titlelist_amenities h2, .titlelist_amenities h2 span{
    font-family: 'Kanit Medium';
    font-size: 22px;
}
.titlelist_amenities h2 span{
    display: inline-block;
    width: 100%;
}

.list_amenities label{
    font-size: 14px;
}
.section_amenities:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    top: 173px;
}
.lg-outer .lg-thumb{
    margin-left: 10px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #a9c839;
}
.zoom_images{
    overflow: hidden;
    width: 100%;
}
.zoom_images img{
    transition: all 0.5s;
}
.row_spotlightproperty .col-xs-4:hover img, .row_spotlightproperty .col-xs-6:hover img{
    transform: scale(1.1);
}
.box_language{
    position: relative;
    top: -5px;
    padding-left: 25px;
}
.box_language span{
    text-transform: uppercase;
    background: #fff;
    font-size: 14px;
}
.box_language span:nth-child(1){
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
}

.box_language span:nth-child(2){
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
}
.box_language .active{
    background: #424245;
    color: #fff;
}
.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #FF7182;
	border-color: #FF7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #e04e60;
}
.page-next:before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #a9c839;
    font-size: 30px;
    line-height: 38px;
}
.page-prev:before{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    color: #a9c839;
    font-size: 30px;
    line-height: 38px;
}
.page-next, .page-prev{
    color: #f7f7f7;
}
.paginate-pagination{
    font-family: 'Gotham Bold', 'DB Adman X';
    font-size: 20px;
}
.section_slideshowinfo{
    /*display: inline-block;*/
    width: 100%;
    height: 600px;
	overflow: hidden;
}
.section_slideshowinfo .overlay_slide{
    z-index: 1;
}
.section_infovideo{
    text-align: center;
    background: #f7f7f7;
    padding-top: 50px;
}
.section_infovideo iframe{
    width: 80%;
    height: 500px;
    margin: auto;
}
.pagination {
    padding: 0 20px;
    font-family: 'Gotham Bold', 'DB Adman X';
}
.pagination,
.pagination * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	width: 100%;
}
.pagination a {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pagination a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}
.pagination a.current {
    background: #424245;
    color: #fff;
}
.pagination .nav{
    font-size: 20px;
    color: #a9c839;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px;
    line-height: initial;
}
.custom-select-trigger {
    width: 100%;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
    padding: 10px;
    position: relative;
    display: block;
    background: none;
    cursor: pointer;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-top: -3px;
    border-bottom: 1px solid #4d4d50;
    border-right: 1px solid #505053;
    transform: rotate(
            45deg
    ) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 12px 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-options:before {
    position: absolute;
    display: none;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s ease-in-out;
    padding: 5px 10px;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
}
.custom-option:first-of-type {
    border-radius: 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}
.sub_select{
    display: none;
    position: absolute;
    width: 334px;
    top: 62px;
    left: -1px;
    margin: 0;
    padding: 20px 17px 24px;
    background: #fff;
    border: 1px solid #d2d5da;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    z-index: 2;
}
.active .sub_select{
    display: block;
}
.click_select li {
    float: left;
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.click_select li:nth-last-child(1) {
    padding-right: 0;
    border-right: none;
}

.click_select ul {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.click_select .box_beds {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.click_select .property_list {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin-top: 0px;
    display: none;
    z-index: 2;
    border: 1px solid #d8d8d8;
    width: 374px;
    left: -1px;
}
.click_select .property_list.active {
    display: block;
}

.click_select .property_list li {
    display: block;
    padding: 0 10px;
    text-align: left;
    width: 50%;
    float: left;
}
.property_list .input_location{
    width: 100%;
    border: 1px solid #d8d8d8;
}
.property_list i{
    top: auto;
    bottom: 5px;
}


.click_select .box_price {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.click_select .property_price {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin-top: 0px;
    display: none;
    z-index: 2;
    border: 1px solid #d8d8d8;
    width: 374px;
    left: -1px;
}
.click_select .property_price.active {
    display: block;
}

.click_select .property_price li {
    display: block;
    padding: 0 10px;
    text-align: left;
    width: 50%;
    float: left;
}
.property_price .input_location{
    width: 100%;
    border: 1px solid #d8d8d8;
}
.property_price i{
    top: auto;
    bottom: 5px;
}

.click_select .box_filter {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.click_select .property_filter {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    margin-top: 0px;
    display: none;
    border: 1px solid #d8d8d8;
    width: 700px;
    max-height: 600px;
    overflow: scroll;
    z-index: 2;
    right: -1px;
}
.click_select .property_filter.active {
    display: block;
}

.click_select .property_filter li {
    display: block;
    padding: 5px 10px;
    text-align: left;
    width: 25%;
    float: left;
}
.property_filter .input_location{
    width: 100%;
    border: 1px solid #d8d8d8;
}
.property_filter i{
    top: auto;
    bottom: 5px;
}

.click_select .box_search {
    cursor: pointer;
    padding: 10px;
}
.click_select .property_search {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin-top: 12px;
    display: none;
    border: 1px solid #d8d8d8;
    width: 700px;
    right: 0;
    max-height: 600px;
    overflow: scroll;
    z-index: 3;
}
.click_select .property_search.active {
    display: block;
}

.click_select .property_search li {
    display: block;
    padding: 5px 10px;
    text-align: left;
    width: 25%;
    float: left;
}
.property_search .input_location{
    width: 100%;
    border: 1px solid #d8d8d8;
}
.property_search i{
    top: auto;
    bottom: 5px;
}
.outdoor li{
    width: 50%!important;
}
.outdoor a{
    display: inline-block;
    width: 100%;
    color: #a9c839;
}
.outdoor i{
    position: inherit;
}
.other li{
    width: 100%!important;
}
.keyword{
    padding: 0 0 20px;
}
.keyword h4{
    font-size: 12px;
}
.keyword .input_location{
    margin: 5px 0;
}

.input_search:before{
    content: '';
    background-image: url("../images/icon/search.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.input_type:before{
    content: '';
    background-image: url("../images/icon/type.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.option_css{
    padding: 5px;
    background: #fff;
}
.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

.select-selected:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    right: 10px;
    width: 0;
    height: 0;
    /*border: 6px solid transparent;*/
    /*border-color: #000 transparent transparent transparent;*/
}

.select-selected.select-arrow-active:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
}

.select-items div,.select-selected {
    padding: 0;
    cursor: pointer;
    user-select: none;
    width: calc(100% - 30px);
    float: right;
    position: relative;
}
.select-items div{
    padding: 10px 20px;
    width: 100%;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    border: 1px solid #d8d8d8;
    z-index: 1;
    left: -1px;
    right: -1px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.click_selectform{
    border: none;
    /*line-height: 21px;*/
}
.click_selectform .select-items{
    margin-top: 6px;
    left: -1px;
    right: -1px;
}
.property_price .select-selected{
    width: 100%;
}
.btn_clear {
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    background: #fff;
    border: 1px solid #c3c8ce;
    transition: all 0.5s;
}

.btn_clear:hover {
    background: #fff;
    border: 1px solid #282828;
}
.btn_update{
    background: #eaebec;
    color: #8e9397;
    border: 1px solid #eaebec;
}
.btn_update:hover{
    background: #a9c839;
    border: 1px solid #a9c839;
}
.slide_gallery img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.slide_gallery .owl-dots{
    display: none;
}
.slide_gallery .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    width: 100%;
}
.slide_gallery .owl-stage-outer{
    overflow: inherit;
}
.owl-theme .owl-nav [class*=owl-]{
    border: none;
    font-size: 50px;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
	color: #333333;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
	color: #333333;
}
.owl-next{
    position: absolute;
    right: -50px;
}
.owl-prev{
    position: absolute;
    left: -50px;
}
.overlay.open li:nth-child(1){
    border-bottom: 1px solid #fff;
}
.mobile_language{
    display: inline-block;
}
.mobile_language ul{
    width: 100%!important;
}
.mobile_language li{
    width: auto;
    float: left;
    border-bottom: none!important;
    padding: 0 10px!important;
}
.mobile_language li:nth-child(1){
    border-right: 1px solid #fff;
}
.mobile_search{
    position: fixed;
    top: 10px;
    right: 80px;
    z-index: 5;
    display: none;
}
.mobile_search i{
    font-size: 30px;
    color: #000;
}
.modal-body, .modal-dialog{
    width: 100%;
    padding: 0;
    display: flex;
}
.modal{
    background: none;
	top: -13px;
}
.modal-dialog{
    background: #fff;
    margin: 75px 0 0;
    display: inline-block;
    width: 100%;
}
.close{
    position: fixed;
    top: -79px;
    right: 80px;
    background: #a9c839!important;
    width: 35px;
    height: auto;
    font-size: 60px;
    font-weight: 100;
    text-shadow: none;
}
.customselect_100 .select-selected{
    width: 100%;
}
.mobile_language .active{
    color: #a9c839;
}
.fancybox-thumbs__list a:before{
    border: 4px solid #a9c839!important;
}
.close:hover, .close:focus{
    opacity: 1;
}
.homepage .mobile_search{
    display: none;
}

.butt-filter i {
	position: absolute;
	right: 110px;
	top: 10px;
}

.butt-filter select {
	width: 30%;
	padding: 5px 5px 5px 15px;
	background: #a9c839;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    font-size: 20px;
}