body {
    font-family: 'LINE Seed Sans TH', sans-serif;
    font-size: 1em;
    color:#6a7371;
    text-decoration: none;
    
    
}
.img-fluid {
    height: max-content !important;
}

img.yt-icon {
    position: absolute;
    object-fit: contain;
   width: 130px !important;
}
.txt-center {
    text-align: center;
}
.name-agent {
    margin: 1rem;
}
.location-list {
    color: var(--primary-color);
    margin: 10px;
    text-align: left;
}
.user-date {
    font-size: 0.8rem;
}
.boxleft.p-3 {
    box-shadow: 2px 4px 8px rgba(56, 75, 108, .2);
    background: white !important;
    position: relative;
    margin: 0;
    border: 1px solid #e5e8e8;
    background: no-repeat;
    border-radius: 12px !important;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}
.boxleft {
    position: relative;
    margin: 0;
    border: 1px solid #e5e8e8;
    background: no-repeat;
    border-radius: 12px !important;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

img.img-agent {
    background: var(--primary-color);
    border: 5px solid #31c48d !important;
    border-radius: 100%;
    max-width: 80%;
    height: auto;
}
.img-agent {
    background: var(--primary-color);
    border: 5px solid #31c48d !important;
    border-radius: 100%;
    max-width: 80%;
    height: auto;
}

.ag-content {
    padding: 10px;
    width: 40%;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

p.mobile {
    width: 50px;
}

.rowm10 {
    margin-left: -10px;
    margin-right: -10px
}

.colm10 {
    padding: 0px 10px 0px 10px;
}

img {
    max-width: 100%
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

.scontent img {
    -o-object-fit: cover;
    object-fit: cover
}

header {
    position: relative;
    z-index: 500
}

.topmenu {
    background: #f4f4f4;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ccc;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100
}

.topmenu .navbar-nav {
    width: 100%
}

.topmenu .navbar-nav a {
    color: #183d61!important
}

.topmenu .navbar-nav a.active {
    font-weight: 600 !important
}

.topmenu .navbar-toggler {
    border: none !important;
    color: #fff !important
}

.topmenu.bg-light .navbar-nav a,
.topmenu.bg-light .navbar-toggler {
    color: #fff;
}

.topsearch .typesearch {
    margin-bottom: 10px;
    padding-top: 10px
}

.topsearch .typesearch a {
    color: #000;
    margin-right: 7px
}

.topsearch .typesearch a.active {
    border-bottom: 2px solid #000;
    font-weight: 700
}

.topsearch .input-group-lg {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25)
}

.topsearch .input-group-text {
    background: #fff
}

.topsearch .form-control {
    border: 1px solid #d1def5;
    border-left: 0
}

.topsearch .btn {
    margin-left: 10px;
    height: 40px;
    background: linear-gradient(96.15deg,#ff6c00,#f99f36);
    color: #ddd;
    font-size: 13px !important
}

.topsearch .btn:hover {
    color: #ddd
}

.projecthome h2 a {
    color: #222
}

.projecthome .item {
    background-color: #fff;
    height: 100%
}

.projecthome>.row>div {
    margin-bottom: 1em;
}

.projecthome .item p {
    margin: 0;
    padding: 5px 0
}

.blii {
    height: 150px;
    width: 100%;
    object-fit: cover;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    padding-top: 66.6667%;
    position: relative !important;
}

.blii .img {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important
}

.blii .img,
.blii .linkdetail {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important
}

.projecthome .item .img img.thumb {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.projecthome .item .description {
    background: #fff;
    padding-top: 5px;
    position: relative
}

.projecthome .item .description .heart {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
}

.projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .7em;
    color: #4f4f4f;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis
}

.projecthome .item .description a {
    color: #000;
    text-decoration: none
}

.projecthome .item .description h5 {
    color: #0c5992;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: .8em;
    font-weight: 600;
    height: 45px;
    line-height: 180%;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 20px 0 0px;
    text-overflow: ellipsis;
    white-space: normal;
}

.projecthome .item .description h5:hover {
    color: #0c5992;
    text-decoration: none
}

.projecthome .item .description p {
    margin: 7px 0 0;
    padding: 0
}

.itemarea {
    flex: auto
}

.itemarea img {
    border-radius: 6px;
    flex: auto;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.itemarea h4 {
    bottom: 20px;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%
}

.owl-carousel .owl-stage {
    display: flex
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: auto
}

.homehouse {
    background: #fff;
    position: relative
}

.hourseitem {
    margin-top: 20px
}

.hourseitem .img .thumb {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hourseitem .info {
    padding: 10px 0 0;
    position: relative
}

.hourseitem .info .heart {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
}

.hourseitem p {
    font-size: 15px;
    margin: 5px 0 0;
    padding: 0
}

.hourseitem .city {
    color: #4f4f4f;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis
}

.hourseitem p.threemt {
    display: flex;
    font-size: .9em
}

.hourseitem p.threemt span {
    float: left;
    font-size: 13.5px;
    margin-right: 10%
}

.hourseitem p.threemt span i {
    float: left;
    font-style: normal
}

.hourseitem p.threemt span .vti {
    margin-left: 5px;
    margin-top: 2px
}

footer {
    z-index: 1;
    color:#f8f9fa;
    background: #183d61;
    min-height: 270px
    
}

footer p a {
    color: #f8f9fa;
}

footer .menufooter h4 {
    color:#f8f9fa;
    border-bottom: 2px solid #183d61;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase
}

footer .menufooter ul {
    margin: 0;
    padding: 0
}

footer .menufooter ul li {
    list-style: none;
    padding: 3px 0
}

footer .menufooter ul li a {
    color: #f8f9fa;
}

footer .copyright {
    background: #183d61;
    border-top: 1px solid #183d61;
    color: #f8f9fa;
    font-size: 15px;
    padding: 10px 0
}

.padtop10 {
    padding-top: 10px
}

.padtop20 {
    padding-top: 20px
}

.padtop30 {
    padding-top: 30px
}

.padtop40 {
    padding-top: 40px
}

.padtop50 {
    padding-top: 50px
}

.padtop60 {
    padding-top: 60px;
}


.padtop70 {
    padding-top: 70px
}

.action_footer {
    bottom: 55px;
    position: fixed;
    right: 10px;
    width: auto;
    z-index: 9
}

.action_footer a {
    float: right;
    margin-bottom: 10px;
    padding: 5px 10px
}

.action_footer a img {
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
}

.action_footer .cd-top {
    position: absolute;
    right: -40px;
    top: 1px
}

.action_footer .cd-top.cd-top-40 {
    top: -40px
}

.bgheadproject {
   
    color: #666666;
    
}

.bgheadproject h1 {
    padding-top: 20px
}

.bgheadproject p {
    padding: 0
}

#map {
    height: 730px
}

.bold500 {
    font-weight: 500
}

.lineheight220 {
    line-height: 220%
}

.accordion {
    border-top: 1px solid #e0e0e0;
    margin-top: 15px
}

.from {
    font-weight: 400
}

.boxsliderdetail {
    display: none;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: auto;
    overflow: hidden;
    position: relative
}

.boxsliderdetail .slidetop {
    height: 350px;
    position: relative
}

.boxsliderdetail .slidetop .item {
    width: 100%
}

.boxsliderdetail .slidetop img {
    cursor: pointer;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

.boxsliderdetail .slidebot {
    background: #222;
    height: auto;
    padding: 0 15px;
    position: relative
}

.boxsliderdetail .slidebot .control {
    margin-left: -5px;
    margin-right: -5px
}

.boxsliderdetail .slidebot .icon {
    background-color: hsla(0, 0%, 100%, .1);
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: .8em;
    height: 80px;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.boxsliderdetail .slidebot .icon i {
    font-size: 2em
}

.boxsliderdetail .slidebot .icon p {
    margin: 0;
    padding-top: 10px
}

.boxsliderdetail .slidebot #listcarouselthumb {
    height: 110px;
    padding: 5px 0;
}

.boxsliderdetail .slidebot .item {
    margin: 0 3px;
    width: 100%
}

.boxsliderdetail .slidebot img {
    border: 5px solid #222;
    cursor: pointer;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

.pagination .page-item a,
.pagination .page-item span {
    background-color: #f4f5f9;
    border: 0;
    border-radius: 0 !important;
    color: #222;
    margin: 0 5px;
    padding: 3px 12px !important
}

.pagination .page-item.active span {
    background: var(--primary-color)
}

.titlenews {
    font-size: 1.8em
}

.titlenewnews,
.titlenews {
    font-weight: 600
}

.showbigimg {
    cursor: pointer
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes lds-circle {

    0%,
    to {
        animation-timing-function: cubic-bezier(.5, 0, 1, .5)
    }

    0% {
        transform: rotateY(0deg)
    }

    50% {
        animation-timing-function: cubic-bezier(0, .5, .5, 1);
        transform: rotateY(5turn)
    }

    to {
        transform: rotateY(10turn)
    }
}

.owl-nav {
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    top: 45%
}

.owl-nav i {
    background-color: var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    float: left;
    height: 32px;
    padding: 8px;
    top: 0;
    width: 32px;
    margin-top:-10px;
}

.owl-nav .owl-prev {
    left: -15px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    outline: none;
    position: absolute;
    z-index: 2
}

.owl-nav .owl-next {
    right: -15px
}

#listcarouselthumb .owl-nav .owl-next,
#listcarouselthumb .owl-nav .owl-prev {
    border-radius: 0;
    box-shadow: none
}

#listcarouselthumb .owl-nav {
    top: 15px
}

#listcarouselthumb .owl-nav i {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 0;
    box-shadow: none !important;
    font-size: 1em;
    height: 100px;
    outline: none !important;
    padding: 40px 2px;
    top: 10px;
    width: 20px
}

.bgmenupro {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    box-shadow: 0 3px 3px #f2f2f2;
    padding: 0
}

.bgmenupro .w90 {
    padding: 0
}

.bgmenupro .navbar {
    padding: 0 1rem
}

.bgmenupro .navbar li {
    margin-right: 10px;
    padding: .5rem 0
}

.bgmenupro li.active {
    border-bottom: 2px solid orange;
    font-weight: 700
}

.boxright {
    border-radius: 5px;
    
    margin-bottom: 15px;
    padding: 15px
}

.boxright .head {
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px 0
}

.boxright .itemagent img {
    border: none
}

.boxright .itemagent .col-md-4,
.itemagent .col-md-8 {
    padding: 0
}

.boxright .itemagent .info a {
    color: #6c757d;
    font-size: 14px;
    font-weight: 700
}

.boxright .itemagent .info p {
    margin: 0;
    padding: 7px 7px 7px 7px;
}

.boxright .itemagent .info p.mobile,
.boxright .itemagent .info p.mobile a {
    color: var(--primary-color);
    font-weight: 700
}

.btn-orange {
    background: linear-gradient(96.15deg,#ff6c00,#f99f36);
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.text-orange {
    color: var(--primary-color) !important
}

.topmenu.bg-light .navbar-nav a.text-orange {
    color: var(--primary-color) !important;
    font-weight: 600 !important
}

.titlehouse {
    margin-top: 1rem;
    line-height: normal;
    color: #222;
    font-size: 1rem;
    font-weight: 700
}

.addresshouse {
    color: #4f4f4f
}

.pricehouse {
    color:#f47a21 ;
    font-size: 1.5rem;
    margin: 0
}

.headifhouse,
.pricehouse {
    
    font-weight: 700;
    padding: 0 0 10px
}

.headifhouse {
    border-bottom: 1px solid #e0e0e0;
    color: #0c5992;
    font-size: 1.2rem;
    margin: 0 0 15px
}

#frmhomesearch {
    position: relative
}

.listsuggest {
    background: hsla(0, 0%, 100%, .9);
    display: none;
    max-height: 400px;
    overflow-y: scroll;
    position: absolute;
    width: 100%
}

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

.listsuggest ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 5px 10px
}

.listsuggest ul li:last-child {
    border-bottom: none
}

.listsuggest ul li p {
    font-size: .9em;
    margin: 0;
    padding: 5px
}

.listsuggest ul li p a {
    color: #000;
    font-size: 1.1em;
    font-weight: 700
}

.language {
    font-size: .8em
}

.language a {
    color: #000
}

#ismain-homes h2,
.language a {
    font-weight: 700
}

.owl-carousel .item img {
    -o-object-fit: cover;
    object-fit: cover
}

.listnews {
    margin: 0;
    padding: 0
}

.listnews li {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    padding: 7px 0
}

.lastestnews .img-thumbnail {
    padding: 0rem;
    height: 100%;
    object-fit: cover;
    max-height: 125px;
    
}

.lastestnews {
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #ebf2fe;
    border-radius: 8px;
    font-size: .9em;
    font-weight: 600;
}

::-moz-placeholder {
    color: #b4b4b4 !important;
    opacity: 1
}

::placeholder {
    color: #b4b4b4 !important;
    opacity: 1
}

::-ms-input-placeholder {
    color: #b4b4b4 !important
}

.infomarker h5 {
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0
}

.infomarker p {
    margin: 0;
    padding: 0
}

.infomarker h5 a {
    color: var(--primary-color)
}

@media only screen and (min-width: 180px) and (max-width: 767px)  {
    
    
    .post-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1.3em;
    color: #4f4f4f;
    height: 100px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #666666;
    margin: 10px 10px 10px 100px;
}
    
    
    
.search-box .dropdown-menu {
    min-width: 24em !important;
    padding: 0;
}
    
.items img {
    aspect-ratio: 32 / 15 !important;
}
    .homebanner img {
    object-fit: cover;
    aspect-ratio: 32 / 15 !important;
}
    
    .home_banner {
    height: 35vh !important;
}
.video-wrapper {
  height: 30vh !important;
}

    
    
    .h6, h6 {
    font-size: .9em;
    }
    
    .itemarea h4 {
    font-size: 1em;
    font-weight: 600;
}

.projecthome .item .description {
    padding: 10px;
}

   .topsearch .form-control {
    background-color: var(--bg-input);
    border: 1px solid #e0dad1;
    border-radius: 24px;
    color: var(--text-input);
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    height: 40px;
    letter-spacing: normal;
    line-height: normal;
   
    width: 100%
    
   
} 
    .topsearch .btn {
    margin-left: 10px;
    height: 40px;
    background: linear-gradient(96.15deg,#ff6c00,#f99f36);
    color: #ddd;
    font-size: 13px !important;
}
   .topsearch .input-group-lg {
   background: #fff;
    border-radius: 8px;
    box-shadow: 4px 8px 32px rgba(51,78,72,.1);
    margin: 0 auto;
    position: relative;
    top: 25px;
        justify-content: center;
        padding: 23px 5px 0px;
}

.topsearch .input-group.input-group-lg.filter {
    background: #ffffff;
    width: 100% !important;
    top: 0 !important;
    border-radius: unset;
    justify-content: center;
    padding: 16px 5px;
}
.topsearch {
    position: sticky;
    top: 0;
   z-index: 90;
}

.hidden-xs {
    display: none !important;
}
}

@media (min-width:576px) {
    
 .topsearch .keyword-input,
.topsearch .location-input {
    display: inline-block;
    position: relative;
    width: calc(80% - 30px)
}

.topsearch .search-button-wrapper .btn {
    border-radius: 30px;
    min-width: auto;
    padding: 7px 30px;
}   
.topsearch .form-control {
        background-color: var(--bg-input);
        border: 1px solid #e0dad1;
        border-radius: 24px;
        color: var(--text-input);
        font-family: Sarabun;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 300;
        height: 40px;
        letter-spacing: normal;
        line-height: normal;
      
        width: 100%;
} 
    
    
.topsearch .keyword-input,
.topsearch .location-input {
    display: inline-block;
    position: relative;
    width: calc(75% - 0px)
}

.home_banner .topsearch {
    width: 50%;
}    
.topsearch .input-group-lg {
    background: white;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 10px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
   
}
  

    .topsearch .typesearch a {
        color: #000
    }

    .topsearch .typesearch a.active {
        border-bottom: 0px solid #000
    }
    
    .projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .9em;
    color: #4f4f4f;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis
    }
    
    .detial-content {
        width: 100%
    }
    
    #properties-list.full-page-content .property-item,
    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    
    .topsearch .keyword-input {
        width: calc(70% - 0px)
    }

    .topsearch .keyword-input+.input-group-prepend {
        margin-top: 0px
    }

    .topsearch .location-input {
        margin-top: 0px;
        width: calc(50% - 0px)
    }

    .topsearch .input-group-append.search-button-wrapper {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .topsearch button.btn {
        width: 100%
    }

    #properties-list .property-item.colm10,
    .projecthome .data-listing .colm10 {
        padding-left: 4;
        padding-right: 4;
    }
    
    .col-6.col-sm-4.col-md-3 {
    padding: 0px 10px 0px 10px;
    }
    
    .projecthome h2 a {
    color: #222
    }

.projecthome .item {
    background-color: #fff;
    height: 100%
    }

.projecthome>.row>div {
    padding-left: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    }

.projecthome .item p {
    margin: 0;
    padding: 5px 0
    }

.blii {
    height: 150px;
    width: 100%;
    object-fit: cover;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    padding-top: 66.6667%;
    position: relative !important;
   }

.blii .img {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important
  }

.blii .img,
.blii .linkdetail {
    bottom: 0 !important;
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: 0 !important
  }

.projecthome .item .img img.thumb {
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

.projecthome .item .description {
    background: #fff;
    padding-top: 5px;
    position: relative
  }

.projecthome .item .description .heart {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px
  }

.projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .9em;
    color: #4f4f4f;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis
  }

.projecthome .item .description a {
    color: #000;
    text-decoration: none
  }

.projecthome .item .description h5 {
    color: #0c5992;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: .8em;
    font-weight: 600;
    height: 40px;
    line-height: 160%;
    margin: 0px 0 0;
    overflow: hidden;
    padding: 0px 20px 0 0px;
    text-overflow: ellipsis;
    white-space: normal;
  }

.projecthome .item .description h5:hover {
    color: #0c5992;
    text-decoration: none
  }

.projecthome .item .description p {
    margin: 7px 0 0;
    padding: 0
 }


.topsearch .btn {
    
    height: 40px;
    background: linear-gradient(96.15deg,#ff6c00,#f99f36);
    color: #ddd;
    font-size: 13px !important;
   
  }
  
  

}
.w90 {
    width: 100%;
}

@media (min-width:768px) {
    .home_banner {
    position: relative;
    width: 100%;
    height: 370px;
}
}

@media (min-width:900px) {
    .w90 {
        width: 100%
    }

    .topsearch .typesearch a {
        color: #fff
    }

    .topsearch .typesearch a.active {
        border-bottom: 2px solid #fff
    }
}

@media (min-width:1100px) {
    .w90 {
        width: 75%
    }

    .topsearch .typesearch a {
        color: #fff
    }

    .topsearch .typesearch a.active {
        border-bottom: 2px solid #fff
    }
}

@media (min-width:900px) {
    .detial-content {
        width: 100%
    }
}

@media (min-width:1100px) {
    .detial-content {
        width: 75%
    }
}



@media (min-width:900px) {
    .projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .9em;
    color: #4f4f4f;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis
}
}

@media (min-width:1100px) {
   .projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .9em;
    color: #4f4f4f;
    height: 30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis
}
}

@media (min-width:1200px) {
   .projecthome .item .description .dia_chi {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: .9em;
    color: #4f4f4f;
    height: 30px;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis
}

.container-fluid w90 {
    max-width: 1140px;
}
.projecthome .item .description {
    padding: 0 10px;
}

.col-6.col-sm-4.col-md-3 {
    padding: 0px 15px 0px 15px;
}
.projecthome .item .description h5 {
    color: #0c5992;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: .9em;
    font-weight: 600;
    height: 60px;
    line-height: 200%;
    margin: 7px 5px 5px;
    overflow: hidden;
    padding: 0px 20px 0 0px;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .projecthome p.threemt span {
    font-size: .9em;
}
}


.main-header .main-menu-content .sub-toggle {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    position: relative;
    transform-style: preserve-3d;
    width: 36px
}

.main-header .main-menu-content .sub-toggle:after,
.main-header .main-menu-content .sub-toggle:before {
    background-color: #000;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 12px
}

.main-header .main-menu-content .sub-toggle:before {
    transform: translateX(-50%)
}

.main-header .main-menu-content .sub-toggle:after {
    transform: translateX(-50%) rotate(90deg)
}

.main-header .main-menu-content .sub-toggle.active:after {
    display: none
}

.main-header .main-menu-content .sub-menu {
    background-color: hsla(0, 0%, 100%, .95);
    border: 1px solid #eee;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition: all .25s ease;
    visibility: hidden;
    z-index: 1000
}

.main-header .main-menu-content .sub-menu:before {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0
}

.main-header .main-menu-content .sub-menu>li {
    display: block
}

.main-header .main-menu-content .sub-menu>li .sub-toggle-desktop {
    display: none
}

.main-header .main-menu-content .sub-menu>li>a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    text-decoration: none !important;
    text-transform: capitalize;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    width: 100%
}

.main-header .main-menu-content .sub-menu>li>a:hover {
    color: var(--primary-color) !important
}

.main-header .main-menu-content .sub-menu>li:last-child a {
    border-bottom: 1px solid #eee
}

.main-header .main-menu-content .sub-menu>li.menu-item-has-children {
    position: relative
}

.main-header .main-menu-content .sub-menu>li.menu-item-has-children>.sub-toggle {
    display: none
}

.main-header .main-menu-content .sub-menu>li.menu-item-has-children>.sub-menu {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(30px);
    visibility: hidden
}

.main-header .main-menu-content .sub-menu>li.menu-item-has-children>.sub-menu:before {
    display: none
}

.main-header .main-menu-content .sub-menu>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.main-header .main-menu-content .sub-menu>li:last-child {
    border-bottom: none
}

.main-header .main-menu-content .menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-header .main-menu-content .menu>li {
    display: inline-block;
    padding: .8rem 0
}

.main-header .main-menu-content .menu>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
    text-decoration: none !important
}

.main-header .main-menu-content .menu>li>a:hover {
    color: #fff;
}

.main-header .main-menu-content .menu>li:first-child {
    padding-left: 0
}

.main-header .main-menu-content .menu>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.main-header .main-menu-content .menu>li .sub-toggle {
    display: none
}

.main-header .main-menu-content .menu>li.menu-item-has-children {
    padding: .8rem .5rem;
    position: relative
}

.main-header .main-menu-content .menu>li.menu-item-has-children .sub-toggle {
    display: none;
    margin-left: 5px
}

.main-header .main-menu-content .menu>li.menu-item-has-children .sub-menu {
    opacity: 0;
    transform: scaleZ(0) translateY(30px);
    visibility: hidden
}

.main-header .main-menu-content .menu>li.menu-item-has-children:hover .sub-toggle {
    color: #fff
}

.main-header .main-menu-content .menu>li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    transform: scaleX(1) translateY(0);
    visibility: visible
}

.main-header .main-menu-content .menu>li.current-menu-item>a {
    background: #183d61;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 600 !important
}

.main-header .main-menu-content .menu>li.current-menu-item .sub-toggle {
    color: #fff !important
}

@media screen and (max-width:991px) {
    .menu-block {
    margin-left: 10px;
    margin-right: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px 0;
    padding: 10px 5px 10px 10px;
    
}

.menu-box {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    
    margin: 0px 5px 0px 5px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
.menu-box img {
    background: #fff;
    border: .5px solid #ebf2fe;
    border-radius: 52px;
    box-shadow: 4px 8px 8px rgba(10,10,16,.05);
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

i.img {
    padding: 0px 0px 5px 0px;
    color: var(--primary-color);
    font-size: 52px;
    background: #fff;
}

    .main-header .main-menu-content .sub-toggle-desktop {
        display: none
    }

    .main-header .main-menu-content .menu--mobile {
        width: 100%
    }

    .main-header .main-menu-content .menu--mobile .sub-menu {
        border: none;
        display: none;
        opacity: 1;
        position: relative;
        transform: translate(0);
        transition: all 0s ease;
        visibility: visible
    }

    .main-header .main-menu-content .menu--mobile .sub-menu>li>a {
        border: none;
        padding: 10px 20px
    }

    .main-header .main-menu-content .menu--mobile .sub-toggle:after,
    .main-header .main-menu-content .menu--mobile .sub-toggle:before {
        background-color: #000
    }

    .main-header .main-menu-content .menu--mobile>li {
        
        padding: 0 !important
    }

    .main-header .main-menu-content .menu--mobile>li.current-menu-item {
        border-left: 2px solid var(--primary-color)
    }

    .main-header .main-menu-content .menu--mobile>li>a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        padding: 10px 20px 10px 0;
        position: relative;
        text-transform: capitalize;
        z-index: 1000
    }

    .main-header .main-menu-content .menu--mobile>li>a:hover {
        
        padding-left: 5px
    }

    .main-header .main-menu-content .menu--mobile>li.menu-item-has-children:not(.has-mega-menu) {
        position: relative
    }

    .main-header .main-menu-content .menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
        display: inline-block;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        z-index: 20
    }

    .main-header .main-menu-content .menu--mobile .sub-menu>li.menu-item-has-children>.sub-menu {
        padding-left: 20px;
        position: static
    }
}

.main-header .navbar {
    padding: 0
}

.main-header .navbar-light .navbar-brand {
    padding: .5rem 0
}

.main-content {
   
}

.blog-container .container-grid .grid-in {
   
    position: relative;
    width:100%;
    height:auto;
    
}

.blog-container .container-grid .grid-in .hourseitem {
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.col-6.col-sm-4.col-md-3.container-grid {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-container .container-grid .grid-in .grid-shadow {
    border-radius: 12px;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(56,75,108,.2);
    height: 100%;
    width: 100%;
}

.blog-container .container-grid .grid-in .grid-shadow.grid-shadow-gray {
    background: #fff
}

.blog-container .container-grid .blog-img img {
    width: 100%
}

.blog-container .container-grid .grid-h {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #fff;
    min-height: auto;
    padding: 17px 18px;
}

.blog-container .container-grid .grid-h a h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    color: #212131;
    display: block;
    font-size: 1.2em;
    margin-bottom: 7px;
    -webkit-transition: color .2s;
    font-style: normal;
    font-weight: 600;
    height: 45px;
    line-height: 1.64;
    word-break: break-all;
   

   
  
}

.blog-container .container-grid .grid-h a:hover h2 {
    color: var(--primary-color)
}

.blog-container .container-grid .grid-h .blog-excerpt p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #878798;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.blog-container .container-grid .grid-h .blog-title a {
    min-height: 60px
}

.blog-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: .8em;
    color: #4f4f4f;
    height: 50px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.blog-container .container-grid .grid-h .blog-title .post-meta {
    color: #878798;
    font-size: 12px
}

.boxright {
    position: relative;
    margin: 0;
    border: 1px solid #e5e8e8;
    background: no-repeat;
    border-radius: 12px !important;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.boxright h5 {
    font-weight: 700;
    margin-top: 0px
}

.grecaptcha-badge {
    bottom: 80px !important
}

.topmenu {
    border-bottom: none;
    
}

.single-post .head {
    border-bottom: 1px solid #e0e0e0;
    color: #0c5992;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 10px 0
}

.gridhouse {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr))
}

