/*
Theme Name: Will Group
Theme URI: http://willgroup.net
Author: Vu Duc			
Author URI: http://willgroup.net
Description: Mua bán bất động sản online
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: willgroup
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 (max-width: 767px) {
	html {
		font-size: 15px;
	}
	#wpadminbar {
		position: fixed !important;
	}
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: Arial;
	font-size: 0.875rem;
	color: #333;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #337ab7;
	-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: #ff842b;
}
small,
.small {
	font-size: 87.5%;
}
.font-size-body {
	font-size: 0.875rem;
}
.text-primary {
	color: #df0024 !important;
}
.text-body {
	color: #333 !important;
}
a.text-body:hover,
a.text-primary:hover {
	color: #ff842b !important;
}
.bg-primary {
	background-color: #df0024 !important;
}
.bg-secondary {
	background-color: #ff842b !important;
}
.bg-gradient-primary {
	background: -moz-linear-gradient(left,rgba(226,26,32,1) 0,rgba(138,29,10,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(226,26,32,1)),color-stop(100%,rgba(138,29,10,1)));
    background: -webkit-linear-gradient(left,#177838 0,#63ac3f 100%);
    background: -o-linear-gradient(left,rgba(226,26,32,1) 0,rgba(138,29,10,1) 100%);
    background: -ms-linear-gradient(left,rgba(226,26,32,1) 0,rgba(138,29,10,1) 100%);
    background: linear-gradient(to right,#177838 0,#5da840 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21a20', endColorstr='#8a1d0a', GradientType=1 );
}
.bg-dark {
	background-color: #333 !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-light {
	background-color: #E5F9E7 !important;
}
.bg-cover {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.lh-12 {
	line-height: 1.2;
}
.mh-3 {
	min-height: 30rem;
}
.list-group-item {
	border-radius: 0 !important;
	padding: 0.5rem 1rem;
}
.nav-link.active,
.nav-link.active:hover {
	color: #FFF !important;
	background-color: #df0024;
}
/*--------------------------------------------------------------
# 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;
}
button {
	cursor: pointer;
}
.required {
	color: #E81123;
}
.form-control,
.custom-select,
.input-group-text {
	font-size: 0.8125rem;
	font-weight: 400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.custom-select {
	padding-left: 0.5rem;
	padding-right: 1.5rem;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #df0024;
}
.form-control-sm {
	font-size: 0.75rem;
}
.custom-select-sm {
	padding-left: 0.25rem;
}
.btn {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
.btn-sm {
	font-size: 0.75rem;
}
.btn-lg {
	font-size: 1rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #df0024;
	border-color: #df0024;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #3A8107;
	border-color: #3A8107;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #ff842b;
	border-color: #ff842b;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #EA7A2A;
	border-color: #EA7A2A;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #df0024;
	background-color: #FFF;
	border-color: #df0024;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #3A8107;
	border-color: #3A8107;
}
.btn-group:hover .btn,
.btn-group:focus .btn {
	color: #FFF;
	background-color: #3A8107;
	border-color: #3A8107;
}
.btn-login-facebook {
	color: #fff;
	background: #3B5998;
	display: inline-block;
	margin-bottom: 1rem;
}
.btn-login-facebook:hover {
	color: #fff;
	background: #df0024;
}
.btn-login-facebook:focus {
	color: #fff !important;
}
.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
--------------------------------------------------------------*/
.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.5rem 1rem !important;
}
.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: #df0024;
	border-color: #df0024;
}
.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## top contact
--------------------------------------------------------------*/
.top-contact p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## site branding
--------------------------------------------------------------*/
.site-logo {
	font-size: 0;
	color: transparent;
	
	margin-bottom: 0;
}
.site-logo img {
	max-height: 6rem;
}
.site-stats {
	list-style: none;
	padding-left: 0;
	margin-left: 1.5rem;
	margin-bottom: 0;
}
.site-stats li {
	font-size: 0.75rem;
	color: #df0024;
	text-align: center;
}
.site-stats li + li {
	margin-left: 0.625rem;
}
.site-search {
	width: 20rem;
}
.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: #666;
	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: #df0024;
}
@media (max-width: 991px) {
	.site-search {
		display: none;
	}
}
@media (max-width: 575px) {
	.site-stats {
		display: none;
	}
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	color: #FFF;
	display: block;
	padding: 0.75rem 1rem;
}
.site-nav .menu > li:hover > a,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color: #FFF;
	background-color: transparent;
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: #FFF;
	border: 1px solid #EEE;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 12.5rem;
}
.site-nav li:hover > .sub-menu { 
	display: block;
	}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li > a:hover {
	background-color: #dee2e6;
}
@media (max-width: 991px) {
	.site-header {
		z-index: 1002;
	}
	.site-nav {
		color: #FFF;
		background-color: #333;
		overflow-y: auto;
		width: 17.5rem;
		position: fixed;
		z-index: 10;
		left: -17.5rem;
		top: 0; bottom: 0;
		transition: all 0.3s ease 0s;
	}
	body.open-site-nav .site-nav {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #444;
		padding: 0.75rem 1rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li:hover > a,
	.site-nav .menu > li.current-menu-item > a,
	.site-nav .menu > li.current-menu-parent > a {
		color: #df0024;
		background-color: transparent;
	}
	.site-nav li.menu-item-has-children:after {
		content: ' ';
		border-top: 2px solid #FFF;
		border-left: 2px solid #FFF;
		width: 0.5rem;
		height: 0.5rem;
		cursor: pointer;
		position: absolute;
		top: 1rem;
		right: 1rem;
		transform: rotateZ(-135deg);
		transition: all 0.3s ease 0s;
	}
	.site-nav li.menu-item-has-children.active:after {
		transform: rotateZ(45deg);
	}
	.site-nav li.menu-item-has-children:hover:after {
		color: #0887DB;
	}
	.site-nav .menu li .sub-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	.site-nav li:hover .sub-menu {
		display: none;
	}
	.site-nav .sub-menu > li {
		padding: 0.5rem 1rem;
	}
	.site-nav .sub-menu > li > a {
		display: inline;
		padding: 0;
	}
	.site-nav .sub-menu > li > a:hover {
		color: #df0024;
		background-color: transparent;
	}
}
/*------------------------------------------------------------
# site slider
-------------------------------------------------------------*/
.site-slider .slick-arrow {
	font-size: 1.5rem;
	color: #fff;
    background-color: #df0024;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.site-slider .slick-prev {
    left: 1.5rem;
}
.site-slider .slick-next {
    right: 1.5rem;
}
@media (max-width: 767px) {
	.site-slider .slick-arrow {
		display: none !important;
	}
}
/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-right: -0.25rem;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	font-size: 0.75rem;
	color: #df0024;
	background: #fff;
	border: 1px solid #df0024;
	text-align: center;
	display: block;
	padding: 0.375rem 0.5rem;
}
.demand-radio input:checked + .name {
	color: #fff;
	background: #df0024;
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.5rem;
	border-top: 0.5rem solid #df0024;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
}
@media (max-width: 767px) {
	.demand-radio .name {
		min-width: 0;
	}
}
/*--------------------------------------------------------------
# module
--------------------------------------------------------------*/
.module {
	margin-bottom: 1rem;
    width: 100%;
}
.module .module-header {
	border-bottom: 1px solid #df0024;
	display: flex;
	margin-bottom: 0.5rem;
}
.module .module-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #df0024;
	padding: 0.25rem 0.5rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
