/*
Theme Name: Will Group
Theme URI: http://willgroup.net
Author: willgroup			
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
--------------------------------------------------------------*/
.row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
[class*='col-'] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
#wpadminbar {
	position: fixed !important;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Roboto';
	font-size: 0.9375rem;
	font-weight: 400;
	color: #333;
	background-color: #f8f9fa;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	color: #246AB2;
	-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: #F7841B;
}
h6, 
.h6 {
	font-size: 1.125rem;
}
.font-size-body {
	font-size: 0.9375rem !important;
}
.font-size-0 {
	font-size: 0 !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
.text-body {
	color: #333 !important;
}
.text-primary {
	color: #246AB2 !important;
}
.text-secondary {
	color: #F7841B !important;
}
a.text-body:hover,
a.text-primary:hover,
a.text-muted:hover {
	color: #F7841B !important;
}
.bg-secondary {
	background-color: #F7841B !important;
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-secondary {
	border-color: #F7841B !important;
}
.mh-2 {
	min-height: 20rem;
}
.nav-link.active,
.nav-link.active:hover {
	color: #FFF !important;
	background-color: #246AB2;
}

/*--------------------------------------------------------------
# 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,
.btn,
.input-group-addon {
	font-size: inherit;
	-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: #246AB2;
    box-shadow: none;
}
.btn {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 1rem;
	padding-right: 1rem;
}	
.btn-sm {
	font-size: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #246AB2;
	border-color: #246AB2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #F7841B;
	border-color: #F7841B;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #246AB2;
	background-color: #FFF;
	border-color: #246AB2;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}
.btn-group:hover .btn,
.btn-group:focus .btn {
	color: #FFF;
	background-color: #333;
	border-color: #333;
}

.btn-login-facebook,
.btn-login-facebook:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background: #3B5998;
	border-color: #3B5998;
}
.btn-login-facebook:hover,
.btn-login-facebook:focus,
.btn-login-facebook:not(:disabled):not(.disabled):active {
	color: #fff;
	background: #333;
	border-color: #333;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	align-items: center;
	padding: 0.25rem 0;
	margin-bottom: 1.5rem;
}
.breadcrumb-item a {
	color: inherit;
    background-color: #CBF1FE;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0.25rem 0.5rem;
}
.breadcrumb-item a:hover {
    color: #fff;
    background-color: #F7841B;
}
.breadcrumb-item + .breadcrumb-item:before { 
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*--------------------------------------------------------------
# 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: #246AB2;
	border-color: #246AB2;
}
.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-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-title {
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: uppercase;
}
.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;
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 900px;
	}
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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 + li {
	margin-left: 2rem;
}
.site-nav .menu > li > a {
	text-transform: uppercase;
	color: inherit;
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
   color: #F7841B;
}
.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: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}
.site-nav li:hover > .sub-menu { 
	display: block;
}
.site-nav .sub-menu > li > a {
	color: inherit;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li > a:hover {
	color: #F7841B;
}
@media (max-width: 991.98px) {
	.site-header {
		z-index: 1037;
	}
	.site-nav {
		color: #222;
		background-color: #fff;
		overflow-y: auto;
		width: 100%;
		position: fixed;
		z-index: 10;
		left: -100%;
		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: 1028;
		top: 0;
		left: 0;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu > li {
		border-bottom: 1px solid #ccc;
		padding: 0.75rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a {
		display: inline;
		padding: 0;
        color: #222;
	}
	.site-nav li.menu-item-has-children:after {
		content: ' ';
		border-top: 2px solid #333;
		border-left: 2px solid #333;
		width: 0.5rem;
		height: 0.5rem;
		cursor: pointer;
		position: absolute;
		top: 1rem;
		right: 1.5rem;
		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.75rem;
		padding-bottom: 0;
		position: relative;
	}
	.site-nav .sub-menu a {
		display: inline;
		padding: 0;
	}
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-dots {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	bottom: 1rem;
	right: 1rem;
}
.site-slider .slick-dots button {
	font-size: 0;
	color: transparent;
	background-color: #FFF;
	border: 0;
	border-radius: 50%;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	margin-left: 0.5rem;
}
.site-slider .slick-dots button:hover,
.site-slider .slick-dots li.slick-active button {
	background: #F7841B;
}

/*--------------------------------------------------------------
# home news
--------------------------------------------------------------*/
.home-news .slick-list {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.home-news .slick-slide {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	text-transform: uppercase;
    color: #246AB2;
    background: #fff;
    border: 1px solid #246AB2;
    text-align: center;
    display: block;
    padding: 0.5rem 1rem 0.375rem;
}
.demand-radio input:checked + .name {
	color: #fff;
	background: #246AB2;
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.5rem;
	border-top: 0.5rem solid #246AB2;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
}

/*--------------------------------------------------------------
# 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: #246AB2;
	padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
	position: relative;
}
.re-price:before {
	content: ' ';
	display: block;
	border-right: 1rem solid #246AB2;
	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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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.25rem;
}
.user-nav ul li a {
	color: #333;
	background: #ddd;
	display: block;
	padding: 0.5rem 1rem;
}
.user-nav ul li a:hover {
	color: #fff;
	background: #333;
}
.user-nav ul li.current-menu-item a {
	color: #fff;
	background: #246AB2;
}
.user-nav ul li a i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	text-align: justify;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    font-size: 1.25rem;
}
.entry-content blockquote {
	font-size: 1rem;
	color: #666;
	background: #f8f9fa;
	border-left: 0.25rem solid #F7841B;
	padding: 1.5rem 1.5rem 0.5rem 3rem;
	position: relative;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-size: 1.5rem;
	font-weight: 900;
	color: #999;
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
}
.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.25rem;
}
.entry-content table {
	background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    border: 1px solid #dee2e6;
    padding: 0.5rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
	background: #efefef;
	padding: 1rem 1rem;
}
.entry-tags .title {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.entry-tags {
	list-style: none;
    margin: 0;
    padding: 0;
}
.entry-tags li {
    display: inline-block;
    list-style: outside none none;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
.entry-tags li a {
	color: inherit;
    background-color: #CBF1FE;
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}
.entry-tags li a:hover {
	color: #FFF;
	background-color: #F7841B;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    background: #ededed;
}
.footer-top {
	color: #444;
	padding: 0;
}
.widget-footer-top {
	margin-bottom: 1.875rem;
}
.widget-footer-top .widget-title {
	font-size: 0.8375rem;
	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-weight: 900;
    color: #246AB2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 22px;
}
.widget-footer-top .menu > li + li {
	margin-top: 0.5rem;
}
.widget-footer-top .menu > li > a {
    color: #444;
    font-size: 0.8rem;
    font-weight: 300;
}
.widget-footer-top .menu > li > a:hover {
	color: #246AB2;
}
.footer-menu {
    background: rgba(226, 239, 252, 0.49);
    border-top: 1px solid rgba(48,51,57,.15);
    text-align: center;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    list-style: none;
    display: inline-block;
    line-height: 40px;
    margin: 0 15px;
}
.footer-menu ul li a {
    color: #444;
    font-size: 17px;
    font-weight: 300;
}
.footer-bottom {
	text-align: center;
	color: #444;
	background: #fff;
	padding: 1.125rem 0 0.9375rem;
    font-weight: 300;
}
.footer-bottom p {
	margin-bottom: 0.125rem;
}
.widget_media_image > img {
    width: 100%;
}
.widget_media_image > a {
    display: block;
    width: 100%;
}
.widget_media_image > a > img {
    width: 100%;
}
.footer-social a {
	font-size: 2rem;   
    background: rgba(226, 239, 252, 0.49);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 0.25rem 0.5rem;
}