.action_footer a,
.typesearch a {
    text-decoration: none !important
}

.action_footer a:hover,
.btn-orange:focus,
.btn-orange:hover,
.topsearch .btn:hover {
    
}

.itemnews .title {
    font-size: 20px !important
}

.itemnews h3 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

@media screen and (min-width:901px) {
    .itemnews img {
        min-height: 210px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .itemnews .title {
        font-size: 20px
    }
}

@media screen and (max-width:600px) {
    .itemnews h3 {
        padding-top: 15px
    }

    .itemnews .title {
        font-size: 20px
    }
}

.itemnews img {
    height: 150px;
    margin-bottom: 15px;
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.mapouter {
    position: relative;
    text-align: right
}

.gmap_canvas,
.mapouter {
    height: 400px;
    width: 100%
}

.gmap_canvas {
    background: none !important;
    overflow: hidden
}

#contact .wrapper {
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(180deg, #ebf6ff, #fff);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

#contact .wrapper h2 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#contact .wrapper .form-control {
    background: #fff
}

#contact .wrapper .contact-main {
    margin-bottom: 40px
}

#contact .wrapper .contact-item {
    margin-bottom: 25px
}

#contact .wrapper .contact-item:last-child {
    margin-bottom: 0
}

#contact h3 {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px
}

