/*
Theme Name: RV01
Theme URI: https://chonweb.vn
Author: Halink		
Author URI:  https://chonweb.vn
Description: Mua bÃƒÆ’Ã‚Â¡n nhÃƒÆ’Ã‚Â  Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚ÂºÃ‚Â¥t online
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halink
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
	content: ' ';
	display: table;
	clear: both;
}
.container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
[class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}
.row {
	margin-left: -7px;
	margin-right: -7px;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
    .row.hide-mobile {
        /* display: none; */
    }
    .col-12.form-group.demand-radios.mobile {
        display: block !important;
    }
	#wpadminbar {
		position: fixed !important;
	}
    .site-nav {
        display: block !important;
    }
    .site-logins a {
        margin-left: 0 !important;
        margin-right: 0;
        padding: 2px 10px;
    }
    .site-nav .site-stats li.support {
        background: white;
        padding: 1px;
    }
    
    .site-nav .site-stats li.support img {
        width: 30px;
        height: 30px;
    }
    
    .site-nav .site-stats li.support a {
        color: #000099;
    }
}
@media (max-width: 575px) {
	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	[class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: 400;
	color: #333;
	background: #fff;
	line-height: 1.5;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #000099;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #000099;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.25;
	font-weight: 400;
}
.qc-banner1 {
    margin: 10px 0;
}
.qc-banner2 {
    margin: 10px 0;
}
.qc-new {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.home-style1 .advanced-search {
    margin-bottom: 0;
}
.home-style1 .site-slider {
    margin-bottom: 30px;
}
.home-style2 .advanced-search {
    margin-top: -203px;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #aaa;
}
.form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder { 
	color: #aaa;
}
.form-control:-moz-placeholder { 
	color: #aaa;
}
label {
	font-weight: 700;
	color: #333;
	margin-bottom: 0.3125rem;
}
button {
	cursor: pointer;
}
.required {
	font-size: 0.875rem;
	color: #E81123;
}
.form-control,
.custom-select,
.btn,
.input-group-addon {
	font-size: 0.8125rem;
	font-weight: 400;
	color: #444;
	border-color: #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 2.1875rem;
	line-height: inherit;
	padding-top: 0.4375rem;
	padding-bottom: 0.4375rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #81B441;
}
.custom-select {
	background-position: right 0.5rem center;
	padding-left: 0.5rem;
	padding-right: 1.25rem;
}
select.form-control:not([size]):not([multiple]) {
	/* height: 2.1875rem; */
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}	
.btn-primary {
	color: #fff;
	background-color: #000099;
	border-color: #000099;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:active {
	color: #fff;
	background-color: #0b0bcc;
	border-color: #022d9a;
}
.btn-secondary {
	color: #fff;
	background-color: #ff842b;
	border-color: #ff842b;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus:active {
	color: #fff;
	background-color: #EA7A2A;
	border-color: #EA7A2A;
}

.btn-login-facebook {
	font-size: 0.875rem;
	color: #fff;
	background: #3B5998;
	display: inline-block;
	padding: 0.3125rem 1.25rem 0.1875rem;
	margin-bottom: 0.9375rem;
}
.btn-login-facebook:hover {
	color: #fff;
	background: #81B441;
}
.btn-login-facebook:focus {
	color: #fff !important;
}
.btn-login-facebook i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.9375rem;
}

.dropdown-menu {
	border-radius: 0;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.dropdown-item {
	font-size: 0.8125rem;
	padding: 0.3125rem 0.9375rem;
}
.dropdown-item:hover {
	background: #ddd;
}
#modal-login .close {
    width: auto;
    float: right;
}
#modal-login .close > span {
    float: right;
    width: 30px;
    cursor: pointer;
}
/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert .close {
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.top-bar-hidden-mobile {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.page-header {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	height: 8rem;
	margin-bottom: 3.125rem;
}
.page-header:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -4px;
}
.page-header .container {
	display: inline-block;
	vertical-align: middle;
}
.page-title {
	font-size: 1.875rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(74%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 74%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0 );
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0.9375rem;
}
.breadcrumb-item {
	font-size: 0.8125rem;
	font-weight: 700;
	position: relative;
	padding: 0.625rem 1.375rem 0.625rem 1.125rem;
}
.breadcrumb-item:last-child a,
.breadcrumb-item.active {
	color: #333;
}
.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before { 
	content: ' ';
	background: #ccc;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	padding: 0;
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
	transform: rotate(-30deg);
}

@media (max-width: 991px) {
	.single-re .breadcrumb-item:last-child a,
	.single-re .breadcrumb-item.active,
	.single-post .breadcrumb-item:last-child a,
	.single-post .breadcrumb-item.active {
		display: none;
	}
}
@media (max-width: 575px) {
	.breadcrumb {
		background: transparent;
		border: 0;
	}
	.breadcrumb-item {
		display: none;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.nav-pagination {
	text-align: right;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.pagination {
	display: block;
	margin: 0;
}
.pagination .page-item {
	display: inline-block;
	margin-left: 0.375rem;
	margin-bottom: 0.5rem;
}
.pagination .page-link {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.4375rem 0.6875rem;
}
.pagination .page-link:hover {
	color: #333;
	background: #eee;
	border-color: #ddd;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background: #000099;
	border-color: #000099;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	color: #333;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-header .close:hover {
	color: #c22;
}
.modal-body {
	padding: 20px 20px;
}
.modal-login .forgot-password {
    text-align: center;
}
.modal-login .bg-line {
    clear: both;
    display: table;
    white-space: nowrap;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.modal-login .bg-line::before, .modal-login .bg-line::after {
    border-top: 1px solid #DDD;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.625rem;
    width: 50%;
}
.modal-login .bg-line > .title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-branding {
	background: #ffffff;
	padding: 7px 0;
}
.site-logo {
	/* font-size: 0; */
	color: transparent;
	float: left;
	margin-bottom: 0;
}
.site-logo img {
	height: 80px;
}
.site-stats {
	float: left;
	list-style: none;
	padding-left: 0;
	margin-left: 1.25rem;
	margin-bottom: 0;
}
.site-stats li {
	/* font-size: 0.75rem; */
	color: #81B441;
	text-align: center;
	float: left;
}
.site-stats li + li {
	margin-left: 0.625rem;
}
.site-search {
	float: right;
	width: 20rem;
	margin-top: 0.125rem;
}
.form-search {
	width: 100%;
}
.form-search .form-control,
.form-search .btn {
	height: 2rem;
	line-height: 2rem;
	padding-top: 0;
	padding-bottom: 0;
}
.form-search .form-control {
	font-size: 0.875rem;
	color: #fff;
	background: #666;
	border-color: #666;
}
.form-search .btn {
	font-size: 1.5rem;
	color: #fff;
	background: transparent;
	border-color: transparent !important;
	padding-left: 0.375rem;
	padding-right: 0;
}
.not-found .form-search .btn {
	color: #333;
}
.form-search .btn:hover {
	color: #81B441;
}
.site-login {
	color: #000099;
	background: #fff;
	display: block;
	float: right;
	font-weight: 700;
	padding: 0.25rem 0.625rem;
	margin-left: 1.25rem;
	margin-top: -5px;
	border: 1px solid #000099;
	border-radius: 8px;
}
.site-login:hover {
	color: #00018c;
}
.site-login i {
	font-size: 1.1875rem;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.5rem;
}
.site-logged-in {
	float: right;
	margin-left: 1.25rem;
	margin-top: 16px;
}
.site-logged-in button {
	background: transparent;
	border: 0;
	line-height: 1;
	padding: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.ava-text {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.ava-text span {
    font-size: 15px;
    margin-bottom: 2px;
}
@media (max-width: 991px) {
	.site-search {
		display: none;
	}
}
@media (max-width: 575px) {
	.site-stats {
		display: none;
	}
	.site-logins {
    background: #fff;
    display: flex !important;!i;!;
    !i;!;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    margin-left: 0 !important;!i;!;
    margin-top: 0 !important;!i;!ii;!i;!;
    border-radius: 8px;
    margin-right: 0;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
	.site-login i {
		margin-right: 0;
		display: none;
	}
	.site-login {
    color: #ffffff;
    background: #ffffff00;
    display: block;
    float: right;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    /* margin-left: 1.25rem; */
    margin-top: 0;
    border: none;
    border-radius: 8px;
}
	.site-login .text {
		display: block;
		text-transform: capitalize;
	}
	h1.site-logo.pc {
    display: none;
}
h1.site-logo.pc,.support-pc {
    display: none;
}

h1.site-logo.mobile {
    display: block !important;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.site-branding {
    background: #ffffff;
}

h1.site-logo.mobile a {
    color: white;
}

.site-logins {
    background: none;
}

.site-logins a {
    /* color: white !important; */
    text-transform: capitalize;
    /* border: 1px solid #ffffff !important; */
    margin-top: 5px !important;
    margin-bottom: 10px;
    font-size: 17px;
}
h1.site-logo.mobile {
    display: block !important;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.site-branding {
    background: #ffffff;
}

h1.site-logo.mobile a {
    color: white;
    font-family: Times New Roman;
    font-size: 25px;
}

.site-logins {
    background: none !important;!i;!;
    display: flex;
    justify-content: space-between;
}
}

/*------------------------------------------------------------
##Slide
-------------------------------------------------------------*/
.site-slides {
    position: relative;
}
.site-slides .slick-arrow {
    background: #81b441 none repeat scroll 0 0;
    border: 2px solid #81b441;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 50px;
    position: absolute;
    top: calc(50% - 20px);
    width: 50px;
    z-index: 100;
}
.site-slides .slick-arrow.slick-prev {
    left: 40px;
}
.site-slides .slick-arrow.slick-next {
    right: 40px;
}
.site-slides .slick-list h3,
.site-slides .slick-list .des-slides {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    left: 30%;
    position: absolute;
    top: 0;
}
.site-slides .slick-list h3 {
    padding: 5px 20px;
    text-transform: uppercase;
    top: 10%;
    font-size: 40px;
}
.site-slides .slick-list .des-slides {
    font-size: 20px;
    left: 23%;
    padding: 5px 20px;
    top: 30%;
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav {
	background: #000099;
	display: none;
}
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu > li {
	float: left;
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 0.875rem;
	color: #fff;
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
.site-nav .menu > li:hover > a {
	color: #fff;
	background: #333;
}
.site-nav .menu > li.current-menu-item > a {
	color: #fff;
	background: #3A8107;
}
.site-nav .menu > li > a > i {
	font-size: 1.25rem;
    line-height: 20px;
}
.site-nav .sub-menu {
	background: #fff;
	-webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	display: none;
	min-width: 16rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.site-nav li:hover .sub-menu {
	display: block;
}
.site-nav .sub-menu > li > a {
	font-size: 0.875rem;
	color: #333;
	white-space: nowrap;
	display: block;
	padding: 0.375rem 0.9375rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #333;
	background: #ddd;
}
.site-nav .site-stats {
	display: none;
}

@media (max-width: 991px) {
	.site-nav-toggler {
		font-size: 2rem;
		color: #fff;
		float: left;
		padding: 0;
	}
	#site-nav {
		clear: both;
	}	
	.site-nav .menu {
		padding-bottom: 0.625rem;
	}
	.site-nav .menu > li {
		cursor: pointer;
		float: none;
	}
	.site-nav .menu > li.menu-item-has-children:before {
		content: '\f104';
		font-family: 'Ionicons';
		font-size: 1rem;
		color: #fff;
		float: right;
	}
	.site-nav .menu > li > a {
		display: inline-block;
		height: auto;
		line-height: inherit;
		padding: 0.3125rem 0.625rem;
	}
	.site-nav .sub-menu {
		display: none;
		clear: both;
		position: static;
		width: auto;
	}
	.site-nav li:hover > .sub-menu {
		display: none;
	}
	.site-slides .slick-list h3 {
	   left: 15%;
	}
    .site-slides .slick-list .des-slides {
        left: 15%;
        top: 45%;
    }
    .home-style2 .advanced-search {
        margin-top: -252px;
    }
    .home-style2 .site-slides .slick-list h3,
    .home-style2 .site-slides .slick-list .des-slides {
        display: none;
    }
    .home-style2 .site-slides .slick-arrow {
        display: none !important;
    }
    
    #site-nav {
        position: absolute;
        width: 100%;
        top: 34px;
        left: 0;
        z-index: 999;
        background: #000099;
        padding: 10px 15px;
    }
    
}
@media (max-width: 640px){
    .home-style2 .advanced-search {
        margin-top: 0;
    }
    .home-style2 .site-slides .slick-arrow {
        display: block !important;
    }
} 
@media (max-width: 575px) {
	.site-nav .site-stats {
		display: flex;
		float: right;
		line-height: 1.25;
		margin-top: 2px;
		margin-left: 0;
	}
	.site-nav .site-stats li a {
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
}
	.site-nav .site-stats li {
		padding: 5px 10px;
	}
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.advanced-search {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 1.25rem 0;
	/* margin-bottom: 0.9375rem; */
	background-image: none !important;
}
.form-advanced-search {
	/* background: rgb(142 195 73); */
	padding: 1.25rem 0.9375rem 0.3125rem;
}
.form-aside-advanced-search {
	background: transparent !important;
	padding: 0 !important;
}
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -4px;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	color: #000099;
	background: #fff;
	border: 1px solid #000099;
	text-align: center;
	display: block;
	min-width: 8.75rem;
	font-size: 15px;
	padding: 5px;
}
.demand-radio input:checked + .name {
	color: #fff;
	background: #000099;
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.625rem;
	border-top: 0.625rem solid #000099;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}
.count-res {
	font-size: 1.25rem;
	color: #fff;
	text-align: right;
	line-height: 1.25;
}
.count-res strong {
	font-size: 1.875rem;
	font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.form-aside-advanced-search .demand-radio .name {
		min-width: 0 !important;
		padding: 0.5rem 0.5rem !important;
	}
}

@media (min-width: 320px) and (max-width: 400px) {
       .site-logins a {
		   font-size:14px !important;
	   }
}
@media (min-width: 400px) and (max-width: 575px) {
       .site-logins a {
		   font-size: 18px !important;
		  }
	    .site-nav .site-stats li a {
	        font-size: 18px !important;
	    }
}
@media (max-width: 575px) {
	.site-loggedom {
    width: 100%;
    display: block !important;
}
	.demand-radio .name {
		min-width: 7.5rem;
		padding: 0.5rem 0.625rem;
		font-size: 14px !important;
	}

	div#price-popup {
    position: fixed !important;
    top: 10% !important;
}
	.advanced-search {
		padding: 0.9375rem 0;
	}
	.form-advanced-search {
		padding: 0.9375rem 0.625rem 0;
	}
	
	.site-navs {
	    display: none;
	}
}

/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 0.9375rem;
    width: 100%;
}
.module .module-header {
	border-bottom: 1px solid #000099;
	margin-bottom: 0.625rem;
}
.module .module-header:after {
	content: ' ';
	display: table;
	clear: both;
}
.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #000099;
	/* background: #81B441; */
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
	font-weight?: 8;
}
.module .module-title:after {
	content: ' ';
	/* background: #81B441; */
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	transform: skewX(40deg);
}
.module .module-title a {
	color: #000099;
}
.module .module-title i {
	margin-right: 0.3125rem;
}
.module .module-more {
	color: #000099;
	float: right;
	margin-top: 0.5rem;
}
.module a.module-more:hover {
	text-decoration: underline;
	color: #000099;
}
.module span.module-more {
	color: #333;
}
.module span.module-more strong {
	color: #c22;
}

@media (max-width: 575px) {
	.module .module-title:after {
		display: none;
	}
}

/*--------------------------------------------------------------
# module vip res
--------------------------------------------------------------*/
.module-vip-res {
	background: #1919a50d;
	padding: 0.625rem;
	margin-bottom: 0.3125rem;
}
.module-vip-res .title {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000099;
}
.vip-res .slick-arrow {
	font-weight: 700;
	color: #000099;
	background: transparent;
	border: 1px solid #000099;
	width: 1.5rem;
	height: 1.375rem;
	line-height: 1.375rem;
	position: absolute;
	z-index: 10;
	top: -1.8125rem;
	right: 0;
	transition: all 0.3s ease 0s;
}
.vip-res .slick-arrow:hover {
	color: #3A8107;
	border-color: #3A8107;
}
.vip-res .slick-prev {
	right: 1.875rem;
}
.vip-res .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.vip-re {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.vip-re .image {
	display: block;
	position: relative;
}
.vip-re .vip {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background: url('images/hot.gif') no-repeat scroll center center #fff;
	line-height: 1.25;
	padding: 1px 0.3125rem;
	position: absolute;
	z-index: 10;
	top: 0.3125rem; 
	left: 0;
    width: 30px;
    height: 14px;
    text-indent: -9999px;
}
.vip-re .vip:before {
	content: ' ';
	border-left: 0.5rem solid #fff;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.4375rem solid transparent;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}
.vip-re .name {
	font-size: 0.75rem;
	font-weight: 700;
	max-height: 1.875rem;
	overflow: hidden;
	margin-top: 0.5rem;
	margin-bottom: 0.125rem;
}
.vip-re .name a {
	color: #0080FF;
}
.vip-re .name a:hover {
	color: #FF842B;
}
.vip-re .price,
.vip-re .area {
	display: block;
}

/*--------------------------------------------------------------
# float re
--------------------------------------------------------------*/
.float-re {
	padding: 0.3125rem;	
}
.float-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}
.float-re:after {
	content: ' ';
	display: table;
	clear: both;
}
.float-re .image {
	background: #ccc;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	overflow: hidden;
	display: block;
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
}
.float-re .info {
	overflow: hidden;
}
.float-re .name,
.float-re .price,
.float-re .cat,
.float-re .area,
.float-re .district,
.float-re .meta {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
	width: 25%;
	padding-right: 0.625rem;
}
.float-re .name {
	font-size: 17px;
	font-weight: 700;
	width: 75%;
	margin-top: 0.1875rem;
	margin-bottom: 0.4375rem;
}
.float-re .price {
	line-height: 1.25;
	width: 25%;
	color: red;
	font-weight: bold;
}
.float-re .price strong {
	font-size: 1rem;
}
.float-re .cat {
	font-weight: 700;
	color: #333;
	clear: left;
}
.float-re .cat:hover {
	color: #81B441;
}
.float-re .district i {
	margin-right: 0.3125rem;
}
.float-re .meta {
	list-style: none;
	padding-left: 0;
	margin-top: 0.125rem;
	margin-bottom: 0;
}
.float-re .meta li {
	font-size: 16px;
	color: #000000;
	float: left;
	margin-right: 0.625rem;
}
.float-re .meta li i {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.25rem;
}
.list-sidebar .name {
    width: 100%;
}
.list-sidebar .price {
    width: 45%;
}
.list-sidebar .district {
    width: 55%;
    padding-right: 0;
}
@media (max-width: 1199px) {
	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		width: 50%;
	}
	.float-re .name {
		margin-bottom: 0.125rem;
	}
}
@media (max-width: 575px) {
	.float-re .name,
	.float-re .price,
	.float-re .cat,
	.float-re .area,
	.float-re .district,
	.float-re .meta {
		float: none;
		width: auto;
	}
	.float-re .name {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	.float-re .cat,
	.float-re .area,
	.float-re .district {
		display: none;
	}
}


/*--------------------------------------------------------------
# aside re
--------------------------------------------------------------*/
.aside-re {
	padding: 0.3125rem;	
}
.aside-re:nth-of-type(2n + 2) {
	background: #F3F6FB;
}
.aside-re:after {
	content: ' ';
	display: table;
	clear: both;
}
.aside-re .image {
	background: #ccc;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	overflow: hidden;
	display: block;
	float: left;
	width: 3.125rem;
	height: 3.125rem;
	margin-right: 0.625rem;
}
.aside-re .info {
	overflow: hidden;
}
.aside-re .name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.aside-re .price {
	display: block;
	float: right;
	width: 40%;
	line-height: 1.25;
	color: red;
}
.aside-re .price strong {
	font-size: 0.875rem;
}
.aside-re .meta {
	float: left;
	width: 60%;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.aside-re .meta li {
	font-size: 0.75rem;
	color: #999;
	float: left;
	margin-right: 0.625rem;
}
.aside-re .meta li i {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 0.25rem;
}

@media (max-width: 1199px) {
	.aside-re .name {
		margin-bottom: 0.125rem;
	}
	.aside-re .price,
	.aside-re .meta {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re {
	border: 1px solid #ddd;
	margin-bottom: 1.25rem;
}
.re-title {
	font-size: 0.875rem;
	background: #00009917;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0;
}
.re-tab-nav {
	background: #ddd;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0.625rem;
}
.re-tab-nav:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-tab-nav li {
	float: left;
}
.re-tab-nav li a {
	color: #555;
	display: block;
	padding: 0.5rem 0.9375rem 0.4375rem;
}
.re-tab-nav li a:hover {
	color: #000099;
}
.re-tab-nav li a.active {
	color: #fff;
	background: #000099;
}
.re-images a {
	background: #ddd;
	display: block;
	position: relative;
	padding-top: 60%;
}
.re-images a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.re-thumbs {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.re-thumbs .slick-list {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
.re-thumbs .slick-slide {
	display: block;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}
.re-thumbs .slick-slide a {
	display: block;
	position: relative;
}
.re-thumbs .slick-slide a:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.re-thumbs .slick-slide a:hover:before,
.re-thumbs .slick-slide.slick-current a:before {
	visibility: visible;
	opacity: 1;
}
.re-thumbs .slick-arrow {
	font-size: 1.125rem;
	color: #fff;
	background: #333;
	border: 0;
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	margin-top: -0.875rem;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 50%;
}
.re-thumbs .slick-arrow:hover {
	color: #fff;
	background: #81B441;
}
.re-thumbs .slick-prev {
	left: 0;
}
.re-thumbs .slick-next {
	right: 0;
}

.re-contact {
	padding: 0.9375rem 0.9375rem 0;
}
.re-contact-form {
	margin-bottom: 0.9375rem;
}
.re-contact-form .title {
	font-size: 1.125rem;
}

.re-district-price {
	background: #0000992e;
}
.re-district-price:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-district {
	font-size: 17px;
	float: left;
	padding: 8px;
}
.re-price {
	font-size: 1.125rem;
	color: #fff;
	background: #000099;
	float: right;
	padding: 8px;
	position: relative;
}
.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid #000099;
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	position: absolute;
	z-index: 10;
	right: 100%;
	top: 0;
}
.re-price strong {
	font-size: 1.25rem;
}

.re-block {
	padding: 0.9375rem;
}
.re-contact-info {
	margin-bottom: 0.9375rem;
}
.re-contact-info:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-contact-info .image {
	float: left;
	margin-right: 0.9375rem;
}
.re-contact-info .info {
	overflow: hidden;
}
.re-contact-info .name {
	font-size: 1.125rem;
	display: block;
	margin-top: 0.25rem;
	margin-bottom: 1px;
}
.re-contact-info .phone {
	font-size: 1.125rem;
	color: #333;
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	border-radius: 0.125rem;
	display: inline-block;
	padding: 0.1875rem 0.75rem 0.125rem;
}
.re-contact-info .phone:hover {
	color: #81B441;
}
.re-contact-info .phone i {
	color: #81B441;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.re-property {
	list-style: none;
	padding: 0;
	margin-bottom: 0.9375rem;
}
.re-property:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-property li {
	border: 1px solid #ddd;
	float: left;
	width: 25%;
	padding: 0.4375rem 0.625rem 0.25rem;
	margin-left: -1px;
	margin-bottom: -1px;
	font-size: 17px;
}
.re-property li i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-address {
	font-size: 0.875rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.3125rem;
	margin-bottom: 0.9375rem;
}
.re-address i {
	font-size: 0.9375rem;
	margin-right: 0.5rem;
}

.re-content {
	font-size: 17px;
	text-align: justify;
	margin-bottom: 1.25rem;
}

.re-social {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
.re-social:after {
	content: ' ';
	display: table;
	clear: both;
}
.re-social li {
	float: left;
	margin-right: 0.625rem;
	margin-bottom: 0.625rem;
}
.re-social .fb-send > span {
	width: 450px !important;
}

@media (max-width: 1199px) {
	.re-property li {
		width: 33.3333%;
	}
}
@media (max-width: 991px) {
	.re-property li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.re-title {
		font-size: 1rem;
	}
	.re-tab-nav li a {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.re-thumbs .slick-arrow {
		font-size: 1rem;
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
		margin-top: -0.75rem;
	}
	.re-block {
		padding: 0.625rem;
	}
	.re-social .fb-send > span {
		width: 300px !important;
	}
}
@media (max-width: 400px) {
	.re-property li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 0.9375rem;
}
.widget .widget-header {
	border-bottom: 1px solid #000099;
	margin-bottom: 0.625rem;
}
.widget .widget-header:after {
	content: ' ';
	display: table;
	clear: both;
}
.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #000099;
	float: left;
	padding: 0.375rem 0.625rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
.widget .widget-title:after {
	content: ' ';
	background: #000099;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -0.9375rem;
	bottom: -1px;
	transform: skewX(40deg);
}

/*--------------------------------------------------------------
# user
--------------------------------------------------------------*/
.user-nav {
	text-align: center;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.user-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.user-nav ul li {
	display: inline-block;
	margin-bottom: 0.3125rem;
}
.user-nav ul li a {
	font-size: 0.875rem;
	color: #333;
	background: #ddd;
	display: block;
	padding: 0.3125rem 1.25rem 0.1875rem;
}
.user-nav ul li a:hover {
	color: #fff;
	background: #333;
}
.user-nav ul li.current-menu-item a {
	color: #fff;
	background: #000099;
}
.user-nav ul li a i {
	font-size: 1.25rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.form-upload {
	text-align: center;
	background: #eceeef;
	border: 1px solid #ddd;
	padding: 1.875rem 0.9375rem;
}
.form-upload input {
	display: none;
}
.form-upload label {
	font-size: 0.875rem;
	color: #fff;
	background: #337ab7;
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
	padding: 0 1.25rem;
	margin-bottom: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}
.form-upload label:hover {
	background: #296090;
}
.form-upload label i {
	font-size: 1.875rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.625rem;
}
.form-upload label span {
	display: inline-block;
	vertical-align: middle;
}
.form-upload .note {
	margin-top: 0.9375rem;
	margin-bottom: 0;
}
.form-upload .uploading {
	font-weight: 700;
	color: #337ab7;
	margin-bottom: 0.625rem;
}
.form-upload .images {
	list-style: none;
	padding: 0;
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	margin-bottom: 0.625rem;
}
.form-upload .images:after {
	content: ' ';
	display: table;
	clear: both;
}
.form-upload .images li {
	position: relative;
	float: left;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-bottom: 0.5rem;
}
.form-upload .images .remove {
	font-size: 1rem;
	color: #E81123;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0.625rem;
}
.form-upload .images .remove:hover {
	color: #f00;
}

.table-user-res th,
.table-user-res td.col-price,
.table-user-res td.col-status,
.table-user-res td.col-action {
	white-space: nowrap;
}
.table-user-res td.col-image img {
	font-size: 0;
	color: transparent;
	background: #ddd;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	display: block;
	width: 3.125rem;
	height: 3.125rem;
}
.table-user-res td.col-stt,
.table-user-res td.col-status,
.table-user-res td.col-action {
	text-align: center;
}
.table-user-res td.col-status .publish,
.table-user-res td.col-status .pending {
	font-size: 1.25rem;
	line-height: 1;
}
.table-user-res td.col-status .publish {
	color: #3E991C;
}
.table-user-res td.col-status .pending {
	color: #007ABD;
	border: 1px solid #007ABD;	
	border-radius: 50%;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
}
.table-user-res td.col-action a {
	font-size: 1.25rem;
	line-height: 1;
}
.table-user-res td.col-action .remove {
	color: #E81123;
}
.table-user-res td.col-action .remove:hover {
	color: #FF0000;
}
.table-user-res td.col-action .edit {
	color: #FF842B;
	margin-right: 0.3125rem;
}
.table-user-res td.col-action .edit:hover {
	color: #FFA500;
}

@media (max-width: 991px) {
	.table-user-res .col-demand,
	.table-user-res .col-cat,
	.table-user-res .col-area,
	.table-user-res .col-price {
		display: none;
	}
}
@media (max-width: 575px) {
	.table-user-res .col-stt,
	.table-user-res .col-image {
		display: none;
	}
	.table-user-res th,
	.table-user-res td {
		padding-left: 0.3125rem;
		padding-right: 0.3125rem;
	}
}

/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
article.news {
    margin-top: 15px;
}
.news .name .image {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
    text-align: justify;
}
.post .name > a {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}
.float-post {
    margin-bottom: 0.975rem;
}
.float-post::before, 
.float-post::after {
    clear: both;
    content: " ";
    display: table;
}
.float-post .image {
    float: left;
    margin-right: 10px;
}
.float-post .name > a {
    display: block;
    font-size: 15px;
}
.float-post .desc {
    margin-bottom: 0;
}
h1.entry-title {
    font-size: 26px;
}
.entry-share {
    padding: 0;
}
.entry-share li {
    display: inline-block;
    float: right;
    line-height: 10px;
    list-style: outside none none;
    margin-left: 20px;
}
.entry-content > p:first-child {
    font-weight: 700;
}
figure.aligncenter {
    margin: 0 auto 10px;
    text-align: center;
}
figcaption.wp-caption-text {
    font-size: 13px;
    margin: 5px 0;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
article h5.name > a {
    display: block;
    font-size: 15px;
    margin: 5px 0;
}
.entry-tags .title {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-tags ul {
    margin: 0;
    padding: 0;
}
.entry-tags ul > li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 15px;
}
.entry-tags ul > li > a {
    background: #81b441 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 5px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 1.875rem;
}
.footer-top {
	color: #e5e5e5;
	background: #333;
	padding: 2.5rem 0 0.625rem;
}
.widget-footer-top {
	margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}
.widget-footer-top .menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget-footer-top .menu > li {
	position: relative;
	padding-left: 0.75rem;
}
.widget-footer-top .menu > li:before {
	content: '\f3d1';
	font-family: 'Ionicons';
	color: #a5a5a5;
	position: absolute;
	top: 0;
	left: 0;
}
.widget-footer-top .menu > li + li {
	margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
	color: #e5e5e5;
}
.widget-footer-top .menu > li > a:hover {
	color: #000099;
}
.footer-bottom {
	text-align: center;
	color: #e5e5e5;
	background: #222;
	padding: 1.125rem 0 0.9375rem;
}
.footer-bottom p {
	margin-bottom: 0.125rem;
}
.site-content {
    position: relative;
}
.banner-left, .banner-right {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 10;
    top: 0;
}
.will-sticky .banner-left, 
.will-sticky .banner-right {
    position: fixed;
    top: 50px;
}
.widget_media_image > img {
    width: 100%;
}
.widget_media_image > a {
    display: block;
    width: 100%;
}
.widget_media_image > a > img {
    width: 100%;
}
.box-head {
    margin-bottom: 20px;
}
@media(max-width: 1400px) {
    .banner-left, .banner-right {
        display: none !important;
    }
}
.site-logins {
 background: #fff;
 display: block;
 float: right;
 font-weight: 700;
 padding: 0.25rem 0.625rem;
 margin-left: 0;
 margin-top: 28px;
 border-radius: 8px;
}

.site-logins a {
    color: #000099;
    margin-left: 20px;
    color: #000099;
    /* background: #fff; */
    display: block;
    float: right;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    margin-left: 1.25rem;
    margin-top: -5px;
    border: 1px solid #000099;
    border-radius: 8px;
}

.float-renew .info .name {
    font-size: 20px !important;
    /* line-height: 20px !important; */
    text-overflow: unset;
    padding-top: 8px;
    text-decoration: none;
    white-space: unset;
    height: 60px;
    overflow: hidden;
    font-weight: 700;
    /* text-transform: lowercase; */
}

.float-renew .info .name a {
    color: #000000;
}

.float-renew .image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.float-renew .inner { 
    position: relative;
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 5px;
}
.float-renew:hover .inner { 
     box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .3);
}

.float-renew span.district {
    font-size: 15px;
}

.float-renew span.district i {
    margin-right: 5px;
}

.float-renew .meta {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    list-style-type: none;
}

.float-renew .meta .price {
    color: red;
    font-weight: 900;
}

.site-navs ul {
    margin: 0;
    display: block;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.site-navs ul li {
    float: left;
    padding: 0  5px;
}

.site-navs {
    margin: 0;
}
header#masthead {
    box-shadow: 0 5px 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 35%);
}

.site-navs ul li a {
    /* border: 1px solid #000099; */
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}
h1.site-logo.mobile {
    display: none;
}
.site-navs ul li.current-menu-item a {
    background: #000099;
    color: white;
}
.col-12.form-group.demand-radios.mobile {
    display: none;
}
div#menu-search .site-navs {
    background: #000099;
    float: left;
    width: 100%;
    padding: 7px 0;
    border-radius: 4px;
}

.colpc.form-group {
    position: relative;
}

.colpc button.btn.btn-primary.btn-block {
    position: absolute;
    right: 13px;
    top: 5px;
    width: 116px;
    height: 35px;
    border-radius: 4px;
}
div#menu-search {
    padding: 0;
}
.colform {
    width: 100%;
    background: #036832;
    padding-top: 9px;
    border-radius: 5px;
}

.colpc input {
    background: white;
    padding: 10px;
    height: 45px;
    border-radius: 5px;
}

.colpc input {
    border: none;
}

.colform .custom-select {
    background: #036832;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 35px;
    padding-left: 15px;
}
.site-loggedom {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.site-loggedom a.site-login.logn-dt {
    margin-top: 20px;
}

 #price-input {
	width: 100%;
	padding: 7px 15px;
	background: #036832;
	color: #ffffff !important;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 14px;
	}
  input#price-input::placeholder{
  color: #ffffff;
}

  .price-popup {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	/* background: rgba(0,0,0,0.6); */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	}
  
  .price-popup-content {
	background: white;
	padding: 20px;
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
	}
  
  .price-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .price-inputs input {
	background: #ffffff;
	color: #1c1c1c;
	padding: 3px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	text-align: center;
	width: 100px;
	}
  
  .price-actions {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
  }
.price-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.price-header h3 {
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.price-options {
    margin-top: 15px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #036832;
}

button#close-popup {
    background: none;
    border: none;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}

button#apply-price {
    background: red;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 3px 10px;
}

button#reset-price {
        background: #036832;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 3px 10px;
}
#modal-login .row.row-form {
    display: flex;
    flex-direction: row-reverse;
}


.support-pc {
    margin-top: 28px;
    float: left;
    margin-left: 40px;
    font-size: 20px;
}

.support-pc img {
    width: 30px;
    height: 30px;
}

.support-pc a {
    display: flex;
    text-transform: capitalize;
}

.support-pc p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 21px;
    color: #5707ed;
    font-weight: bold;
}
.advanced-search {
    padding-top: 5px;
}
.hidden-sm-down.col-md-6.form-group.count-res {
    margin-bottom: 5px !important;
}