/*!* Chosen Plugin*/
/*------------------------------------- *!*/

/*Kiet Tran*/
.set-height-chart-pricehistory {
    height: 60vh !important;
}

#map {
    z-index: 11;
}

.user-avatar {
    max-width: 25px;
    max-height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

.sticky-toolbar li {
    margin-bottom: 5px;
}

.sticky-toolbar {
    width: 46px;
    position: fixed;
    top: 30%;
    list-style: none;
    margin: 0 !important;
    z-index: 10;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: .42rem;
    border-bottom-left-radius: .42rem;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#btnshowtpricehistory {
    padding: .35rem .48rem .15rem;
    position: unset;
    background-color: #fcfcfc;
    color: #005ec5 !important;
    border-color: #005ec5 !important;
    border-radius: 50%;
}

#btnshowtpricehistory:hover{
    box-shadow: 1px 1px 8px #005ec5 !important;
    background-color: #fcfcfc !important;
}

.btnshowtpricehistory:active,
.btnshowtpricehistory:focus,
.btnshowtpricehistory:visited {
    box-shadow: unset;
    background-color: #fcfcfc !important;
}

.padding-lr-125rem {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.form-input-tlv span {
    width: 35px;
}

#pagination a {
    color: black;
    display: inline-block;
    padding: .375rem .5rem;
}

.text-loan-repayment {
    padding-top: 7px;
}

#myModal_TLV img {
    padding-bottom: 10px;
}

#myModal_TLV .modal-body {
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
}

#pricehistory .modal-body {
    max-height: calc(100vh - 16rem);
    overflow-y: auto;
}

.display-flex {
    display: flex;
}

.btn-social-icon.btn-lg > :first-child {
    font-size: 1.5em;
}

.preview-image-heighth-150 {
    height: 150px;
}

#alertLoginDialog .modal-header button {
    font-size: 16px;
}

.tbl-list-repayment {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}

.tbl-list-repayment th {
    background: none repeat scroll 0 0 #ECECEC;
    color: #303030;
    font-size: 14px;
    padding: 7px 5px;
}

.tbl-list-repayment td {
    font-size: 14px;
    line-height: 14px;
    padding: 7px 6px;
}

.border-color-red {
    border: 1px solid red !important;
}

.margin-auto {
    margin: auto;
}

.color-blue {
    color: rgba(0, 94, 197, 1);
}

.color-orange {
    color: rgba(255, 102, 0, 1) !important;
}

.form-input-tlv tr {
    display: flex;
    margin-bottom: 5px
}

.form-input-tlv tr td {
    display: flex;
}

#thoihanvay, .form-input-tlv input, .form-input-tlv input:focus {
    color: black;
}

.form-input-tlv .span-required {
    color: red;
    padding-top: 2px;
}

.txt-loan-repayment {
    height: 30px !important;
    line-height: 25px !important;
    margin-right: 3px !important;
    padding: 0 3px !important;
    width: 300px !important;
}

.chose-type-calula {
    color: black;
    border: 1px solid #DBDBDB !important;
    height: 30px !important;
    line-height: 25px !important;
    margin-right: 3px !important;
    margin-bottom: 10px !important;
    padding: 0 3px !important;
}

.setting-alertLoginDialog-border {
    border-bottom: 1px solid #dee2e6 !important;
    padding-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.padding-top-1 {
    padding-top: 1px;
}

#carouselCanHoControls .carousel-inner .carousel-item {
    max-height: 213px;
}

#chose_hight_level_apartment {
    width: 93.5%;
    margin: auto;
}

.fomat-to-long-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.overlay {
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0s;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

.line-height-16 {
    line-height: 16px !important;
}

.setting-text-align {
    margin-right: 10px;
}

.margin-top-percent-1-3 {
    margin-top: 1.3%;
}

.margin-top-percent-1-5 {
    margin-top: 1.5%;
}

.addtext h6 {
    font-weight: bold;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #03a5fa;
}

#Tieu_chi_Gia_nha {
    color: red;
}

#marker_stt {
    height: 25px;
}

#thongtincanho {
    max-height: 169px;
}

.text_money {
    color: black;
}

#money_input::-webkit-outer-spin-button,
#money_input::-webkit-inner-spin-button,
.form-input-tlv input::-webkit-outer-spin-button,
.form-input-tlv input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-input-tlv input[type=date]::-webkit-clear-button {
    display: none;
}

.form-input-tlv input[type=date]::-webkit-inner-spin-button,
.form-input-tlv input[type=date]::-webkit-calendar-picker-indicator {
    width: 6px;
    height: 7px;
}

#money_input, #result_output {
    font-size: 16px;
    font-weight: bold;
    color: rgba(75, 77, 79, 1);
    border: 0.5px solid #ffe9da;
    width: 82%;
    margin-top: 7px;
}

#money-unit, #result_unit_output {
    position: relative;
    bottom: 36px;
    color: rgba(75, 77, 79, 1);
    left: 83%;
    font-weight: bold;
}

#text_unit_QDTG {
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
}

#ID215_450___USD {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 80px;
    height: 9px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(75, 77, 79, 1);
}