#contact h3,
.form-group {
    margin-bottom: 10px
}

.form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
   
}

.form-control,
.form-control:focus {
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none
}

.form-control:focus {
    border-color: var(--primary-color)
}
.btn-outline,
.btn-special {
    background-color: #fff;
    border: 2px solid #303030;
    border-radius: 0;
    color: #303030;
    display: inline-block;
    font-size: 14px;
    height: 39px;
    line-height: 35px;
    padding: 0 20px;
    position: relative
}

.btn-special,
.btn-special:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.btn-special:hover,
.btn-special:hover:after {
    background-color: #fff
}

.btn-special:hover {
    color: var(--primary-color);
    text-decoration: none
}

#contact .alert {
    border-radius: 0;
    font-size: 14px;
    padding: .5rem 1.25rem
}

.job-list {
    margin-bottom: 40px
}

.job-list .job-item {
    border-top: 1px dashed #d4d4d4;
    padding: 15px 0
}

.job-list .job-item .job-title {
    margin-bottom: 10px
}

.job-list .job-item .job-title a {
    font-weight: 700
}

.job-list .job-item p {
    font-size: 14px;
    margin-bottom: 0
}

.job-list .job-item .job-header {
    border-bottom: 1px dashed #d4d4d4;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 15px 0
}


.topsearch .typesearch {
    margin-bottom: 0
}

