/**
 * @Project TMS HOLDINGS
 * @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
 * @Copyright (C) 2022 BCB SOLUTIONS. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Mon, 28 Nov 2022 04:18:49 GMT
 */

/**
* @Project BCB SOLUTIONS
* @Author BCB SOLUTIONS <bachdinhcao@gmail.com>
* @Copyright (C) 2022 BCB SOLUTIONS. All rights reserved
* @License GNU/GPL version 2 or any later version
* @Createdate Mon, 28 Nov 2022 04:18:49 GMT
*/
.sidebar-content {
    height: 100%;
    padding: 0 24px 24px;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.sidebar {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    border-left: 1px solid #d0d7df;
}
.section-intro .agent-desc {
    margin-bottom: 36px;
    color: #838383;
}
.section-intro .agent-name {
    margin-bottom: 18px;
    font-family: Tiempos-Headline-Medium,Arial,Helvetica,sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #30333a;
}
.btn-outline-lipstick {
    color: #243a72 !important;
    background-color: transparent;
    background-image: none;
    border-color: #243a72;
}
.btn-outline-lipstick:hover {
    color: #fff !important;
    background-color: #243a72;
    border-color: #243a72;
}
.align-middle {
    vertical-align: middle!important;
}
.counselors-item .button .btn-blue {
    border-radius: 5px;
    min-width: 220px;
    font-weight: 700;
    text-transform: uppercase;
}
.button .btn.btn-blue {
    border: thin solid #243a72;
    background: #243a72;
    color: #fff;
}
.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 1024px){
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-title{
        font-size: 30px
    }
    
}
@media screen and (max-width: 1280px){
    .section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .main-title{
        font-size: 36px
    }
    .counselors-item .caption {
        padding: 30px;
    }
    .fz-18 {
        font-size: 18px;
    }
    .counselors-item .info {
        margin-bottom: 20px;
    }
    .counselors-item .button .btn-blue:hover {
        background: #9aca3c;
        color: #fff;
    }
}
.counselors-item .info {
    margin-bottom: 15px;
}
.counselors-item .info li {
    margin-bottom: 10px;
    color: #222;
}
.counselors-item .info em {
    margin-right: 10px;
    color: #243a72;
}
.type-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-title{
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
    .main-title{
        font-size: 26px
    }
}
.img-scale img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 576px){
    .counselors-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .counselors-item .image {
        padding-top: 0;
        width: 285px;
        min-width: 285px;
    }
    .counselors-item .caption {
        padding: 30px;
        width: calc(100% - 285px);
    }
    .counselors-item .image {
        padding-top: 0;
        width: 285px;
        min-width: 285px;
    }


}
.img-scale {
    display: block;
    position: relative;
    overflow: hidden;
}

