/** Root **/
:root {
    --cl-main: #e03c31;
    --cl-main-hover:#990a00;
    --cl-light-hover:#ffeceb;
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-dark-gray:#2c2c2c;
    --cl-gray:#f2f2f2;
    --cl-light-gray:#f4f5f9;
    --cl-red:#990a00;
    --cl-dark-red:#c72528;
    --cl-yl:#f3bc66;
    --font-aws: FontAwesome;
}
html{
    font-size: 1rem;
}

.error-msg {
  color: #9f1111;
}

/* Defaut Input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

/** Main Search Tab **/
section.slder {
    z-index: 9;
}
#CR-main-search-box{
    width: 50rem  /* 800/16 */;
    margin: 0 auto;
}
#CR-main-search-box a{
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#CR-main-search-box ul{
    list-style-type: none;
}
#CR-main-search-box  li{
    margin-left: 0;
    margin-bottom: 0;
}
#CR-main-search-box .main-search-head{

}
#CR-main-search-box .main-search-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
#CR-main-search-box .main-search-head li {
    margin-left: 0;
    margin-bottom: 0;
}
#CR-main-search-box .main-search-head li:not(:last-child){
    margin-right: 0.25rem;
}
#CR-main-search-box .main-search-head a:hover,
#CR-main-search-box .main-search-head .active a{
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}
#CR-main-search-box .main-search-head a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10rem  /* 160/16 */;
    border-radius: 5px 5px 0 0;
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0.375rem  /* 6/16 */;
    height: 2.5rem  /* 40/16 */;
}
#CR-main-search-box .main-search-content form {
    margin: 0;
}
#CR-main-search-box .main-search-content{
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0 5px 5px 5px;
    padding: 0.5625rem  /* 9/16 */;
    margin: 0 auto;
    position: relative;
}
#CR-main-search-box .main-search-content .CR-btn-style-form{
    width: 100%;
    background: #e03c31;
    border-radius: 3px;
    height: 2.5rem  /* 33/16 */;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border: 0;
    font-weight: 700;
    font-size: 0.875rem  /* 14/16 */;
    padding: 0 0.5rem;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#CR-main-search-box .main-search-content .CR-btn-style-form svg{
    width: auto;
    height: 1rem  /* 16/16 */;
    fill: #ffffff;
    margin-right: 0.25rem;
}