.topsearch .btn,
.topsearch .input-group-text {
    border-radius: 12px
}
.topsearch .typesearch a {
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, .7) !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    float: none;
    font-weight: 400 !important;
    margin: 0;
    padding: 8px 20px
}

.topsearch .typesearch a:last-child {
    border-right: none !important
}

.topsearch .typesearch a.active {
    background: var(--primary-color) !important;
    color: #fff
}



.hourseitem .info {
    background: #f6f6f6;
    padding: 15px
}

.hourseitem .img .thumb {
    border-radius: 0 !important;
    width: 100%
}

.projecthome .item .description {
    background: #fff;
    padding: 5px
    
}

.projecthome .item .img img.thumb {
    border-radius: 0 !important
}

.projecthome p.threemt {
    display: block;
    font-size: .9em
}

.projecthome p.threemt span {
    margin-top: 5px;
    float: left;
    font-size: 12px;
    width: 50%;
}

.projecthome p.threemt span i {
    float: left;
    font-style: normal
}

.projecthome p.threemt span .vti {
    margin-left: 10px;
    margin-top: 2px
}

.ck-content hr {
    margin: 15px 0;
    height: 0.5px;
    background: #e1e7e8;
    border: 0;
}

.main-homes {
    min-height: calc(100vh - 400px)
}

@media (max-width:767px) {
    
    
    .visible-xs {
    display: block !important;
}
.hidden-xs {
    display: none !important;
}
    .show-admin-bar .search-box {
        margin-top: 40px
    }

    .search-box {
        background-color: transparent !important;
        font-size: 15px;
        font-weight: 600;
        height: 100%;
        left: 0;
        margin-bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0 !important;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 1200
    }

    .search-box.animation .search-box-content {
        transform: translateX(-100%);
        transition: visibility .3s ease-in-out, transform .3s ease-in-out
    }

    .search-box .search-box-content {
    background-color: #ffffff;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    }

i.far.fa-times-circle {
    border-radius: 30px;
    box-shadow: 2px 4px 8px rgba(10,10,16,.1);
    color: var(--primary-color);
    font-size: 30px;
}
    .search-box .search-box-content .search-box-items {
        padding: 1.25em
    }

    .search-box.active {
        visibility: visible
    }
 .dropdown-search {
    align-items: center;
    background-color: #fff;
    border: 1px solid #f2f4f3;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(51,78,72,.05);
    display: flex;
    height: 40px;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
}   
    
.dropdown select#select-category {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1def5 !important;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(51,78,72,.05);
    display: flex;
    height: 40px;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
}

.dropdown select#select-type {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1def5 !important;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(51,78,72,.05);
    display: flex;
    height: 40px;
    justify-content: center;
    letter-spacing: normal;
    line-height: normal;
    width: 100%;
}
    .search-box.active .search-box-content {
        transform: translateX(0)
    }

    .search-box.active .screen-darken {
        background-color: rgba(34, 34, 34, .4);
        height: fit-content;
        position: absolute;
        transition: opacity .2s linear, visibility .2s, width 2s ease-in;
        width: fit-content;
        z-index: -1
    }

    .language {
        font-size: 14px
    }

    .language .btn-select-language {
        float: none
    }

    .topbar-items li.login-item:first-child {
        padding-left: 0
    }

    .topbar-items li.login-item a {
        font-size: 14px
    }
}

.toggle-filter-offcanvas.toggle-filter-mobile {
    
    overflow: hidden;
    
}

.toggle-filter-offcanvas.toggle-filter-mobile i,
.toggle-filter-offcanvas.toggle-filter-mobile span {
    align-self: center
}

.search-box {
    background: #f6f6f6;
    margin-top: 20px;
    padding: 1em .75em
}

.search-box>.row {
    margin-left: .1em;
    margin-right: .1em
}

.search-box .select--arrow .form-control {
    height: 34px
}

.search-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: 34px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.search-box .form-group .max-label, .search-box .form-group .min-label {
    bottom: -18px;
    font-size: 13px;
    font-weight: 700;
    padding-left: .25em
}

.search-box .input-has-icon {
    position: relative
}

.search-box .input-has-icon i {
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 10px
}

.search-box .input-has-icon .form-control {
    padding-right: 2.25em
}

.search-box .list-of-suggetions {
    padding-left: 0
}

.search-box .list-of-suggetions li {
    color: #999;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
    padding: 2px 20px
}

.search-box .list-of-suggetions li:hover {
    background-color: #e2e2e2
}

.search-box .dropdown-menu .dropdown-item {
    padding-left: .75em;
    padding-right: .75em
}

.search-box .dropdown-menu .dropdown-item.active, .search-box .dropdown-menu .dropdown-item:active {
    background-color: unset;
    color: unset;
    text-decoration: none
}

.search-box .dropdown .dropdown-toggle {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08);
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    height: 34px;
    line-height: 1.5;
    padding: .375rem 1.75em .375rem .75rem;
    text-align: left;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.search-box .dropdown .dropdown-toggle span {
    display: block;
    overflow: hidden
}

.search-box .dropdown .dropdown-toggle:after {
    float: right;
    position: absolute;
    right: .5em;
    text-align: right;
    top: 50%;
    transform: translate(-50%, -50%)
}
.min-max-input .control-label {
    display: block;
    overflow: hidden
}

@media (min-width:768px) {
    
.language.d-md-none {
    display: none;
}
    
    .d-md-none {
       display:none; 
    }
    .search-box .btn-group .dropdown-toggle {
        padding-left: .5em;
        padding-right: .5em
    }
}

#properties-list .property-item {
    position: relative;
    width: 100%
}

#ajax-filters-form .data-listing>.row>div {
    margin-bottom: 30px
}



@media (min-width:768px) {

    #properties-list.full-page-content .property-item,
    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .container-fluid w90 {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fluid w90 {
        max-width: 960px;
    }
    label.control-label {
    display: none;
    }
    .search-box {
        position:sticky;
        top:4rem;
        z-index:90;
    }
    #properties-list.full-page-content .property-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    label.control-label {
    display: none;
    }
   .search-box {
        position:sticky;
        top:4rem;
        z-index:90;
    }
    #properties-list.full-page-content .property-item {
        flex: 0 0 25%;
        max-width: 25%
    }

    #properties-list.left-page-content .property-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    
}

@media (min-width:1400px) {
    label.control-label {
    display: none;
    }
   .search-box {
        position:sticky;
        top:4rem;
        z-index:90;
    }
    #properties-list.full-page-content .property-item {
        flex: 0 0 25%;
        max-width: 25%
    }

    #properties-list.left-page-content .property-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.shop__sort .form-group--inline {
    justify-content: flex-start
}

.shop__sort .sort-by-wrap {
    justify-content: flex-end
}

.shop__sort .change-view {
    align-self: center
}

@media (max-width:576px) and (min-width:375px) {
    .homebanner {
    margin-top: 10px !important;
}
    .shop__sort .col-toggle-filter {
        flex: 0 0 17%;
        max-width: 17%;
        padding-left: 10px;
        padding-right: 5px
    }

    .shop__sort .col-showing,
    .shop__sort .col-sort-by {
        padding-left: 7px;
        padding-right: 10px
    }

    .shop__sort .col-showing .select--arrow .form-control,
    .shop__sort .col-sort-by .select--arrow .form-control {
        padding-left: 5px;
        padding-right: 20px
    }

    .shop__sort .col-showing .select--arrow i,
    .shop__sort .col-sort-by .select--arrow i {
        right: 6px
    }

    .shop__sort .col-sort-by {
        flex: 0 0 53%;
        max-width: 53%
    }

    .shop__sort .col-showing {
        flex: 0 0 30%;
        max-width: 30%
    }

    .shop__sort .toggle-filter-name {
        display: none !important
    }
    
    .homebanner.d-xs-none {
    display: none;
}
   

}