.module .module-title:after {
	content: ' ';
	background: #df0024;
	display: none;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -1rem;
	bottom: 0;
	transform: skewX(40deg);
}
.module .module-title a {
	color: inherit;
}
.module .module-title i {
	margin-right: 0.5rem;
}
.module .module-more {
	color: #df0024;
	margin-left: auto;
	margin-top: 0.25rem;
}
.module a.module-more:hover {
	text-decoration: underline;
	color: #df0024;
}
.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
--------------------------------------------------------------*/
.vip-res .slick-arrow {
	font-weight: 700;
	color: #df0024;
	background: transparent;
	border: 1px solid #df0024;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	z-index: 10;
	top: -3rem;
	right: -0.5rem;
	transition: all 0.3s ease 0s;
}
.vip-res .slick-arrow:hover {
	color: #3A8107;
	border-color: #3A8107;
}
.vip-res .slick-prev {
	right: 1.25rem;
}
.vip-res .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.vip-res .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.vip-res .type,
.archive-re .type {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFF;
	background-color: #ff842b;
	line-height: 1;
	padding: 0.125rem 0 0.125rem 0.25rem;
	position: absolute;
	z-index: 10;
	top: 0.5rem; 
	left: 0;
    height: 1rem;
}
.vip-res .type:before,
.archive-re .type:before {
	content: ' ';
	border-left: 0.5rem solid #ff842b;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
}
.home .archive-re .type {
	display: none;
}