.home_popup {
    padding-top: 2px;
    width: 12px;
    height: 12px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.kietboxshadowmvp1 {
    padding-bottom: 1px;
    /*line-height: 8px;*/
    margin: 5px 0 0 2px;
    background-color: #fff;
    border: 0.5px solid #c9c9c9;
    border-radius: 4px;
}

.set_row {
    margin-left: -3px !important;
}

.format_text_address_popup {
    left: 0;
    top: 0;
    overflow: hidden;
    width: 181px;
    height: 6px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
    word-wrap: break-word;
}

#format_text_number {
    margin-left: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 102, 0, 1);
}

.infoplot {
    background-color: rgba(252, 252, 252, 1);
    color: black;
}

.rowoneinfo {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.rowoneinfo a i {
    margin-top: -6px;
    font-size: 35px;
    cursor: pointer;
    -webkit-text-stroke: 1px rgba(0, 94, 197, 1);
}

.spacing_box {
    margin-top: 5px;
}

.spacing_line {
    margin-top: 10px;
}

.icon_quy_doi_gia {
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.text_quy_doi_ty_gia {
    margin-left: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: rgba(255, 102, 0, 1);
}

.setting_icon_paper {
    margin-left: -7px;
    position: fixed;
    margin-top: 2px;
}

.Path_127 {
    position: absolute;
    width: 9.158px;
    height: 8.73px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_128 {
    position: absolute;
    width: 2.142px;
    height: 2.357px;
    left: 1.607px;
    top: 1.714px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_129 {
    position: absolute;
    width: 4.82px;
    height: 0.643px;
    left: 1.5px;
    top: 6.427px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_130 {
    position: absolute;
    width: 4.713px;
    height: 0.643px;
    left: 1.553px;
    top: 4.874px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_131 {
    position: absolute;
    width: 1.875px;
    height: 0.643px;
    left: 4.445px;
    top: 1.767px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_132 {
    position: absolute;
    width: 1.875px;
    height: 0.643px;
    left: 4.445px;
    top: 3.321px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.kieticoninfo {
    color: red;
    font-size: 35px;
}

.iconapartment, .iconstair {
    color: #38a6e1;
    text-align: center;
    width: 14px;
}

.kietboxshadow {
    padding: 2px 0;
    margin: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #1a6af96e, 0 1px 2px rgba(19, 19, 19, 0);
}

.kietbutton a {
    width: 40px;
    height: 40px;
    color: #1a73f9;
    display: inline-table;
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #1a73f9;
}

.kietbutton a:hover {
    color: white;
    background-color: #1a73f9;
}

.kietbutton i {
    margin: 8px 0 0 0;
    font-size: 20px;
}

.kietbutton .pencil {
    padding-left: 1px;
}

.kietbutton .infos {
    padding-top: 1px;
}

.kietbutton .circles {
    padding-top: 1px;
}

.kietbutton .shares {
    padding-top: 2px;
    padding-right: 2px;
}

.kietbutton .facebooks {
    size: 25px;
    padding-left: 3px;
    padding-top: 1px;
}

.kietbutton .settingtext {
    color: #1a73f9;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: center;
    margin-top: 5px;
}

.kietbutton .row {
    content: "";
    display: inline;
    clear: both;
    margin-left: 0px;
}

.kietbutton .column {
    float: left;
    width: 20%;
    height: 60px;
}

.kietbutton {
    padding-top: 5px;
}

#columnChiaSe {
    display: none;
}

#myForm, #myForm3 {
    margin-right: 0px;
    padding-bottom: 20px;
    display: none;
}

#directcompass {
    font-size: 25px;
    margin-top: 7px;
}

#highlevel {
    height: 28px;
    padding: 0px 5px;
}

.z-index-1 {
    z-index: 1;
}

#keyword-auto {
    border: 0;
    border-top-left-radius: 100px;
    padding-right: 30px;
}

.formatdatatext, .formatdatatexth {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.background-whiteh {
    background: white;
}

.border_quy_doi_gia {
    background-color: #fff;
    border: 0.5px solid #ffe9da;
    border-radius: 4px;
    height: 70px;
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
}

#icon_text_1 i {
    float: left;
    color: rgba(0, 94, 197, 1);
    font-size: 0.73rem;
}

.setting_box_1 {
    padding: 5px 2px 5px 12px;
    line-height: 12px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.setting_box_1 .line1 {
    margin-left: 5px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 369px;
    height: 11px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
    word-wrap: break-word;
}

.setting_box_1 .line2 {
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
}

.setting_box_1 .line2_1 {
    margin-left: 5px;
}

.setting_box_1 .line2_2 {
    margin-left: 8px;
}

.setting_box_1 .line2_3_2 {
    margin-left: 11px;
}

.line2_3_1 {
    font-weight: bold;
}

.setting_box_1 .line2_3 {
    margin-left: 11px;
    color: red;
}

#icon_text i {
    float: left;
    color: rgba(255, 35, 0, 1);
    font-size: 0.73rem;
}

.home {
    float: left;
    width: 12px;
    height: 10px;
    left: 6px;
    top: 14px;
}

#setting-align {
    /*margin-left: 20px;*/
    padding-left: 1%;
}

#tienichchungcu {
    height: 238px;
    margin: 0;
    padding: 0;
}

.set_text_equal {
    color: rgb(255, 102, 0);
    padding-top: 30px;
}

.set_text_equal label {
    font-size: 25px;
}

.border_quy_doi_gia .name-seleteddd {
    font-weight: bold;
}

#carouselApartmentControls, #carouselApartmentFloorControls, #carouselCanHoControls, #carouselExampleControls {
    border: 0;
}