@media (max-width:374px) {
    .shop__sort .change-view {
        position: absolute;
        right: 15px;
        top: calc(-100% - .5rem)
    }
}

@media (max-width:305px) {
    .shop__sort .row>div {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn-primary {
    background: var(--primary-color);
    border: none;
    border-radius: 3px;
    color: #fff;
    outline: none;
    padding: 5px 10px
}

.btn-primary:hover {
    background: var(--primary-color-hover)
}

.btn-full {
    width: 100%
}

.currency-switcher {
    margin-left: 0;
    margin-right: 10px
}

.language .language-switcher-wrapper>.dropdown {
    vertical-align: top
}

.btn-select-language {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 16px;
    outline: none !important;
    padding: 0;
    vertical-align: middle
}

.btn-select-language img {
    height: 1.5em !important;
    margin-top: 1px;
    vertical-align: top
}

.language_bar_chooser.dropdown-menu {
    border: none;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .15);
    padding: 0 !important
}

.language_bar_chooser.dropdown-menu li {
    display: block;
    min-width: 2.2rem;
}

.language_bar_chooser.dropdown-menu li a {
    font-size: 14px;
    line-height: 28px;
    
    text-decoration: none !important
}

.language_bar_chooser.dropdown-menu li a img {
    height: 1.5em !important;
    margin: 7px;
    vertical-align: top
}

ul.dropdown-menu.language_bar_chooser.show {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 0rem;
    margin: 0.3rem -8px 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.socials {
    display: inline-block
}

.socials span {
    font-weight: 700
}

.socials ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.socials ul li {
    display: inline-block;
    margin: 0 5px
}

.socials ul li a {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: #fff !important;
    display: block !important;
    font-size: 15px !important;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.socials ul li a:hover {
    background-color: #fff !important;
    color: var(--primary-color-hover) !important
}

.box_shadow {
    background: #ffffff;
    padding: 10px 0px 10px 0px;
}

.box_shadow .projecthome .item {
    background: #fff;
    
}

.box_shadow .projecthome .item .description {
    background: #fff
}

.box_shadow .homehouse {
    background: transparent
}

.box_shadow .homehouse .hourseitem {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

.box_shadow .blog-container .grid-h,
.box_shadow .homehouse .hourseitem .info {
    background: #fff
}

.hourseitem,
.projecthome .item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 2px 4px 8px rgba(56,75,108,.2);
    width: 100%;
    padding: 0;
    transition: all .3s;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.hourseitem,
.projecthome .item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
}

.hourseitem img,
.projecthome .item img {
    transform: scale(1);
    transition: all .4s;
   
}

.hourseitem:hover img,
.projecthome .item:hover img {
    transform: scale(1.1)
}



.topmenu.bg-light {
    background: #f4f4f4;
}

.hourseitem h3 a {
    line-height: 19px
}

.bravo_topbar {
    background: #183D61;
    background: #183d61;
   
}

.bravo_topbar .content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

.bravo_topbar .content .topbar-left {
    color: #fff;
    font-size: 14px
}

.bravo_topbar .content .topbar-right {
    font-size: 12px
}

.bravo_topbar .content .topbar-items {
    display: inline-block;
    margin-bottom: 0
}

.topbar-items li {
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px
}

.topbar-items li.login-item {
    padding-left: 5px;
    padding-right: 5px
}

.topbar-items li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.bravo_topbar .content .top-socials {
    display: inline-block
}

.bravo_topbar .content .topbar-left .line {
    display: inline-block;
    margin: 0 10px;
    min-height: 1px;
    min-width: 1px;
    position: relative
}

.bravo_topbar .content .topbar-left .line:before {
    border-right: 1px solid #fff;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -13px
}

.bravo_topbar .content .top-socials a:first-child {
    padding-left: 0
}

.bravo_topbar .content .topbar-left a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-right: 18px;
    text-decoration: none
}

.topsearch .form-control {
    z-index: 3;
    text-align: left;
    
}
label.control-label {
    display: none;
}

.topsearch .input-group-text {
    border: none !important
}

.language>a {
    font-weight: 400;
    text-decoration: none !important
}

.language>a img {
    margin-right: 3px;
    margin-top: 3px;
    vertical-align: top
}

.bravo_topbar .language-label {
    display: none
}

.bravo_topbar .btn-select-language {
    color: #fff !important ;
    font-size: 12px;
    font-weight: 400
}

.bravo_topbar .language {
    display: inline-block !important;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle
}

.bravo_topbar .language>a {
    color: #fff !important
}

.post-meta a {
    color: #212529;
    text-decoration: none !important
}

.post-meta a:hover {
    color: var(--primary-color)
}

.breadcrumb {
    align-items: center;
    background-color: transparent;
    justify-content: left;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.breadcrumb>.breadcrumb-item {
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}

.breadcrumb>.breadcrumb-item a,
.breadcrumb>.breadcrumb-item:active {
    color: #666666
}

.breadcrumb>.breadcrumb-item a:hover {
    color: var(--primary-color-hover);
    text-decoration: none
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #666666
}

.bgheadproject h1 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase
}

.boxright .head {
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 15px
}

.boxright .itemagent {
    font-size: 15px;
    text-align: center;
}

.boxright .itemagent img {
    
    width: 206px;
    
}

.boxright .info p {
    margin: 0;
    padding: 5px 0
}

.boxright .info p.mobile,
.boxright .info p.mobile a {
    color: var(--primary-color);
    font-weight: 700
}

p:empty {
    margin-bottom: 0
}

.add-property {
    border-radius: 25px;
    font-size: 13px;
    margin-bottom: .8rem;
    margin-left: 20px;
    margin-top: .8rem;
    padding: 10px 15px;
    white-space: nowrap
}

.blii .status {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9
}

.status-label {
    color: #fff;
    font-size: 14px;
    padding: 2px 20px
}

.status-label.label-success {
    padding: 5px 25px;
    border-radius: 5px;
    background:linear-gradient(95.96deg,#f47a21,#e64340);
}

.status-label.label-danger {
    background-color: #ed6b75 !important
}

.status-label.label-warning {
    background-color: #f1c40f !important
}

.status-label.label-info {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #36a8ff !important
}

.home_banner {
    background-color: #2a2933;
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    font-weight: 600;
    height: 80vh;
    position: relative
}

.home_banner .topsearch {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 65% !important;
    transform: translateY(-50%);
    width: 50%;
    z-index: 99
}

.mb-4, .my-4 {
    margin-bottom: 1.2em !important;
}

.post-meta {
    color: #878798;
    font-size: 14px
}

@media (max-width:1200px) {
    .home_banner .topsearch {
        top:70%;
        padding-left: 15px;
        padding-right: 15px;
        width: 70%
    }
}

@media screen and (max-width:992px) {
    .home_banner .topsearch {
        width: 75%;
        top:80% !important;
    }
}

@media screen and (max-width:768px) {
    

   

    .home_banner .topsearch {
        top:40% !important;
        position: absolute;
        transform: none;
        width: 100%
    }

    .home_banner .col-5.pr-1,
    .home_banner .col-5.px-1 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px !important
    }

    .home_banner .col-5.px-1 {
        padding-left: 15px !important
    }
}

body .cookie-consent {
    padding: 10px 0 !important
}

body .cookie-consent .cookie-consent-body {
    max-width: 90%
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner {
    border-radius: 100%;
    height: 60px;
    margin: 20px auto;
    position: relative;
    width: 60px
}

.half-circle-spinner .circle {
    border: 6px solid transparent;
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.half-circle-spinner .circle.circle-1 {
    animation: half-circle-spinner-animation 1s infinite;
    border-top-color: var(--primary-color)
}
.half-circle-spinner .circle.circle-2 {
    animation: half-circle-spinner-animation 1s infinite alternate;
    border-bottom-color: var(--primary-color)
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.boxcontentdetail {
    padding: 10px;
   
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.topsearch .keyword-input,
.topsearch .location-input {
    display: inline-block;
    position: relative;
    width: calc(70% - 30px)
}
@media screen and (max-width: 767px) {
    .advanced-search .advanced-search-content .form-group {
    margin-bottom: 2em;
}
}

.topsearch .search-button-wrapper .btn {
    color: white;
    border: none;
    border-radius: 20px !important;
    box-shadow: 4px 8px 16px 0 rgba(10,10,16,.1);
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    padding: 8px 30px;
    text-decoration: none;
}

.spinner-icon {
    display: none;
    position: absolute;
    right: 13px;
    top: 13px
}

.search-box .spinner-icon {
    right: 11px;
    top: 7px
}

.suggestion {
    background: hsla(0, 0%, 100%, .9);
    display: none;
    left: 0;
    top: 2rem;
    max-height: 400px;
    width: 350px;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    z-index: 99
}

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

.suggestion ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 5px 10px
}

.suggestion ul li p a {
    color: #000;
    font-size: 1.1em;
    font-weight: 700
}

.suggestion::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.suggestion::-webkit-scrollbar {
    background-color: #fae0e0;
    height: 3px;
    width: 3px
}

.suggestion::-webkit-scrollbar-thumb {
    background-color: #f9f9f9;
    border: 2px solid #777;
    border-radius: 2px
}

.topmenu {
    transition: all .5s ease 0s
}

.topmenu .header-sticky {
   
    animation-fill-mode: none;
    background: #f4f4f4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999
}

.show-admin-bar .topmenu .header-sticky {
    top: 40px
}

.choose-currency,
.choose-currency a {
    color: #fff;
    display: inline-block
}

.choose-currency a {
    margin-right: 3px;
    position: relative;
    text-decoration: none
}

.choose-currency a:after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 4px;
    width: 1px
}

.choose-currency a:last-child:after {
    display: none
}

.choose-currency a.active {
    font-weight: 700
}

.header-deliver {
    color: #fff;
    display: inline-block;
    padding: 0 5px !important
}

.banner-text-description {
    line-height: 80px;
    margin-bottom: 2em !important;
    font-size: 3em;
    font-weight: 600;
}

.advanced-search {
   
    position: relative;
    text-align: left;
    width: calc(100% - 40px)
}

.advanced-search>a {
    color: var(--primary-color);
    font-size: .8rem;
    text-decoration: none
}

.advanced-search .advanced-search-content {
    animation: fadeOut .3s;
    display: none
}

.advanced-search .advanced-search-content label {
    font-size: 13px
}

.advanced-search .advanced-search-content.active {
    animation: fadeIn .3s;
    display: block
}

.advanced-search .advanced-search-content .form-group {
    margin-bottom: .5em
}

.advanced-search .advanced-search-content .form-group label {
    margin-bottom: 0
}

.advanced-search .advanced-search-content .form-group .btn-min-max {
    display: none
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}


@media screen and (max-width:768px) {
    
    .topmenu .navbar-collapse {
        background: #fff
    }
     .banner-text-description {
        margin-bottom: 1rem !important;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 45px;
    }
    
}

.form-group--inline {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.form-group--inline label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    min-width: 60px
}

.form-group--inline .form-control {
    border-radius: 50px;
    width: auto
}

.select--arrow {
    position: relative
}

.select--arrow i {
    color: var(--primary-color);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.select--arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 40px;
    padding: 0 0 0 45px;
}

.item-price-wrap {
    bottom: 0;
    color: #fff;
    display: flex;
    font-weight: 500;
    left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    position: absolute
}

.item-price-wrap li {
    background-color:rgba(10, 10, 16, 0.5);
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 15px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-price-wrap li.h-type {
    
    font-weight: 400;
    margin-right: 27px
}

.item-price-wrap li:not(.h-type):before,
.item-price-wrap li:not(:last-child):after {
    content: "";
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 0;
    vertical-align: bottom
}

.item-price-wrap li:not(:last-child):after {
    border-right: 25px solid transparent;
    border-top: 30px solid rgb(90 119 219);
    left: 100%
}

.item-price-wrap li:not(.h-type):before {
    border-bottom: 30px solid rgba(10, 10, 16, 0.5);
    border-left: 25px solid transparent;
    right: 100%
}

.media-count-wrapper {
    display: inline-block;
    left: 10px;
    position: absolute;
    top: 10px
}

.media-count-wrapper .media-count {
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.media-count-wrapper .media-count span {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    left: 50%;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle
}

#alert-container {
    position: fixed;
    right: 5px;
    top: 80px;
    z-index: 9999999
}

#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 10px 40px;
    position: relative
}

#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77
}

#alert-container .alert.alert-error {
    background-color: #f8d7da;
    color: #842029
}

#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 16px;
    left: 5%;
    position: absolute;
    top: 30%
}

#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

body.show-admin-bar #alert-container {
    top: 120px
}