#CR-main-search-box #CR-form-search-project > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#CR-main-search-box #CR-form-search-project .CR-chosen-item{
    width: 100%;
}
#CR-main-search-box #CR-form-search-project .chosen-single{
    border: none !important;
}
#CR-main-search-box .chosen-container .chosen-drop{
    width: 15rem;
    margin: 0;
}
#CR-main-search-box #CR-form-search-project .CR-btn-style-form{
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
}
#CR-main-search-box #CR-form-search-project > ul > li:first-child{
    border-radius: 7px 0 0 7px;
}
#CR-main-search-box #CR-form-search-project > ul > li:last-child{
    border-radius: 0 7px 7px 0;
}
#CR-main-search-box #CR-form-search-project > ul > li:not(:last-child){
    border-right: 1px solid #ececec;
}
#CR-main-search-box #CR-form-search-project > ul > li {
    background: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#CR-main-search-box #CR-form-search-property .CR-chosen-item .icon-sl{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 2.5rem  /* 40/16 */;
    display: flex;
    align-items: center;
    justify-content: center;
}
#CR-main-search-box #CR-form-search-property .CR-chosen-item .icon-sl svg{
    fill: #000000;
    width: auto;
    height: 1rem;
}
#CR-main-search-box #CR-form-search-property .top-box .chosen-container .chosen-drop{
    margin: 0.5rem 0 0;
}
#CR-main-search-box #CR-form-search-property .top-box .chosen-container{
    padding-left: 2.5rem  /* 40/16 */;
}
#CR-main-search-box #CR-form-search-property .top-box .chosen-single{
    border: none !important;
    padding-left: 0;
    color: #000000;
}
#CR-main-search-box #CR-form-search-property .top-box .chosen-single span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
    text-align: left;
}
#CR-main-search-box #CR-form-search-property .top-box .CR-chosen-item .chosen-drop{
    left: 0;
}
#CR-main-search-box #CR-form-search-property .top-box > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li{
    background: #ffffff;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li:not(:last-child){
    border-right: 1px solid #ececec;
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li:first-child{
    border-radius: 7px 0 0 7px;
    width: 12.5rem  /* 200/16 */;
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li:last-child{
    border-radius: 0 7px 7px 0;
    width: calc(100% - 12.5rem);
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li > input[type='text']::placeholder{
    color: #333333;
}
#CR-main-search-box #CR-form-search-property .top-box > ul > li > input[type='text'] {
    border: none;
    border-radius: 0 7px 7px 0;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0 9rem  0 0.9375rem  /* 15/16 */;
    font-size: 0.875rem  /* 14/16 */;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    box-sizing: border-box;
    border: 0;
}
#CR-main-search-box #CR-form-search-property .bottom-box{
    display: flex;
    margin-top: 0.5625rem  /* 9/16 */;
}
#CR-main-search-box #CR-form-search-property .bottom-box .CR-chosen-item .chosen-single {
    background: transparent;
    color: #ffffff;
    border-color: #777777 !important;
    height: 2.125rem /* 34/16 */;
    box-shadow: none !important;
}
#CR-main-search-box #CR-form-search-property .bottom-box .CR-chosen-item .chosen-single div b:before{
    color: #ffffff;
}
#CR-main-search-box #CR-form-search-property .bottom-box .list{
    width: calc(100% - 9rem);
}
#CR-main-search-box #CR-form-search-property .bottom-box .action{
    width: 9rem;
    position: relative;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.125rem  /* 34/16 */;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0.5625rem  /* 9/16 */;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action a i {
    margin-left: 0.5rem;
    font-size: 0.9rem;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action a {
    color: #ffffff;
    font-size: 0.875rem /* 14/16 */;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action .reset{
    padding-left: 0.85rem;
    margin-left: 0.85rem;
    position: relative;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action .reset:before {
    content: '';
    width: 1px;
    height: 1.5rem;
    background: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
#CR-main-search-box #CR-form-search-property .bottom-box .action svg{
    fill: #ffffff;
    width: auto;
    height: 1rem;
}
#CR-main-search-box #CR-form-search-property .bottom-box .sub-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
#CR-main-search-box #CR-form-search-property .bottom-box .sub-list:last-child{
    margin-top: 0.5625rem  /* 9/16 */;
}
#CR-main-search-box #CR-form-search-property .bottom-box .sub-list > li{
    width: 25%;
    padding-right: 0.625rem  /* 10/16 */;
}
#CR-main-search-box #CR-form-search-property .CR-btn-style-form{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.375rem  /* 6/16 */;
    width: 8.75rem  /* 140/16 */;
    height: calc(100% - 1rem);
}