.format_equal {
    margin-right: 4px;
    margin-left: 4px;
    margin-top: 10px;
    margin-bottom: 0;
    color: rgb(255, 102, 0);
}

.leaflet-popup-content {
    width: 328px !important;
}

.imageformat {
    height: 310px;
    margin: auto;
}

#text_unit {
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: left;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
}

#unit_right_pupup {
    padding-top: 1px;
    text-align: left;
    height: 20px;
    border-bottom: 1px solid #c9c9c9;
}

#row_QDTG .chosen-container {
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
}

.kietborderbox1mvp1 {
    padding-bottom: 1px;
    background-color: #fff;
    border: 0.5px solid #c9c9c9;
    border-radius: 4px;
    width: 47%;
}

.kietborderbox2mvp1 {
    padding-bottom: 1px;
    background-color: #fff;
    border: 0.5px solid #c9c9c9;
    border-radius: 4px;
    width: 47%;
}

.leaflet-popup-tip-container {
    display: none !important;
}

#text_quydoi {
    margin: 0 0 0 5px;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 94, 197, 1);
}

#text_quydoi .center-col-4 {
    text-align: center;
    padding-right: 2.5%;
}

#text_showdetail {
    margin: 3px 0 0 0;
    padding-left: 10%;
    text-align: right;
    font-size: 12px;
    color: rgba(0, 94, 197, 1);
    cursor: pointer;
}

#text_showdetail i, #text_showdetail_not_showgianha i {
    margin-right: 5px;
}

#text_showdetail_not_showgianha {
    margin: 3px 0 0 6px;
    text-align: right;
    font-size: 12px;
    color: rgba(0, 94, 197, 1);
    cursor: pointer;
}

#icon_angel_down, #icon_angel_up {
    color: rgba(0, 94, 197, 1);
    font-size: 1.75rem;
    cursor: pointer;
}

#mvp1_image_popup {
    max-height: 200px;
    border-radius: 10px;
    cursor: pointer;
}

#mvp1_image_popup_div {
    max-height: 200px;
    border-radius: 10px;
}

#format_popup {
    position: relative;
    width: 328px;
}

.form-control-feedback {
    top: 7px !important;
}

.carousel-inner {
    background-color: white;
}

#carouselApartmentControls .carousel-inner, #carouselApartmentFloorControls .carousel-inner {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin-left: 3%;
}

#carouselCanHoControls .carousel-inner {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin-left: 3%;
}

#carouselCanHoControls .carousel-control-prev, #carouselCanHoControls .carousel-control-next,
#carouselApartmentFloorControls .carousel-control-prev, #carouselApartmentFloorControls .carousel-control-next,
#carouselApartmentControls .carousel-control-prev, #carouselApartmentControls .carousel-control-next,
#carouselExampleControls .carousel-control-prev, #carouselExampleControls .carousel-control-next {
    width: 3% !important;
    opacity: 1 !important;
}

.format-iconnext-prev {
    font-size: 2rem;
    color: rgba(0, 94, 197, 1);
}

#scroll-bar svg, #croll-bar-canho svg {
    float: none;
}

#scroll-bar {
    line-height: 16px;
    margin: 5px 0 0 0;
    overflow-y: auto;
    /*height: calc(100% - 42    px);*/
    height: 173px;
    grid-auto-rows: 15px;
}

#srollbar {
    z-index: 1000;
    overflow-y: auto;
    max-height: 310px;
}

#tienichchungcu #scroll-bar {
    height: 168px;
}

#croll-bar-canho {
    margin: 0;
    overflow-x: auto;
    max-height: 170px;
}

#informationcanho {
    height: 238px;
}

.margin-left-27-per a, .setting-floor-popup a {
    vertical-align: text-top;
    cursor: pointer;
}

.margin-left-27-per a label, .setting-floor-popup a label {
    cursor: pointer;
}

.setting-floor-popup {
    padding-left: 5px;
    font-weight: inherit;
    color: black;
    border-top: 0;
    font-size: 12px;
}

.setting-floor-popup .item-select-popup label.focus {
    color: rgb(255, 102, 0);
}

#macanho {
    margin-top: 0 !important;
}

#carouselApartmentControls, #carouselApartmentFloorControls, #carouselCanHoControls {
    background-color: rgba(252, 252, 252, 1);
    max-height: 310px;
}

.formatheightcarusolapartment {
    height: 310px;
    margin: auto;
    margin-left: 2px;
    margin-right: 2px;
}

#apartment-info #col-1 {
    padding-top: 10%;
}

.margin-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-lr-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.detaildepatment .col-1 {
    padding-left: 0;
    padding-right: 0;
    margin-left: -8.5%;
}

.detaildepatment {
    margin-left: 0.1px;
    text-align: left;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
}

.detaildepatment .col-4 {
    margin-right: 10px;
    /*margin-left: 1px;*/
    /*padding-right: 0;*/
    padding-left: 10px !important;
    color: rgba(75, 77, 79, 1);
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.detaildepatment .col {
    padding-right: 0;
    padding-left: 5px;
    font-weight: bold;
    color: rgba(255, 102, 0, 1);
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.tenchungcu {
    text-align: left;
    margin-top: 5px;
}

.tenchungcu div {
    padding-left: 0;
    padding-top: 0;
}

.tenchungcu .col-4 {
    margin-left: 2px;
    margin-right: 5px;
    padding-top: 3px;
    padding-right: 0;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.tenchungcu .col {
    padding-right: 0;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 102, 0, 1);
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

#informationplot {
    padding-bottom: 5px;
}

#rowinfodetail {
    margin: 0;
}

#rowinfodetail .rowoneinfo {
    margin-right: 2%;
}

