/*
Theme Name: willgroup
Theme URI: https://willgroup.net/
Author: willgroup
Author URI: https://willgroup.net/
Description: mua ban bds
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bdsdailoc
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
--------------------------------------------------------------*/
@font-face {
	font-family: 'UTM-Avo';
	src: url('fonts/UTM-Avo.woff2') format('woff2'), url('fonts/UTM-Avo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.row-small {
	margin-left: -8px;
	margin-right: -8px;
}
.col-small {
	padding-left: 8px;
	padding-right: 8px;
}
@media (max-width: 767px) {
	#wpadminbar {
		position: fixed !important;
	}
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	[class*='col-'] {
		padding-left: 8px;
		padding-right: 8px;
	}
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'UTM-Avo';
	font-size: 0.875rem;
	color: #000;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	color: #015ea7;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #dc3545;
}
small,
.small {
	font-size: 90%;
}
.font-size-body {
	font-size: 0.875rem;
}
.fw-medium {
	font-weight: 500;
}
.text-shadow {
	text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
.text-primary {
	color: #015ea7 !important;
}
.text-body {
	color: #4A4A4A !important;
}
.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.text-body:hover,
a.text-primary:hover {
	color: #015ea7 !important;
}
.text-secondary {
	color: #3A5722 !important;
}
.rounded-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.bg-primary,
a.bg-primary:focus {
	background-color: #015ea7 !important;
}
a.bg-primary:hover {
	background-color: #dc3545 !important;
}
.bg-link,
a.bg-link:focus {
    background-color: #004d83 !important;
}
a.bg-link:hover {
    background-color: #015ea7 !important;
}
.bg-secondary,
a.bg-secondary:focus {
	background-color: #3A5722 !important;
}
a.bg-secondary:hover {
	background-color: #dc3545 !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,#0073aa 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,#0073aa 0,#17a2b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21a20', endColorstr='#8a1d0a', GradientType=1 );
}
.bg-yellow {
    background-color: #ffb919 !important;
}
.bg-dark {
	background-color: #333 !important;
}
.bg-cover {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.border-primary {
	border-color: #015ea7 !important;
}
.border-w-5 {
    border-width: 5px !important;
}
.lh-12 {
	line-height: 1.2;
}
.mh-1-2 {
    min-height: 7.5rem;
}
.mh-1-22 {
    min-height: 10.5rem;
}
.mh-12 {
    min-height: 12rem;
}
.mh-1 {
    min-height: 16rem;
}
.mh-2 {
    min-height: 18rem;
}
.mh-22 {
    min-height: 22rem;
}
.mh-25 {
    min-height: 25rem;
}
.mh-3 {
	min-height: 30rem;
}
.h-3 {
    height: 18rem;
}
.ob-fit {
    object-fit: cover;
}
.list-group-item {
	border-radius: 0 !important;
	padding: 0.5rem 1rem;
}
.nav-link.active,
.nav-link.active:hover {
	color: #FFF !important;
	background-color: #008F35;
}
.over-bg-dark:before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.index-10 {
    z-index: 10;
}
.term-description + [data-readmore-toggle], 
.term-description[data-readmore],
.realty-more + [data-readmore-toggle],
.realty-more[data-readmore] {
    display: block;
    width: 100%;
}
.term-description[data-readmore],
.realty-more[data-readmore] {
    transition: height 150ms;
    overflow: hidden;
}
.aligncenter {
    display: block;
    margin: 0 auto 1rem auto;
}
.user-profile {
    padding-right: 1rem;
}
.user-profile:after {
    content: '';
    border-top: 2px solid #015ea7;
    border-left: 2px solid #015ea7;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0;
    transform: rotateZ(-135deg);
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px){
    .bg-realty .mh-22 {
        min-height: 9.5rem;
        max-height: 9.5rem;
    }
    .bg-realty .mh-1-22 {
        min-height: 4.5rem;
        max-height: 4.5rem;
    }
}
/*--------------------------------------------------------------
# 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;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.required {
	color: #E81123;
}
.form-control,
.custom-select,
.input-group-text,
.btn {
	font-size: inherit;
	font-weight: 400;
	padding: 0.5rem 0.75rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
	height: calc(1.5em + 1rem + 2px);
}
.custom-select {
	padding-left: 0.5rem;
	padding-right: 1.5rem;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #008F35;
}
.form-control-sm {
	font-size: 0.75rem;
}
.custom-select-sm {
	padding-left: 0.25rem;
}
.btn {
	font-weight: 500;
	padding-left: 1rem;
	padding-right: 1rem;
}	
.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: #ffb919;
	border-color: #ffb919;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: #3A5722;
	border-color: #3A5722;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #ffb919;
	background-color: #FFF;
	border-color: #ffb919;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #ffb919;
	border-color: #ffb919;
}
.btn-group:hover .btn,
.btn-group:focus .btn {
	color: #FFF;
	background-color: #75bb1b;
	border-color: #75bb1b;
}
.btn-login-facebook {
	color: #fff;
	background: #3B5998;
	display: inline-block;
	margin-bottom: 1rem;
}
.btn-login-facebook:hover {
	color: #fff;
	background: #dc3545;
}
.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;
}
.mh-300 {
    min-height: calc(100vh - 380px);
}
/*--------------------------------------------------------------
# alert
--------------------------------------------------------------*/
.alert .close {
	font-size: 1rem;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.section-slides {
    padding-bottom: 150px;
}
.slider-home .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    top: calc(50% - 25px);
    z-index: 10;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slider-home .slick-arrow.slick-prev {
    left: 20px;
}
.slider-home .slick-arrow.slick-next {
    right: 20px;
}
.slick-slider .slick-dots {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-slider .slick-dots li {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.slick-slider .slick-dots button {
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: 1px solid #0062cc;
    border-radius: 50%;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    padding: 0;
    width: 0.75rem;
    height: 0.75rem;
}
.slick-slider .slick-dots button:hover, 
.slick-slider .slick-dots li.slick-active button {
    background-color: #f90;
}
.slider-home .slick-dots {
    bottom: 15px;
}
.text-slide {
    top: 10%;
    margin: 0 auto;
    left: calc(50% - 150px);
    max-width: 300px;
    width: 300px;
    text-align: center;
}
@media (max-width: 767.98px){
    .section-slides {
        padding-bottom: 0;
    }
    .slider-home .slick-arrow {
        display: none;
    }
    .slick-slider .slick-arrow {
        display: none !important;
    }
}
/*--------------------------------------------------------------
# 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;
}
.site-header {
    z-index: 1031;
}
@media (max-width: 767.98px) {
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
    .section-search {
        min-height: 300px !important;
    }
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumb-item {
	font-size: 0.8125rem;
	font-weight: 700;
	position: relative;
	padding: 0 1rem !important;
}
.breadcrumb-item.home {
    padding-left: 0 !important;
}
.breadcrumb-item,
.breadcrumb-item a {
    color: #999;
    font-size: 15px;
}
.breadcrumb-item.active {
	color: #015ea7;
}
.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before { 
	content: ' ';
	background: #bbb;
	position: absolute;
	top: calc(50% - 7px);
	right: 0;
	width: 1px;
	padding: 0;
    height: 14px;
}
@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
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
	margin-bottom: 1.5rem;
}
.pagination .page-item {
	display: inline-flex;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.pagination .page-link {
	color: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: block;
	padding: 0.5rem 0.75rem;
}
.pagination .page-link:hover {
	color: inherit;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background: #ffb919;
	border-color: #ffb919;
}
.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;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}	
.modal-header {
	padding: 0.75rem 1rem;
}
.modal-title {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.modal-close {
	font-size: 1.5rem;
	color: #999;
	background: transparent;
	border: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	z-index: 10;
	top: 1rem;
	right: 1rem;
}
.modal-close:hover {
	color: #dc3545 !important;
}
.modal-backdrop.show {
	opacity: 0.75;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.nav-tabs a {
	font-weight: 500;
	color: inherit;
	border-bottom: 0.125rem solid transparent;
	display: block;
	padding: 0.5rem 0;
    margin: 0 1rem;
}
.nav-tabs a:hover {
	color: #ffb919;
}
.nav-tabs a.active {
	color: #ffb919;
	border-bottom-color: #ffb919;
}

/*--------------------------------------------------------------
# Pills
--------------------------------------------------------------*/
.nav-pills a {
	font-weight: 500;
	color: inherit;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	display: block;
	padding: 0.5rem 1.5rem;
}
.nav-pills a:hover {
	color: #ffb919;
}
.nav-pills a.active {
	color: #FFF;
	background-color: #ffb919;
	border-color: #ffb919;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-logo {
	font-size: 0;
    position: fixed;
    top: 0;
}
.admin-bar .site-logo {
    top: 32px;
}
.site-logo img {
	max-height: 8rem;
}
@media (max-width: 991.98px){
    .site-header {
        z-index: 1031;
        position: absolute;
    }
    .site-logo {
        font-size: 0;
        position: absolute;
        top: -63px !important;
    }
    .section-module.sp-nav.clone {
        top: 0 !important;
    }
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.bg-primary-main {
    background-color: #015ea7; 
}
.site-nav ul,
.site-nav-mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li,
.site-nav-mobile .menu > li {
	position: relative;
	margin-left: 1.5rem;
}
.site-nav-right .menu > li:first-child {
    margin-left: 0;
}
.site-nav .menu > li > a,
.site-nav-mobile .menu > li > a {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 3px solid transparent;
	display: block;
    padding: 10px 0;
}
.site-nav .menu > li:hover > a,
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a,
.site-nav-mobile .menu > li:hover > a,
.site-nav-mobile .menu > li.current-menu-item > a,
.site-nav-mobile .menu > li.current-menu-parent > a {
	color: #ffb919;
	border-bottom-color: #ffb919;
}
.site-nav .sub-menu,
.site-nav-mobile .sub-menu {
	white-space: nowrap;
	background-color: #015ea7;
	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: 12.5rem;
}
.site-nav li:hover > .sub-menu,
.site-nav-mobile li:hover > .sub-menu { 
	display: block;
}
.site-nav .sub-menu > li,
.site-nav-mobile .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a,
.site-nav-mobile .sub-menu > li > a {
	color: #fff;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav .sub-menu > li > a:hover,
.site-nav-mobile .sub-menu > li > a:hover {
	background-color: #004d83;
}
@media (max-width: 1199.98px) {
    .site-nav {
        display: none;
    }
	.site-nav-mobile {
		color: #015ea7;
		background-color: #fff;
		overflow-y: auto;
		width: 100%;
		position: fixed;
		z-index: 1049;
		left: -100%;
		top: 0; 
        bottom: 0;
		transition: all 0.3s ease 0s;
	}
	.admin-bar .site-nav,
    .admin-bar .site-nav-mobile {
		top: 32px;
	}
	body.open-site-nav .site-nav-mobile {
		left: 0;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1048;
		top: 0;
		left: 0;
	}
	.site-nav .menu,
    .site-nav-mobile .menu {
		display: block;
	}
	.site-nav .menu > li,
    .site-nav-mobile .menu > li {
		border-bottom: 1px solid #ccc;
		padding: 0.75rem 1rem;
		margin-left: 0;
	}
	.site-nav .menu > li + li,
    .site-nav-mobile .menu > li + li {
		margin-left: 0;
	}
	.site-nav .menu > li > a,
    .site-nav-mobile .menu > li > a {
		border-bottom: 0;
		display: inline;
		padding: 0;
        color: #015ea7;
        font-weight: 600;
	}
	.site-nav .menu > li:hover > a,
	.site-nav .menu > li.current-menu-item > a,
	.site-nav .menu > li.current-menu-parent > a,
    .site-nav-mobile .menu > li:hover > a,
	.site-nav-mobile .menu > li.current-menu-item > a,
	.site-nav-mobile .menu > li.current-menu-parent > a {
		color: #ffb919;
	}
	.site-nav li.menu-item-has-children:after,
    .site-nav-mobile li.menu-item-has-children:after {
		content: ' ';
		border-top: 2px solid #015ea7;
		border-left: 2px solid #015ea7;
		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,
    .site-nav-mobile li.menu-item-has-children.active:after {
		transform: rotateZ(45deg);
	}
	.site-nav li.menu-item-has-children:hover:after,
    .site-nav-mobile li.menu-item-has-children:hover:after {
		color: #0887DB;
	}
	.site-nav .menu li .sub-menu,
    .site-nav-mobile .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,
	.site-nav .sub-menu > li:hover > .sub-menu,
    .site-nav-mobile li:hover .sub-menu,
	.site-nav-mobile .sub-menu > li:hover > .sub-menu {
		display: none;
	}
	.site-nav .sub-menu > li,
    .site-nav-mobile .sub-menu > li {
		padding: 0.5rem 1rem;
	}
	.site-nav .sub-menu > li + li,
    .site-nav-mobile .sub-menu > li + li {
		border-top: 1px solid #ccc;
	}
	.site-nav .sub-menu > li > a,
    .site-nav-mobile .sub-menu > li > a {
		display: inline;
		padding: 0;
        color: #666;
	}
	.site-nav .sub-menu > li:hover > a,
    .site-nav-mobile .sub-menu > li:hover > a {
		color: #ffb919;
		background-color: transparent;
	}
}
@media (max-width: 781.98px) {
	.admin-bar .site-nav,
    .admin-bar .site-nav-mobile,
    .admin-bar .site-logo {
		top: 46px;
	}
}
@media (max-width:767.98px) {
    .site-logo img {
        max-height: 77px;
        max-width: 4.9rem;
    }
}

/*--------------------------------------------------------------
# advanced search
--------------------------------------------------------------*/
.section-search-slider {
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.demand-radio {
	cursor: pointer;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0;
}
.demand-radio input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.demand-radio .name {
	font-weight: 500;
	background-color: #eee;
	border-top: 2px solid #ffb919;
	border-radius: 0.25rem;
	text-align: center;
	display: block;
	padding: 0.5rem 1rem;
    color: #333;
}
.demand-radio .name {
	min-width: 150px;
}
.demand-radio input:checked + .name {
	color: #ffb919;
	background-color: #fff;
}
.demand-radio input:checked + .name:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.625rem;
	border-top: 0.625rem solid #ffb919;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
}
.demand-radio input:checked + .name:before {
	border-top-color: #fff;
	
}
.wrapper-slide.search-project {
    position: relative;
    bottom: 45px;
}
@media (max-width: 767.98px) {
	.home .demand-radio .name {
		min-width: 0;
	}
    .section-search-slider {
        position: static !important;
        padding: 0;
    }
    .wrapper-slide.search-project {
        bottom: 0;
    }
}
/*--------------------------------------------------------------
# Main content
--------------------------------------------------------------*/
figure {
    max-width: 100%;
}
figcaption {
    text-align: center;
}
.home-news-tab-nav > a.active {
    color: #dc3545;
    position: relative;
}
.home-news-tab-nav > a.active:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background: #dc3545;
    left: 0;
}
/*--------------------------------------------------------------
# home about
--------------------------------------------------------------*/
.videos > a {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    background: rgba(0,0,0,0.5);
}
.videos > a > svg {
    fill: #fff;
}
.videos > a:hover {
    border-color: #015ea7;
    background: rgba(255,255,255,0.5);
}
.videos > a:hover > svg {
    fill: #015ea7;
}
/*--------------------------------------------------------------
# home project
--------------------------------------------------------------*/
.project-home {
    position: relative;
}
.project-home .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.project-home > button {
    position: absolute;
    top: calc(50% - 20px);
    background: transparent;
    color: #fff;
    font-size: 25px;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 99;
}
.project-home > button svg {
    height: 40px;
    fill: #fff;
    width: 40px;
}
.project-home.black-item > button svg {
    fill: #ffb919;
}
.project-home > button.slick-prev {
    left: -40px
}
.project-home > button.slick-next {
    right: -40px;
}
.item-partner {
    max-height: 80px;
    text-align: center;
}
.item-partner a {
    display: block;
}
.item-partner img {
    max-height: 80px;
    margin: 0 auto;
    padding: 0 10px;
}
.module-partner:before {
    position: absolute;
    background: #015ea7;
    content: "";
    width: 7px;
    height: 80%;
    border-radius: 5px;
    left: 0;
    top: 10%;
}
@media (max-width: 767.98px){
    .project-home > button.slick-prev {
        left: 0;
    }
    .project-home > button.slick-next {
        right: 0;
    }
    .project-home > button svg {
        fill: #666;
    }
    #map-post.embed-responsive:before {
        padding-top: 75%;
    }
}
/*--------------------------------------------------------------
# home service
--------------------------------------------------------------*/
.home-service .icon {
	background-color: #ffb919;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 5rem;
}
.home-service .icon svg {
	fill: #fff;
	height: 32px;
}

/*--------------------------------------------------------------
# re
--------------------------------------------------------------*/
.re-gallery .slick-arrow,
.re-360 .slick-arrow{
	background-color: rgba(0, 0, 0, 0.5);
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.re-gallery .slick-arrow:hover,
.re-360 .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.re-gallery .slick-prev,
.re-360 .slick-prev {
	left: 0;
}
.re-gallery .slick-next,
.re-360 .slick-next {
	right: 0;
}
.re-gallery .slick-arrow svg,
.re-360 .slick-arrow svg {
	fill: #fff;
	height: 1.5rem;
}
.feature-post {
    top: -10px;
    z-index: 10;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    transform: rotate(-45deg);
    text-align: center;
    left: -30px;
}
.feature-project {
    top: -12px;
    z-index: 10;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    transform: rotate(-45deg);
    text-align: center;
    left: -30px;
}
.hot-realty {
    background-image: url(images/hot.gif);
    width: 40px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.vip-realty {
    background-image: url(images/vip.gif);
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    text-indent: -9999px;
    background-position: center center;
}
.address-realty {
    background: #478abf;
}
.title-realty {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
    display: -webkit-box;
    width: 100%;
}
.add-realty {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 23px;
    display: -webkit-box;
    max-width: 200px;
}
.circle-percent .circular-chart.green {
    width: 56px;
    height: 56px;
    display: block;
}
.circle-percent .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2px;
}
.circle-percent .circle {
    stroke: #63d417;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
.circle-percent .percentage {
    fill: #666;
    text-anchor: middle;
    font-size: 11px;
}
.section-module.clone > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.section-item > .item {
    padding: 12px 20px;
    font-weight: bold;
    color: #787878;
    min-width: 150px;
    text-align: center;
}
.section-item > .item.active {
    border-bottom: 2px solid #1a4bb7;
    background-color: #f0f9fb;
}
#section-loan .heading-02 {
    font-size: 1.25rem !important;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px){
    .address-realty > p {
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        overflow: hidden;
        max-width: 240px;
        display: -webkit-box;
        font-size: 12px;
    }
    .title-realty {
        font-size: 14px;
    }
    .title-realty {
        display: inline-block;
        white-space: nowrap;
        height: auto;
    }
    .description-realty {
        display: none;
    }
    .border-none {
        border: none !important;
    }
    .section-item > .item {
        min-width: 50%;
    }
}
/*--------------------------------------------------------------
# single project
--------------------------------------------------------------*/
.project-gallery-images .slick-arrow {
    background-color: rgba(255, 185, 25, 0.5);
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
.project-gallery-images .slick-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.project-gallery-images .slick-prev {
	left: 0;
}
.project-gallery-images .slick-next {
	right: 0;
}
.project-gallery-images .slick-arrow svg {
	fill: #fff;
	height: 1.5rem;
}
.project-gallery-images img {
    width: 100%;
    max-height: 375px;
    height: 375px;
    object-fit: cover;
}
.project-gallery-images .slick-slide {
    position: relative;
}
.project-gallery-images .slick-slide a span.desc {
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.project-gallery-thumbs {
    overflow: hidden;
}
.project-gallery-thumbs .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.project-gallery-thumbs .slick-list .slick-slide {
    padding: 0 10px;
}
.project-gallery-images .slick-slide span.play {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid rgb(255, 185, 25);
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
}
.project-gallery-images .slick-slide span.play svg {
    fill: #ffb919;
    margin-top: -5px;
}
.project-gallery-images .slick-slide a:hover span.play {
    border-color: #015ea7;
    background: rgba(255,255,255,0.5);
}
.project-gallery-images .slick-slide a:hover span.play svg {
    fill: #015ea7;
}
.title-over {
    color: #ffffff;
    background: linear-gradient(to right, #015ea7 , #fff);
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 24px;
}
.site-main figure.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
#secondary > section.widget_nav_menu {
    background: #015ea7;
    border-radius: 10px;
}
#secondary > section.widget_nav_menu ul {
    padding: 20px 30px;
}
#secondary > section.widget_nav_menu ul li {
    list-style: none;
    line-height: 30px;
    position: relative;
}
#secondary > section.widget_nav_menu ul li a {
    color: #fff;
}
#secondary > section.widget_nav_menu ul li:hover a {
    color: #ffd781;
}
#secondary > section.widget_nav_menu ul li.current-menu-item:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 8px;
    background: #fff;
    left: -30px;
    top: calc(50% - 4px);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#secondary > section.widget_nav_menu ul li.current-menu-item a {
    color: #ffd781;
}
#secondary > section > .widget-title {
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}
#secondary > section > .widget-title:before {
    position: absolute;
    content: "";
    background: #015ea7;
    width: 8px;
    border-radius: 5px;
    left: 0;
    top: 0;
    height: 100%;
}
#secondary > section.widget_nav_menu > .widget-title {
    color: #fff;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer-logo img {
	max-height: 6rem;
    max-width: 6rem;
}
.footer-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer-nav li + li {
	margin-top: 0.5rem;
}
.footer-nav li a {
	color: inherit;
}