/** Custom Filter Range Field **/
.CR-custom-filter-range {
    height: 2.125rem /* 34/16 */;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #777777 !important;
}
.CR-custom-filter-range .head-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CR-custom-filter-range .head-range .label {
    color: #ffffff;
    font-size: 0.8125rem  /* 13/16 */;
    line-height: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.CR-custom-filter-range .head-range .label .view {
  width: 100%;
}

.CR-custom-filter-range .head-range .label i {
    font-size: 1.1rem;
}
.CR-custom-filter-range.show .drop-range{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
    opacity: 1;
}
.CR-custom-filter-range .drop-range {
    position: absolute;
    top: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    background: var(--cl-white);
    width: 15rem;
    box-shadow: 0px 8px 32px rgb(3 44 71 / 24%);
    border-radius: 8px;
    padding: 0;
    left: 0;
    z-index: 99;
}
.CR-custom-filter-range .list-range{
    padding: 0 0.5rem 0.5rem;
    max-height: 18rem;
    overflow-y: auto;
    scroll-behavior: smooth;
    margin: 0;
}
.CR-custom-filter-range .list-range::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
    background-color: #ffffff;
}
.CR-custom-filter-range .list-range::-webkit-scrollbar-track {
    border: none;
}
.CR-custom-filter-range .list-range::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 1px solid #cccccc;
}
.CR-custom-filter-range .list-range li {
    width: 100% !important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding: 0;
}
.CR-custom-filter-range .list-range li:hover a{
    background: #f2f2f2 !important;
}
.CR-custom-filter-range .list-range li.active{
    cursor: no-drop;
}
.CR-custom-filter-range .list-range li.active a{
    color: var(--cl-red);
    pointer-events: none;
    font-weight: 700;
}
.CR-custom-filter-range .list-range li a {
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    color: var(--cl-black);
    font-size: 1rem;
    font-weight: 400;
    background: transparent !important;
}
.CR-custom-filter-range .slide-range .view-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CR-custom-filter-range .slide-range .view-box span {
    background: #c5c4c5;
    width: 5%;
    height: 0.125rem  /* 2/16 */;
    margin: 0 0.5rem;
}
.CR-custom-filter-range .slide-range .view-box input {
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 0.1875rem /* 3/16 */;
    height: 2rem /* 32/16 */;
    font-size: 0.7rem;
    text-align: center;
    color: #2c2c2c;
    width: 47.5%;
    outline: none !important;
    padding: 0;
}
.CR-custom-filter-range .slide-range {
    overflow: hidden;
    padding: 1rem /* 16/16 */ 0.625rem /* 10/16 */ 0.625rem  /* 10/16 */;
}
.CR-custom-filter-range .slide-range .slide-box {
    margin: 1.5rem 0 0.75rem;
    padding: 0 0.95rem 0 0.75rem;
}
.CR-custom-filter-range .ui-widget.ui-widget-content {
    position: relative;
    height: 0.25rem  /* 4/16 */;
    border: none;
    background: #c5c5c5;
}
.CR-custom-filter-range .ui-slider-horizontal .ui-slider-range {
    background: #e03c31;
    border-color: #e03c31;
}
.CR-custom-filter-range .ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 1.5rem  /* 24/16 */;
    height: 1.5rem  /* 24/16 */;
    background: #e03c31;
    border-color: #e03c31;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
}

/** Chosen Select **/
.CR-chosen-ajax-load{
    position: relative;
}
.CR-chosen-ajax-load.active>* {
    opacity: 0.3;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}