.col_1 {
    max-width: 3%;
    margin-right: 0 !important;
}

.header_QDTG {
    display: inherit;
    min-width: 150px;
}

#reviews_image {
    padding: 0;
}

#text_ty_gia {
    color: rgba(75, 77, 79, 1);
    margin-left: 56%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10% !important;
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(167,167,167,1)' viewBox='0 0 12.455 22.389'%3e%3cpath d='M 12.29513359069824 0.4088432192802429 C 12.02666282653809 -0.04730858653783798 11.53003597259521 -0.1318010538816452 11.16762924194336 0.2061091214418411 L 0.3221470713615417 10.37662601470947 C 0.1208068504929543 10.56248664855957 5.960464477539063e-08 10.86658573150635 5.960464477539063e-08 11.18756198883057 C 5.960464477539063e-08 11.5085391998291 0.1208068504929543 11.8126392364502 0.3221470713615417 11.99849891662598 L 11.16758155822754 22.18589210510254 C 11.3152437210083 22.32106590270996 11.47632026672363 22.38862609863281 11.65079784393311 22.38862609863281 C 11.89240646362305 22.38862609863281 12.13400936126709 22.25344657897949 12.29508113861084 21.98315620422363 C 12.56354808807373 21.52700614929199 12.48301029205322 20.90192604064941 12.13400936126709 20.56401824951172 L 2.147600650787354 11.1875638961792 L 12.13400936126709 1.811108708381653 C 12.48301029205322 1.490131855010986 12.56354808807373 0.8481204509735107 12.29513359069824 0.4088432192802429 Z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(167,167,167,1)' viewBox='0 0 12.455 22.389'%3e%3cpath d='M 0.159764289855957 0.4088432192802429 C 0.4282388687133789 -0.04730858653783798 0.9248733520507813 -0.1318010538816452 1.287284851074219 0.2061091214418411 L 12.13292598724365 10.37662601470947 C 12.33426952362061 10.56248664855957 12.455078125 10.86658573150635 12.455078125 11.18756198883057 C 12.455078125 11.5085391998291 12.33426952362061 11.8126392364502 12.13292598724365 11.99849891662598 L 1.287332534790039 22.18589210510254 C 1.139668464660645 22.32106590270996 0.9785900115966797 22.38862609863281 0.8041095733642578 22.38862609863281 C 0.5624971389770508 22.38862609863281 0.3208904266357422 22.25344657897949 0.1598167419433594 21.98315620422363 C -0.1086540222167969 21.52700614929199 -0.02811527252197266 20.90192604064941 0.3208904266357422 20.56401824951172 L 10.30744552612305 11.1875638961792 L 0.3208904266357422 1.811108708381653 C -0.02811527252197266 1.490131855010986 -0.1086540222167969 0.8481204509735107 0.159764289855957 0.4088432192802429 Z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 12.455 22.389'%3e%3cpath d='M 12.29513359069824 0.4088432192802429 C 12.02666282653809 -0.04730858653783798 11.53003597259521 -0.1318010538816452 11.16762924194336 0.2061091214418411 L 0.3221470713615417 10.37662601470947 C 0.1208068504929543 10.56248664855957 5.960464477539063e-08 10.86658573150635 5.960464477539063e-08 11.18756198883057 C 5.960464477539063e-08 11.5085391998291 0.1208068504929543 11.8126392364502 0.3221470713615417 11.99849891662598 L 11.16758155822754 22.18589210510254 C 11.3152437210083 22.32106590270996 11.47632026672363 22.38862609863281 11.65079784393311 22.38862609863281 C 11.89240646362305 22.38862609863281 12.13400936126709 22.25344657897949 12.29508113861084 21.98315620422363 C 12.56354808807373 21.52700614929199 12.48301029205322 20.90192604064941 12.13400936126709 20.56401824951172 L 2.147600650787354 11.1875638961792 L 12.13400936126709 1.811108708381653 C 12.48301029205322 1.490131855010986 12.56354808807373 0.8481204509735107 12.29513359069824 0.4088432192802429 Z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 12.455 22.389'%3e%3cpath d='M 0.159764289855957 0.4088432192802429 C 0.4282388687133789 -0.04730858653783798 0.9248733520507813 -0.1318010538816452 1.287284851074219 0.2061091214418411 L 12.13292598724365 10.37662601470947 C 12.33426952362061 10.56248664855957 12.455078125 10.86658573150635 12.455078125 11.18756198883057 C 12.455078125 11.5085391998291 12.33426952362061 11.8126392364502 12.13292598724365 11.99849891662598 L 1.287332534790039 22.18589210510254 C 1.139668464660645 22.32106590270996 0.9785900115966797 22.38862609863281 0.8041095733642578 22.38862609863281 C 0.5624971389770508 22.38862609863281 0.3208904266357422 22.25344657897949 0.1598167419433594 21.98315620422363 C -0.1086540222167969 21.52700614929199 -0.02811527252197266 20.90192604064941 0.3208904266357422 20.56401824951172 L 10.30744552612305 11.1875638961792 L 0.3208904266357422 1.811108708381653 C -0.02811527252197266 1.490131855010986 -0.1086540222167969 0.8481204509735107 0.159764289855957 0.4088432192802429 Z'/%3e%3c/svg%3e");
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid inherit;;
    border-radius: 5px;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    text-align: left;
    /*	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);*/
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