.hourseitem .info .heart,
.projecthome .item .description .heart {
    font-size: large;
    right: 10px
}

.imgs-grid-modal {
    z-index: 1000000
}

.imgs-grid-modal .modal-indicator ul li {
    border: 2px solid #fff;
    margin: 0 5px
}

.imgs-grid-modal .modal-indicator ul li.selected {
    margin: 0 5px
}

#trafficMap {
    min-height: 200px;
    z-index: 9
}

#trafficMap .boxmarker {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important
}

#map {
    height: calc(100% - 103px);
    margin-bottom: 5rem;
    min-height: 330px;
    z-index: 1
}

#map .leaflet-top {
    z-index: 999
}

#map .boxmarker {
    background-color: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    width: auto !important
}

#map .infomarker h5 {
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    transition: transform .3s ease-out, opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
    transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-small {
    background-color: hsla(91, 60%, 72%, .6)
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
    background-color: hsla(18, 97%, 72%, .6)
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
}

.marker-cluster div {
    border-radius: 15px;
    font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    width: 30px
}

.marker-cluster span {
    line-height: 30px
}

.change-view i {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 10px
}

.change-view i.active {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff
}

.search-box {
    box-shadow: 2px 4px 8px 0 rgba(56, 75, 108, 0.1);
    
    margin-bottom: 30px;
    margin-top: 0
}

.leaflet-popup-content {
    min-width: 300px
}

.leaflet-popup-content .blii {
    padding-top: 0
}

.leaflet-popup-content .blii .status-label {
    font-size: 12px;
    padding: 3px
}



.shop__sort {
    line-height: 15px
}

.shop__sort .form-group--inline label {
    min-width: 0
}

.shop__sort .select--arrow .form-control {
    border-radius: 0;
    height: 40px;
    padding: 0 25px 0 15px
}

.pagination .page-item.disabled .page-link {
    background-color: #f4f5f9;
    border-color: #dee2e6;
    border-radius: 0 !important;
    cursor: not-allowed
}

.search-box .btn-primary:not(:disabled):not(.disabled).active,
.search-box .btn-primary:not(:disabled):not(.disabled):active,
.search-box .show>.btn-primary.dropdown-toggle {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none !important;
    outline: none !important
}

.search-box .btn-primary.focus,
.search-box .btn-primary:focus {
    box-shadow: none !important
}

.search-box .dropdown-menu {
    padding: 0
}

.data-listing {
    position: relative
}

.data-listing>.row {
    margin: 0
}

#loading {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

#loading .half-circle-spinner .circle.circle-1 {
    border-top-color: #fff
}

#loading .half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff
}

#loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 200px
}

#loading .half-circle-spinner .circle {
    border: 5px solid transparent
}

p.bold500 {
    font-size: 12px;
}

body.hidden-scroll-main-menu {
    overflow: hidden !important
}

@media (min-width:992px) {
    #navbarSupportedContent .main-menu-content {
        display: flex
    }
}

.search-box-items .button-search-wrapper {
    margin-bottom: 10px !important
}

@media (max-width:991px) {
    .add-property {
        margin-left: 0
    }

    .search-box-items .button-search-wrapper {
        margin-top: 30px !important
    }

    .show-admin-bar #navbarSupportedContent {
        margin-top: 40px
    }

    #navbarSupportedContent {
        background-color: transparent !important;
        height: 100%;
        min-height: 100%;
        overflow: hidden !important;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9999
    }

    #navbarSupportedContent.collapse {
        transition: none !important
    }

    #navbarSupportedContent.show {
        display: flex
    }

    #navbarSupportedContent.show .main-menu-content {
        transform: translateX(0) !important
    }

    #navbarSupportedContent.show .main-menu-darken {
        background-color: rgba(34, 34, 34, .4);
        height: 100%;
        position: absolute;
        transition: opacity .2s linear, visibility .2s, width 2s ease-in;
        width: 100%;
        z-index: -1
    }

    #navbarSupportedContent .main-menu-content {
        background-color: #fff;
        height: 100%;
        margin-bottom: auto;
        margin-left: auto;
      
        transform: translateX(100%);
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        width: 100%
    }
    #navbarSupportedContent .main-menu-content .main-menu-nav {
        height: calc(100% - 135px);
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 10px
    }

    #navbarSupportedContent .main-menu-content .choose-currency a.active,
    #navbarSupportedContent .main-menu-content .choose-currency a:hover {
        color: var(--primary-color)
    }

    #navbarSupportedContent .main-menu-content .choose-currency {
        color: #fff;
        margin-top: 10px
    }

    #navbarSupportedContent .main-menu-content .choose-currency>span {
        font-weight: bolder
    }

    #navbarSupportedContent .main-menu-content .choose-currency a {
        color: #fff
    }

    #navbarSupportedContent .main-menu-content .choose-currency a:after {
        background: #fff;
        height: 11px;
        top: 7px
    }

    #navbarSupportedContent .main-menu-content .choose-currency a .active,
    #navbarSupportedContent .main-menu-content .choose-currency a:hover {
        color: #fff
    }

    #navbarSupportedContent .main-menu-content .choose-currency span {
        font-size: .8em
    }

    #navbarSupportedContent .main-menu-content .topbar-items {
        margin: 0;
        padding-bottom: 10px;
        padding-left: 0
    }

    #navbarSupportedContent .main-menu-content .topbar-items li a {
        color: #fff
    }

    .topmenu.bg-light .navbar-toggler {
        outline: none !important
    }

    .topmenu.bg-light .navbar-nav {
        margin-bottom: 20px
    }

    .topmenu.bg-light .navbar-nav a {
        border-bottom: 1px dashed #eaeaea;
        font-size: 14px;
        padding-left: .75rem !important
    }

    .topmenu.bg-light .navbar-nav a.active.text-orange {
        border-left: 2px solid var(--primary-color)
    }
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.leaflet-pane .leaflet-popup-content {
    margin: .5em .5em .25em
}

.leaflet-pane .leaflet-popup {
    margin-bottom: 28px
}

.overlay-icon .video-popup-btn {
    background-color: #ff5a5f;
    border-radius: 50%;
    display: block;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 35px);
    width: 70px;
    z-index: 1
}

.overlay-icon .video-popup-btn:hover {
    text-decoration: none
}

.overlay-icon .video-popup-btn:after {
    background-color: rgba(255, 90, 95, .2);
    border-radius: 100%;
    content: "";
    height: 90px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 90px;
    z-index: -1
}

