* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: geometricPrecision;
    font-size: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    height: 100%
}

@font-face {
    font-family: 'harmonia';
    src: url(fonts/RV-Harmonia-Regular.eot);
    src: url(fonts/RV-Harmonia-Regulard41d.eot?#iefix) format('embedded-opentype'), url(fonts/RV-Harmonia-Regular.woff) format('woff'), url(fonts/RV-Harmonia-Regular.ttf) format('truetype'), url( fonts/RV-Harmonia-Regular.svg#roboto_condensedregular) format('svg');
    font-weight: 400
}

@font-face {
    font-family: 'harmonia';
    src: url( fonts/RV-Harmonia-Light.eot);
    src: url( fonts/RV-Harmonia-Lightd41d.eot?#iefix) format('embedded-opentype'), url( fonts/RV-Harmonia-Light.woff) format('woff'), url( fonts/RV-Harmonia-Light.ttf) format('truetype'), url( fonts/RV-Harmonia-Light.svg#roboto_condensedregular) format('svg');
    font-weight: 200
}

@font-face {
    font-family: 'harmonia';
    src: url( fonts/RV-Harmonia-SemiBold.eot);
    src: url( fonts/RV-Harmonia-SemiBoldd41d.eot?#iefix) format('embedded-opentype'), url( fonts/RV-Harmonia-SemiBold.woff) format('woff'), url( fonts/RV-Harmonia-SemiBold.ttf) format('truetype'), url( fonts/RV-Harmonia-SemiBold.svg#roboto_condensedregular) format('svg');
    font-weight: 500
}

@font-face {
    font-family: 'harmonia';
    src: url( fonts/RV-Harmonia-Bold.eot);
    src: url( fonts/RV-Harmonia-Boldd41d.eot?#iefix) format('embedded-opentype'), url( fonts/RV-Harmonia-Bold.woff) format('woff'), url( fonts/RV-Harmonia-Bold.ttf) format('truetype'), url( fonts/RV-Harmonia-Bold.svg#roboto_condensedregular) format('svg');
    font-weight: 600
}

@font-face {
    font-family: 'Tiempos';
    src: url( fonts/TiemposHeadline-Medium.eot);
    src: url( fonts/TiemposHeadline-Mediumd41d.eot?#iefix) format('embedded-opentype'), url( fonts/TiemposHeadline-Medium.woff) format('woff'), url( fonts/TiemposHeadline-Medium.ttf) format('truetype'), url( fonts/TiemposHeadline-Medium.svg#roboto_condensedregular) format('svg');
    font-weight: 400
}

@font-face {
    font-family: 'Tiempos';
    src: url( fonts/TiemposHeadline-Regular.eot);
    src: url( fonts/TiemposHeadline-Regulard41d.eot?#iefix) format('embedded-opentype'), url( fonts/TiemposHeadline-Regular.woff) format('woff'), url( fonts/TiemposHeadline-Regular.ttf) format('truetype'), url( fonts/TiemposHeadline-Regular.svg#roboto_condensedregular) format('svg');
    font-weight: 200
}

@font-face {
    font-family: 'rever-icon';
    src: url( fonts/ReverIcons.eot);
    src: url( fonts/ReverIconsd41d.eot?#iefix) format('embedded-opentype'), url( fonts/ReverIcons.woff) format('woff'), url( fonts/ReverIcons.ttf) format('truetype'), url( fonts/ReverIcons.svg#roboto_condensedregular) format('svg')
}

html * {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale
}

h2 {
    display: inline-block
}

.nearby .checkbox {
    width: 100%
}

.checkbox {
    position: relative;
    vertical-align: middle;
    float: left
}

.checkbox input {
    margin: 0;
    display: inline;
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 9999;
    cursor: pointer
}

.checkbox input + label {
    margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer
}

.checkbox input + label:after {
    content: "";
    font-family: 'rever-icon';
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    color: #999;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px
}

.checkbox input + label:hover {
    color: #c72528
}

.checkbox input:checked + label:after {
    content: "\f125";
    color: #fff;
    opacity: 1;
    visibility: visible;
    border: 1px solid #337588;
    background: #337588;
    text-align: center
}

ul.popup li.radiobox {
    position: relative;
    vertical-align: middle;
    padding: 5px 0 5px 20px;
    font-size: 14px
}

.radiobox.radiobox-horizontal {
    display: inline-block
}

.title-ft {
    padding: 5px 15px 8px !important;
    font-weight: 600;
    background: #fff;
    white-space: nowrap;
    width: 100% !important
}

.radiobox input {
    margin: 0;
    display: inline;
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px
}

.radiobox input + label {
    margin-bottom: 0;
    padding-left: 10px
}

.radiobox input + label:after {
    content: "\f26c";
    font-family: 'Material-Design-Iconic-Font';
    color: #999;
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 16px;
    top: 6px
}

.radiobox input:checked + label:after {
    content: "\f26f";
    color: #337588
}

input::-webkit-input-placeholder {
    color: #b7b7b7
}

input:-moz-placeholder {
    color: #b7b7b7
}

input::-moz-placeholder {
    color: #b7b7b7
}

input:-ms-input-placeholder {
    color: #b7b7b7
}

input[type=text], input[type=email] {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    border: 1px solid #a9a9a9
}

li {
    list-style: none
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font-family: 'harmonia', Arial, Helvetica, sans-serif
}

textarea:focus, button:focus, input:focus {
    outline: 0
}

textarea:focus, input:focus {
    border: 1px solid #666 !important
}

body {
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    font-size: 62.5%;
    line-height: 2em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #303339
}

.search-result {
    height: 100%
}

.radiobox:hover {
    background: rgba(48, 51, 58, 0.07)
}

.search-result .result {
    margin-bottom: 30px
}

a {
    text-decoration: none;
    color: #303339
}

a:hover {
    color: #c72528
}

.detail-content-news img, .thumb-duan, .cover {
    position: relative
}

.detail-content-news img:before, .thumb-duan img:before, .cover img:before {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: contain;
    background-position: 50%
}

#wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff
}

.header2402 {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    z-index: 100;
    border-bottom: 1px solid #eaebf0;
    border-bottom-color: hsla(0, 0%, 100%, .2)
}

.header2402:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -70%;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7), transparent)
}

.header2402-navBar {
    text-align: left;
    position: fixed;
    height: 100%;
    width: 300px;
    right: -300px;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.11, .97, .81, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(.11, .97, .81, 1);
    -o-transition: -o-transform .25s cubic-bezier(.11, .97, .81, 1);
    transition: -webkit-transform .25s cubic-bezier(.11, .97, .81, 1), -moz-transform .25s cubic-bezier(.11, .97, .81, 1), -o-transform .25s cubic-bezier(.11, .97, .81, 1), transform .25s cubic-bezier(.11, .97, .81, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.actionIcon {
    display: block;
    cursor: pointer;
    top: 15px;
    right: 25px;
    height: 34px;
    width: 34px;
    z-index: 1200;
    position: absolute;
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 6px;
    text-align: center;
    line-height: 18px
}

.actionIcon-responsive {
    position: fixed;
    display: none
}

.actionIcon:before {
    content: '\f153'
}

.close {
    position: absolute;
    top: 15px;
    right: 20px
}

.header2402-navBar ul li {
    font-size: 2em;
    font-weight: 500
}

.header2402-navBar ul li a {
    display: block;
    padding: 14px 0 14px 35px
}

.header2402-navBar ul li.diadiem {
    margin-top: 15px
}

.header2402-navBar ul li.diadiem a {
    cursor: default
}

.header2402-navBar ul li.diadiem a:hover {
    background: #fff
}

.header2402-navBar ul li.diadiem:before {
    content: '';
    border-top: 1px solid #dedede;
    display: block;
    height: 15px
}

.header2402-navBar ul li .avatar {
    padding: 6px 36px;
    height: 30px;
    line-height: 30px;
    width: 100%
}

.header2402-navBar ul li .avatar img {
    height: 24px;
    width: 24px;
    float: left
}

.header2402-navBar ul li .avatar span {
    margin-left: 5px;
    font-size: 15px
}

.header2402-navBar ul.subnav li {
    font-size: .7em;
    font-weight: 400
}

.header2402-navBar ul.subnav li a {
    padding: 6px 40px;
    margin: 8px 0;
    cursor: pointer
}

.header2402-navBar ul.subnav li a.active {
    background: #eee
}

.header2402-navBar ul.subnav li a:hover {
    background: #eee
}

.width-1600 {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.width-1600:before {
    clear: both;
    display: table;
    content: ''
}

.width-1600:after {
    clear: both;
    display: table;
    content: ''
}

.width-1600 hgroup {
    padding: 7px 0 0 40px;
    float: left
}

.width-1600 hgroup.detail-logo {
    padding: 15px 0 0 40px
}

.width-1600 hgroup a {
    display: block
}

.width-1600 hgroup a img {
    width: 44px
}

.width-1600 hgroup .logo {
    font-family: 'rever-icon', arial;
    display: block
}

.width-1600 hgroup .logo:before {
    content: "\f191";
    font-weight: normal;
    font-size: 12em;
    color: #fff
}

.width-1600 hgroup .logo a {
    width: 180px;
    height: 38px;
    display: block
}

.width-1600 .right-menu {
    position: absolute;
    right: 34px;
    top: 0
}

.width-1600 .right-menu ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
.right-menu ul li .header1506-link:hover {
    /*color: orange !important;*/
    border-bottom: orange 5px solid !important;
}

.width-1600 .right-menu ul li:last-child a.rightmenu-linkblack {
    padding-right: 0
}

.width-1600 .right-menu ul li .avatar-user {
    color: #fff
}

.width-1600 .right-menu ul li a.rightmenu-link {
    height: 60px;
    width: 100%;
    padding: 2px 15px 0 15px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 59px
}

.width-1600 .right-menu ul li a.rightmenu-link:hover {
    opacity: .6
}

.width-1600 .right-menu ul li a.dropdown-link {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    color: #303339;
    white-space: nowrap
}

.width-1600 .right-menu ul li a.sellbut {
    color: #fff;
    padding: 0 12px;
    margin-left: 10px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .15s linear, border .2s linear;
    height: 30px;
    line-height: 30px
}

.width-1600 .right-menu ul li a.sellbut:hover {
    background: #c72528;
    border: 1px solid #c72528
}

.width-1600 .right-menu ul li a.activeon {
    color: #c72528 !important
}

.width-1600 .right-menu ul li a.dropdown-link:hover {
    color: #c72528
}

.width-1600 .right-menu ul li a.dropdownmenu:hover {
    color: rgba(231, 232, 231, 0.7)
}

.dropdownmenu {
    position: relative;
    cursor: default !important;
    padding-right: 60px !important
}

.dropdownmenu:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 11px;
    top: 20px
}

.dropdownmenublack {
    position: relative;
    cursor: default !important;
    padding-right: 60px !important
}

.dropdownmenublack:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #d7d7d7;
    position: absolute;
    right: 11px;
    top: 20px
}

.width-1600 .right-menu .rightmenu-dropdown {
    position: absolute;
    right: 0;
    min-width: 120px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -moz-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear
}

.width-1600 .right-menu .rightmenu-dropdown {
    right: 0;
    margin-top: 2px;
    padding: 15px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 1000;
    background-clip: padding-box;
    position: absolute;
    border: 1px solid rgba(48, 51, 57, .15);
    background-color: #fff;
    text-align: left;
    min-width: 150px
}

.width-1600 .right-menu .rightmenu-dropdown:before {
    content: url(../../frontend/images/arrowtop.svg);
    position: absolute;
    top: -10px;
    right: 10px
}

.position-left {
    left: 185px !important;
    right: inherit !important
}

.width-1600 .right-menu .rightmenu-dropdown li {
    display: block;
    text-align: left
}

.width-1600 .right-menu ul li:hover > .rightmenu-dropdown {
    opacity: 1;
    visibility: visible
}

.icondropdown {
    display: inline;
    position: absolute;
    line-height: 0;
    top: 30px;
    right: 52px;
    font-family: 'rever-icon', arial
}

.icondropdown:before {
    content: "\f116";
    position: absolute;
    font-size: 22px;
    font-weight: normal
}

.iconup {
    display: inline;
    position: absolute;
    line-height: 0;
    top: 34px;
    right: 52px;
    font-family: 'rever-icon', arial
}

.iconup:before {
    content: "\f117";
    position: absolute;
    font-size: 22px;
    font-weight: normal
}

.iconremove {
    display: inline;
    position: absolute;
    line-height: 0;
    top: 26px;
    right: 15px;
    font-family: 'rever-icon', arial;
    font-size: .7em;
    color: #c72528
}

.iconremove:before {
    content: "\f124";
    position: absolute;
    font-size: 1em
}

.icondropdownblack {
    display: inline;
    position: absolute;
    line-height: 0;
    top: 36px;
    right: 52px
}

.icondropdownblack:before {
    content: "\f116";
    position: absolute;
    color: #303339
}

.header1506-link {
    display: block;
    font-size: 16px;
    color: #303339;
    cursor: pointer;
    -webkit-transition: color .25s linear, border-bottom .25s linear;
    -moz-transition: color .25s linear, border-bottom .25s linear;
    -o-transition: color .25s linear, border-bottom .25s linear
}

.menuicontop {
    float: left;
    padding: 30px 0 0 30px
}

.avatar-user {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding-left: 20px;
    line-height: 59px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.avatar-user .icondropdown {
    right: 62px;
    left: auto;
    top: 30px
}

.avatar-user img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px 0 30px
}

.avatar-user-black {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 40px;
    color: #303339;
    padding-left: 20px;
    max-width: 300px
}

.avatar-user-black .icondropdown {
    right: 62px;
    left: auto;
    top: 20px
}

.avatar-user-black img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px 0 10px
}

.width-1600 nav {
    position: absolute;
    left: 30px;
    top: 30px
}

.width-1600 .menuicon {
    position: absolute;
    top: 24px;
    left: 30px;
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    display: none
}

.width-1600 .menuicon:before {
    content: "\f100";
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    cursor: pointer
}

.topsearch-bg {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
    background: url(../../frontend/images/home-rever01.jpg) 50% 50% / cover no-repeat
}

.topsearch-bgloop {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    z-index: 1;
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.topsearch-bgloop .box-search {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    text-align: center
}

.topsearch-bgloop .box-search .fix-width770 {
    max-width: 750px;
    text-align: center;
    margin: 20px auto 0 auto
}

.topsearch-bgloop .box-search .fix-width770 h1 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8
}

.topsearch-bgloop .box-search .fix-width770 p {
    color: #fff;
    padding: 10px 0 30px 0;
    font-size: 1.2em;
    font-weight: 200;
    display: none
}

.topsearch-bgloop .box-search .fix-width770 form .muathue {
    width: 100%;
    margin: 0 auto;
    height: 50px
}

.topsearch-bgloop .box-search .fix-width770 form .muathue:after {
    content: "";
    display: table;
    clear: both
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 0 9px;
    position: relative
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    cursor: pointer
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut input[type=radio] + label {
    width: 100%;
    height: 100%;
    background: #dedede;
    display: block;
    font-size: 18px;
    position: relative;
    font-weight: 500
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut input[type=radio]:not(:checked):hover + label {
    background: #ccc
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut input[type=radio]:checked + label {
    width: 100%;
    height: 100%;
    background: #c72528;
    color: #fff
}

.topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut input[type=radio]:checked + label:after {
    content: "";
    position: absolute;
    bottom: -10px;
    margin-left: -12px;
    background: url(../../frontend/images/arrow_search.svg) no-repeat;
    width: 24px;
    height: 12px;
    left: 50%
}

.topsearch-bgloop .box-search .fix-width770 form .search-home {
    background: #fff;
    padding: 13px 15px 0;
    margin-top: 20px;
    display: block;
    position: relative;
    height: 55px;
    float: left;
    width: calc(100% - 155px);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.sort-home {
    float: left;
    width: 133px;
    background: #fff;
    padding: 8px 0 8px 15px;
    margin-top: 30px;
    display: block;
    position: relative;
    border-top: 2px solid #303339;
    height: 50px
}

.top-67 {
    top: 48px !important
}

.top-36 {
    top: 36px !important
}

.btn-no-style {
    background: 0;
    border: 0;
    padding-top: 3px;
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
    cursor: pointer
}

button[type=button].btn-no-style:focus {
    outline: none !important
}

.line-heigh-18 {
    line-height: 18px
}

.topsearch-bgloop .box-search .fix-width770 form .search-home input {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border: 0;
    width: calc(100% - 40px);
    margin: 0;
    display: inline-block;
    padding-left: 10px
}

.topsearch-bgloop .box-search .fix-width770 form .search-home input:focus {
    border: none !important
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0;
    border: 0;
    position: absolute;
    top: 4px;
    cursor: pointer
}

.right-menu ul li button {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0;
    border: 0;
    cursor: pointer;
    font-size: 28px;
    line-height: 30px;
    padding-top: 4px
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button:hover {
    color: #303339
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.location {
    right: 54px;
    font-size: 31px;
    padding: 0;
    margin: 0;
    line-height: 36px;
    width: 40px;
    text-align: right
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.location:hover {
    color: #444
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.location:before {
    content: '\f103'
}

.location:before {
    content: '\f103'
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.searchicon {
    right: 0;
    font-size: 31px;
    padding: 0;
    margin: 0;
    width: 54px;
    text-align: center;
    line-height: 39px
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.searchicon:hover {
    color: #444
}

.searchicon:before {
    content: '\F102'
}

.topsearch-bgloop .box-search .fix-width770 form .search-home button.searchicon:before:hover {
    color: #303339
}

.width-1600 .right-menu ul li:hover > .rightmenu-dropdownblack {
    opacity: 1;
    visibility: visible
}

.black-background {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -moz-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    z-index: 700
}

.black-background-visible {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110
}

.header2402-navBar.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(-300px);
    right: -300px
}

.customer-review .box-reviewer .reviewer {
    padding: 30px 0;
    width: auto;
    text-align: center
}

.customer-review .box-reviewer .reviewer .avatar {
    display: inline-block;
    margin-right: 2%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #CCC;
    width: 124px;
    height: 124px;
    padding: 2px
}

.customer-review .box-reviewer .reviewer .avatar a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top
}

.customer-review .box-reviewer .reviewer .reviewer-info {
    vertical-align: top;
    padding-top: 10px;
    text-align: left;
    display: inline-block
}

.customer-review .box-reviewer .reviewer .reviewer-info a.name {
    font-size: 2em;
    color: #c72528;
    line-height: 2em
}

.customer-review .box-reviewer .reviewer .reviewer-info p {
    color: #999;
    font-size: 1.8em
}

.customer-review .box-reviewer .reviewer .reviewer-info ul li {
    list-style: none;
    display: inline-block;
    color: #999;
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    padding: 5px 0;
    font-size: 2em
}

.customer-review .box-reviewer .reviewer .reviewer-info ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.customer-review .box-reviewer .reviewer .reviewer-info ul li:hover {
    color: #eee
}

.customer-review {
    overflow: auto;
    padding-bottom: 50px;
    background: #fff;
    padding-top: 50px
}

.customer-review .box-reviewer {
    max-width: 1140px;
    overflow: auto;
    position: relative;
    margin: 0 auto
}

.customer-review .box-reviewer h2 {
    text-align: center;
    font-size: 3.2em;
    color: #303339;
    display: block;
    line-height: 3em;
    font-weight: 400;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif
}

.box-reviewer .description {
    color: #999;
    width: 80%;
    margin: 0 auto;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 1.6em;
    text-align: center;
    padding: 0 15px
}

.compare-rever {
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    margin-top: 60px;
    border-spacing: 0
}

.compare-rever tr td {
    padding: 20px 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.header0203 {
    background: #fff;
    border-bottom: 1px solid rgba(48, 51, 58, 0.1);
    height: 60px;
    width: 100%;
    text-align: center;
    z-index: 900;
    position: relative
}

.width-1600 hgroup .logoblack {
    font-family: 'rever-icon'
}

.width-1600 hgroup .logoblack:before {
    content: "\f191";
    font-weight: normal;
    font-size: 113px;
    color: #303339
}

.width-1600 hgroup .logoblack a {
    width: 180px;
    height: 38px;
    display: block
}

.width-1600 .right-menu ul li a.rightmenu-linkblack {
    width: 100%;
    margin: 2px 14px 0 15px;
    color: #0E2231;
    font-weight: 700;
    font-size: 14px;
    line-height: 56px;
}
.width-1600 .right-menu ul li a.rightmenu-linkblack:hover {
    color: white;
    background: #ffc504;
}
.width-1600 .right-menu ul {
    float: left;
    position: relative
}

.width-1600 .right-menu ul li a.active {
    border-bottom: 3px solid #303339
}

.width-1600 .right-menu ul li.active a.rightmenu-linkblack:not(.dropdownmenublack), .width-1600 .right-menu ul li a.rightmenu-linkblack:not(.dropdownmenublack):hover {
    border-bottom: 2px solid #303339;
    color: rgba(119, 118, 118, 0.96)
}

.width-1600 .right-menu ul li.active a.rightmenu-linkblack:not(.dropdownmenublack) {
    color: #303339
}

.width-1600 .right-menu ul li a.sellbutblack {
    color: #303339;
    padding: 0 12px;
    margin: 10px 0;
    border: 2px solid #303339;
    font-weight: 500;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .15s linear, border .2s linear;
    font-size: 1.4em;
    height: 30px;
    line-height: 30px
}

.width-1600 .right-menu ul li a.sellbutblack:hover {
    background: #c72528;
    border: 2px solid #c72528;
    color: #fff
}

.width-1600 .right-menu .rightmenu-dropdownblack li {
    display: block;
    text-align: left
}

.width-1600 .right-menu .rightmenu-dropdownblack {
    z-index: 900;
    position: absolute;
    right: 0;
    min-width: 120px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -moz-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear
}

.width-1600 .right-menu ul li a.dropdown-linkblack {
    height: 35px;
    width: 100%;
    padding: 5px 25px;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    color: #303339;
    white-space: nowrap
}

.width-1600 .right-menu ul li a.dropdown-linkblack:hover {
    color: rgba(0, 0, 0, 0.7)
}

.width-1600 .right-menu ul li a.activeonbblack {
    color: rgba(108, 108, 108, 0.7) !important
}

.width-1600 .menuiconblack {
    position: absolute;
    top: 24px;
    right: 35px;
    font-family: 'rever-icon', Verdana, Geneva, sans-serif;
    display: none
}

.width-1600 .menuiconblack:before {

    font-size: 38px;
    font-weight: normal;
    color: #303339;
    cursor: pointer
}

.background-detail {
    position: relative;
    height: 410px;
    width: 100%
}

.background-detail-news {
    height: 350px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.background-home-news {
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center
}

.background-topwhybuy {
    height: 400px;
    width: 100%;
    text-align: center;
    padding-top: 120px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-size: cover;
    background-position: center
}

.background-topwhybuy h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 30px 0;
    line-height: 46px
}

.background-topwhybuy a {
    color: #fff
}

.background-topwhybuy a:hover {
    opacity: .8
}

.background-topwhybuy p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 200
}

.changeimg-box {
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    height: 76px;
    background: #262626
}

.changeimg-box .fix-widthcell {
    max-width: 1140px;
    margin: 0 auto
}

#carousel {
    width: 50%;
    border: 0;
    background: 0;
    float: left;
    margin: 0 0 0 40px !important
}

.img-list-slide {
    width: 780px;
    border: 0;
    background: 0;
    text-align: center
}

.slideimg {
    float: left;
    width: 600px;
    position: relative;
    margin-top: 8px !important
}

ul.slideimg li {
    float: left;
    margin-right: 3%;
    list-style: none;
    width: 30%
}

ul.slideimg li:last-child {
    margin-right: 0
}

ul.slideimg li a.img {
    display: block;
    width: 100%;
    height: 61px
}

ul.slideimg li a.img:hover {
    opacity: .9 !important
}

ul.slideimg span {
    float: left
}

.booking-button {
    display: block;
    width: 84%;
    margin: 25px 8% 15px 8%;
    border: 1px solid #303339;
    color: #303339;
    padding: 12px 0;
    clear: both;
    float: left;
    font-weight: 600;
    text-align: center;
    border-radius: 2px
}

.sms-button {
    display: block;
    width: 84%;
    margin: 0 8%;
    background: #c72528;
    color: #fff;
    padding: 14px 0 10px 0;
    clear: both;
    float: left;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase
}

.black-button {
    display: block;
    width: 230px;
    margin: 0 auto;
    background: #303339;
    color: #fff;
    padding: 10px 0 6px 0;
    clear: both;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    font-size: 16px
}

.black-button:hover {
    background: #c72528;
    color: #fff
}

.more-button-box {
    width: 100%;
    clear: both
}

.more-button-box:before {
    clear: both;
    display: table;
    content: ''
}

.sms-button:hover {
    background: #303339;
    color: #fff
}

.like-button {
    display: block;
    width: 100%;
    border: 1px solid #303339;
    color: #303339;
    padding: 10px 0 8px 0;
    clear: both;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    background: #fafafa
}

.like-button:hover {
    background: #303339;
    color: #fff
}

.booking-button:hover {
    background: #c72528;
    border: 1px solid #c72528;
    color: #fff
}

.note-sticky {
    color: #999;
    font-size: .8em;
    text-align: center;
    margin: 0 8%
}

.contact-agency {
    margin: 25px 8%
}

.contact-agency-info {
    margin: 30px 0;
    clear: both;
    text-align: center;
    padding-left: 30px
}

.contact-agency-info:after {
    content: "";
    display: table;
    clear: both
}

.contact-agency-info .avataragency {
    width: 80px;
    height: 80px;
    clear: both;
    margin: 0 20px 0 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left
}

.contact-agency-info .infoagency {
    line-height: 1.8em;
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 10px 0 0;
    width: calc(100% - 160px)
}

.contact-agency-info .infoagency h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.booking-tour .bg-gray {
    background: #f3f3f3;
    padding: 30px 8%
}

.booking-tour .bg-gray .sms-button {
    width: 100%;
    background: #303339;
    margin: 0;
    padding: 16px 0 12px 0;
    text-transform: uppercase
}

.booking-tour .bg-gray .sms-button:hover {
    background: #c72528
}

.bg-gray:after {
    content: '';
    display: table;
    clear: both
}

.slidemap {
    float: left;
    width: 100%;
    overflow: auto;
    padding: 30px 0;
    position: relative;
    z-index: 2
}

ul.slidemap li a.img {
    display: block;
    border: 1px solid #eee;
    width: 100%;
    height: 194px
}

ul.slidemap li a.img:hover {
    border: 1px solid #eee
}

.icon-presmall-right-gray {
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
    z-index: 999
}

.icon-presmall-right-gray:before {
    content: "\f118";
    font-size: 2em;
    color: #303339
}

.icon-nextsmall-right-gray {
    display: block;
    position: absolute;
    top: 10px;
    right: -30px;
    z-index: 999
}

.icon-nextsmall-right-gray:before {
    content: "\f119";
    font-size: 2em;
    color: #303339
}

.question-form .right-form .contact-agency-info {
    margin: 0
}

.question-form .right-form a.sms-button {
    margin: 0;
    width: 50%
}

.rating-black:before {
    content: "\f137"
}

.arrow-icon-deco:before {
    content: "\f119"
}

.view-all-icon:before {
    content: "\f119"
}

.arrow-icon-down:before {
    content: "\f116" !important
}

.rating-white:before {
    content: "\f157"
}

.rating-black-gray:before {
    content: "\f156"
}

.news-detailpage {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 0;
    font-size: 18px;
    line-height: 29px;
    background: #fff
}

.news-detailpage img {
    width: 100%
}

.news-detailpage p {
    padding: 20px 0
}

.news-detailpage h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2em
}

.news-postter {
    color: #999;
    font-size: 14px;
    margin: 30px 0 60px 0;
    line-height: 18px
}

.news-postter p {
    padding: 0
}

.news-postter img {
    float: left;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    vertical-align: middle
}

.bg-f7 {
    background: #f7f7f7
}

.prev-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 999;
    margin-top: -13px;
    font-size: 22px !important
}

.prev-icon:before {
    content: "\f118";
    font-size: 1.5em;
    color: #303339
}

.next-icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 999;
    margin-top: -13px;
    font-size: 22px !important
}

.next-icon:before {
    content: "\f119";
    font-size: 1.5em;
    color: #303339
}

.icon-presmallca-gray {
    display: block;
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: 999
}

.icon-presmallca-gray:before {
    content: "\f118";
    font-size: 2em;
    color: #303339
}

.icon-nextsmallca-gray {
    display: block;
    position: absolute;
    top: 40px;
    right: -30px;
    z-index: 999
}

.icon-nextsmallca-gray:before {
    content: "\f119";
    font-size: 2em;
    color: #303339
}

.icon-presmall-gray {
    position: absolute;
    left: 10px;
    top: 80px;
    z-index: 9;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.icon-presmall-gray:before {
    content: "\f118";
    font-size: 2.3em;
    color: #333
}

.icon-nextsmall-gray {
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 9;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.icon-nextsmall-gray:before {
    content: "\f119";
    font-size: 2.3em;
    color: #333
}

.icon-presmall {
    display: block;
    position: absolute;
    top: 30px;
    left: -35px
}

.icon-presmall:before {
    content: "\f118";
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 0 5px #666
}

.icon-nextsmall {
    display: block;
    position: absolute;
    top: 30px;
    right: -35px
}

.icon-nextsmall:focus {
    border: 0;
    outline: 0
}

.icon-presmall:focus {
    border: 0;
    outline: 0
}

#slider {
    height: 400px;
    overflow: hidden;
    border: 0 !important;
    position: relative
}

#slider .slides > li a {
    height: 400px !important;
    display: block
}

.flex-active-slide {
    opacity: 1 !important
}

#slider2 {
    position: relative !important
}

.icon-nextsmall:before {
    content: "\f119";
    font-size: 2em;
    color: #fff;
    text-shadow: 0 2px 5px #666
}

.fix-widthcell .naviicon {
    float: left;
    width: 42%;
    border-left: 1px solid #666;
    margin-left: 40px;
    height: 76px;
    text-align: left
}

.fix-widthcell .naviicon li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -3px
}

.fix-widthcell .naviicon li.disable {
    opacity: .3
}

.fix-widthcell .naviicon li.disable a {
    cursor: default
}

.fix-widthcell .naviicon li.active {
    background: #3e3e3e;
    height: 100%
}

.fix-widthcell .naviicon li.active a {
    color: #fff
}

.fix-widthcell .naviicon li a {
    display: block;
    width: 100%;
    color: #999;
    padding: 10px
}

.fix-widthcell .naviicon li:not(.disable) a:hover {
    color: #fff
}

.fix-widthcell .naviicon li span.fullscreen {
    display: block;
    padding: 5px 0
}

.fullscreen:before {
    content: "\f130";
    font-size: 2em
}

.fix-widthcell .naviicon li span.video {
    display: block;
    padding: 5px 0
}


.fix-widthcell .naviicon li span.photo {
    display: block;
    padding: 5px 0
}

.photo:before {
    content: "\f147";
    font-size: 2em
}

.fix-widthcell .naviicon li span.view3d {
    display: block;
    padding: 5px 0
}

.view3d:before {
    content: "\f131";
    font-size: 2em
}

.earth:before {
    content: "\f183";
    font-size: 2em
}

.time-watch:before {
    content: "\f185";
    font-size: 2em
}

.team:before {
    content: "\f184";
    font-size: 2em
}

.good:before {
    content: "\f178";
    font-size: 100px
}

.rever-icon-r:before {
    content: "\f193";
    font-size: 100px
}

.home-clear:before {
    content: "\f179";
    font-size: 100px
}

.fix-widthcell .naviicon li span.streetview {
    display: block;
    padding: 5px 0
}

.streetview:before {
    content: "\f132";
    font-size: 2em
}

.direction:before {
    content: "\f132"
}

.content-detail-house {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc
}

.content-detail-house header.detail-house {
    position: relative;
    padding: 50px 0 30px;
    float: left;
    width: 65%;
    margin-right: 3%
}

.content-detail-house header.detail-house02 {
    width: 100%;
    margin: 0;
    padding-bottom: 0
}

.content-detail-house header.detail-house02 .bnt-contact {
    font-family: 'harmonia', Arial, Helvetica, sans-serif
}

.content-detail-house header.detail-house p {
    color: #303339;
    font-size: 1.6em;
    font-weight: 200
}

.content-detail-house header.detail-house h1 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    padding: 5px 0
}

.content-detail-house header.detail-house .price {
    font-size: 3em;
    position: absolute;
    top: 58px;
    right: 0;
    color: #212025;
    text-align: right
}

.content-detail-house header.detail-house ul li {
    display: inline-block
}

.content-detail-house header.detail-house ul.detailroom {
    color: #303339;
    font-size: 1.7em;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-weight: 400
}

.detail-house .address {
    font-size: 16px;
    color: #999
}

.detail-house .address h2 {
    display: inline-block;
    font-weight: normal;
    padding-right: 5px;
    font-size: 16px
}

.detail-house .address h2 a {
    color: gray
}

.detail-house .address h2 a:hover {
    color: #c72528
}

.content-detail-house header.detail-house ul.detailroom li {
    margin-right: 3%;
    font-size: 15px;
    color: #212025
}

.logo-white-r {
    float: left;
    width: 30px;
    margin-top: 37px
}

.headquanters {
    margin-left: 70px;
    width: calc(100% - 100px)
}

.mb10 {
    margin-bottom: 10px
}

.price-detail {
    padding-top: 12px
}

.price-house:before {
    content: "\f164";
    font-size: 2em
}

.agent-detail-house {
    margin-top: 50px;
}

.agent-detail-house:after {
    clear: both;
    display: table;
    content: ''
}

.content-detail-house header.detail-house ul.submenu-detail {
    border-top: 1px solid #dedede;
    padding: 12px 0;
    margin-top: 30px
}

.content-detail-house header.detail-house ul.submenu-detail li a {
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 5px 30px 5px 0;
    color: #303339;
    line-height: 1.5em;
    font-size: 1.6em
}

.content-detail-house header.detail-house02 ul.submenu-detail li a {
    font-weight: 500
}

.content-detail-house header.detail-house ul.submenu-detail li a:last-child {
    padding-right: 0
}

.content-detail-house header.detail-house ul.submenu-detail li a:hover {
    color: #666
}

.left-content {
    float: left;
    width: 65%;
    margin-right: 3%;
    font-size: 16px;
    line-height: 26px
}

.left-content .more {
    padding-top: 20px
}

.left-content .view-more-gray.more {
    padding-top: 10px
}

.left-content .content .list-advantage:first-child {
    padding-top: 0
}

.heading-02 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    padding: 40px 0 20px;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    line-height: 30px
}

.heading-02 .rating-show {
    position: absolute;
    right: 0;
    width: 200px;
    height: 45px;
    top: 40px
}

.heading-02 .rating-show .rating-show-bg {
    float: left;
    width: 140px;
    background: url(../../frontend/images/rating_bg.svg) repeat-x;
    height: 45px;
    margin-right: 5px
}

.heading-02 .rating-show .rating-show-bg .rating01 {
    position: relative;
    display: inline-block;
    height: 45px
}

.left-content .rating-value li {
    float: left;
    padding: 15px 0;
    width: 30%;
    margin-right: 1.3%;
    color: #303339;
    font-size: 1.4em
}

.left-content .rating-value li h4 {
    color: #999;
    font-size: .7em;
    font-weight: 500;
    padding-bottom: 10px
}

.rating-bg-blue {
    height: 20px;
    display: block;
    width: 110px;
    background: url(../../frontend/images/rating_bluebg.svg) repeat-x;
    float: left
}

.rating-smallbg-blue {
    height: 14px;
    display: block;
    width: 63px;
    background: url(../../frontend/images/rating_smallbg.svg) repeat-x;
    float: left
}

.vote-point {
    color: #303339;
    font-weight: 600;
    margin-right: 5px;
    font-size: 1.2em;
    line-height: 20px;
    padding-top: 5px !important
}

.reviewer-vote {
    font-size: .8em;
    display: inline-block;
    padding: 0 0 0 5px !important;
    line-height: 20px;
    vertical-align: text-bottom
}

.rating-bg-blue .ratingblue {
    position: relative;
    display: inline-block;
    height: 20px
}

.ratingsmall {
    position: relative;
    display: inline-block;
    height: 14px
}

.left-content .rating-value li .booking-button {
    font-size: .8em;
    margin: 0;
    width: 100%;
    border-radius: 2px
}

.uer-review-box {
    width: 100%;
    position: relative
}

.uer-reviews {
    width: 100%;
    padding: 15px 0;
    overflow: auto
}

.about-us {
    padding: 10px 0;
    width: 100%;
    overflow: auto
}

.about-us .left-about {
    float: left;
    width: 36%;
    margin-right: 4%
}

.about-us .left-about img {
    width: 90%
}

.about-us .right-about {
    float: left;
    width: 60%
}

.about-us .right-about .project {
    padding: 10px 0
}

.about-us .right-about .project ul li {
    float: left;
    width: 30%;
    margin: 10px 10px 10px 0;
    padding: 0 10px;
    border-right: 1px solid #dedede
}

.about-us .right-about .project ul li:first-child {
    padding-left: 0
}

.about-us .right-about .project ul li:nth-child(3) {
    border: 0
}

.about-us .right-about .project ul li .number {
    font-size: 1.5em;
    font-weight: 600
}

.write-review a {
    padding: 10px 100px 20px;
    display: block;
    color: #c72528
}

.uer-reviews li:first-child {
    width: 10%;
    margin-right: 3%;
    border: 0
}

.uer-reviews li {
    width: 87%;
    border-bottom: 1px dotted #dedede;
    padding: 0 0 20px 0;
    position: relative;
    float: left
}

.uer-reviews li a.avatar img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.uer-reviews li .uer-rate {
    position: absolute;
    right: 0;
    top: 0
}

.uer-reviews li h3 {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 18px
}

.uer-reviews li .uer-rate p {
    display: inline-block;
    float: left;
    padding-right: 10px;
    color: #999;
    font-size: 14px
}

.right-content {
    float: right;
    width: 32%
}

.border-bottom-gray {
    border-bottom: 1px solid #dedede;
    padding-top: 30px;
    width: 100%;
    overflow: auto
}

.content {
    width: 100%;
    overflow: auto
}

.detail-more {
    width: 100%;
    overflow: auto
}

.detail-more li {
    display: block;
    border-bottom: 1px dotted #dedede;
    padding: 7px 0;
    float: left;
    margin-right: 4%;
    width: 48%
}

.detail-more li:nth-child(2n+2) {
    margin-right: 0
}

.detail-more li .left {
    float: left;
    color: #303339;
    font-size: 16px;
    line-height: 24px
}

.detail-more li .right {
    float: right;
    color: #333
}

.detail-more.browsing-list li {
    border: 0;
    font-size: 16px
}

.browsing-tab.main-content {
    text-align: center;
    overflow: hidden
}

.browsing-tab input {
    display: none
}

.browsing-tab label {
    display: inline-block;
    color: #303339;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #303339;
    padding: 0 20px 10px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-right: -2px;
    background: #fff
}

.browsing-tab input:checked + label {
    background: #303339;
    color: #fff
}

.browsing-tab .content {
    display: none
}

.browsing-tab #tab1:checked ~ #content1, .browsing-tab #tab2:checked ~ #content2 {
    display: block
}

.browsing-tab .right {
    color: #9a9a9a !important
}

.left-recruitment {
    float: left;
    width: 50%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 22px
}

.left-recruitment h3 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    padding: 30px 0
}

.left-recruitment p {
    padding: 10px 0 0 0
}

.right-recruitment {
    float: left;
    width: 35%;
    font-size: 16px;
    line-height: 22px
}

.right-recruitment h3 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 400;
    padding: 30px 0;
    line-height: 1.2em
}

.info-prop {
    width: 100%;
    border-radius: 8px;
    background: #eef3f7;
    padding: 30px;
    margin: 40px 0 0
}

.info-prop:after {
    content: '';
    width: 100%;
    display: table;
    clear: both
}

.info-prop .left-img {
    float: left;
    width: 37%;
    text-align: right;
    padding-right: 20px
}

.info-prop .left-img img {
    max-width: 100%
}

.info-prop .info {
    float: left;
    width: 63%;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 30px
}

.info-prop .info .content-html {
    margin-bottom: 30px;
    overflow: hidden
}

.content-html ul li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #303339;
    border-radius: 50%;
    margin-right: 15px
}

.btn-download {
    background: #c72528;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 260px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.right-recruitment a.recruit {
    font-size: 24px;
    color: #c72528;
    font-weight: 500;
    margin-top: 30px;
    display: block
}

.right-recruitment .whr-item {
    float: left;
    width: 100%
}

.right-recruitment .whr-item .whr-title {
    padding: 0;
    width: 100%
}

.right-recruitment .whr-item .whr-title a {
    font-size: 20px;
    color: #c72528;
    font-weight: 500;
    margin-top: 30px;
    display: block;
    clear: both;
    line-height: 20px
}

.right-recruitment .whr-item .whr-title a:hover {
    opacity: .8
}

.right-recruitment .whr-item:first-child .whr-title a {
    float: left;
    width: 100%;
    margin: 10px 0 0
}

.right-recruitment .whr-item .whr-info {
    float: left;
    margin: 6px 0 0
}

.right-recruitment .whr-item .whr-info li {
    float: left
}

.right-recruitment .whr-item .whr-date {
    display: none
}

.right-recruitment .whr-item .whr-dept {
    font-weight: 400
}

.right-recruitment .whr-item .whr-dept span {
    display: none
}

.right-recruitment .whr-item .whr-location span {
    display: none
}

.right-recruitment .whr-item .whr-dept:after {
    content: "\2022";
    padding-left: 5px;
    padding-right: 10px;
    font-weight: 300;
    color: #333
}

.max-width900 {
    max-width: 900px;
    margin: 0 auto;
    width: 100%
}

.more {
    clear: both
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.more a {
    color: #303339;
    display: block!important;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px
}

.more a:hover {
    opacity: .8;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s
}

.font-icon {
    font-family: 'rever-icon', Verdana, Geneva, sans-serif;
    text-rendering: auto;
    line-height: 20px;
    font-size: 18px;
    font-style: normal
}

.but-pfeimg {
    position: absolute;
    top: 50%
}

.but-nextdetail {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    font-family: 'rever-icon', arial;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 10px;
    z-index: 199;
    opacity: .6;
    transition: opacity .2s linear
}

.but-nextdetail-top-news {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    font-family: 'rever-icon', arial;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 0;
    z-index: 199;
    transition: opacity .2s linear
}

.but-predetail-top-news {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    font-family: 'rever-icon', arial;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 0;
    z-index: 100;
    transition: opacity .2s linear
}

.but-nextdetail-top-news:before {
    content: "\f119"
}

.but-predetail-top-news:before {
    content: "\f118"
}

.but-nextdetail:hover {
    opacity: 1
}

.but-nextdetail:before {
    content: "\f119"
}

.but-predetail {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    font-family: 'rever-icon', arial;
    font-size: 4em;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 10px;
    z-index: 100;
    opacity: .6;
    transition: opacity .2s linear
}

.but-predetail:hover {
    opacity: 1
}

.but-predetail:before {
    content: "\f118"
}

.searchdetailbox {
    height: 60px;
    width: calc(100% - 180px);
    padding-top: 9px;
    float: left;
    position: relative
}

.searchdetailbox form {
    background: #fff;
    position: relative;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 30px;
    border: 1px solid rgba(48, 51, 58, 0.2);
    border-radius: 2px;
    width: 50%
}

.searchdetailbox form input {
    color: #444;
    font-size: 1.5em;
    font-weight: 400;
    padding: 10px 10px 0 5px;
    display: inline-block;
    width: 100%;
    text-align: left
}

.searchdetailbox form input:focus {
    outline: 0;
    border: 0 !important
}

.searchdetailbox form button {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0;
    border: 0;
    position: absolute;
    top: 8px;
    cursor: pointer;
    padding: 0
}

.left-list-filter ul li.list-filter {
    font-size: 15px
}

.searchdetailbox form button.location {
    right: 30px
}

.searchdetailbox form button.location:before {
    content: '\f103';
    font-size: 2em;
    color: #303339;
    padding: 0 10px 0 10px
}

.searchdetailbox form button.searchicon {
    right: 0
}

.searchdetailbox form button.searchicon:before {
    content: '\f102';
    font-size: 25px;
    color: #303339;
    padding: 5px;
    line-height: 20px
}

.booking-tour {
    width: 100%;
    border: 1px solid #bfbfbf;
    margin-top: -1px;
    background: #fff;
    overflow: auto;
    font-size: 1.6em;
    margin-bottom: 20px
}

.booking-tour:after {
    content: '';
    display: block;
    clear: both
}

.select-choices {
    float: left;
    font-size: 15px
}

.select-choices li {
    display: inline-block;
    background: #f2f2f2;
    margin: 5px;
    padding: 5px 2px 3px 8px;
    line-height: 20px
}

.select-choices li span {
    cursor: default
}

.select-choices li.active {
    background: #d8d8d8
}

.select-choices li .close {
    position: relative;
    top: inherit;
    right: auto;
    font-size: 12px;
    padding: 5px;
    margin-left: 6px
}

.select-choices li.search-field {
    padding: 0;
    margin: 0 5px;
    background: 0
}

.select-choices li.search-field input:focus {
    outline: 0;
    border: 0 !important
}

.select-choices .close:after {
    content: '\00d7'
}

.email-info {
    color: #999;
    padding: 10px 0;
    font-size: 1em;
    font-family: 'harmonia', Arial, Helvetica, sans-serif
}

.fone-info {
    color: #c72528;
    padding: 5px 0;
    font-size: 1em;
    font-family: 'harmonia', Arial, Helvetica, sans-serif
}

.email {
    color: #999;
    padding: 5px 0 0
}

.fone {
    padding: 5px 0
}

.email:before {
    content: "\f114";
    font-size: 1em;
    color: #999
}

.email-icon-pro:before {
    content: "\f114"
}

.google-plus:before {
    content: "\f111"
}

.fone:before {
    content: "\f115"
}

.booking-tour h2 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 20px 8%
}

.border-buttom-arrow {
    border-top: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
    height: 11px;
    clear: both;
    position: relative;
    margin: 18px 0 10px 0
}

.border-buttom-arrow:before {
    content: url(../../frontend/images/arrow_gray.svg);
    position: absolute;
    top: -6px;
    margin-left: -12px
}

.contact-agency-info input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
    margin: 0 0 10px;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.contact-agency-info textarea::-webkit-input-placeholder {
    color: #444
}

.contact-agency-info textarea:-moz-placeholder {
    color: #111
}

.contact-agency-info textarea::-moz-placeholder {
    color: #111
}

.contact-agency-info textarea:-ms-input-placeholder {
    color: #111
}

.contact-agency-info input::-webkit-input-placeholder {
    color: #111
}

.contact-agency-info input:-moz-placeholder {
    color: #111
}

.contact-agency-info input::-moz-placeholder {
    color: #111
}

.contact-agency-info input:-ms-input-placeholder {
    color: #111
}

.map-detail {
    padding: 0;
    height: 550px;
    width: 100%;
    clear: both;
    position: relative;
    background: #f3f3f3
}

.Mortgage {
    width: 100%;
    overflow: auto;
    padding: 20px 0
}

.Mortgage h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    overflow: auto;
    line-height: 2em
}

.wswb-menu {
    height: 70px;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7
}

.wswb-menu .menuleft {
    float: left
}

.wswb-menu .menuleft li {
    line-height: 61px;
    float: left;
    margin-top: 5px
}

.wswb-menu .menuleft li a {
    display: block;
    font-size: 16px;
    margin: 0 20px;
    box-sizing: border-box
}

.wswb-menu .menuleft li.active {
    border-bottom: 4px solid #c72528;
    font-size: 16px;
    padding: 0 20px;
    cursor: default
}

.wswb-menu .right-menu {
    float: right;
    display: none
}

.wswb-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900
}

.wswb-menu-fixed .right-menu {
    float: right;
    display: block
}

.table-search {
    display: table;
    clear: both;
    width: 100%
}

.table-search .icon-search-ft {
    display: table-cell;
    vertical-align: middle;
    width: 30px
}

.iconsearchno {
    width: 30px;
    height: 18px;
    font-size: 24px;
    margin: 0 0 0 40px;
    padding: 0
}

.iconsearchno:before {
    content: '\F102'
}

.searchdetailbox input {
    color: #444;
    font-weight: 400;
    padding: 10px 0 6px 0;
    border: 0;
    font-size: 16px
}

.search-filter {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 70px;
    position: relative;
    z-index: 110
}

.left-filter {
    margin: 8px 0 3px;
    font-size: 14px;
    float: left
}

.left-filter > .fix-search-top {
    display: none
}

.sell-radio {
    float: left;
    padding: 10px;
    border: 1px solid #ebebeb
}

.rent-radio {
    float: left;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-left: 0;
    margin-right: 20px
}

.left-filter input[type=radio] {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer
}

.left-filter input[type=radio] + label {
    padding: 20px;
    cursor: pointer
}

.left-filter input[type=radio]:checked + label {
    color: #337588
}

.left-filter input[type=radio]:checked {
    background: #F00
}

.left-filter2 {
    float: left;
    margin: 18px 0 11px 30px;
    font-size: 1.6em;
    width: calc(100% - 150px)
}

.left-filter2 > .fix-search-top {
    display: block;
    width: 40%
}

.left-filter2 input[type=radio] {
    margin: 0;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer
}

.left-filter2 input[type=radio] + label {
    padding: 20px;
    cursor: pointer
}

.left-filter2 input[type=radio]:checked + label {
    color: #c72528
}

.left-filter2 input[type=radio]:checked {
    background: #F00
}

ul li.list-filter {
    float: left;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    display: block
}

ul li.list-filter a {
    padding: 0 30px 0 8px;
    display: block;
    position: relative;
    width: 100%;
    color: #838383
}

ul li.list-filter > a.active {
    color: #30333a;
    font-weight: 500
}

.left-list-filter ul li.list-filter a {
    padding: 6px 30px 6px 20px
}

ul li.list-filter ul.popup {
    line-height: 21px
}

.left-list-filter ul.popup li {
    padding: 0
}

.left-list-filter ul.popup li:hover {
    background: #f1f1f1
}

.left-list-filter ul.popup li a.active {
    color: #337588
}

.left-list-filter ul li.list-filter {
    padding: 0;
    margin: 0
}

.down-arrow {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 15px
}

.left-list-filter ul li.list-filter .down-arrow {
    top: 5px
}

.down-arrow:before {
    content: "\f120"
}

.more-filter {
    display: none !important
}

.more-filter-icon:before {
    content: "\f152";
    color: #999
}

.popup {
    display: block;
    z-index: 1;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    position: absolute;
    padding: 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #303339;
    left: 0;
    min-width: 162px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -moz-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    top: 43px
}

.popup-visible {
    opacity: 1;
    visibility: visible
}

popup input[type=checkbox] {
    cursor: none
}

ul.popup li {
    padding: 5px 0
}

ul.popup li label {
    cursor: pointer
}

ul.popup li label:hover {
    color: #337588
}

.mgr-30 {
    margin-right: 30px !important
}

.different {
    width: 850px;
    padding: 0
}

.different li.no-bedroom a {
    width: 40px
}

.different li {
    float: left;
    border-left: 1px solid #eee;
    width: 33%;
    padding: 0 20px !important
}

.different li:first-child {
    padding-left: 0 !important;
    border-left: 0
}

.search-sum {
    background: #f3f5f8;
    padding: 3px 8px 3px 30px;
    font-size: 16px;
    position: fixed;
    width: 66%;
    z-index: 199;
    border-bottom: 1px solid #e6e6e6
}

.search-sum-no {
    float: left;
    line-height: 30px;
    font-size: 16px;
    width: 80%
}

.different li:nth-child(2n) {
    border-right: 0
}

.different li input[type=text] {
    margin: 0 10px;
    width: 75px;
    text-align: center;
    padding: 5px
}

.different li h3 {
    padding-bottom: 5px;
    width: 100%;
    font-weight: 500
}

.different li .radiobox input + label:after {
    left: 2px
}

.no-bedroom a {
    display: inline-block !important;
    padding: 8px !important;
    line-height: 1em;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    color: #999;
    margin: 5px 5px
}

.btn-black {
    border: 0;
    background: #303339;
    color: #fff;
    line-height: 33px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 500;
    cursor: pointer
}

.btn-black:hover {
    background: #c72528
}

.no-bedroom label {
    display: block;
    float: left;
    width: 50%
}

.no-bedroom a.choose {
    color: #303339
}

ul.input-roll {
    width: 100%
}

ul.input-roll li {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 !important;
    border: 0
}

.left-filter select {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-size: 1.1em;
    margin-right: 15px;
    cursor: pointer
}

.left-filter select option {
    padding: 5px 0
}

.left-filter select option:hover {
    background: #303339
}

.left-filter2 select {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-size: 1.1em;
    margin-right: 15px;
    cursor: pointer
}

.left-filter2 select option {
    padding: 5px 0
}

.left-filter2 select option:hover {
    background: #303339
}

.right-filter {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    padding-right: 40px
}

.left-filter ul {
    line-height: 32px
}

.left-filter ul.different {
    left: -300px;
    max-height: 350px;
    overflow: auto
}

.left-filter2 ul {
    float: left
}

.left-filter2 ul.different {
    display: flex
}

.display-search {
    float: right;
    padding: 10px 10px 6px;
    border: 1px solid #ebebeb;
    font-size: 10px;
    line-height: 10px;
    margin-right: 30px
}

.display-search:before {
    content: "\f104";
    font-size: 2.5em;
    color: #444
}

.location-search {
    float: right;
    padding: 10px 10px 6px;
    border: 1px solid #ebebeb;
    border-right: 0;
    font-size: 10px;
    line-height: 10px
}

.location-search:before {
    content: "\f103";
    font-size: 2.5em;
    color: #444
}

.left-list-filter {
    float: right;
    padding-right: 20px
}

.location-search-active {
    float: right;
    padding: 14px 14px 8px;
    border: 1px solid #ebebeb;
    border-right: 0
}

.location-search-active:before {
    content: "\f103";
    font-size: 2.5em;
    color: #c72528
}

.map-and-sidebar {
    min-height: calc(100vh - 144px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #666;
    z-index: 0
}

.search-sidebar {
    height: 100%;
    background-color: #f4f5f9;
    width: 66%;
    float: left;
    position: relative;
    z-index: 20;
    min-height: calc(100vh - 120px);
    top: 120px;
    padding-bottom: 45px
}

.search-sidebar_content {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    overflow: hidden;
    margin: 0 0 0 30px;
    top: 45px;
    position: relative
}

.search-sidebar_header {
    background-color: transparent;
    margin: 15px 0 0 0;
    width: 100%;
    position: relative
}

.search-sidebar_header select {
    padding: 10px;
    border: 1px solid #ebebeb;
    font-size: 1.6em;
    margin-right: 15px;
    cursor: pointer;
    background-color: transparent
}

.next-page {
    float: right;
    padding: 10px 5px 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    line-height: 18px
}

.next-page:before {
    content: "\f119";
    font-size: 2em;
    color: #444
}

.back-page {
    float: right;
    padding: 10px 5px 5px;
    border: 1px solid #ebebeb;
    margin: 0 10px;
    background: #fff;
    line-height: 18px
}

.back-page:before {
    content: "\f118";
    font-size: 2em;
    color: #444
}

section.result {
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    padding-bottom: 30px
}

section.result article.featured {
    width: calc(50% - 30px);
    margin: 30px 30px 0 0;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0)
}

section.result article.featured:hover {
    opacity: 1 !important;
    box-shadow: rgba(45, 45, 45, 0.05) 0 0 0, rgba(49, 49, 49, 0.05) 0 1px 1px, rgba(42, 42, 42, 0.05) 0 2px 2px, rgba(32, 32, 32, 0.05) 0 4px 4px, rgba(49, 49, 49, 0.05) 0 8px 8px, rgba(35, 35, 35, 0.05) 0 16px 16px;
    transform: translate(0, -2px)
}

section.result article.featured .cover {
    height: 268px;
    position: relative;
    text-align: center
}

section.result article.featured .cover img {
    height: 100%;
    width: 100%
}

section.result article.featured header {
    display: block;
    position: relative;
    padding: 15px;
    font-size: 14px
}

section.result article.featured header a {
    display: block
}

section.result article.featured header h3 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #30333a;
    padding: 6px 0;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 60px;
    vertical-align: top;
    display: table-cell;
    letter-spacing: .2px
}

section.result article.featured header h3:hover {
    color: #c72528
}

section.result article.featured a:hover img {
    opacity: .8
}

section.result article.featured header h4 {
    color: gray;
    padding: 2px 0;
    font-size: 14px;
    font-weight: normal;
    display: inline-block
}

.full-width > div > section.result article.featured {
    width: calc(25% - 30px);
    margin: 30px 30px 0 0;
    float: left;
    display: inline-block;
    background: #fff
}

.full-width > div > section.result article.featured .cover {
    height: 170px
}

section.result article.featured header h4 a {
    color: gray
}

section.result article.featured header h4 a:hover {
    color: #c72528
}

section.result article.featured header p {
    color: #303339;
    padding: 2px 0;
    font-size: 1.4em
}

section.result article.featured header ul {
    width: 200px
}

section.result article.featured header ul li {
    list-style: none;
    display: inline-block;
    color: #303339;
    margin-right: 15px;
    padding: 5px 0;
    font-size: 14px
}

section.result article.featured header ul li .zmdi {
    vertical-align: text-bottom
}

.right-list-filter {
    float: right;
    line-height: 2.2em;
    font-size: 1.5em;
    padding-top: 10px
}

.right-list-filter .paging-number {
    float: right
}

.search-map {
    background-color: #f7f7f7;
    width: 34%;
    float: left;
    position: fixed;
    top: 120px;
    bottom: 0;
    z-index: 10;
    right: 0;
    height: calc(100% - 120px)
}

.search-map.fullscreen {
    position: fixed;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0
}

.google-map {
    width: 100%;
    height: 100%
}

.search-pagination {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 56px;
    width: 100%;
    z-index: 1;
    min-height: 150px
}

.search-pagination-button-list {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 40px;
    webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.search-pagination-button-list li {
    width: 100%;
    max-width: 30px;
    height: 32px;
    line-height: 37px;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: 0 10px
}

.search-pagination-button-list li a.disabled-button {
    color: #fff;
    cursor: default;
    font-weight: 500;
    background: rgba(48, 51, 58, 0.8);
    border-radius: 2px
}

.search-pagination-button-list li a {
    color: #303339;
    width: 100%;
    height: 100%;
    float: left
}

.search-pagination-button-list li a:hover {
    color: #c72528
}

section.result article.featured.active {
    opacity: .8;
    background: #303339
}

section.result article.featured.active header {
    background: #303339
}

section.result article.featured.active header h2 {
    color: #fff
}

section.result article.featured.active header p {
    color: #fff
}

section.result article.featured.active .price {
    color: #fff
}

section.result article.featured.active header ul li {
    color: #fff
}

.icon-search-suggest {
    font-size: 25px;
    padding-right: 10px;
    font-weight: normal
}

.search-filter-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    z-index: 1999;
    display: none
}

.fix-search-top {
    float: left;
    margin-right: 15px;
    position: relative
}

.fix-search-top input {
    color: #444;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    padding: 9px 48px 6px 10px;
    width: 100%
}

.fix-search-top button {
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0;
    border: 0;
    position: absolute;
    top: 7px;
    cursor: pointer;
    right: 0
}

.fix-search-top button:before {
    content: '\f102';
    font-size: 25px;
    color: #303339;
    padding: 5px;
    line-height: 20px
}

.top-sell:after {
    clear: both;
    display: table;
    content: ''
}

.top-sell {
    text-align: center;
    padding: 60px 0;
    font-size: 16px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.top-sell h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 38px;
    color: #303339;
    font-weight: 500;
    line-height: 40px
}

.top-sell h5 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 30px;
    color: #303339;
    font-weight: 500;
    line-height: 40px
}

.top-sell p {
    font-size: 20px;
    padding: 15px 0;
    line-height: 25px
}

.top-sell .buttondangky-pd {
    padding: 20px 0 40px
}

.top-team {
    text-align: center;
    padding: 70px 0;
    font-size: 16px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto
}

.top-team h1, .top-team h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 40px;
    color: #303339;
    font-weight: 500;
    line-height: 50px
}

.top-team p {
    font-size: 22px;
    padding: 35px 0 0;
    line-height: 30px
}

.top-team .contact-now {
    margin: 0 auto
}

.red-bnt {
    background: #c72528;
    color: #fff !important;
    padding: 12px 15px 8px !important;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    display: block !important;
    font-size: 14px !important;
    max-width: 250px;
    min-width: 160px
}

.founder {
    background: #fff;
    margin: 50px auto 0 auto;
    width: 100%;
    padding: 60px;
    max-width: 1140px;
    font-size: 16px !important;
    line-height: 22px;
    position: relative
}

.founder:after {
    clear: both;
    content: '';
    display: table
}

.founder .avatar {
    float: left;
    width: 25%;
    margin-right: 50px
}

.founder .avatar img {
    width: 100%
}

.founder .info {
    float: left;
    width: 40%;
    margin-right: 50px
}

.founder .info h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 34px;
    color: #303339;
    font-weight: 500;
    line-height: 40px
}

.founder .info .title {
    font-size: 20px;
    padding: 10px 0;
    font-weight: 500
}

.founder .info p {
    padding: 5px 0;
    line-height: 28px
}

.founder .skill {
    float: left;
    margin-top: 50px;
    width: 25%
}

.deverloper .avatar {
    border: 1px solid #ededed;
    padding: 10px;
    width: 22%
}

.deverloper-info {
    width: 70% !important;
    margin-right: 0 !important
}

.deverloper-info p {
    padding-top: 30px !important
}

.deverloper-info li {
    padding: 3px 0
}

.skill-lish {
    padding: 20px 0
}

.skill-lish .left-if {
    float: left;
    width: 50%
}

.skill-lish .right-if {
    float: right;
    width: 50%;
    text-align: right
}

.skill-lish .right-if li {
    display: inline-block;
    padding-left: 8px
}

.skill-lish .right-if li .dotlet-cover {
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #CCC
}

.skill-lish .right-if li .dotlet-cover .dotlet-red {
    background: #c72528;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.share-social {
    position: absolute;
    top: 50px;
    right: 50px
}

.share-social .font-icon {
    font-size: 1.5em;
    padding-right: 10px
}

.red-bnt:hover {
    background: #303339;
    color: #fff
}

.actived {
    color: #30333a !important;
    opacity: 1 !important;
    cursor: inherit
}

.actived:before {
    color: #c72528 !important
}

.actived:after {
    color: #c72528 !important
}

.bor-deco {
    height: 6px;
    width: 55px;
    background: #303339;
    padding: 0 !important;
    margin: 25px 0 10px
}

.colum3 {
    padding-top: 60px
}

.colum3 h4 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    padding-top: 15px
}

.colum3 p {
    font-size: 16px
}

.colum3:after {
    clear: both;
    display: table;
    content: ''
}

.colum3 li {
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 0 30px
}

.colum3 li:nth-child(3n) {
    margin: 0
}

.phi:before {
    content: "\f162";
    font-size: 100px
}

.cup:before {
    content: "\f182";
    font-size: 100px
}

.creat:before {
    content: "\f163";
    font-size: 100px
}

.chart:before {
    content: "\f180";
    font-size: 100px
}

.nofound-icon:before {
    content: "\f192";
    font-size: 100px
}

.nofound {
    padding: 120px 50px;
    text-align: center;
    font-size: 16px;
    height: 100%
}

.nofound h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0
}

.nofound p {
    margin: 0 auto;
    line-height: 25px
}

.savemoney:before {
    content: "\f164";
    font-size: 100px
}

.hlkh:before {
    content: "\f164";
    font-size: 100px
}

.cover-left-sell {
    float: left;
    height: 350px;
    width: 50%
}

.left-sell {
    float: left;
    width: 50%
}

.right-content-sell {
    float: left;
    width: 50%;
    padding-left: 60px;
    text-align: left;
    line-height: 25px
}

.right-content-sell-gray {
    float: left;
    width: 50%;
    padding-right: 60px;
    text-align: left;
    line-height: 25px
}

.right-content-sell p {
    font-size: 16px
}

.right-content-sell-gray p {
    font-size: 16px
}

.right-content-sell-gray h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 500
}

.right-content-sell h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 28px;
    font-weight: 500
}

.right-content-sell ul li {
    list-style: outside;
    padding-left: 10px;
    margin-left: 20px
}

.more-text-black {
    color: #303339;
    text-decoration: underline;
    font-weight: 500
}

.marketing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marketing li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-top: 30px;
    background: #fff
}

.marketing li .cover-mkt {
    height: 376px
}

.marketing li .bg-content-white {
    background: #fff;
    padding: 30px;
    text-align: left
}

.marketing li .bg-content-white h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px
}

.marketing li .bg-content-white p {
    font-size: 16px;
    padding-top: 8px
}

.marketing li:nth-child(2n) {
    margin-right: 0
}

.rever-market {
    text-align: left
}

.rever-market .value {
    width: 48%;
    margin: 30px 4% 0 0;
    float: left
}

.rever-market .speed {
    width: 48%;
    margin: 30px 0 0 0;
    float: left
}

.rever-market:after {
    clear: both;
    display: table;
    content: ''
}

.rever-market h4 {
    font-size: 25px;
    border-bottom: 1px solid #303339;
    line-height: 40px
}

.rever-market h4:after {
    content: '';
    clear: both;
    display: table
}

.rever-market p {
    font-size: 16px
}

.chart-red {
    height: 15px;
    background: #c72528;
    margin: 0 0 30px 0
}

.chart-gray {
    height: 15px;
    background: #b3b3b3
}

.canho {
    padding: 30px 0 20px 30px;
    width: 100%;
    clear: both
}

.canho:after {
    display: table;
    clear: both;
    content: ''
}

.service3d {
    float: left;
    font-family: 'rever-icon';
    font-size: 6em;
    margin: 10px 30px 0 0;
    color: #b8b8b8
}

.service3d:before {
    content: '\f165'
}

.photovideo {
    float: left;
    font-family: 'rever-icon';
    font-size: 6em;
    margin: 10px 30px 0 0;
    color: #b8b8b8
}

.photovideo:before {
    content: '\f166'
}

.proservice {
    float: left;
    font-family: 'rever-icon';
    font-size: 6em;
    margin: 10px 30px 0 0;
    color: #b8b8b8
}

.proservice:before {
    content: '\f167'
}

.right-mark {
    float: left;
    text-align: left;
    font-size: 20px
}

.underline {
    text-decoration: underline;
    padding: 0 !important
}

.underlinenone {
    text-decoration: none;
    padding: 0 !important
}

.news-box {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.news-box section.news-content {
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-box section.news-content:after {
    clear: both;
    display: table;
    content: ''
}

.news-box section.news-content article.featured .cover:hover {
    opacity: .9
}

.news-box section.news-content article.featured header h2 a:hover {
    color: #3a3a3a
}

.news-box section.news-content .bordertop-news01 {
    float: left;
    border-top: 2px solid #303339;
    width: 48.5%;
    background: #fff;
    margin-right: 3%
}

.news-box section.news-content .bordertop-news01 article.featured {
    width: 100%;
    line-height: 1.5em
}

.news-box section.news-content .bordertop-news01 article.featured .cover {
    height: 300px;
    background-size: cover !important;
    position: relative
}

.news-box section.news-content .bordertop-news01 article.featured .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.relative-news .relative-news-left .featured header, .news-box section.news-content .bordertop-news01 article.featured header {
    padding: 30px 0 0;
    height: auto;
    overflow: hidden
}

.news-box section.news-content .bordertop-news01 article.featured header .news {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: Tiempos, Verdana, Geneva, sans-serif
}

.news-box section.news-content .bordertop-news01 article.featured header .news a {
    font-size: 20px
}

.news-box section.news-content .bordertop-news01 article.featured header p.description {
    display: block;
    font-size: 16px;
    line-height: 26px
}

.news-box section.news-content .bordertop-news02 {
    float: left;
    width: 48.5%;
    background: #fff
}

.news-box section.news-content .bordertop-news02 article.featured {
    overflow: auto;
    margin-top: 30px;
    position: relative
}

.news-box section.news-content .bordertop-news02 article.featured .cover {
    float: left;
    width: 32%;
    margin-right: 4%;
    height: 90px;
    background-size: cover !important;
    position: relative
}

.news-box section.news-content .bordertop-news02 article.featured .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-box section.news-content .bordertop-news02 article.featured header .news {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500
}

.news-box section.news-content .bordertop-news02 article.featured header {
    float: left;
    width: 64%
}

.news-box section.news-content .bordertop-news02 article.featured header p.by {
    font-size: 14px;
    color: gray;
    padding-top: 12px
}

.news-box section.news-content .bordertop-news02 article.featured header p.description {
    display: none
}

.news-box .more-button-box {
    padding-top: 40px
}

p.by {
    font-size: 14px;
    color: #999;
    padding: 12px 0;
    line-height: 20px
}

.width1140 {
    max-width: 1140px;
    width:1140px;
    margin: 0 auto;
    position: relative;
    clear: both
}

.width1140:after {
    content: "";
    display: table;
    clear: both
}

.width1140:before {
    content: "";
    display: table;
    clear: both
}

.width1140 .exclusive .featured .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9))
}

.exclusive .featured .overlay h4 {
    color: #fff
}

.common-info {
    text-align: center;
    font-weight: 200
}

.common-info h2 {
    padding: 60px 0 40px;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 30px;
    color: #303339;
    display: block;
    line-height: 36px;
    font-weight: 400
}

.common-info p {
    padding-bottom: 40px;
    color: #303339;
    width: 900px;
    margin: 0 auto;
    line-height: 28px;
    font-weight: 500;
    font-size: 18px
}

.promo-3d-vid {
    padding-bottom: 30px
}

.promo-3d-vid span {
    cursor: pointer
}

section.exclusive {
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

article .cover a {
    display: block;
    width: 100%;
    height: 100%
}

article .cover a img {
    width: 100%
}

section.exclusive article.featured {
    width: calc(33.3% - 30px);
    margin: 30px 30px 0 0;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, background .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0)
}

section.exclusive article.featured:hover {
    opacity: 1 !important;
    box-shadow: rgba(45, 45, 45, 0.05) 0 0 0, rgba(49, 49, 49, 0.05) 0 1px 1px, rgba(42, 42, 42, 0.05) 0 2px 2px, rgba(32, 32, 32, 0.05) 0 4px 4px, rgba(49, 49, 49, 0.05) 0 8px 8px, rgba(35, 35, 35, 0.1) 0 16px 16px;
    transform: translate(0, -2px)
}

section.exclusive article.kdc-new:hover {
    background: #000
}

.sort-view {
    padding: 15px 5px !important;
    right: -10px;
    left: auto
}

.sort-view li {
    width: 100%
}

.sort-view li a {
    padding: 6px !important
}

section.exclusive article.featured:nth-child(1), section.exclusive article.featured:nth-child(2), section.exclusive article.featured:nth-child(3) {
    margin-top: 0
}

section.project article.featured:nth-child(1), section.project article.featured:nth-child(2), section.project article.featured:nth-child(3) {
    margin-top: 30px;
    margin-right: 30px
}

section.exclusive article.featured:nth-child(3n+3) {
    margin-right: 0
}

section.project article.featured:nth-child(3n+3) {
    margin-right: 30px
}

section.exclusive article.featured .cover {
    height: 240px;
    position: relative;
    text-align: center;
    background: #000;
    transition: opacity .2s ease-out;
    transition-delay: .1s
}

section.project article.featured {
    height: auto
}

section.exclusive article.featured .cover img {
    height: 100%;
    min-width: 100%
}

.detail-article-location {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 40px
}

.detail-article-location .abc {
    float: left;
    background: #303339;
    height: 40px;
    width: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 40px
}

.detail-article-location .m {
    float: left;
    height: 40px;
    width: 75px;
    text-align: center;
    font-size: 18px;
    line-height: 40px
}

.state {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: #c72528;
    line-height: 28px;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px
}

.project-thesame {
    background: #ebebeb;
    width: 100%;
    padding-top: 20px
}

section.exclusive article.featured header {
    display: block;
    position: relative;
    background: #fff;
    padding: 16px 20px
}

section.exclusive article.featured header h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    color: #303339;
    font-weight: 500;
    line-height: 1.4em;
    padding: 3px 0
}

section.exclusive article.featured header .heading {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #303339;
    font-weight: 500;
    line-height: 24px;
    padding: 3px 0;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    display: table-cell
}

section.exclusive article.featured header .heading:hover {
    color: #c72528
}

section.exclusive article.featured header p {
    color: #303339;
    font-size: 13px
}

section.exclusive article.featured header ul {
    padding: 0
}

section.exclusive article.featured header ul li {
    list-style: none;
    display: inline-block;
    color: #303339;
    margin-right: 20px;
    padding: 5px 0;
    font-size: 14px
}

section.exclusive article.featured header h4 {
    color: gray;
    padding: 2px 3px 0 0;
    font-size: 14px;
    font-weight: normal;
    display: inline-block
}

section.exclusive article.featured header h4 a {
    color: gray
}

section.exclusive article.featured header h4 a:hover {
    color: #c72528
}

.searchlisting section.exclusive article.featured header h2 {
    font-size: 12px;
    padding: 0;
    max-height: 30px;
    overflow: hidden
}

.searchlisting section.exclusive article.featured header .heading {
    font-size: 1.5em
}

.searchlisting section.exclusive {
    padding-top: 0
}

.rvid:after {
    content: ' • '
}

.rvdot:after {
    content: ','
}

.list-search02 section.exclusive article.featured {
    width: 100%;
    margin: 1.5em 2% 0 0;
    background: #fff;
    border-top: 2px solid #333
}

.list-search02 section.exclusive article.featured .cover {
    height: 120px;
    float: left;
    width: 30%;
    border: 0
}

.list-search02 section.exclusive article.featured header {
    display: block;
    position: relative;
    background: #fff;
    padding: 20px 20px 0;
    float: left;
    width: 70%
}

.list-search02 section.exclusive article.featured header h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #303339;
    padding: 5px 0;
    font-weight: 500;
    line-height: 1.4em
}

.list-search02 section.exclusive article.featured header p {
    color: #999;
    padding: 2px 0;
    font-size: 1.6em;
    display: none
}

.list-search02 section.exclusive article.featured header ul {
    padding: 5px 0;
    width: 200px
}

.list-search02 section.exclusive article.featured header ul li {
    list-style: none;
    display: inline-block;
    color: #444;
    margin-right: 15px;
    padding: 5px 0;
    font-size: .9em
}

.list-search02 .price {
    font-size: 1.2em;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #212025
}

.list-search02 section.exclusive article.featured header .price p {
    text-transform: uppercase;
    color: #c72528;
    text-align: right;
    display: block;
    font-size: .6em;
    font-weight: 500
}

.exclusive-building article.featured header .price {
    display: none
}

.bedroom:before {
    content: "\f105";
    padding-right: 3px
}

.bathroom:before {
    content: "\f106";
    padding-right: 3px
}

.livingroom:before {
    content: "\f106";
    padding-right: 3px
}

.garage:before {
    content: "\f143";
    padding-right: 3px
}

.priceofsize:before {
    content: "\f145";
    padding-right: 3px
}

.area:before {
    content: "\f144";
    padding-right: 3px
}

.apartment-icon:before {
    content: "\f133";
    padding-right: 3px
}

.ownerbuilding-icon:before {
    content: "\f134";
    padding-right: 3px
}

.locationbuilding-icon:before {
    content: "\f135";
    padding-right: 3px
}

.unitsbuilding-icon:before {
    content: "\f136";
    padding-right: 3px
}

.none {
    margin-top: 0
}

.none:before {
    content: "\f124";
    color: gray;
    font-size: .8em
}

.check {
    margin-top: 0
}

.check:before {
    content: "\f125";
    color: gray;
    font-size: .8em
}

.none-black:before {
    content: "\f124"
}

.check-black:before {
    content: "\f125"
}

.price {
    font-size: 16px;
    font-weight: 600;
    /*position: absolute;*/
    bottom: 22px;
    right: 20px;
    color: #30333a
}

.price a {
    font-size: 1.2em;
    display: inline-block;
    padding: 10px 0 10px 10px
}

section.result article.featured .price {
    bottom: 20px
}

.ads-boxtable {
    display: none;
    width: 100%;
    background: #303339
}

.ads-boxtable .adstable-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    background: rgba(0, 0, 0, 0.7)
}

.ads-boxtable .adstable-cell .ads-content {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto
}

.ads-boxtable .adstable-cell .ads-content h3 {
    float: left;
    color: #fff;
    font-size: 3.2em;
    font-weight: 400;
    line-height: 1.8em
}

.ads-boxtable .adstable-cell .ads-content p {
    float: right;
    margin: 0 auto;
    text-align: center
}

.ads-boxtable .adstable-cell .ads-content p a {
    display: block;
    padding: 10px 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    border-radius: 2px
}

.ads-boxtable .adstable-cell .ads-content p a:hover {
    background: #222
}

article.featured .cover {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% top;
    cursor: pointer;
    background-size: cover
}

.bor-left-header {
    padding-left: 15px;
    margin-left: 15px
}

.but-next {
    position: absolute;
    top: 50%;
    left: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
    z-index: 10;
    padding: 2px
}

.bor-right-header {
    padding-right: 20px
}

.bor-right-header:before {
    content: "";
    position: absolute;
    right: -6px;
    height: 48px;
    width: 1px;
    background: #a6a6a6;
    bottom: 4px
}

.bor-header:before {
    bottom: -4px !important;
    height: 60px
}

.bor-right-header .dropdownItem {
    margin-right: 20px
}

.but-next {
    position: absolute;
    top: 50%;
    left: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
    z-index: 10;
    padding: 2px
}

.but-next:before {
    content: "\f108"
}

.but-pre {
    position: absolute;
    top: 50%;
    right: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5em;
    z-index: 10
}

.checked {
    color: #c72528 !important
}

.checked:before {
    color: #c72528 !important
}

.checked:after {
    color: #c72528 !important
}

.but-pre:before {
    content: "\f109"
}

.facebook:before {
    content: "\f110";
    padding-right: 5px
}

.facebook-bg:before {
    content: "\f155";
    padding-right: 5px
}

.twitter:before {
    content: "\f113";
    padding-right: 5px
}

.message:before {
    content: "\f158";
    padding-right: 5px
}

.gplus:before {
    content: "\f161";
    padding-right: 5px
}

.youtube:before {
    content: "\f194";
    padding-right: 5px
}

.time-icon {
    position: relative;
    width: 20px;
    float: left;
    height: 20px
}

.time-icon:before {
    content: "\f175";
    position: absolute;
    left: 0;
    top: 3px
}

.bds-icon:before {
    content: "\f176"
}

.chuyenvien-icon:before {
    content: "\f177"
}

.in:before {
    content: "\f112";
    padding-right: 5px
}

.favorite:before {
    content: "\f146";
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle
}

.play:before {
    content: "\f159"
}

#slider3 {
    position: relative;
    width: 302px;
    margin-left: 30px
}

#slider4 {
    position: relative;
    width: 302px;
    margin-left: 30px
}

.list-but {
    width: 100%
}

.list-but a {
    border-right: 1px solid #bfbfbf;
    display: block;
    float: left;
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
    width: 33%;
    white-space: nowrap
}

.list-but a:hover {
    background: #303339;
    color: #fff
}

.list-but a:last-child {
    border: 0;
    width: 34%
}

.cover-nearby {
    width: 405px;
    position: absolute;
    top: 30px;
    left: 0;
    transition: transform .25s linear;
    bottom: 30px
}

.nearby {
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    overflow-y: auto;
    float: left;
    top: 60px;
    width: 350px;
    height: 100%
}

.save-favorite-box {
    margin: 30px 8% 20px 8%
}

.cover-nearby-off {
    transform: translateX(-350px)
}

.icon-left-nearby {
    width: 40px;
    background: #f7f7f7;
    margin-top: 20px;
    float: left;
    font-family: 'rever-icon';
    -webkit-box-shadow: 3px 2px 2px rgba(0, 0, 0, .17);
    -moz-box-shadow: 3px 2px 2px rgba(0, 0, 0, .17);
    box-shadow: 3px 2px 2px rgba(0, 0, 0, .17);
    font-size: 25px;
    color: #303339;
    transition: background .25s linear
}

.icon-left-nearby a:hover {
    background: #c72528;
    color: #fff
}

.icon-left-nearby a {
    display: block;
    clear: both;
    padding: 10px
}

.icon-slide:before {
    content: "\f149"
}

.icon-slide-back:before {
    content: '\f2fa' !important
}

.nearby .parent-content {
    padding: 20px
}

.nearby .parent-content form input {
    color: #444;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5em;
    border: 1px solid #ebebeb;
    width: 100%;
    padding: 10px 15px 8px
}

.nearby .type {
    border: 1px solid #f2f2f2
}

.nearby .type li:hover {
    background-color: transparent
}

.nearby .type li .icondropdown {
    right: 35px;
    top: 25px
}

.nearby .type li .iconup {
    right: 35px;
    top: 22px
}

.nearby .type .sub-content {
    padding-left: 35px
}

.nearby .type .sub-content li {
    -webkit-transition: padding-left .25s linear;
    -moz-transition: padding .25s linear, border .25s linear;
    -o-transition: padding .25s linear, border .25s linear;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nearby .type .sub-content li b {
    font-size: 1.2em;
    font-weight: 400
}

.nearby .type .sub-content li:hover {
    background-color: #f7f7f7;
    padding-left: 10px;
    border-left: 2px solid #c72528
}

.nearby .type label {
    font-size: 14px;
    padding-left: 10px
}

.nearby .type li {
    padding: 5px;
    position: relative;
    width: 100%;
    overflow: auto;
    border-top: 1px solid #ebebeb;
    border-bottom: 0
}

.nearby ul.content {
    border: 1px solid #ebebeb;
    border-bottom: 0
}

.nearby ul.content li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 25px 15px 15px;
    width: 100%;
    overflow: auto;
    font-size: 1.3em;
    line-height: 1.8em;
    color: #999;
    position: relative
}

.nearby ul.content li a .iconremove {
    opacity: 0;
    visibility: hidden
}

.nearby ul.content li:hover > a .iconremove {
    opacity: 1;
    visibility: visible
}

.nearby ul.content li .left {
    float: left;
    display: block;
    clear: both
}

.nearby ul.content li .left:first-child {
    font-size: 14px;
    color: #303339
}

.nearby ul.content li .right {
    float: right;
    display: block
}

.nearby ul.content li .right:nth-child(2) {
    font-size: 14px;
    color: #303339
}

.nearby .title {
    font-size: 16px;
    padding: 12px 15px 8px 15px;
    background: #f2f2f2;
    position: relative;
    margin-top: 20px
}

.nearby ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    border-left: 2px solid rgba(0, 0, 0, 0)
}

.nearby ul li:hover {
    background-color: #f7f7f7
}

.nearby ul li.active {
    border-left: 2px solid #c72528
}

.nearby ul.type .gray-content {
    display: block;
    clear: both;
    color: #999;
    font-weight: 400
}

.nearby ul.checkbox input + label:after {
    left: 15px;
    top: 15px
}

.nearby .type li input[type=checkbox] {
    margin: 5px;
    float: left
}

.nearby .type li input[type=checkbox] + label {
    float: left;
    margin-left: 30px;
    line-height: 40px
}

.list-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #999
}

.list-icon a {
    color: #999;
    padding: 5px
}

.list-icon a.active {
    color: #303339
}

.bus:before {
    content: "\f126"
}

.car:before {
    content: "\f127"
}

.by-foot:before {
    content: "\f128"
}

.searchlisting {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    width: 360px;
    overflow-y: auto;
    background: #ebebeb;
    top: 50px;
    left: 50px;
    position: absolute;
    padding: 0;
    z-index: 100;
    display: none;
    max-height: 368px
}

.searchlisting section.exclusive {
    margin: 4px 0 0
}

.searchlisting section.exclusive:first-child {
    margin: 0
}

.searchlisting section.exclusive article.featured header h2 {
    font-size: 12px;
    padding: 0
}

.searchlisting section.exclusive article.featured header h2 a:hover {
    opacity: .8;
    color: #303339
}

.searchlisting section.exclusive article.featured header .address {
    width: 100%;
    float: left;
    margin-top: -4px
}

.searchlisting section.exclusive article.featured header h4 {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 0;
    float: left;
    margin-right: 5px
}

.searchlisting section.exclusive article.featured header p {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0
}

.searchlisting section.exclusive article.featured header ul {
    padding: 0
}

.searchlisting section.exclusive article.featured header ul li {
    padding: 0;
    font-size: 12px
}

.searchlisting section.exclusive article.featured header ul li .font-icon {
    font-size: 13px
}

.searchlisting section.exclusive article.featured {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #ebebeb
}

.searchlisting section.exclusive article.featured .cover {
    float: left;
    width: 105px;
    margin: 0 12px;
    border: 0;
    height: 72px
}

.searchlisting section.exclusive article.featured .cover .state {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    padding: 0 10px
}

.searchlisting section.exclusive article.featured header {
    float: left;
    width: calc(100% - 135px);
    padding: 0 10px 0 0
}

.searchlisting section.exclusive article.featured header .price {
    right: 10px;
    bottom: 0;
    font-size: 14px
}

.bg-white {
    background: #fff;
    width: 100%;
}

.bg-white:after {
    clear: both;
    display: table;
    content: ''
}

.bg-white .width1140 h5 {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase
}

.background-gray {
    background: #f4f5f9;
    width: 100%
}

.background-gray:after {
    clear: both;
    display: table;
    content: ''
}

.background-gray .width1140 h5 {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase
}

.background-gray-sell {
    background: #f4f5f9;
    width: 100%;
    padding: 30px 0
}

.searchlisting section.exclusive article.featured:hover {
    transform: none
}

.hitech li {
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 40px 0 0
}

.hitech li:after {
    clear: both;
    display: table;
    content: ''
}

.hitech li p {
    clear: both;
    text-align: left;
    line-height: 22px;
    font-size: 16px
}

.hitech li h4 {
    font-size: 22px;
    font-weight: 500;
    float: left;
    clear: both;
    padding: 8px 0;
    border-bottom: 1px solid #666
}

.hitech li:nth-child(3n) {
    margin-right: 0
}

.width1140 > h2 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 40px;
    color: #303339;
    display: block;
    line-height: 4em;
    font-weight: 400;
    text-align: center
}

.width1140 > h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    color: #303339;
    display: block;
    line-height: 40px;
    font-weight: 400
}

.width1140 > h6 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 32px;
    color: #303339;
    display: block;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    padding: 30px 0
}

.width1140 > h4 {
    text-align: center;
    font-size: 32px
}

.comment-share {
    padding-top: 30px
}

.tag-news {
    padding: 30px 0
}

.tag-news.pdt-15 {
    padding: 0
}

.tag-news:after {
    clear: both;
    display: table;
    content: '';
    width: 100%
}

.tag-news a, .tag-news span {
    display: block;
    float: left;
    margin: 5px;
    padding: 2px 10px;
    background: #dedede;
    color: #303339;
    font-size: 16px;
    border-radius: 3px;
    line-height: 30px
}

.tag-news a:hover, .tag-news span:hover {
    background: #dedede
}

.right-box .tag-news {
    padding: 0
}

.right-box .tag-news .dark {
    background: #d9d9d9
}

.collection-box-left {
    float: left;
    width: 31.5%;
    margin-right: 2.75%
}

.collection-box-left a {
    display: block
}

.collection-box-left a:hover {
    opacity: .85
}

.collection-box-right {
    float: left;
    width: 65.75%
}

.collection-box-right a {
    display: block
}

.collection-box-right a:hover {
    opacity: .85
}

.high-rating {
    position: relative;
    height: 510px;
    width: 100%;
    border-top: 2px solid #303339
}

.monopoly-project {
    position: relative;
    height: 240px;
    width: 100%;
    float: left;
    clear: both;
    border-top: 2px solid #303339
}

.collection-box .bgwhite-label {
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.collection-box .bgwhite-label .bottomlable {
    letter-spacing: 3px;
    font-size: 2.2em;
    line-height: 40px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 15px 8px;
    background: #fff;
    font-weight: 500
}

.good-price {
    position: relative;
    height: 240px;
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #303339
}

.collection-box .bgblack-lable {
    height: 55px;
    top: 50%;
    position: absolute;
    margin-top: -27px;
    right: 0;
    left: 0;
    text-align: center
}

.collection-box .bgblack-lable .centerlable {
    font-size: 2em;
    line-height: 1.6em;
    margin: 0 auto;
    color: #fff;
    left: 0;
    right: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    padding: 12px 15px 8px;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 500
}

.most-update {
    float: left;
    width: 48%;
    margin: 30px 4% 0 0;
    position: relative;
    height: 240px;
    border-top: 2px solid #303339
}

.most-view {
    float: right;
    width: 48%;
    margin: 30px 0 0 0;
    position: relative;
    height: 510px;
    border-top: 2px solid #303339
}

.list-boss {
    width: 100%;
    background: #fff;
    padding: 10px 30px;
    position: relative
}

.project-owner {
    padding: 0 20px
}

.project-owner li {
    display: inline-block;
    text-align: center
}

.project-owner li a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 500
}

.project-owner li a.active {
    color: #c72528
}

.project-owner li a:active {
    color: #c72528
}

.project-owner-content {
    position: relative;
    margin: 40px 0 60px 0
}

.project-owner-content ul li {
    float: left;
    width: 360px;
    height: 360px;
    margin-bottom: 50px;
    border-top: 2px solid #303339
}

.project-owner-content ul li .cover {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center
}

.project-owner-content ul li header {
    background: #fff;
    padding: 15px;
    font-size: 1.5em;
    color: #303339;
    line-height: 2em
}

.project-owner-content ul li header h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #303339;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif
}

.but-slide08 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    font-size: 1.5em
}

.project-owner-content ul li:first-child {
    position: relative
}

.project-owner-content ul li:first-child .cover {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center
}

.project-owner-content ul li:first-child header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: 0
}

.project-owner-content ul li:first-child header .avatar {
    width: 96px;
    height: 96px;
    margin: 30px auto 15px auto;
    background-color: #fff;
    background-size: cover
}

.project-owner-content ul li:first-child header h2 a {
    color: #fff;
    font-size: 1.8em;
    display: block;
    line-height: 2.5em;
    font-weight: 400
}

.since-year {
    float: left;
    width: 49%;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: .8em
}

.sumproject {
    float: left;
    width: 49%;
    color: #fff;
    font-size: .8em
}

.suggest-result {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    background: #fff;
    max-height: 400px;
    overflow-y: auto;
    z-index: 90000;
    border-top: 1px solid #ccc;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    top: 37px;
    padding: 10px 0
}

.suggest-result h4 {
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    border-bottom: 1px solid #dedede;
    line-height: 30px;
    margin: 0 20px
}

.suggest-result > li {
    font-size: 14px;
    line-height: 36px
}

.suggest-result > li a:hover {
    background: #f6f6f6
}

.suggest-result > li a {
    display: block;
    padding: 0 10px 0 15px
}

.suggest-result > li a.active {
    background: #eee
}

.suggest-result > li .msg {
    padding-left: 16px
}

.suggest-result > li .detail-room {
    display: block;
    padding-bottom: 15px
}

.suggest-result > li .detail-room li {
    display: inline-block;
    color: #888;
    padding-left: 8px
}

.suggest-result > li .detail-room li:first-child {
    padding-left: 0
}

.suggest-result > li img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    padding-right: 5px
}

.suggest-result > li > ul {
    padding-bottom: 16px
}

#contact-now-form .mdialog-body, #sell-now-form .mdialog-body {
    position: relative;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    max-height: 100%
}

#contact-now-form fieldset, #sell-now-form fieldset {
    max-width: 100%
}

.form-signup {
    width: 100%
}

.box-form:after {
    clear: both;
    content: '';
    display: table
}

.form-signup .title {
    position: relative;
    padding: 15px;
    background: #f2f2f2;
    font-size: 1.6em;
    width: 100%
}

.form-signup .title .actionIcon {
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    text-align: center;
    background: 0;
    color: inherit
}

.form-signup .title .actionIcon:before {
    font-size: .5em
}

.box-form {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 100
}

.box-form select.hs-input {
    height: 42px
}

.box-form .hs-form-field {
    padding: 0 0 10px
}

.facebook-info {
    margin: 0 auto 30px auto;
    text-align: center
}

.error-form {
    color: #c72528 !important
}

.error-form input, .error-form textarea {
    border: 1px solid #c72528 !important;
    color: #c72528 !important
}

.error-form textarea::-webkit-input-placeholder {
    color: #c72528
}

.error-form textarea:-moz-placeholder {
    color: #c72528
}

.error-form textarea::-moz-placeholder {
    color: #c72528
}

.error-form textarea:-ms-input-placeholder {
    color: #c72528
}

.error-form input::-webkit-input-placeholder {
    color: #c72528
}

.error-form input:-moz-placeholder {
    color: #c72528
}

.error-form input::-moz-placeholder {
    color: #c72528
}

.error-form input:-ms-input-placeholder {
    color: #c72528
}

.w1600-hgroup-img {
    padding: 20px 0 0 40px !important
}

.facebook-info .avatar {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 2px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.facebook-info .avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-size: cover;
    width: 80px;
    height: 80px;
    vertical-align: middle
}

.icon-facebook {
    position: absolute;
    right: -5px;
    bottom: 10px;
    background: #103480;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff
}

.right-content-news {
    float: left;
    width: 270px;
    margin-top: 50px;
    font-size: 15px
}

.right-content-news .social .font-icon {
    font-size: 3em;
    padding-right: 10px
}

.right-content-news .social .font-icon:last-child {
    padding-right: 0
}

.right-box {
    padding: 0 0 30px
}

.right-box h2 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #303339;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 500
}

.right-box .category li {
    line-height: 25px;
    font-size: 17px
}

.right-box .category li a {
    padding: 5px 0 5px 5px;
    display: inline-block;
    -webkit-transition: padding-left .25s linear;
    -moz-transition: padding .25s linear, border .25s linear;
    -o-transition: padding .25s linear, border .25s linear
}

.left-content-about {
    float: left;
    width: 25%;
    margin-right: 8%;
    margin-top: 70px
}

.left-content-about .menu-about {
    border-top: 2px solid #303339
}

.left-content-about .menu-about li {
    border-bottom: 1px solid #303339
}

.left-content-about .menu-about li a {
    padding: 30px 0 30px 30px;
    font-size: 20px;
    display: block;
    font-weight: 500
}

.left-content-about .menu-about li a:hover {
    background: #f0f0f0
}

.right-content-about {
    float: left;
    width: 67%;
    font-size: 16px;
    margin-top: 50px;
    line-height: 25px
}

.right-content-about h2 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 35px;
    color: #303339;
    display: block;
    line-height: 50px;
    font-weight: 400;
    text-align: left;
    border: 0
}

.right-content-about h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 0 10px 0
}

.right-content-about p {
    padding: 10px 0
}

.top-sell .contact-agency-info {
    width: 60%;
    margin: 0 auto
}

.next-page2:before {
    content: '\f123'
}

.back-page2:before {
    content: '\f122'
}

.icon-facebook:before {
    content: '\f110';
    font-size: 1em;
    line-height: 22px
}

.info-fb-detail {
    display: block;
    padding: 10px 0 0 0;
    text-align: center
}

.left-content-news {
    float: left;
    width: calc(100% - 270px);
    margin-top: 50px
}

.left-content-news section.exclusive article.featured {
    float: left;
    width: 100%;
    padding-bottom: 40px
}

.left-content-news section.exclusive article.featured:nth-child(3n+3) {
    margin: 0 2.75% 30px 0 !important
}

.left-content-news section.exclusive article.featured .cover {
    height: 200px;
    border-top: 2px solid #303339;
    position: relative;
    float: left;
    width: 300px;
    margin-right: 4%
}

.left-content-news section.exclusive article.featured .cover a {
    display: block;
    width: 100%;
    height: 100%
}

.left-content-news section.exclusive article.featured .cover img {
    width: 100%
}

.left-content-news section.exclusive article.featured header {
    padding: 0 30px 0 0;
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: calc(94% - 300px)
}

.left-content-news section.exclusive article.featured header .by {
    font-size: 16px;
    color: #999;
    padding: 10px 0
}

.left-content-news section.exclusive article.featured header .description {
    height: 76px;
    overflow: hidden
}

.left-content-news section.exclusive article.featured header .more {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 20px
}

.left-content-news section.exclusive article.featured header a {
    font-size: 24px;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    line-height: 34px
}

.by a {
    font-family: 'harmonia', arial, Geneva, sans-serif !important;
    font-size: 16px !important;
    color: #c72528
}

.by a:hover {
    opacity: .8
}

.left-content-news section.exclusive article.featured header .heading {
    font-size: 22px
}

.bnt-facebook {
    width: 100%;
    text-align: center;
    background: #3b5999;
    color: #fff;
    padding: 12px 10px 8px 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    text-decoration: none !important;
    font-size: 14px
}

.bnt-facebook:before {
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    content: '\f110';
    left: 15px;
    position: absolute;
    font-weight: 400;
    font-size: 18px
}

.bnt-facebook:hover {
    background: #122858;
    color: #fff
}

.or {
    height: 1px;
    background: #eee;
    width: 100%;
    margin: 20px 0;
    position: relative
}

.or-bg {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -40px;
    background: #fff;
    padding: 0 20px;
    font-size: .8em
}

.box-form input, textarea {
    width: 100%;
    font-size: 1em;
    padding: 9px 7px 5px 7px;
    margin-bottom: 4px;
    border: 1px solid #CCC
}

.box-form input:disabled {
    background: #eee
}

.box-form .checkbox input + label:after {
    top: 0
}

.box-form .booking-button {
    width: 100%;
    margin: 10px 0 0;
    background: #303339;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 12px 0 8px 0;
    text-decoration: none;
    border-radius: 2px
}

.box-form .booking-button:hover {
    background: #c72528
}

.box-form a {
    text-decoration: underline
}

.box-form .form-group {
    margin-bottom: 10px
}

.box-form .avatar {
    text-align: center;
    margin-bottom: 14px
}

.box-form .avatar img {
    border-radius: 50%;
    border: 2px solid #3b5999;
    padding: 2px;
    width: 58px;
    height: 58px
}

.box-form .close {
    top: 12px;
    right: 25px
}

.fullscreen-slide {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999
}

.fullscreen-slide .img-list-slide {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: 0;
    border: 0
}

.fullscreen {
    height: 100%
}

.fullscreen-slide a.actionIcon {
    color: #fff
}

.flexslider.main-content {
    padding-bottom: 60px !important
}

.fullscreen.flexslider {
    background: 0;
    border: 0;
    height: 100%
}

.fullscreen.flexslider .slides {
    height: 100%
}

.fullscreen .flex-viewport {
    height: 100%
}

.fullscreen.flexslider .slides > li {
    height: 100%;
    display: block;
    position: relative
}

.fullscreen.flexslider .slides > li a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fullscreen-slide .img-list-slide ul.slideimg li a.img {
    opacity: .6
}

.fullscreen-slide .img-list-slide ul.slideimg li.flex-active-slide a {
    opacity: 1
}

.fullscreen-slide .flexslider .slides img {
    width: auto
}

.fullscreen .slides ul li {
    max-height: 600px;
    overflow: hidden;
    width: 80%
}

.fullscreen .slides ul li img {
    width: 100%
}

.price-form {
    white-space: normal;
    width: 100% !important;
    line-height: 25px;
    padding-left: 10px
}

.price-form input {
    width: 120px;
    padding: 6px 6px 4px 6px
}

.price-form span:first-child {
    margin: 0 10px
}

.agent {
    font-size: 1.6em;
    clear: both
}

.left-line {
    float: left;
    line-height: 32px;
    padding-right: 10px
}

.agent-list {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-top: 40px
}

.agent-list:nth-child(4n) {
    margin-right: 0
}

.agent-info {
    width: 100%;
    margin: 0 auto
}

.agent-info .cover {
    height: 255px;
    border-top: 2px solid #303339
}

.agent-info header {
    background: #fff;
    width: 100%;
    padding: 15px;
    position: relative;
    font-size: .9em
}

.agent-info header h3 {
    font-family: "Tiempos", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 35px
}

.agent-info header p {
    line-height: 25px
}

.agent-info header .vote {
    position: absolute;
    right: 15px;
    bottom: 18px
}

.buttondangky-fixed a {
    background: #c72528;
    color: #fff;
    padding: 14px 20px 10px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-top: 12px
}

.agent-group {
    margin: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agent-group:before {
    content: '';
    clear: both;
    display: table
}

.agent-group:after {
    content: '';
    clear: both;
    display: table
}

.pl20 {
    padding-left: 20px
}

.pb40 {
    padding: 40px 0
}

.pd50 {
    padding: 50px 0
}

.pb50 {
    padding-bottom: 50px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb10 {
    padding-bottom: 10px
}

.pt20 {
    padding-top: 20px
}

.mt0 {
    margin-top: 0 !important
}

.pd50:after {
    content: '';
    display: table;
    clear: both
}

.color-black {
    color: #303339 !important
}

.about-agent {
    max-width: 1140px;
    padding: 50px 0;
    margin: 0 auto
}

.about-agent:after {
    display: table;
    clear: both;
    content: ''
}

.left-content-agent {
    float: left;
    width: 40%;
    font-size: 1.6em;
    line-height: 1.6em
}

.left-content-agent .cover img {
    width: 300px;
    height: 300px
}

.left-content-agent h3 {
    font-size: 1.5em;
    line-height: 2em
}

.left-content-agent p.title {
    font-weight: 600;
    padding-top: 10px
}

.right-content-agent {
    float: left;
    width: 60%;
    font-size: 1.6em;
    line-height: 1.6em
}

.right-content-agent h4 {
    font-size: 1.5em;
    line-height: 2em
}

.right-content-agent p {
    padding: 5px 0
}

.right-content-agent .infoagent {
    line-height: 2em
}

.right-content-agent .infoagent h3 {
    font-family: "Tiempos", Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 2em;
    text-transform: capitalize;
    font-weight: 400
}

.right-content-agent .infoagent .sms-button {
    width: 40%;
    background: 0;
    color: #303339;
    border: 1px solid #303339;
    margin: 40px 0 0 0;
    padding: 8px 0 5px 0;
    border-radius: 2px
}

.right-content-agent .infoagent .sms-button:hover {
    background: #f7f7f7
}

.vote-agent {
    padding-top: 5px;
    line-height: 20px
}

.vote-agent p {
    display: inline-block;
    vertical-align: middle
}

.size4 {
    font-size: 20px
}

.size3 {
    font-size: 16px
}

.team-member .member-detail {
    float: left;
    width: 49%;
    margin: 0 2% 20px 0
}

.team-member .member-detail:nth-child(2n) {
    margin-right: 0
}

.team-member .member-detail .cover img {
    float: left;
    width: 140px;
    height: 140px
}

.team-member .member-detail header {
    float: left;
    width: calc(100% - 140px);
    border: 1px solid #dedede;
    padding: 20px;
    height: 140px;
    font-size: 1.6em;
    line-height: 1.6em
}

.graybg {
    background: #ebebeb
}

.box-border-top {
    width: 100%;
    max-width: 1140px;
    margin: 20px auto;
    border-top: 1px solid #dedede;
    padding: 30px 0;
    font-size: 1.5em
}

.box-border-top:after {
    display: table;
    content: '';
    clear: both
}

.box-border-top h3 {
    text-align: left;
    font-family: "Tiempos", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 400
}

.question-form {
    float: left;
    width: 100%;
    clear: both;
    display: flex;
    margin-top: 10px
}

.question-form .left-form {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    padding: 25px
}

.question-form .left-form .cover {
    float: left
}

.question-form .left-form .cover img {
    width: 100px;
    height: 100px
}

.question-form .left-form .infoagent {
    float: left;
    margin-left: 30px
}

.question-form .left-form .infoagent h4 {
    font-size: 1.2em;
    line-height: 25px
}

.infomation {
    width: 100%;
    padding: 20px 0;
    clear: both
}

.question-form .right-form {
    float: left;
    width: 49%
}

.bank-form {
    margin-top: 30px;
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    font-size: 1.6em
}

.bank-form .left-form {
    float: left;
    background: #f4f4f4;
    width: 50%;
    border: 1px solid #dedede;
    border-right: 0
}

.bank-form .left-form .best-bank {
    padding: 40px 10px 20px 10px;
    text-align: center;
    margin: 0 20px
}

.bank-form .left-form .best-bank h4 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.6em
}

.bank-form .left-form .best-bank .logo {
    width: 208px;
    height: 76px;
    border: 1px solid #bfbfbf;
    text-align: center;
    margin: 15px auto;
    padding: 10px 5px;
    background: #fff
}

.bank-form .left-form .best-bank .logo img {
    max-width: 90%;
    max-height: 90%
}

.bank-form .left-form .list-bank {
    padding: 10px 20px
}

.bank-form .left-form .list-bank-no {
    float: left;
    width: 166px;
    height: 90px;
    background: #fff;
    margin: 0 15px 15px 0;
    color: #999;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 5px
}

.bank-form .left-form .list-bank-no p {
    padding: 10px 0 0 0
}

.bank-form .left-form .list-bank-no:nth-child(3n) {
    margin-right: 0
}

.bank-form .left-form .list-bank-no img {
    max-width: 80%;
    max-height: 50%
}

.bank-form .left-form .list-bank-no a {
    display: block;
    width: 100%;
    height: 100%
}

.bank-form .left-form .list-bank-no:hover {
    border: 1px solid #303339
}

.bank-form .right-form {
    float: left;
    width: 50%;
    background: #fff;
    color: #303339;
    padding: 40px 60px;
    font-size: 1em;
    position: relative;
    border: 1px solid #dedede;
    border-left: 0
}

.bank-form .right-form .arrow-right {
    position: absolute;
    left: -1px;
    top: 48px;
    width: 40px;
    height: 40px;
    background: url(../../frontend/images/arrow_right.svg) no-repeat
}

.ads3d-box {
    margin: 0;
    font-size: 16px;
    padding: 0 0 40px
}

.ads3d-box:after {
    clear: both;
    content: '';
    display: table
}

.ads3d-box-left {
    float: left;
    width: 67%;
    margin-right: 3%;
    padding-right: 20px
}

.ads3d-box-left .cover {
    float: left;
    width: 49%;
    margin-right: 4%;
    height: 200px;
    position: relative;
    overflow: hidden
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 58px;
    width: 58px;
    margin: -25px 0 0 -25px;
    cursor: pointer;
    color: #fff;
    font-family: 'rever-icon', arial;
    font-size: 77px;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 50%
}

.ads3d-box-left .cover img {
    width: 100%
}

.play-button:hover {
    opacity: .9
}

.play-button:before {
    content: '\f159';
    line-height: 60px
}

.ads3d-box-left .about-3d {
    float: left;
    width: 47%
}

.ads3d-box-left .about-3d h3 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6em
}

.ads3d-box-left .about-3d h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px
}

.ads3d-box-left .about-3d h2 a {
    font-size: 20px
}

.ads3d-box-left .about-3d p {
    line-height: 1.6em
}

.ads3d-box-right {
    float: left;
    width: 30%
}

.ads3d-box-right .cover {
    float: left;
    width: 100px;
    height: 100px
}

.ads3d-box-right .cover img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.ads3d-box-right .infoagent {
    float: left;
    margin-left: 20px
}

.ads3d-box-right .infoagent p {
    padding: 5px 0 0;
    font-size: 15px
}

.ads3d-box-right .like-button {
    margin: 30px auto 0 auto;
    width: 100%
}

.clear:before {
    content: '';
    display: table;
    clear: both
}

.clear:after {
    content: '';
    display: table;
    clear: both
}

.bank-form .right-form p {
    float: left;
    width: 50%;
    margin: 10px 0;
    line-height: 40px
}

.bank-form .right-form p input {
    width: 100%;
    border: 1px solid #999;
    font-size: 1em;
    font-weight: 400;
    background: 0;
    padding: 10px 10px 6px;
    color: #666
}

.bank-form .right-form .sms-button {
    width: 60%;
    margin: 0 auto;
    float: none;
    background: #303339
}

.bank-form .right-form .sms-button:hover {
    background: #c72528
}

.bank-form .right-form input::-webkit-input-placeholder {
    color: #303339
}

.bank-form .right-form input:-moz-placeholder {
    color: #303339
}

.bank-form .right-form input::-moz-placeholder {
    color: #303339
}

.bank-form .right-form input:-ms-input-placeholder {
    color: #303339
}

.bold-uppercase {
    font-weight: bold;
    text-transform: uppercase
}

.bank-form .left-form .list-bank:after {
    content: '';
    display: table;
    clear: both
}

.loans-box {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.loans-box .menu {
    height: 50px
}

.loans-box .menu li {
    float: left
}

.loans-box .menu li a {
    display: inline-block;
    vertical-align: middle
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    z-index: 1999
}

.fixed-top ul.submenu-detail {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto !important;
    position: relative;
    padding: 0 !important
}

.fixed-top ul.submenu-detail li {
    display: inline-block;
    line-height: 60px
}

.fixed-top ul.submenu-detail .bnt-contact {
    top: 7px
}

.fixed-top ul.submenu-detail .bnt-contact .black-button {
    padding: 12px 0 8px 0 !important
}

footer {
    width: 100%;
    background: #111
}

footer .grey-footer {
    background: #333;
    padding: 20px 10px
}

.title-search-footer {
    width: 100%;
    clear: both;
    font-size: 2.4em;
    font-variant: small-caps;
    color: #fff;
    line-height: 3em;
    text-align: center;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 200
}

.menu-footer {
    padding: 10px 0 40px;
    width: 100%;
    overflow: auto
}

.menu-footer ul {
    width: 100%;
    float: left
}

.menu-footer ul li {
    width: 25%;
    float: left;
    padding: 10px 0;
    font-size: 1.5em;
    font-weight: 200
}

.menu-footer ul li a {
    color: #fff;
    text-decoration: none
}

.menu-footer ul.righct {
    float: right
}

.reverland {
    padding: 40px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #666;
    line-height: 1.8em;
    width: 100%;
    overflow: auto;
    font-size: 1.4em
}

.address-rever {
    width: 60%;
    float: left;
    color: #dedede;
    font-size: 16px
}

.address-rever li:first-child {
    padding-right: 40px
}

.address-rever li {
    float: left;
    line-height: 30px
}

.about-rever {
    float: left;
    width: 40%;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.about-rever li a {
    color: #fff
}

.about-rever li a:hover {
    opacity: .9
}

.about-rever li {
    width: 47%;
    float: left;
    margin-left: 6%
}

.about-rever li:first-child {
    margin: 0
}

.copyright-left {
    float: left;
    color: #b2b2b2;
    font-size: 13px
}

.copyright-right {
    float: right;
    color: #fff;
    font-size: 1.5em;
    text-align: right
}

.copyright-right a {
    color: #fff;
    font-weight: 200;
    padding: 0 5px 0 0;
    font-size: 25px
}

.copyright-right a:hover {
    opacity: .9
}

.shareanddown {
    padding-bottom: 10px;
    font-size: 1.5em;
    display: inline-block
}

.lang-select {
    height: 30px;
    overflow: hidden;
    width: 130px;
    position: relative;
    top: 6px;
    margin-left: 5px
}

.lang-select select {
    background: transparent;
    border: 0;
    font-size: 14px;
    height: 30px;
    padding: 5px;
    width: 130px
}

.lang-select-bg {
    background-color: #404040;
    display: inline-block
}

.lang-select-bg select {
    color: #fff
}

footer .copyright {
    padding-bottom: 10px !important
}

footer .copyright p {
    line-height: 30px
}

.pt10 {
    padding-top: 10px
}

.gray {
    color: #838383 !important
}

.rever-app-ios img {
    height: 30px;
    vertical-align: text-bottom
}

a.rever-app-ios img:hover {
    opacity: .8
}

.top-sell .buttondangky-pd a {
    width: 25%;
    margin: 0 auto
}

.copyright .app-icon-btn {
    display: inline-block
}

.notfound404 {
    width: 500px;
    margin: 70px auto;
    background: #fff;
    border-top: 3px solid #303339;
    padding: 40px;
    text-align: center;
    font-size: 16px
}

.notfound404 p {
    padding-bottom: 20px;
    line-height: 1.5
}

.notfound404 h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4;
    padding-bottom: 15px
}

.notfound404 a {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    color: #fff;
    background: #303339;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s
}

.notfound404 a:hover {
    background: #525252
}

.width1140 > h2, .width1140 > h3, .width1140 > h6 {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    font-weight: 400;
    color: #303339;
    display: block
}

.whybuy-building {
    width: 100%;
    clear: both;
    display: table;
    padding: 40px 0
}

.whybuy-building li {
    float: left;
    width: 48%;
    margin-right: 2%;
    padding: 15px 0;
    font-size: 16px;
    display: table
}

.whybuy-building li img {
    vertical-align: middle;
    height: 68px;
    padding-right: 30px
}

.whybuy-building li p {
    display: table-cell;
    vertical-align: middle;
    float: left
}

.qtda {
    background: #f7f7f7;
    padding: 0 0 50px 0
}

.qtda .content {
    font-size: 16px
}

.qtda h3 {
    text-align: center
}

.qtdan {
    background: #f7f7f7;
    padding: 50px 0
}

.qtdan .content {
    font-size: 16px
}

.qtdan h3 {
    text-align: center
}

.pro-descrip {
    padding: 40px 0
}

.pro-descrip .content {
    font-size: 16px;
    color: #303339
}

.pro-descrip h3 {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 36px;
    color: #303339;
    display: block;
    line-height: 1.3em;
    font-weight: 400;
    padding: 30px 0;
    text-align: center
}

.pro-descrip .left-descrip {
    float: left;
    width: 60%;
    margin: 0 4% 0 0;
    font-size: 16px;
    line-height: 22px;
    text-align: justify
}

.pro-descrip .left-descrip p {
    padding: 10px 0 0 0
}

.pro-descrip .right-descrip {
    float: left;
    width: 36%;
    margin: 0
}

.pro-descrip .right-descrip .cover {
    position: relative;
    height: 265px
}

.pro-descrip .right-descrip .cover .play-button {
    height: 80px;
    width: 80px;
    font-size: 106px
}

.pro-descrip .right-descrip .cover .play-button:before {
    line-height: 80px
}

.banve {
    padding: 30px 0
}

.banve li {
    float: left;
    width: 30%;
    margin-right: 4%;
    border: 1px solid #f1f1f1
}

.banve li:nth-child(3) {
    margin-right: 0
}

.banve li img {
    width: 100%
}

.owner {
    padding: 30px 0;
    border-top: 1px dotted #dedede
}

.owner:first-child {
    border: 0
}

.owner:after {
    display: table;
    clear: both;
    content: ''
}

.owner img {
    float: left;
    width: 30%;
    margin-right: 4%;
    border: 1px solid #CCC;
    padding: 10px 20px
}

.owner .main-agency-summary p {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 24px
}

.owner p.more {
    float: right
}

.width1140 > h6 {
    font-size: 28px
}

.responsive-filter {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow-y: auto;
    white-space: normal;
    z-index: 1000;
    font-size: 14px;
    top: 0;
    display: none;
    padding: 40px 0 65px;
    height: auto
}

.responsive-filter form {
    float: left
}

.active-on {
    display: block !important
}

.header-filter a {
    color: #838383;
    font-size: 14px;
    display: block;
    padding: 5px
}

.header-filter a i {
    vertical-align: text-bottom
}

.header-filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    height: 40px;
    z-index: 1100
}

.header-filter h4 {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400
}

.close-pop {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 1111
}

.reset-but {
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 1111
}

.responsive-filter h3 {
    padding: 20px 0 0 15px;
    font-weight: 600;
    font-size: 14px
}

.responsive-filter .popup {
    position: relative;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    top: auto
}

.responsive-filter .popup:after {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.responsive-filter .popup h3 {
    padding: 0
}

.responsive-filter .different {
    width: 100%
}

.responsive-filter .different li {
    padding: 15px !important
}

.responsive-filter .different li ul.input-roll li {
    padding: 0 !important
}

.responsive-filter ul#bedroom li {
    float: left;
    width: 50%
}

.responsive-filter ul#bedroom li.radiobox input + label:after {
    left: 5px
}

.but-fix-bot {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #c72528;
    color: #fff;
    font-weight: 400;
    border: 0;
    border-radius: 2px
}

.box-fix-bot {
    padding: 15px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid rgba(48, 51, 58, 0.1)
}

.language {
    float: right;
    width: 30%;
    font-size: 16px;
    margin: -5px 8px 0 0
}

.language-picker {
    float: right;
    margin-right: 2%;
    width: 49%;
    font-family: 'rever-icon', arial;
    position: relative
}

.language-picker:before {
    content: "\f116";
    position: absolute;
    font-size: 22px;
    font-weight: normal;
    pointer-events: none;
    z-index: 10;
    top: 6px;
    right: 6px;
    color: #999
}

.language select {
    color: #fff;
    position: relative;
    float: left;
    background: #333;
    padding: 8px 10px;
    color: #fff;
    border: 0;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block
}

.currency-picker {
    width: 49%;
    float: left;
    font-family: 'rever-icon', arial;
    position: relative
}

.currency-picker:before {
    content: "\f116";
    position: absolute;
    font-size: 22px;
    font-weight: normal;
    pointer-events: none;
    z-index: 10;
    top: 6px;
    right: 6px;
    color: #999
}

.main-content {
    padding-bottom: 60px
}

.main-content > .more-button-box {
    padding-top: 40px
}

.listpro-content {
    padding: 60px 30px 30px
}

.allproject-list {
    background: #fff;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 1140px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    border-top: 3px solid #303339;
    max-height: 400px;
    overflow: hidden
}

.allproject-list:after {
    clear: both;
    display: table;
    content: ''
}

.thumb-duan {
    float: left;
    width: 600px;
    height: 400px;
    overflow: hidden;
    line-height: 0
}

.thumb-duan:hover {
    opacity: .9
}

.thumb-duan img {
    width: 100%;
    height: 100%
}

.thumb-duan a img:hover {
    opacity: .8
}

.info-duan {
    float: left;
    width: calc(100% - 600px);
    padding: 30px 40px;
    height: 400px;
    position: relative
}

.info-duan h4 {
    font-size: 16px;
    font-weight: 200;
    font-family: Tiempos, Arial, Helvetica, sans-serif;
    color: #303339
}

.info-duan h2, .info-duan h3 {
    max-height: 75px;
    overflow: hidden;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: Tiempos, Arial, Helvetica, sans-serif;
    color: #303339;
    max-width: 100%
}

.info-duan .content {
    padding-top: 15px;
    line-height: 25px;
    height: 190px;
    overflow: hidden
}

.info-duan .btn-more {
    text-decoration: underline;
    position: relative;
    background-color: #fff;
    display: block;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 20px 0 30px
}

.info-duan ul li {
    display: inline-block;
    margin-right: 20px
}

.info-duan .more {
    position: absolute;
    bottom: 42px
}

.info-duan .more a {
    padding: 0
}

.info-duan .adress {
    padding-bottom: 10px
}

.info-duan .adress h4 {
    display: inline-block
}

.location-navgroup {
    float: left;
    height: 70px;
    padding: 0 15px;
    margin-left: 20px;
    position: relative;
    color: #fff
}

.dropdownItembnt {
    background: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 70px;
    border: 0;
    cursor: pointer
}

.dropdownItem {
    margin-top: 7px;
    padding: 15px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 1000;
    background-clip: padding-box;
    position: absolute;
    border: 1px solid rgba(48, 51, 57, .15);
    background-color: #fff;
    text-align: left;
    min-width: 190px;
    display: none;
    right: 0
}

.is-open {
    display: block !important
}

.back-icon {
    content: url(../../frontend/images/left-arrow.svg);
    height: 20px;
    position: relative;
    top: 4px;
    padding-right: 10px
}

.dropdownItem:before {
    content: url(../../frontend/images/arrowtop.svg);
    display: block;
    margin: -27px -7px 7px 0;
    text-align: right
}

.dropdownItem:after {
    clear: both;
    display: table;
    width: 100%
}

.dropdownItem li.disable a {
    color: #666;
    cursor: default
}

.dropdownItem li a {
    display: block;
    font-size: 16px;
    line-height: 26px
}

.location-navgroup-black {
    float: left;
    height: 70px;
    padding-left: 25px;
    margin-left: 30px;
    position: relative;
    color: #fff
}

.dropdownItembnt-black {
    background: 0;
    color: #303339;
    font-size: 14px;
    font-weight: 500;
    line-height: 70px;
    border: 0;
    cursor: pointer
}

.dropdownItem-black {
    right: -30px;
    margin-top: 7px;
    padding: 15px 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 1000;
    background-clip: padding-box;
    position: absolute;
    background-color: #fff;
    min-width: 150px;
    display: none;
    border: 1px solid rgba(48, 51, 57, .15)
}

.dropdownItem-black:before {
    content: url(../../frontend/images/arrowtop.svg);
    position: absolute;
    top: -12px;
    right: 30px
}

.dropdownItem-black li.disable a {
    color: #666;
    cursor: default
}

.dropdownItem-black li a {
    display: block;
    font-size: 16px;
    line-height: 26px
}

.black {
    color: #303339
}

.news-box section.news-content .bordertop-news02 article.featured:first-child {
    margin-top: 0 !important
}

.list-advantage {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #e2e2e2
}

.advantage-name {
    float: left;
    width: 23%
}

.advantage-name p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.advandate-content {
    float: left;
    width: 72%;
    margin-left: 5%;
    font-size: 16px
}

.pd-0 {
    padding: 0 !important
}

.menu-sub-detail {
    border-bottom: 1px solid #dedede;
    position: relative
}

.menu-sub-detail li {
    float: left;
    margin-right: 30px
}

.menu-sub-detail li a {
    text-transform: uppercase;
    display: block;
    padding: 8px 0 5px 0;
    border-bottom: 3px solid #fff
}

.menu-sub-detail li a:hover {
    border-bottom: 3px solid #303339
}

.menu-sub-detail li a.active {
    border-bottom: 3px solid #303339
}

.menu-sub-detail2 {
    margin-top: 20px;
    clear: both
}

.menu-sub-detail2:after {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.comment-owner {
    width: 100%;
    background: #f3f3f3;
    padding: 50px
}

.pdt-0 {
    padding-top: 0 !important
}

.pdt-15 {
    padding-top: 15px !important
}

.pdb-30 {
    padding-bottom: 30px
}

.mrb-0 {
    margin-bottom: 0
}

.mrb-30 {
    margin-bottom: 30px
}

.info-sketch {
    float: left;
    width: 65%;
    margin-left: 3%;
    height: 190px;
    overflow-y: auto
}

.info-sketch table {
    width: 100%
}

.info-sketch table td {
    padding: 3px
}

.sketch-img {
    float: left;
    width: 32%;
    border: 1px solid #e2e2e2;
    padding: 8px;
    text-align: center
}

.sketch-img img {
    max-width: 100%;
    max-height: 100%
}

.gallery-property {
    margin: 15px 0 -5px;
    width: 100%;
    text-align: justify;
    line-height: 0
}

.gallery-property div {
    width: 49%;
    height: 230px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    text-align: center
}

.gallery-property div img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-property div:first-child {
    width: 100%;
    height: 400px
}

.gallery-property div a:hover, .floorplan-property .content .sketch-img a:hover {
    opacity: .8;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s
}

.last-div {
    height: 0 !important;
    margin-bottom: 0 !important
}

.gallery-property div span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 32px;
    padding: 0 11px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
    height: 32px;
    overflow: hidden
}

.floorplan-property .content .sketch-img {
    height: 190px
}

.floorplan-property .content .sketch-img a {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.view-more-search {
    background: #e1e2e6;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    display: block
}

.grid-btn {
    border: 0;
    background: 0;
    cursor: pointer;
    margin-top: 5px
}

.grid-btn:before {
    content: "\f199";
    font-size: 22px
}

.grid-btn:hover {
    color: #c72528
}

.list-btn {
    border: 0;
    background: 0;
    cursor: pointer;
    margin-top: 5px
}

.list-btn:before {
    content: "\f200";
    font-size: 22px
}

.list-btn:hover {
    color: #c72528
}

.grid-btn.active {
    color: #c72528
}

.list-btn.active {
    color: #c72528
}

.view-more-search:hover {
    background: #444;
    color: #fff
}

.pdb-60 {
    padding-bottom: 60px !important
}

.search-home #searchkey + ul {
    display: none
}

.search-home #searchkey:focus + ul {
    display: block !important
}

.list-filter .popup {
    padding: 15px;
    max-height: 350px;
    overflow: auto
}

.list-filter .popup-price {
    left: 0;
    width: 364px
}

.list-filter .sort-listing b {
    margin-left: 8px
}

.list-filter .select li {
    padding: 0
}

#list-bedroom {
    padding-left: 16px
}

.list-filter .select li input[type=radio]:checked + * {
    font-weight: bold
}

.list-filter .select li input[type=radio] {
    display: none
}

.list-filter .select li {
    float: left;
    width: 100%
}

.list-filter .select li label {
    padding: 6px 16px;
    float: left;
    width: 100%;
    cursor: pointer
}

.list-filter .select li:hover {
    background: #eee
}

.searchdetailbox #searchkey + ul {
    display: none
}

.searchdetailbox #searchkey:focus + ul {
    display: block !important
}

.unit-type {
    font-size: 16px;
    font-weight: 400
}

.no-result {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    margin-top: 40px
}

.apartment {
    border-top: 2px solid #303339;
    margin-top: 20px;
    padding-top: 0 !important
}

section.apartment article.featured {
    width: 100%;
    border: 1px solid #ececec;
    border-top: 0;
    margin: 0 !important
}

section.apartment article.featured header h2 {
    font-size: 1.2em
}

section.apartment article.featured header ul {
    padding-top: 0
}

.state-ap {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 35px;
    right: 20px;
    color: #c72528;
    text-transform: uppercase
}

section.apartment article.featured header ul li {
    font-size: 16px
}

.view-more {
    width: 100%;
    background: #f3f3f3;
    padding: 10px;
    text-align: center;
    border: 1px solid #ececec;
    border-top: 0
}

.booking-tour .bg-gray .sms-button {
    background: #c72528
}

.booking-tour .bg-gray .sms-button:hover {
    background: #303339
}

.favorite:before {
    vertical-align: top
}

.content-detail-house header.detail-house h1 {
    width: 100%
}

.content-detail-house .width1140 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fullscreen:before {
    display: none
}

.cover-left-sell {
    overflow: hidden
}

.avataragency {
    overflow: hidden
}

.avataragency img {
    width: 100%;
    border-radius: 50%
}

.avataragency a:hover img {
    opacity: .8
}

#render-map {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 60px
}

.nearby {
    background: #fff
}

.preview3d.fullscreen {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.height-100-percent {
    height: 100%
}

.background-detail.mpreviews {
    background-color: #303339;
    text-align: center
}

.mview3d iframe {
    width: 100%;
    height: 100%
}

.mvideo iframe {
    width: 100%;
    height: 100%
}

#preview-streetview {
    height: 100%;
    width: 100%
}

#slider {
    background: #303339
}

#slider .slides li {
    width: auto !important
}

#slider .slides li a {
    overflow: hidden
}

#slider .slides li a img {
    height: 100%;
    width: auto
}

#slider .slides li a:hover {
    opacity: .8;
    -webkit-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s
}

#slider .slides li:hover {
    background: #fff
}

.cancel-but {
    display: inline-block !important;
    padding: 7px 20px 3px !important;
    border: 1px solid rgba(48, 51, 58, 0.2);
    border-radius: 2px;
    width: inherit !important;
    color: #838383;
    font-weight: 500 !important;
    margin-right: 8px
}

.cancel-but:hover {
    background: rgba(48, 51, 58, 0.8);
    color: #fff
}

.contactnow-but {
    display: inline-block !important;
    padding: 7px 20px 3px !important;
    border: 1px solid #FFAF53;
    border-radius: 2px;
    background: 0;
    color: #FFAF53 !important;
    width: inherit !important;
    font-weight: 500 !important
}

.contactnow-but:hover {
    background: #337588;
    color: #fff !important
}

.apply-but {
    display: inline-block !important;
    padding: 7px 20px 3px !important;
    border: 1px solid rgba(199, 37, 40, 0.5);
    border-radius: 2px;
    background: 0;
    color: #c72528 !important;
    width: inherit !important;
    font-weight: 500 !important
}

.save-search-btn {
    padding: 10px 20px 8px !important;
    border: 1px solid rgba(199, 37, 40, 0.5);
    border-radius: 2px;
    background: 0;
    color: #c72528;
    width: inherit !important;
    font-weight: 500 !important;
    font-size: 14px;
    display: block
}

.save-search-btn i {
    vertical-align: text-bottom
}

.save-search-btn:hover {
    background: #c72528;
    color: #fff;
    border: 1px solid #c72528
}

.apply-but:hover {
    background: #c72528;
    color: #fff !important
}

.fullscreen-slide {
    z-index: 2000;
    background: #303339;
    display: none
}

#slider8 .slides li a {
    overflow: hidden;
    width: 100%;
    max-height: 70%;
    max-width: 100%;
    height: 100%;
    position: relative
}

#slider8 .slides li a img {
    margin: auto auto;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

#slider8 .slides .title {
    color: #fff;
    position: absolute;
    font-size: 14px;
    top: 10%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0);
    width: 780px
}

#slider8 .slides .title .name-img {
    float: left;
    width: 50%;
    display: block
}

#slider8 .slides .title .number {
    float: left;
    text-align: right;
    display: block;
    width: 50%
}

#carousel .slides li a {
    overflow: hidden
}

#carousel .slides li a img {
    min-height: 100%;
    width: 100%
}

.list-view section.result article.featured:hover {
    box-shadow: none;
    transform: translate(0, 0);
    opacity: inherit !important
}

#carousel1 .slides li a {
    overflow: hidden
}

#carousel1 .slides li a img {
    min-height: 100%;
    width: 100%
}

.summary {
    white-space: pre-wrap;
    overflow: hidden
}

.collapsed {
    overflow: hidden
}

.action-list .active {
    background: #337588;
    color: #fff;
    cursor: default;
    border: #337588
}

.right-content {
    overflow: hidden
}

#slider-full-floor .slides li a {
    overflow: hidden;
    width: 100%;
    max-height: 70%;
    max-width: 100%;
    height: 100%;
    position: relative
}

#slider-full-floor .slides li a img {
    margin: auto auto;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.follow-button {
    padding: 6px 6px 2px 9px !important;
    color: #838383;
    font-size: 11px !important
}

#carousel2 .slides li a {
    overflow: hidden
}

#carousel2 .slides li a img {
    min-height: 100%;
    width: 100%
}

#slider2 {
    background: 0;
    border: 0
}

#slider2 .slides li a {
    overflow: hidden
}

#slider2 .slides li a img {
    width: 100%;
    min-height: 100%
}

.search-body {
    background-color: #f7f7f7;
    overflow-x: hidden
}

input[name=bathrooms] + label {
    padding: 6px 20px 6px 4px
}

.article-content table {
    max-width: 100% !important;
    margin: auto auto
}

.article-content img {
    max-width: 100%;
    height: auto !important
}

.right-content-news .social a.font-icon {
    font-size: 2.2em;
    padding-right: 10px
}

span.error {
    color: red;
    padding-left: 1px;
    font-size: .9em;
    float: left
}

span.error:empty {
    display: none
}

.box-form p {
    text-align: center;
    padding-bottom: 15px
}

.box-form .hotline-dialog {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
    display: block
}

.width-350 {
    width: 350px
}

.nearby .type .sub-content li {
    display: none
}

.nearby .type .sub-content li {
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nearby .type .sub-content.open li {
    display: block
}

#right-content {
    overflow: hidden
}

.nearby-property {
    padding-top: 30px
}

.gmap-label {
    color: #303339 !important;
    font-weight: 500 !important;
    font-family: 'harmonia', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    min-width: 26px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin-top: -48px !important;
    margin-left: -13px !important;
    text-transform: uppercase
}

.gmap-group-label {
    color: #fff !important;
    text-align: center;
    font-family: 'harmonia', Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    border-radius: 50%;
    background-color: #c72528;
    opacity: .8;
    cursor: pointer;
    padding-top: 1px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.19)
}

.gmap-group-label.active {
    opacity: 1
}

.gmap-group-label.s {
    width: 30px;
    line-height: 30px;
    height: 30px
}

.gmap-group-label.m {
    width: 40px;
    line-height: 40px;
    height: 40px
}

.gmap-group-label.l {
    width: 50px;
    line-height: 50px;
    height: 50px
}

.gmap-group-label.xl {
    width: 60px;
    line-height: 60px;
    height: 60px
}

.gmap-group-label.xxl {
    width: 70px;
    line-height: 70px;
    height: 70px
}

.dropdownmenu:before {
    display: none
}

.icondropdown {
    right: 0
}

.dropdownmenu {
    padding-right: 30px !important
}

.dropdownmenublack:before {
    display: none
}

.dropdownmenublack {
    padding-right: 30px !important
}

.pd-tb-30 {
    padding: 30px 0 !important
}

.pd-tb-20 {
    padding: 20px 0 !important
}

.pd-tb-5 {
    padding: 5px 0 !important
}

.pd-tb-10 {
    padding: 10px 0 !important
}

.pd-tb-50 {
    padding: 50px 0 !important
}

.none-margin {
    margin: 0 !important
}

.align-right {
    text-align: right !important
}

.header-background-full {
    height: 500px;
    width: 100%;
    position: relative
}

.box-name-neighborhood {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.60);
    border-top: 4px solid #fff;
    color: #fff;
    padding: 30px 0;
    bottom: 0;
    text-align: center;
    position: relative;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    font-size: 18px
}

.box-name-neighborhood p {
    padding-bottom: 20px
}

.box-name-neighborhood h2 {
    display: inline-block;
    font-weight: normal
}

.box-name-neighborhood h2 a {
    color: #fff;
    font-size: 18px
}

.box-name-neighborhood h2 a:hover {
    opacity: .8
}

.font-tiempos {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 400
}

.font-harmonia {
    font-family: 'harmonia', Arial, Helvetica, sans-serif !important
}

.menu-detail-under {
    width: 100%;
    border-bottom: 2px solid #303339;
    padding-top: 10px
}

.menu-detail-under ul {
    width: 60%;
    float: left
}

.menu-detail-under ul li {
    display: inline-block
}

.menu-detail-under ul li a {
    display: block;
    padding: 16px 0;
    margin: 0 40px 0 0;
    border-bottom: 3px solid #fff;
    font-size: 18px;
    color: gray
}

.menu-detail-under .right .black-button {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 160px;
    padding: 0;
    margin-top: 2px
}

.menu-detail-under ul li a:hover {
    color: #c72528
}

.menu-detail-under ul li a.active {
    border-bottom: 3px solid #303339;
    color: black
}

.max-width-1140 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px
}

.max-width-1140:after {
    content: "";
    display: table;
    clear: both
}

.max-width-1140:before {
    content: "";
    display: table;
    clear: both
}

.max-width-1140 .col-ms-6 .pdt-15 {
    text-align: left
}

.max-width-946 {
    width: 100%;
    max-width: 946px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px
}

.width1280 {
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.width1280:after {
    content: "";
    display: table;
    clear: both
}

.width1280:before {
    content: "";
    display: table;
    clear: both
}

.col-ms-6 {
    width: 48%;
    float: left;
    padding: 70px 0 0;
    line-height: 0;
    text-align: center
}

.col-ms-6 * {
    line-height: 26px
}

.col-ms-6 .neighborhood-overview p {
    text-align: left;
    color: #999;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px
}

.col-ms-6 .neighborhood-overview p:first-child {
    padding-top: 0
}

.col-ms-6 .neighborhood-overview p strong {
    font-size: 20px;
    color: #303339;
    padding-top: 14px
}

.col-ms-6 .neighborhood-overview p:first-child strong {
    padding-top: 0
}

.heading-uppercase {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left
}

.heading-20 {
    font-size: 20px;
    font-weight: 600;
    text-align: left
}

.clear-both:before {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.clear-both:after {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.weight-500 {
    font-weight: 500
}

.big-size {
    height: 40px !important
}

.title-36 {
    font-size: 36px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 46px;
    font-weight: normal
}

.title-30 {
    font-size: 30px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-weight: normal
}

.title-28 {
    font-size: 28px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 38px;
    font-weight: normal
}

.title-24 {
    font-size: 24px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 34px;
    font-weight: normal
}

.title-20 {
    font-size: 20px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-weight: normal
}

.align-center {
    text-align: center !important
}

.menu-black {
    font-size: 16px;
    line-height: 24px
}

.menu-black li {
    display: inline-block;
    width: 150px
}

.menu-black li a {
    display: block;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #303339;
    text-transform: uppercase
}

.menu-black li a.active {
    background: #303339;
    color: #fff
}

.padding-40-0 {
    padding: 40px 0
}

.margin-4-l {
    margin-left: -4px
}

.margin-tb-20 {
    margin: 20px 0
}

.map-location {
    border: 0;
    width: 100%;
    height: 400px;
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 7px #a3a3a3;
    -moz-box-shadow: 0 0 7px #a3a3a3;
    box-shadow: 0 0 7px #a3a3a3;
    margin-bottom: 60px
}

.bg-gray-e6 {
    background: #edeef2;
    width: 100%
}

.bg-gray-e6:after {
    clear: both;
    display: table;
    content: ''
}

.bg-gray-e6-d {
    background: #edeef2
}

.bg-gray-f4 {
    background: #f4f5f9
}

.pd-section {
    padding-top: 0;
    padding-bottom: 60px !important
}

.rever-red {
    color: #c72528 !important
}

a.rever-red:hover {
    text-decoration: underline
}

.black-color {
    color: black
}

.content-detail {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 60px
}

.content-detail table td {
    vertical-align: top
}

.content-detail > div {
    text-align: center
}

.content-detail img {
    max-width: 100%;
    height: auto !important
}

.content-detail h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    width: 100%;
    clear: both
}

.content-detail p, .content-detail table, .content-detail figure, .content-detail ul, .content-detail ol {
    padding-bottom: 20px
}

.content-detail p strong {
    font-weight: 500
}

.content-detail p:last-child {
    padding-bottom: 0
}

.content-detail table {
    width: auto !important;
    max-width: 100%
}

.content-detail table th:first-child, .content-detail table td:first-child {
    padding-right: 12px
}

.content-detail table th + th, .content-detail table td + td {
    padding-left: 12px
}

.content-detail table[align=center] {
    margin: 0 auto
}

.content-detail blockquote {
    font-weight: 500
}

.content-detail figure.image figcaption {
    font-size: 16px;
    color: #a3a3a3
}

.content-detail a {
    color: #c72528
}

.content-detail a:hover {
    color: #c72528;
    text-decoration: underline
}

.content-detail ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin: 0
}

.content-detail ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin: 0
}

.content-detail ul li {
    display: list-item;
    list-style: inherit
}

.content-detail ol li {
    display: list-item;
    list-style: inherit
}

.content-detail ul.arrow-list {
    list-style-type: none
}

.content-detail ul.arrow-list li:before {
    content: '\00bb';
    position: absolute;
    margin-left: -16px
}

img.full {
    width: 100%;
    padding: 10px 0 20px 0
}

img.width-50 {
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 10px 0 20px 0
}

img.width-50:nth-child(2n) {
    margin-right: 0;
    float: right
}

.lage-btn-black {
    background: #303339;
    display: block;
    padding: 20px 20px 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    margin: 20px 0
}

.time-horizontal {
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 16px
}

.time-horizontal li {
    display: block;
    text-align: right;
    padding: 25px 30px 0 0;
    position: relative
}

.time-horizontal li:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 2px;
    height: 45px;
    background: #bfbfbf
}

.time-horizontal li:after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bfbfbf;
    right: -5px;
    bottom: 5px;
    content: ''
}

.time-horizontal li.active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 2px;
    height: 45px;
    background: #c72528
}

.time-horizontal li.active:after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c72528;
    right: -5px;
    bottom: 5px;
    content: ''
}

.time-horizontal li.first-active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 2px;
    height: 45px;
    background: #fff
}

.time-horizontal li.first-active:after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c72528;
    right: -5px;
    bottom: 5px;
    content: ''
}

.time-horizontal li.active {
    color: #c72528 !important
}

.border-t-de {
    border-top: 1px solid #dedede;
    padding: 12px 0;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-size: 16px
}

.menu-detail-info li {
    display: inline-block
}

.menu-detail-info li a {
    display: block;
    padding: 5px 20px 3px 20px;
    line-height: 40px;
    font-weight: 500
}

.menu-detail-info li:first-child a {
    padding: 5px 20px 3px 0
}

.black-btn {
    display: block;
    width: 250px;
    margin: 0 auto;
    background: #303339;
    color: #fff;
    padding: 15px 0 11px 0;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    font-size: 16px
}

.black-btn:hover {
    background: #c72528;
    color: #fff
}

.font-36 {
    font-size: 36px !important;
    line-height: 46px
}

.font-30 {
    font-size: 30px !important;
    line-height: 40px
}

.font-26 {
    font-size: 26px !important;
    line-height: 36px
}

.font-20 {
    font-size: 20px !important;
    line-height: 30px
}

.font-16 {
    font-size: 16px !important;
    line-height: 30px
}

.font-14 {
    font-size: 14px !important
}

.list-open-sale {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin: 50px 0
}

.open-sale {
    width: 100%;
    position: relative;
    padding: 20px 30px;
    border-top: 1px solid #ececec;
    font-size: 16px
}

.open-sale ul li {
    display: inline-block;
    padding-right: 25px
}

.box-content .open-sale:first-child {
    border-top: 0
}

.price-apartment {
    font-size: 20px;
    font-weight: 200
}

.width-750 {
    width: 750px
}

.col-ms-7 {
    width: 64%;
    float: left;
    margin-right: 4%
}

.col-ms-3 {
    width: 32%;
    float: left
}

.view-log-box {
    background: #f4f4f4;
    border: 1px solid #dedede;
    padding: 40px;
    font-size: 16px
}

.page-view {
    font-size: 90px;
    line-height: 160px
}

.position-relative {
    position: relative
}

.top-0 {
    top: 0 !important
}

.view-history {
    font-size: 16px;
    padding-top: 30px
}

.view-history table {
    width: 100%
}

.view-history table thead tr th {
    border-bottom: 1px solid #dedede;
    padding: 10px 5px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase
}

.view-history table td {
    border-bottom: 1px dotted #dedede;
    padding: 15px 5px;
    vertical-align: middle
}

.view-history table td img {
    vertical-align: middle
}

.avatar-30 {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.image-area {
    position: relative;
    height: 240px
}

.image-area img {
    width: 100%;
    height: 240px
}

.image-area h2 {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 5px 20px;
    font-weight: normal
}

.tttn {
    font-size: 16px;
    height: 240px
}

.tttn img {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 240px
}

.tttn .right-content {
    float: left;
    width: 48%;
    line-height: 28px
}

.sale:before {
    content: "\f186";
    margin: 0 5px 0 0
}

.rent:before {
    content: "\f187";
    margin: 0 5px 0 0
}

.list-img {
    height: 320px
}

.list-img li {
    position: relative;
    float: left;
    width: 33.333%;
    height: 100%
}

.list-img li a {
    display: block;
    width: 100%;
    height: 100%
}

.list-img li img {
    width: 100%;
    height: 100%
}

.title-news {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding: 10px 20px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif
}

.flexslider {
    border-radius: 0 !important;
    border: 0 !important
}

.popular-post {
    font-size: 16px
}

.popular-post article.featured {
    width: 100%;
    clear: both;
    display: table;
    padding-bottom: 20px
}

.popular-post article.featured .cover {
    float: left;
    width: 90px;
    margin-right: 16px;
    height: 90px
}

.popular-post article.featured .cover img {
    height: 100%
}

.popular-post article.featured header {
    float: left;
    width: calc(100% - 106px)
}

.popular-post article.featured header a {
    font-weight: 500;
    display: block;
    font-size: 16px;
    line-height: 22px;
    height: 63px;
    overflow-y: hidden
}

.popular-post article.featured header p.by {
    padding: 8px 0 0
}

.by {
    color: gray;
    font-size: 15px
}

.recent-comment {
    font-size: 16px
}

.recent-comment article.featured {
    width: 100%;
    clear: both;
    display: table;
    padding-bottom: 20px
}

.recent-comment article.featured .cover {
    float: left;
    width: 16%;
    margin-right: 7%;
    height: 45px
}

.recent-comment article.featured header {
    float: left;
    width: 77%;
    font-size: 14px;
    line-height: 22px;
    color: gray
}

.recent-comment article.featured header a {
    font-weight: 600
}

.contcom {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    color: black
}

.sub-category-2nd {
    display: none
}

.sub-category-2nd li {
    padding-left: 40px
}

.navigation-head {
    clear: both;
    font-size: 15px
}

.navigation-head li {
    display: inline-block;
    padding: 0 5px 0 0;
    list-style-type: disc;
    color: #999
}

.navigation-head li a {
    color: #999;
    text-transform: uppercase
}

.navigation-head li a.active {
    color: #303339
}

.navigation-head li a:hover {
    color: #303339
}

.info-news-de {
    font-size: 16px;
    margin-bottom: 30px
}

.info-news-de li {
    display: inline-block;
    padding-right: 25px;
    color: darkgray;
    line-height: 30px;
    vertical-align: middle
}

.info-news-de li img {
    vertical-align: middle
}

.info-news-de li h2 {
    font-size: 16px
}

.info-news-de li span {
    display: inline-block;
    vertical-align: middle
}

.short-description {
    padding: 0 0 0 40px;
    border-left: 5px solid #c72528;
    margin: 30px 0
}

.short-description h3 {
    font-size: 28px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 400
}

.short-description ul {
    padding-top: 20px
}

.short-description ul li {
    list-style: disc;
    padding: 5px 0;
    margin-left: 20px
}

.detail-content-news .article-content p, .detail-content-news .article-content table, .detail-content-news .article-content ul, .detail-content-news .article-content ol, .detail-content-news .article-content div, .detail-content-news .article-content figure {
    padding-bottom: 18px
}

.detail-content-news .article-content a {
    color: #c72528
}

.detail-content-news .article-content a:hover {
    color: #c72528;
    text-decoration: underline
}

.detail-content-news .article-content ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin: 0
}

.detail-content-news .article-content ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    margin: 0
}

.detail-content-news .article-content ul li {
    display: list-item;
    list-style: inherit
}

.detail-content-news .article-content ol li {
    display: list-item;
    list-style: inherit
}

.detail-content-news .article-content ul.arrow-list {
    list-style-type: none
}

.detail-content-news .article-content ul.arrow-list li:before {
    content: '\00bb';
    position: absolute;
    margin-left: -16px
}

.detail-content-news .article-content table {
    width: auto !important
}

.detail-content-news .article-content table th:first-child, .detail-content-news .article-content table td:first-child {
    padding-right: 12px
}

.detail-content-news .article-content table th + th, .detail-content-news .article-content table td + td {
    padding-left: 12px
}

.detail-content-news .article-content table[align=center] {
    margin: 0 auto
}

.detail-content-news .article-content blockquote {
    font-weight: 500
}

.detail-content-news .article-content figure.image figcaption {
    font-size: 14px;
    color: #a3a3a3
}

.detail-content-news .article-content > div {
    text-align: center
}

.detail-content-news .image {
    font-size: 14px;
    color: #999;
    text-align: center
}

.detail-content-news > img {
    text-align: center
}

.detail-content-news {
    font-size: 16px;
    line-height: 24px
}

.detail-content-news h3 a {
    font-size: 16px;
    color: #c72528;
    font-style: italic;
    display: block;
    clear: both
}

.detail-content-news h3 a:before {
    font-family: 'rever-icon', Verdana, Geneva, sans-serif;
    content: "\f150";
    color: #c72528;
    font-size: 20px;
    padding-right: 10px
}

.detail-content-news h3 {
    display: block;
    padding-top: 10px
}

.more-news-list {
    padding: 50px 0
}

.more-news-list li {
    padding: 5px 0
}

.more-news-list li a {
    color: #c72528;
    font-style: italic
}

.box-sale-rent {
    border: 1px solid #ececec;
    width: 100px;
    margin: 20px 0
}

.box-sale-rent .compare-house .article div.info li.marea {
    min-width: 80px
}

.menu-s-r {
    background: #f3f3f3;
    height: 50px;
    border-bottom: 2px solid #303339
}

.view-more-gray {
    background: #fff;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #ececec;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    display: block
}

.menu-s-r li {
    display: inline-block
}

.menu-s-r li a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.menu-s-r li a.active {
    border-bottom: 3px solid #fff;
    background: #fff;
    cursor: default
}

.comment {
    padding: 50px;
    font-style: italic
}

.listings-map-box {
    position: absolute;
    float: left;
    text-align: center
}

.listings-map-box .listings-map {
    border-radius: 2px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .35);
    font-size: 12px;
    line-height: 20px;
    color: rgba(48, 51, 58, 0.86);
    background: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(48, 51, 57, .15);
    height: 20px;
    padding: 0 10px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 4px
}

.listings-map-box .listings-map .zmdi {
    font-size: 14px !important
}

.listings-map-box .triangle-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
    margin: -7px 0 0 42%;
    z-index: 2;
    position: relative
}

.listings-map-box .triangle-down-lg {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #fff;
    margin: 0 0 0 42%;
    z-index: 2;
    position: relative
}

.listings-map-box .tooltip-property-map {
    padding: 5px 15px 3px 15px;
    background: #fff;
    color: #303339;
    font-size: 12px;
    margin-bottom: 2px;
    position: absolute;
    top: -30px;
    left: -50%;
    white-space: nowrap;
    display: none;
    z-index: 999;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.49)
}

.listings-map-box.active .listings-map {
    background: #c72528;
    color: #fff;
    cursor: pointer
}

.listings-map-box.active .triangle-down {
    border-top: 6px solid #c72528;
    cursor: pointer
}

.listings-map-box.active .tooltip-property-map {
    display: block
}

#slider-news, #similar-property {
    border: 0 !important;
    position: relative;
    background: none !important
}

#slider-news ul.exclusive li.featured header {
    height: 100px
}

.but-predetail-news {
    position: absolute;
    top: 40%;
    margin-top: -20px;
    left: -50px;
    font-family: rever-icon, arial, sans-serif;
    font-size: 50px;
    padding: 10px 5px;
    z-index: 100
}

.but-nextdetail-news:before {
    content: "\f119"
}

.but-predetail-news:before {
    content: "\f118"
}

ul.exclusive {
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.exclusive li.featured {
    width: 31.5%;
    margin: 0 2.75% 0 0;
    float: left;
    display: inline-block;
    max-height: 390px;
    overflow: hidden;
    position: relative
}

.action-btn-g {
    white-space: nowrap;
    padding: 10px 0 0 !important;
    clear: both;
    text-align: right;
    float: right !important
}

.action-btn-g:before {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.last-item-overlay {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    line-height: 230px
}

.last-item-overlay .font-icon {
    font-size: 27px;
    vertical-align: middle;
    display: inline-block
}

ul.exclusive li.featured .price {
    bottom: 14px
}

li.featured .cover {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: 50% top;
    cursor: pointer
}

ul.exclusive li.featured .cover {
    height: 230px;
    border-top: 2px solid #303339;
    position: relative
}

ul.exclusive li.featured .cover:hover {
    opacity: .9
}

ul.exclusive li.featured .last-item-overlay:hover {
    opacity: .95
}

ul.exclusive li.featured .cover img {
    min-height: 100%
}

ul.exclusive li.featured header {
    position: relative;
    background: #fff;
    padding: 15px 20px 8px;
    font-size: 14px;
    min-height: 1px;
    max-height: 100%;
    overflow: hidden
}

ul.exclusive li.featured header:hover {
    opacity: .9
}

ul.exclusive li.featured header h4, ul.exclusive li.featured header h3, ul.exclusive li.featured header h2 {
    font-weight: normal;
    display: inline-block
}

ul.exclusive li.featured header h4, ul.exclusive li.featured header h4 a {
    color: gray;
    font-size:13px;
}

ul.exclusive li.featured header h4 a:hover {
    color: #c72528;
}

ul.exclusive li.featured header h3 {
    width: 100%
}

ul.exclusive li.featured header p {
    color: #303339;
    padding: 2px 0;
    font-size: 14px
}

ul.exclusive li.featured header .heading {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #303339;
    font-weight: 500;
    line-height: 1.4em;
    padding: 3px 0;
    overflow-y: hidden;
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 10px
}

#similar-property {
    background: 0
}

#similar-property ul.exclusive li.featured header {
    max-height: 165px
}

#similar-property ul.exclusive li.featured:after {
    content: " ";
    float: left;
    width: 100%;
    height: 32px;
    background: #fff
}

ul.exclusive li.featured header li {
    display: inline-block;
    margin-right: 18px;
    padding: 5px 0
}

ul.exclusive li.featured header li:last-child {
    margin-right: 0
}

section.exclusive article.kdc-new {
    position: relative
}

section.exclusive article.kdc-new .cover {
    height: 251px
}

section.exclusive article.kdc-new header {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    text-align: left
}

section.exclusive article.kdc-new header .heading:hover {
    color: #fff !important
}

section.exclusive article.kdc-new header .heading {
    color: #fff;
    height: 30px;
    overflow: hidden
}

section.exclusive article.kdc-new header a {
    color: #fff
}

section.exclusive article.kdc-new header p {
    color: #d3d3d3
}

.exclusive > .more-button-box {
    padding-top: 40px
}

#slider-news-header {
    height: 320px;
    overflow: hidden;
    border: 0 !important;
    position: relative;
    background: none !important
}

.expand-icon {
    cursor: pointer
}

section.project {
    padding-bottom: 30px
}

section.exclusive article.featured header h4.price-on-project {
    position: absolute;
    right: 10px;
    font-weight: 500;
    font-size: 16px
}

.open {
    display: block !important
}

.icon-sort-t {
    font-size: 30px;
    padding-top: 5px;
    position: absolute;
    top: 2px;
    right: 15px
}

.icon-sort-red {
    font-size: 21px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #c72528
}

.icon-sort-cyan {
    font-size: 21px;
    padding-top: 6px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #337588
}

.smarter-from {
    float: left;
    width: 50%;
    padding: 120px 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #303339
}

.width-100-ber {
    width: 100%
}

.width-70-ber {
    width: 70%
}

.center {
    text-align: center
}

.FAQ-box {
    margin-right: 30px;
    font-size: 16px
}

.FAQ-box form {
    margin: 20px 0
}

.FAQ-box form input {
    width: 100%;
    padding: 19px;
    background: #f2f2f2;
    border: 0
}

.search-FAQ {
    position: relative
}

.search-FAQ button {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0;
    border: 0;
    position: absolute;
    top: 12px;
    cursor: pointer;
    right: 5px
}

.header-FAQ {
    padding: 20px 0 30px
}

.header-FAQ:after {
    clear: both;
    display: table;
    width: 100%;
    content: ""
}

.title-FAQ {
    float: left;
    width: 60%
}

.share {
    float: right
}

.FAQ-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    line-height: 26px
}

.FAQ-list:after {
    clear: both;
    display: table;
    width: 100%;
    content: ""
}

a.answer {
    display: inline-block;
    padding: 5px 20px;
    background: #dedede;
    color: black;
    margin-right: 20px
}

.user-com {
    display: inline-block
}

.user-com li {
    display: inline-block;
    position: relative;
    margin-left: -26px;
    z-index: 0
}

.user-com li:nth-child(3) {
    z-index: 1
}

.user-com li:nth-child(2) {
    z-index: 2
}

.user-com li:first-child {
    margin: 0;
    z-index: 3
}

.user-com li a img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #fff;
    vertical-align: middle
}

.send-ask {
    display: block;
    padding: 20px 0 15px;
    width: 100%;
    text-align: center;
    margin: 40px 0 20px;
    background: #303339;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase
}

.right-cate-FAQ {
    background: #f7f7f7;
    padding: 30px;
    margin-top: 40px;
    line-height: 30px
}

.right-cate-FAQ a:hover {
    text-decoration: underline
}

.right-cate-FAQ .title {
    text-transform: uppercase;
    font-weight: 500
}

.style-dotted li {
    list-style: disc
}

.content-FAQ {
    font-size: 17px;
    line-height: 26px;
    padding: 20px 0
}

.content-FAQ p {
    padding-top: 10px
}

.border-bot-gray {
    border-bottom: 1px solid #dedede
}

.avatar-user-com {
    float: left;
    width: 50px
}

.avatar-user-com img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-FAQ {
    float: left;
    width: calc(100% - 50px);
    padding-left: 30px
}

.like {
    display: inline-block;
    padding-left: 30px
}

.comment-content {
    padding: 30px 0;
    border-bottom: 1px solid #dedede
}

.user-com-FAQ {
    margin-top: 10px
}

.mgl-5 {
    margin: 0 0 0 5px !important
}

.mgl-30 {
    margin-left: 30px !important
}

.font-small {
    font-size: 14px
}

.hot-FAQ-box {
    padding: 30px 0
}

.hot-FAQ {
    float: left;
    width: 50%;
    height: 240px;
    position: relative
}

.hot-FAQ .cover {
    height: 240px;
    position: relative
}

.hot-FAQ a {
    position: absolute;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0
}

.hot-FAQ2 {
    float: left;
    width: 50%;
    padding-left: 50px
}

.hot-FAQ2 li {
    list-style: disc;
    padding: 10px 0;
    font-weight: 500
}

.FAQ-table-view {
    padding: 20px 0;
    width: 100%
}

.FAQ-list-table {
    display: table;
    width: 32%;
    float: left;
    margin-right: 2%
}

.FAQ-list-table:last-child {
    margin-right: 0
}

.FAQ-list-table-ct {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    text-align: center;
    padding: 0 30px
}

.FAQ-list-table-ct a {
    color: #fff
}

.top-user {
    padding: 30px 0;
    width: 100%
}

.top-user-list {
    float: left;
    width: 32%;
    margin-right: 2%
}

.top-user-list:last-child {
    margin-right: 0
}

.avatar-top-user {
    float: left
}

.avatar-top-user a img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.info-user-top {
    float: right;
    width: calc(100% - 90px);
    font-size: 14px
}

.info-user-top a {
    font-weight: 500;
    font-size: 16px
}

.popup-sketup {
    overflow: hidden;
    width: 100%;
    max-height: 530px;
    max-width: 1096px;
    height: 100%;
    position: relative;
    margin: 0;
    background: #f8f8f8;
    z-index: 1003;
    font-size: 14px
}

.popup-sketup .image-sketch {
    display: block;
    max-width: 710px;
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}

.popup-sketup .image-sketch .slides-sketch li {
    text-align: center;
    background-color: #fff;
    position: relative
}

.popup-sketup .image-sketch img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popup-sketup .popup-detail-sketch {
    max-width: 386px;
    width: 100%;
    float: right;
    height: 100%
}

.popup-detail-sketch .popup-detail-sketch-title {
    border-bottom: 1px solid #eee;
    padding: 0 40px 0 20px;
    font-size: 24px;
    line-height: 70px;
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.popup-detail-sketch .info-sketch {
    float: left;
    padding: 3%;
    margin: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 70px)
}

.popup-sketup .actionIcon {
    top: 0;
    right: 0;
    font-size: 16px
}

.width-100-popup {
    width: 100% !important;
    height: 400px !important;
    margin-left: 0 !important;
    padding: 20px 0 0 20px
}

.header-home-FAQ {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px
}

.SendFAQ {
    width: 950px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -475px;
    margin-top: -266px;
    background: #f8f8f8;
    z-index: 1003;
    font-size: 16px
}

.content-Send {
    border-bottom: 1px solid #c1c1c1;
    padding: 30px 40px
}

.form-input {
    width: 100%
}

.form-input span {
    font-weight: 600;
    padding-bottom: 15px;
    float: left
}

.form-input span:nth-child(2) {
    float: right;
    font-weight: 400;
    color: #999
}

.form-input .form-control {
    color: #444;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #c1c1c1;
    width: 100%;
    padding: 15px
}

.choose-lv {
    display: inline-block;
    padding: 7px 25px 5px 0
}

.col-left-40 {
    float: left;
    width: 40%
}

.col-right-60 {
    float: right;
    width: 60%
}

.slides-sketch {
    width: 100%;
    height: 100%
}

.slides-sketch li a {
    width: 100%;
    height: 100%;
    display: block
}

.slides-sketch li {
    width: 100%;
    height: 100%
}

.col-50-ber {
    width: 48%;
    float: left
}

.img-left-full {
    float: left;
    width: 100%;
    height: 240px
}

.mar-right-2ber {
    margin-right: 2%
}

.mar-right-4ber {
    margin-right: 4%
}

.compare-house {
    background: #fff;
    border-bottom: 0;
    font-size: 16px
}

.compare-house .article {
    padding: 19px;
    border-bottom: 1px solid #ececec;
    display: block;
    height: 200px;
    width: 100%
}

.compare-house .article div {
    display: table-cell;
    vertical-align: middle
}

.compare-house .article div.abc {
    width: 4%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px
}

.compare-house .article div.abc + .img {
    padding-right: 20px
}

.compare-house .article div.img {
    height: 60px;
    width: 3%;
    position: relative
}

.compare-house .article div.img:hover {
    opacity: .9
}

.compare-house .article div.img img {
    width: 150px;
    border: 1px solid #ccc
}

.compare-house .article div.img a {
    display: block;
    width: 150px;
    height: auto;
    overflow: hidden
}

.compare-house .article div.img .state-opacity {
    positionposition: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0
}

.compare-house .article div.img .state-opacity:before {
    content: ' ';
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: .3;
    background: #000;
    top: 0
}

.compare-house .article div.img .state-opacity .text {
    position: absolute;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.compare-house .article div.title p {
    padding-top: 5px;
    color: gray
}

.compare-house .article div.title h4, .compare-house .article div.title h3, .compare-house .article div.title h2 {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 16px
}

.compare-house .article div.info {
    width: 50%
}

.compare-house .article div.info li {
    display: inline-block;
    padding-right: 3%
}

.compare-house .article div.info li:last-child {
    padding-right: 0
}

.compare-house .article div.status {
    width: 8%;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #c72528;
    font-weight: 500
}

.compare-house button.view-more-gray {
    background: #edeef2;
    text-decoration: none !important;
    border-bottom: 1px solid #ececec
}

.compare-house .article div.title {
    width: 100%;
    display: block;
    float: left;
}

.compare-house .article div.info-price {
    width: 20%;
    text-align: right;
    margin-top: 10px
}

.compare-house .article div.action {
    text-align: right;
    width: 10%;
    margin-top: 10px
}

.compare-house .article div.action a {
    display: block;
    padding: 8px 10px 4px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px;
    float: right;
    height: 36px;
    margin-left: 10px
}

.compare-house .article div.action a:hover {
    border-color: #c72528
}

.compare-house .more2 {
    margin: -1px
}

.show-hide-bnt {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    background: #f3f5f8;
    text-align: center;
    color: #30333a;
    border: 1px solid rgba(48, 51, 58, 0.1);
    border-top: 0
}

.show-hide-bnt:hover {
    background: #c72528;
    color: #fff !important
}

.show-hide-bnt a {
    display: block;
    padding: 12px 5px 7px;
    font-size: 28px;
    line-height: 30px
}

.show-hide-bnt a:hover {
    color: #fff
}

.full-width {
    width: 100% !important
}

.rcta * {
    max-width: 750px !important;
    width: 100%
}

.back-map {
    right: 0 !important
}

.map-text {
    line-height: 12px;
    vertical-align: middle;
    font-size: 16px
}

.map-text-off {
    display: none !important
}

.pdr-70 {
    padding-right: 70px
}

.list-view section.result article.featured .cover {
    float: left;
    width: 270px;
    margin: 20px 0
}

.list-view section.result article header a {
    display: block;
    width: 60%
}

.list-view section.result article header a h3 {
    width: 80%
}

.list-view section.result article.featured header h4.rvid:after {
    content: ""
}

.list-view section.result article.featured header h4.rvdot:after {
    content: ""
}

.list-view section.result article header h3:after {
    display: table;
    clear: both;
    width: 100%;
    content: ''
}

.list-view section.result article.featured header h4 a {
    color: #303339;
    width: auto
}

.list-view section.result article.featured header h4 a:hover {
    color: #c72528
}

.list-view section.result article.featured .cover {
    height: 180px
}

.list-view section.result article.featured header {
    padding: 15px 0 10px 25px;
    float: left;
    width: calc(100% - 270px)
}

.list-view section.result article.featured .price {
    top: 36px;
    bottom: auto;
    right: 0
}

.search-keyword {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    max-width: 80%
}

.search-sum-no span {
    display: block;
    float: left
}

.span-left {
    display: block;
    float: left
}

#slider-building, #slider-project {
    border: 0 !important;
    position: relative;
    background: none !important;
    padding-bottom: 60px
}

section.result article.featured header ul:after {
    width: 100%;
    clear: both;
    display: table;
    content: ''
}

.agent-content {
    margin-top: 28px;
    vertical-align: middle
}

.project .agent-content {
    margin-top: 15px;
    vertical-align: middle
}

.info-agent-ct {
    float: left;
    width: calc(100% - 155px);
    vertical-align: middle
}

.avatar-agent-ct {
    float: left;
    vertical-align: sub;
    height: 40px;
    width: 40px
}

.avatar-agent-ct img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: bottom
}

.avatar-developer-ct {
    float: left;
    vertical-align: sub;
    height: 40px;
    width: 40px;
    border: 1px solid #dedede
}

.avatar-developer-ct img {
    width: 40px;
    margin-right: 10px;
    vertical-align: bottom;
    height: 100%;
    object-fit: contain
}

.action-list {
    float: right;
    padding-top: 10px
}

.name-title {
    float: left;
    width: calc(100% - 42px);
    padding: 7px 0 0 10px;
    white-space: nowrap;
    overflow: hidden
}

section.result article.featured header .name-title p {
    color: rgba(48, 51, 57, 0.70);
    font-size: 12px;
    padding: 0
}

.list-view section.result article header .name-title a {
    font-weight: 500;
    width: auto;
    line-height: 14px
}

.list-view section.result article.featured header ul {
    width: auto
}

#slider-building ul.exclusive li.featured .cover, #slider-project ul.exclusive li.featured .cover {
    border: 0;
    background-color: #f4f5f9
}

#slider-building ul.exclusive li.featured header, #slider-project ul.exclusive li.featured header {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    color: #fff;
    padding-top: 30px
}

#slider-building ul.exclusive li.featured header .heading, #slider-project ul.exclusive li.featured header .heading {
    color: #fff;
    height: 29px;
    overflow: hidden;
    font-size: 18px
}

#slider-building ul.exclusive li.featured header h4, #slider-building ul.exclusive li.featured header h4 a, #slider-project ul.exclusive li.featured header h4, #slider-project ul.exclusive li.featured header h4 a {
    color: #fff;
    line-height: 24px;
    font-weight: 400
}

.view-all-project {
    color: #73a1cf;
    font-size: 18px;
    font-weight: 400;
    line-height: 240px;
    text-align: center;
    width: 360px
}

.view-all-project:hover .next-icon:before {
    color: #c52728
}

.view-all-project .next-icon:before {
    position: absolute;
    top: 7px;
    right: 67px;
    font-size: 45px;
    color: #73a1cf
}

.sticky-header {
    visibility: hidden;
    position: absolute;
    top: -60px
}

.stickyTrigger {
    display: block;
    border: 1px solid rgba(48, 51, 57, .15);
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    z-index: 800;
    font-size: 16px
}

.is-stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.title-sticky-header {
    float: left;
    max-width: 15%;
    padding-right: 25px
}

.title-sticky-header h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 20px;
    overflow: hidden;
    font-weight: 400
}

.info-sticky-header {
    float: left;
    width: 65%;
    height: 60px;
    font-weight: 500
}

.info-sticky-header p.gray {
    font-weight: 400;
    padding-bottom: 2px;
    color: #8e9399
}

.info-sticky-header li {
    display: inline-block;
    padding: 8px 10px 0
}

.info-sticky-header li:first-child {
    padding-left: 0
}

.info-sticky-header li a {
    line-height: 44px
}

.info-sticky-header li a.active {
    color: #c72528
}

.btn-sticky-header {
    float: right;
    width: 20%;
    padding-top: 7px;
    text-align: right
}

.btn-sticky-header .black-button {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 160px;
    padding: 0;
    margin: 0;
    float: right
}

.search-sub {
    height: 60px;
    border-bottom: 1px solid #a6a6a6;
    background: #fff;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999
}

.search-sub .sort-home {
    margin-top: 0;
    border: 0;
    height: 59px
}

.search-sub .sort-home .btn-no-style {
    padding-top: 10px
}

.search-sub .sort-home .icon-sort-t {
    padding-top: 12px
}

.search-sub .iconsearchno {
    float: left;
    padding-top: 20px
}

.top-59 {
    top: 59px
}

.search-sub input.search-detail {
    float: left;
    margin-top: 22px;
    border: 0;
    color: #999;
    padding: 0 5px 0 20px;
    font-size: 14px;
    width: 60%
}

.search-sub input.search-detail:focus {
    border: 0 !important
}

.search-sub .btn-black {
    float: right;
    margin: 13px 40px 0 0
}

.search-sub .search-suggest {
    width: 800px;
    left: 228px
}

.comment-topic:before {
    content: "\f175";
    position: relative;
    width: 20px;
    height: 20px;
    font-family: rever-icon, Verdana, Geneva, sans-serif;
    text-rendering: auto;
    line-height: 20px;
    font-size: 18px;
    padding-right: 5px
}

.date-topic:before {
    content: "\f166";
    position: relative;
    width: 20px;
    height: 20px;
    font-family: rever-icon, Verdana, Geneva, sans-serif;
    text-rendering: auto;
    line-height: 20px;
    font-size: 18px;
    padding-right: 5px
}

.view-topic:before {
    content: "\f146";
    position: relative;
    width: 20px;
    height: 20px;
    font-family: rever-icon, Verdana, Geneva, sans-serif;
    text-rendering: auto;
    line-height: 20px;
    font-size: 18px;
    padding-right: 5px
}

.article-news {
    padding: 30px 0;
    margin-top: 20px
}

.article-news:after {
    clear: both;
    display: table;
    content: ''
}

.article-news li {
    list-style: none
}

.article-news li {
    float: left;
    width: 50%;
    border-right: 2px solid #e6e6e6;
    padding-top: 100px
}

.article-news li article.featured {
    width: 92%;
    position: relative
}

.article-news article.featured:after {
    clear: both;
    display: table;
    content: ''
}

.article-news article.featured .cover {
    height: 280px;
    border-top: 2px solid #303339
}

.article-news article.featured .cover img {
    min-height: 100%;
    min-width: 100%
}

.article-news article.featured header {
    background: #fff;
    padding: 30px
}

.article-news article.featured header h3 {
    padding: 0;
    margin: 0
}

.article-news article.featured header h3 a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.article-news article.featured header .summary {
    height: 70px;
    overflow: hidden;
    font-size: 16px;
    padding: 5px 0 0 0;
    margin: 10px 0 0;
    line-height: 22px
}

.article-news .time {
    position: absolute;
    right: -9%;
    top: -50px;
    border-bottom: 2px solid #e6e6e6;
    padding: 0 15px 3px 0;
    width: 109%;
    text-align: right;
    font-size: 16px
}

.article-news .time span {
    padding-right: 30px
}

.article-news .time:after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e6e6e6;
    display: block;
    right: -9px;
    position: absolute;
    top: 16px
}

.article-news li:nth-child(2n) {
    float: right;
    width: 50%;
    margin-top: 0;
    border-right: 0
}

.article-news li:nth-child(2) {
    margin-top: 50px
}

.article-news li:nth-child(2n) article.featured {
    width: 92%;
    position: relative;
    margin-left: 8%
}

.article-news li:nth-child(2n) article.featured .time:after {
    left: -8px
}

.article-news li:nth-child(2n) article.featured .time {
    left: -9%;
    text-align: left;
    padding-left: 50px;
    width: 109%
}

.selisting-container {
    display: block;
    flex-flow: row wrap
}

.selisting-main {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66%;
    float: left;
    margin-top: 30px
}

.selisting-sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
    float: right;
    margin-top: 30px;
    height: 100%;
    overflow: hidden
}

.selisting-main section.result article.featured .cover {
    height: 220px
}

.selisting-header .result {
    display: none;
    padding-top: 20px
}

.selisting-header {
    display: block;
    position: relative
}

.selisting-header .left {
    width: 60%
}

.selisting-tab {
    display: block;
    float: left;
    width: 50%
}

.selisting-header input {
    display: none
}

.selisting-header label {
    display: block;
    float: left;
    text-align: left;
    color: #303339;
    width: auto;
    height: 30px;
    margin-right: 4%;
    font-size: 14px;
    cursor: pointer
}

.selisting-header #tab1:checked ~ #content1, .selisting-header #tab2:checked ~ #content2 {
    display: block
}

.selisting-header label:nth-child(5) {
    margin-right: 0
}

.selisting-header input:checked + label {
    border-bottom: 3px solid #303339;
    font-weight: 500
}

.selisting-header label:hover {
    border-bottom: 3px solid #303339;
    font-weight: 500;
    color: rgba(119, 118, 118, 0.96);
    -webkit-transition: color .25s linear, border-bottom .25s linear;
    -moz-transition: color .25s linear, border-bottom .25s linear;
    -o-transition: color .25s linear, border-bottom .25s linear
}

.selisting-action {
    float: right;
    text-align: right;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 30px
}

.selisting-action select {
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #303339;
    outline: 0;
    background-repeat: no-repeat;
    background-position: right;
    margin-left: 10px
}

.selisting-action select::-ms-expand {
    display: none
}

.selisting-action select:hover {
    color: #c52728
}

.selisting-header input[type=radio] + label {
    padding: 0
}

.selisting-tab:hover {
    background: #303339;
    color: #fff
}

.form-refine {
    padding: 15px;
    background: #eaebf0;
    font-size: 16px
}

.form-refine:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.form-refine h2 {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    line-height: 30px
}

.form-refine .refine-su {
    font-size: 14px;
    text-align: center;
    padding: 0 10px 20px
}

.form-refine .price-form {
    padding-left: 0
}

.form-refine label {
    font-size: 14px;
    padding-bottom: 10px
}

.form-refine .price-form input {
    padding: 10px;
    width: 41%;
    font-size: 14px;
    border: 1px solid rgba(48, 51, 57, .15);
    border-radius: 2px
}

.form-refine .price-form {
    width: 100%
}

.formElement {
    width: calc(99.9% * 1 / 2 - 27px);
    float: left;
    margin-top: 20px
}

.cx-selectField {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid rgba(48, 51, 57, .15);
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    color: #000;
    line-height: 1.3em;
    outline: 0;
    transition: border-color, background, box-shadow, color, fill .1s ease;
    padding: 10px;
    font-size: 16px;
    padding-right: 36px
}

.cx-selectField-wrapper {
    position: relative
}

.cx-selectField-wrapper:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url(../../frontend/images/download.svg)
}

.form-refine .booking-button {
    width: 40%;
    background: #393939;
    color: #fff;
    margin: 20px 30%;
    font-size: 14px;
    padding: 8px 0;
    font-weight: 500;
    cursor: pointer
}

.form-refine .booking-button:hover {
    background: #c72528
}

.more-yml {
    margin: 20px 0
}

.more-yml h3 {
    border-bottom: 1px solid #dedede;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    margin-bottom: 20px
}

.more-yml .list-yml a {
    color: #00779a;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: auto;
    display: block;
    padding: 5px 0
}

.selisting-title {
    padding: 60px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500
}

.selisting-title h1 {
    font-size: 40px;
    padding-bottom: 30px;
    line-height: 45px
}

.link-breadcrumbs {
    padding: 0 0 20px;
    margin: 0 auto;
    color: #999;
    font-size: 10px;
    font-weight: 400
}

.link-breadcrumbs a {
    color: #00779a;
    padding: 0 5px;
    font-size: 14px
}

.link-breadcrumbs a.active {
    color: #393939
}

.container-fluid {
    width: calc(100% - 30px);
    background: #fff;
    margin-top: 20px
}

.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.table-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 100%;
    border-collapse: collapse;
    padding: 10px 20px;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
    font-size: 12px
}

.wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row
}

.title-comment, .title-comment-module-reporter, .attributes {
    flex-grow: 1;
    -webkit-flex-grow: 1
}

.column {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    vertical-align: top
}

.column .font-icon {
    font-size: 14px
}

.table-row .title {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 4px;
    width: 220px
}

.module {
    width: 80px
}

.tab-choose {
    clear: both;
    width: 100%;
    margin-top: 25px;
    text-align: left
}

.tab-choose ul li {
    display: inline-block;
    padding: 0 40px 0 0
}

.tab-choose ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: rgba(255, 255, 255, 0.85)
}

.tab-choose ul li a.current {
    font-weight: 500
}

.tab-choose ul li a.current:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -8px;
    border-width: 0 0 2px;
    border-style: solid
}

.but-search-home {
    float: left;
    width: 155px;
    height: 55px;
    margin-top: 20px
}

.but-search-home button {
    color: #fff;
    background: #c72528;
    border: 0;
    font-size: 18px;
    line-height: 55px;
    width: 100%;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0;
    cursor: pointer;
    font-weight: 500
}

.but-search-home button:hover {
    background: #bb191c
}

.border-navgroup {
    position: relative
}

.border-navgroup:before {
    border-left: 2px solid #eaebf0;
    border-left-color: hsla(0, 0%, 100%, .2);
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    height: 16px
}

.link-hotline {
    color: #b3e04b !important
}

.sort-topdetail {
    float: left;
    width: 90px;
    background: #fff;
    padding: 8px 20px 8px 15px;
    position: relative
}

.sort-topdetail:after {
    content: '';
    position: absolute;
    right: -12px;
    top: 9px;
    height: 19px;
    border-left: 1px solid #30333a;
    opacity: .2
}

.sort-topdetail button {
    top: 5px !important;
    color: #666;
    font-size: 14px !important
}

.search-topdetail {
    float: left;
    position: relative;
    width: calc(100% - 150px);
    text-align: left
}

.tab-search {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
!important;
    width: 100%;
    height: 60px;
    background: #fff;
    position: relative;
    z-index: 1;
    position: fixed;
    top: 60px
}

.tab-search:after {
    content: '';
    display: table;
    clear: both;
    width: 100%
}

.left-tabmenu-search {
    float: left;
    font-size: 13px;
    padding-left: 30px
}

.left-tabmenu-search li {
    display: inline-block;
    padding: 4px 10px 0 0
}

.left-tabmenu-search li a {
    display: block;
    line-height: 56px;
    text-transform: uppercase;
    color: #484848;
    margin-right: 20px;
    font-size: 16px
}

.left-tabmenu-search li a:hover {
    border-bottom: 2px solid #484848
}

.left-tabmenu-search li a.active {
    font-weight: 500;
    border-bottom: 2px solid #484848
}

.btn-bor_red {
    display: block;
    border: 1px solid #c72528;
    color: #c72528;
    padding: 4px 10px;
    font-size: 14px
}

.none-border {
    border: 0 !important
}

.position-fixed {
    position: fixed
}

.full-width .search-sum {
    width: 100%
}

.title-sum {
    position: relative;
    top: 20px;
    padding: 6px 0
}

.title-sum:after {
    content: '';
    display: table;
    width: 100%
}

.kdc-new .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)) !important
}

section.project article.featured {
    width: calc(50% - 30px);
    margin: 30px 30px 0 0
}

.bgw {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 24px
}

.bgw .bgw-wp {
    padding: 0 30px;
    font-size: 14px
}

.bgw-wp h3 {
    padding: 30px 0 5px;
    font-size: 18px
}

.bgw-wp .klc:after {
    content: '';
    width: 100%;
    display: table
}

.bgw-wp .klc li {
    width: 19%;
    float: left;
    margin: 10px 8px 0 0
}

.bgw-wp .klc li a {
    display: block;
    width: 100%;
    line-height: 30px;
    background: #f3f4f7;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center
}

.bgw-wp p {
    padding-bottom: 20px;
    color: #888
}

.search-sidebar_content:after {
    content: '';
    width: 100%;
    display: table
}

.bgw-wbt {
    color: #d4d4d4;
    border-top: 1px solid #e2e2e2;
    padding: 15px 30px
}

.bgw-wbt a {
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
    color: #30333a
}

.bgw-wbt a.disable {
    color: rgba(48, 51, 58, 0.3)
}

.bgw-wbt a:first-child {
    padding-left: 0
}

.icon-s-h {
    font-size: 28px;
    color: #c9d6dd;
    vertical-align: middle;
    font-weight: 200
}

.space-icon {
    vertical-align: middle;
    padding-right: 5px
}

.border-navgroup-gray:before {
    border-left: 1px solid #30333a;
    content: '';
    position: absolute;
    left: -8px;
    top: 21px;
    height: 16px;
    opacity: .2
}

.width-1600 .right-menu ul.border-navgroup-gray li a.rightmenu-linkblack {
    font-weight: 500
}

.btn-no {
    border: 0;
    background: 0;
    cursor: pointer
}

.btn-no:hover {
    color: #30333a;
    opacity: 1
}

.view-type {
    float: right;
    right: 12px;
    margin-top: 5px;
    position: relative
}

.full-width .view-type {
    right: 30px
}

.view-type button {
    color: #30333a;
    opacity: .5
}

.type-property {
    background: #337588;
    color: #fff;
    display: block;
    padding: 5px;
    height: 18px;
    margin-top: 8px;
    float: left;
    line-height: 12px;
    margin: 5px 0 0 5px;
    border-radius: 2px
}

.total-result {
    color: #337588
}

.icon-slide {
    font-family: 'Material-Design-Iconic-Font'
}

.icon-slide:before {
    content: '\f2fb'
}

.icon-slide-back {
    font-family: 'Material-Design-Iconic-Font'
}

.icon-slide-back:before {
    content: '\f2fa'
}

.info-project td {
    padding: 0 10px 0 0
}

.lable-property {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px
}

.lable-property div {
    float: left;
    margin: 5px 5px 0 0
}

.free-month {
    padding: 3px 10px 1px !important;
    background: rgba(83, 158, 0, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.sold {
    padding: 3px 10px 2px !important;
    background: #838383;
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.monopoly {
    padding: 3px 10px 2px !important;
    background: rgba(243, 3, 6, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.h-3d {
    padding: 2px 10px 2px !important;
    background: rgba(32, 165, 150, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px
}

.h-3d i {
    vertical-align: text-bottom !important
}

.title-map-ho {
    font-weight: 600;
    text-align: left;
    font-size: 14px
}

.searchlisting-project {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
    width: 218px;
    background: #ebebeb;
    top: 50px;
    left: 50px;
    position: absolute;
    padding: 0;
    z-index: 100;
    display: none;
    height: 145px
}

.searchlisting-project section.exclusive article.featured {
    position: relative;
    width: 218px
}

.searchlisting-project section.exclusive article.featured .cover {
    height: 145px;
    width: 218px
}

.searchlisting-project section.exclusive article.featured header {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)) !important;
    padding: 10px;
    color: #fff
}

.searchlisting-project section.exclusive article.featured header a {
    display: block;
    height: auto;
    color: #fff
}

.searchlisting-project section.exclusive article.featured header a h3 {
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 500
}

.searchlisting-project section.exclusive article.featured header h4 a {
    color: #fff;
    font-size: 12px
}

.searchlisting-project section.exclusive article.featured header ul li {
    margin-right: 5px;
    color: #fff;
    font-size: 12px
}

.searchlisting-project section.exclusive article.featured header .price {
    position: initial;
    color: #fff;
    font-size: 12px
}

.searchlisting-project section.exclusive {
    justify-content: baseline
}

.info-bs-price {
    position: absolute;
    right: 0;
    top: 25px
}

.info-bs-price .price-list {
    font-size: 18px;
    font-weight: 600;
    color: #30333a
}

.info-bs {
    position: absolute;
    right: 30px;
    top: 50px
}

.info-bs div {
    float: right;
    clear: both;
    margin-bottom: 8px
}

.info-bs .lable-sold {
    padding: 3px 10px 1px !important;
    background: #838383;
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.info-bs .lable-monopoly {
    padding: 3px 10px 1px !important;
    background: rgba(243, 3, 6, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.info-bs .lable-free-m {
    padding: 3px 10px 1px !important;
    background: rgba(83, 158, 0, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 14px
}

.fix-btn-map-filter {
    position: fixed;
    bottom: 20px;
    margin-left: -90px;
    width: 180px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
    z-index: 100;
    left: 50%;
    display: none
}

.fix-btn-map-filter .filter-btn {
    width: 50%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    float: left;
    color: #838383
}

.fix-btn-map-filter .maps-btn {
    width: 50%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    color: #838383
}

.fix-btn-map-filter .maps-btn:after {
    position: absolute;
    content: '';
    left: -1px;
    top: 5px;
    height: 20px;
    border-left: 1px solid rgba(48, 51, 58, 0.2)
}

.fix-btn-map-filter .filter-btn i {
    vertical-align: text-bottom;
    color: #30333a
}

.fix-btn-map-filter .maps-btn i {
    vertical-align: text-bottom;
    color: #30333a
}

.save-search-box {
    float: right;
    margin: 10px 30px 0 0
}

.tag-info-project {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(48, 51, 58, 0.5);
    color: #fff;
    padding: 2px 10px;
    font-size: 14px
}

.overflow-text {
    height: 48px;
    overflow: hidden;
    display: block
}

.width-1600 .right-menu ul.border-navgroup-gray li a.rightmenu-linkblack {
    margin: 2px 8px 0 8px
}

.pd-search-icon {
    padding-left: 25px
}

.btn-on-off-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none
}

.btn-on-off-filter a {
    display: block;
    width: 90%;
    height: 40px;
    margin: 10px 0 0 35px
}

.list-view {
    margin-left: 0
}

.list-view .title-sum {
    padding-left: 30px
}

.list-view section.result {
    margin-top: 30px
}

.list-view section.result article.featured {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6
}

.view-more-cyan {
    color: #337588;
    font-size: 14px;
    font-family: 'harmonia'
}

.list-view section.project article.featured header {
    height: 205px
}

.list-view section.project article.featured header h3 {
    max-height: 48px;
    height: auto
}

.list-view section.project article.featured header .agent-content {
    position: relative;
    bottom: -20px
}

.list-view section.project article.featured header .info-project {
    position: relative;
    bottom: -20px
}

.list-view section.project article.featured header .overflow-text {
    max-height: 48px;
    height: auto
}

.search-sidebar_content section.exclusive {
    width: 100%;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left
}

.flexslider .slider-buttons a {
    color: #337588
}

.right-title-ab {
    position: absolute;
    right: 0;
    top: 40px
}

.fix-top-space {
    height: 60px;
    width: 100%
}

.suggest-result > li a span {
    line-height: 18px;
    display: block
}

.suggest-result > li a {
    padding: 10px 10px 10px 15px
}

.sort-on-mobile {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    display: none
}

.search-sum-no .total-result {
    font-size: 18px
}

.search-sum-no .zmdi {
    padding-left: 8px
}

.pdt-30 {
    padding-top: 30px !important
}

.pdt-40 {
    padding-top: 40px !important
}

.pdt-50 {
    padding-top: 50px !important
}

.pdt-20 {
    padding-top: 20px !important
}

.pdt-10 {
    padding-top: 10px !important
}

.pdt-5 {
    padding-top: 5px !important
}

.pdb-50 {
    padding-bottom: 50px !important
}

.pdb-40 {
    padding-bottom: 40px !important
}

.pdb-30 {
    padding-bottom: 30px !important
}

.pdb-20 {
    padding-bottom: 20px !important
}

.pdb-10 {
    padding-bottom: 10px !important
}

.pdb-0 {
    padding-bottom: 0 !important
}

.pdr-10 {
    padding-right: 10px !important
}

.pdr-30 {
    padding-right: 30px !important
}

.pdr-50 {
    padding-right: 50px !important
}

.pdl-10 {
    padding-left: 10px !important
}

.pdl-25 {
    padding-left: 25px !important
}

.mgt-30 {
    margin-top: 30px !important
}

.mgt-20 {
    margin-top: 20px !important
}

.mgt-50 {
    margin-top: 50px !important
}

.mgt-60 {
    margin-top: 60px !important
}

.mgt-0 {
    margin-top: 0 !important
}

.mgt-10 {
    margin-top: 10px !important
}

.mgt-8 {
    margin-top: 8px !important
}

.mgt-15 {
    margin-top: 15px !important
}

.mgb-15 {
    margin-bottom: 15px !important
}

.mgb-0 {
    margin-bottom: 0 !important
}

.mgb-40 {
    margin-bottom: 40px !important
}

.mgr-10 {
    margin-right: 10px !important
}

.mgr-30 {
    margin-right: 30px !important
}

@media only screen and (max-width: 2120px) {
    .full-width > div > section.result article.featured {
        width: calc(20% - 30px);
        margin: 30px 30px 0 0
    }

    .full-width > div.list-view > section.result > article.featured {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #e6e6e6
    }

    .full-width > div > section.project article.featured {
        width: calc(20% - 30px);
        margin: 30px 30px 0 0
    }

    section.result article.featured {
        width: calc(33.3% - 30px)
    }

    section.project article.featured {
        width: calc(33.3% - 30px)
    }

    section.result article.featured .cover {
        height: 253px
    }

    .full-width > div > section.result article.featured .cover {
        height: 225px
    }

    .full-width > div.list-view > section.result article.featured .cover {
        height: 180px
    }

    .full-width > div > section.exclusive article.kdc-new .cover {
        height: 229px
    }
}

@media only screen and (max-width: 1600px) {
    section.result article.featured .cover {
        height: 207px
    }

    section.exclusive article.kdc-new .cover {
        height: 225px
    }

    section.project article.featured .cover {
        height: 207px
    }

    .full-width > div > section.project article.featured .cover {
        height: 240px
    }

    .full-width > div > section.result article.featured {
        width: calc(25% - 30px);
        margin: 30px 30px 0 0
    }

    .full-width > div > section.project article.featured {
        width: calc(25% - 30px);
        margin: 30px 30px 0 0
    }

    section.result article.featured header ul.info-project li p:first-child {
        width: 40%
    }
}

@media only screen and (max-width: 1440px) {

    section.result article.featured .cover {
        height: 265px
    }

    section.exclusive article.kdc-new .cover {
        height: 270px
    }

    .full-width > div > section.exclusive article.kdc-new .cover {
        height: 210px
    }

    section.result article.featured {
        width: calc(50% - 30px)
    }

    section.project article.featured {
        width: calc(50% - 30px)
    }

    .full-width > div.list-view > section.result > article.featured {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #e6e6e6
    }

    .full-width > div > section.project article.featured {
        width: calc(25% - 30px) !important;
        margin: 30px 30px 0 0 !important
    }

    .full-width > div > section.project article.featured header h4.price-on-project {
        position: initial
    }

    section.result article.featured header ul.info-project li p:first-child {
        width: 50%
    }

    .full-width > div > section .lable-property div {
        float: left;
        margin: 5px 0 0;
        display: block;
        clear: both
    }

    .full-width > div > section .h-3d {
        float: left !important
    }

    .full-width > div > section.result article.featured .cover {
        height: 203px
    }

    .searchdetailbox form {
        width: 40%
    }
}

@media only screen and (max-width: 1280px) {
    section.exclusive article.kdc-new .cover {
        height: 251px
    }

    .full-width > div > section.project article.featured .cover {
        height: 188px
    }

    .full-width > div > section.result article.featured {
        width: calc(25% - 30px);
        margin: 30px 30px 0 0
    }

    .full-width > div > section.result article.featured .cover {
        height: 188px
    }

    section.result article.featured header ul.info-project li {
        width: 40%
    }

    section.result article.featured header ul.info-project li p:first-child {
        width: 46%
    }

    section.result article.featured .cover {
        height: 251px
    }

    .searchdetailbox form {
        width: 35%
    }
}

@media only screen and (max-width: 1139px) {
    .full-width section.exclusive article.featured header h4.price-on-project {
        position: initial
    }

    section.result article.featured {
        width: calc(50% - 30px)
    }

    .collection-box {
        padding-top: 0
    }

    .width1140 {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 auto;
        position: relative;
        clear: both
    }

    #slider3 {
        width: 82%;
        margin: 0 auto
    }

    #slider4 {
        width: 82%;
        margin: 0 auto
    }

    .fix-widthcell .naviicon li {
        padding: 5px 10px
    }

    .fixed-menu-detail {
        padding: 0 10px
    }

    .ads3d-box-right .cover {
        width: 80px;
        height: 80px
    }

    .left-filter2 > .fix-search-top {
        width: 30%
    }

    .bg-white-sell {
        padding: 30px 15px
    }

    .background-gray-sell {
        padding: 30px 15px
    }

    .founder .info {
        width: 60%
    }

    .founder .skill {
        width: 30%
    }

    .founder {
        padding: 50px
    }

    .top-team h3 {
        font-size: 35px
    }

    .top-team p {
        font-size: 22px
    }

    .time-horizontal {
        right: 30px
    }

    .max-width-1140 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .but-nextdetail-news {
        right: 5px;
        font-size: 40px;
        background: rgba(255, 255, 255, 0.66);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 10px 5px
    }

    .but-predetail-news {
        left: 5px;
        font-size: 40px;
        background: rgba(255, 255, 255, 0.66);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding: 10px 5px
    }

    section.project article.featured .cover {
        height: 220px
    }

    section.project article.featured:nth-child(2n) {
        margin-right: 2%
    }

    .full-width > div > .left-list-filter {
        margin-top: 0
    }

    .full-width > div > section.project article.featured {
        width: calc(33.3% - 30px) !important;
        margin: 30px 30px 0 0 !important
    }
}

@media only screen and (max-width: 1080px) {
    section.exclusive article.featured {
        width: calc(50% - 30px)
    }

    section.exclusive article.featured:nth-child(3) {
        margin-top: 30px
    }

    section.exclusive article.featured:nth-child(3n+3) {
        margin-right: 30px
    }

    .common-info p {
        padding-right: 30px
    }

    .left-filter ul.different {
        left: -300px
    }

    .searchdetailbox form {
        width: 98%
    }

    .search-sidebar {
        width: 100%
    }

    .search-sum {
        width: 100%
    }

    .fix-btn-map-filter {
        display: block
    }

    section.result article.featured .cover {
        height: 310px
    }

    .form-refine .price-form input {
        width: 100%
    }

    .form-refine .price-form span {
        display: block;
        margin: 8px 0 0
    }

    .formElement {
        width: calc(99.9% * 1 / 2 - 8px)
    }

    section.result article.featured header ul li + li {
        margin-right: 0
    }

    .info-duan h2, .info-duan h3 {
        margin-bottom: 8px;
        max-height: 65px;
        font-size: 26px;
        line-height: 33px
    }

    .title-sticky-header {
        display: none
    }

    .full-width > div > section.result article.featured {
        width: calc(33.3% - 30px) !important;
        margin: 30px 30px 0 0 !important;
        float: left;
        display: inline-block;
        background: #fff
    }

    .width-1600 .menuiconblack {
        display: block;
        top: 20px
    }

    .width-1600 .menuicon {
        top: 20px;
        left: 0
    }

    .width-1600 hgroup {
        padding-left: 30px !important
    }

    .width-1600 .menuicon {
        display: block;
        right: 35px;
        left: auto
    }

    .width-1600 .right-menu {
        display: none
    }

    .news-box {
        padding: 0 15px !important
    }

    section.exclusive {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .list-search02 section.exclusive article.featured {
        margin-right: 0 !important
    }

    section.exclusive article.featured .cover {
        height: 310px
    }

    section.exclusive article.kdc-new {
        height: auto
    }

    .left-content {
        width: 62%
    }

    .content-detail-house header.detail-house {
        width: 55%
    }

    .right-content {
        width: 35%
    }

    .slideimg {
        width: 60%
    }

    ul.slidemap li a.img {
        height: 150px
    }

    ul.slidemap > a {
        padding-top: 60px
    }

    ul.slidemap li {
        width: 24%
    }

    .width1140 {
        padding-left: 30px !important;
        padding-right: 0 !important
    }

    .icon-presmall-gray {
        top: 60px
    }

    .icon-nextsmall-gray {
        top: 60px
    }

    #slider3 {
        margin: 0 auto
    }

    #slider4 {
        margin: 0 auto
    }

    footer .copyright {
        padding: 20px !important
    }

    .fix-widthcell .naviicon li {
        padding: 5px 14px
    }

    .agent-info .cover {
        height: 218px
    }

    .box-border-top {
        padding: 10px 15px;
        border: 0
    }

    .bank-form .left-form .list-bank-no {
        width: 45%;
        margin: 7px !important
    }

    .about-agent {
        padding: 40px 15px
    }

    .left-content-agent .cover img {
        width: 80%;
        height: 80%;
        margin-top: 10px
    }

    #carousel {
        width: 40%
    }

    .ads3d-box-left {
        width: 60%
    }

    .ads3d-box-right {
        width: 37%
    }

    section.apartment article.featured {
        width: 100%;
        margin-right: 0
    }

    .thumb-duan img {
        margin: 0 0 10px 0
    }

    .info-duan {
        float: left;
        width: calc(100% - 600px);
        padding: 30px;
        height: 400px;
        position: relative
    }

    .list-view section.result article.featured {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #e6e6e6
    }

    .full-width > div.list-view > section.result > article.featured {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #e6e6e6
    }

    section.project {
        webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start
    }

    section.project article.featured .cover {
        height: 310px
    }

    .searchlisting section.exclusive article.featured:nth-child(3) {
        margin: 0
    }
}

@media only screen and (max-width: 979px) {
    .selisting-title h1 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 20px
    }

    .selisting-title {
        padding: 40px 0
    }

    .selisting-main {
        width: calc(100% * 3 / 5 - 30px)
    }

    .selisting-sidebar {
        width: calc(100% * 2 / 5 + 10px)
    }

    .max-width-946 {
        padding-left: 15px;
        padding-right: 15px
    }

    .list-view section.result article header h3 {
        width: 100%
    }

    .list-view section.result article.featured header ul {
        padding-left: 0
    }

    .list-view section.result article.featured .price {
        font-weight: 500
    }

    .smarter-from {
        padding: 70px 0 0
    }

    .position-left {
        left: 190px !important
    }

    .background-topwhybuy {
        background: url(../../frontend/images/slide001.jpg) 50% 50% / cover no-repeat
    }

    .background-home-news {
        height: 500px;
        width: 100%;
        background: url(../../frontend/images/slide001.jpg);
        background-size: cover;
        background-position: center
    }

    section.exclusive article.featured .cover {
        height: 290px
    }

    .common-info p {
        width: 100%
    }

    .ads-boxtable .adstable-cell .ads-content h3 {
        font-size: 3em
    }

    .news-box section.news-content .bordertop-news02 article.featured header .news {
        font-size: 1.8em
    }

    .news-box section.news-content .bordertop-news01 article.featured .cover {
        height: auto;
        max-height:300px;
    }

    .news-box section.news-content .bordertop-news02 article.featured header {
        height: 67px;
        overflow: hidden
    }

    .news-box section.news-content .bordertop-news02 article.featured header .by {
        display: none
    }

    .search-map {
        width: calc(100% - 360px)
    }

    section.result article.featured {
        margin-right: 30px
    }

    .right-list-filter {
        clear: both;
        float: left;
        width: 100%;
        margin-top: 15px
    }

    .left-list-filter ul li.list-filter {
        width: 100%
    }

    .search-filter {
        float: left
    }

    #slider3 {
        width: 85%;
        margin: 0 auto
    }

    #slider4 {
        width: 85%;
        margin: 0 auto
    }

    ul.slidemap li a.img {
        height: 170px
    }

    .left-content {
        width: 55%
    }

    .right-content {
        width: 42%
    }

    .fix-widthcell .naviicon {
        width: 50%
    }

    .agent-list:nth-child(4n) {
        margin-right: 2%
    }

    .agent-list:nth-child(3n) {
        margin-right: 0;
        clear: right
    }

    .agent-list {
        width: 32%;
        margin-right: 2%
    }

    .left-list-filter ul li.list-filter a {
        width: 100%
    }

    .ads3d-box-right .cover {
        float: none;
        margin: 0 auto
    }

    .ads3d-box-right .infoagent {
        float: none;
        margin: 15px 0 0 0;
        text-align: center
    }

    .left-filter2 > .fix-search-top {
        display: none
    }

    .founder .info {
        float: right;
        margin-right: 0;
        width: 60% !important
    }

    .founder .avatar {
        width: 30%
    }

    .content-detail-house header.detail-house {
        width: 55%
    }

    .box-name-neighborhood {
        width: 90%
    }

    .thumb-duan {
        float: left;
        width: 400px;
        height: 320px;
        min-height: 0;
        overflow: hidden
    }

    .info-duan {
        float: left;
        width: calc(100% - 400px);
        padding: 16px 32px;
        height: 260px
    }

    .info-duan h2, .info-duan h3 {
        margin-bottom: 10px
    }

    .info-duan .content {
        height: 140px
    }

    .info-duan .more {
        display: none
    }

    .left-content-news {
        width: 100%
    }

    .left-content-news section.exclusive article.featured {
        margin-right: 0 !important;
        padding: 0 20px 20px
    }

    .left-content-news section.exclusive article.featured header {
        padding: 0
    }

    .left-content-news section.exclusive article.featured:nth-child(3n+3) {
        margin-right: 0 !important
    }

    .right-content-news {
        display: block;
        width: 100%
    }

    .right-content-news .popular-post article.featured .cover {
        width: 135px
    }

    .right-content-news .popular-post article.featured .cover img {
        width: 100%
    }

    .right-content-news .popular-post article.featured header {
        width: calc(100% - 155px)
    }

    .right-content-news .popular-post article.featured header a {
        font-size: 22px;
        line-height: 26px
    }

    .title-comment-module-reporter {
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 220px
    }

    .title-comment-module-reporter > div {
        width: 100%;
        justify-content: center;
    }

.title-comment-module-reporter div {
     flex-grow: 0;
     -webkit-flex-grow: 0
 }

    .module {
        width: 25%
    }

    .container-fluid {
        width: 100%
    }

    .left-list-filter {
        padding-right: 30px
    }

    .bgw-wp .klc li {
        width: 48%
    }

    section.result article.featured .cover {
        height: 226px
    }

    section.project article.featured .cover {
        height: 200px
    }

    .full-width > div > div > .left-list-filter {
        margin-top: 0
    }
}

@media only screen and (max-width: 800px) {
    .topsearch-bgloop .box-search .fix-width770 {
        max-width: 550px
    }

    .topsearch-bg {
        background: url( ../../frontend/images/home-rever03.jpg) 50% 50% / cover no-repeat;
        height: 450px
    }

    section.exclusive article.featured:nth-child(3) {
        margin-top: 30px
    }

    .agent-content {
        margin-top: 20px;
        vertical-align: middle
    }

    .btn-on-off-filter {
        display: block;
        width: 100%;
        height: 100%
    }

    .search-sum {
        display: none
    }

    .search-sidebar_content {
        padding-right: 0;
        top: 0
    }

    .list-view section.result article header a h3 {
        display: block;
        overflow: hidden;
        max-height: 55px
    }

    .full-width > div > section.project article.featured {
        width: calc(50% - 30px) !important;
        margin: 30px 30px 0 0 !important;
        height: 226px
    }

    .full-width > div > section.project article.featured .cover {
        height: 226px
    }

    .full-width > div > section.result article.featured .cover {
        height: 226px
    }

    .copyright-left {
        float: none;
        text-align: center
    }

    .copyright-right {
        float: none;
        text-align: center
    }

    .popup-lch-detail {
        min-height: 0 !important
    }

    .image-sketch .actionIcon:not(.actionIcon-responsive) {
        display: none
    }

    .actionIcon-responsive {
        display: block
    }

    .top-team {
        padding: 30px 0
    }

    .top-team h1 {
        font-size: 30px;
        line-height: 38px
    }

    .top-team p {
        font-size: 16px !important;
        line-height: 26px;
        padding: 30px 0 0 0
    }

    .right-content .booking-tour {
        display: none
    }

    .article-news article.featured .cover {
        height: 220px
    }

    .menu-detail-under ul li a {
        margin-right: 20px
    }

    .compare-house .article div.info {
        text-align: left;
        width: 30%;
        padding-left: 10px
    }

    .compare-house .article div.info-price {
        width: 100%;
        display: block;
        text-align: left
    }

    .compare-house .article div.action {
        width: 100%;
        display: block;
        text-align: left
    }

    .compare-house .article div.action a {
        float: left
    }

    .width-70-ber {
        width: 50%
    }

    section.exclusive article.featured .cover img {
        width: 100%
    }

    .ads3d-box-right .like-button {
        width: 80%
    }

    .content-detail-house {
        padding-bottom: 0
    }

    .menu-sub-detail2 {
        display: none
    }

    .background-topwhybuy {
        height: 300px;
        padding-top: 50px
    }

    .max-width900 {
        max-width: 90%
    }

    .col-ms-6 {
        width: 100%;
        padding: 60px 0 0
    }

    .col-ms-6.right {
        padding-top: 30px
    }

    .smarter-from {
        width: 100%;
        padding: 60px 30px;
        text-align: center
    }

    .pro-descrip .left-descrip {
        width: 100%
    }

    .pro-descrip .right-descrip {
        width: 100%
    }

    .pro-descrip .right-descrip .cover {
        height: 320px
    }

    .whybuy-building li img {
        float: left
    }

    .header2402-navBar ul.subnav li a:hover {
        background: #fff
    }

    section.exclusive article.featured .cover {
        height: 226px
    }

    .ads-boxtable .adstable-cell .ads-content h3 {
        font-size: 2.2em
    }

    ul.slidemap li {
        width: 24%
    }

    .right-filter {
        display: none
    }

    .slideimg {
        display: none
    }

    #slider8 .slides li a {
        max-height: 100% !important
    }

    .fix-widthcell .naviicon {
        width: 100%;
        margin: 0;
        border: 0;
        text-align: center
    }

    .but-predetail {
        left: 15px;
        padding: 8px 4px;
        opacity: .6
    }

    .but-nextdetail {
        right: 15px;
        padding: 8px 4px;
        opacity: .6
    }

    #slider3 {
        width: 83%;
        margin: 0 auto
    }

    #slider4 {
        width: 83%;
        margin: 0 auto
    }

    .icon-presmall-gray {
        top: 35px
    }

    .icon-nextsmall-gray {
        top: 35px
    }

    .left-content {
        width: 100%
    }

    .content-detail-house header.detail-house {
        width: 100%
    }

    .content-detail-house header.detail-house h1 {
        font-size: 2.3em;
        max-height: 76px;
        overflow: hidden
    }

    .right-content {
        width: 49%
    }

    .booking-tour {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        margin: 10px 0 0;
        width: 100%;
        border: 0;
        background: transparent
    }

    .contact-agency {
        display: none
    }

    .booking-tour .bg-gray {
        padding: 0
    }

    .booking-tour .bg-gray .sms-button {
        border-radius: 0;
        background: #c72528;
        float: right
    }

    .booking-tour .save-favorite-box {
        margin: 0
    }

    .booking-tour .save-favorite-box p {
        display: none
    }

    .booking-tour .save-favorite-box .like-button {
        width: 50%;
        float: left;
        background: #fff;
        padding: 12px 0 12px 0;
        border-radius: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0
    }

    .list-but {
        display: none
    }

    ul.slidemap li a.img {
        height: 100px
    }

    #carousel {
        display: none
    }

    .fix-widthcell .naviicon li {
        padding: 0 15px
    }

    .fix-widthcell .naviicon {
        height: 68px
    }

    .changeimg-box {
        height: 68px
    }

    .searchlisting section.exclusive article.featured:nth-child(3n+3) {
        margin-right: 0
    }

    .content-detail-house header.detail-house ul li a {
        padding: 5px 0
    }

    .collection-box-left {
        width: 100%
    }

    .collection-box-right {
        width: 100%;
        margin-top: 30px
    }

    .bank-form .left-form {
        display: none
    }

    .bank-form .right-form {
        width: 100%
    }

    .bank-form .right-form .arrow-right {
        display: none
    }

    ul.slidemap li a.img {
        display: block;
        border: 1px solid #eee;
        width: 100%;
        height: 100%
    }

    ul.slidemap li a {
        height: 76px !important;
        display: block
    }

    .icon-presmall-gray {
        top: 22px
    }

    .icon-nextsmall-gray {
        top: 22px
    }

    .fixed-menu-detail {
        display: none !important
    }

    .ads3d-box-left {
        width: 50%;
        margin-right: 0;
        padding-right: 0;
        border: 0
    }

    .ads3d-box-right {
        width: 50%;
        text-align: center
    }

    .ads3d-box-right .cover {
        float: none;
        margin: 0 auto
    }

    .ads3d-box-right .infoagent {
        float: none;
        margin: 10px auto
    }

    .ads3d-box-left .cover {
        width: 100%
    }

    .ads3d-box-left .about-3d {
        width: 100%;
        padding-top: 20px
    }

    .bank-form .right-form {
        padding: 20px;
        border: 1px solid #dedede
    }

    .ads3d-box-left .about-3d p {
        text-align: justify
    }

    .top-sell h5 {
        font-size: 28px
    }

    .marketing li .cover-mkt {
        height: 276px
    }

    .top-sell .contact-agency-info {
        width: 80%;
        margin: 0 auto
    }

    .share-social {
        bottom: 50px;
        left: 72px;
        top: auto;
        right: auto
    }

    .left-recruitment {
        width: 100%;
        margin-right: 0
    }

    .right-recruitment {
        width: 100%;
        margin-top: 30px
    }

    section.apartment article.featured {
        width: 100%;
        margin-right: 0 !important;
        border: 1px solid #ececec;
        border-top: 0
    }

    .thumb-duan {
        float: left;
        width: 340px;
        height: 280px;
        min-height: 0;
        overflow: hidden
    }

    .thumb-duan img {
        width: 100%;
        height: 100%;
        margin: 0
    }

    .info-duan {
        float: left;
        width: calc(100% - 340px);
        padding: 10px 20px;
        height: 280px
    }

    .info-duan h2, .info-duan h3 {
        font-size: 26px
    }

    .info-duan .content {
        height: 110px
    }

    .left-content-news {
        width: calc(100% - 270px);
        padding-right: 20px
    }

    .left-content-news section.exclusive article.featured .cover {
        width: 100%;
        height: auto
    }

    .left-content-news section.exclusive article.featured header {
        width: 100%;
        padding: 20px 0 0 0
    }

    .right-content-news {
        display: block;
        width: 270px
    }

    .right-content-news .popular-post article.featured {
        width: 100%;
        clear: both;
        display: table;
        padding-bottom: 20px
    }

    .right-content-news .popular-post article.featured .cover {
        float: left;
        width: 90px;
        margin-right: 16px;
        height: 90px
    }

    .right-content-news .popular-post article.featured .cover img {
        height: 100%;
        width: auto
    }

    .right-content-news .popular-post article.featured header {
        float: left;
        width: calc(100% - 106px)
    }

    .right-content-news .popular-post article.featured header a {
        font-weight: 500;
        display: block;
        font-size: 16px;
        line-height: 22px;
        height: 63px;
        overflow-y: hidden
    }

    .right-content-news .popular-post article.featured header p.by {
        padding: 8px 0 0
    }

    .selisting-action {
        left: 0;
        top: 50px;
        float: left;
        text-align: left
    }

    .selisting-header .result {
        padding-top: 60px
    }

    .full-width > div > section.result article.featured {
        width: calc(50% - 30px) !important;
        margin: 30px 30px 0 0 !important;
        float: left;
        display: inline-block;
        background: #fff
    }

    section.browsing article.featured {
        width: 100%
    }
}

@media only screen and (max-width: 720px) {
    .contact-rever .hs-form {
        max-width: 100% !important
    }

    .width-750 {
        width: 100%
    }

    .font-18 {
        font-size: 16px !important
    }

    .but-search-home:before {
        content: ''
    }

    .topsearch-bgloop .box-search .fix-width770 form .search-home button {
        top: 4px
    }

    .topsearch-bgloop .box-search .fix-width770 form .search-home input {
        font-size: 16px !important
    }

    .sort-home {
        width: 100%;
        height: 50px;
        padding: 7px 15px
    }

    .responsive-filter .popup {
        padding: 15px
    }

    .responsive-filter .different {
        padding: 0 !important
    }

    .left-content {
        width: 100%;
        margin-right: 0
    }

    .right-content {
        width: 100%
    }

    .Mortgage .Mortgage-left {
        width: 100%
    }

    .Mortgage .Mortgage-right {
        width: 100%
    }

    ul li.list-filter {
        width: 100%;
        clear: both;
        margin: 5px 0
    }

    .more-filter {
        display: block !important;
        font-size: .9em;
        cursor: pointer
    }

    .more-filter a {
        display: block
    }

    .down-arrow {
        float: right
    }

    .left-filter {
        margin: 8px 0 3px;
        width: 71px
    }

    .search-filter {
        height: auto !important
    }

    .hidemobile {
        display: none !important
    }

    .left-filter ul li.list-filter {
        display: none !important
    }

    .left-filter ul.mobile-filter li.list-filter {
        display: block !important
    }

    .mobile-filter {
        width: 100%;
        clear: both
    }

    .popup {
        overflow: auto
    }

    .different li {
        width: 100%;
        padding: 20px 0 !important
    }

    section.exclusive article.featured .cover {
        height: 200px
    }

    .different li {
        border-right: 0
    }

    .popup {
        padding: 0 15px
    }

    .col-ms-7 {
        width: 100%
    }

    .col-ms-3 {
        width: 100%
    }

    .allproject-list {
        max-height: none;
        margin-top: 15px
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        height: auto;
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }

    .info-duan .more {
        display: block;
        position: static;
        margin: 10px 0
    }
}

@media only screen and (max-width: 600px) {
    .info-duan .btn-more {
        bottom: 0;
        padding: 20px 0 0
    }

    .flexslider.main-content {
        padding-bottom: 30px !important
    }

    .news-box section.news-content .bordertop-news01 article.featured header p.description {
        padding-bottom: 20px
    }

    .info-duan .content {
        padding-bottom: 0
    }

    section.exclusive article.featured:nth-child(3n+3) {
        margin-right: 0
    }

    .news-box .more-button-box {
        padding-top: 20px
    }

    .exclusive > .more-button-box {
        padding-top: 20px
    }

    .main-content {
        padding-bottom: 30px
    }

    .mota-duan {
        font-size: 16px !important;
        line-height: 26px !important;
        max-width: none !important;
        padding-top: 20px !important
    }

    .main-content > .more-button-box {
        padding-top: 20px
    }

    .width1140 > h1 {
        padding: 30px 0 0 !important;
        font-size: 26px !important;
        line-height: 30px !important
    }

    .col-ms-6 {
        padding: 30px 0 0
    }

    .smarter-from {
        padding: 30px 15px
    }

    .width1140 .smarter-from > .pd-tb-30 {
        padding: 20px 0 !important
    }

    .common-info h2 {
        font-size: 26px;
        padding: 30px 0 20px
    }

    .common-info p {
        font-size: 16px;
        padding-bottom: 20px
    }

    #slider-project, #slider-building {
        padding-bottom: 30px
    }

    .common-info p {
        font-weight: 400;
        line-height: 26px
    }

    .article-news .time span {
        display: none
    }

    .article-news .time span:nth-child(1) {
        display: block
    }

    .article-news article.featured .cover {
        height: 160px
    }

    .article-news article.featured header h3 a {
        line-height: 26px
    }

    .pd-section {
        padding-top: 0;
        padding-bottom: 30px !important
    }

    .width-1600 .menuiconblack:before {
        font-size: 30px
    }

    .time-horizontal {
        display: none
    }

    section.exclusive article.featured .cover {
        height: 185px
    }
    section.exclusive article.featured header{
        padding: 0 10px;
    }

    .topsearch-bgloop .box-search .fix-width770 h1 {
        font-size: 3em
    }

    .topsearch-bgloop .box-search .fix-width770 form button.searchicon {
        right: 10px
    }

    .topsearch-bgloop .box-search .fix-width770 form button.location {
        right: 60px
    }

    .search-sidebar {
        width: 320px
    }

    .search-map {
        width: calc(100% - 320px)
    }

    .but-pre {
        font-size: 3.5em
    }

    .but-next {
        font-size: 3.5em
    }

    .news-box section.news-content .bordertop-news01 {
        width: 100%;
        margin-right: 0
    }

    .news-box section.news-content .bordertop-news02 {
        width: 100%
    }

    .news-box section.news-content .bordertop-news02 article.featured header {
        height: auto
    }

    .news-box section.news-content .bordertop-news02 article.featured header .by {
        display: block
    }

    footer {
        padding-bottom: 50px
    }

    section.exclusive article.featured {
        width: 50%;
        padding: 0 10px;
        margin: 15px 0 0
    }

    section.exclusive article.featured:nth-child(2), section.exclusive article.featured:nth-child(3) {
        /*margin-top: 15px*/
    }

    .exclusive .featured:last-child {
        margin-bottom: 0 !important
    }

    .left-filter ul {
        border: 0
    }

    .allproject-list {
        max-height: none;
        margin-top: 15px
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {php
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }

    .info-duan h2, .info-duan h3 {
        font-size: 26px
    }

    .left-content-news {
        width: 100%;
        padding-right: 0
    }

    .left-content-news section.exclusive article.featured {
        max-width: 460px
    }

    .left-content-news section.exclusive article.featured .cover {
        width: 100%;
        height: auto
    }

    .left-content-news section.exclusive article.featured header {
        width: 100%;
        padding: 20px 0 0 0
    }

    .right-content-news {
        display: block;
        width: 100%
    }

    .right-content-news .right-box {
        max-width: 420px;
        margin: 0 auto
    }

    .detail-more li {
        width: 100%;
        margin-right: 0
    }

    .search-sum {
        width: 320px
    }

    .searchlisting section.exclusive article.featured {
        margin: 0
    }
}

@media only screen and (max-width: 480px) {
    .searchlisting section.exclusive article.featured header h2 {
        font-size: 12px;
        padding: 0;
        max-height: 30px;
        overflow: hidden
    }

    .topsearch-bgloop .box-search .fix-width770 form .search-home {
        width: calc(100% - 50px);
        height: 50px;
        padding: 8px 15px 0;
        margin-top: 0
    }

    .but-search-home {
        width: 50px;
        margin-top: 0;
        padding: 0;
        height: 50px;
        background: #c72528;
        overflow: hidden
    }

    .actionIcon {
        right: 15px
    }

    .width-1600 .menuicon {
        right: 15px
    }

    .but-search-home button {
        color: #c72528;
        height: 50px;
        overflow: hidden;
        position: relative;
        width: 100%;
        top: 0;
        margin: 0;
        padding: 0;
        background: 0
    }

    .but-search-home button:hover {
        background: 0
    }

    .list-view section.project article.featured header {
        height: auto
    }

    .list-view section.project article.featured header .info-project {
        bottom: auto
    }

    .list-view section.project article.featured header .agent-content {
        position: absolute;
        bottom: auto
    }

    .icon-s-h {
        color: #fff;
        position: absolute;
        right: -35px;
        top: 16px;
        z-index: 99
    }

    .topsearch-bgloop .box-search .fix-width770 form .search-home input {
        line-height: 20px;
        font-size: 14px !important;
        width: 100%;
        padding-top: 9px
    }

    .tab-choose {
        margin: 30px 0 25px;
        text-align: center
    }

    .tab-choose ul li {
        padding: 0 20px
    }

    .width1140 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .info-project {
        display: none
    }

    .search-keyword {
        max-width: 100%
    }

    .suggest-result {
        position: fixed;
        top: 59px
    }

    .h-3d {
        padding: 0 6px 0 !important;
        font-size: 12px;
        line-height: 12px
    }

    .h-3d i {
        font-size: 15px
    }

    .list-view section.result article.featured .cover {
        width: 113px;
        height: 75px;
        margin: 15px 0
    }

    .list-view section.result article.featured header {
        padding: 12px 0 10px 15px;
        width: calc(100% - 113px)
    }

    .list-view section.result article header a {
        width: 100%
    }

    .list-view section.result article header a h3 {
        width: 100%;
        max-height: 44px;
        margin-bottom: 0
    }

    .info-agent-ct {
        display: none
    }

    .list-view section.result .action-list {
        display: none
    }

    .list-view section.project .action-list {
        display: block
    }

    .list-view section.project .action-list .contactnow-but {
        display: none !important
    }

    .list-view section.project .action-list .follow-button {
        background: rgba(255, 255, 255, 0.5);
        border: 0;
        color: #666
    }

    .list-view section.project .action-list a.active {
        background: #337588;
        color: #fff
    }

    .agent-content {
        position: absolute;
        top: -195px;
        right: 10px
    }

    .list-view section.result article.featured {
        padding: 0 15px;
        border: 0
    }

    .list-view section.result article.featured header ul li {
        display: none
    }

    .list-view section.result article.featured header ul li:first-child {
        display: inline-block
    }

    .list-view section.result article.featured header ul li:nth-child(3) {
        display: inline-block
    }

    .info-bs div {
        float: left;
        clear: none;
        margin-right: 5px;
        margin-bottom: 15px
    }

    .info-bs .price-list {
        float: right;
        clear: both;
        top: -40px
    }

    .info-bs {
        position: relative;
        left: 0;
        top: 0
    }

    .info-bs-price {
        top: auto;
        bottom: 10px
    }

    .info-bs-price .price-list {
        font-size: 14px
    }

    .info-bs .lable-sold {
        font-size: 12px;
        padding: 0 10px !important
    }

    .info-bs .lable-monopoly {
        font-size: 12px;
        padding: 0 10px !important
    }

    .info-bs .lable-free-m {
        font-size: 12px;
        padding: 0 10px !important
    }

    .list-view section.project article.featured .cover {
        width: 100%;
        height: 256px;
        margin: 15px 0 0
    }

    .list-view section.project article.featured header {
        width: auto;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 15px;
        right: 15px;
        color: #fff;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)) !important
    }

    .list-view section.project article.featured header h3 {
        color: #fff
    }

    .list-view section.project article.featured header h4 {
        color: #fff
    }

    .list-view section.project article.featured header h4 a {
        color: #fff
    }

    .list-view section.project article.featured .price {
        right: 15px;
        color: #fff;
        font-weight: 600
    }

    .info-project td.gray {
        color: rgba(255, 255, 255, 0.7) !important
    }

    .info-project td {
        font-size: 13px
    }

    .list-view section.project article.featured:nth-child(2n+2) {
        background: #fff
    }

    .list-view section.result {
        margin-top: 0
    }

    .list-view .title-sum {
        padding-left: 0
    }

    .search-sidebar_content {
        margin-left: 0
    }

    .search-topdetail {
        width: calc(100% - 50px);
        text-align: left
    }

    .bgw {
        padding-bottom: 50px
    }

    .title-sum {
        padding: 0;
        top: 0
    }

    .left-tabmenu-search li {
        width: 50%;
        text-align: center;
        padding: 4px 0 0 0;
        display: block;
        float: left;
        position: relative
    }

    .left-tabmenu-search li:before {
        height: 20px;
        border-left: 1px solid rgba(48, 51, 58, 0.2);
        content: '';
        position: absolute;
        left: 0;
        top: 10px
    }

    .left-tabmenu-search li:first-child {
        margin-left: -1px
    }

    .left-tabmenu-search li a {
        line-height: 36px;
        font-size: 14px;
        margin-right: 0
    }

    .save-search-box {
        display: none
    }

    .pd-search-icon {
        padding-left: 10px
    }

    .width-1600 .menuiconblack {
        top: 20px;
        right: 15px
    }

    section.project article.featured:nth-child(1) {
        margin-right: 0
    }

    .left-tabmenu-search {
        padding: 0;
        width: 100%
    }

    .popup {
        top: 0
    }

    .tab-search {
        top: 60px;
        height: 40px
    }

    .sort-topdetail {
        display: none
    }

    .selisting-container {
        display: flex
    }

    .selisting-title {
        padding: 25px 0
    }

    .selisting-title h1 {
        font-size: 22px;
        padding-bottom: 0
    }

    .selisting-title .color-black {
        font-size: 14px;
        font-weight: 400
    }

    .selisting-main {
        width: 100%;
        order: 2
    }

    .selisting-sidebar {
        width: 100%
    }

    .selisting-sidebar.listing-rent {
        order: 3;
        margin-top: 0
    }

    .compare-house .article div.title h4, .compare-house .article div.title h3, .compare-house .article div.title h2 {
        padding: 0
    }

    .bor-deco {
        margin: 10px 0
    }

    .post-share-btn-group {
        display: none
    }

    .contact-rever .hs-button {
        margin: 0 auto
    }

    .content-detail-house header.detail-house ul.detailroom {
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px
    }

    .compare-house .article {
        padding: 19px 19px 12px
    }

    .compare-house .article div.title p {
        display: none
    }

    .lang-select {
        margin: 5px 0 0;
        width: 127px
    }

    .lang-select select {
        width: 127px
    }

    .copyright-right:after {
        width: 100%;
        clear: both;
        content: '';
        display: table
    }

    .news-box section.news-content .bordertop-news02 article.featured header .news {
        font-size: 16px
    }

    .news-box section.news-content .bordertop-news02 article.featured header p.by {
        font-size: 12px
    }

    .most-update {
        margin: 15px 0 0 0
    }

    .good-price {
        margin-top: 15px
    }

    .collection-box-right {
        margin-top: 15px
    }

    #floorplan section.width1140 div.mgt-0 {
        margin-bottom: 20px
    }

    section.whysell-project div.width1140 div.pdb-20 {
        padding-bottom: 0 !important
    }

    section.pdb-30 {
        padding-bottom: 0 !important
    }

    .project-header .project-name .address h2 {
        font-size: 14px !important;
        padding-bottom: 0 !important
    }

    .copyright .app-icon-btn {
        display: block
    }

    .copyright .app-icon-btn a {
        display: block;
        padding-top: 10px
    }

    .booking-tour, .booking-tour .bg-gray {
        background: none !important
    }

    .booking-tour {
        z-index: 220
    }

    .article-news li {
        width: 100%;
        border-right: 0;
        border-left: 2px solid #e6e6e6
    }

    .article-news li:nth-child(2n) {
        width: 100%;
        border-left: 2px solid #e6e6e6;
        margin-top: 0;
        padding-top: 80px
    }

    .article-news li:nth-child(2n) article.featured {
        width: 95%;
        margin-left: 5%
    }

    .article-news li article.featured {
        margin-left: 5%;
        width: 95%
    }

    .article-news .time {
        left: -6%;
        text-align: left;
        padding-left: 25px
    }

    .article-news .time:after {
        left: -9px;
        right: auto
    }

    .article-news li:nth-child(2n) article.featured .time {
        left: -6%;
        padding-left: 25px
    }

    .article-news article.featured .cover {
        height: 250px
    }

    .article-news article.featured header {
        padding: 20px
    }

    .article-news {
        margin-top: 0;
        padding-top: 0
    }

    section.result article.featured header {
        float: left;
        width: calc(100% - 117px);
        padding: 0 0 0 15px;
        margin: 0
    }

    .is-stuck {
        bottom: 0;
        top: auto
    }

    .title-sticky-header {
        display: none
    }

    .info-sticky-header {
        display: none
    }

    .btn-sticky-header {
        width: 100%
    }

    .btn-sticky-header .black-button {
        margin: 0 auto;
        width: 100%
    }

    section.result article.featured {
        margin: 0;
        width: 100%;
        padding: 15px
    }

    section.result article.featured:nth-child(2n) {
        background: #f3f4f7
    }

    .search-sum-no {
        float: none;
        padding: 15px 15px 5px 15px;
        width: 100%
    }

    .search-sum-no:after {
        content: '';
        width: 100%;
        display: table
    }

    .show-hide-bnt {
        display: none
    }

    section.result article.featured header h3 {
        padding-top: 0;
        font-size: 14px;
        line-height: 20px;
        height: auto
    }

    section.result article.featured header h4 {
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    section.result article.featured header ul li {
        padding: 0;
        font-size: 12px;
        color: gray
    }

    section.result article.featured .price {
        bottom: 0;
        right: 0;
        font-size: 14px
    }

    .bgw-wp .klc li {
        width: 48%;
        margin-right: 0
    }

    .bgw-wp .klc li:nth-child(2n) {
        float: right
    }

    .info-prop .left-img {
        width: 100%;
        text-align: center
    }

    .info-prop .info {
        width: 100%
    }

    .compare-house .article div.abc {
        display: none
    }

    .compare-house .article div.abc + .img {
        padding-right: 0
    }

    .compare-house .article div.img {
        display: block;
        width: 30%;
        height: auto;
        float: left;
        min-height: 90px
    }

    .compare-house .article div.action {
        display: none
    }

    .compare-house .article div.img img {
        height: auto;
        width: 100%;
        max-height: 90px
    }

    .compare-house .article div.img a {
        width: 100%;
        height: auto
    }

    .compare-house .article div.title {
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 10px;
        height:auto;
    }

    .compare-house .article div.info {
        width: 70%;
        display: block;
        padding: 10px 0 0 15px;
        font-size: 13px;
        float:left;
    }

    .compare-house .article div.info-price {
        width: 70%;
        display: block;
        text-align: left;
        padding-left: 10px
    }

    .compare-house .article div.status {
        width: 70%;
        display: block;
        text-align: left;
        padding: 10px 0 0 10px;
        float: right
    }

    .compare-house {
        font-size: 15px
    }

    .title-36 {
        font-size: 30px;
        line-height: 40px
    }

    .title-30 {
        font-size: 24px;
        line-height: 34px
    }

    .overflow-text {
        max-height: 38px
    }

    .col-50-ber {
        width: 100%;
        margin-bottom: 15px
    }

    .mar-right-4ber {
        margin-right: 0
    }

    section.exclusive article.kdc-new {
        position: relative
    }

    .header-background-full {
        height: 380px
    }

    .pdr-30 {
        padding-right: 0 !important
    }

    .more-news-list {
        padding: 0
    }

    .lage-btn-black {
        padding: 10px 10px 8px 10px;
        font-size: 16px;
        margin: 10px 0
    }

    .menu-black li {
        width: 115px;
        font-size: 14px
    }

    .box-name-neighborhood h2 {
        font-size: 28px;
        line-height: 42px
    }

    .padding-40-0 {
        padding: 20px 0
    }

    .menu-detail-under {
        display: none
    }

    .state-ap {
        position: inherit
    }

    .list-open-sale {
        margin: 15px 0
    }

    .pdt-30 {
        padding-top: 15px !important
    }

    .pdt-50 {
        padding-top: 30px !important
    }

    .view-history table td {
        font-size: 14px
    }

    .tttn img {
        width: 100%
    }

    .tttn .right-content {
        width: 100%;
        margin-top: 20px
    }

    .pd-tb-50 {
        padding: 30px 0 !important
    }

    .pd-tb-30 {
        padding: 15px 0 !important
    }

    .searchdetailbox form {
        margin: 7px 0 0 0;
        height: 37px;
        line-height: 38px;
        width: 90%;
        margin-left: 15px
    }

    .searchdetailbox form button {
        top: 0
    }

    .searchdetailbox form input {
        padding: 9px 10px 0 5px
    }

    .searchdetailbox {
        width: calc(100% - 90px);
        padding-top: 3px;
        height: 40px
    }

    .font-36 {
        font-size: 26px !important
    }

    p.price-form {
        padding-left: 0
    }

    .width-1600 hgroup a img {
        height: 36px
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }

    .allproject-list {
        margin: 0 auto 15px auto;
        max-height: none
    }

    .responsive-filter .popup {
        display: block !important
    }

    .language {
        float: none;
        margin: 10px 0 20px 0;
        width: 100%
    }

    .language:after {
        clear: both;
        display: table;
        content: ''
    }

    .qtda {
        padding: 0 0 10px
    }

    .text-qt {
        text-align: center;
        float: none;
        font-size: 26px;
        padding-top: 20px
    }

    .bnt-redlh {
        text-align: center;
        padding: 10px 0 30px 0;
        float: none;
        width: 100%
    }

    .bnt-redlh .sms-button {
        float: none;
        text-align: center;
        margin: 0 auto !important
    }

    .pro-descrip {
        padding: 10px 0
    }

    .pro-descrip h3 {
        font-size: 26px
    }

    .pro-descrip .left-descrip {
        margin: 0
    }

    .detail-more {
        padding: 0
    }

    .qtda .content {
        padding-bottom: 20px
    }

    .banve {
        padding: 0
    }

    .owner {
        padding: 0;
        margin-bottom: 20px
    }

    .qtda h3 {
        font-size: 26px
    }

    .owner img {
        width: 100%;
        margin: 0 auto 20px auto
    }

    .owner .main-agency-summary {
        width: 100%
    }

    .qtdan {
        display: none
    }

    .background-gray .width1140 > h3 {
        padding: 20px 0 0 0
    }

    .background-home-news {
        height: 350px
    }

    .colum3 li {
        width: 100%;
        padding: 50px 0 0 0
    }

    .colum3 {
        padding-top: 0
    }

    .news-box section.news-content {
        padding-top: 20px
    }

    .collection-box-left {
        margin: 0;
        padding-top: 20px
    }

    .right-content-about {
        width: 100%
    }

    .width1140 > h6 {
        font-size: 22px;
        line-height: 30px
    }

    .whybuy-building li {
        width: 100%;
        margin-right: 0
    }

    .about-us .left-about img {
        width: 60%;
        padding: 5px 0 20px 0
    }

    .headquanters {
        margin: 0
    }

    .headquanters p a[href*=tel] {
        color: #fff
    }

    .width-1600 .menuicon {
        top: 11px;
        display: block
    }

    .news-box section.news-content .bordertop-news01 article.featured header {
        padding-top: 20px
    }

    .news-box section.news-content .bordertop-news02 article.featured header h2 {
        font-size: 16px
    }

    .news-box section.news-content .bordertop-news02 article.featured {
        margin-top: 15px
    }

    .news-box section.news-content .bordertop-news02 article.featured header p.by {
        padding-top: 0
    }

    button.location {
        right: 50px;
        font-size: 30px
    }

    button.searchicon {
        right: 15px;
        font-size: 30px
    }

    .news-box section.news-content .bordertop-news01 article.featured .cover {
        height: auto;
        max-height: 200px;
    }

    .header2402 {
        height: 42px
    }

    .width-1600 .menuicon:before {
        font-size: 30px
    }

    .background-detail-news {
        height: 250px;
        display: none
    }

    .news-detailpage {
        padding-top: 30px
    }

    .news-detailpage h2 {
        font-size: 26px
    }

    .news-postter {
        margin: 20px 0 40px 0
    }

    .width1140 > h2 {
        font-size: 26px
    }

    .content-detail-house header.detail-house .price {
        position: static;
        margin-top: 20px;
        text-align: right;
        border-top: 1px solid #ebebeb;
        padding-top: 20px
    }

    .content-detail-house header.detail-house .price a {
        font-size: 1em
    }

    .price-detail {
        float: left;
        clear: both;
        text-align: left;
        font-size: 1em
    }

    .content-detail-house header.detail-house h1 {
        width: 100%;
        font-size: 22px
    }

    .width-1600 hgroup h1.logo {
        width: 120px;
        background-size: cover;
        height: 20px
    }

    .width-1600 hgroup {
        padding: 0 0 0 6px !important;
        margin-top: 11px
    }

    .topsearch-bgloop .box-search .fix-width770 h1 {
        font-size: 3em;
        line-height: 1.4em
    }

    .topsearch-bgloop .box-search .fix-width770 .muathue a {
        font-size: 1.8em;
        margin: 0;
        width: 46%;
        display: inline-block;
        height: 50px;
        line-height: 50px
    }

    .topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut {
        width: 46%;
        margin: 0
    }

    .topsearch-bgloop .box-search .fix-width770 form .muathue .radiobut:first-child {
        margin-right: 4%
    }

    .topsearch-bgloop .box-search .fix-width770 form input {
        font-size: 16px
    }

    .text-w {
        color: #fff !important
    }

    section.exclusive article.featured .cover {
        height: 140px
    }
    section.exclusive article.featured header{
        padding: 5px 0px;
    }
    .ads-boxtable .adstable-cell .ads-content {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .ads-boxtable .adstable-cell .ads-content h3 {
        line-height: 1.6em;
        clear: both;
        display: block;
        float: none
    }

    .ads-boxtable .adstable-cell .ads-content p {
        float: none;
        clear: both;
        width: 60%;
        margin-top: 15px
    }

    .menu-footer ul li {
        font-size: 1.4em;
        width: 50%
    }

    .customer-review .box-reviewer .reviewer .reviewer-info {
        text-align: center
    }

    .customer-review .box-reviewer .reviewer {
        padding: 30px 0;
        width: auto;
        text-align: center
    }

    .customer-review .box-reviewer .reviewer .avatar {
        display: inline-block;
        margin-right: 2%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #CCC;
        width: 124px;
        height: 124px;
        padding: 2px
    }

    .customer-review .box-reviewer .reviewer .avatar a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: 50% top
    }

    .customer-review .box-reviewer .reviewer .reviewer-info {
        vertical-align: top;
        padding-top: 10px;
        text-align: left;
        display: inline-block
    }

    .customer-review .box-reviewer .reviewer .reviewer-info a.name {
        font-size: 2em;
        color: #c72528;
        line-height: 2em
    }

    .customer-review .box-reviewer .reviewer .reviewer-info p {
        color: #999;
        font-size: 1.8em
    }

    .customer-review .box-reviewer .reviewer .reviewer-info ul li {
        list-style: none;
        display: inline-block;
        color: #999;
        font-family: 'rever-icon', Arial, Helvetica, sans-serif;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        padding: 5px 0;
        font-size: 2em
    }

    .customer-review .box-reviewer .reviewer .reviewer-info ul li a {
        display: block;
        width: 100%;
        height: 100%
    }

    .customer-review .box-reviewer .reviewer .reviewer-info ul li:hover {
        color: #eee
    }

    ul.slidemap > a {
        padding: 25px 0
    }

    ul.slidemap li a.img {
        height: 100px
    }

    .search-map {
        width: 100%;
        display: none
    }

    .changeimg-box {
        width: 100%;
        margin-left: 0
    }

    .list-search02 section.exclusive article.featured .cover {
        width: 100%;
        height: 220px
    }

    .list-search02 section.exclusive article.featured header {
        width: 100%
    }

    .list-search02 section.exclusive article.featured header .price p {
        text-align: left
    }

    .list-search02 section.exclusive article.featured header ul {
        padding: 0
    }

    .list-search02 section.exclusive article.featured header ul li {
        padding: 0
    }

    .left-content .rating-value li {
        width: 100%;
        padding: 10px 0
    }

    .left-content .heading-02 .rating-show {
        position: static;
        margin-top: 10px
    }

    .content-detail-house header.detail-house ul.submenu-detail {
        display: none
    }

    .content-detail-house header.detail-house {
        padding: 30px 0 0 0;
        width: 100%
    }

    .uer-reviews li:first-child {
        width: 100%
    }

    .uer-reviews li {
        width: 100%
    }

    .left-content .heading-02 {
        padding-top: 30px
    }

    .uer-reviews li .uer-rate p {
        display: block;
        clear: both
    }

    .uer-reviews li .uer-rate {
        position: static
    }

    section.exclusive article.featured:nth-child(3n+3) {
        margin-right: 0;
        margin-top:15px;
    }

    .write-review a {
        padding: 10px 10px 20px
    }

    .about-us .left-about {
        width: 100%
    }

    .about-us .right-about {
        width: 100%
    }

    .about-us .right-about .project ul li {
        margin: 0;
        margin-top: 20px
    }

    .uer-reviews li h3 {
        padding: 0 0 20px 90px;
        clear: both
    }

    .uer-reviews li .uer-rate {
        padding-left: 90px
    }

    .uer-reviews li:first-child {
        margin-bottom: -120px
    }

    .slidemap {
        padding: 20px 0
    }

    .right-content {
        margin-top: 5px
    }

    .booking-tour {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        margin: 10px 0 0;
        width: 100%;
        border: 0
    }

    .contact-agency {
        display: none
    }

    .booking-tour .bg-gray {
        padding: 0
    }

    .booking-tour .bg-gray .sms-button {
        border-radius: 0;
        background: #c72528;
        width: 100%
    }

    .save-favorite-box {
        display: none
    }

    .list-but {
        display: none
    }


    .different li input[type=text] {
        width: 100%;
        margin: 0
    }

    .map-and-sidebar {
        /*height: 100%;*/
        border: 0
    }

    body {
        height: auto !important
    }

    .map-and-sidebar {
        background: 0
    }

    .search-sidebar {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: 0;
        width: 100%;
        float: left;
        top: 100px
    }

    .search-pagination {
        max-height: 100px
    }

    .search-filter {
        float: left
    }

    .popup {
        padding: 0 15px;
        background: #fff;
        color: #303339;
        display: none !important;
        position: relative;
        box-shadow: none;
        border: 0
    }

    .popup-visible {
        display: block !important;
        position: absolute
    }

    .different li {
        border-right: 0
    }

    .customer-review .box-reviewer .reviewer .avatar {
        display: block;
        margin: 0 auto
    }

    section.result article.featured .cover {
        height: 75px;
        float: left;
        width: 113px
    }

    .topsearch-bg {
        height: 500px
    }

    .map-detail {
        height: 450px
    }

    #slider3 {
        width: 83%;
        margin: 0 auto
    }

    #slider4 {
        width: 83%;
        margin: 0 auto
    }

    .list-search02 .price {
        position: static
    }

    .uer-rate > .rating-bg-blue {
        clear: both;
        float: none
    }

    #slider {
        height: 276px;
        width: 100%
    }

    .background-detail {
        height: 286px
    }

    #slider .slides > li a {
        height: 276px !important
    }

    .price a {
        padding: 10px 10px 10px 0
    }

    .most-update {
        width: 100%
    }

    .most-view {
        width: 100%;
        height: 240px;
        margin-top: 15px
    }

    .high-rating {
        height: 240px
    }

    .ads-boxtable .adstable-cell .ads-content {
        padding: 20px
    }

    .copyright-left {
        float: none;
        text-align: center
    }

    .copyright-right {
        float: none;
        text-align: center;
        margin-bottom: 25px
    }

    .about-rever li {
        width: 100%;
        margin: 50px 0 0
    }

    .address-rever li {
        width: 100%;
        padding-top: 20px
    }

    .about-rever {
        padding-top: 20px
    }

    .address-rever {
        width: 100%
    }

    .about-rever {
        width: 100%
    }

    .cover-nearby-off {
        transform: translateX(350px);
        -moz-transform: translateX(350px);
        -webkit-transform: translateX(350px)
    }

    .cover-nearby {
        width: 405px;
        margin-left: -350px
    }

    .collection-box h2.bottomlable {
        font-size: 1.8em
    }

    .collection-box h2.centerlable {
        font-size: 1.8em
    }

    .fix-widthcell .naviicon li a {
        padding: 5px 0
    }

    .fullscreen-slide .flexslider .slides img {
        width: 100%
    }

    .reverland {
        padding: 10px 0 40px
    }

    .agent-list {
        width: 48%;
        margin-right: 4% !important;
        margin-top: 15px
    }

    .agent-list:nth-child(2n) {
        margin-right: 0 !important
    }

    .agent ul p.pl20 {
        padding-left: 0
    }

    .pb40 {
        padding-bottom: 0
    }

    .agent-info header .vote {
        position: static
    }

    .agent-info header {
        padding-bottom: 40px
    }

    .agent-info .cover {
        height: 185px
    }

    .form-signup {
        width: 300px;
        margin: 20px auto
    }

    .box-form {
        padding: 20px 10px
    }

    .or {
        margin: 30px 0
    }

    .box-form .checkbox input + label:after {
        top: -4px
    }

    .question-form .left-form {
        width: 100%;
        clear: both
    }

    .question-form .right-form {
        width: 100%;
        clear: both
    }

    .question-form {
        display: block
    }

    .question-form .right-form a.sms-button {
        width: 100%;
        margin: 0
    }

    .bank-form .right-form p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .right-content-agent .infoagent h3 {
        font-size: 1.2em
    }

    .right-content-agent .infoagent .sms-button {
        width: 100%
    }

    .pd50 {
        padding: 20px 0
    }

    .left-content-agent {
        width: 100%
    }

    .right-content-agent {
        width: 100%;
        padding: 20px 0
    }

    .left-content-agent .cover {
        width: 100%;
        text-align: center
    }

    .about-agent {
        padding: 20px 15px
    }

    .team-member .member-detail {
        width: 100%;
        margin: 0 0 20px 0
    }

    ul.slidemap li a.img {
        display: block;
        border: 1px solid #eee;
        width: 100%;
        height: 100%
    }

    ul.slidemap li a {
        height: 83px !important;
        display: block
    }

    .icon-presmall-gray {
        top: 25px
    }

    .icon-nextsmall-gray {
        top: 25px
    }

    .ads3d-box {
        margin-top: 0
    }

    .ads3d-box-left {
        width: 100%;
        margin-right: 0;
        padding: 10px 0 30px 0;
        border: 0;
        border-bottom: 1px solid #ebebeb
    }

    .ads3d-box-right {
        width: 100%;
        padding-top: 30px
    }

    .ads3d-box-right .like-button {
        margin: 20px auto 0
    }

    .ads3d-box-left .cover {
        width: 100%
    }

    .ads3d-box-left .about-3d {
        width: 100%;
        padding-top: 20px
    }

    .content-detail-house header.detail-house ul.detailroom li {
        margin: 6px 30px 6px 0
    }

    .content-detail-house {
        border: 0
    }

    .fix-widthcell .naviicon li a {
        font-size: .9em
    }

    .suggest-result > li .detail-room {
        display: none
    }

    .left-content-about {
        width: 100%;
        margin-right: 0
    }

    .notfound404 {
        width: 100%;
        padding: 40px 20px
    }

    .notfound404 h2 {
        font-size: 26px
    }

    .wswb-menu-fixed .right-menu {
        display: none
    }

    .top-sell h3 {
        font-size: 22px
    }

    .top-sell .buttondangky-pd a {
        width: 90%;
        margin: 0 auto
    }

    .img-scale img {
        width: 100%
    }

    .colum3 h4 {
        padding-top: 10px
    }

    .top-sell h5 {
        font-size: 26px;
        padding-top: 20px
    }

    .cover-left-sell {
        width: 100%;
        height: 267px
    }

    .right-content-sell {
        width: 100%;
        padding: 20px 0 0 0
    }

    .right-content-sell-gray {
        width: 100%;
        padding-right: 0
    }

    .hitech li {
        width: 100%;
        margin: 0;
        padding-top: 10px
    }

    .marketing li .cover-mkt {
        height: 126px
    }

    .marketing li .bg-content-white {
        padding: 20px 10px
    }

    .top-sell p {
        padding: 15px 0 0
    }

    .marketing li .bg-content-white h4 {
        font-size: 20px
    }

    .rever-market .value {
        width: 100%;
        margin: 0
    }

    .rever-market .speed {
        width: 100%
    }

    .left-sell {
        width: 100%
    }

    .canho {
        padding: 30px 0 20px 0
    }

    .top-sell .contact-agency-info {
        width: 100%
    }

    .background-topwhybuy {
        height: 250px;
        padding: 20px 15px
    }

    .background-topwhybuy h2 {
        font-size: 32px;
        line-height: 40px;
        padding: 10px 0
    }

    .background-topwhybuy p {
        font-size: 18px;
        line-height: 22px
    }

    .founder .avatar {
        width: 100%;
        margin-right: 0
    }

    .founder .info {
        width: 100% !important;
        margin: 30px 0
    }

    .founder .info h3 {
        font-size: 28px
    }

    .top-team h3 {
        font-size: 26px;
        line-height: 30px
    }

    .founder {
        margin-top: 10px;
        padding: 30px
    }

    .top-team p {
        font-size: 16px;
        padding: 10px 0
    }

    .share-social {
        position: relative;
        padding: 20px 0;
        bottom: 0;
        left: 0
    }

    .location-navgroup {
        display: none
    }

    .location-navgroup-black {
        display: none
    }

    .comment-owner {
        padding: 30px
    }

    .advantage-name {
        width: 100%
    }

    .advandate-content {
        width: 100%;
        margin-left: 0
    }

    .sketch-img {
        width: 100%
    }

    .info-sketch {
        width: 100%;
        margin-left: 0;
        height: 100%
    }

    .gallery-property div {
        width: 100%;
        height: 240px
    }

    .gallery-property div:first-child {
        height: 240px
    }

    .box-form {
        padding: 20px 24px
    }

    .form-signup {
        width: auto;
        margin: 0 auto
    }

    .left-content-news section.exclusive article.featured {
        padding: 0 0 20px 0
    }

    .left-content-news section.exclusive article.featured .cover {
        width: 100%;
        height: auto
    }

    .left-content-news section.exclusive article.featured header {
        width: 100%;
        padding: 20px 0 0 0
    }

    .right-content-news {
        display: block;
        width: 100%
    }

    .width1140 > h6 {
        padding: 15px 5px 0 5px !important
    }

    .thumb-duan {
        width: 100% !important
    }

    .container-fluid {
        width: 100%
    }

    .search-keyword {
        width: auto;
        font-size: 14px;
        line-height: 20px;
        height: 100%;
        max-height: 40px;
        overflow-y: hidden;
        white-space: normal
    }

    .left-list-filter {
        display: none
    }

    .total-result {
        line-height: 20px
    }

    .sort-on-mobile {
        display: block
    }

    .searchdetailbox .pd-search-icon {
        display: none
    }

    section.result article.featured header ul li .zmdi {
        color: #30333a
    }

    section.result article.featured header h3 {
        padding: 6px 0 0
    }

    .search-sum-no {
        line-height: 20px;
        font-size: 14px
    }

    .search-sum-no .total-result {
        font-size: 14px
    }

    .search-sum-no .zmdi {
        font-size: 16px;
        line-height: 20px
    }

    section.browsing article.featured {
        padding: 0;
        margin-bottom: 15px
    }

    section.browsing article.featured:nth-child(2n) {
        background: #fff
    }

    section.browsing article.featured .price {
        bottom: 15px;
        right: 15px
    }

    section.browsing article.featured .cover {
        width: 100% !important
    }

    section.browsing article.featured header {
        padding: 15px;
        width: 100%
    }
}

@media only screen and (max-width: 375px) {
    .agent-content {
        top: -168px
    }

    section.exclusive article.featured .cover {
        height: 105px
    }

    .searchdetailbox form {
        width: 96%
    }

    .article-news article.featured .cover {
        height: 200px
    }

    .article-news article.featured header {
        padding: 15px
    }

    .searchdetailbox {
        border: 0;
        width: 70%
    }

    .content-detail-house header.detail-house .price a {
        font-size: .8em;
        padding-right: 5px
    }

    .nearby {
        width: 300px
    }

    .cover-nearby-off {
        transform: translateX(300px);
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px)
    }

    .cover-nearby {
        width: 375px;
        margin-left: -300px
    }

    #slider3 {
        width: 80%;
        margin: 0 auto
    }

    #slider4 {
        width: 80%;
        margin: 0 auto
    }

    #slider {
        height: 250px
    }

    .background-detail {
        height: 260px
    }

    #slider .slides > li a {
        height: 250px !important
    }

    .fix-widthcell .naviicon .font-icon {
        font-size: 16px
    }

    .fix-widthcell .naviicon li {
        height: 60px;
        white-space: nowrap
    }

    .changeimg-box {
        height: 60px
    }

    .price-detail {
        font-size: .9em
    }

    .topsearch-bg {
        height: 420px
    }

    .topsearch-bgloop .box-search .fix-width770 h1 {
        font-size: 2.5em;
        padding-bottom: 20px
    }

    .fix-widthcell .naviicon {
        height: 60px
    }

    .team-member .member-detail .cover img {
        width: 120px;
        height: 120px
    }

    .team-member .member-detail header {
        height: 120px;
        font-size: 1.4em;
        padding: 20px 0 20px 15px
    }

    .team-member .member-detail header {
        width: calc(100% - 120px)
    }

    .right-content-agent .infoagent .sms-button {
        margin-top: 20px
    }

    .right-content-agent p {
        padding: 0
    }

    .question-form .left-form .infoagent {
        margin-left: 0;
        width: 100%
    }

    .left-content-news section.exclusive article.featured .cover {
        height: 220px
    }

    .news-box section.news-content .bordertop-news01 article.featured .cover {
        height: 190px
    }

    section.exclusive article.featured {
        width: 100%;
        margin-right: 0 !important
    }

    .gallery-property div:first-child {
        height: 180px
    }

    .gallery-property div {
        width: 100%;
        height: 180px
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }

    .width1140 > h6 {
        padding: 15px 10px 0 10px !important
    }

    .browsing-tab label {
        margin-right: -3px
    }

    .detail-more li .left {
        max-width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .list-view section.project article.featured .cover {
        height: 230px
    }

    .info-project {
        display: none
    }

    .searchlisting {
        width: 300px
    }

    .searchlisting section.exclusive article.featured header ul {
        display: none
    }

    .searchlisting section.exclusive article.featured header h2 {
        font-size: 12px;
        padding: 0;
        max-height: 30px;
        overflow: hidden
    }

    .searchlisting section.exclusive article.featured header .price {
        position: static
    }

    .price {
        position: static;
        padding-top: 0
    }
}

@media only screen and (max-width: 360px) {
    .copyright-right a {
        padding: 0
    }

    .cover-nearby {
        width: 360px;
        margin-left: -300px
    }

    .cover-nearby-off {
        transform: translateX(300px);
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px)
    }

    .collection-box h2.bottomlable {
        font-size: 1.8em;
        letter-spacing: 1px
    }

    .collection-box h2.centerlable {
        font-size: 1.8em;
        letter-spacing: 1px
    }

    .notfound404 {
        padding: 30px 20px;
        margin: 0
    }

    .notfound404 h2 {
        font-size: 20px;
        line-height: 3.2em
    }

    .notfound404 p {
        font-size: 12px
    }

    .notfound404 a {
        font-size: 12px
    }

    section.exclusive article.featured {
        width: 50%;
        padding:0 15px;
        margin-right: 0 !important
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }
}

@media only screen and (max-width: 320px) {
    .topsearch-bg {
        height: 360px
    }

    .tab-choose ul li {
        padding: 0 10px
    }

    .tab-choose ul li a {
        font-size: 16px
    }

    .agent-content {
        top: -105px
    }

    .list-view section.project article.featured .cover {
        height: 190px
    }

    .info-project {
        display: none
    }

    .searchdetailbox form {
        margin-left: 6px
    }

    ul.exclusive li.featured {
        max-height: 400px
    }

    #similar-property ul.exclusive li.featured header {
        max-height: 160px
    }

    .view-more-search {
        font-size: 14px
    }

    .topsearch-bgloop .box-search .fix-width770 form button.searchicon {
        font-size: 3em
    }

    .topsearch-bgloop .box-search .fix-width770 form button.location {
        font-size: 3em
    }

    .topsearch-bgloop .box-search .fix-width770 form button.location {
        right: 49px
    }

    section.exclusive article.featured .cover {
        height: 193px
    }

    section.exclusive article.kdc-new {
        position: relative;
        height: 193px
    }

    .slide-time li {
        width: 26%
    }

    #slider3 {
        width: 79%;
        margin: 0 auto
    }

    #slider4 {
        width: 79%;
        margin: 0 auto
    }

    #slider {
        height: 320px
    }

    #slider .slides > li a {
        height: 320px !important
    }

    .nearby {
        width: 260px
    }

    .fix-widthcell .naviicon li {
        padding: 0 10px
    }

    #slider {
        height: 213px
    }

    .background-detail {
        height: 220px
    }

    #slider .slides > li a {
        height: 213px !important
    }

    .cover-nearby {
        width: 320px;
        margin-left: -260px
    }

    .cover-nearby-off {
        transform: translateX(260px);
        -moz-transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

    .fix-widthcell .naviicon li {
        display: inline-block;
        float: none
    }

    .agent-list {
        width: 100%
    }

    .agent-info .cover {
        height: 250px
    }

    .agent-info header .vote {
        position: absolute
    }

    .agent-info header {
        padding-bottom: 20px
    }

    .list-but a {
        font-size: .8em
    }

    .bank-form .right-form .sms-button {
        width: 100%
    }

    .marketing li {
        width: 100%;
        margin: 20px 0
    }

    .marketing li .cover-mkt {
        height: 180px
    }

    .wswb-menu .menuleft li a {
        margin: 0 15px
    }

    section.exclusive article.featured {
        width: 100%;
        margin-right: 0 !important
    }

    .left-content .heading-02 {
        line-height: 1.4em
    }

    .gallery-property div:first-child {
        height: 160px
    }

    .gallery-property div {
        width: 100%;
        height: 160px
    }

    .thumb-duan {
        float: left;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none
    }

    .info-duan {
        float: left;
        width: 55%;
        padding: 16px 32px
    }

    .info-duan .content {
        height: auto
    }

    .info-duan {
        width: 100%;
        padding: 20px
    }

    .info-bs-price {
        position: initial
    }

    .list-view section.result article.featured header ul {
        display: none
    }
}

.body-fullscreen {
    overflow: hidden !important
}

.gmap-render {
    position: relative
}

.gmap-render.full-screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0;
    z-index: 2999
}

.full-screen-act {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200;
    width: 50px;
    height: 50px;
    background-image: url(../../frontend/images/map_fullscreen_50x50.png);
    opacity: .8;
    transition: opacity linear .25s;
    -webkit-transition: opacity linear .25s;
    -moz-transition: opacity linear .25s
}

.full-screen-act.view3d {
    right: 50px
}

.full-screen-act:hover {
    opacity: 1
}

.full-screen-act.close {
    background-image: url(../../frontend/images/map_close_50x50.png)
}

.full-screen-act.close:hover {
    opacity: 1
}

.search-sidebar .highlight {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    padding: 0 30px 30px 0;
    background-color: #f7f7f7
}

.search-sidebar .highlight .title {
    margin: 15px 0 0 0;
    height: 39px;
    font-size: 1.6em;
    line-height: 39px
}

.no-overflow-y {
    overflow-y: hidden !important
}

.mdialog {
    display: none
}

@media screen and (min-width: 801px) {
    .mdialog.opened {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

/*.mdialog .body{margin:0}*/
.hidden {
    display: none
}

.mdialog .close:before {
    position: absolute;
    top: 0
}

.hidden {
    display: none
}

a.actmore-filter {
    white-space: nowrap
}

.hotline {
    color: #303339 !important
}

.hotline:hover {
    color: #c72528 !important
}

footer .hotline {
    color: #dedede !important
}

footer .hotline:hover {
    opacity: .9;
    color: #dedede !important
}

.popup-yt-video {
    width: 100%
}

.popup-yt-video img {
    max-width: 100%
}

.g-recaptcha {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform-origin: 0 0;
    margin-bottom: 10px;
    -webkit-transform-origin: 0 0
}

.bnt-redlh.text-center {
    text-align: center;
    padding: 10px 0 30px 0;
    float: none;
    width: 100%
}

.bnt-redlh.text-center .sms-button {
    float: none;
    text-align: center;
    margin: 0 auto !important
}

.pro-descrip .left-descrip {
    float: left;
    width: 60%;
    margin: 0 4% 0 0;
    font-size: 16px;
    line-height: 22px;
    text-align: justify
}

.pro-descrip .left-descrip p {
    padding: 10px 0 0 0
}

.pro-descrip .left-descrip p:first-child {
    padding: 0
}

.pro-descrip .right-descrip {
    float: left;
    width: 36%;
    margin: 0
}

.pro-descrip .right-descrip img {
    max-width: 100%
}

.bnt-redlh .sms-button {
    margin: 0 !important;
    font-size: 16px;
    width: 250px
}

.slash + .slash:before {
    content: " / "
}

.comma + .comma:before {
    content: ", "
}

div > img {
    max-width: 100%
}

.border-top-ccc {
    border-top: 1px solid #ccc
}

.box-form .hs-error-msgs label {
    color: #c72528 !important;
    font-size: 12px;
    margin-bottom: 8px;
    display: block
}

.box-form .hbspt-form input.error {
    border-color: #c72528 !important
}

.box-form .hs-form-required {
    color: #c72528 !important;
    margin-left: 5px
}

.box-form form .actions input[type=submit] {
    background: #303339;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 12px 0 8px;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px
}

.box-form form .actions input[type=submit]:hover {
    background-color: #c72528
}

.box-form .hs-form fieldset.form-columns-1 .input {
    margin: 0
}

.box-form .hs-form fieldset.form-columns-1 .hs-input:not([type=checkbox]) {
    width: 100%
}

.box-form .hs-form fieldset.form-columns-1 .hs-input[type=checkbox] {
    display: inline-block
}

.box-form li.hs-form-checkbox {
    display: inline-block;
    padding-right: 20px
}

.box-form .hs-form fieldset.form-columns-1 .hs-input[type=checkbox] + span {
    padding-left: 5px
}

.box-form .hs-richtext {
    padding-bottom: 20px
}

.hs-form-field label {
    display: block;
    font-weight: bold
}

.hs-form-field .hs-form-checkbox label, .hs-form-field .hs-error-msgs label {
    font-weight: normal;
    line-height: 15px
}

.hs-form-field .hs-input:not([type=checkbox]) {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    display: block;
    width: 100% !important;
    border: 1px solid #ccc
}

.contact-rever .hs-form {
    max-width: 70%
}

.contact-rever .hs-button {
    text-transform: uppercase;
    min-width: 160px;
    display: block;
    width: 230px;
    background: #c72528;
    color: #fff;
    padding: 10px 0 6px 0;
    clear: both;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    border-style: none;
    cursor: pointer;
    -webkit-transition: height 2s
}

.contact-rever .hs-button:hover {
    background: #303339;
    color: #fff
}

.contact-rever .hs-form-field {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 10px;
    position: relative
}

.contact-rever .hs_description_note {
    padding-bottom: 30px
}

.gmnoprint img {
    max-width: none;
    max-height: none
}

.flex-disabled {
    opacity: .1;
    cursor: default
}

a:hover .flex-disabled {
    opacity: .1;
    cursor: default;
    color: #303339
}

.post-share-btn-group {
    padding: 5px;
    position: absolute;
    left: 0;
    top: 500px;
    z-index: 1
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.post-share-btn-group ul.post-share-buttons {
    list-style-type: none;
    padding: 10px 0 0 0;
    margin-top: 20px
}

.post-share-btn-group ul.post-share-buttons li img {
    width: 30px
}

.post-share-btn-group ul.post-share-buttons li {
    height: 35px
}

.post-share-btn-group ul.post-share-buttons {
    list-style-type: none;
    padding: 10px 0 0 0;
    margin-top: 20px
}

.active-map {
    top: 0;
    z-index: 999;
    height: 100%;
    width: 100% !important;
    display: block !important
}

.disable-filter {
    opacity: .5
}

.active-map-for-init {
    display: block !important
}

.z-index-top {
    z-index: 999
}

.close-map {
    z-index: 9999;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    display: none;
    padding: 2px;
    height: 40px
}

.close-map i {
    padding-right: 0 !important
}

.hide {
    display: none !important
}

.show {
    display: block
}

.searchlisting section.exclusive article.featured header {
    float: left;
    width: calc(100% - 135px);
    padding: 0 10px 0 0;
    position: relative;
    height: 75px
}

.searchlisting section.exclusive article.featured header ul {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.width-350 li.checkbox {
    width: 50%
}

.close-map {
    z-index: 9999;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #337588;
    display: none;
    padding: 2px;
    height: 35px;
    color: #fff;
    width: 35px;
    text-align: center;
    border-radius: 2px
}

.id-ad {
    white-space: nowrap;
    max-height: 20px;
    overflow: hidden
}

.id-ad h4 {
    color: gray;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.action-list .fone {
    padding-top: 0;
    vertical-align: sub
}

.responsive-search {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow-y: auto;
    white-space: normal;
    z-index: 1000;
    font-size: 14px;
    top: 0;
    padding: 40px 0 65px;
    height: auto
}

.responsive-search-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.responsive-search-header .top-navi {
    height: 60px
}

.tab-bt {
    float: left
}

.tab-bt li {
    display: inline-block
}

.tab-bt li a {
    display: block;
    padding: 20px 0 12px;
    line-height: 20px;
    font-size: 18px;
    opacity: .86;
    float: left;
    margin: 0 30px 0 0
}

.tab-bt li a.active {
    border-bottom: 2px solid #30333a;
    font-weight: 600
}

.back-mobile-icon {
    float: left
}

.back-mobile-icon a {
    padding: 20px;
    display: block
}

.input-search-res {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px rgba(151, 151, 151, 0.2);
    margin: 30px 15px;
    position: fixed;
    top: 40px;
    right: 0;
    left: 0
}

.input-search-res:after {
    clear: both;
    width: 100%;
    content: '';
    display: table
}

.input-search-res input {
    width: calc(100% - 55px);
    float: left;
    border: 0;
    margin: 12px 0 12px 5px;
    font-size: 16px
}

.input-search-res input:focus {
    outline: 0;
    border: 0 !important
}

.input-search-res a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px
}

.input-search-res p {
    float: left;
    padding: 12px 0 0 15px
}

.search-result-res .suggest-result {
    display: block;
    top: 135px;
    border: 0;
    max-height: calc(100% - 94px);
    box-shadow: none
}

.search-result-res .suggest-result h4 {
    margin: 0;
    border: 0;
    background: #f3f5f8;
    padding: 0 15px;
    color: rgba(131, 131, 131, 0.60)
}

.label {
    background-color: #333;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 1em;
    margin-right: -4px;
    padding: 12px 20px;
}

.properties-listing .property-thumb-info {
    display: block;
    position: relative;
    padding: 0 15px 15px 15px;
    font-size: 14px;
}
.properties-listing .property-thumb-info .title{
    font-family: 'Tiempos',Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #30333a;
    padding: 6px 0;
    font-weight: 500;
    line-height: 24px;
    width: 80%;
    height: 60px;
    vertical-align: top;
    letter-spacing: .2px;
}
.property-thumb-info-image, .pgl-team-item .img-thumbnail-medium {
    float: left;
    width: 270px;
    margin-bottom: 10px;
    height: 200px;
}
.property-thumb-info{
    padding: 15px 0 10px 25px;
    float: left;
    width: calc(100% - 270px);
}
.properties-listing .property-thumb-info-content {
    min-height: 90px;
    overflow: hidden;
}

.property-thumb-info-content {
    padding: 0px 20px 20px;
}

.property-thumb-info-content h3 {
    margin-bottom: 8px;
}

.property-thumb-info-content address {
    margin-bottom: 10px;
}

.property-thumb-info-content p {
    margin: 0;
}

.amenities {
    border-top: 1px solid #eee;
    padding: 8px 20px;
    background-color: #76787a;
}

.amenities ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amenities ul li {
    display: block;
    float: left;
}

.icon-bedroom {
    background-position: 0 -45px;
}

.icon-bedroom, .icon-bathroom, .icon-location {
    display: inline-block;
    height: 17px;
    width: 22px;
}

.property-thumb-info-content h3 {
    margin-bottom: 8px;
}

h3 {
    font-size: 1.285em;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    margin: 0 0 25px;
}

.pgl-property {
    box-shadow: none;
    transform: translate(0,0);
    opacity: inherit!important;
    width: 100%!important;
    margin: 0!important;
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
    width: calc(50% - 30px);
    margin: 30px 30px 0 0;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
    transition: box-shadow .3s ease-out , transform .3s ease-out , opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
}

.property-thumb-info-image .img-responsive {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.pgl-property .property-thumb-info ul{
    width: auto;
}
.pgl-property .property-thumb-info ul li
{    list-style: none;
    display: inline-block;
    color: #444c59;
    margin-right: 15px;
    padding: 5px 0;
    font-size: 14px;}

.amenities .pull-left .hover-item {
    width: 70px;

}

/*.title {*/
    /*background-color: #191d3e;*/
/*}*/

.title h3 {
    padding: 8px 0px;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size:15px;
    margin: 0;
}
.title h3{
    color: #444c59;
}
.card-tai-chinh, .card-dang-ky {
    padding: 30px 15px;
    border: 1px solid #CCCCCC;
}

.card-dang-ky {
    margin: auto;
    text-align: center;
}

.form-check-inline {
    display: inline-block;
}

.form-check-inline input[type=radio] {
    height: 25px;
}

.pagination {
    justify-content: center;
}

.pagination .page-item {
    font-weight: 700;
}

.text-black {
    color: #000 !important
}

.text-red {
    color: red !important;
}

.property-title h4 a {
    text-transform: none;
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-hover-menu a, .navbar > li > a {
    text-transform: capitalize;
    padding: 10px 15px;
}

.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar > .show > a, .navbar > .show > a:focus, .navbar > .show > a:hover {
    color: #000;
    background: transparent;
    outline: 0;
}

/*submenu style start from here*/

.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
    background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #fff;
}

/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
    background: #fff;
}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #f5f5f5;
}

.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
    background: #f5f5f5
}

.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
    background: #f5f5f5
}

/*Drop-down menu work on hover*/
.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px
}

.black {
    background-color: #111;
}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li {
        position: relative;
    }

    .btco-hover-menu .collapse ul li:hover > ul {
        display: block
    }

    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    /*******/
    .btco-hover-menu .collapse ul ul li {
        position: relative
    }

    .btco-hover-menu .collapse ul ul li:hover > ul {
        display: block
    }

    .btco-hover-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    /*******/
    .btco-hover-menu .collapse ul ul ul li {
        position: relative
    }

    .btco-hover-menu .collapse ul ul ul li:hover ul {
        display: block
    }

    .btco-hover-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }

}

.breadcrumb{
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 1px solid white;
}
.page-item .page-link{
    font-family: inherit;
    font-size: 15px;
}

input[type=checkbox], input[type=radio] {
    height: 15px;
    width: 15px;
}

.navbar{
    border-bottom: solid 1px #0E2231;
}
.dia_chi{
    height: 20px;
}
.full-screen-white {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 200;
    width: 50px;
    height: 50px;
    padding: 5px;
    opacity: .8;
    transition: opacity linear .25s;
    -webkit-transition: opacity linear .25s;
    -moz-transition: opacity linear .25s;
    background: #fff;
    background-image: url(https://static.reverland.com/images/full-screen-white.svg)
}.full-screen-white {
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 200;
     width: 50px;
     height: 50px;
     padding: 5px;
     opacity: .8;
     transition: opacity linear .25s;
     -webkit-transition: opacity linear .25s;
     -moz-transition: opacity linear .25s;
     background: #fff;
     background-image: url(https://static.reverland.com/images/full-screen-white.svg)
 }

.full-screen-white.close {
    background-image: url(https://static.reverland.com/images/close-white.svg)
}

.title.title-res {
    display: none
}

.full-screen-icon {
    width: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.list-container {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 100%
}

.list-container-fullscreen {
    display: block
}

.list-container .list-row {
    border-bottom: 1px solid #e6e6e6;
    transition: background-color .1s;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    height: 40px
}

.list-container .list-row:hover {
    background: #fff
}

.list-cell {
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    padding-top: 10px
}

.list-col-name {
    width: 43%;
    padding-left: 30px
}

.list-col-status {
    width: 6%;
    text-align: center;
    padding-left: 10px
}

.list-col-status span {
    font-size: 12px;
    background-color: #edeef2;
    border: 1px solid rgba(48, 51, 57, .19);
    display: block;
    max-width: 40px
}

.list-col-id {
    width: 9%;
    padding-left: 10px
}

.list-col-room {
    width: 9%;
    padding-top: 2px;
    padding-left: 10px
}

.list-col-area {
    width: 9%;
    padding-top: 2px;
    padding-left: 10px
}

.list-col-price {
    width: 9%;
    padding-left: 10px
}

.list-col-action {
    width: 15%;
    text-align: center;
    padding-left: 10px;
    padding-right: 30px
}

.list-col-action a {
    font-size: 12px;
    border: 1px solid rgba(48, 51, 57, .19);
    padding: 5px 10px
}

.list-col-action a:hover {
    border: 1px solid #c52728;
    color: #c52728
}

.relative-news {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap
}

.relative-news .relative-news-left {
    float: left;
    width: 48%;
    margin-right: 4%
}

.relative-news .relative-news-left .featured header {
    padding: 20px 0 0;
    height: auto;
    overflow: hidden
}

.relative-news .relative-news-left .featured a .cover {
    position: relative;
    height: 310px
}

.relative-news .relative-news-left .featured a .cover img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.relative-news .relative-news-left .featured a .date {
    position: absolute;
    font-size: 14px;
    bottom: 30px;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 20px;
    line-height: 14px
}

.relative-news .relative-news-left .featured header .sumary {
    padding-top: 10px;
    max-height: 56px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #8e9399
}

.relative-news .relative-news-left .featured .time {
    display: none
}

.relative-news .relative-news-right {
    float: left;
    width: 48%
}

.relative-news .relative-news-right .featured {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    overflow: hidden
}

.relative-news .relative-news-right .featured:first-child {
    padding-top: 0
}

.relative-news .featured .time {
    float: left;
    width: 10%;
    margin-right: 2%;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    color: #464646;
    text-align: center
}

.relative-news .featured .time .date {
    padding: 10px 0 6px;
    max-width: 45px;
    margin-bottom: 1px
}

.relative-news .featured .time .bg-e1 {
    background: #e1e1e1;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.relative-news .featured .time .bg-eb {
    background: #ebebeb;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.relative-news .featured header .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-height: 50px;
    overflow: hidden;
    font-family: Tiempos, Verdana, Geneva, sans-serif
}

.relative-news .relative-news-right .featured header .sumary {
    padding-top: 10px;
    font-size: 14px;
    max-height: 50px;
    overflow: hidden;
    color: #8e9399
}

.max-width-946.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 26px
}

.max-width-946.contact .contact-detail .contact-info {
    width: 60%;
    float: left;
    padding: 60px 0 60px 60px
}

.max-width-946.contact .contact-detail .contact-info header {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px
}

.max-width-946.contact .contact-detail .contact-info p {
    padding: 20px 20px 40px 0
}

.max-width-946.contact .contact-detail .contact-info .red-bnt {
    max-width: 180px
}

.max-width-946.contact .contact-detail .contact-img {
    width: 40%;
    float: left;
    display: block;
    position: relative;
    height: 390px;
    overflow: hidden
}

.max-width-946.contact .contact-detail .contact-img img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.project-slider {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
    height: 350px
}

.list-img-srcoll {
    font-size: 0;
    white-space: nowrap;
    background-position: top left
}

.listing-img {
    cursor: pointer;
    border-right: 1px solid #f3f3f3;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    height: 350px
}

.listing-img:hover {
    opacity: .9
}

.all-img {
    bottom: 30px;
    pointer-events: auto;
    z-index: 200;
    width: 100%;
    position: absolute
}

.all-img-inner {
    max-width: 1140px;
    margin: 0 auto
}

.view-all-img {
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color, background, box-shadow, color, fill .1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 5px 10px;
    font-size: 14px;
    min-width: 125px
}

.view-all-img:hover {
     color: #fff;
     box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
 }

.list-all-img-project li {
    display: inline-block
}

.project-sumary .project-name {
    width: 100%;
    padding: 20px 0 20px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid rgba(48, 51, 58, .2)
}

.main-content .view-more-gray.more {
    display: none
}

.CTA-block {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
    display: table
}

.CTA-img {
    width: 52%;
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle
}

#CTA-img-right {
    padding-right: 0;
    padding-left: 4%
}

.CTA-info {
    width: 48%;
    display: table-cell;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    vertical-align: middle
}

.CTA-info .cta-title {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    line-height: 30px;
    padding-bottom: 20px
}

.CTA-info .cta-content li {
    list-style-type: initial;
    margin-left: 20px
}

.CTA-info .red-bnt {
    font-size: 16px !important;
    max-width: 190px;
    padding: 8px 0 6px !important
}

.CTA-info .cta-action {
    display: block;
    overflow: hidden;
    padding: 25px 0 20px
}

.map-gutter {
    padding-top: 40px;
    overflow: hidden;
    display: table
}

.location-icon {
    display: none
}

.btn-map {
    width: 18%;
    float: left;
    min-width: 125px;
    margin-right: 20px
}

.map-icon {
    border: 1px solid #303339;
    color: #303339;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 4px 18%;
    font-size: 16px;
    font-weight: 500;
    min-width: 125px
}

.map-icon .font-icon {
    font-size: 26px;
    margin-right: 5px;
    vertical-align: text-bottom
}

.location-icon .title-res {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    color: #8e9399
}

.max-width-946.contact .contact-detail, .location-map {
    box-shadow: 0 0 7px #a3a3a3;
    background-clip: padding-box;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden
}

.location-map-content {
    position: relative;
    text-align: center;
    padding: 25px;
    font-size: 16px;
    line-height: 28px
}

.location-map-content .map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 430px
}

.location-map-content .address-wrap {
    display: inline-block;
    margin-top: 20px
}

.location-map-content .address-wrap .address-title {
    font-weight: 600;
    font-style: normal
}

.location-map-content .address-wrap .address-range {
    margin: 0 15px 0 5px
}

.width1140 .contact-form {
    padding-bottom: 60px
}

.width1140 > h1 {
    padding: 60px 0 0;
    font-size: 36px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    line-height: 46px;
    font-weight: 400;
    text-align: center
}

.news-pro-detail {
    width: 100%;
    overflow: auto;
    padding-bottom: 60px
}

.news-pro-detail li {
    display: block;
    padding: 7px 0;
    float: left;
    margin-right: 4%;
    width: 48%;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-pro-detail li:nth-child(2n+2) {
    margin-right: 0
}

section.bg-gray-e6 div.more-info-black {
    max-width: 590px;
    padding: 0 20px
}

.bg-neiberhood-overlay {
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    padding-bottom: 60px
}

.compare-house .action .favorite:before {
    padding: 0 !important
}

.favorite-white-icon:before {
    content: "\f190"
}

.share-icon:before {
    content: "\f203"
}

.project-title {
    padding-bottom: 0
}

.tittle-neiberhood {
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    padding: 60px 0 40px;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    overflow: hidden
}

.project-title .width1140 {
    padding: 0 0 20px !important
}

.project-title .header {
    float: left;
    width: 60%;
    height: 40px;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
    margin-top: -8px
}

.project-title .header li:first-child {
    padding-left: 0
}

.project-title .header li {
    display: inline-block;
    padding: 8px 15px 0
}

.project-title .btn-info {
    width: 40%;
    float: left;
    margin-top: -8px
}

.bg-neiberhood {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: auto
}

.bg-neiberhood .sub-content {
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 20px;
    max-width: 900px;
    max-height: 145px;
    overflow: hidden
}

.btn-more {
    font-size: 16px;
    font-weight: 600
}

.bg-neiberhood .btn-more {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline
}

.bg-neiberhood .btn-more a {
    color: #fff !important
}

.btn-down-neiberhood {
    width: 100%;
    padding-top: 20px
}

.btn-down-neiberhood .red-bnt {
    max-width: 480px;
    height: 40px;
    text-transform: none;
    font-size: 16px !important;
    position: relative
}

.btn-down-neiberhood .red-bnt img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 5px;
    display: block
}

.btn-black-border {
    padding-left: 10px;
    padding-right: 10px
}

.btn-black-border .btn-hotline {
    margin: 0 auto !important;
    max-width: 620px;
    font-weight: 600;
    border: 2px solid #000 !important;
    position: relative
}

.btn-black-border .btn-hotline img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: -3px;
    display: none
}

.more-info .contact-now {
    color: #c52728
}

.more-info-black .black-button {
    width: 100%;
    padding: 10px 0 6px 0;
    font-weight: 500
}

.more-info-black {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px
}

.more-info-black .btn-hotline:hover, .btn-black-border .btn-hotline:hover {
    background: #000;
    color: #fff !important
}

.owner-img .btn-more {
    text-decoration: underline;
    padding-right: 30px;
    cursor: pointer
}

.owner-img .more-info {
    color: #c72528;
    font-weight: 500;
    font-size: 16px
}

.btn-red-down {
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
    max-width: 350px;
    float: none !important;
    padding: 15px 10px 10px !important
}

.styled-select {
    background-color: #404040;
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
    height: 30px;
    overflow: hidden;
    width: 130px;
    display: inline-block
}

.career-form input[type="file"]::-webkit-file-upload-button, .career-form input::-webkit-file-upload-button {
    visibility: hidden
}

.career-form input[type="file"]:before {
    content: attr(value);
    line-height: 1
}

.search-sub form {
    background-color: #fff;
    overflow: hidden
}

.search-sub .background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1
}

.sub-career {
    font-size: 16px;
    line-height: 24px;
    max-width: 46%;
    margin: 0 auto;
    font-weight: 400;
    text-align: center
}

.career-form {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 40px
}

.career-form input[type="text"], .career-form input[type="email"], .career-form input[type="tel"] {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    display: block;
    border: 1px solid #999;
    width: 100%;
    margin: 10px 0 20px
}

.career-form .hs_upload_cv input[type="file"] {
    display: none;
    font-size: 16px;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background: #dadada;
    padding: 10px 0;
    clear: both;
    cursor: pointer;
    box-sizing: border-box;
    transform-origin: 50% 50% 0
}

.career-form .hs_upload_cv .hs-field-desc {
    font-size: 16px;
    min-width: 150px;
    height: 40px;
    background: #dadada;
    padding: 10px 20px;
    font-weight: 400;
    clear: both;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    transform-origin: 50% 50% 0;
    -webkit-appearance: initial
}

.career-form .hs_upload_cv .hs-field-desc:hover {
    color: #c52728
}

.career-form .hs-button {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #303339;
    color: #fff;
    padding: 10px 0 6px 0;
    clear: both;
    font-weight: 500;
    text-align: center;
    border: none;
    font-size: 16px;
    -webkit-transition: height 2s
}

.career-form .hs-button:hover {
    background: #c72528;
    color: #fff
}

.career-form .hs-form-field:nth-child(5) {
    padding-bottom: 20px
}

.post-news-form {
    border-top: 1px solid #000;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    padding-bottom: 70px;
    overflow: hidden
}

.post-news-form .hs-form-field {
    width: 100%;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
    height: 60px;
    line-height: 60px;
    overflow: hidden
}

.post-news-form .hs-form-field label {
    width: 23%;
    float: left;
    display: block;
    overflow: hidden
}

.post-news-form .hs-form-field .input {
    width: 77%;
    float: left;
    display: block;
    overflow: hidden
}

.post-news-form input[type="text"], .post-news-form input[type="tel"], .post-news-form input[type="email"], .post-news-form input[type="number"] {
    width: 100%;
    font-weight: 400;
    color: #999;
    font-size: 16px;
    border: none;
    line-height: 56px
}

.post-news-form input[type="text"]:focus, .post-news-form input[type="tel"]:focus, .post-news-form input[type="email"]:focus, .post-news-form input[type="number"]:focus {
    border: none !important
}

.post-news-form select.hs-input {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border: none;
    line-height: 60px;
    background-color: #fff
}

.post-news-form .hs_submit {
    padding-top: 20px
}

.post-news-form .hs-form-checkbox span {
    padding-left: 10px
}

.opacity-background-black {
    visibility: hidden !important;
    opacity: 0;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    -webkit-transition: opacity .25s linear, visibility .25s linear;
    -moz-transition: opacity .25s linear, visibility .25s linear;
    -o-transition: opacity .25s linear, visibility .25s linear;
    transition: opacity .25s linear, visibility .25s linear;
    z-index: 200
}

.opacity-background-black-visible {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    z-index: 110
}

.proprety-form-contact .hbspt-form .form-columns-1 .hs-richtext > div {
    padding-bottom: 20px
}

.contact-agency .btn-hotline-red {
    width: 100%;
    margin: 10px 0 20px;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    border-radius: 2px;
    float: right;
    background: #c52728;
    text-align: center;
    font-weight: 600;
    display: block
}

.contact-form .hs-form fieldset.form-columns-1 .input {
    margin: 0
}

.contact-form .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%
}

.contact-form .hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 500px
}

.btn-sticky-header {
    width: 180px !important
}

.btn-sticky-header a {
    width: 100%
}

.project-title .btn-info .btn-chitiet, .stickyTrigger .width1140 .btn-chitiet {
    width: 180px;
    float: right;
    padding-top: 8px
}

.btn-chitiet .btn-hotline:hover {
    color: #c52728 !important;
    border: 1px solid #c52728 !important
}

.btn-hotline {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000 !important;
    margin: 0 10px 0 0 !important;
    border-radius: 2px;
    padding: 0 20px !important;
    font-size: 16px !important;
    color: #000 !important;
    display: block
}

.btn-chitiet .btn-hotline {
    height: 40px;
    line-height: 40px;
    float: none
}

.fone-b:before {
    content: "\f115";
    font-size: 1em
}

.fone-b {
    vertical-align: middle
}

.btn-red-boder {
    display: block;
    padding: 6px 10px 4px;
    font-size: 14px;
    border: 1px solid #c52728;
    border-radius: 2px;
    float: right;
    text-align: center;
    font-weight: 600
}

.btn-red-boder a {
    color: #c52728
}

.btn-red-boder:hover {
    background: #c52728
}

.btn-red-boder:hover a {
    color: #fff
}

.popup-overlay {
    background: rgba(0, 0, 0, .8) !important;
    height: 100vh !important;
    overflow: auto;
    position: relative
}

.popup-overlay .title span:first-child {
    display: block;
    width: 10%;
    float: left
}

.popup-overlay .title .house-type {
    display: block;
    float: right;
    width: 90%;
    max-height: 45px;
    overflow: hidden;
    padding-top: 5px
}

.popup-overlay .full-screen-act.close {
    position: fixed
}

.popup-lch {
    width: 1000px;
    max-width: 80%;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f5f9;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute
}

.popup-lch-img {
    width: 70%;
    margin: 0;
    float: left;
    background: #fff;
    padding: 20px;
    position: relative;
    min-height: 540px;
    display: block;
    overflow: hidden;
    height: auto
}

.popup-lch-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.popup-lch-detail {
    width: 30%;
    float: left;
    padding: 20px 10px 0;
    overflow: auto;
    height: auto;
    background-color: #f4f5f9
}

.popup-lch-detail div header {
    font-size: 20px;
    line-height: 28px;
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    padding-bottom: 20px
}

.popup-lch-detail div .detail {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #e1e1e1
}

.popup-lch-detail div .detail ul li {
    width: 100%
}

.popup-lch-detail div .detail ul li:after {
    clear: both;
    width: 100%;
    display: table;
    content: ''
}

.popup-lch-detail div .detail ul li p.left {
    width: 40%;
    font-weight: 600;
    padding-bottom: 10px
}

.popup-lch-detail div .detail ul li p.right {
    width: 60%;
    padding-bottom: 10px
}

.popup-lch-detail div .detail ul li:last-child p.left {
    padding-bottom: 5px
}

.popup-lch-detail div .detail ul li:last-child p.right {
    width: 100%;
    padding-left: 9px
}

.pupop-close-icon {
    display: block;
    cursor: pointer;
    top: 30px;
    right: 10px;
    height: 44px;
    width: 44px;
    z-index: 700;
    position: absolute;
    font-family: 'rever-icon', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700
}

.popup-lch .bg-e1e2e6 .red-bnt {
    max-width: 100%
}

.popup-contact {
    max-width: 440px;
    margin: 0 auto;
    overflow: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.popup-contact .header {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    background-color: #f2f2f2;
    width: 100%
}

.popup-contact .actionIcon {
    top: 0;
    height: 60px;
    line-height: 40px;
    background: transparent;
    color: #000;
    margin-right: 20px
}

.popup-contact .contact {
    margin: 20px 30px 30px
}

.popup-contact .btn {
    width: 100%;
    padding-top: 10px
}

.popup-contact .btn a {
    max-width: 100%
}

.popup-contact .form-contact {
    width: 100%;
    border: 1px solid #bfbfbf;
    border-top: none;
    background: #fff;
    overflow: auto;
    font-size: 16px;
    padding: 0
}

.popup-contact .bg-e1e2e6.header {
    border: 1px solid #bfbfbf;
    border-bottom: none;
    padding: 20px 30px;
    text-align: left
}

.bg-e1e2e6 {
    float: left;
    width: 30%;
    height: auto;
    overflow: hidden;
    padding: 12px
}

.bg-e1e2e6.popup-header {
    padding-top: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-color: #e1e2e6
}

.w100 {
    width: 100%
}

.actionIcon {
    top: 15px;
    right: 0;
    font-size: 20px
}

.timeline {
    padding-top: 70px
}

.timeline-list {
    width: 46%;
    margin: 0 2.75% 30px 0;
    float: left;
    display: inline-block;
    background: #fff
}

.timeline-cover {
    height: 240px;
    border-top: 2px solid #303339;
    position: relative;
    text-align: center
}

div.timeline-cover img {
    height: 100%;
    min-width: 100%
}

section.timeline ul li header {
    padding: 30px 40px 60px 30px;
    height: auto;
    overflow: hidden
}

section.timeline ul li header div.news a {
    font-size: 20px;
    line-height: 30px
}

section.timeline ul li header p.description {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding-top: 30px
}

.timeline-time {
    font-size: 16px;
    line-height: 30px
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    padding-top: 50px;
    background: #e6e6e6
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: inherit
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0
}

.timeline ul li:nth-child(odd) div {
    left: -439px
}

.timeline ul li:nth-child(odd) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f45b69
}

.timeline ul li:nth-child(even) div {
    left: 45px
}

.timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent
}

ul.detailroom li:last-child {
    width: 30%;
    margin: 0 !important
}

ul.detailroom li:last-child > div {
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 50%;
    color: #fff;
    display: inline-block
}

ul.detailroom li div span {
    text-align: center;
    font-size: 12px;
    padding-top: -1px;
    line-height: 15px;
    display: block
}

ul.detailroom li div span:hover + div.detail-house-info {
    display: block !important
}

.detail-house-info {
    width: 610px;
    font-size: 14px;
    margin-left: 100px;
    color: #000;
    box-shadow: 2px 2px 2px #cfcfcf;
    display: none;
    padding: 20px 15px;
    z-index: 10;
    background-color: #f4f5f9;
    position: absolute;
    top: 160px;
    right: 2px
}

.detail-house-hover {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f5f9;
    position: absolute;
    top: -10px;
    right: 145px;
    background-clip: padding-box;
    z-index: 100;
    display: block
}

.proprety-form-contact .hs-button {
    width: 100% !important
}

.proprety-form-contact .hs-richtext > p {
    padding-bottom: 20px
}

.proprety-form-contact .hs-form-field .input {
    margin-right: 0 !important
}

.popup-img {
    width: 65%;
    float: left
}

.popup-content {
    width: 35%;
    float: left
}

.contact-form div.hbspt-form div.submitted-message {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center
}

.contact-form .hs-button {
    max-width: 500px
}

.contact-form .hs-button, .proprety-form-contact .hs-button, .post-news-form .hs-button {
    text-transform: uppercase;
    min-width: 160px;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #30333a;
    padding: 10px 0 6px;
    clear: both;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    border-style: none;
    cursor: pointer;
    -webkit-transition: height 2s;
    -webkit-appearance: none;
    border: 1px solid #30333a;
    background: #fff
}

.contact-form .hs-button:hover, .proprety-form-contact .hs-button:hover, .post-news-form .hs-button:hover {
    background: #303339;
    color: #fff
}

.contact-form .hs-form, .property-form-contact .hs-form {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto;
    max-width: 50%
}

.form-contact .hs-form {
    max-width: 100%
}

.form-contact .hs-form-field:nth-child(3) input, .form-contact .hs-form-field:nth-child(3) label {
    margin: 0 0 0 8px
}

.form-contact .hs-form-field .hs-input:not([type=checkbox]) {
    background-color: #f4f5f9;
    letter-spacing: .5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 7px 15px;
    box-shadow: 0 0 3px #dedede
}

.form-contact .form-columns-2 em span {
    color: #c52728 !important
}

.form-contact .hs-form-field label span {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin-right: 5px
}

.form-contact .hs-form-field label span + span {
    color: #c52728
}

.form-contact .hs-button {
    display: block;
    margin: 0 auto;
    background: #303339;
    color: #fff;
    padding: 16px 0 12px 0;
    clear: both;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    font-size: 16px
}

.form-contact .hs-button:hover {
    background: #c72528
}

.contact-form .hs-form-field, .proprety-form-contact .hs-form-field {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 15px;
    position: relative
}

.proprety-form-contact .hs-form-field label {
    display: none
}

.proprety-form-contact .hs-richtext {
    padding-bottom: 20px
}

.contact-form .hs-richtext > p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px
}

.contact-form .hs-input, .proprety-form-contact .hs-input {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    display: block;
    width: 100% !important;
    border: 1px solid #a9a9a9
}

.contact-form .hs-error-msgs, .proprety-form-contact .hs-error-msgs {
    font-size: 12px;
    color: #c72528;
    font-weight: 400;
    padding-top: 10px
}

.max-w70 {
    max-width: 70% !important
}

.form-contact {
    width: 50%;
    float: left;
    padding-right: 30px
}

ul.max-w70 li:last-child {
    width: 100%;
    padding-right: 30px
}

.form-captcha {
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto
}

div.form-captcha div.captcha {
    width: 50%;
    float: left;
    padding-right: 30px
}

.form-contact-project {
    width: 50%;
    float: left;
    padding: 20px 30px 0 0
}

div.title-career-line > p {
    font-size: 16px;
    line-height: 24px;
    max-width: 46%;
    margin: 0 auto;
    font-weight: 400
}

.form-career-detail {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 40px
}

.form-career-content {
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    width: 100%
}

ul.form-career-detail li:last-child {
    display: inline-block !important
}

.btn-browse {
    font-size: 16px;
    width: 150px;
    margin: 0 auto;
    background: #dadada;
    padding: 15px 30px;
    clear: both;
    text-align: center
}

ul.form-career-detail li span.btn {
    margin-left: 30px
}

.btn-form-send {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 10px
}

.compare-rever tr td {
    text-align: left;
    padding: 20px 10px
}

.container-col-img-right {
    width: 290px;
    margin-left: 50px;
    position: relative
}

.detail-textbock {
    padding: 0 30px 60px;
    font-size: 14px;
    line-height: 20px
}

.header-textbock {
    padding: 40px 30px 30px;
    font-size: 18px;
    line-height: 26px
}

.container-textblock {
    display: block;
    background-color: #e6e7eb;
    margin: 0 30px 0 175px
}

.container-col-img-left {
    width: 460px;
    padding: 0 20px 50px 0;
    position: relative
}

.container-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    float: left;
    position: relative
}

.container {
    /*display: flex;*/
    position: relative;
    max-width: 1140px;
    margin: 0 auto
}

.background-gray-dot {
    background-color: #f3f3f3;
    overflow: hidden;
    background-image: url(https://static.reverland.com/images/dot.png);
    padding: 40px 0;
    background-size: 20px 10px
}

#ft-size18 {
    font-size: 18px
}

#ft-size22 {
    font-size: 22px
}

#ft-size28 {
    font-size: 28px
}

.popup-ward {
    right: -40px;
    text-align: left
}

ul li.list-filter:hover .popup-ward-visible {
    display: block
}

.ward-down-icon {
    right: -20px;
    top: 0
}

.popup-ward-visible {
    display: none
}

ul li.list-filter a.ward {
    padding: 0 !important
}

.ward-filter {
    height: 60px;
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.btn-send {
    float: left;
    margin: 0 auto;
    padding-top: 30px
}

.post-news {
    padding-top: 50px
}

.post-news-left {
    float: left;
    width: 75%;
    padding-right: 30px
}

.post-news-left h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 20px
}

.checkbox_customize {
    display: inline-block;
    position: relative
}

.post-news-right {
    float: left;
    background-color: #f4f5f9;
    width: 25%;
    padding-bottom: 30px;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif
}

.post-news-right div.list {
    width: 100%;
    height: 125px;
    overflow: hidden
}

.post-news-right header > h4 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    padding: 30px 0 40px
}

.post-news-right div div.list-number {
    width: 33%;
    float: left;
    text-align: center;
    padding-left: 20px
}

.post-news-right div div.list-number div {
    width: 55px;
    height: 55px;
    background: #000;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 18px
}

.post-news-right div div.list-step {
    float: left;
    width: 67%
}

.post-news-right div div.list-step ul li {
    padding-right: 40px
}

.post-news-right div div.list-step ul li:first-child {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px
}

.post-news-right div div.list-step ul li + li {
    font-size: 14px;
    line-height: 18px;
    color: #9f9fa0;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    padding-right: 40px
}

.customer-icon:before {
    content: "\f206";
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-right: 20px
}

.honest-icon:before {
    content: "\f207";
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-right: 20px
}

.responsibility-icon:before {
    content: "\f208";
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-right: 20px
}

.kind-icon:before {
    content: "\f209";
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-right: 20px
}

.spirit-icon:before {
    content: "\f210";
    font-size: 60px;
    line-height: 50px;
    color: #000;
    padding-right: 20px
}

.mota-duan {
    font-size: 18px;
    color: #303339;
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 40px 0 0;
    max-width: 850px;
    margin: 0 auto
}

.blocks {
    clear: both;
    color: #303339;
    padding: 40px 0 0;
    display: block;
    font-weight: 400;
    font-size: 16px
}

.title_duan {
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    font-size: 30px !important;
    color: #303339;
    display: block;
    font-weight: 400;
    padding: 60px 0 40px 0;
    text-align: center;
    line-height: 36px !important
}

.khudancu {
    padding: 0 0 30px 0
}

.khudancu-right {
    display: table-cell;
    vertical-align: middle;
    width: 48%;
    font-size: 16px;
    line-height: 22px;
    text-align: justify
}

.khudancu-right ul {
    padding: 20px 0
}

.khudancu-right ul li {
    display: inline-block
}

.khudancu-left {
    display: table-cell;
    vertical-align: middle;
    width: 52%;
    padding: 0 4% 0 0
}

.khudancu-img img {
    width: 100%;
    height: 250px
}

.khudancu-right .title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    padding-bottom: 20px
}

.khudancu-right .content {
    padding-bottom: 20px
}

.khudancu-right .black-button {
    float: left;
    max-width: 160px
}

.owner-img + .owner-img {
    padding-top: 40px;
    border-top: 1px dotted #dedede
}

div.width1140 div.owner-img div.left {
    width: 35%;
    padding: 0 30px 0 0
}

div.width1140 div.owner-img div.left img {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px
}

div.width1140 div.owner-img div.right {
    width: 65%;
    float: left
}

.owner-img .right p {
    float: right;
    width: 100%;
    font-size: 16px;
    text-align: justify;
    padding: 0 0 20px 0
}

.owner-img .right ul li {
    font-size: 16px;
    color: #303339;
    display: inline-block
}

.owner-img {
    padding-bottom: 40px;
    float: left
}

.owner-img:last-child {
    padding-bottom: 60px
}

.btn-chitiet a {
    border: 1px solid #303339;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 15px;
    background: #fff;
    float: left;
    cursor: pointer
}

.btn-chitiet:hover a {
    color: #fff
}

.bg-neiberhood .btn-chitiet a {
    font-size: 16px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff
}

.ttct {
    background: #fff;
    padding: 0 0 50px 0
}

.sdt {
    display: inline-block;
    padding: 0;
    color: #c72528
}

.chat {
    display: inline-block;
    float: right;
    padding: 0;
    color: #c72528
}

.member-detail ul {
    padding: 4px 0
}

.name-duan {
    width: 100%;
    background: #fff;
    border-bottom: 0 solid #ccc;
    padding: 30px 0 30px 0
}

.detail-info {
    border-top: 1px solid #dedede;
    padding: 30px 0;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-size: 16px
}

.detail-info-col {
    float: left !important;
    width: 100%;
    line-height: 30px
}

.detail-info-col li {
    width: 25%;
    float: left
}

ul.detail-info-col li p {
    color: #000;
    line-height: 30px
}

ul.detail-info-col li p span.color {
    color: #000;
    font-weight: 500
}

.title-detail {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 30px;
    width: 65%;
    line-height: 40.2px;
    padding: 25px 0 40px 0
}

.btn-lienhe {
    display: inline-block !important;
    width: 105px;
    height: 35px;
    border: 1px solid #303339;
    color: #fff;
    padding: 8px 25px 0 0 !important;
    clear: both;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    background: #fafafa;
    margin-right: 15px
}

.btn-quantam {
    display: inline-block !important;
    width: 105px;
    height: 35px;
    border: 1px solid #303339;
    color: #fff;
    padding: 8px 15px 0 0 !important;
    clear: both;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    background: #fafafa;
    margin-right: 15px
}

.bgmota {
    background-color: #f4f5f9;
    padding-bottom: 30px;
    font-size: 16px
}

.lch-content {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.lch-content-detail {
    margin-right: 30px
}

section.graybg section.lch-content article.lch-content-detail img {
    height: 262px;
    width: 262px
}

section.graybg section.lch-content article.lch-content-detail ul.header {
    font-size: 20px;
    color: #000;
    line-height: 23px;
    text-align: center;
    padding: 30px
}

section div.width1140 div div.flex-viewport ul.slides li div.title {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    text-align: center;
    padding: 20px 0 60px 0
}

section.graybg section.lch-content article.lch-content-detail ul.header li.detail {
    font-weight: 100;
    padding-top: 5px;
    font-size: 15px
}

section.graybg section.lch-content article.lch-content-detail ul.header li.s {
    color: #c72528;
    font-weight: 100;
    padding-top: 5px;
    font-size: 15px
}

.news-bg {
    background-color: #2c3e50
}

.news-left {
    float: left;
    width: 50%;
    color: #fff;
    padding: 60px 0 60px 10px;
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 34px
}

.news-right {
    float: left;
    width: 50%;
    color: #fff;
    padding: 60px 0 60px 20px
}

section.news-bg div.width1140 header {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 24px;
    padding-bottom: 45px
}

section.news-bg div.width1140 div.news-left ul li {
    border-bottom: .5px solid #646466
}

section.news-bg div.width1140 div.news-left p a {
    display: block;
    width: 100px;
    color: #fff;
    padding: 40px 0;
    text-decoration: underline;
    line-height: 10px;
    font-size: 20px
}

section.news-bg div.width1140 div.news-left p a:hover {
    opacity: .5
}

section.news-bg div.width1140 div.news-right div.bg {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    background: #edf3f6;
    padding: 30px;
    display: block;
    overflow: hidden
}

section.news-bg div.width1140 div.news-right div.bg div.img {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 20px
}

section.news-bg div.width1140 div.news-right div.bg div.img img {
    width: 170px
}

section.news-bg div.width1140 div.news-right div.bg div.text {
    float: left;
    width: 65%;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.btn-down {
    background: #c72528;
    color: #fff;
    padding: 11px 0 8px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    width: 263px;
    margin-top: 30px
}

.btn-down:hover {
    background: #303339;
    color: #fff
}

.hinhanh-content {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.hinhanh-content-detail {
    margin-right: 29px
}

section div.width1140 article.hinhanh-content-detail img {
    width: 263px;
    height: 175px
}

section div.width1140 article.hinhanh-content-detail ul.header {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 60px
}

section.background-gray div.width1140 div ul.icon {
    float: left;
    width: 10%;
    line-height: 24px;
    text-align: center
}

section.background-gray div.width1140 div ul.icon li img {
    height: 56px;
    width: 56px
}

section.background-gray div.width1140 div ul.icon li p {
    font-size: 16px
}

.tienich-icon {
    padding: 0 100px 0 100px
}

.list-and-map {
    height: calc(100% - 144px);
    display: flex;
    position: relative;
    z-index: 0;
    background-color: #f4f5f9
}

.search-bg {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.search-list-left {
    height: 100%;
    width: 640px;
    float: left
}

.search-res {
    background: #e1e2e6;
    padding: 7px 30px;
    font-size: 16px;
    line-height: 24px
}

.search-list-map {
    width: calc(100% - 640px);
    float: left;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    right: 0;
    height: 100%
}

.search-list {
    background-color: #fff;
    font-size: 16px;
    overflow: hidden
}

div.list-and-map div.search-list section div.detail {
    width: 100%;
    margin: 15px 0 0 0;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede
}

div.list-and-map div.search-list section div.detail ul li {
    display: inline-block
}

div.list-and-map div.search-list section div.detail ul li.name {
    width: 65%;
    padding-right: 50px;
    padding-left: 30px
}

div.list-and-map div.search-list section div.detail ul li.bookmark {
    float: right
}

.sreach-bar {
    width: 100%;
    background-color: #fff
}

.rent-drop {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 60px;
    color: #303339
}

.iconrent {
    display: inline;
    position: absolute;
    line-height: 0;
    top: 30px;
    right: 52px;
    font-family: 'rever-icon', arial
}

.rent-drop .iconrent {
    right: 90px
}

.iconrent:before {
    content: "\f116";
    position: absolute;
    font-size: 23px;
    font-weight: 400
}

.search-left-filter {
    margin: 0;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 300px
}

.search-right-filter {
    margin: 0 30px;
    display: table-cell;
    vertical-align: middle;
    width: 190px
}

.house-detail {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    margin: 0 0 50px 0
}

section.graybg div.width1140 div.house-detail div.content {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #ececec
}

.house-detail div.img {
    float: left;
    width: 20%;
    padding: 0 20px 0 0;
    overflow: hidden;
    height: 100px
}

.house-detail div.img img {
    width: 100%;
    height: 100%
}

.house-detail div.name {
    float: left;
    width: 40%;
    font-weight: 500;
    font-size: 18px;
    padding: 40px 20px 0 0
}

.house-detail div.detail {
    float: left;
    width: 20%;
    font-size: 14px;
    padding: 40px 20px 0 0
}

section.graybg div.width1140 div.house-detail div.detail ul li {
    display: inline;
    padding-right: 12px
}

.house-detail div.house-price {
    float: left;
    width: 20%;
    font-size: 14px;
    padding: 44px 20px 0 0
}

.house-detail div.house-price span {
    color: #c72528
}

.header-career {
    position: relative;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

section.header-career div.bg-career div.title {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    display: block;
    padding-top: 100px;
    text-align: center;
    line-height: 34px
}

section.header-career div.bg-career div.sumary {
    font-size: 22px;
    color: #fff;
    display: block;
    line-height: 34px;
    text-align: center;
    padding: 30px 0 40px 0;
    font-weight: 200;
    margin: 0 auto;
    max-width: 820px
}

section.header-career div.bg-career div.btn {
    text-align: center;
    float: none;
    width: 100%
}

section.header-career div.bg-career div.btn a.btn-career {
    font-size: 16px;
    width: 245px;
    margin: 0 auto;
    background: #c72528;
    color: #fff;
    padding: 15px 30px;
    clear: both;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase
}

section.header-career div.bg-career div.btn a.btn-career:hover {
    background: #303339;
    text-decoration: none
}

.bg-career-white {
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
    overflow: hidden
}

.bg-career-gray {
    width: 100%;
    background-color: #f4f5f9;
    padding-bottom: 60px;
    overflow: hidden
}

.title-career {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    text-align: center;
    font-size: 33px;
    padding: 60px 0 30px 0;
    line-height: 40px
}

.title-career-line {
    width: 100%;
    text-align: center
}

.title-career-line div.line {
    width: 13%;
    border-top: 1px solid #000;
    margin: 0 auto;
    padding-bottom: 30px
}

section.bg-career-white div.content div.info div {
    width: 33.33%;
    display: block;
    overflow: hidden;
    padding-top: 0;
    float: left;
    text-align: center
}

.why-detail {
    padding-bottom: 30px
}

section.bg-career-white div.content div.info div div.icon {
    float: left;
    width: 100%;
    display: block
}

section.bg-career-white div.content div.info div div.info {
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 15px
}

section.bg-career-white div.content div.info div div.info ul li.title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 20px;
    text-align: center
}

section.bg-career-white div.content div.info div div.info ul li {
    line-height: 25px;
    padding: 0 30px;
    text-align: center
}

.our-dep-content {
    width: 100%;
    overflow: hidden;
    padding-top: 0
}

section.bg-career-gray div.content div.our-dep-content div.col {
    width: 33.33%;
    display: block;
    overflow: hidden;
    float: left;
    padding-top: 150px
}

section.bg-career-gray div.content div.our-dep-content div.col.col2 {
    padding-top: 0
}

section.bg-career-gray div.content div.our-dep-content div.col div {
    padding: 5px;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    font-family: Tiempos, Verdana, Geneva, sans-serif
}

section.bg-career-gray div.content div.our-dep-content div.col div.item img {
    transition: all .5s
}

section.bg-career-gray div.content div.our-dep-content div.col div.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

section.bg-career-gray div.content div.our-dep-content div.col div img {
    width: 100%
}

section.bg-career-gray div.content div.our-dep-content div.col div h2.our-dep-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c72528;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 0 5px 0
}

section.bg-career-white div.content div.info {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.bg-career-white div.content div div.detail {
    padding: 15px 0;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #dedede;
    overflow: hidden
}

section.bg-career-white div.content div div div.name {
    float: left;
    width: 40%;
    color: #333;
    font-weight: 500;
    padding-top: 8px
}

.bg-career-white .pos, .bg-career-white .loc {
    float: left;
    width: 20%;
    padding-top: 8px
}

section.bg-career-white div.content div div.detail div.btn-app {
    width: 20%;
    float: right;
    max-width: 165px
}

section.bg-career-white div.content div div.detail div.btn-app div {
    padding: 5px 10px;
    border: 1px solid #c72528;
    border-radius: 2px;
    text-align: center;
    font-weight: 600;
    width: 100%
}

section.bg-career-white div.content div div.detail div.btn-app div:hover {
    border: 1px solid #000
}

section.bg-career-white div.content div div.detail div.btn-app div a {
    color: #c72528
}

section.bg-career-white div.content div div.detail div.btn-app div:hover a {
    color: #000;
    text-decoration: none
}

section.bg-career-white div.content div.btn-career {
    font-size: 16px;
    width: 20%;
    margin: 0 40%;
    background: #c72528;
    color: #fff;
    padding: 15px 0 15px 0;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase
}

section.bg-career-white div.content div.btn {
    padding-top: 60px;
    text-align: center
}

section.bg-career-white div.content div.btn a.btn-career {
    font-size: 16px;
    width: 245px;
    margin: 0 auto;
    background: #c72528;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase
}

section.bg-career-white div.content div.btn a.btn-career:hover {
    background: #303339;
    text-decoration: none
}

.ben-content {
    width: 100%;
    overflow: hidden;
    padding-top: 20px
}

section.bg-career-white div.content div.ben-content div.col {
    width: 33.33%;
    display: block;
    overflow: hidden;
    float: left
}

div.width1140 div.owner-img div.right .title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Tiempos', Verdana, Geneva, sans-serif;
    padding-bottom: 20px
}

.project-header {
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: block
}

.project-header .project-header .project-name {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    display: block;
    font-size: 20px
}

.project-header .project-name .address h2 {
    font-weight: 400;
    padding-right: 5px;
    font-size: 14px
}

section.project-header div.project-name {
    padding: 40px
}

section.project-header div.project-name div.address {
    width: 65%;
    float: left;
    font-size: 14px;
    color: gray
}

section.project-header div.project-name div.address h4 {
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

section.project-header div.project-name div.address h4 a {
    color: #8e9399
}

section.project-header div.project-name div.address h4 a:hover {
    color: #c72528
}

.project-header .project-name .address .title-project {
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    color: #303339
}

section.project-header div div.project-name div.address h1.title-project {
    padding-bottom: 40px
}

.project-name .detail {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding: 30px 0 0 0;
    border-top: 1px solid #dedede
}

.social-share {
    float: left;
    width: 35%;
    height: 60px;
    position: relative
}

.social-content {
    position: absolute;
    right: 0;
    bottom: 14px
}

.social-content .font-icon {
    font-size: 30px;
    width: 30px;
    margin-left: 10px;
    vertical-align: middle
}

.social-content a img {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.share {
    float: left;
    width: 35%
}

.listing-detail {
    font-size: 16px;
    width: calc(100% - 300px);
    float: left
}

.listing-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 1 / 3 - 10px);
    display: flex;
    line-height: 30px;
    float: left
}

.listing-item:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.listing-item .item-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 37%;
    color: rgba(48, 51, 58, .86);
    font-weight: 600
}

.listing-item .item-left:nth-child(1n) {
    margin-right: 10px;
    margin-left: 0
}

.listing-item .item-right {
    width: 63%;
    margin-right: 0;
    margin-left: auto;
    font-weight: 400;
    display: flex;
    max-height: 30px;
    overflow: hidden;
    color: rgba(48, 51, 58, .68)
}

#price-area {
    color: #c52728
}

.project-house {
    display: table;
    height: 90px;
    width: 100%;
    font-size: 14px
}

.project-house + .project-house {
    border-top: 1px solid #ececec
}

.project-house div {
    display: table-cell;
    vertical-align: middle
}

.project-house .img {
    height: 60px;
    width: 10%;
    position: relative
}

.project-house .img .cover {
    display: block;
    height: 60px;
    position: relative;
    overflow: hidden;
    margin-right: 10px
}

.project-house .img .cover img {
    width: 90px;
    border: 1px solid #ccc;
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.project-house .title {
    width: 30%
}

.project-house .title h3 {
    margin-right: 20px;
    font-weight: 500;
    font-size: 14px
}

.project-house .room {
    width: 16.67%
}

.project-house .room span, .project-house .area-m2 span, .project-house .price-m2 span {
    margin-right: 5px
}

.project-house .area-m2 {
    width: 16.67%
}

.project-house .price-m2 {
    width: 16.67%
}

.project-house .btn {
    text-align: right;
    width: 10%
}

.project-house .btn a {
    display: block;
    padding: 9px 13px 5px;
    border: 1px solid #000;
    border-radius: 2px;
    float: right;
    height: 36px;
    min-width: 75px;
    font-weight: 500
}

.project-house .btn a:hover {
    border: 1px solid #c52728
}

.project-sumary .project-name .detail {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding: 30px 0 0 0;
    border-top: 1px solid #dedede
}

section.project-header div.project-name div.share ul li.share {
    width: 100%;
    text-align: right;
    font-size: 16px;
    margin-bottom: 15px
}

section.project-header div.project-name div.share ul li.btn {
    font-family: 'harmonia', Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 30px 0 0 0;
    float: right;
    margin-left: 10px
}

.lhtv {
    width: 40% !important
}

.menu-detail-under ul {
    width: 60%
}

section.project-header div.project-name div.share ul li.btn-contact a {
    border: 1px solid #303339;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    background: #000;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 160px
}

section.project-header div.project-name div.share ul li.btn-contact a:hover {
    background: #c52728;
    border: 1px solid #c52728
}

section.project-header div.project-name div.share ul li.btn-contact a {
    color: #fff
}

section.project-header div.project-name div.share ul li.btn-care a {
    border: 1px solid #303339;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 160px
}

section.project-header div.project-name div.share ul li.btn-care:hover a {
    color: #c72528;
    border: 1px solid #c52728
}

section div.width1140 section.bg-white div.team-member div.member-detail header p {
    padding-top: 10px
}

.content .detail-more .left1 {
    font-size: 16px !important;
    line-height: 24px;
    color: #8e9399
}

.content .detail-more .right1 {
    font-size: 16px !important;
    line-height: 24px;
    color: #333 !important
}

.bg-contact {
    padding-bottom: 40px
}

#slider-news ul.exclusive li.featured header {
    height: 140px !important
}

section.news-bg div.width1140 div.news-left p a {
    font-size: 16px;
    font-weight: 500
}

div.team-member div.member-detail header.content {
    padding: 27px 5px 20px 40px;
    height: 140px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    background: #fff
}

div.team-member div.member-detail header.content h2 {
    font-size: 20px;
    font-weight: 500
}

section.bg-career-white div.content div.info div.shape {
    width: 33.33%;
    display: inline-block;
    float: left;
    padding: 30px 50px 45px 30px
}

section.bg-career-white div.content div.info div.bg-shape1 {
    background-color: #f4f5f9
}

section.bg-career-white div.content div.info div.bg-shape2 {
    background-color: #edeef2
}

section.bg-career-white div.content div.info div.bg-shape3 {
    background-color: #e1e2e6
}

section.bg-career-white div.content div.info div.bg-shape4 {
    background-color: #e1e2e6;
    width: 50%
}

section.bg-career-white div.content div.info div.bg-shape5 {
    background-color: #f4f5f9;
    width: 50%
}

section.bg-career-white div.content div.info div.shape div.shape {
    float: left;
    width: 25%;
    padding: 0;
    text-align: left
}

section.bg-career-white div.content div.info div.shape div.shape-r2 {
    float: left;
    width: 15%;
    padding: 0;
    text-align: left
}

section.bg-career-white div.content div.info div.shape div.requirement-detail {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    width: 75%
}

section.bg-career-white div.content div.info div.shape div.requirement-detail-r2 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    width: 85%
}

section.bg-career-white div.content div.info div.shape div.requirement-detail ul li:first-child {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 30px
}

section.bg-career-white div.content div.info div.shape div.requirement-detail-r2 ul li:first-child {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 30px
}

section.header-career div.bg-career div.title-sub {
    font-family: Tiempos, Verdana, Geneva, sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    display: block;
    padding-top: 180px;
    text-align: center;
    line-height: 34px
}

section.bg-career-white div.content div p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 30px
}

section.bg-career-gray div.content div.career-left {
    float: left;
    width: 50%
}

section.bg-career-gray div.content div.career-left div.cover {
    float: left;
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden
}

section.bg-career-gray div.content div.career-right {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 22px;
    padding-left: 3%
}

section.bg-career-gray div.content div.career-right div ul {
    padding-bottom: 20px
}

section.bg-career-gray div.content div.career-right div ul li:first-child {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px
}

section.bg-career-gray div.content div.career-right div ul li + li {
    margin-left: 20px;
    list-style-type: disc
}

.test-content {
    float: left;
    width: 50%;
    overflow: hidden
}

.test-content div.cover {
    float: left;
    height: 165px;
    width: 165px
}

.test-content div.cover img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.test-content div.detail {
    float: left;
    width: 70%;
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px
}

.test-content div.detail ul li:first-child {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 30px
}

.test-content div.detail ul li + li {
    font-weight: lighter;
    font-style: italic;
    padding-top: 3px
}

section.bg-career-gray div.contentpx div.career-img {
    width: calc(100% + 10px)
}

.career-img ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    padding: 0 4px 0
}

.career-img ul li a img {
    width: 100%
}

.hsg-cta-gallery {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.hsg-flex {
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    overflow: hidden
}

.hsg-cta-gallery .hsg-cta-gallery__column {
    margin: 0 5px;
    width: 33.33%
}

.hsg-cta-gallery .hsg-cta-gallery__item {
    line-height: 0;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    margin-bottom: 11px
}

.hsg-cta-gallery .hsg-cta-gallery__item img {
    border: 1px solid #fff;
    width: 100%
}

.hsg-cta-gallery .hsg-cta-gallery__item .hsg-cta-gallery__item-headline, .hsg-cta-gallery .hsg-cta-gallery__item .hsg-cta-gallery__item-overlay {
    position: absolute;
    background: #c52728;
    width: calc(100% - 2px);
    bottom: 0;
    left: 1px;
    margin: 0;
    padding: 25px 0;
    -webkit-transition: opacity .75s ease;
    transition: opacity .75s ease;
    font-size: 24px;
    font-family: 'Tiempos', Arial, Helvetica, sans-serif;
    font-weight: 200
}

.hsg-cta-gallery .hsg-cta-gallery__item .hsg-cta-gallery__item-overlay {
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    border: 1px solid #fff
}

.hsg-cta-gallery .hsg-cta-gallery__item .hsg-cta-gallery__item-overlay h4 {
    text-transform: uppercase;
    padding-top: 6%;
    padding-bottom: 6%;
    position: relative;
    font-size: 1.28em
}

.hsg-cta-gallery .hsg-cta-gallery__item h5 {
    font-weight: 400;
    font-size: 1.05em;
    line-height: 1.4
}

.hsg-cta-gallery .hsg-cta-gallery__item:before {
    content: "";
    background: hsla(0, 0%, 100%, .58);
    width: 100%;
    position: absolute;
    height: 100%;
    -webkit-transition: opacity .75s ease;
    transition: opacity .75s ease;
    opacity: 0;
    z-index: 2
}

.hsg-cta-gallery .hsg-cta-gallery__item .hsg-cta-gallery__item-overlay h4:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 40%;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto
}

.hsg-cta-gallery .hsg-cta-gallery__item:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 100
}

section.hsg-cta-gallery.hsg-flex div.col1 a:hover {
    transform-origin: 0 50%
}

section.hsg-cta-gallery.hsg-flex div.col3 a:hover {
    transform-origin: 50% 0
}

li.whr-item {
    padding: 20px 0;
    line-height: 22px;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #dedede;
    position: relative
}

li.whr-item:after {
    display: table;
    width: 100%;
    clear: both;
    content: ''
}

.whr-title {
    float: left;
    width: 40%;
    line-height: 22px;
    margin-bottom: 0
}

.whr-title a {
    color: #333;
    font-weight: 500;
    font-size: 16px
}

.whr-title a:hover {
    color: #c72528
}

li.whr-item .whr-info {
    float: left;
    width: 60%;
    line-height: 22px;
    padding: 8px 30px 5px 0px;
}

li.whr-item .whr-info li {
    float: left;
    width: 50%;
    text-align: right
}

li.whr-item .whr-info li span {
    display: none
}

li.whr-item .whr-info li.whr-date {
    display: none
}

.cta-bottom-wrapper {
    background: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    border: 1px solid rgba(48, 51, 57, .15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    font-size: 16px;
    display: none
}

.cta-bottom-inner {
    width: 100%;
    border-spacing: 10px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    height: 100%
}

.cta-bottom-inner div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%
}

.cta-hotline {
    display: block;
    background: #c52728;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500
}

.cta-hotline:focus {
    color: #fff
}

.cta-form {
    display: block;
    background: #fff;
    color: #30333a;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    border: 1px solid #30333a;
    line-height: 40px;
    font-weight: 500
}

.cta-form:focus {
    color: #30333a;
    background: #fff
}

#carousel1 .flex-active-slide {
    border: 2px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    height: 61px
}

@media screen and (min-width: 1920px) {
    .project-slider, .listing-img {
        height: 420px
    }
}

@media only screen and (max-width: 1080px) {
    .listing-detail {
        width: 100%
    }

    .popup-lch-img {
        width: 60%
    }

    .popup-lch .popup-header, .popup-lch-detail, .popup-lch .bg-e1e2e6 {
        width: 40%
    }

    .all-img-inner {
        padding: 0 15px
    }

    .popup-sketup .image-sketch {
        width: 65%
    }

    .info-sticky-header {
        overflow: hidden;
        border-left: 0;
        padding-left: 0;
        white-space: nowrap
    }

    .container {
        padding: 0 10px
    }

    .test-content div.cover {
        margin: 0 auto;
        float: none
    }

    .test-content {
        text-align: center
    }

    .test-content div.detail {
        width: 100%;
        padding-top: 10px
    }

    .btn-quyhoach {
        width: 33%
    }

    section.background-gray div.width1140 div.owner-img div.left img {
        width: 100%
    }

    .ower-more {
        display: block;
        clear: both;
        padding: 0 0 0 345px
    }

    .hinhanh-content {
        width: 100%
    }

    .lch-content {
        width: 100%;
        padding: 0 30px 0 30px
    }

    section div.width1140 article.hinhanh-content-detail img {
        width: 460px !important;
        height: 350px !important
    }

    section.news-bg div.width1140 div.news-right div.bg {
        height: 490px
    }

    section.news-bg div.width1140 div.news-right div.bg div.img {
        width: 100%;
        text-align: center
    }

    section.news-bg div.width1140 div.news-right div.bg div.text {
        width: 100%;
        padding: 0 0 0 60px
    }

    section div section article.lch-content-detail a img {
        width: 460px !important;
        height: 350px !important
    }

    .house-detail div.name {
        width: 30%
    }

    .house-detail div.detail {
        width: 25%
    }

    .house-detail div.house-price {
        width: 25%;
        padding-top: 43px
    }
}

@media only screen and (max-width: 979px) {
    .relative-news .relative-news-right .featured header .sumary {
        display: none
    }

    .listing-item {
        width: calc(100% * 1 / 2 - 30px)
    }

    .post-news-right div div.list-step ul li + li {
        padding: 10px 10px
    }

    .post-news-right div div.list-step ul li:first-child {
        padding: 10px 0
    }

    .post-news-right div div.list-step {
        width: 100%;
        text-align: center
    }

    .post-news-right div div.list-number div {
        margin: 0 auto
    }

    .post-news-right div div.list-number {
        width: 100%;
        padding: 0
    }

    .post-news-right div.list {
        height: 160px
    }

    section div header div div ul.detail-info-col li {
        display: inline-block
    }

    .pro-descrip .left-descrip {
        width: 100%;
        margin-bottom: 30px
    }

    .pro-descrip .right-descrip {
        width: 100%
    }

    section.graybg section.lch-content article.lch-content-detail img {
        width: 406px !important;
        height: 70% !important
    }

    section.news-bg div.width1140 div.news-left header {
        line-height: 40px
    }

    section.news-bg div.width1140 div.news-right div.bg div.text {
        padding: 0
    }

    section div.width1140 article.hinhanh-content-detail img {
        width: 405px !important;
        height: 70% !important
    }

    .lch-content-detail {
        width: 46%
    }

    .tienich-icon {
        padding: 0 10px 0 10px
    }

    section.background-gray div.width1140 div ul.icon {
        margin-right: 17px
    }

    .ower-more {
        padding: 0 0 0 240px
    }

    .khudancu-left {
        width: 100%;
        padding: 0
    }

    .khudancu-right {
        width: 100%
    }

    .khudancu-img {
        width: 100%
    }

    .btn-quyhoach {
        width: 38%
    }

    section.graybg div.width1140 div.house-detail div.content {
        padding: 10px 10px 10px 10px
    }

    .houde-detail div.img {
        width: 20%
    }

    .house-detail div.name {
        width: 25%
    }

    .house-detail div.house-price {
        width: 25%;
        padding-top: 43px
    }

    .house-detail div.detail {
        width: 30%
    }

    .khudancu-right {
        padding-top: 20px
    }

    .team-member .member-detail header {
        padding: 20px 0 0 20px
    }

    section div.width1140 section.bg-white div.team-member div.member-detail header p {
        padding-top: 7px
    }

    .member-detail ul {
        padding-top: 7px
    }

    div.team-member div.member-detail header.content {
        padding: 27px 5px 20px 10px
    }

    section.header-career div.bg-career div.title {
        padding-top: 110px
    }

    section.header-career div.bg-career div.sumary {
        padding: 30px 50px 30px 50px
    }
}

@media only screen and (max-width: 800px) {
    .popup-overlay .slider-buttons {
        display: none
    }

    .popup-contact {
        margin: 150px auto
    }

    .popup-lch {
        margin: 100px auto
    }

    .popup-lch-img {
        width: 100%;
        min-height: 400px
    }

    .location-icon {
        display: table;
        padding-bottom: 20px;
        overflow: hidden
    }

    #location {
        display: none
    }

    .social-content a img {
        margin: 0 10px 0 0
    }

    .project-house .img {
        vertical-align: bottom
    }

    .project-title .width1140 {
        padding: 0 !important
    }

    .project-sumary .project-name .detail {
        padding: 0;
        border: none
    }

    .project-title .header, .project-title .btn-info {
        display: none
    }

    .social-content {
        right: 0
    }

    .relative-news .relative-news-right .featured .time {
        font-size: 16px
    }

    .relative-news .featured .time .date, .relative-news .featured .time .month {
        padding: 5px 0 0
    }

    .listpro-content {
        padding: 15px 15px 30px
    }

    .allproject-list {
        margin: 0 auto 15px
    }

    .list-prop .article div.title {
        padding-left: 10px
    }

    .sub-career {
        max-width: 90%
    }

    .career-form {
        max-width: 80%;
        padding: 40px 0
    }

    .popup-sketup {
        max-height: none;
        overflow: auto
    }

    .popup-sketup .image-sketch {
        height: auto;
        max-width: none
    }

    .slides-sketch li {
        height: auto
    }

    .popup-sketup .image-sketch img {
        top: auto;
        left: auto;
        transform: none;
        height: auto;
        position: static
    }

    .popup-lch-detail {
        width: 100%
    }

    .bg-e1e2e6 {
        width: 100% !important
    }

    .popup-sketup .image-sketch {
        width: 100%
    }

    .property {
        position: fixed;
        right: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        bottom: -60px;
        top: auto
    }

    div.title-career-line > p {
        max-width: 80%
    }

    .form-career-detail {
        max-width: 80%;
        padding-bottom: 30px
    }

    .team-member .member-detail {
        padding-bottom: 0
    }

    .container-textblock {
        width: 50%;
        margin: 0 10px 0;
        float: left
    }

    .container-col {
        width: 100%;
        flex-direction: inherit
    }

    .container-col-img-left {
        width: 50%;
        padding: 0 10px 0
    }

    .container-col + .container-col {
        visibility: hidden;
        width: 0%
    }

    .post-news-right div.list {
        float: left;
        width: 50%
    }

    .post-news-right {
        width: 100%;
        overflow: hidden;
        padding: 0
    }

    .post-news-left {
        width: 100%;
        padding: 0 0 20px
    }

    section.bg-career-white div.content div.info div.shape div.shape-r2 {
        width: 25%
    }

    section.bg-career-white div.content div.info div.shape div.requirement-detail-r2 {
        width: 75%
    }

    .hsg-cta-gallery .hsg-cta-gallery__column {
        width: 50%;
        margin: 0 auto
    }

    .hsg-flex {
        display: block
    }

    .bg-career-gray {
        padding-bottom: 0
    }

    section.bg-career-gray div.content div.career-right div {
        width: 33.33%;
        float: left
    }

    section.bg-career-gray div.content div.career-right {
        width: 100%;
        padding: 0 20px
    }

    section.bg-career-gray div.content div.career-left {
        width: 100%;
        padding: 0 20px 20px
    }

    .detail-info-col li {
        width: 50%;
        float: left
    }

    .content-detail-house header.detail-house p {
        color: #303339;
        font-size: 1.6em;
        font-weight: 200
    }

    .title-detail {
        width: 100%
    }

    .detail-info {
        padding: 30px 0 0 0
    }

    section.graybg section.lch-content article.lch-content-detail img {
        width: 742px !important
    }

    .news-left {
        width: 50%;
        padding-bottom: 0
    }

    .news-right {
        width: 50%;
        padding: 60px 30px 60px 30px
    }

    section div.width1140 article.hinhanh-content-detail img {
        width: 742px !important
    }

    section.background-gray div.width1140 div ul.icon {
        width: 45%;
        padding: 0 10px 20px 0 !important
    }

    .ower-more {
        padding: 0
    }

    .khudancu-left {
        width: 100%;
        display: block
    }

    .btn-quyhoach {
        width: 65%
    }

    .btn-down {
        width: 235px
    }

    .house-detail div.img {
        padding: 5px 5px;
        width: 20%
    }

    .house-detail div.name {
        width: 30%;
        padding: 29px 0 5px 0
    }

    .house-detail div.detail {
        width: 25%;
        padding: 30px 5px 0 0
    }

    .house-detail div.house-price {
        width: 25%;
        padding: 33px 5px 5px 0
    }

    section.graybg div.width1140 div.house-detail div.detail ul li {
        padding-right: 2px
    }

    section.background-gray div.width1140 div.owner-img div.left img {
        height: 100%;
        margin-right: 0 !important
    }

    .owner-img {
        padding-bottom: 30px
    }

    .team-member .member-detail {
        width: 100%;
        padding: 0 0 0 0
    }

    div.team-member div.member-detail header.content {
        padding: 27px 5px 20px 40px !important
    }

    section.bg-career-white div.content div.info div.shape {
        width: 50%
    }

    section.bg-career-white div.content div.info div {
        width: 50%
    }

    .btn-sticky-header, .stickyTrigger .width1140 .btn-chitiet {
        width: 50% !important;
        margin: 0 auto
    }

    .red-bnt {
        max-width: 100%
    }

    .lhtv {
        display: none
    }

    .menu-detail-under ul {
        width: 100%
    }

    div.share {
        display: none
    }

    .project-header .project-name .address {
        width: 100%
    }

    .stickyTrigger {
        position: fixed;
        right: 0;
        left: 0;
        visibility: visible !important;
        opacity: 1 !important
    }

    .CTA-img {
        display: none
    }

    .CTA-info {
        width: 100%
    }

    .cta-bottom-wrapper {
        display: block
    }
}

@media only screen and (max-width: 720px) {
    .all-img-inner {
        padding: 0 10px
    }

    .max-width-946.contact .contact-detail .contact-info {
        width: 100%;
        padding: 60px
    }

    .max-width-946.contact .contact-detail .contact-img {
        display: none
    }

    .post-news-form .hs-form-field label {
        width: 30%
    }

    .post-news-form .hs-form-field .input {
        width: 70%
    }

    .max-w70 {
        max-width: 100% !important
    }

    .ward-down-icon {
        left: 130px
    }

    .btn-down {
        width: 100%;
        margin-top: 15px
    }

    .house-detail div.name {
        width: 25%;
        padding-top: 30px
    }

    .house-detail div.detail {
        width: 30% !important;
        padding: 30px 10px
    }

    section.graybg div.width1140 div.house-detail div.detail ul li {
        padding-right: 5px
    }

    .house-detail div.house-price {
        width: 25%;
        padding-top: 33px
    }

    section.project-header div.project-name div.share {
        width: 100%;
        padding-bottom: 20px
    }

    section.project-header div.project-name div.share ul li.share {
        text-align: left;
        width: 14%;
        float: left
    }

    section.project-header div.project-name div.share ul li.btn {
        float: left;
        margin-top: -10px
    }
}

@media only screen and (max-width: 600px) {
    .project-house .img {
        vertical-align: top
    }

    .max-width-946.contact .contact-detail .contact-info header {
        font-size: 26px
    }

    .main-content .view-more-gray.more {
        margin-top: 10px;
        border: 1px solid #ccc;
        background: transparent;
        display: block
    }

    .main-content .view-more-gray.more a {
        text-decoration: none
    }

    #cta-title {
        padding-top: 20px
    }

    .project-house {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .project-house .img {
        width: 30%;
        height: auto
    }

    .project-house .img .cover {
        width: 100%;
        min-height: 100px;
        height: auto
    }

    .project-house .img .cover img {
        width: 90%
    }

    .project-house .title, .project-house .room, .project-house .area-m2, .project-house .price-m2 {
        width: 100%;
        float: right;
        padding: 0 0 0 10px
    }

    .project-house .title h3 {
        margin-right: 0
    }

    .project-house .btn {
        display: none
    }

    .listing-item {
        width: 100%
    }

    .max-width-946.contact .contact-detail .contact-info {
        padding: 30px
    }

    .max-width-946.contact {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .max-width-946.contact .contact-detail .contact-info p {
        padding: 20px 0
    }

    .relative-news .relative-news-left {
        display: block;
        width: 100%;
        margin: 0
    }

    .relative-news .relative-news-right {
        width: 100%;
        margin-right: 0
    }

    .relative-news .relative-news-right .featured:first-child {
        padding-top: 20px;
        border-top: 1px dotted #ccc
    }

    .relative-news .featured .time {
        font-size: 16px;
        margin-right: 5%
    }

    .CTA-block {
        padding-top: 30px
    }

    .CTA-img {
        width: 100%;
        padding: 0 0 20px
    }

    .CTA-img .img {
        padding: 0
    }

    #CTA-img-right {
        padding: 20px 0 0
    }

    .CTA-info {
        width: 100%
    }

    .owner-img:last-child {
        padding-bottom: 30px
    }

    .width1140 .contact-form {
        padding-bottom: 30px
    }

    .news-pro-detail {
        padding-bottom: 30px
    }

    .bg-neiberhood-overlay {
        padding-bottom: 30px
    }

    .tittle-neiberhood {
        font-size: 26px;
        padding: 30px 0 20px
    }

    .top-sell {
        padding: 30px 0
    }

    .detail-more li {
        width: 100%;
        margin-right: 0
    }

    .owner-img + .owner-img {
        padding-top: 30px
    }

    .content-detail {
        padding-bottom: 30px
    }

    .news-pro-detail li {
        width: 100%
    }

    .owner-img .title {
        padding-top: 20px !important
    }

    .owner-img .left {
        width: 100% !important;
        padding: 0 !important
    }

    .owner-img .right {
        width: 100% !important
    }

    .contact-form .hs-form, .sub-career, .career-form {
        max-width: 100%
    }

    div.title-career-line > p {
        max-width: 100%
    }

    .form-career-detail {
        max-width: 100%
    }

    .right-content-sell-gray {
        width: 100%;
        padding: 20px 0
    }

    .right-content-sell {
        width: 100%;
        padding: 20px 0 0
    }

    .cover-left-sell {
        width: 100%
    }

    .container-col {
        height: 330px
    }

    .container-col-img-left {
        width: 100%;
        text-align: center
    }

    .container-textblock {
        visibility: hidden;
        width: 0%;
        height: 0%
    }

    section.bg-career-gray div.contentpx div.career-img ul li {
        width: 50%
    }

    .hsg-cta-gallery .hsg-cta-gallery__column {
        width: 100% !important
    }

    section.bg-career-white div.content div.info div {
        max-height: 251px
    }

    section.bg-career-white div.content div div div.pos {
        float: left;
        width: 33.33%;
        text-align: left
    }

    .test-content div.detail ul li:first-child {
        padding-top: 10px
    }

    .test-content + .test-content {
        padding-top: 40px
    }

    .test-content {
        width: 100%
    }

    section.bg-career-gray div.content div.career-right div {
        width: 50%
    }

    section.project-header div.project-name div.share ul li.btn {
        margin: 0 10px 0 0
    }

    section.project-header div.project-name div.address h1.title-project {
        font-size: 20px;
        line-height: 36px;
        overflow: hidden
    }

    .title_duan {
        padding: 30px 0 20px !important;
        font-size: 26px !important
    }

    .btn-down {
        background: #c72528;
        color: #fff;
        padding: 2px;
        border-radius: 2px;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
        font-size: 16px;
        width: 170px;
        margin-top: 10px
    }

    .team-member .member-detail {
        width: 100%
    }

    .news-left {
        width: 100%;
        padding-bottom: 0
    }

    .news-right {
        width: 100%;
        padding: 0 10px 30px 10px
    }

    .house-detail div.img {
        width: 100%
    }

    .house-detail div.name {
        width: 100%;
        padding: 10px 5px 10px 5px
    }

    .house-detail div.detail {
        width: 50% !important;
        padding: 10px 5px 5px 5px
    }

    .house-detail div.house-price {
        width: 50%;
        padding: 13px 5px 5px 0
    }

    section.news-bg div.width1140 div.news-right div.bg {
        height: 100%;
        padding: 10px 10px 30px 10px
    }

    section.project-header div.project-name div.share ul li.share {
        width: 90%
    }

    section.header-career div.bg-career div.title {
        padding-top: 110px
    }

    section.header-career div.bg-career div.sumary {
        padding: 30px 20px;
        line-height: 26px
    }

    section.bg-career-white div.content div.info div.shape {
        width: 100%
    }

    section.bg-career-white div.content div.info div.shape2 {
        width: 100%
    }

    section.bg-career-white div.content div.info div.shape3 {
        width: 100%
    }

    section.bg-career-white div.content div.info div.shape4 {
        width: 100%
    }

    section.bg-career-white div.content div.info div.shape5 div.shape {
        width: 24%
    }

    section.bg-career-white div.content div.info div.shape5 div.requirement-detail {
        width: 76%
    }

    section.bg-career-white div.content div div.detail div.name {
        width: 100%;
        float: left;
        padding-bottom: 10px
    }

    section.bg-career-white div.content div div.detail div.loc {
        float: left;
        width: 33.33%
    }

    section.bg-career-gray div.content div.our-dep-content div.col {
        width: 100%;
        padding: 0
    }
    .banner-content .text-content-wrapper, .banner-content .display-table {display: none;}
}

@media only screen and (max-width: 630px) {
    .whr-title {
        width: 100%
    }

    li.whr-item .whr-info {
        width: 100%;
        padding: 0
    }

    li.whr-item .whr-info li {
        float: left;
        width: 50%;
        text-align: left
    }

    .btn-down {
        width: 100% !important;
        margin-top: 10px !important
    }

    .house-detail div.img {
        width: 100%;
        height: 100%
    }

    .house-detail div.name {
        width: 100%;
        padding: 10px 5px 10px 5px
    }

    .house-detail div.detail {
        width: 50%;
        padding: 10px 5px 5px 5px
    }

    .house-detail div.house-price {
        width: 50%;
        padding: 13px 5px 5px 0
    }
    .property-thumb-info{
        width: calc(100% - 120px);
        height: auto;
    }
    .pgl-property .property-thumb-info-image{
        width: 120px;
        max-height:150px;
        height: auto;
    }
    .properties-listing .property-thumb-info .title{
        width:100%;
        letter-spacing: normal;
        font-size: 12px;
        height: auto;
        max-height: 150px;
        line-height: normal;

    }
    .property-thumb-info ul{
        display: block;
    }
    .property-thumb-info .action-list{
        display: none;
    }
    .property-thumb-info .info-bs-price{
        top:auto;
        right: auto;
        position: relative;
        float: left;
        padding-top:10px;
    }
    .property-thumb-info .info-agent-ct{
        display: none;
    }
}

@media only screen and (max-width: 530px) {
.btn-down-neiberhood {
padding-top: 10px
}

.btn-down-neiberhood .red-bnt {
height: 60px
}

.btn-black-border .btn-hotline {
border: none !important;
line-height: 24px;
text-decoration: underline;
cursor: pointer;
text-align: left;
padding-left: 90px !important
}

.btn-black-border .btn-hotline img {
display: block
}

.contact-form .hs-richtext > p {
max-width: 100%
}

section.news-bg div.width1140 div.news-right div.bg div.img img {
width: 80%;
height: 80%
}

.btn-down {
width: 100% !important
}

}

@media only screen and (max-width: 480px) {
.social-content .follow-button span {
display: none
}

section.project-header div.project-name div.address {
width: 80%
}

.social-share {
width: 20%;
display: block
}

.project-header .project-header .project-name {
padding: 10px !important
}

.relative-news .featured header .title {
font-weight: 300
}

.all-img {
bottom: 20px
}

.relative-news .relative-news-left .featured .time {
display: block
}

.relative-news .relative-news-left .featured a .cover, .relative-news .featured header .sumary {
display: none !important
}

.relative-news .featured header .title {
font-size: 18px !important
}

.relative-news .relative-news-left {
padding: 0 0 20px
}

.relative-news .relative-news-left .featured header {
padding: 0
}

.popup-lch .bg-e1e2e6.popup-header {
display: none
}

.form-contact .hs-form-field:nth-child(3) label {
margin: 0
}

.popup-contact {
max-width: 100%;
position: initial;
transform: translate(0, 0);
margin: 0;
height: 100%
}

.popup-contact .form-contact {
border: none;
min-height: 100%
}

.popup-contact .form-contact .contact {
padding-top: 50px;
height: 100%
}

.popup-contact .header {
display: none
}

#slider8 .slides .title {
width: 100%;
bottom: 25%;
top: inherit
}

#slider8 .slides .title .name-img {
width: 100%;
text-align: center
}

#slider8 .slides .title .number {
display: none
}

.title.title-res {
display: block;
position: fixed;
padding: 15px;
background: #f2f2f2;
font-size: 18px;
width: 100%;
z-index: 100;
font-weight: 500;
overflow: hidden;
top: 0
}

.popup-lch {
max-width: 100%;
transform: translate(0%, 7%);
position: initial;
margin: 0 !important;
min-height: 100%
}

.popup-overlay .full-screen-act.close {
display: none
}

.project-slider, .listing-img {
height: 300px
}

.max-width-946.contact .contact-detail .contact-info header {
font-size: 22px;
line-height: 32px
}

.contentpx .title-career {
padding: 30px 0
}

.contentpx .title-career, .title_duan, .tittle-neiberhood {
font-size: 22px !important;
line-height: 26px
}

.width1140 > h3, .width1140 > h2, .max-width-946 .title-28 {
font-size: 22px !important
}

.project-header .project-name .address .title-project {
padding-bottom: 0 !important
}

.project-header .project-name .detail {
display: none !important
}

.owner-img .more-info {
display: block;
padding-top: 20px
}

.list-prop .article div.title h3 {
padding: 0
}

.list-prop .article div.action a {
margin: 0 10px 0 0
}

.hs-form fieldset.form-columns-2 .hs-form-field {
width: 100% !important
}

.hs-form fieldset.form-columns-2 .input {
margin: 0
}

.contact-form .hs-form-field:nth-child(3) input, .contact-form .hs-form-field:nth-child(3) label span, .hs-error-msgs {
margin: 0
}

.contact-form .hs-form-field div.input {
padding: 5px 0 5px
}

.container-col {
height: 220px
}

.ward-filter {
height: 40px
}

.post-news-right div.list {
width: 100%
}

.popup-ward-visible {
display: none !important
}

.whr-title {
width: 100%;
float: left
}

li.whr-item .whr-info {
float: left;
width: 100%;
padding: 0
}

li.whr-item .whr-info li {
float: left;
width: 50%;
text-align: left;
padding-top: 10px
}

section.bg-career-white div.content div div.detail div.btn-app {
width: 33.33%
}

section.bg-career-white div.content div div.detail div.loc {
width: 33.33%
}

section.bg-career-white div.content div div div.pos {
width: 33.33%
}

section.bg-career-gray div.content div.career-right div {
width: 100%
}

section.project-header div.project-name div.share ul li.btn {
padding-top: 10px
}

.lch-content {
width: 100%
}

section.graybg section.lch-content article.lch-content-detail img {
width: 384px !important;
height: 320px !important
}

.news-left {
width: 100%;
padding-bottom: 0
}

.news-right {
width: 100%;
padding: 60px 30px 60px 30px
}

section div.width1140 article.hinhanh-content-detail img {
width: 384px !important;
height: 320px !important
}

.btn-lienhe {
width: 205px;
padding-right: 75px !important;
margin-bottom: 10px !important
}

.btn-quantam {
width: 205px;
padding-right: 75px !important
}

.width1140 .owner-img .left {
width: 100%;
padding-bottom: 20px
}

.width1140 .owner-img .right {
width: 100%;
padding-top: 0
}

.house-detail div.img {
width: 100%
}

.house-detail div.name {
width: 100%
}

.house-detail div.detail {
width: 50%
}

.house-detail div.house-price {
width: 50%
}

.btn-quyhoach {
width: 60%
}

div.team-member div.member-detail header.content {
padding: 20px 5px 20px 10px !important
}

section.header-career div.bg-career div.title {
padding-top: 80px
}

section.header-career div.bg-career div.sumary {
padding: 20px 10px
}

section.bg-career-white div.content div.info div {
width: 100%
}

.CTA-info .cta-title {
font-size: 22px
}
}

@media only screen and (max-width: 375px) {
.right-content-sell {
padding: 20px 0 0
}

.btn-black-border {
padding: 30px 10px 60px
}

form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
width: 100%
}

.contact-form .hs-form-field div.input {
margin: 0
}

.contact-form .hs-form-field:nth-child(3) input, .contact-form .hs-form-field:nth-child(3) label span, .hs-error-msgs {
margin: 0
}

.form-contact {
width: 100%;
padding: 0
}

ul.max-w70 li:last-child {
padding: 0
}

div.form-captcha div.captcha, .form-contact-project {
width: 100%;
padding: 0
}

li.whr-item .whr-info li {
width: 100%
}

section.header-career div.bg-career div.title {
padding-top: 50px;
line-height: 45px
}

.btn-chitiet .btn-hotline {
font-size: 14px !important;
text-align: center
}

.btn-chitiet .btn-hotline .fone-b {
display: none
}

.btn-sticky-header .red-bnt {
font-size: 13px !important
}

.detail-info-col li {
width: 100%
}

.btn-lienhe {
width: 90px;
padding: 8px 18px 0 0 !important
}

.btn-down {
width: 240px;
margin-top: 10px
}

section.background-gray div.width1140 div ul.icon {
width: 44%;
padding: 0 0 20px 0
}

.khudancu-img {
width: 100%
}

.btn-quyhoach {
width: 64%
}

.house-detail div.img {
width: 100%
}

.house-detail div.name {
width: 100%
}

.house-detail div.detail {
width: 100% !important
}

.house-detail div.house-price {
width: 100%;
padding-left: 5px
}

section.bg-white div.team-member div.member-detail {
width: 100%
}

div.team-member div.member-detail header.content {
height: 120px;
padding: 5px !important
}

section div.width1140 section.bg-white div.team-member div.member-detail header p {
padding-top: 2px
}

.member-detail ul {
padding: 1px 0
}
}

@media only screen and (max-width: 360px) {
.btn-quantam {
width: 95px;
padding: 8px 9px 0 0 !important
}

.btn-down {
width: 215px
}

.house-detail div.img {
width: 100%
}

.house-detail div.name {
width: 100%
}

.house-detail div.detail {
width: 100% !important
}

.house-detail div.house-price {
width: 100%
}

section.project-header div.project-name div.share ul li.btn-contact {
padding: 5px 10px 5px 10px
}

section.project-header div.project-name div.share ul li.btn-care {
padding: 5px 10px 5px 10px
}

.khudancu-left {
width: 100%;
padding: 0
}

.team-member .member-detail header {
padding: 10px 5px !important
}

section div.width1140 section.bg-white div.team-member div.member-detail header p {
padding-top: 5px !important
}

.member-detail ul {
padding-top: 5px !important
}

section.header-career div.bg-career div.title {
padding-top: 30px
}

section.header-career div.bg-career div.sumary {
padding-top: 10px
}
}

@media only screen and (max-width: 320px) {
.project-slider, .listing-img {
height: 250px
}

.btn-sticky-header .red-bnt {
min-width: 145px;
font-size: 12px !important
}

.container-col {
height: 185px
}

.bg-career-white .btn-app {
width: 100% !important;
float: left !important;
margin-top: 8px
}

section.bg-career-white div.content div div.detail div.name {
padding-bottom: 0
}

section.bg-career-white div.content div div.detail div.loc {
width: 100%
}

section.bg-career-white div.content div div div.pos {
width: 100%
}

.btn-lienhe {
width: 120px;
padding-right: 30px !important
}

.btn-quantam {
width: 120px;
padding-right: 22px !important
}

.detail-info-col {
width: 100%;
font-size: 16px;
line-height: 30px
}

section.graybg section.lch-content article.lch-content-detail img {
width: 290px !important;
padding-top: 30px
}

section.graybg section.lch-content article.lch-content-detail ul.header {
margin-top: 10px;
margin-bottom: 10px
}

.news-left {
padding: 30px 10px 30px 10px
}

.news-right {
padding: 30px 10px 30px 10px
}

.btn-down {
width: 100%
}

section div.width1140 article.hinhanh-content-detail img {
width: 290px !important;
height: 320px !important
}

section div.width1140 article.hinhanh-content-detail ul.header {
text-align: center !important;
margin-top: 10px
}

.hinhanh-content-detail {
width: 290px !important
}

section.background-gray div.width1140 div ul.icon {
width: 43%
}

.khudancu-img {
width: 100%
}

section.project-header div.project-name div.share ul li.btn {
margin-left: 0
}

section.project-header div.project-name div.share ul li.btn-contact {
padding: 5px 0
}

section.project-header div.project-name div.share ul li.btn-care {
padding: 5px 0
}
}

.width-1600 .right-menu .rightmenu-dropdown {
padding: 0
}

.width-1600 .right-menu .rightmenu-dropdown li {
min-height: 40px;
line-height: 40px;
padding: 0 25px
}

.width-1600 .right-menu .rightmenu-dropdown li:hover {
background: #f3f4f7
}

.width-1600 .right-menu .rightmenu-dropdown li:last-child {
border-top: 1px solid rgba(48, 51, 58, .1)
}

.width-1600 .right-menu .rightmenu-dropdown li:last-child a {
color: #c52728
}

.width-1600 .right-menu ul li a.dropdown-link:hover {
color: #30333a
}
.link-text{
font-size: 15px;
}
.pagination{
    padding: 20px 0;
}

.content.collapsed.pdb-0 *{
    font-size:15px;
}
.video:before {
    content: "\f148";
    font-size: 2em;
}
.properties-full{
    width:100%;
}
strong {
    font-weight: 600;
}
.img-responsive{
    background: white;
}
#exext_table_priceample thead{
    text-align: center;
}
#exext_table_priceample.responsive {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
    font-size:1.2em;
}
#exext_table_priceample .responsive tr {
    border: 1px solid #D9E4E6;
}
#exext_table_priceample .responsive tr:nth-child(odd) {
    background-color: #EAF3F3;
}
#exext_table_priceample.responsive th {
    border: 1px solid #FFF;
    background-color: #167F92;
    color: #FFF;
    padding: 1em;
}

#exext_table_priceample.responsive td {
    display: table-cell;
    text-align: center;
    max-width: 7em;
}
#exext_table_priceample.responsive td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}
    #exext_table_priceample.responsive td {
        border: 1px solid #D9E4E6;
    }
#exext_table_priceample.responsive th, .responsive td {
    text-align: left;
    margin: 0.5em 1em;
}
#exext_table_priceample.responsive th, .responsive td {
    display: table-cell;
    padding: 1em;
}
.title{
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
}
@media only screen and (max-width: 530px) {
    section.exclusive article.featured header ul li{
        font-size:12px;
    }
}