.counselors-item .caption {
    background: #f8f8f8;
    padding: 15px;
}
.counselors-item .title {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    transition: all .2s ease-in-out;
    margin-bottom: 5px;
}
.viewcat h1{
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.viewcat .sort-by{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

/*viewgrid-project*/

.viewgrid-project .project-item{
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.box-detail{
    position: relative;
    padding: 80px 0 30px;
}

.box-detail-heading{
    display: flex;
    font-size: 24px;
    font-weight: 600;
    color: #243a72;
}

.heading-project{
    justify-content: space-between;
    margin-bottom: 10px;
}

.box-detail-heading h1{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-detail-heading .code{
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}

.sub-title{
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: thin solid #243a72;
    font-size: 14px;
}

.sub-title ul{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.sub-title ul li{
    margin-right: 10px;
}

.sub-title ul li img{
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sub-right{
    display: flex;
    align-items: flex-end;
}

.sub-right .price{
    font-size: 16px;
    font-weight: 600;
    color: #243a72;
    margin-right: 5px;
}

.sub-right .units{
    font-size: 18px;
    color: #243a72;
}

.sub-right .socialbutton{
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
    margin-left: 10px;
}

.detail-content .nav{
    border-bottom: 1px solid #e1e1e1;
}

.detail-content .nav li{
    display: inline-block;
    margin-right: 55px;
}

.detail-content .nav li a{
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
}

.detail-content .nav li.active a{
    color: #9aca3c;
}

.tab-content{
    font-size: 16px;
}

.tab-content h2{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 800;
    color: #243a72;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.tab-content h2 img{
    height: 35px;
    width: auto;
    margin-right: 15px;
}

.list-content{
    margin-bottom: 45px;
}

.list-content .list-item{
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.list-content .list-item li{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 50%;
    padding: 10px 0;
}

.list-content .list-item li img{
    height: 13px;
    width: auto;
    margin-right: 20px;
}

.type-none{
    margin: 0;
    padding: 0;
}

.type-none li p:first-child{
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.box-consulting{
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    z-index: 11;
}

.box-consulting .panel-body{
    padding: 35px 20px;
}

.box-consulting h2{
    background-color: #9aca3c;
    color: #fff;
    font-size: 18px;
    padding: 15px 10px;
    margin: -1px;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box-consulting .hotline{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
}

.box-consulting .hotline:hover{
    background-color: #243a72;
}

.box-consulting .hotline .icon{
    display: flex;
    width: 50px;
    height: 50px;
    background-color: #9aca3c;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.box-consulting .hotline a{
    display: block;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: #9aca3c;
}

.box-consulting form .form-group,
.popup-content form .form-group{
    position: relative;
    margin-bottom: 15px;
}

.box-consulting form label,
.popup-content form label{
    position: absolute;
    top: 10px;
    left: 22px;
    margin-bottom: 0;
    width: auto;
    pointer-events: none;
    color: #999;
    font-size: 18px;
}

.popup-content form label{
    top: 14px;
}

.box-consulting form .form-group input,
.popup-content form .form-group input{
    border: thin solid #e1e1e1;
    border-radius: 5px;
    background: #fff;
    padding-left: 53px;
    width: 100%;
    height: 40px;
    color: #333;
    font-size: 14px !important;
    outline: none !important;
}

.popup-content form .form-group input{
    height: 48px;
}

.box-consulting form p{
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.box-consulting .form-submit input,
.popup-content .form-submit input{
    border-color: #243a72;
    background: #243a72;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.box-consulting .form-control,
.popup-content .form-control{
    border: thin solid #e1e1e1;
    border-radius: 5px;
    height: 40px;
    box-shadow: none;
    outline: none !important;
}

.popup-content select.form-control{
    height: 48px !important;
}

.box-consulting .form-popup a{
    border-color: #243a72;
    background: #fff;
    color: #243a72;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.box-consulting .form-popup:hover a{
    background-color: #243a72;
    color: #fff;
}


/*tabslet-tab*/

.price-detail-section .main-tabslet {
    position: relative;
}

.price-detail-section .main-tabslet:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(55%,transparent));
    background: -o-linear-gradient(bottom,#000 0,transparent 55%);
    background: linear-gradient(0deg,#000,transparent 55%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    content: "";
}

.price-detail-section .main-slide-thumbs {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 1200px;
}

.price-detail-section .gallery-thumbs,
.price-detail-section .video-thumbs {
    display: none;
    position: relative;
    opacity: 0;
    margin-bottom: 10px;
    pointer-events: none;
    transition: all .3s ease;
}

.price-detail-section .main-slide-thumbs.active .gallery-thumbs.active,
.price-detail-section .main-slide-thumbs.active .video-thumbs.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.price-detail-section .tabslet-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.price-detail-section .tabslet-tab li{
    margin: 0 15px;
}

.price-detail-section .tabslet-tab li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.price-detail-section .tabslet-tab .icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.price-detail-section .tabslet-tab li:hover .icon{
    background-color: #9aca3c;
    border-color: #9aca3c;
}

.price-detail-section .tabslet-tab .icon img{
    width: 100%;
    height: 100%;
    max-height: 95%;
}

.price-detail-section .tabslet-tab li a span:last-child{
    margin-top: 10px;
}

.price-detail-section .iframe-scale,
.price-detail-section .main-slide .img-scale{
    position: relative;
    display: block;
    height: calc(100vh - 90px);
    overflow: hidden;
}

.price-detail-section .gallery-thumbs .img-scale,
.price-detail-section .video-thumbs .img-scale {
    border: 1px solid #fff;
    border-radius: 5px;
    padding-top: 50%;
    cursor: pointer;
}

.img-scale{
    display: block;
    position: relative;
    overflow: hidden;
}

.img-scale img {
    -o-object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s ease-in-out all;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-detail-section .gallery-thumbs .main-button,
.price-detail-section .video-thumbs .main-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-detail-section .gallery-thumbs .main-button>*,
.price-detail-section .video-thumbs .main-button>* {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    z-index: 11;
    cursor: pointer;
}

.price-detail-section .gallery-thumbs .main-button .button-prev,
.price-detail-section .video-thumbs .main-button .button-prev {
    left: -35px;
}

.price-detail-section .gallery-thumbs .main-button .button-next,
.price-detail-section .video-thumbs .main-button .button-next {
    right: -35px;
}

.iframe-scale iframe {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.info-list>*{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: thin solid #dee7ff;
}

.info-item .icon {
    margin-bottom: 15px;
    height: 40px;
}

.info-item .icon img{
    height: 40px;
    width: 40px;
}

.info-item h3{
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info-item .value{
    font-size: 14px;
    color: #243a72;
}

.info-item .value ul{
    padding: 0;
    margin: 0;
    border-bottom: none;
    display: block;
}

.development-unit{
    padding-top: 30px;
}

.project-developer-item, .project-developer-item .logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.project-developer-item {
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}

.project-developer-item .logo {
    width: 190px;
    min-width: 190px;
    height: 130px;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-developer-item .logo img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-developer-item .caption {
    padding-left: 30px;
    width: calc(100% - 190px);
}

.project-developer-item h3{
    margin-bottom: 5px;
    color: #9aca3c;
    font-size: 22px;
    font-weight: 500;
}

.project-developer-item p{
    font-size: 15px;
    font-weight: 700!
}

.download_content{
    position: relative;
    padding-top: 30px;
    font-size: 14px;
}

.download_content .download{
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.news_content{
    padding-top: 30px;
}

.news_content .news-item{
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.news_content .news-item .thumb {
    position: relative;
    overflow: hidden;
}

.news_content .news-item .thumb a:before{
    position: absolute;
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
}

.news_content .news-item .thumb img{
    width: 100%;
    height: 190px;
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news_content .news-item:hover .thumb img{
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_content .news-item h3{
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    min-height: 78px;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fancybox__container{
    z-index: 999999 !important;
}

.main-slide .img-scale a{
    z-index: 99999999;
}

.popup-form{
    position: relative;
    background-color: #fff;
    background-image: url(../images/bg-popup.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px;
    overflow: hidden;
}

.popup-form .is-close{
    top: 6px !important;
    right: 10px !important;
    background-color: #fff;
    box-shadow: none;
}

.popup-form .is-close svg{
    stroke: #676767;
    filter: none;
    width: 16px;
}

.popup-content .row{
    display: flex;
}

.popup-content .img{
    display: flex;
    height: 100%;
    align-items: center;
}

.popup-content .img img{
    max-width: 100%;
    height: auto;
}

.popup-content .form-title{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

.popup-content .date:before,
.popup-content .time:before{
    content: "\f073";
    font-size: 16px;
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 13px;
    color: #243972;
    z-index: 999;
}

.popup-content .time:before{
    content: "\f017";
}

.popup-content form .form-group.date input,
.popup-content form .form-group.time input{
    padding-left: 20px !important;
}

.popup-content .form-title-h{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #243a72;
}

.form-textarea{
    position: relative;
    margin-bottom: 15px;
}

.form-textarea form label{
    position: absolute;
    top: 14px;
    left: 22px;
    margin-bottom: 0;
    width: auto;
    pointer-events: none;
    color: #999;
    font-size: 18px;
}

.form-textarea textarea{
    border: thin solid #e1e1e1;
    border-radius: 5px;
    background: #fff;
    padding-left: 53px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    min-height: 110px;
    color: #333;
    font-size: 14px !important;
    outline: none !important;
}

.popup-content #submit_register_house select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 20px;
    font-size: 14px;
    color: #757575;
}

.project-related h2{
    font-size: 36px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    margin-top: 30px;
}

.filter-advanced{
    position: relative;
}

.filter-advanced .bs-caret{
    display: none;
}

.filter-advanced .btn-default{
    height: 50px;
    width: 100%;
    padding: 0 15px !important;
    text-align: left;
    line-height: 50px;
}

#group-price .check-mark,
#area .check-mark,
.one-list .check-mark{
    display: none !important;
}

#group-price .dropdown-menu{
    padding: 5px;
}

#area .dropdown-menu{
    min-width: 320px;
    padding: 5px;
}

.one-list .dropdown-menu{
    padding: 5px !important;
}

#group-price .dropdown-menu li:first-child{
    display: none;
}
#area .dropdown-menu li:first-child{
    width: 100%;
}

#group-price .dropdown-menu li:first-child a:hover,
#group-price .dropdown-menu li:first-child.selected a,
#area .dropdown-menu li:first-child a:hover,
#area .dropdown-menu li:first-child.selected a{
    background-color: #fff;
    color: #333;
}

.one-list .dropdown-menu li:first-child{
    display: none;
}

#area .dropdown-menu li{
    width: 50%;
    display: inline-block;
    margin-bottom: 5px;
}

#group-price .dropdown-menu li a,
#area .dropdown-menu li a,
.one-list .dropdown-menu li a{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 7px 20px;
    border-radius: 5px;
}

.one-list .dropdown-menu li a {
    width: 100%;
    padding: 7px 10px;
}

#group-price .dropdown-menu li a:hover,
#group-price .dropdown-menu li.selected a,
#area .dropdown-menu li a:hover,
#area .dropdown-menu li.selected a,
.one-list .dropdown-menu li a:hover,
.one-list .dropdown-menu li.selected a{
    background-color: #96ca3f;
    color: #fff;
}

#area .dropdown-menu li .text{
    margin-left: 0;
}

.more-content{
    position: absolute;
    top: 54px;
    right: 15px;
    width: 852px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 9999;
}

.more-content .type{
    display: inline-block;
    width: 100%;
}

.more-content .bedroom,
.more-content .usable{
    display: inline-block;
    width: 50%;
    float: left;
    border-right: 1px solid #eeeeee;
}

.more-content .furniture,
.more-content .contruction{
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}

.more-content .direction{
    position: relative;
    display: inline-block;
    width: 100%;
}

.more-content h3{
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 15px;
}

.more-content hr{
    margin: 8px 0 10px;
}

.more-content ul{
    padding: 0;
    margin: 0;
}

.more-content ul li{
    padding: 3px 0;
    width: 50%;
    display: inline-block;
    float: left;
}

.more-content label{
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.more-content input[type="checkbox"]{
    content: "";
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: sub;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 2px solid #30333a;
    background: #fff;
}

.more-content input[type="checkbox"]:checked:before{
    background-color: #333;
    color: #fff;
    font-size: 12px;
    margin-left: -1px;
}

.more-content .direction ul li{
    width: 25%;
}

.more-content-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-content-footer .reset{
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.more-content-footer .btn{
    padding: 8px 20px;
    border: 1px solid #243a72;
    color: #243a72;
    background-color: #fff;
}

.more-content-footer .btn:hover{
    background-color: #243a72;
    color: #fff;
}

.row_fill{
    position: relative;
    display: inline-block;
    width: 100%;
}

.room ul{
    display: inline-block;
    width:100%;
}

.room ul li{
    width: 15%;
    padding: 0;
}

.room label{
    position: relative;
    cursor: pointer;
}

.room input[type="checkbox"]{
    width: 30px;
    height: 30px;
    margin: 0;
}

.room label span{
    position: absolute;
    left: 20%;
    transform: translateX(-20%);
    color: #000;
    z-index: 999;
}

@media (min-width: 992px){
    .d-lg-block {
        display: block!important;
    }
}

.sidebar-agent {
    position: sticky;
    top: 0;
    margin-bottom: 26px;
    padding: 24px 0;
    background: #fff;
}

.sidebar-agent-avatar {
    width: 90px;
    height: 90px !important;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
}

.sidebar-agent-name {
    font-family: RV-Harmonia-Semibold;
    font-size: 20px;
    line-height: 1.5;
    color: #30333a;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.sidebar-agent-rating {
    color: #838383;
}
.sidebar-agent-item:last-child {
    margin-top: 7px;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.sidebar-agent-cta .btn {
    margin: 5px 0;
    font-family: RV-Harmonia-Semibold;
}


.sidebar-agent-cta .zmdi {
    padding: 0 12px 4px 0;
    font-size: 18px;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-lipstick {
    color: #fff;
    background-color: #243a72;
    border-color: #243a72;
}
.btn-lipstick:hover {
    color: #fff;
    background-color: #99cb3b;
    border-color: #99cb3b;
}
.btn_bo_loc{
    background: #fff;
    border-radius: 3px;
    padding: 7px 33px;
    border: solid 1px #dcdcdc;
}
.view-all-agent{
    margin-bottom: 10px;
}
.counselors-section{
    padding-top: 0px;
}

.chia_hai{
    width: 100%;
}
.chia_hai div{
    width: 48%;
    display: inline-block;
}
.select_item_search.active{
    background: #9aca3c;
    color: #fff;
}
.usable_area_search{
    display: block !important;
    top: 0px !important;
    position: relative !important;
}
.select_item_search{
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    border-radius: 3px;
    margin: 1px;
}
.title_search_block{
    margin-top: 5px;
}

.search-data .product-item .product-info{
    min-height: 76px;
}

.search-data .project-item{
    border-radius: 8px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.tu-van-vien .tab-content{
    padding: 20px 0;
}