/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re-gallery-thumbs,
.re-360-thumbs {
	margin-top: 0.5rem;
}
.re-gallery-thumbs .slick-list,
.re-360-thumbs .slick-list {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.re-gallery-thumbs .slick-slide,
.re-360-thumbs .slick-slide {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.re-gallery-thumbs .slick-slide a,
.re-360-thumbs .slick-slide a {
	display: block;
	position: relative;
}
.re-gallery-thumbs .slick-slide a:before,
.re-360-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-gallery-thumbs .slick-slide a:hover:before,
.re-gallery-thumbs .slick-slide.slick-current a:before,
.re-360-thumbs .slick-slide a:hover:before,
.re-360-thumbs .slick-slide.slick-current a:before {
	visibility: visible;
	opacity: 1;
}
.re-gallery-thumbs .slick-arrow,
.re-360-thumbs .slick-arrow {
	font-size: 1rem;
	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-gallery-thumbs .slick-arrow:hover,
.re-360-thumbs .slick-arrow:hover {
	color: #fff;
	background: #246AB2;
}
.re-gallery-thumbs .slick-prev,
.re-360-thumbs .slick-prev {
	left: 0;
}
.re-gallery-thumbs .slick-next,
.re-360-thumbs .slick-next {
	right: 0;
}
.re-price {
	font-size: 1.125rem;
	color: #fff;
	background: #df0024;
	padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
	position: relative;
}
.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid #df0024;
	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;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget {
	margin-bottom: 1rem;
}
.widget .widget-header {
	border-bottom: 1px solid #df0024;
	display: flex;
	margin-bottom: 0.5rem;
}
.widget .widget-title {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #fff;
	background: #df0024;
	padding: 0.25rem 0.5rem 0.25rem;
	margin-bottom: 0;
	position: relative;
}
.widget .widget-title:after {
	content: ' ';
	background: #df0024;
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	z-index: -1;
	right: -1rem;
	bottom: 0;
	transform: skewX(40deg);
}
/*--------------------------------------------------------------
# user
--------------------------------------------------------------*/
.user-nav {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.user-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-bottom: 0;
}
.user-nav ul li a {
	color: #333;
	background: #ddd;
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem 0.5rem;
}
.user-nav ul li a:hover {
	color: #fff;
	background: #333;
}
.user-nav ul li.current-menu-item a {
	color: #fff;
	background: #df0024;
}

/*------------------------------------------------------------
# Archive
-------------------------------------------------------------*/
h1.entry-title {
    font-size: 1.5rem;
}
.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;
}
.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: #ffffff none repeat scroll 0 0;
    color: #111;
    display: block;
    padding: 1px;
}
/*--------------------------------------------------------------
# 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: 1rem;
}
.widget-footer-top .menu > li:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	font-weight: 900;
	color: #df0024;
	position: absolute;
	top: 1px;
	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: #df0024;
}
.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: 10rem;
    position: absolute;
    z-index: 10;
    top: 0;
    transition: none;
}
.banner-left {
	text-align: right;
}
.banner-right {
	text-align: left;
}
@media(max-width: 575px) {
    .banner-left, .banner-right {
        display: none !important;
    }
}

/** CUSTOM **/
.d-none {
	display: none !important;
}
a {
	color: #000;
}
@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}
.site-logo img {
    max-height: 2rem;
}
#masthead .site-branding {
	background: #df0024 !important;
}
#masthead .site-branding a, #masthead .site-branding span {
    color: #fff;
}
.user-nav ul li i {
    padding-right: 5px;
}
/** FOOTER CUSTOM **/
.site-footer .footer-top {
	display: none;
    color: #000;
    background: #f4f4f4;
    padding: 15px;
}
.site-footer .widget-footer-top .menu > li > a {
    color: #000;
}
.site-footer .footer-bottom {
    text-align: center;
    background: #eee !important;
    padding: 15px;
    font-size: 12px;
}
.site-footer .footer-bottom a {

}
.site-main img, .site-main figure {
	max-width: 100% !important;
}
.site-content#content > .container {
	padding-left: 5px !important;
    padding-right: 5px !important;
}
.archive-re,
.archive-re h3,
.archive-re h3 a {
	font-size: 14px;
}
.archive-re .price {
	color: #c90927;
    font-size: 13px;
    font-weight: 600;
}
.archive-re .metadata {
	position: absolute;
	bottom: 0px;
}
.price-area {
	color: #fff;
	font-size: 16px;
	padding: 5px;
}
@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}
@media (max-width: 992px) {
	.module-aside-advanced-search {
/* 		display: none; */
	}
	.archive-re,
	.archive-re h3,
	.archive-re h3 a {
		font-size: 12px;
	}
	.archive-re .metadata {
		position: relative;
	}
}