/* Single Select box */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 5px;
    height: 20px;
    line-height: 16px;
    border: 0px solid #dbdbdb;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
    background-color: inherit;
    color: rgba(0, 94, 197, 1);
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 4px 0 0;
}

.chosen-container-active .chosen-drop,
.chosen-container-single .chosen-drop {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    border: 1px solid inherit;;
    border-radius: 5px;
    margin-top: 5px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    width: 60%;
    text-align: left;
    font-size: 12px;
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 94, 197, 1);
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    margin: 1px 0 0 0;
    right: 20px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: rgba(0, 94, 197, 1);
    float: right;
    font-weight: normal;
    transition: transform 0.3s;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.border_quy_doi_gia .chosen-container-single .chosen-single div:after {
    font-size: 26px;
}

.chosen-container-active.chosen-with-drop .chosen-single div:after {
    transform: translate3d(0, 0, 0) rotate(180deg);
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    margin-bottom: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #fbfbfb !important;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.04);
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: normal;
    z-index: 10;
    transition: transform 0.3s;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
    border: 1px solid inherit;;
    border-radius: 5px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* Results */
.chosen-container .chosen-results {
    color: rgba(0, 94, 197, 1);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 150px;
}

.chosen-container .chosen-results li {
    margin: 0;
    /*margin-left: -30px;*/
    padding: 5px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
    transition: color 0.3s;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    border-radius: 0;
    color: #66676b;
    transition: color 0.2s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 35px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: auto;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 4px 4px 0 0;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 0;
    height: 49px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #888;
    line-height: normal;
    font-weight: 500;
    box-shadow: none;
    transition: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 10px 6px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #66676b;
    line-height: 29px;
    color: #fff;
    cursor: default;
    font-weight: 500;
    border-radius: 3px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container.chosen-container-multi .chosen-drop {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
    opacity: 1;
    visibility: visible;
}

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0px solid #e0e0e0;
    border-radius: 0px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #888 !important;
}

.chosen-container-single .chosen-container-active {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    box-shadow: none;
    transition: 0s;
}

.main-search-input-item .chosen-container .chosen-drop {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
}

.sort-by .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0 14px 0 16px;
    box-shadow: none;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
}

.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-single:hover {
    background: #f3f3f3;
}

.sort-by .chosen-container .chosen-drop {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 200px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.sort-by .chosen-container.chosen-with-drop .chosen-drop,
.sort-by .chosen-container .chosen-drop {
    left: auto;
    right: -1px;
}

.sort-by .chosen-container-single .chosen-single div:after {
    color: #66676b;
    right: 0;
}

.sort-by .chosen-container-single .chosen-default {
    color: #66676b;
}

.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0px;
    color: #666;
    font-weight: 600;
    transition: all 0.2s;
}

.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    line-height: 33px;
    top: 0;
    margin-left: 0;
    display: inline-block;
}

.sort-by .chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
}

/* ---------------------------------- */
/* Custom Chosen Dropdown
------------------------------------- */
.main-search-input-item .chosen-container-single .chosen-single,
.main-search-input-item .chosen-single.chosen-container-active {
    position: relative;
    display: block;
    overflow: visible;
    padding: 0 0 0 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #888;
    border-radius: 4px 4px 0 0;
    z-index: 100;
    box-shadow: none;
    transition: all 0.3s;
}

/* Active */
.main-search-input-item .chosen-container-active .chosen-single,
.main-search-input-item .chosen-container-active .chosen-choices {
    border: 1px solid #fff;
}

.main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.main-search-input-item .chosen-container {
    font-size: 16px;
}

.main-search-input-item .chosen-container .chosen-drop {
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99;
}

.main-search-input-item .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all 0.3s;
}

.main-search-input-item .chosen-container-single .chosen-single span {
    display: inline-block;
    vertical-align: top;
}

.main-search-input .chosen-container-single .chosen-single div {
    display: inline-block;
    position: relative;
    top: -2px;
}

.main-search-input .chosen-container-single .chosen-search {
    padding: 3px 15px;
    margin-bottom: 5px;
}

.main-search-input .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fcfcfc;
    border-radius: 4px;
}

.main-search-input-item .chosen-container .chosen-results {
    position: relative;
    z-index: 10000
}

/* Style for gray main input version */
.gray-style .main-search-input-item .chosen-container-single .chosen-single,
.gray-style .main-search-input-item .chosen-single.chosen-container-active {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.main-search-input-item .chosen-container.chosen-with-drop {
    /*	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);*/
    border-radius: 4px;
}

.gray-style .main-search-input-item .chosen-single::after {
    display: none;
}

.gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single,
.gray-style .main-search-input-item .chosen-container .chosen-drop {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
}

@media (min-width: 991px) {
    .gray-style .main-search-input-item .chosen-single {
        border-bottom: none !important;
    }
}

.gray-style .main-search-input-item .chosen-container .chosen-drop {
    border-top: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #0babff;
}

.chosen-container .chosen-results .group-result {
    color: #4da9c5;
    padding-left: 10px;
    font-size: 16px;
}

.chosen-container .chosen-results .group-option {
    color: rgba(128, 128, 128, 1);
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
}

.chosen-container .chosen-results li.highlighted {
    color: #ffa43f;
}

.active-result {
    display: flex;
    float: left;
    width: 100%;
    margin: 0;
}

.image-chosen {
    width: 20px;
    height: 15px;
    padding-bottom: 5px;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.setting_image {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 6px;
}

.margin-left-27-per {
    width: 74%;
    margin-left: 26.37%;
    padding-left: 5px;
    font-weight: inherit;
    color: black;
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
}

#nhap_tang_dien_hinh, #nhap_tang_dien_hinh_can_ho {
    /*position: absolute;*/
    /*top: 25%;*/
    /*text-align: left;*/
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
}

#inputFloor {
    border-radius: 4px 4px 0 0;
}

