/*Add font*/
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("opentype");
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6, a, button {
    font-family: "Roboto", sans-serif !important
}

a.login {
    font-family: "Roboto", sans-serif !important
    color: #333 !important;
}

.btn {
    text-transform: none;
}

.pd-0 {
    padding: 0 !important;
}

.pdl-0 {
    padding-left: 0 !important;
}

.pdr-0 {
    padding-right: 0 !important;
}

.pdl-10 {
    padding-left: 10px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdt-15 {
	padding-top: 15px !important;
}

.pdb-15 {
	padding-bottom: 15px !important;
}

.bold {
    font-weight: bold !important;
}

.bold-100 {
    font-weight: 100 !important;
}

.bold-200 {
    font-weight: 200 !important;
}

.bold-300 {
    font-weight: 300 !important;
}

.bold-400 {
    font-weight: 400 !important;
}

.bold-500 {
    font-weight: 500 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

.bold-700 {
    font-weight: 700 !important;
}

.bold-800 {
    font-weight: 800 !important;
}

.bold-900 {
    font-weight: 900 !important;
}

.width-10 {
    width: 10% !important;
}
.width-11 {
    width: 11% !important;
}
.width-12 {
    width: 12% !important;
}
.width-13 {
    width: 13% !important;
}
.width-14 {
    width: 14% !important;
}
.width-15 {
    width: 15% !important;
}
.width-20 {
    width: 20% !important;
}
.width-30 {
    width: 30% !important;
}
.width-40 {
    width: 40% !important;
}
.width-50 {
    width: 50% !important;
}
.width-60 {
    width: 60% !important;
}
.width-70 {
    width: 70% !important;
}
.width-80 {
    width: 80% !important;
}
.width-90 {
    width: 90% !important;
}
.width-100 {
    width: 100% !important;
}

.text-green {
    color: #0fb916 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.height-100 {
    height: 100% !important;
}

.fade.show {
    background: #000000a6;
}

.text-default {
    color: #2c2c2c !important;
}

.display-vip1 {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.display-vip2 {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

form{
	margin-bottom: 0 !important
}

form .form-group {
    height: 50px;
}

select {
    border: none;
    height: 34px;
    color: #fff
}

select::-webkit-scrollbar {
    width: 5px;
    background-color: #fafafa;
}

select::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

.d-flex {
    display: flex!important;
}

.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fixed{
    position: fixed!important;
}

.box-shadow{
    box-shadow: 0px 6px 8px rgb(29 36 62 / 10%)!important;
}

.dropdown-divider{
    margin: 0 !important;
}

.img {
    width: 100%;
}

.title {
    font-family: 'Roboto' !important;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 30px;
    color: #0ac612;
}

.wrapper {
    background: #ffffff;
}

.breadcrumb {
    background: none !important;
    padding-left: 0 !important;
    padding-top: 15px !important;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb a {
    color: #363636;
}

/*.dropdown:hover .dropdown-menu.show, .open>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1);
}*/

.dropdown-menu-right {
    margin-top: 5px;
}

/*.dropdown-menu-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #fff transparent;
}

.dropdown-menu-right:before {
    position: absolute;
    content: "";
    top: -10px;
    right: 40px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #fff transparent;
}*/

h1.card-title {
    font-size: 22px;
    padding-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
}


.select-box-customize {
    position: relative;
    /*border-right: 1px solid #ececec;*/
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
    background-size: 20px 21px;
}

.select-box-customize select.select-custom {
    width: 100%;
    height: 40px;
    padding: 8px 15px 8px 5px;
    margin-top: 0;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    color: #666666;
}

.select-box-customize:after {
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 8px;
    height: 14px;
    background-size: 15px 18px;
}

.btn-home-search {
    background: #4caf50;
    border-radius: 0 ;
    width: 100%;
    height: 34px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    border: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
}

.btn-home-search:hover {
    color: #fff;
    background-color: #c7352c;
    border-color: #c7352c;
}

.btn-add {
    opacity: 1 !important;
    background: #4caf50 !important;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff !important;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #4caf50;
    margin-top: -8px !important;
}

.btn-add:hover {
    color: #000;
    background-color: #fff;
    border-color: #4caf50;
}

.btn-login {
    opacity: 1 !important;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #8b8b8b;
    margin-top: -8px !important;
}

.btn-login:hover {
    color: #000;
    background-color: #fff;
    border-color: #4caf50;
}


.navbar {
    margin-bottom: 0 !important;
    width: 100%;
    top: 0;
    transition: 0s;
    padding: 17px 15px;
    color: #2c2c2c;
    background: #ffffff !important;
    z-index: 9;
    box-shadow: none;
}

.navbar .navbar-brand {
    height: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

/*Tin xác thực  ---------------------------------------------------------------------------*/
.re__pr-stick-listing-verified {
    position: relative;
    display: flex;
    margin-top: 16px;
    margin-bottom: 8px;
}

.re__pr-stick-listing-verified .re__icon-verified--sm {
    font-size: 20px;
}

.re__pr-stick-listing-verified .re__icon-verified--sm span {
    font-size: 20px !important;
}

.re__pr-stick-listing-verified i {
    display: inline-block;
    margin: auto 6px auto 0;
    color: #07A35D;
}

[class^="re__icon-"], [class*=" re__icon-"] {
    font-family: "font-icon-bds" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
}

.re__icon-verified--sm .path1:before {
    content: "\ead5";
    color: #9bdabe;
}
.re__icon-verified--sm .path2:before {
    content: "\ead6";
    margin-left: -1em;
    color: #07a35d;
}
.re__icon-verified--sm .path3:before {
    content: "\ead7";
    margin-left: -1em;
    color: #000;
    opacity: 0.2;
}
.re__icon-verified--sm .path4:before {
    content: "\ead8";
    margin-left: -1em;
    color: #fff;
}

[class^="re__icon-"] span[class^="path"], [class*=" re__icon-"] span[class^="path"] {
    font-size: 24px;
    font-family: "font-icon-bds" !important;
}

.re__pr-stick-listing-verified .re__text {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #07A35D;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}

.verified {
    display: inline-flex;
    background: #defff0;
    padding-left: 3px;
    border-radius: 5px;
}

.product-verified {
    font-size: 20px !important;
}

.product-verified .path1, .product-verified .path2, .product-verified .path3, .product-verified .path4 {
    font-size: 14px !important;
}

.re__text-verified {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #07A35D;
    margin: 3px 5px auto 3px;
}

/*End Tin xác thực --------------------------------------------------------------------------*/


.pagination>.page-item>.page-link, .pagination>.page-item>span {
    color: #555 !important;
}

.navbar-expand-lg .navbar-collapse{
    margin-top: 10px;
    display: block !important;
}

.off-canvas-sidebar .navbar-toggler .navbar-toggler-icon {
    background-color: #017a9d!important;
}

.off-canvas-sidebar .navbar.navbar-transparent {
    padding-top: 10px !important;
}

.off-canvas-sidebar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.off-canvas-sidebar::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #2c2c2c;
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600 !important;
    letter-spacing: -.2px;
    text-transform: none;
    margin: 0!important;
    padding: 0!important;
}

.navbar .navbar-wrapper {
    min-width: 220px;
    display: block!important;
    padding: 0;
    text-align: center;
}

li.lv0{
    margin: 0 15px;
    display: block
}

li.lv0 .re__arrrow {
    width: 0%;
    height: 2px;
    background: #4caf50;
    line-height: 0px;
    font-size: 0px !important;
    margin-top: 2px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    padding: 10px !important;
    font-size: 16px;
}

.nav-user{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-user li {
/*    width: 100%;*/
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
}
.nav-user li a{
    display: inline-block;
}

.page-header{
    background-image: url('../assets/img/banner.jpg'); 
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-position: bottom center; 
    max-height: 1024px;
}

.home-page {
    min-height: 80vh !important;
}

.banner {
    float: left;
    width: 100%;
    padding-top: 102px;
}

.banner-home-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.banner-swiper {
    width: 100%;
    height: 100%!important; 
    margin-left: auto;
    margin-right: auto;
}

.district-tag {
    position: absolute;
    top: 190px;
    left: calc(10%);
    width: 80%;
    z-index: 9;
}

.district-tag ul{
    width: 88%;
    margin: 0 auto;
}

.district-tag ul li{
    float: left;
    width: 15%;
    padding: 10px 0;
    list-style-type: none;
    background: rgb(1 122 157 / 60%);
    border-radius: 15px 0px 15px 0px;
    margin: 0 0.5%;
    text-align: center;
}

.district-tag ul li:first-child {
    margin-left: 0;
}

.district-tag ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400
}

.home-search {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 8;
}

.home-search .home-search-tool {
    margin: 0 auto;
    width: 88%;
}

.home-search-content {
    
    width: 1110px;
    height: 60px;
    margin: 0 auto;
}

.home-search-content .search-type {
    width: 100%;
    float: left;

}

.home-search-content .search-type .search-type-item {
    /*width: 180px;
    height: 42px;*/
    float: left;
    background: #fff;
    margin-right: 5px;
}

.slide-box {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 8;
}

.slide-box .title-2 {
    font-size: 16px;
}

.txt-rotate {
    font-size: 2.6rem !important;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

#nhadatban{
	border-radius: 5px 5px 0 0;
}

#nhadatthue{
	border-radius: 5px 5px 0 0;
}

.home-search-content .search-type .active {
    background: rgba(0,0,0,.6);
    color: #fff;
}

.home-search-content .search-type .active label {
    color: #fff;
}

.home-search-content .search-type label {
    color: #2c2c2c;
    cursor: pointer;
    display: block;
    font-size: 18px !important;
}

.home-search-content .home-search-control {
    float: left;
    width: 100%;
    height: 62px;
    background: rgba(0,0,0,.6);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 3px;
    padding: 9px;
    border-radius: 0 5px 5px 5px;
}

.home-search-content .home-search-control .search-cate {
    float: left;
    width: 180px;
    height: 42px;
    margin-right: 10px; 
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    /*border-right: 1px solid #ececec;*/
}

.home-search-content .home-search-control .search-cate .select-custom {
    border: none;
    border-right: 1px solid #ececec;
    padding-left: 5px;
    color: #555;
    border-radius: 3px 0 0 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
    background-size: 20px 21px;
}

.btn-cus-search {
    margin: 0 !important;
    padding: 13px 15px 12px 15px !important;
    width: 87% !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.home-search-content .home-search-control .search-cate .select-custom:after{
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 12px;
    height: 18px;
    background-size: 15px 18px;
}

.home-search-content .home-search-control .search-cate input[type=text] {
    width: 100%;
    height: 36px;
    padding: 12px 15px;
    margin-top: 3px; 
    font-size: 14px;
    box-sizing: border-box;
    border: none;
}


.home-search-content .home-search-control .search-cate .search-product-cate {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.home-search-content .home-search-control .search-cate .search-product-cate::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.home-search-content .home-search-control .search-cate .search-product-cate::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.home-search-content .home-search-control .search-cate .search-product-cate ul.ul-result-product-cate {
    margin: 0;
    padding: 0;

}

.home-search-content .home-search-control .search-cate .search-product-cate ul.ul-result-product-cate li {
    margin: 0;
    border-top: 1px solid #ddd;
}

.home-search-content .home-search-control .search-cate .search-product-cate ul.ul-result-product-cate li:hover {
    background: #77baf2;
}

.home-search-content .home-search-control .search-cate .search-product-cate ul.ul-result-product-cate li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    display: block;
}

.home-search-content .home-search-control .search-cate .search-district {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
}

.home-search-content .home-search-control .search-cate .search-district::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.home-search-content .home-search-control .search-cate .search-district::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.home-search-content .home-search-control .search-cate .search-district ul.ul-result-districts {
    margin: 0;
    padding: 0;
}

.home-search-content .home-search-control .search-cate .search-district ul.ul-result-districts li {
    margin: 0;
    border-top: 1px solid #ddd;
}

.home-search-content .home-search-control .search-cate .search-district ul.ul-result-districts li:hover {
    background: #77baf2;
}

.home-search-content .home-search-control .search-cate .search-district ul.ul-result-districts li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    display: block;
}

.home-search-content .home-search-control .search-cate .search-acreage, 
.home-search-content .home-search-control .search-cate .search-bedroom,
.home-search-content .home-search-control .search-cate .search-furniture {    
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
}

.home-search-content .home-search-control .search-cate .search-acreage::-webkit-scrollbar, 
.home-search-content .home-search-control .search-cate .search-bedroom::-webkit-scrollbar, 
.home-search-content .home-search-control .search-cate .search-furniture::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.home-search-content .home-search-control .search-cate .search-acreage::-webkit-scrollbar-thumb, 
.home-search-content .home-search-control .search-cate .search-bedroom::-webkit-scrollbar-thumb, 
.home-search-content .home-search-control .search-cate .search-furniture::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.home-search-content .home-search-control .search-cate .search-acreage ul.ul-result-acreage, 
.home-search-content .home-search-control .search-cate .search-bedroom ul.ul-result-bedroom, 
.home-search-content .home-search-control .search-cate .search-furniture ul.ul-result-furniture {
    margin: 0;
    padding: 0;
}

.home-search-content .home-search-control .search-cate .search-acreage ul.ul-result-acreage li, 
.home-search-content .home-search-control .search-cate .search-bedroom ul.ul-result-bedroom li, 
.home-search-content .home-search-control .search-cate .search-furniture ul.ul-result-furniture li {
    margin: 0;
    border-top: 1px solid #ddd;
}

.home-search-content .home-search-control .search-cate .search-acreage ul.ul-result-acreage li:hover, 
.home-search-content .home-search-control .search-cate .search-bedroom ul.ul-result-bedroom li:hover, 
.home-search-content .home-search-control .search-cate .search-furniture ul.ul-result-furniture li:hover {
    background: #77baf2;
}

.home-search-content .home-search-control .search-cate .search-acreage ul.ul-result-acreage li a, 
.home-search-content .home-search-control .search-cate .search-bedroom ul.ul-result-bedroom li a, 
.home-search-content .home-search-control .search-cate .search-furniture ul.ul-result-furniture li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    display: block;
}


.home-search-content .home-search-control .search-cate .search-projects {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
}

.home-search-content .home-search-control .search-cate .search-projects::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.home-search-content .home-search-control .search-cate .search-projects::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.home-search-content .home-search-control .search-cate .search-projects ul.ul-result-projects {
    margin: 0;
    padding: 0;
}

.home-search-content .home-search-control .search-cate .search-projects ul.ul-result-projects li {
    margin: 0;
    border-top: 1px solid #ddd;
}

.home-search-content .home-search-control .search-cate .search-projects ul.ul-result-projects li:hover {
    background: #77baf2;
}

.home-search-content .home-search-control .search-cate .search-projects ul.ul-result-projects li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    display: block;
}

.home-search-content .home-search-control .search-button {
    float: left;
    width: 140px;
}

.home-search-content .home-search-control .search-button .btn-home-search {
    width: 140px;
    background: #4caf50  url(https://file4.batdongsan.com.vn/images/newhome/icon3x/icon-search.png) no-repeat 12px 12px;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    color: #fff;
    border: 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
    margin: 0;
    background-size: 16px 16px;
    box-sizing: border-box;
}

.home-search .home-search-tool .home-search-content .home-search-control .search-cate .advance-select-options ul {
    max-height: inherit;
    max-width: inherit;
    min-width: 226px !important;
    padding-left: 0 !important;
}

.home-search .home-search-tool .home-search-content .home-search-control .search-cate .advance-select-options ul li {
    cursor: pointer;
    padding: 0;
    margin: 0 14px;
}

.home-search .home-search-tool .home-search-content .home-search-control .search-cate .advance-select-options ul li span {
    display: block;
    border-bottom: 1px dashed #c4c4c4;
    font-size: 13px;
    line-height: 29px;
    color: #686868;
}

.home-search .home-search-tool .home-search-content .home-search-control .search-cate .advance-select-options ul li img {
    margin-right: 6px;
    vertical-align: middle;
    width: 16px;
}

.home-search .home-search-tool .home-search-content .home-search-control .search-cate .advance-select-options ul li span.active {
    font-weight: bold;
}

.home-search-m {
    display: none;
}

ul.ul-search {
    width: 100%;
    float: left;
    z-index: 9;
    padding: 0;
    margin: 10px 0 !important;
}

ul.ul-search li.li-search-item{
    float: left;
    min-width: 180px;
    list-style-type: none;
    margin-right: 15px;
}


ul.home-cate-search {
    width: 100%;
    float: left;
    z-index: 9;
    padding: 0;
    margin: 10px 0 !important;
    justify-content: center!important;
}

ul.home-cate-search li.home-cate-search-item {
    float: left;
    padding-right: 10px;
    list-style-type: none;
    width: 150px;
}

ul.home-cate-search li.home-cate-search-button {
    width: 100px!important;
}

ul.home-cate-search li.home-cate-search-item:last-child {
    float: left;
    width: 10%;
    padding-right: 0;
}

.prod-type {
    float: left;
    width: 100%;
    height: 32px;
}

.prod-type .search-type-item{
    float: left;
    text-align: center;
    padding: 4px 0;
    border-radius: 0 !important;
}

.prod-type .rent-item{
    border: 1px solid #c7c7c7;
    border-radius: 0 3px 3px 0 !important;
}

.prod-type .sell-item{
    border: 1px solid #c7c7c7;
    border-radius: 3px 0 0 3px !important;
}

.prod-type .search-type-item label.realty-sell, .prod-type .search-type-item label.realty-rent {
    cursor: pointer;
    color: #3c4858;
    margin: 0!important;
    padding: 0!important;
}

.prod-type .active {
    background: #4caf50;
    border: 1px solid #4caf50 !important;
}

.prod-type .active label {
    color: #ffffff !important;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.main {
    float: left;
    width: 100%;
}

.areas {
    padding: 15px 0;
}

.projects{
    background-image: url(../assets/img/bg-cudan-1.png);
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 510px auto;
}

.features {
    background-color: #ffffff;
}

.products {
    background-color: #f3f3f3;
}

.box-body {
    width: 100%;
    float: left;
}

.box-body .box-body-header {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 800;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.box-body .box-body-main .box-features {
    padding-bottom: 40px;
}

.box-body .box-body-main .box-features img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box-body .box-body-main .box-features h3.content-about {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 40px;
}

.card .card-actions {
    top: -30px !important;
}

.card .card-body {
    min-height: 50px !important;
}

.card-reset {
    transition: all .3s linear;
    transform: translateZ(0);
}

.card-hidden {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 18px !important;
    font-family: 'Roboto' !important;
}

.dropdown-menu {
    -webkit-transition: height 1s ease-in-out;
    /* Safari */
    transition: height 1s ease-in-out;
}

.banks {
    padding-top: 30px !important;
}

.banks-content {
    padding: 20px;
}

.banks-content .bank-info {
    padding-top: 30px;
}

.logo-bank {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.logo-bank .logo-src {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

#logo {
    height: 68px;
/*    transition: opacity 0.3s, margin 0.1s;*/
}

/*the container must be positioned relative:*/
.cus-select {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto' !important;
    border: 1px solid #e91e63e3;
    border-radius: 2px;
}

.cus-select select {
    display: none;
    /*hide original SELECT element:*/

}

.cus-select .select-selected {
    background-color: #e91e63e3;
    border-radius: 2px;
}

/*style the arrow inside the select element:*/
.cus-select .select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.cus-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.cus-select .select-items div,
.select-selected {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.cus-select .select-items {
    position: absolute;
    background-color: #e91e63c2;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px;
    z-index: 99;
    border-radius: 2px;
}

/*hide the items when the select box is closed:*/
.cus-select .select-hide {
    display: none;
}

.cus-select .select-items {
    height: 289px;
    overflow-y: scroll;
}

.cus-select .select-items::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.cus-select .select-items::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.cus-select .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.cus-select .select-items:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #e91e63 transparent;
}

.cus-select .select-items.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style items (options):*/
.city-select {
    position: relative;
}

.city-select select {
    position: relative;
    width: 100%;
    height: 37px;
    /*background: #ea2c6d;*/
    border: 1px solid #ea2c6d;
    /*color: #fff;*/
    padding: 0 10px;

}

.city-select:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ea2c6d transparent transparent transparent;
}

.city-select select option {
    padding: 10px 0;
}

.cus-input {
    width: 100%;
    height: 37px;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'Roboto' !important;
    border: 1px solid #e91e63e3;
    border-radius: 2px;
    font-size: 14px;
}

.place-big {
    float: left;
    position: relative;
    width: 100%;
    max-height: 364px;
    overflow: hidden;
    border-radius: 5px;
}

.place-small {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-left: 5px;
}

.place-item {
    width: calc(50% - 10px);
    position: relative;
    margin: 0 5px 10px 5px;
    float: left;
    max-height: 177px;
    border-radius: 5px;
    overflow: hidden;
}

.place-img {
    position: relative;
    border-radius: 5px;
}

.place-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    transform: rotate(-180deg);
}

.place-info {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

.place-info h3 {
    width: 100%;
    height: 100%;
}

.place-info a {
    color: #fff;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
}

.place-info .place-name {
    font-family: 'Roboto' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    text-transform: capitalize;
    display: block;
}

.place-info .place-number {
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
}

.main-header {
	float: left;
	width:  100%;
    padding: 3px 0;
	background: #fff;
    box-shadow: 0px 6px 8px rgb(29 36 62 / 10%);
    position: inherit;
    top: 102px;
    z-index: 8;
/*    transition: all 0.1s cubic-bezier(0, 0.1, 0.8, 0.5);*/
    border-top: 1px dotted #e5e5e5;
}

.scroll-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.scroll-up {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.main-body {
	float: left;
	width:  100%;
    padding-top: 106px;
}

.search-top-desktop{
	display: flex;
}

.search-top-mobile, .search-nav-mobile{
	display: none;
}

.product-search {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.product-search .product-search-control {
    background: #fff;
    border-radius: 3px 5px 5px 3px;
    height: 42px;
}

.product-search .product-search-control .search-cate {
    float: left;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}

.product-search .product-search-control .search-cate .select-custom {
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
    background-size: 20px 21px;
}

.product-search .product-search-control .search-cate .select-custom:after{
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 18px;
    background-size: 15px 18px;
}

.product-search .product-search-control .search-cate input[type=text] {
    width: 100%;
    height: 40px;
    padding: 12px 15px;
    margin-top: 3px; 
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    box-shadow: -1px 1px 4px #aeaeae;
}


.product-search .product-search-control .search-cate .search-product-cate {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-product-cate::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-product-cate::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-district {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-district::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-district::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-acreage {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-acreage::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-acreage::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-projects {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-projects::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-projects::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-button {
    float: right;
    width: 100%;
}

.product-search .product-search-control .search-button .btn-home-search {
    width: 100%;
    background: #3c9f10 url(https://file4.batdongsan.com.vn/images/newhome/icon3x/icon-search.png) no-repeat 110px 12px;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    color: #fff;
    border: 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    margin: 0;
    background-size: 16px 16px;
    box-sizing: border-box;
}

.product-list {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.product-list .product-header {
    width: 100%;
    float: left;
    padding: 0;
}

.product-list .product-header .header-title{
    float: left;
    width: 100%;
    padding: 0;
}

.product-title{
    font-family: 'Roboto' !important;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #2c2f36;
    font-weight: 400;
    margin: 6px 0 8px;
}

.product-list .product-header .header-sort{
    float: right;
    width: 180px;
    margin-bottom: 5px;
}

.product-list .product-header .header-sort .product-sort{
    float: left;
    width: 100%;
    margin: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control{
    background: #fff;
    border-radius: 3px 5px 5px 3px;
    height: 34px;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item{
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom{
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom:hover .sort-list {
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom select {
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 4px;
    color: #666666;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom:after {
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 18px;
    background-size: 15px 18px;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    z-index: 9;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #aeaeae;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort{
    margin: 0;
    padding: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 11px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #e3eef2;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li:hover {
    background-color: #77baf2;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li a:hover {
    color: #fff;
}

.product-list .product-body {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.product-list .product-body .product-item {
    width: 100%;
    display: flex;
    float: left;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);
    cursor: pointer;
}

.prod-info{
    width: 100%;
    float: left;
}

.prod-contact{
    width: 100%;
    float: left;
}

.product-list .product-body .product-item:hover {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
}

.product-list .product-body .product-item .product-image {
    width:  32%;
    height: 195px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.product-list .product-body .product-item .product-image__:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-list .product-body .product-item .product-image:hover:before{
    -webkit-animation:shine .75s;
    animation:shine .75s
}
@-webkit-keyframes shine{100%{left:125%}}
@keyframes shine{100%{left:125%}}

.product-list .product-body .product-item .product-image .img-1 {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.product-list .product-body .product-item .product-image .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.product-list .product-body .product-item .product-main, .product-list .product-body .product-item .product-hot {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 68%;
    float: left;
    padding-left: 15px;
}

.product-title-m, .product-title-m{
    display: none;
}

.product-main .product-title a, .product-hot .product-title a{
    font-family: 'Roboto' !important;
    color: #262626;
    display: block;
    font-size: 18px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*min-height: 50px;*/
}

.product-info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-info span{
    color: #2c2f36;
    display: block;
    float: left;
}

.product-des {
    float: left;
    width: 100%;
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    font-weight: normal !important;
    color: #505050;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-info .price {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 15px;
    color: #ba103c;
}

.product-info .area, .product-info .bedroom, .product-info .toilet, .product-info .furniture {
    font-weight: 400;
}

span.bedroom {
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/bedroom.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.toilet {
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/toilet.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.area{
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/acreage.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.location{
    font-size: 14px;
    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-info .dot {
    padding: 0 8px;
}

.product-main .product-content, .product-hot .product-content {
    float: left;
    width: 100%;
    color: #747c87;
    line-height: 20px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    white-space: normal;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-address {
    float: left;
    width: 50%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-main .product-address {
    float: left;
    width: 100%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-main .product-add {
    float: left;
    width: 100%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-user{
    width: 50%;
    float: left;
    text-align: left;
    color: #444;
    font-size: 13px;
}

.product-user .user-info {
    color: #333;
    font-weight: 600;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-user .time-info {
    color: #555;
    font-weight: 500;
    font-size: 12px;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-cont{
    width: 50%;
    float: right;
    text-align: right;
    padding: 7px 0;
}

.product-list .product-body .product-item .product-main .product-view {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
}

.product-list .product-paginate {
    float: left;
    width: 100%;
    padding-top: 30px;
    display: block;
    text-align: center;
}

.product-list .product-paginate nav.paginate {
    display:inline-block;
    position:relative;
}

.product-detail {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0 15px;
/*    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);*/
}

.product-gallerys {
    border-radius: 4px;
    width: 100%;
    float: left;
    height: 665px;
}

.download-all{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    color: red;
    font-size: 1rem;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	height: 75%;
	opacity: 0.6;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #ff9800;
}

.img-slide {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 9;
}

.img-banner-slide {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    z-index: 9;
}

.banner-left {
    position: absolute;
    width: 160px;
    top: 0;
    left: calc(50% - 1140px/2 - 160px - 40px) !important;
}

.blur-bg{
    filter: blur(30px)!important;
    -webkit-filter: blur(30px);
}

.position-absolute {
    position: absolute!important;
}

.product-header {
    width: 100%;
}

.product-header .product-title {
    font-family: 'Roboto' !important;
	font-size: 20px;
	font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

.product-header .short-title{
	font-family: "Roboto Regular",Roboto,Arial !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.product-header .created-time {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
}

.short-detail-wrap {
    position: relative;
}

ul.short-detail-2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

ul.short-detail-2 li {
	float: left;
	list-style-type: none;
    width: 25%;
}

ul.short-detail-2 li.investor {
    width: 75% !important;
}

.pad-16 {
    padding: 16px 0;
}

.short-detail-2 .sp1 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #747c87;
    width: auto;
    display: block;
    margin-bottom: 4px;
    text-align: center;
}

.short-detail-2 .sp2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    width: auto;
    display: block;
    margin-top: 4px;
    text-align: center;
}

.product-body {
	float: left;
	width: 100%;
	height: 100%;
    margin-bottom: 15px;
}

.product-body .detail-1 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-body .title-detail {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.product-body .des-product {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2c2f36;
    padding: 0 10px;
}

.product-body .des-product p {
    margin-bottom: 5px;
}

.product-body .detail-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 16px;
}

.box-round-grey3 {
    border: 1px solid #ebedf0;
    box-sizing: border-box;
    /*border-radius: 4px;*/
    padding: 0 15px;
    width: 100%;
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2c2f36;
}

.box-round-grey3 .title-info {
    min-height: 40px;
    padding-top: 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

.box-round-grey3 .content-info {
    min-height: 40px;
    padding-top: 10px;
    border: 1px solid #ddd;
}

.product-body .detail-3 {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 16px;
}

.product-related {
    float: left;
    width: 100%;
    padding: 5px;
}

.title-related {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #e91e63;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0;
}

.map-product {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product-contact{
    float: left;
    width: 100%;
    margin: 15px 0;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);
    border-radius: 4px;
    background: #fff;
}

.contact-name {
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
}

.contact-mobile {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.contact-mobile a{
    padding: 16px 25px;
    border-radius: 6px;
    font-size: 16px;
}

.contact-mobile a i{
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    color: #b70100;
    font-size: 1.3rem !important;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    padding: 9px;
}

.contact-email {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.sidebar-box {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 3px rgb(44 44 44 / 10%);
    background: #fff;
    border-radius: 5px;
}

.sidebar-box .project-header {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    padding: 10px 5px 5px 15px;
    display: inline-block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #fff;
}

.sidebar-box .project-list {
    float: left;
    width: 100%;
    padding: 0;
    /*background: #fff;*/
}

.sidebar-box .project-list ul {
    padding: 0;
    margin: 0;
}

.sidebar-box .project-list ul li {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0 5px;

}

.sidebar-box .project-list ul li a {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #2c2f36;
    padding-left: 10px;
    cursor: pointer;

    /*text trên 1 dong, nếu dài quá thì cắt ngắn*/
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-box .project-list ul li a.active {
    font-weight: bold;
}

.sidebar-box .project-list ul li a:hover {
    color: #056cc1;
}

.project-related {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 0;
    box-shadow: 0px 4px 10px 3px rgb(44 44 44 / 10%);
    background: #fff;
    border-radius: 5px;
}

.project-related .project-header {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #4caf50;
    padding: 10px 5px 5px 15px;
    display: inline-block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ddd;
}

.project-related .project-list {
    float: left;
    width: 100%;
    padding: 0;
    /*background: #fff;*/
}

.project-related .project-list ul {
    padding: 0;
    margin: 0;
}

.project-related .project-list ul li {
    list-style-type: none;
    /*background: url(../assets/img/arrow-right.png) no-repeat 10px 11px;*/
    padding: 5px;
    border-bottom: 1px dotted #e3eef2;
}

.project-related .project-list ul.ul-result-product-cate li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 17px;
    padding: 6px 0 6px 27px;
    border-bottom: 1px solid #e3eef2;
}

.project-related .project-list ul.ul-result-districts li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 17px;
    padding: 6px 0 6px 27px;
    border-bottom: 1px solid #e3eef2;
}

.project-related .project-list ul.ul-result-projects li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 17px;
    padding: 6px 0 6px 27px;
    border-bottom: 1px solid #e3eef2;
}

.project-related .project-list ul.ul-result-acreage li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 17px;
    padding: 6px 0 6px 27px;
    border-bottom: 1px solid #e3eef2;
}

.project-related .project-list ul li a {
    font-family: 'Lexend', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #2c2f36;
    padding-left: 10px;

    /*text trên 1 dong, nếu dài quá thì cắt ngắn*/
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-related .project-list ul li a:hover {
    color: #056cc1;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-hot {
    background-color: #ba103c!important;
}

.text-hot {
	color: #ba103c!important;
    text-transform: uppercase;
}

.text-vip1 {
    color: #262626 !important;
    text-transform: uppercase;
}

.text-vip2 {
    color: #262626 !important;
    text-transform: uppercase;
}

.bg-vip1 {
    background: #e03c31!important;
    text-transform: uppercase;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip1:after {
    content: '';
    background-color: #d53d31;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.bg-vip2 {
    background: #e3a338!important;
    text-transform: none;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip2:after {
    content: '';
    background-color: #ba7809;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.bg-vip3 {
    background: #3fb6ba!important;
    text-transform: none;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip3:after {
    content: '';
    background-color: #1a9ea4;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.text-price {
	color: #DCA447!important;
}

.img-hot {
    width: 32% !important;
    height: 180px !important;
}

.img-vip-1 {
    width: calc(100% + 1px);
    margin-left: -0.5px;
    margin-right: -0.5px;
    float: left;
    position: relative;
    display: block;
    overflow: initial;
}

.img-vip-1:after, .img-vip-2:after, .img-vip-2:after{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44,44,44,0) 0%, #2c2c2c 108.75%);
    content: '';
    z-index: 1;
}

.img-vip-1 .img-1{
    position: relative;
    width: calc(563/848*100%);
    height: 282px;
    float: left;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}

.img-vip-1 .img-1 img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-vip-1 .img-2{
    width: calc(100% - 563/848*100% - 2px);
    height: 160px;
    overflow: hidden;
    float: right;
    margin-left: 2px;
    margin-bottom: 2px;
    border-radius: 0 4px 0 0;
}

.img-vip-1 .img-2 .img-22 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-2 .img-22 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-2 .img-22 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-1 .img-3{
    width: calc((100% - 563/848*100% - 4px)/2);
    height: 120px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-bottom: 0;
    border-radius: 0;
}

.img-vip-1 .img-3 .img-32 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-3 .img-32 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-3 .img-32 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-1 .img-4{
    width: calc((100% - 563/848*100% - 4px)/2);
    height: 120px;
    overflow: hidden;
    float: right;
    margin-left: 2px;
    margin-bottom: 0;
    border-radius: 0 0 4px 0;
}

.img-vip-1 .img-4 .img-42 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-4 .img-42 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-4 .img-42 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-vip-1 {
    width: 100%;
    float: left;
    padding-left: 15px;
}

.product-vip-1 .product-title a{
    font-family: 'Roboto' !important;
    font-weight: 500;
    font-size: 16px;
}

.product-vip-1 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.img-vip-2 {
    float: left;
    width: 40% !important;
    position: relative;
}

.img-vip-2 .img-1{
    position: relative;
    width: 100%;
    height: 182px;
    float: left;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.img-vip-2 .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.img-vip-2 .img-2{
    width: calc(100%/3 - 2px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    border-radius: 0 0 0 4px;
}

.img-vip-2 .img-2 .img-22 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-2 .img-22 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-2 .img-22 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-2 .img-3{
    width: calc(100%/3 - 1px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 0;
}

.img-vip-2 .img-3 .img-32 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-3 .img-32 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-3 .img-32 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-2 .img-4{
    width: calc(100%/3 - 1px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 0 0 4px 0;
}

.img-vip-2 .img-4 .img-42 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-4 .img-42 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-4 .img-42 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-vip-2 {
    width: 60%;
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.product-vip-2 .product-title a{
    font-family: 'Roboto' !important;
    font-size: 16px;
}

.product-vip-2 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.img-vip-3 {
    float: left;
    width: 40% !important;
    position: relative;
}

.img-vip-3 .img-1{
    position: relative;
    width: 100%;
    height: 202px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.img-vip-3 .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.product-vip-3 {
    width: 60%;
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.product-vip-3 .product-title a{
    font-family: 'Roboto' !important;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
}

.product-vip-3 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.card-product {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

.project-home-image{
    height: auto !important;
    min-height: 210px;
}

.card-product .card-header.card-header-image {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    height: 210px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
}

.card-product .card-header.card-header-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.card-product .card-header.card-header-image img{
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.read-more {
    padding: 8px 25px;
    border: 1px dashed;
    border-radius: 5px;
}

a.see-more {
    padding: 3px 20px;
    border: 1px dashed;
    border-radius: 3px;
    float: right;
    margin: 20px 0 10px;
}

.ribbon-wrapper {
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 7;
}

.ribbon-wrapper .ribbon {
    font-family: 'Roboto' !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: .7rem;
    font-weight: 500;
    line-height: 100%;
    padding: .375rem .775rem;
    position: relative;
    text-transform: uppercase;
    top: 10px;
}

/*.ribbon-wrapper .ribbon:after, .ribbon-wrapper .ribbon:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute;
}

.ribbon-wrapper .ribbon:before {
    left: 0;
}

.ribbon-wrapper .ribbon:after {
    right: 0;
}*/

.card .card-footer {
    display: block;
}

.card .card-footer .price{
    width: 60%;
    float: left;
}
.card .card-footer .price p{
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #ba103c;
    margin: 0;
    text-align: left;
}
.card .card-footer .price p i{
    font-size: 24px;
}

.card .card-footer .acreage{
    width: 40%;
    float: left;
    text-align: right;
}
.card .card-footer .acreage p{
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #2c2f36;
    margin: 0;
    float: right;
}
.card .card-footer .acreage p i{
    font-size: 20px;
    top: 6px !important;
}

.card .card-footer .stats{
    width: 100%;
    float: left;
}

.card .card-footer .stats p.card-category {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-product {
    padding-left: 10px;
    padding-right: 10px;
}

#googleMap {
    width:100%;
    height:500px;
}

.footer-static {
    position: static;
    width: 100%;
    float: left;
    min-height: 280px;
    overflow: hidden;
    padding-top: 15px;
    background-color: #4caf50 !important;
    color: #fff;

    background-image: url(../assets/img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
}

.footer-static .footer-top {
    float: left;
    width: 100%;
    min-height: 200px;
}

.footer-static .footer-top .footer-col-1 {
    float: left;
    width: 30%;
    padding: 0 30px 15px 0;
}

.footer-static .footer-top .footer-col-1 .footer-title {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    height: 45px;
    background: url(../assets/img/b3.gif) repeat-x left bottom;
}

.footer-static .footer-top .footer-col-1 ul {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

.footer-static .footer-top .footer-col-1 ul li{
    list-style-type: none;
}

.footer-static .footer-top .footer-col-1 ul li a {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-static .footer-top .footer-col-2 {
    float: left;
    width: 70%;
    padding-bottom: 15px;
}

.footer-static .footer-top .footer-col-2 .footer-block{
    float: left;
    width: 50%;
    padding-left: 50px;
}

.footer-static .footer-top .footer-col-2 .footer-title {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    height: 45px;
    background: url(../assets/img/b3.gif) repeat-x left bottom;
}

.footer-static .footer-top .footer-col-2 ul {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

.footer-static .footer-top .footer-col-2 ul li{
    width: 50%;
    float: left;
    list-style-type: none;
}

.footer-static .footer-top .footer-col-2 ul li a {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footer-static .footer-bottom {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.copyright {
    float: right;
}

.action_mobile_footer {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9;
}

.action_mobile_footer > a.mobile {
    position: relative;

    color: white;
    font-size: 16px;
    font-weight: 400;
    float: left;
    /*background: #ba103c;*/
    padding: 10px 8px;
    border-radius: 25px;
    margin: 5px; 
    width: 170px;
    text-align: center;
}

.action_mobile_footer > a.mobile i.fa {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    color: #fff;
    font-size: 26px;
    background: #ba103c;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    margin-right: 5px;
    text-align: center;
    padding: 12px;

    position: absolute;
    left: -10px;
    bottom: -3px;
    border: 1px solid #fff;
}

.action_mobile_footer > a.mobile span{
    background: #ba103c;
    padding: 8px 10px 8px 35px;
    border-radius: 0 16px 16px 0;
}

.action_mobile_footer > a.sms {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: left;
    background: #f44336;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 1% 1% 1% 0; 
    width: 29%;
    display: none;
    align-items: center;
    justify-content: center;
}

.action_mobile_footer > a.sms i{
    display: inline-block;
    background: url(../assets/img/sms.svg) center no-repeat;
    background-size: contain;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    animation: quick-alo-circle-fill-anim 1.5s infinite ease-in-out;
}

.action_mobile_footer > a.zalo {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    float: left;
    background: #ddd;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 1% 1% 1% 0; 
    width: 29%;    
    display: none;
    align-items: center;
    justify-content: center;
}

.action_mobile_footer > a.zalo i{
    display: inline-block;
    background: url(../assets/img/zalo-chat.png) center no-repeat;
    background-size: contain;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    animation: quick-alo-circle-fill-anim 1.5s infinite ease-in-out;
}

.action_zalo_footer {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: auto;
    z-index: 9;
}

.action_zalo_footer > a {
    color: white;
    font-size: 18px;
    float: right;
    background: #c72528;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.call {
    color: #fff !important;
    padding: 4px 15px 4px 14px !important;
    display: inline-block;
    border-radius: 4px;
    background: #4caf50;
    min-width: 159px; 
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #4caf50;
}

.call:after{
    content: "- Gọi ngay";
    font-size: 16px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block;
    float: right;
    border-radius: 4px;
    padding: 2px 0;
    color: #fff;
    margin-top: 4px;
    margin-left: 8px;
    text-transform: none!important;
}

.call .copyed {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0.7;
}

.call .copyed::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

@media only screen and (min-width: 768px){
	li.lv0:hover .re__arrrow {
        width: 100%;
    }

    li.lv0:hover .dropdown-menu{
        display: block!important;
        margin: 0;
        position: absolute;
        opacity: 1;
        transform: scale(1);
    }
}

/*SCREEN 640*/
@media screen and (max-width: 767px) {
    .nav-user{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-user li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        margin: 10px 0 0 0;
        display: inline-table;
    }

    .nav-user li a{
        display: inline-block;
    }

    .btn-login {
        padding: 0;
        margin-top: 0 !important;
    }

    .btn-add {
        padding: 0;
        margin-top: 0 !important;
    }

    .display-vip1 {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .display-vip2 {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .mobile-none {
        display: none !important;
    }

    .navbar .dropdown-menu .dropdown-item{
        margin: 2px 20px!important;
    }
    
    .container {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }

    .navbar .navbar-wrapper {
        width: 80%;
        text-align: left;
    }

    .m-w-50{
    	width: 50%!important;
    }

    .row {
        margin-right: -10px!important;
        margin-left: -10px!important;
    }

    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

	.navbar {
		position: fixed;
        padding: 0!important
	}

    .navbar .navbar-wrapper {
        padding: 0;
    }

    .off-canvas-sidebar .navbar-collapse:after {
        background-color: #fff !important;
    }

	.wrapper.wrapper-full-page {
		margin-top: 68px;
	}

    .pd-0 {
        padding: 5px !important;
    }

    .pdl-0 {
        padding-left: 5px !important;
    }

    .pdr-0 {
        padding-right: 5px !important;
    }

    .slide-box {
        top: 40%;
        padding: 0 5px;
    }

    .txt-rotate {
        font-size: 1.9rem !important;
        line-height: 2.2rem;
    }

    .breadcrumb {
    	padding-left: 5px !important;
    }

    .img-hot {
		width: 100%!important;
	    height: 250px!important;
	}

    .img-vip-1 {
        width: calc(100% - 1px);
        float: left;
        position: relative;
        display: block;
        overflow: initial;
    }

    .img-vip-1 .img-1{
        position: relative;
        width: calc(100% - 1px);
        height: 232px;
        float: left;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }

    .img-vip-1 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-vip-1 .img-2{
        width: calc(100%/3 - 2px);
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 0;
        margin-top: 2px;
        border-radius: 0 0 0 4px;
    }

    .img-vip-1 .img-2 .img-22 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-2 .img-22 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-2 .img-22 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-1 .img-3{
        width: calc((100%/3 - 1px));
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0;
    }

    .img-vip-1 .img-3 .img-32 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-3 .img-32 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-3 .img-32 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-1 .img-4{
        width: calc((100%/3 - 1px));
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0 0 4px 0;
    }

    .img-vip-1 .img-4 .img-42 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-4 .img-42 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-4 .img-42 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-vip-1 {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .product-vip-1 .product-title a{
        font-weight: 400;
        font-size: 16px;
    }

    .product-vip-1 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    .img-vip-2 {
        float: left;
        width: 100% !important;
    }

    .img-vip-2 .img-1{
        position: relative;
        width: 100%;
        height: 182px;
        float: left;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }

    .img-vip-2 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-vip-2 .img-2{
        width: calc(100%/3 - 2px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 0;
        margin-top: 2px;
        border-radius: 0 0 0 4px;
    }

    .img-vip-2 .img-2 .img-22 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-2 .img-22 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-2 .img-22 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-2 .img-3{
        width: calc(100%/3 - 1px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0;
    }

    .img-vip-2 .img-3 .img-32 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-3 .img-32 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-3 .img-32 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-2 .img-4{
        width: calc(100%/3 - 1px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0 0 4px 0;
    }

    .img-vip-2 .img-4 .img-42 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-4 .img-42 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-4 .img-42 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-vip-2 {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-left: 0;
    }

    .product-vip-2 .product-title a{
        font-weight: 400;
        font-size: 14px;
    }

    .product-vip-2 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    .img-vip-3 {
        float: left;
        width: 100% !important;
    }

    .img-vip-3 .img-1{
        position: relative;
        width: 100%;
        height: 222px;
        float: left;
        overflow: hidden;
        border-radius: 4px;
    }

    .img-vip-3 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product-vip-3 {
        width: 100%;
        float: left;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .product-vip-3 .product-title a{
        font-weight: 400;
        font-size: 16px;
        color: #262626;
    }

    .product-vip-3 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    #navbar .navbar-collapse, #navigation .navbar-collapse {
	    display: block !important;
	}

    .title {
        text-transform: uppercase; 
        font-size: 1.4rem; 
        font-weight: 600; 
        margin: 20px 0 10px;
    }

    .off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-family: "Roboto Medium",Roboto,Arial !important;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500 !important;
        color: #333;
        opacity: 1 !important;
        padding: 10px !important;
    }

    .banner {
        float: left;
        width: 100%;
        height: 220px;
        padding-top: 0;
    }

    .img-banner-slide{
        height: 100%
    }

    .home-search {
        display: none;
    }

    .home-search-m {
        position: absolute;
        top: 20px;
        left: calc(5%);
        width: 90%;
        z-index: 9;
        display: block;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        margin: 0 auto;
    }

    .home-search-m .search-button {
        float: left;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .home-search-m .search-button .btn-home-search {
        width: 100%;
        background: #df0303 url(https://file4.batdongsan.com.vn/images/newhome/icon3x/icon-search.png) no-repeat 15px 12px;
        border-radius: 3px;
        height: 40px;
        border: 0;
        display: block;
        font-weight: 500;
        font-size: 16px;
        padding-left: 10px;
        margin: 0;
        background-size: 16px 16px;
        box-sizing: border-box;
    }

    .page-header{
        /*display: none !important;*/
        background-image: url('../assets/img/banner.jpg'); 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: top center; 
        min-height: 200px;
    }

    .district-tag {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .district-tag ul{
        width: 88%;
        margin: 0 auto;
        padding-left: 0;
    }

    .district-tag ul li{
        float: left;
        width: 46%;
        padding: 2px 10px;
        list-style-type: none;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 15px 0px 15px 0px;
        margin: 5px 2%;
        text-align: center;
    }

    .district-tag ul li:first-child {
        margin-left: 2%;
    }

    .district-tag ul li a{
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
    }

    .navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu {
        margin-bottom: 0;
        height: auto !important; 
        padding-bottom: 0 !important;
    }

    .dropdown-menu-left:before {
        display: none;
    }

    .dropdown-menu .dropdown-item, .dropdown-menu li>a {
        color: #222;
    }

    [class*=navbar-] .navbar-nav .active>a, [class*=navbar-] .navbar-nav .active>a:focus, [class*=navbar-] .navbar-nav .active>a:hover, [class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu>li>a:active, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover, [class*=navbar-] .navbar-nav>li>a, [class*=navbar-] .navbar-nav>li>a:focus, [class*=navbar-] .navbar-nav>li>a:hover {
        color: #222;
    }

    .dropdown-menu-right:before {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .project-home-image{
        height: 220px!important;
    }

    .card .card-header.card-header-image {
        margin-left: 5px;
        margin-right: 5px;
        height: 130px;
    }

    .card-product .card-header-image a{
    	display: block;
    }

    .card .card-title {
        font-size: 14px!important;
        min-height: 55px !important;
    }

    .card .card-body {
        padding: 10px;
        min-height: 75px !important;
    }

    .card .card-body+.card-footer, .card .card-footer {
        margin: 0 10px 10px 10px !important;
    }

    .card .card-footer .price h4{
        font-size: 14px;
    }

    .card .card-footer .price{
        width: 65%;
        float: left;
    }

    .card .card-footer .acreage{
        width: 35%;
        float: left;
        text-align: left;
    }

    .search-button {
        padding: 0;
    }

    .search-top-desktop, .search-nav-mobile{
		display: none;
	}

	.search-top-mobile, .navbar-brand{
		display: block;
	}

	.search-top-mobile .search-button .btn-search-nav-mobile{
		width: 100%;
        background: #fff url('../assets/img/icon-search.png') no-repeat 15px 8px;
        background-size: 16px 16px;
        text-align: left;
        height: 35px;
        border: 1px solid #ddd;
        box-shadow: none;
        font-weight: 500;
        font-size: 16px;
        padding: 6px 0 6px 40px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 4px;
        color: #333;
/*        transition: 0.3s;*/
	}

	.search-nav-mobile .search-button .btn-search-nav-mobile{
		width: 100%;
        background: #fff url('../assets/img/icon-search.png') no-repeat 15px 8px;
        background-size: 16px 16px;
        text-align: left;
        height: 35px;
        border: 1px solid #ddd;
        box-shadow: none;
        font-weight: 500;
        font-size: 14px;
        padding: 6px 0 6px 40px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 4px;
        color: #333;
/*        transition: 0.3s;*/
	}

    .main-header{
        top: 0;
    }

    .main-body {
        float: left;
        width:  100%;
        padding-top: 0;
    }

    .product-gallerys {
        border-radius: 4px;
        width: 100%;
        float: left;
        height: 360px;
    }

    .gallery-top {
        height: 84%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 16%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
        height: 100%;
    }

    .product-list .product-body .product-item{
        display: block;
    }

    .product-list .product-body .product-item .product-title-m {
        display: block;
    }

    .product-list .product-body .product-item .product-title-m a{
        font-family: 'Roboto' !important;
        display: block;
        color: #004E7F;
        /*text-indent: 20px;
        background: url(../assets/img/icons/ic_star.svg) no-repeat left 0;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-list .product-body .product-item .product-image {
        width: 40%;
        height: 108px;
        float: left;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .product-list .product-body .product-item .product-main {
        width: 60%;
        float: left;
        padding-left: 15px;
    }

    .product-list .product-body .product-item .product-main .product-title{
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-info span {
        color: #2c2f36;
        display: block;
        float: left;
        font-size: 14px;
        width: 100%;
    }

    .product-list .product-body .product-item .product-main .product-info span.area{
        width: 40%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info span.bedroom {
        width: 30%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info span.toilet {
        width: 30%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info .dot {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-des {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-content {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-view {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding-top: 15px;
    }

    .product-address{
    	display: none;
    }

    .product-vip-1 .product-user, .product-vip-2 .product-user {
        width: 40% !important;
    }

    .product-vip-1 .product-cont, .product-vip-2 .product-cont {
    	width: 60% !important;
    }

    .product-main .product-user {
        width: 100% !important;
    }

    /*Product HOT*/
    .product-list .product-body .product-item .product-hot {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .product-list .product-body .product-item .product-hot .product-title a{
        display: none;
    }

    .product-list .product-body .product-item .product-hot .product-info span.price {
        color: #ba103c;
        display: block;
        float: left;
        font-size: 15px;
        width: 35%;
    }

    .product-list .product-body .product-item .product-hot .product-info span.area{
        width: 25%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info span.bedroom {
        width: 20%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info span.toilet {
        width: 20%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info .dot {
        display: none;
    }

    .product-main .product-des, .product-hot .product-des {
    	min-height: auto !important;
    }

    .product-list .product-body .product-item .product-hot .product-content {
        display: none;
    }

    .product-list .product-body .product-item .product-hot .product-view {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding-top: 15px;
    }
    /*End Product HOT*/


    short-detail-2 li.investor {
        width: 100% !important;
    }

    .short-detail-2 .sp1 {
        text-align: left;
    }

    .short-detail-2 .sp2 {
        min-height: 40px;
        font-size: 16px;
        text-align: left;
    }

    .place-big {
        width: calc(100% - 10px);
        margin: 0 5px 10px 5px;
    }

    .place-small {
        margin-left: 0;
    }

    .nopadding {
        padding-left: 0;
        padding-right: 0;
    }

    ul.short-detail-2 li {
        float: left;
        list-style-type: none;
        width: 50%;
    }

    .product-list .product-header .header-title {
        float: left;
        width: 100%;
        padding: 0 5px;
    }

    .product-list .product-header .header-title .product-title {
        margin: 0;
    }

    .product-list .product-header .header-sort {
        float: right;
        width: 50%;
        margin: 5px 10px 0 0;
    }

    ul.home-cate-search {
        width: 100%;
        float: left;
        z-index: 9;
        padding: 0;
    }

    ul.home-cate-search li.home-cate-search-item {
        float: left;
        width: 49% !important;
        min-width: none;
        max-width: none;
        padding-right: 1%;
        padding-top: 5px;
        list-style-type: none;
    }
    ul.home-cate-search li.home-cate-search-item:nth-child(2n) {
        margin-left: 2%;
        padding-right: 0;
    }

    ul.home-cate-search li.home-cate-search-item:last-child {
        float: left;
        width: 100%;
        padding-right: 1%;
    }

    .product-detail{
    	padding: 5px;
    	margin: 0;
    }

    .product-body {
    	margin-bottom: 0;
    }

    #googleMap {
        width:100%;
        height:300px;
    }

    .action_mobile_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #e6e6e6b8;
    }

    .action_mobile_footer > a.mobile {
        position: initial;
        color: white;
        font-size: 16px;
        font-weight: 400;
        float: left;
        background: #16c784;
        padding: 6px 0 6px 10px;
        border-radius: 3px;
        margin: 1%; 
        width: 50%;
        text-align: left;
    }

    .action_mobile_footer > a.mobile i.fa {
        position: initial;
        animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        color: #b70100;
        font-size: 16px;
        background: #fff;
        width: 34px;
        height: 34px;
        border-radius: 20px;
        margin-right: 5px;
        text-align: center;
        padding: 9px;
    }

    .action_mobile_footer > a.mobile span{
        background: none;
        padding: 0;
        border-radius: none;
    }

    .action_mobile_footer > a.sms {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        float: left;
        background: #f44336;
        padding: 11px 10px;
        border-radius: 3px;
        margin: 1% 1% 1% 0; 
        width: 23%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action_mobile_footer > a.sms i{
        display: inline-block;
        background: url(../assets/img/sms.svg) center no-repeat;
        background-size: contain;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .action_mobile_footer > a.zalo {
        color: #2c2c2c;
        font-size: 16px;
        font-weight: 500;
        float: left;
        background: #fff;
        padding: 11px 10px;
        border-radius: 5px;
        margin: 1% 1% 1% 0; 
        width: 23%;    
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action_mobile_footer > a.zalo i{
        display: inline-block;
        background: url(../assets/img/zalo-chat.png) center no-repeat;
        background-size: contain;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .footer-static {
        background-color: #212529 !important;
        background-image: none;
    }

    .footer-static .footer-top .footer-col-1 {
        float: left;
        width: 100%;
    }

    .footer-static .footer-top .footer-col-2 {
        float: left;
        width: 100%;
    }

    .footer-static .footer-top .footer-col-2 .footer-block{
        float: left;
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .copyright {
        width: 100%;
        float: left;
        text-align: center;
    }
}