.overlay-icon .video-popup-btn {
    animation: pulse-red 2s infinite;
    background: #ff5a5f;
    box-shadow: 0 0 0 0 #ff5a5f
}

.overlay-icon .video-popup-btn .video-popup-icon {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 90, 95, .7);
        transform: scale(.9)
    }

    70% {
        box-shadow: 0 0 0 15px transparent;
        transform: scale(1)
    }

    to {
        box-shadow: 0 0 0 0 transparent;
        transform: scale(.9)
    }
}

.show-admin-bar .mfp-wrap {
    z-index: 1000001
}

.traffic-map-container #trafficMap.mfp-hide {
    display: block !important
}

.mfp-content #trafficMap {
    margin: 0 auto;
    max-width: 700px
}

@media screen and (max-height:400px) {
    #trafficMap {
        max-height: 99vh;
        min-height: 99vh
    }
}

.itemarea {
    background: rgba(0, 0, 0, .4);
    border-radius: 6px
}

ul.listnews li:last-child {
    border: none;
    padding-bottom: 0
}

.is-sticky {
    padding-top: 56px
}

.list-agency {
    display: flex
}

.list-agency .agents-grid {
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, .1);
    margin-bottom: 30px;
    position: relative
}

.list-agency .agents-grid .fr-grid-thumb {
    border-radius: 6px;
    display: table;
    height: 200px;
    overflow: hidden;
    padding: .7em;
    position: relative;
    width: 100%
}

.list-agency .agents-grid .fr-grid-thumb a,
.list-agency .agents-grid .fr-grid-thumb span {
    display: inline-flex;
    height: 250px;
    overflow: hidden;
    width: 100%
}

.list-agency .agents-grid .fr-grid-thumb a img,
.list-agency .agents-grid .fr-grid-thumb span img {
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.list-agency .agents-grid .fr-grid-detail {
    align-items: center;
    display: flex;
    padding: 0 1.5rem 1rem;
    width: 100%
}

.list-agency .agents-grid .fr-grid-detail-flex {
    flex: 1
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name {
    margin-bottom: 0
}

.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a {
    color: #000;
    text-decoration: none
}

.list-agency .agents-grid .agent-email a,
.list-agency .agents-grid .fr-grid-detail-flex .fr-can-name a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.list-agency .agents-grid .agent-email a {
    align-items: center;
    background: #f4f5f9;
    border-radius: 50%;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    transition: all .4s ease;
    width: 40px
}

.list-agency .agents-grid .fr-grid-info {
    margin-bottom: 1.5rem
}

.list-agency .agents-grid .fr-grid-info ul {
    margin: 0;
    padding: 0
}

.list-agency .agents-grid .fr-grid-info ul li {
    list-style: none;
    padding: .1rem 1.5rem
}

.list-agency .agents-grid .fr-grid-info .fr-grid-footer {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    padding: 1rem 1.5rem
}

.list-agency .agents-grid .fr-grid-footer-flex {
    flex: 1
}

.list-agency .agents-grid .fr-position {
    font-size: 15px
}

.list-agency .agents-grid .fr-position i {
    margin-right: 10px
}

.list-agency .agents-grid .fr-grid-footer {
    align-items: center;
    border-top: 1px solid #e2e6f1;
    display: flex;
    padding: 1rem 1.5rem
}

.list-agency .agents-grid .fr-grid-footer-flex-right .prt-view {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    padding: 4px 18px;
    text-decoration: none
}

.pagination {
    flex-flow: wrap
}

.pagination li {
    margin-bottom: 10px
}

.menufooter {
    font-size: 16px;
    margin-bottom: 30px
}

.list-agency .agents-grid .fr-grid-info ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.agent-details>div {
    float: left
}

.agent-details>div:first-child {
    padding-right: 15px
}

.agent-details>div p.mobile a {
    color: var(--primary-color);
    font-weight: 700
}

main iframe {
    width: 100% !important
}

.ck-content .item .item-price-wrap,
.ck-content .pagination {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h5 {
    color: #0c5992;
    font-size: 1em;
}

h6 {
    color: #6a7371;
    font-size: 1em;
}

.btn-primary:disabled {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.rating-star {
    display: inline-block;
    height: 1.25rem;
    position: relative;
    width: 90px
}

.rating-star:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: #d2d2d2;
    content: "\f005\f005\f005\f005\f005";
    font: normal normal normal 24px/1 Font Awesome\ 5 Pro;
    font-size: inherit;
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0
}

.rating-star .rating-star-item {
    display: inline-block;
    height: 1.25rem;
    left: 0;
    overflow: hidden;
    position: absolute
}

.rating-star .rating-star-item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: #edb867;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font: normal normal normal 24px/1 Font Awesome\ 5 Pro;
    font-size: inherit;
    font-weight: 700;
    left: 0;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0
}

.navbar-collapse .language .language-switcher-wrapper>.dropdown {
    vertical-align: middle
}

.shop__sort .select--arrow .form-control {
    width: 100%
}

.item-price-wrap li.h-type span {
    font-size: larger;
    display: inherit;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:767px) {
    .item-price-wrap li.h-type span {
        max-width: 120px
    }
}

@media (min-width:1600px) {
    .list-agency .col-xl-3 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.block__content {
    margin-bottom: 30px;
    margin-top: 15px
}

.block--product-reviews .block--review {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.block--review .block__header {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start
}

.block--review .block__header img {
    border: 1px solid #ddd;
    border-radius: 50%
}

.block--review .block__header .block__info {
    padding-left: 15px
}

.block--review .block__header .block__info .text-secondary {
    color: #6c757d !important
}

.image-viewer__item {
    background-color: #eee;
    border: 1px solid #c4c6cf;
    height: 70px;
    margin-right: 2px;
    margin-top: 5px;
    position: relative;
    text-align: initial;
    transition: all .3s cubic-bezier(.46, .03, .52, .96);
    width: 70px
}

.image-viewer__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.image-upload__uploader-container {
    display: inline-block
}

.image-upload__uploader-container:hover {
    cursor: pointer
}

.image-upload__uploader-container .image-upload__uploader {
    align-items: center;
    border: 1px dashed #c4c6cf;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: relative;
    width: 70px
}

.image-upload__uploader-container .image-upload__uploader:hover {
    background: #d9edf7
}

.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
    cursor: pointer
}

.image-upload__icon {
    color: #333;
    font-size: 20px;
    margin-bottom: 8px
}

.image-upload__text {
    color: #333;
    font-size: 10px;
    padding: 0 3px;
    text-align: center
}

.image-upload__file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.image-viewer__item {
    display: inline-block
}

.image-viewer__list {
    display: block;
    width: 100%
}

.image-viewer__icon-remove {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: -1px;
    z-index: 1
}

.image-viewer__icon-remove i {
    background: #848484;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px
}

.image-viewer__list.is-loading .loading {
    display: block !important
}

.help-block {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    cursor: help;
    display: block;
    font-size: .9em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px
}

.image-upload__viewer .image-viewer__list .loading {
    background-color: rgba(146, 162, 177, .52);
    display: none;
    position: absolute;
    top: 0;
    width: 100%
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
    height: 30px;
    width: 30px
}

.block--review .block__header .block__info {
    width: 100%
}

.block--review .lh-1 {
    line-height: 1
}

.block--review .block__images a {
    border: 1px solid #dee2e6;
    border-radius: .25rem !important;
    display: inline-block;
    height: 100px;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100px
}

.block--review .block__images a img {
    border: none;
    -o-object-fit: cover;
    object-fit: cover
}

.block--review .block__images .more-review-images span {
    align-items: center;
    align-self: center;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}



.block--review .block__images.block__images_total a {
    border: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 1.5px;
    width: inherit
}

.block__content {
    position: relative
}

.block__content .review__loading {
    align-items: center;
    background: rgba(0, 0, 0, .03);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 31
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.reviews-container {
    position: relative
}

.loading-spinner {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loading-spinner:after {
    animation: lds-dual-ring .5s linear infinite;
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    height: 40px;
    width: 40px
}

.auth-card form .auth-input-icon {
    top: 0
}

.auth-card form .btn-auth-submit {
    border-radius: 10px;
    padding: 10px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    display: block;
    width: 100%
}

.auth-card form a.text-decoration-underline {
    color: var(--primary-color);
    text-decoration: none !important
}

.auth-card form a.text-decoration-underline:hover {
    text-decoration: none !important
}

.agent-contact {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 6px 15px 0;
    width: 100%;
}
.bg-white {
    background-color: #f0f5f7;
}

.col-6.col-sm-4.col-md-3.colm10.property-item {
    padding: 0px 10px 0px 10px;
}



.contect-info.col-12 {
    border-radius: 12px;
    margin: 8px 3px 8px 0px;
    background: #fff;
    padding: 5px 0px 5px 50px;
}
.col-lg-12.colm10 {
    padding: 0px 30px 0px 30px;
}


.homebanner {
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 10px;
    width:100%;
    height:auto;
    border-radius:10px;
    overflow:hidden;
}
.homebanner img {
        object-fit: cover;
    aspect-ratio: 297 / 64;
}

ul {
  list-style: none;
  margin-bottom: 0rem;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #183d61;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    
    transition: .4s;
  }
}

.nav__list, 
.nav__link {
  display: flex;
}

.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 0px;
  color: #ffffff;
  font-weight: 500;
}

.nav__list {
    padding-left: 5px;
    padding-right: 5px;
  justify-content: space-between;
}

.nav__name {
  color: #ffffff;
  font-size: 10px;
  
}

.nav__icon {
   color: #ffffff; 
  font-size: 2rem;
}

/*Active link*/
.active-link {
  position: relative;
  color: #ffffff;
  transition: .3s;
}

/* Minimalist design, active link */
 .active-link::before{
  color: #ffffff;
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color:#ffffff;
  border-radius: 50%;
} 

/* Change background header */
.scroll-header {
  box-shadow: 2px 4px 16px rgba(56,75,108,.2);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
  .nav__name {
    display: none;
  }
}

/* For medium devices */
@media screen and (min-width: 576px) {
  .nav__list {
    justify-content: center;
    column-gap: 3rem;
  }
}

@media screen and (min-width: 767px) {
  body {
    margin: 0;
  }
  .section {
    padding: 7rem 0 2rem;
  }
  .nav {
    height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
  }
  .nav__img {
    display: none;
  }
  .nav__icon {
    display: none;
  }
  .nav__name {
    font-size: var(--normal-font-size);
    /* display: block; */ /* Minimalist design, visible labels */
  }
  .nav__link:hover {
    color: #ffffff;
    
    
  }

  /* First design, remove if you choose the minimalist design */
  .active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    width: 4px;
    height: 4px;
    background-color:#ffffff;
    border-radius: 50%;
  }

  /* Minimalist design */
   .active-link::before{
      color: #ffffff;
      bottom: -.75rem;
  } 
}

/* For large devices */
@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}


.box-title {
    background: linear-gradient(180deg, #ebf6ff, #fff);
    padding: 15px 5px 25px 5px;
}



svg.icon.icon-tabler.icons-tabler-outline {
    color: var(--primary-color);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}



.blog-content-list {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.blog-content-list a {
    text-decoration: unset
}

.blog-content-list .col-card-cus-blog {
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ebf2fe;
    border-radius: 12px;
    box-shadow: 2px 4px 8px rgba(56,75,108,.2)
}

.blog-content-list .col-card-cus-blog .card-img-blog {
    aspect-ratio: 16/9;
    border-radius: 12px 12px 0 0;
    height: auto
}

.blog-content-list .box-card-title-blog {
    padding: 17px 18px
}

.blog-content-list .box-card-title-blog span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 45px;
    line-height: 1.64;
    overflow: hidden;
    word-break: break-all
}

.blog-content-list .swiper-slide {
    margin-bottom: 0px;
    width: 30% !important 
}

@media (max-width: 767.98px) {
    .blog-content-list .swiper-slide {
        width:80% !important
    }
}

.blog-content-list .swiper-slide:nth-child(2n) {
    margin-bottom: 35px;
    width: 30% !important
}

@media (max-width: 767.98px) {
    .blog-content-list .swiper-slide:nth-child(2n) {
        width:80% !important
    }
}
@media (min-width: 768px) {
    .blog-content-list .swiper-slide:nth-child(3n) {
        margin-bottom:35px;
        width: 40%
    }
}


.blog-content-list .swiper-button-prev {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    height: 40px;
    left: -50px;
    width: 40px
}

.blog-content-list .swiper-button-prev:after {
    font-size: 24px
}

.blog-content-list .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    height: 40px;
    right: -50px;
    width: 40px
}

.blog-content-list .swiper-button-next:after {
    font-size: 24px
}

.blog-content-list .swiper-pagination {
    bottom: -5px!important;
    position: relative !important;
}



.more-blog {
    bottom: 1px;
    position: absolute;
    right: 0
}

@media (max-width: 575.98px) {
    .more-blog {
        margin-top:8px;
        position: relative
    }
}

.more-blog a {
   
    font-family: Sarabun;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.29
}



.slideshow {
    padding-right:5px;
    padding-left:5px;
    position: relative;
    width:100%;
    height:auto;
}
.items {
    width:100%;
    height:auto;
    border-radius:10px;
    overflow:hidden;
}
.items img {
    aspect-ratio: 297 / 64;
}

.slideshow .slick-dots {
    position:absolute;
    bottom:10px;
    left:-25px;
    display: flex;
    justify-content:center;
    align-items: center;
    width:100%;
}
.slideshow .slick-dots li {
    list-style:none;
    margin:0 2px;
    width:10px;
    height:10px;
    background:#fff;
    border-radius:50%;
}
.slideshow .slick-active {
    border-radius:10px;
    background:var(--primary-color) !important;
}
.slideshow .slick-prev {
    position:absolute;
    top:40%;
    left: 0px;
    z-index: 10;
}
.slideshow .slick-next {
    position:absolute;
    top:40%;
    right: 0px;
    z-index: 10;
}
.slideshow .slick-arrow{
    background: var(--primary-color);
    color: #fff;
    z-index: 10;
    width:35px;
    height:35px;
    display:none !important;
    justify-content:center;
    align-items: center;
    border-radius:50px;
    border: none;
    outline :none;
}

.swiper-pagination {
    top: auto !important;
    margin-top: -90px !important;
    bottom: auto !important;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.content-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.category-box img {
    background: #fff;
    border: .5px solid #ebf2fe;
    border-radius: 52px;
    box-shadow: 4px 8px 8px rgba(10,10,16,.05);
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}

body {
   font-family: 'LINE Seed Sans TH';
}

b, strong {
    font-weight: 600;
}
div#properties-list {
    padding-right: 0px;
    padding-left: 0px;
}
.container-fluid {
    
    margin-right: auto;
    margin-left: auto;
}
.fab {
    font-size: large;
    font-family: "Font Awesome 5 Brands";
}
.page-wrapper {
    width: 100%;
    padding: 0 18px;
    margin: 0 auto;
}

.category-block {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 15px 0;
    padding: 10px 0 10px;
    
}


@media(min-width: 1024px) {
    .category-block {
        grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 20px 10px;
        align-items: flex-start
    }
}







.overview-block {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 15px 0;
    padding: 30px 0 10px;
    margin-top: 20px;
    margin-bottom: -60px
}

@media(min-width: 1024px) {
    .overview-block {
        grid-template-columns:1fr 1fr 1fr 1fr;
        grid-gap: 20px 10px;
        align-items: flex-start
    }
}

.contect-block {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 15px 0;
    padding: 10px 0 10px;
}

@media(min-width: 1024px) {
    .contect-block {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px 10px;
        align-items: flex-start
    }
}



main.detailproject {
    background: #f6f6f6 !important;
}

.category-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px
}