#selectPanel {
    margin-top: 0;
}

.item-select {

}

.margin-left-27-per .dau_gach_vuong, .setting-floor-popup .dau_gach_vuong {
    color: rgba(0, 94, 197, 1);
}

.item-select:hover {
    color: rgba(0, 94, 197, 1);
}

#carouselApartmentControls #heightlevel0, #carouselApartmentFloorControls #heightlevel0 {
    color: rgba(255, 102, 0, 1);
}

#imagecanhozoom {
    margin: auto;
}

#imagezomm, #imagecanhozoom {
    background-color: rgba(252, 252, 252, 1);
    height: 310px;
    max-height: 310px;
}

#imgCanHo, #imagecanho {
    height: 208px;
}

#imagecanho {
    margin: auto;
}

#imagezomm i {
    color: rgba(0, 94, 197, 1);
    position: absolute;
    right: 1%;
}

#mvp1_image_popup i {
    font-size: 20px;
    color: #007bff;
    position: absolute;
    right: 1%;
}

.grid-template {
    display: grid;
    grid-template-columns: max-content max-content max-content max-content max-content;
    grid-gap: 0px 10px;
    grid-auto-rows: 20px;
}

#next, #prev {
    color: #2776cd;
    cursor: pointer;
}

#next i, #prev i {
    font-size: 18px;
}

.margin-left-27-per a i, .setting-floor-popup a i {
    vertical-align: middle;
}

.margin-left-27-per a label, .setting-floor-popup a label {
    display: contents;
}

/* Duc Pham*/
.content-center {
    text-align: center;
}

.image-chosen-selected {
    width: 12px;
    height: 20px;
    /*position: sticky;*/
    /*right: 100%;*/
    margin-right: 300px !important;
}

.name-seleteddd {
    position: absolute;
    top: 2px;
    left: 21px;
}

.combobox {
    width: 93px;
    height: 6px;
    border: 0px;
    background: white;
    text-align: left;
}

.icon-fags {
    padding-bottom: 3px;
    width: 12px;
    margin-right: 4px;
    margin-left: 5px;
    height: 20px;
}

.dong-viet-nam {
    font-size: 12px;
    color: rgba(0, 94, 197, 1);
}

.gia-vnd {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: rgba(75, 77, 79, 1);
    margin-top: 5px;
    margin-left: 5px;
}

.unit-vnd {
    font-size: 10px;
    margin-left: 2px;
}

.iconbuttonapartment {
    color: black;
    text-align: center;
    font-size: 20px;
}

#btnShowMore:hover {
    background-color: #e6e6e6;
    cursor: pointer;
    color: black;
}

#btnShowLess:hover {
    background-color: #e6e6e6;
    cursor: pointer;
    color: black;
}

@media (max-width: 568px) {
    .set-width {
        width: 35%;
    }

    .txt-loan-repayment {
        width: 200px !important;
    }

    .setting-text-align {
        margin-right: 20px;
    }

    .col_1 {
        max-width: 5%;
    }

    #imgCanHo, #imagecanho {
        height: 139px;
    }

    #imagezomm, #imagecanhozoom {
        background-color: rgba(252, 252, 252, 1);
        height: 240px;
        max-height: 240px;
    }

    #scroll-bar {
        line-height: 16px;
        margin: 5px 0 0 0;
        overflow-y: auto;
        /*height: calc(100% - 42    px);*/
        height: 102px;
        grid-auto-rows: 15px;
    }

    #tienichchungcu #scroll-bar {
        height: 100px;
    }

    #carouselApartmentControls, #carouselApartmentFloorControls, #carouselCanHoControls {
        background-color: rgba(252, 252, 252, 1);
        max-height: 240px;
    }

    #carouselCanHoControls .carousel-inner .carousel-item {
        max-height: 143px;
    }

    .formatheightcarusolapartment {
        height: 240px;
        margin: auto;
        margin-left: 2px;
        margin-right: 2px;
    }

    #tienichchungcu {
        height: 220px;
    }

    #tienichchungcu .div-1 {
        height: 25px;
    }

    #imageformat {
        height: 220px;
        margin: auto;
    }

    #mvp1_image_popup {
        max-height: 150px;
        border-radius: 10px;
        cursor: pointer;
    }

    .leaflet-popup-content {
        width: 282px !important;
    }

    #format_popup {
        position: relative;
        width: 282px;
    }

    #srollbar {
        z-index: 1000;
        overflow-y: auto;
        max-height: 240px;
    }

    #croll-bar-canho {
        margin: 0;
        overflow-x: auto;
        max-height: 99px;
    }

    .grid-template {
        display: grid;
        grid-template-columns: max-content;
        line-height: 16px;
        grid-auto-rows: 18px;
    }

    .margin-left-27-per {
        width: 74%;
        margin-left: 36.23%;
        font-weight: inherit;
        color: black;
        border: 1px solid #dbdbdb;
        border-top: 0;
        border-radius: 0px 0px 4px 4px;
        font-size: 12px;
    }

    .margin-top-percent-1-3 {
        margin-top: 2%;
    }

    .margin-top-percent-1-5 {
        margin-top: 2.3%;
    }
}