.CR-chosen-ajax-load.active:before{
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-chosen-ajax-load:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='svg-loader' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 80 80' xml:space='preserve'%0A%3E%3Cpath fill='%23DC3B30' d='M10,40c0,0,0-0.4,0-1.1c0-0.3,0-0.8,0-1.3c0-0.3,0-0.5,0-0.8c0-0.3,0.1-0.6,0.1-0.9c0.1-0.6,0.1-1.4,0.2-2.1 c0.2-0.8,0.3-1.6,0.5-2.5c0.2-0.9,0.6-1.8,0.8-2.8c0.3-1,0.8-1.9,1.2-3c0.5-1,1.1-2,1.7-3.1c0.7-1,1.4-2.1,2.2-3.1 c1.6-2.1,3.7-3.9,6-5.6c2.3-1.7,5-3,7.9-4.1c0.7-0.2,1.5-0.4,2.2-0.7c0.7-0.3,1.5-0.3,2.3-0.5c0.8-0.2,1.5-0.3,2.3-0.4l1.2-0.1 l0.6-0.1l0.3,0l0.1,0l0.1,0l0,0c0.1,0-0.1,0,0.1,0c1.5,0,2.9-0.1,4.5,0.2c0.8,0.1,1.6,0.1,2.4,0.3c0.8,0.2,1.5,0.3,2.3,0.5 c3,0.8,5.9,2,8.5,3.6c2.6,1.6,4.9,3.4,6.8,5.4c1,1,1.8,2.1,2.7,3.1c0.8,1.1,1.5,2.1,2.1,3.2c0.6,1.1,1.2,2.1,1.6,3.1 c0.4,1,0.9,2,1.2,3c0.3,1,0.6,1.9,0.8,2.7c0.2,0.9,0.3,1.6,0.5,2.4c0.1,0.4,0.1,0.7,0.2,1c0,0.3,0.1,0.6,0.1,0.9 c0.1,0.6,0.1,1,0.1,1.4C74,39.6,74,40,74,40c0.2,2.2-1.5,4.1-3.7,4.3s-4.1-1.5-4.3-3.7c0-0.1,0-0.2,0-0.3l0-0.4c0,0,0-0.3,0-0.9 c0-0.3,0-0.7,0-1.1c0-0.2,0-0.5,0-0.7c0-0.2-0.1-0.5-0.1-0.8c-0.1-0.6-0.1-1.2-0.2-1.9c-0.1-0.7-0.3-1.4-0.4-2.2 c-0.2-0.8-0.5-1.6-0.7-2.4c-0.3-0.8-0.7-1.7-1.1-2.6c-0.5-0.9-0.9-1.8-1.5-2.7c-0.6-0.9-1.2-1.8-1.9-2.7c-1.4-1.8-3.2-3.4-5.2-4.9 c-2-1.5-4.4-2.7-6.9-3.6c-0.6-0.2-1.3-0.4-1.9-0.6c-0.7-0.2-1.3-0.3-1.9-0.4c-1.2-0.3-2.8-0.4-4.2-0.5l-2,0c-0.7,0-1.4,0.1-2.1,0.1 c-0.7,0.1-1.4,0.1-2,0.3c-0.7,0.1-1.3,0.3-2,0.4c-2.6,0.7-5.2,1.7-7.5,3.1c-2.2,1.4-4.3,2.9-6,4.7c-0.9,0.8-1.6,1.8-2.4,2.7 c-0.7,0.9-1.3,1.9-1.9,2.8c-0.5,1-1,1.9-1.4,2.8c-0.4,0.9-0.8,1.8-1,2.6c-0.3,0.9-0.5,1.6-0.7,2.4c-0.2,0.7-0.3,1.4-0.4,2.1 c-0.1,0.3-0.1,0.6-0.2,0.9c0,0.3-0.1,0.6-0.1,0.8c0,0.5-0.1,0.9-0.1,1.3C10,39.6,10,40,10,40z' %3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 40 40' to='360 40 40' dur='0.8s' repeatCount='indefinite' /%3E%3C/path%3E%3Cpath fill='%23D49200' d='M62,40.1c0,0,0,0.2-0.1,0.7c0,0.2,0,0.5-0.1,0.8c0,0.2,0,0.3,0,0.5c0,0.2-0.1,0.4-0.1,0.7 c-0.1,0.5-0.2,1-0.3,1.6c-0.2,0.5-0.3,1.1-0.5,1.8c-0.2,0.6-0.5,1.3-0.7,1.9c-0.3,0.7-0.7,1.3-1,2.1c-0.4,0.7-0.9,1.4-1.4,2.1 c-0.5,0.7-1.1,1.4-1.7,2c-1.2,1.3-2.7,2.5-4.4,3.6c-1.7,1-3.6,1.8-5.5,2.4c-2,0.5-4,0.7-6.2,0.7c-1.9-0.1-4.1-0.4-6-1.1 c-1.9-0.7-3.7-1.5-5.2-2.6c-1.5-1.1-2.9-2.3-4-3.7c-0.6-0.6-1-1.4-1.5-2c-0.4-0.7-0.8-1.4-1.2-2c-0.3-0.7-0.6-1.3-0.8-2 c-0.2-0.6-0.4-1.2-0.6-1.8c-0.1-0.6-0.3-1.1-0.4-1.6c-0.1-0.5-0.1-1-0.2-1.4c-0.1-0.9-0.1-1.5-0.1-2c0-0.5,0-0.7,0-0.7 s0,0.2,0.1,0.7c0.1,0.5,0,1.1,0.2,2c0.1,0.4,0.2,0.9,0.3,1.4c0.1,0.5,0.3,1,0.5,1.6c0.2,0.6,0.4,1.1,0.7,1.8 c0.3,0.6,0.6,1.2,0.9,1.9c0.4,0.6,0.8,1.3,1.2,1.9c0.5,0.6,1,1.3,1.6,1.8c1.1,1.2,2.5,2.3,4,3.2c1.5,0.9,3.2,1.6,5,2.1 c1.8,0.5,3.6,0.6,5.6,0.6c1.8-0.1,3.7-0.4,5.4-1c1.7-0.6,3.3-1.4,4.7-2.4c1.4-1,2.6-2.1,3.6-3.3c0.5-0.6,0.9-1.2,1.3-1.8 c0.4-0.6,0.7-1.2,1-1.8c0.3-0.6,0.6-1.2,0.8-1.8c0.2-0.6,0.4-1.1,0.5-1.7c0.1-0.5,0.2-1,0.3-1.5c0.1-0.4,0.1-0.8,0.1-1.2 c0-0.2,0-0.4,0.1-0.5c0-0.2,0-0.4,0-0.5c0-0.3,0-0.6,0-0.8c0-0.5,0-0.7,0-0.7c0-1.1,0.9-2,2-2s2,0.9,2,2C62,40,62,40.1,62,40.1z' %3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 40 40' to='-360 40 40' dur='0.6s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: top 10% center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CR-chosen-item .chosen-container:hover .chosen-single{
    -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px rgb(0 0 0 / 10%);
}
.CR-chosen-item .chosen-single {
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    background: var(--cl-white);
    border: 1px solid #cccccc !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 3rem 0 1rem;
    background-image: none !important;
    -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px transparent;
    box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px transparent;
}
.CR-chosen-item .chosen-single span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 0.8125rem  /* 13/16 */;
}
.CR-chosen-item .chosen-single div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5625rem  /* 25/16 */;
}
.CR-chosen-item .chosen-single div b{
    background: none !important;
    height: auto;
}
.CR-chosen-item .chosen-with-drop .chosen-single div b:before{
    content: "\f106";
}
.CR-chosen-item .chosen-single div b:before{
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1rem;
    color: var(--cl-black);
}
.CR-chosen-item .chosen-with-drop .chosen-drop{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.CR-chosen-item .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    -webkit-box-shadow: 0px 8px 32px rgb(3 44 71 / 24%);
    box-shadow: 0px 8px 32px rgb(3 44 71 / 24%);
    border: none;
    margin-top: 1rem;
    border-radius: 0.5rem;
    transform: scale(0);
    transition: 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.CR-chosen-item .chosen-drop .chosen-search{
    padding: 0.5rem;
}
.CR-chosen-item .chosen-drop .chosen-search input.chosen-search-input {
    padding: 0 1.5rem 0 1rem;
    border-radius: 0.4rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-color: var(--cl-gray);
    border: none;;
    color: var(--cl-black);
    background-image: none !important;
}
.CR-chosen-item .chosen-drop .chosen-results {
    margin: 0;
    padding: 0 0.5rem 0.5rem;
}
.CR-chosen-item .chosen-drop .chosen-results::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
    background-color: var(--cl-white);
}
.CR-chosen-item .chosen-drop .chosen-results::-webkit-scrollbar-track {
    border: none;
}
.CR-chosen-item .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: 1px solid #cccccc;
}
.CR-chosen-item .chosen-drop .chosen-results li.result-selected{
    color: var(--cl-red);
    font-weight: 700;
}
.CR-chosen-item .chosen-drop .chosen-results li.highlighted{
    background: var(--cl-gray) !important;
}
.CR-chosen-item .chosen-drop .chosen-results li {
    padding: 0.5rem 1rem;
    word-break: break-word;
    color: var(--cl-black);
    font-size: 1rem;
    border-radius: 0.3rem;
    line-height: normal;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100% !important;
    text-align: left;
}
.CR-chosen-item .chosen-drop .chosen-results li em {
    color: var(--cl-main);
    font-weight: 700;
}