.re-gallery {
	position: relative;
}
.re-gallery .slick-dots
{
	display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.re-gallery .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
	padding: 0;
	background: #fff;
	border-radius: 50px;
    cursor: pointer;
}
.re-gallery .slick-dots li:hover,
.re-gallery .slick-dots li.slick-active {
    opacity: 0.6;
}
.re-gallery .slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.hot_re {
	font-weight: bold;
}
@media (max-width: 767px) {
	#menu-dieu-huong-nguoi-dung {
		display: block;
    	width: 100%;
	}
	#menu-dieu-huong-nguoi-dung li {
		width: 100%;
	}
}

/* Arrows */
.re-gallery .slick-prev,
.re-gallery .slick-next
{
	z-index: 1;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.re-gallery .slick-prev:hover,
.re-gallery .slick-prev:focus,
.re-gallery .slick-next:hover,
.re-gallery .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.re-gallery .slick-prev:hover:before,
.re-gallery .slick-prev:focus:before,
.re-gallery .slick-next:hover:before,
.re-gallery .slick-next:focus:before
{
    opacity: 1;
}
.re-gallery .slick-prev.slick-disabled:before,
.re-gallery .slick-next.slick-disabled:before
{
    opacity: .25;
}

.re-gallery .slick-prev:before,
.re-gallery .slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.re-gallery .slick-prev
{
    left: 25px;
}
.re-gallery .slick-prev:before
{
    content: '←';
}

.re-gallery .slick-next
{
    right: 25px;
}
.re-gallery .slick-next:before
{
    content: '→';
}
.row-news img {
    width: 100%;
}
.social-share .share-button {
	display: inline;
	margin-right: 5px;
}
.social-share .share-button:hover {
	cursor: pointer;
}