@media (max-width: 375px) {
    .set-width {
        width: 45%;
    }

    .txt-loan-repayment {
        width: 150px !important;
    }

    .setting-text-align {
        margin-right: 20px;
    }

    .col_1 {
        max-width: 5%;
    }

    #thongtincanho {
        max-height: 100px;
    }

    #scroll-bar {
        line-height: 16px;
        margin: 5px 0 0 0;
        overflow-y: auto;
        height: 102px;
        grid-auto-rows: 15px;
    }

    #tienichchungcu #scroll-bar {
        height: 100px;
    }

    #croll-bar-canho {
        margin: 0;
        overflow-x: auto;
        max-height: 90px;
    }

    .margin-top-percent-1-3 {
        margin-top: 2%;
    }

    .margin-top-percent-1-5 {
        margin-top: 2.3%;
    }
}

.image-chosen-selected {
    width: 12px;
    height: 20px;
    position: relative;
    float: left;
    right: unset !important;
}

.img-fluid-ad {
    border-radius: 30px;
}

.img-fluid {
    border-radius: 10px;
}

.img-fluid:hover, .img-fluid-ad:hover {
    box-shadow: 2px 3px 10px #9c999a
}

/*HoaiLy*/
.cap-nhat-thong-tin-bds-box-title .home {
    float: unset;
    width: 12px;
    height: 10px;
    left: 6px;
    top: 14px;
}

#upload-photos-form .btn-default,
#capNhatThongTinBDSForm .btn-default {
    background-color: #ececec;
}

.share-menu,
.share-list2 {
    width: 12px;
    height: 10px;
    margin-right: 10px;
}

.share-pie_chart {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    top: 2px;
}

#share-giaban {
    width: 13px;
    height: 11px;
}

#folded_newspaper {
    position: absolute;
    width: 13px;
    height: 11px;
    left: 0px;
    top: 2.284px;
    overflow: visible;
}

