.btn-save {
    z-index: 1;
    cursor: pointer;
    background-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: #f4f4f4;
    float: right;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
    top: 8px;
    right: 5px;
    font-size: 16px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.main-item .info .rate-and-like .heart{margin-left: unset !important;}
.re__link-se {
    font-size: 15px;
}

a {
    color: initial;
}

.re__breadcrumb a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #999;
}

.re__breadcrumb a:last-of-type {
    color: #2c2c2c;
}

.img-thumbnail-home {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 4px 4px 0px 0px;

}
.img-80x60{

    height: 100% !important;
    object-fit: cover !important;
    border-radius: 4px 4px 0px 0px;
}

.h-152 {
    height: 150px !important;
}

.h-150 {
    height: 150px !important;
}

.chuyenmuc .card-cm .card-image img {
    object-fit: cover;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.re__price-box li {
    position: relative;
    display: flex;
    gap: 16px;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.re__price-box li a {
    font-weight: 500;
    font-size: 14px;
    color: #646d84;
}

.re__price-box li a:hover {
    color: #999;
}

@media screen and (max-width: 768px) {
    .chuyenmuc .card-cm .card-content .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px !important;
    }

    .right{
        text-align: left !important;
    }

    .content-matbang .content{
        padding: 0px !important;
    }
    /*.maps iframe{*/
    /*    height: 100% !important;*/
    /*}*/
    html {
        overflow-x: hidden !important;
    }

}

.re__link-se{
    color: #999;
}

.re__breadcrumb span {
    color: #999;
    margin: 0 4px;

}

.re__link-se:last-of-type {
    color: #2c2c2c;
}

.cauhoi .btn-link{
    font-size: 14px;
}

@media screen and (max-width: 576px) {
    .home-pta1-item .avata-news-big{
        height: 250px !important;
    }
    .number-count {
        position: absolute;
        right: 56px !important;
        left: unset !important;
        top: 10px;
        padding: 0 4px;
        height: 16px;
        background-color: #e4012b;
        color: #fff;
        font-size: 0.7rem;
        border-radius: 22px;
        line-height: 16px;
    }

    h3.title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


@media screen and (min-width: 576px){
    .main-search-container .dropdown-container.form-checkbox-container {
        max-height: 300px !important;
    }
}

#main .main-search-container .dropdown-main > button .dropdown-container li label{
    padding: 4px 0px !important;
}


#main .main-search-container .dropdown-main > button .dropdown-container li.sub-checkbox-1{
    border-bottom: none;
    padding-left: 24px;
}

#main div.fix{
    background: #ECEDF1 !important;
    color: #646D84;
    fill: #646D84 !important;
}
#main .main-search-container .dropdown-main > button div span, #main .main-search-container .dropdown-main > div.fix div span{
    color: #646D84 !important;
}

#main .main-search-container .search-main{
    padding-left: 10px !important;
    padding-right: 0px !important;
}

.chuyenmuc .card-cm .card-content .content-footer .price{
    color: #d01a3d !important;
}

#home-pta1-container .home-pta1-item h3{
    padding: 9px 0px 0px 9px !important;
}

body{
    overflow-x: hidden !important;
}
.main-item.noi-bat::after{
    content: unset !important;
}

.re__breadcrumb a:hover{
    color: #994141 !important;
}

.re__contact-avatar{
    font-size: 18px;
    font-weight: normal !important;
    color: #961b12;
    background-color: #ffeceb;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
}


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

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:nth-last-child( 3 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}
.vote .checked {
    color: orange;
}
#myBtn{
    color: #fb5508;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    padding: 5px 11px;
    border-radius: 4px;

}
#myBtn:hover {
    color: #fb5508;
    background: #FFECEB;
    border: 1px solid #FFECEB;
}
.swiper-controls .next, .swiper-controls .prev{
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%) !important;
}

@media (min-width: 768px){
    .useful-link {
        max-width: 20% !important;
    }
}
@media (min-width: 992px){
    .d-lg-flex {
        display: flex !important;
    }
}

#bao-tri-container .bao-tri-item > img{
    object-fit: cover !important;
    object-position: center top !important;
}

#profile .name{
    font-size: 14px;
    color: #383F47;
    font-weight: 400;
}
#profile .phone{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FF6600;
}

#profile form input{
    padding: 13px 16px;
    border-radius: 8px;
    height: 44px;
    align-items: flex-start;

    border: 1px solid #ECEDF1;

}

#profile form input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B5C1;
    height: 18px;

}

#profile form textarea{
    height: 88px;
    border: 1px solid #ECEDF1;
    border-radius: 8px;
    resize: none;
}
#profile form textarea::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B5C1;
    height: 18px;
}

.sidebar .nav-item a{
    font-weight: 500;
    font-size: 14px;
    color: #383F47;
}

.sidebar .nav-item .active{
    border-bottom: 2px solid #FF6600;
}
.sidebar .nav-link.active {
    background-color: unset !important;
    border-top: none;
    border-left: none;
    padding-left: 0px;
    border-right: none;
}

#tongquan a{
    display: inline-block;
    width: auto;
}
#tongquan a:hover{

    color: #2C2C2C;
    display: inline-block;
    width: auto;
    position: relative;
}
#tongquan a:hover:after{
    background: #FF6600;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    content: "";
}

.form-comment form textarea::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B5C1;
    height: 18px;
}

.form-comment form input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B5C1;
    height: 44px;

}
.form-comment form input{
    height: 44px;
    border: 1px solid #ECEDF1;
}

.form-comment form textarea{
    resize: unset;
    border: 1px solid #ECEDF1;
}


.accordion_one .panel-group {

    border: 1px solid #f1f1f1;
    margin-top:20px;


}

a:link {
    text-decoration: none
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0;
}

.accordion_one .panel-default {
    border: 0;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}


.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    padding: 12px 30px;
    border-top: 0px;
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
}

.accordion_one .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999;
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_one .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #999999;
    background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after, .accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;

    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}
.accordion_one .panel .panel-heading a:after {
    content: "\2212";
}

.accordion_one .panel .panel-heading a:after, .accordion_one .panel .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F1F1F1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}


/* Style cho phần hiển thị người đăng */
.content-footer .author {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.content-footer .author i {
    font-size: 11px;
    color: #999;
}

@media screen and (max-width: 576px){
    #dangchothue .card-container .card-cm {
        min-height: 164px;
        height: auto;
        position: relative;
    }
}

.dropdown-location-menu li{
    list-style: none;
}