.contect-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px
}

.overview-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px
}

.category-box:active {
    box-shadow: 0 3px 20px rgba(0,0,0,.05)
}



@media(min-width: 1440px) {
    .category-box {
        font-size:16px
    }
}



@media(min-width: 1024px) {
    .category-box img {
    border-radius: 50px;
        width:64px;
        height: 64px
    }
}


.h2, h2 {
    font-size:1em;
}
.title-right {
    font-size: .8em;
}
.title-right h6 {
    color: #4a90e2;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 14px;
}

.menu-name {
    font-size: 12px;
    text-align: center;
    margin: 5px 0px 2px;
    white-space: nowrap;
    color: var(--primary-color);
    font-weight: 600;
}

.d-lg-none.bg-primary.p-2 {
    padding: 1rem !important;
}

col-md-4.col-sm-4.container-grid {
    padding-left: 5px;
    padding-right: 5px;
}
.bgbreadcrumb {
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 12px;
    box-shadow: 2px 4px 8px 0 rgba(56, 75, 108, 0.1);
}

.card.bg-body-tertiary.auth-card {
    background: #fff;
    border: 1px solid #ebf2fe;
    border-radius: 12px;
    box-shadow: 2px 4px 8px rgba(56,75,108,.2);
}
.projecthome.mb-10 {
    padding-bottom: 100px;
}
.discover {
    padding-bottom: 60px;
}

.main-blog {
    padding: 10px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.post-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 0.9em;
    color: #4f4f4f;
    height: 70px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #666666;
    margin: 10px 10px 10px 100px;
}


video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper {
  height: 60vh;
  position: absolute;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg.icon.icon-tabler.icons-tabler-outline.icon-tabler-map-pin {
    color: var(--primary-color) !important;
    position: sticky;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
}


.btn-secondary {
    color:none;
    background-color: none;
    border-color: none;
}

.btn-secondary:hover {
    color: none;
    background-color:none;
    border-color: none
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: none
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: none;
    background-color:none;
    border-color: none
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: none;
    background-color: none;
    border-color: none
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}

@media (min-width:1200px) {
     .home_banner {
        height :75vh !important;
    }  
    .home_banner .topsearch {
        width: 65% !important;
        top:80% !important;
    }
    .topsearch .search-button-wrapper .btn {
        padding: 8px 50px !important;
    }
    .banner-text-description {
        font-size: 2rem !important;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .w90 {
        width: 90% !important;
    }
    .home_banner {
        height :45vh !important
    }  
    .home_banner .topsearch {
        top: 80% !important;
        width: 80%!important;
    }
    .banner-text-description {
        line-height: 100px !important;
        margin-bottom: 4rem !important;
        font-size: 2rem !important;
    }
    .topsearch .search-button-wrapper .btn {
        padding:8px 30px !important;
    }
    
}
@media (min-width: 768px) {
     .home_banner {
        height :40vh ;
    }  
    .banner-text-description {
        line-height: 60px ;
        margin-bottom: 3rem ;
        font-size: 1.5rem ; 
    }
    .home_banner .topsearch {
        width: 90% ;
        top:75% ;
    }
   
}
button.btn-special {
    width: 100%;
}