.Path_127 {
    overflow: visible;
    position: absolute;
    width: 13px;
    height: 11px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_128 {
    overflow: visible;
    position: absolute;
    width: 2.142px;
    height: 2.357px;
    left: 1.607px;
    top: 1.714px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_129 {
    overflow: visible;
    position: absolute;
    width: 4.82px;
    height: 0.643px;
    left: 1.5px;
    top: 6.427px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_130 {
    overflow: visible;
    position: absolute;
    width: 4.713px;
    height: 0.643px;
    left: 1.553px;
    top: 4.874px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_131 {
    overflow: visible;
    position: absolute;
    width: 1.875px;
    height: 0.643px;
    left: 4.445px;
    top: 1.767px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_132 {
    overflow: visible;
    position: absolute;
    width: 1.875px;
    height: 0.643px;
    left: 4.445px;
    top: 3.321px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#photoiframedata .col-1 {
    max-width: 15px;
    margin-right: 10px;
}

.address-share-icon {
    max-width: 15px;
}

#shares button.btn-success {
    position: absolute;
    right: 0;
    top: 3px;
}

.share-buttons button {
    border: none;
    padding-top: 0;
    cursor: pointer;
}

.link-for-share-title {
    color: #005ec5;
}

/* Hoai Ly */

#cap-nhat-thong-tin-bds,
#upload-photos-form,
#shares {
    background-color: white;
    color: rgba(75, 77, 79, 1);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

#cap-nhat-thong-tin-bds a,
#upload-photos-form a,
#shares a.button-close {
    color: #005ec4;
    font-size: 35px !important;
    -webkit-text-stroke: 1px #005ec4;
}

.cap-nhat-thong-tin-bds-header {
    background-color: #ececec;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}

.cap-nhat-thong-tin-bds-description {
    font-size: 12px;
    color: rgba(255, 78, 0, 1);
}

.cap-nhat-thong-tin-bds-title {
    font-size: 12px;
    font-weight: bold;
}

.cap-nhat-thong-tin-bds-box-title {
    border: 1px solid #b5b5b5;
    padding: 3px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
}

.cap-nhat-hien-trang-xd-title {
    font-weight: bold;
    font-size: 12px;
}

#cap-nhat-thong-tin-bds input {
    font-size: 12px;
    color: rgba(167, 167, 167, 1);
    height: 25px;
    border: 1px solid #b5b5b5;
    text-align: center;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-15 {
    padding-top: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.btnchoosephoto {
    font-size: 12px !important;
    width: 100%;
    padding: 3px;
}

@media (max-width: 576px) {
    .btnchoosephoto {
        white-space: normal !important;
    }
}

@media (min-width: 577px) {
    .btnchoosephoto {
        line-height: 10px !important;
        height: 25px;
    }
}

.btnchoosephotowidth {
    margin-left: 15px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.number-file-chosen-title {
    text-align: left;
    padding-top: 7px;
}

.btnRemovePhoto {
    font-size: 16px;
    background-color: #555;
    color: white;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
}

.quyhoachsudungdat-angle {
    border: 1px solid #b5b5b5;
    height: 25px;
    border-radius: 3px;
    margin-bottom: 5px;
    text-align: center;
    color: #005ec5;
}

.quyhoachsudungdat-menu {
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    padding: 5px;
}

.quyhoachsudungdat-selected {
    color: #005ec5;
}

.quyhoachsudungdat-menu span {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

.previewImage {
    width: 100%;
    height: 100%;
    /*padding-bottom: 5px;*/
    object-fit: cover;
    display: block;
}

.previewImageItem {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
    margin: 5px;
}

.previewImageItem a {
    position: absolute;
    top: 11px;
    right: 11px;
    color: black;
}

.previewImageItem a:hover {
    color: black;
}

.color-red {
    color: red;
}

#alertDialog .modal-dialog,
#alertLoginDialog .modal-dialog,
#alertIsNotPlace .modal-dialog,
#reload-page-notify .modal-dialog {
    max-width: 30em;
}

.padding-right-12 {
    padding-right: 12px;
}

.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}

.view-pdf-large {
    position: unset;
    background-color: white;
    border-color: #28a745;
    border-radius: 50%;
    padding: 1px 8px;
    font-size: 20px;
    color: #28a745 !important;
}

.bookmark-address {
    position: unset;
    background-color: white;
    color: #fa507d !important;
    border-color: #fa507d !important;
    border-radius: 50%;
    padding: .35rem .55rem .15rem;
}

.bookmark-address:hover{
    box-shadow: 1px 1px 8px #fa507d !important;
    background-color: #fcfcfc !important;
}

.bookmark-address:active,
.bookmark-address:focus,
.bookmark-address:visited {
    box-shadow: unset;
    background-color: #fcfcfc !important;
}

.view-pdf-large:hover{
    box-shadow: 1px 1px 8px #28a745 !important;
    background-color: #fcfcfc !important;
}

.view-pdf-large:active,
.view-pdf-large:focus,
.view-pdf-large:visited {
    box-shadow: unset;
    background-color: #fcfcfc !important;
}

.hover-setting:hover {
    box-shadow: unset !important;
    background-color: #fcfcfc !important;
}

.btnstar {
    padding: .35rem .65rem .2rem;
    color: #fbc02d !important;
    border-color: #fbc02d !important;
}

.dropdown-save-address {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.notify-marked {
    position: absolute;
    right: 0;
    bottom: -28px;
    color: white;
    background-color: #323232;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .dropdown-save-address .btn-secondary {
        padding-top: 10px;
    }
}

#confirmCloseBusinessForm .modal-dialog {
    max-width: 20em;
}

#confirmCloseBusinessForm button {
    font-size: 12px;
}

#capNhatThongTinBDSForm .checkbox label {
    font-weight: bold;
}

/* Dy Do */
.st0 {
    fill: #fdfefe
}

.st1 {
    fill: #0180c7
}

.st2 {
    fill: #0172b1
}

.st3 {
    fill: none;
    stroke: #0180c7;
    stroke-width: 2;
    stroke-miterlimit: 10
}

/* Tinh Le */
#dropdownlogin .dropdown-toggle {
    font-size: 12px !important;
}

#alertUpgradeUser .modal-dialog,
#alertTopup .modal-dialog,
#alertSuccess .modal-dialog,
#paymentModal .modal-dialog {
    max-width: 30em;
}

#alertUpgradeUser p.text-left {
    margin-bottom: 0;
}

.list_cart-2 {
    list-style: none;
    padding: 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0;
    clear: both;
}

.list_cart-2 li label {
    color: #434a54;
    font-weight: 500;
    padding: 0;
    height: 4.5em;
    border: 1px solid #dcdcdf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 4.5em;
    display: block;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    text-align: center;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .08);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .08);
}

.list_cart-2 li label:hover {
    border-color: #2188c9
}

.list_cart-2 input {
    border: none;
    background: url(../images/trans.png);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 0;
    z-index: 2;
    left: 0;
    outline: 0 !important;
}

.list_cart-2 li {
    float: left;
    width: 25%;
    padding: 10px;
}

.list_cart-2 img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .list_cart-2 li {
        width: 33.33333%;
        padding: 4px
    }

    .list_cart-2 li label {
        line-height: 5.5em;
        height: 5.5em
    }
}

#modal-card-ATM .modal-body {
    max-height: calc(100vh - 16rem);
    overflow-y: auto;
}

.card-bank {
    color: #f96302;
    font-weight: bold;
    font-size: 12px;
}

.error {
    color: red;
}

.success {
    color: #28a745;
}
.info-header{
    background-color: transparent !important;
}
.info-header :hover{
    color: #005ec5 !important;
    cursor: pointer;
}

.info-header:focus{
    outline: none !important;
}

.weight-header{
    font-weight: bold;
}

.item-dsh {
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    color: white;
    margin-right: 5px;
}

.manager-acount {
    background-color: #68665e;
    padding: 6px 7px;
}

.manager-logout {
    background-color: #68665e;
    padding: 7px 8px;
}

.manager-dashboard {
    background-color: #88400d;
    padding: 6px 7px;
}

.manager-save-address {
    background: #fa507d;
    padding: 7px 6px;
}



.loading-text-parent {
    height: 200px;
    border: 0.5px solid #c9c9c9;
    border-radius: 10px;
}

.loading-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}