#CR-main-search-box #CR-form-search-property .bottom-box .CR-sl2-item .selection {
  background: transparent;
  color: #ffffff;
  border-color: #777777 !important;
  height: 2.125rem;
  box-shadow: none !important;
  padding-right: 1.65rem !important;
}
#CR-main-search-box #CR-form-search-property .bottom-box .CR-sl2-item .select2-selection__arrow:before {
  color: #ffffff;
  right: 0.75rem;
}

#CR-main-search-box #CR-form-search-property .bottom-box .CR-sl2-item .selection {
  background: transparent;
  color: #ffffff;
  border-color: #777777 !important;
  height: 2.125rem /* 34/16 */;
  box-shadow: none !important;
  padding-right: 1.65rem !important;
}
#CR-main-search-box #CR-form-search-property .bottom-box .CR-sl2-item .select2-selection__arrow:before {
  color: #ffffff;
  right: 0.75rem;
}
.CR-sl2-item{
  cursor: pointer;
}
.CR-sl2-item .select2-hidden-accessible {
  display: none;
}
.CR-sl2-item .select2-container{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.CR-sl2-item .select2-container:hover .selection{
  -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px rgb(0 0 0 / 10%);
}
.CR-sl2-item .selection {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none !important;
  background: var(--cl-white);
  border: 1px solid #cccccc !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 3rem 0 1rem;
  background-image: none !important;
  -webkit-box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px transparent;
  box-shadow: 0 0 3px var(--cl-white) inset, 0 1px 1px transparent;
  position: relative;
}
.CR-sl2-item .selection span {
  height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 0.8125rem /* 13/16 */;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.CR-sl2-item .select2-selection__arrow {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.8rem;
  pointer-events: none;
}
.CR-sl2-item .select2-container--open .select2-selection__arrow:before{
  content: "\f106";
}
.CR-sl2-item .select2-selection__arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1rem;
  color: var(--cl-black);
}
.select2-container{
  width: 15rem;
}
.select2-container ul {
  list-style: none;
}
.select2-container.select2-container--open{
  z-index: 9999;
  margin-top: 0.5rem;
}
.select2-container.select2-container--open .select2-dropdown{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.select2-dropdown {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  -webkit-box-shadow: 0px 8px 32px rgb(3 44 71 / 24%);
  box-shadow: 0px 8px 32px rgb(3 44 71 / 24%);
  border: none;
  margin-top: 0;
  border-radius: 0.5rem;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  transform: scale(0);
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.select2-dropdown .select2-search{
  padding: 0.5rem;
  width: 100%;
}
.select2-dropdown .select2-search input {
  padding: 0 1.5rem 0 1rem;
  border-radius: 0.4rem;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: var(--cl-gray);
  border: none;
  color: var(--cl-black);
  background-image: none !important;
  outline: none !important;
}
.select2-dropdown .select2-results {
  margin: 0;
  padding: 0 0.5rem 0.5rem;
  width: 100%;
}
.select2-dropdown .select2-results::-webkit-scrollbar {
  width: 3px;
  border-radius: 2px;
  background-color: var(--cl-white);
}
.select2-dropdown .select2-results::-webkit-scrollbar-track {
  border: none;
}
.select2-dropdown .select2-results::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  outline: 1px solid #cccccc;
}
.select2-dropdown .select2-results li.select2-results__option--selected{
  color: var(--cl-red);
  font-weight: 700;
}
.select2-dropdown .select2-results li.select2-results__option--highlighted{
  background: var(--cl-gray) !important;
}
.select2-dropdown .select2-results li {
  padding: 0.5rem 1rem;
  word-break: break-word;
  color: var(--cl-black);
  font-size: 1rem;
  border-radius: 0.3rem;
  line-height: normal;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100% !important;
  cursor: pointer;
  margin-bottom: 0;
}
.select2-dropdown .select2-results li em {
  color: var(--cl-main);
  font-weight: 700;
}

.select2-dropdown .select2-results ul {
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 320px) {
  #CR-main-search-box #CR-form-search-property .CR-btn-style-form {
    width: auto;
  }
  #CR-main-search-box {
    max-width: 100%;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box {
    flex-direction: column;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .list {
    width: 100%;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .sub-list > li {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .action .wrap {
    position: relative;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .sub-list:last-child {
    margin-top: 0;
  }

  .CR-custom-filter-range .drop-range{
    width:100%
  }
}

@media (min-width: 768px) {
  .select2-dropdown {
    width: 100% !important;
  }
  .CR-custom-filter-range .drop-range{
    width: 15rem;
  }
  #CR-main-search-box #CR-form-search-property .CR-btn-style-form {
    width: 8.75rem /* 140/16 */;
  }
  #CR-main-search-box #CR-form-search-property .bottom-box .list {
    width: calc(100% - 9rem);
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .sub-list > li {
    width: 25%;
    margin-bottom: initial;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .action .wrap {
    position: absolute;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box {
    flex-direction: row;
  }

  #CR-main-search-box #CR-form-search-property .bottom-box .sub-list:last-child {
    margin-top: 0.5625rem /* 9/16 */;
  }
}

/** Responsive **/
@media (min-width: 1025px){
    html{
        font-size: 0.75rem;
    }
}
@media (min-width: 1200px){
    html{
        font-size: 0.8rem;
    }
}
@media (min-width: 1400px){
    html{
        font-size: 1rem;
    }
}
@media (min-width: 1600px){
    html{
        font-size: 1rem;
    }
}