/*!
Theme Name: Wesi Real Estate
Theme URI: https://wesi.vn/
Author: WESI
Author URI: https://wesi.vn/
Description: Mã nguồn được phát triển bởi WESI.VN
Version: 1.0.0
License URI: LICENSE
Text Domain: wesi

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Animation
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Owl Carousel 
# 'Font Awesome 5 Free'
# Widgets
# Content
	## Posts and pages
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&amp;subset=vietnamese");
@import url("https://fonts.googleapis.com/css?family=Exo:700&amp;subset=vietnamese");
/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@keyframes toBottom {
	from {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px); }
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0); } }
@keyframes showUp {
	from {
		opacity: 0; }
	to {
		opacity: 1; } }
@keyframes toTop {
	from {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px); }
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0); } }
@keyframes toRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		-o-transform: translateX(-30px);
		transform: translateX(-30px); }
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0); } }
@keyframes toLeft {
	from {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		-o-transform: translateX(30px);
		transform: translateX(30px); }
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0); } }
@keyframes zoomOut {
	from {
		opacity: 0;
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8); }
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1); } }
@keyframes zoomIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1); }
	50% {
		opacity: 0;
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8); }
	100% {
		opacity: 0;
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
		height: 0;
		width: 0;
		visibility: hidden; } }
@keyframes animate-flower {
	0% {
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg); }
	100% {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg); } }
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1; }
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0; } }
@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg); }
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg); }
	20% {
		transform: rotate(25deg) scale(1) skew(1deg); }
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg); }
	40% {
		transform: rotate(25deg) scale(1) skew(1deg); }
	50% {
		transform: rotate(0) scale(1) skew(1deg); }
	100% {
		transform: rotate(0) scale(1) skew(1deg); } }
@keyframes quick-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: .2; }
	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2; }
	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: .2; } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	outline: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sub {
	bottom: -0.25em; }

sup {
	top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	word-spacing: 0.1em; }

h1, h2, h3, h4, h5, h6 {
	clear: both; }

p {
	margin-bottom: 1.5em; }

dfn, cite, em, i {
	font-style: italic; }

blockquote {
	margin: 0 1.5em; }

address {
	margin: 0 0 1.5em; }

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13.125px;
	font-size: 0.8203125rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em; }

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13.125px;
	font-size: 0.8203125rem; }

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help; }

mark, ins {
	background: #fff9c0;
	text-decoration: none; }

big {
	font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box; }

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit; }

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */ }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em; }

ul, ol {
	margin: 0 0 1.5em 3em; }

ul {
	list-style: disc; }

ol {
	list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em; }

dt {
	font-weight: bold; }

dd {
	margin: 0 1.5em 1.5em; }

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */ }

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */ }

table {
	margin: 0 0 1.5em;
	width: 100%; }

.row {
	margin-left: -15px;
	margin-right: -15px; }
	.row:after, .row:before {
		clear: both;
		content: '';
		display: table; }
	.row [class*='col-'] {
		float: left;
		padding: 15px; }
	.row .col-1 {
		width: 8.33%; }
	.row .col-15 {
		width: 12.5%; }
	.row .col-2 {
		width: 16.66%; }
	.row .col-24 {
		width: 20%; }
	.row .col-3 {
		width: 25%; }
	.row .col-36 {
		width: 30%; }
	.row .col-4 {
		width: 33.33%; }
	.row .col-5 {
		width: 41.66%; }
	.row .col-6 {
		width: 50%; }
	.row .col-7 {
		width: 58.33%; }
	.row .col-8 {
		width: 66.66%; }
	.row .col-9 {
		width: 75%; }
	.row .col-10 {
		width: 83.33%; }
	.row .col-11 {
		width: 91.66%; }
	.row .col-12 {
		width: 100%; }
	.row .no-padding {
		padding: 0; }
	.row.no-padding {
		margin-left: 0;
		margin-right: 0; }
		.row.no-padding [class*='col-'] {
			float: left;
			padding: 0; }
	.row.no-margin {
		margin-left: 0;
		margin-right: 0; }
	.row.padding-5 {
		margin-left: -5px;
		margin-right: -5px; }
		.row.padding-5 [class*='col-'] {
			float: left;
			padding: 5px; }
			.row.padding-5 [class*='col-'] .row {
				margin: -5px; }
		.row.padding-5.no-margin {
			margin-left: 0;
			margin-right: 0; }

/*--------------------------------------------------------------
# Contact form 7
--------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0; }

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0; }

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000; }

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700; }

.wpcf7-form-control-wrap {
	position: relative; }

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em; }

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em; }

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " "; }

.wpcf7-display-none {
	display: none; }

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url("images/ajax-loader.gif");
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle; }

div.wpcf7 .ajax-loader.is-active {
	visibility: visible; }

div.wpcf7 div.ajax-error {
	display: none; }

div.wpcf7 .placeheld {
	color: #888; }

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0; }

div.wpcf7 input[type="file"] {
	cursor: pointer; }

div.wpcf7 input[type="file"]:disabled {
	cursor: default; }

/*--------------------------------------------------------------
# Image Map Pro
--------------------------------------------------------------*/
.squares-container {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	max-width: 1200px;
	transform: translateY(-50%);
	top: 50%;
	max-height: 100%;
	overflow-y: auto; }
	.squares-container img {
		margin: auto;
		display: block; }

.imp-tooltip-plain-text {
	white-space: nowrap; }
	.imp-tooltip-plain-text b {
		display: inline-block;
		padding: 2px 8px;
		border-radius: 25px;
		background-color: #f00;
		margin-right: 5px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 0;
	background: #324b69;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	margin-top: 8px;
	border-radius: 3px; }
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background: #146979; }

a.btn {
	background: #324b69;
	padding: 15px 30px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
	a.btn:hover {
		background-color: #eaaa1c; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: #e2e2e2;
	border: 0;
	border-radius: 0;
	padding: 10px 5px;
	width: 100%;
	margin: 8px 0;
	border-radius: 3px; }
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		background-color: #f5f5f5;
		outline: none; }

select {
	border: 1px solid #ccc; }

textarea {
	width: 100%; }

#form_popup {
	position: fixed;
	bottom: 20px;
	right: -500px;
	background: #d10d0d;
	color: #fff;
	padding: 15px 30px;
	max-width: 500px;
	z-index: 20;
	border-radius: 5px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
	#form_popup.active {
		right: 20px; }
	#form_popup .form-title {
		text-transform: uppercase; }
	#form_popup .close {
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: .5;
		font-size: 18px;
		cursor: pointer;
		line-height: 1; }
		#form_popup .close:hover {
			opacity: 1; }
	#form_popup .btn, #form_popup input[type="submit"] {
		background-color: #0ea211;
		padding: 7px 15px;
		color: #fff; }
		#form_popup .btn:hover, #form_popup input[type="submit"]:hover {
			background-color: #10b913; }
	#form_popup input[type="text"], #form_popup input[type="email"], #form_popup input[type="number"], #form_popup input[type="tel"] {
		padding: 7px 10px; }
	#form_popup h3, #form_popup p {
		margin: 0 0 5px; }
	#form_popup span + p {
		display: none; }
	#form_popup .row.padding-5 [class*='col-'] {
		padding: 0 5px; }

.wsre-popup-form {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	z-index: 30; }
	.wsre-popup-form .elementor-391 .elementor-element {
		padding: 0 !important; }
	.wsre-popup-form .inner-popup {
		margin: auto;
		position: absolute;
		left: 15px;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 800px;
		-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
	.wsre-popup-form .close {
		position: absolute;
		background: #324b69;
		width: 40px;
		height: 40px;
		top: 0;
		right: 0;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		cursor: pointer; }
		.wsre-popup-form .close:before {
			content: '\f00d';
			font-family: 'Font Awesome 5 Free'; }

div.wpcf7-response-output {
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	border: 0 !important; }
	div.wpcf7-response-output.wpcf7-mail-sent-ok {
		border: 2px solid #398f14;
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: #324b69;
		font-size: 14px;
		font-style: normal;
		padding: 15px;
		color: #fff; }

.wpcf7-form {
	position: relative; }

#form_popup div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #d10d0d; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #324b69; }
	a:hover, a:focus, a:active {
		color: #0d434d; }
	a:focus {
		outline: thin dotted; }
	a:hover, a:active {
		outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation .primary-menu {
	list-style: none;
	margin: 0;
	padding: 0; }
	.main-navigation .primary-menu li {
		display: inline-block; }
	.main-navigation .primary-menu a {
		color: #fff;
		text-transform: uppercase;
		padding: 5px 15px;
		font-size: 15px;
		line-height: 50px;
		display: block;
		position: relative;
		font-weight: 700; }
.main-navigation .site-branding {
	display: inline-block; }
.main-navigation .show-on-sticky {
	display: none; }

.text-right {
	text-align: right; }

.text-center {
	text-align: center; }

.text-left {
	text-align: left; }

.site-header {
	background-color: #324b69;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 11;}
.top-header img{
	max-height: 80px;
	width: auto;
}
.top-header .site-branding img{
	max-height: 80px;
}
.hotline-header b {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	white-space: nowrap; }
.hotline-header .text-phone:before {
	content: 'Hotline:';
	font-style: normal;
	display: inline-block; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: #21759b;
		display: block;
		font-size: 12.25px;
		font-size: 0.765625rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
		/* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em; }

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em; }

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both; }

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1; }
	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden;
		/* fix firefox animation glitch */ }
	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0; }
	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		/* fix for flashing background */
		-webkit-transform: translate3d(0px, 0px, 0px); }
	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0); }
	.owl-carousel .owl-item {
		position: relative;
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-tap-highlight-color: transparent;
		-webkit-touch-callout: none; }
	.owl-carousel .owl-item img {
		display: block;
		*width: 100%; }
	.owl-carousel .owl-nav.disabled,
	.owl-carousel .owl-dots.disabled {
		display: none; }
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel button.owl-dot {
		background: none;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
		display: inline-block; }
	.owl-carousel .owl-dots {
		text-align: center;
		margin-top: 15px; }
		.owl-carousel .owl-dots button.owl-dot span {
			display: inline-block;
			width: 12px;
			height: 12px;
			background: #bdbdbd;
			border-radius: 50%;
			opacity: .5;
			margin: 0 5px; }
		.owl-carousel .owl-dots button.owl-dot.active span {
			opacity: 1; }
	.owl-carousel.owl-loaded {
		display: block; }
	.owl-carousel.owl-loading {
		opacity: 0;
		display: block; }
	.owl-carousel.owl-hidden {
		opacity: 0; }
	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden; }
	.owl-carousel.owl-drag .owl-item {
		touch-action: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; }
	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab; }
	.owl-carousel.owl-rtl {
		direction: rtl; }
	.owl-carousel.owl-rtl .owl-item {
		float: right; }
	.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
		-ms-touch-action: auto;
		touch-action: auto; }

/* No Js */
.no-js .owl-carousel {
	display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
	z-index: 0; }
.owl-carousel .owl-animated-out {
	z-index: 1; }
.owl-carousel .fadeOut {
	animation-name: fadeOut; }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none; }
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-thumbs {
	text-align: center;
	padding: 5px 0 0;
	background-color: rgba(0, 0, 0, 0.8); }

.owl-thumb-item {
	display: inline-block;
	width: 10%;
	border: none;
	background: none;
	padding: 0 2px;
	opacity: .7;
	box-sizing: border-box; }
	.owl-thumb-item.active, .owl-thumb-item:hover {
		opacity: 1; }
	.owl-thumb-item img {
		display: block; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-nav [class*='owl-'] {
		color: #FFF;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #D6D6D6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px; }
		.owl-theme .owl-nav [class*='owl-']:hover {
			background: #869791;
			color: #FFF;
			text-decoration: none; }
	.owl-theme .owl-nav .disabled {
		opacity: 0.5;
		cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
		*display: inline; }
		.owl-theme .owl-dots .owl-dot span {
			width: 10px;
			height: 10px;
			margin: 5px 7px;
			background: #D6D6D6;
			display: block;
			-webkit-backface-visibility: visible;
			transition: opacity 200ms ease;
			border-radius: 30px; }
		.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
			background: #869791; }

i.slide-prev, i.slide-next {
	position: absolute;
	top: 50%;
	z-index: 11;
	width: 42px;
	height: 58px;
	margin: -21px 0 0;
	background: rgba(255, 255, 255, 0.5) url(images/home-slide-arrow.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer; }

i.slide-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 0; }

i.slide-prev {
	left: 0; }

/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none; }

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("images/fancybox/fancybox.png"); }

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none; }

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none; }

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none; }

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff; }

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff; }

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101; }

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url("images/fancybox/fancybox.png") -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none; }

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0; }

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top; }

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block; }

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url("images/fancybox/blank.gif");
	z-index: 1102;
	display: none; }

#fancybox-left {
	left: 0px; }

#fancybox-right {
	right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block; }

#fancybox-left-ico {
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -30px; }

#fancybox-right-ico {
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;
	/* IE6 */ }

#fancybox-left:hover span {
	left: 20px; }

#fancybox-right:hover span {
	left: auto;
	right: 20px; }

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001; }

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url("images/fancybox/fancybox-x.png"); }

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -162px; }

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url("images/fancybox/fancybox-y.png");
	background-position: -20px 0px; }

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -182px; }

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url("images/fancybox/fancybox-x.png");
	background-position: 0px -20px; }

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -142px; }

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url("images/fancybox/fancybox-y.png"); }

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url("images/fancybox/fancybox.png");
	background-position: -40px -122px; }

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102; }

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative; }

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff; }

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left; }

#fancybox-title-over {
	padding: 10px;
	background-image: url("images/fancybox/fancy_title_over.png");
	display: block; }

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px; }

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto; }

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap; }

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url("images/fancybox/fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url("images/fancybox/fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url("images/fancybox/fancybox.png") -55px -90px no-repeat; }

/* IE6 */
.fancybox-ie6 #fancybox-close {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.html', sizingMethod='scale');
	zoom: 1; }

.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.html', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px"); }

#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }

#fancybox-loading.fancybox-ie6 div {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.html', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
	background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.html', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.html', sizingMethod='scale'); }

/*--------------------------------------------------------------
# FowtAwesome
--------------------------------------------------------------*/
/*
 * Font Awesome Free 5.0.8 by @'Font Awesome 5 Free' - https://'Font Awesome 5 Free'.com
 * License - https://'Font Awesome 5 Free'.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
svg:not(:root).svg-inline--fa {
	overflow: visible; }

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -.125em; }
	.svg-inline--fa.fa-lg {
		vertical-align: -.225em; }
	.svg-inline--fa.fa-w-1 {
		width: 0.0625em; }
	.svg-inline--fa.fa-w-2 {
		width: 0.125em; }
	.svg-inline--fa.fa-w-3 {
		width: 0.1875em; }
	.svg-inline--fa.fa-w-4 {
		width: 0.25em; }
	.svg-inline--fa.fa-w-5 {
		width: 0.3125em; }
	.svg-inline--fa.fa-w-6 {
		width: 0.375em; }
	.svg-inline--fa.fa-w-7 {
		width: 0.4375em; }
	.svg-inline--fa.fa-w-8 {
		width: 0.5em; }
	.svg-inline--fa.fa-w-9 {
		width: 0.5625em; }
	.svg-inline--fa.fa-w-10 {
		width: 0.625em; }
	.svg-inline--fa.fa-w-11 {
		width: 0.6875em; }
	.svg-inline--fa.fa-w-12 {
		width: 0.75em; }
	.svg-inline--fa.fa-w-13 {
		width: 0.8125em; }
	.svg-inline--fa.fa-w-14 {
		width: 0.875em; }
	.svg-inline--fa.fa-w-15 {
		width: 0.9375em; }
	.svg-inline--fa.fa-w-16 {
		width: 1em; }
	.svg-inline--fa.fa-w-17 {
		width: 1.0625em; }
	.svg-inline--fa.fa-w-18 {
		width: 1.125em; }
	.svg-inline--fa.fa-w-19 {
		width: 1.1875em; }
	.svg-inline--fa.fa-w-20 {
		width: 1.25em; }
	.svg-inline--fa.fa-pull-left {
		margin-right: .3em;
		width: auto; }
	.svg-inline--fa.fa-pull-right {
		margin-left: .3em;
		width: auto; }
	.svg-inline--fa.fa-border {
		height: 1.5em; }
	.svg-inline--fa.fa-li {
		width: 2em; }
	.svg-inline--fa.fa-fw {
		width: 1.25em; }

.fa-layers {
	display: inline-block;
	height: 1em;
	position: relative;
	text-align: center;
	vertical-align: -.125em;
	width: 1em; }
	.fa-layers svg.svg-inline--fa {
		bottom: 0;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform-origin: center center;
		transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
	display: inline-block;
	position: absolute;
	text-align: center; }

.fa-layers-text {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center center;
	transform-origin: center center; }

.fa-layers-counter {
	background-color: #ff253a;
	border-radius: 1em;
	color: #fff;
	height: 1.5em;
	line-height: 1;
	max-width: 5em;
	min-width: 1.5em;
	overflow: hidden;
	padding: .25em;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transform-origin: top right;
	transform-origin: top right; }

.fa-layers-bottom-right {
	bottom: 0;
	right: 0;
	top: auto;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right; }

.fa-layers-bottom-left {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left; }

.fa-layers-top-right {
	right: 0;
	top: 0;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transform-origin: top right;
	transform-origin: top right; }

.fa-layers-top-left {
	left: 0;
	right: auto;
	top: 0;
	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transform-origin: top left;
	transform-origin: top left; }

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em; }

.fa-xs {
	font-size: .75em; }

.fa-sm {
	font-size: .875em; }

.fa-1x {
	font-size: 1em; }

.fa-2x {
	font-size: 2em; }

.fa-3x {
	font-size: 3em; }

.fa-4x {
	font-size: 4em; }

.fa-5x {
	font-size: 5em; }

.fa-6x {
	font-size: 6em; }

.fa-7x {
	font-size: 7em; }

.fa-8x {
	font-size: 8em; }

.fa-9x {
	font-size: 9em; }

.fa-10x {
	font-size: 10em; }

.fa-fw {
	text-align: center;
	width: 1.25em; }

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0; }
	.fa-ul > li {
		position: relative; }

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit; }

.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em; }

.fa-pull-left {
	float: left; }

.fa-pull-right {
	float: right; }

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em; }

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em; }

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear; }

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); } }
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); }

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); }

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg); }

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1); }

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	-webkit-filter: none;
	filter: none; }

.fa-stack {
	display: inline-block;
	height: 2em;
	position: relative;
	width: 2em; }

.fa-stack-1x, .fa-stack-2x {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0; }

.svg-inline--fa.fa-stack-1x {
	height: 1em;
	width: 1em; }
.svg-inline--fa.fa-stack-2x {
	height: 2em;
	width: 2em; }

.fa-inverse {
	color: #fff; }

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.news-widget {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: my-counter; }
	.news-widget li {
		margin-bottom: 10px;
		clear: both;
		min-height: 42px; }
		.news-widget li a {
			display: block; }
			.news-widget li a:before {
				content: counter(my-counter,decimal);
				counter-increment: my-counter;
				display: block;
				line-height: 1;
				vertical-align: top;
				margin: 4px 10px 0 0;
				padding: 6px 10px;
				background: #eaaa1c;
				font-size: 20px;
				color: #fff;
				font-weight: 600;
				float: left; }
			.news-widget li a .view {
				font-size: 13px;
				color: #eaaa1c;
				font-weight: 300;
				white-space: nowrap;
				line-height: 1;
				position: relative;
				margin-left: 3px; }

.section-homepage {
	text-align: center;
	padding: 30px 0 15px; }
	.section-homepage .title-part h1, .section-homepage .title-part h2 {
		color: #324b69;
		margin: 0;
		font-size: 27px;
		text-transform: uppercase; }
	.section-homepage .title-part span {
		display: block; }
	.section-homepage.right {
		text-align: right; }
	.section-homepage.left {
		text-align: left; }
	.section-homepage.white {
		color: #fff; }
		.section-homepage.white .title-part h1, .section-homepage.white .title-part h2 {
			color: #fff; }

.loi-ich {
	padding-bottom: 30px; }
	.loi-ich .image {
		float: left; }
		.loi-ich .image img {
			max-width: 100px; }
	.loi-ich .text {
		padding-left: 140px; }
		.loi-ich .text h3 {
			clear: none; }
			.loi-ich .text h3:after {
				content: '';
				width: 50px;
				height: 2px;
				display: block;
				background-color: #eaaa1c;
				margin-top: 5px; }

.lien-he {
	padding: 30px 0; }
	.lien-he .list-ico {
		text-align: center; }
	.lien-he .ico {
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		margin: auto;
		margin-bottom: 15px;
		border: 1px solid;
		border-radius: 50%;
		color: #324b69; }

.form-contact-home {
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
	.form-contact-home .form-left, .form-contact-home .form-right {
		height: 320px; }
	.form-contact-home .form-left {
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #2fc1dd; }
		.form-contact-home .form-left .content-left {
			float: right;
			width: 45%;
			background-color: #324b69;
			color: #fff;
			padding: 15px;
			box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
			height: 100%;
			font-size: 16px; }
			.form-contact-home .form-left .content-left a {
				color: #fff; }
			.form-contact-home .form-left .content-left .hotline-box {
				padding: 5px;
				border: 2px solid #fff;
				border-radius: 5px;
				text-align: center;
				margin: 15px 0;
				font-size: 14px; }
				.form-contact-home .form-left .content-left .hotline-box span {
					font-weight: 700;
					font-size: 18px; }
	.form-contact-home .form-right {
		padding: 30px;
		background-color: #fff; }
		.form-contact-home .form-right h3, .form-contact-home .form-right h4, .form-contact-home .form-right h5 {
			font-size: 20px;
			margin-top: 0;
			font-family: "Roboto", Helvetica, Arial, sans-serif; }
		.form-contact-home .form-right ul {
			column-count: 2; }
		.form-contact-home .form-right .form-cf input[type="submit"] {
			display: inline-block;
			margin: 8px 0;
			width: initial; }
	.form-contact-home ul {
		list-style: none;
		margin: 0;
		padding: 0; }
		.form-contact-home ul li {
			position: relative;
			margin-bottom: 10px;
			padding-left: 18px; }
			.form-contact-home ul li:before {
				content: '\f058';
				position: absolute;
				font-family: ''Font Awesome 5 Free'';
				left: 0; }

.step-by-step .next-step {
	font-weight: 400;
	padding: 10px 15px;
	margin: 8px 0; }
.step-by-step .step-2 {
	display: none; }
.step-by-step [class*='step-'] {
	position: relative; }
.step-by-step .error {
	display: none;
	position: absolute;
	border: 1px solid #888;
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 12px;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #444; }
	.step-by-step .error:before {
		content: '\f12a';
		font-family: 'Font Awesome 5 Free';
		display: inline-block;
		padding: 2px 6px;
		line-height: 1;
		background: #FF9800;
		color: #fff;
		margin-right: 5px; }
	.step-by-step .error:after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #fff;
		border: solid #888;
		border-width: 1px 1px 0 0;
		top: -5px;
		left: 20px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg); }

.form-step .step-1, .form-step .step-2 {
	position: relative; }
.form-step input[type="submit"] {
	display: inline-block;
	margin: 8px 0;
	width: initial;
	position: absolute; }
.form-step a.btn, .form-step input[type="submit"] {
	position: absolute;
	right: 1px;
	top: 1px;
	background: none;
	color: #e00000; }
.form-step input[type="text"], .form-step input[type="email"] {
	background-color: #fff;
	border: 1px solid #e00000;
	padding-right: 120px; }
.form-step p {
	margin: 0; }

.tien-do .time {
	color: #324b69;
	font-size: 16px; }
.tien-do h2 {
	margin-top: 5px; }
.tien-do .title {
	border-bottom: 1px solid #ddd; }

.anchor-date {
	padding-left: 30px;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #888; }
	.anchor-date a {
		padding: 10px 0;
		display: block; }
		.anchor-date a:before {
			content: '';
			display: inline-block;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #eaaa1c;
			margin-left: -20px;
			margin-right: 20px; }

.list-features .feature-item {
	text-align: center; }
	.list-features .feature-item h3 {
		text-transform: uppercase;
		margin-bottom: 0; }
		.list-features .feature-item h3 span {
			display: block; }
	.list-features .feature-item img {
		max-height: 65px; }
	.list-features .feature-item.feature-slide-item {
		background: #ffffff;
		text-align: center;
		border: 1px solid #f2f2f2;
		padding: 27px 20px; }
		.list-features .feature-item.feature-slide-item img {
			display: inline-block;
			max-height: 100px;
			margin-bottom: 15px; }
		.list-features .feature-item.feature-slide-item h3 {
			text-transform: none;
			margin: 15px 0;
			position: relative; }
			.list-features .feature-item.feature-slide-item h3:after {
				content: '';
				display: inline-block;
				width: 40%;
				height: 1px;
				background-color: #eaaa1c;
				-o-transition: 0.3s;
				-ms-transition: 0.3s;
				-moz-transition: 0.3s;
				-webkit-transition: 0.3s;
				transition: 0.3s; }
			.list-features .feature-item.feature-slide-item h3:before {
				content: '';
				display: inline-block;
				bottom: 0px;
				left: calc(50% - 7px);
				width: 14px;
				height: 14px;
				border-radius: 50%;
				background-color: #eaaa1c;
				border: 3px solid #fff;
				position: absolute; }
		.list-features .feature-item.feature-slide-item:hover h3:after {
			width: 60%; }
	.list-features .feature-item .btn {
		display: inline-block;
		padding: 8px 25px;
		border: 1px solid #324b69;
		color: #324b69;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 700;
		margin-top: 15px; }

.light-box {
	position: relative; }
	.light-box .light-text {
		background: #fff;
		padding: 15px 30px; }
		.light-box .light-text h3, .light-box .light-text h4, .light-box .light-text h5 {
			font-size: 18px;
			font-weight: 400;
			text-transform: uppercase;
			margin-bottom: 15px;
			color: #414141; }
		.light-box .light-text p {
			font-size: 12px;
			padding: 8px 0;
			margin-bottom: 0;
			border-bottom: 1px solid #e6e6e6; }
			.light-box .light-text p:last-child {
				border: 0; }
	.light-box .btn {
		background-color: #00364c;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 50px;
		height: 50px;
		text-align: center;
		display: block;
		color: #fff; }
		.light-box .btn:hover {
			background-color: #4980ab; }
	.light-box .text {
		text-align: center;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		display: flex;
		justify-content: center;
		font-size: 16px;
		background-color: rgba(0, 0, 0, 0.4);
		opacity: 1;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s; }
		.light-box .text p {
			margin: auto;
			font-family: 'UTMTrajan'; }
			.light-box .text p:after {
				content: '';
				display: block;
				width: 50px;
				height: 1px;
				background-color: #fff;
				margin: auto; }
	.light-box .light-img {
		display: block;
		overflow: hidden;
		position: relative;
		background-repeat: no-repeat;
		background-size: 120% auto;
		background-position: center;
		padding-bottom: 60%;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s; }
	.light-box.fade:hover .light-img:before {
		opacity: 1; }
	.light-box.zoom:hover .light-img {
		background-size: 150% auto; }
	.light-box.zoom:hover .text {
		opacity: 0; }

.list-lightbox {
	overflow: hidden; }

.gallery .iframe iframe {
	width: 100%;
	min-height: 419px; }
.gallery .gallery-item {
	background-size: 120%;
	background-position: center;
	padding-bottom: 56.25%;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
	.gallery .gallery-item:hover {
		background-size: 150%; }

.call-back-form .call-box {
	background: #324b69;
	padding: 15px;
	color: #fff; }
	.call-back-form .call-box p {
		margin: 5px 0; }
	.call-back-form .call-box h3 {
		margin: 0;
		font-family: "Roboto", Helvetica, Arial, sans-serif; }
	.call-back-form .call-box .form input[type="text"] {
		border-radius: 3px 0 0 3px; }
	.call-back-form .call-box .form input[type="submit"] {
		border-radius: 0 3px 3px 0;
		background-color: #eaaa1c;
		color: #fff; }
.call-back-form .hot-box {
	background: #fff;
	padding: 15px 30px; }
	.call-back-form .hot-box p {
		margin: 5px 0 0; }
	.call-back-form .hot-box b {
		font-size: 26px;
		font-family: "Roboto", Helvetica, Arial, sans-serif;
		color: #e00000; }

.bdt-tabs .bdt-tab {
	justify-content: center; }
	.bdt-tabs .bdt-tab .bdt-tabs-item {
		display: inline-block;
		padding-left: 5px; }
		.bdt-tabs .bdt-tab .bdt-tabs-item a {
			text-transform: uppercase;
			background: url(images/btn-c1.png) no-repeat;
			background-position: top right;
			width: 250px;
			line-height: 40px;
			text-align: center;
			font-size: 18px;
			margin-right: -20px;
			display: inline-block;
			cursor: pointer;
			padding: 0;
			color: #444; }
			.bdt-tabs .bdt-tab .bdt-tabs-item a:after {
				content: none; }
		.bdt-tabs .bdt-tab .bdt-tabs-item.bdt-active a {
			color: #fff;
			background-image: url(images/btn-c2.png); }
		.bdt-tabs .bdt-tab .bdt-tabs-item:first-child a {
			background-image: url(images/btn-t1.png);
			width: 350px;
			margin-right: -18px;
			text-align: right;
			padding-right: 40px; }
		.bdt-tabs .bdt-tab .bdt-tabs-item:first-child.bdt-active a {
			background-image: url(images/btn-t2.png); }
		.bdt-tabs .bdt-tab .bdt-tabs-item:last-child a {
			background-image: url(images/btn-p1.png);
			width: 350px;
			margin-left: -6px;
			text-align: left;
			padding-left: 30px; }
		.bdt-tabs .bdt-tab .bdt-tabs-item:last-child.bdt-active a {
			background-image: url(images/btn-p2.png); }

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */ }
	.widget select {
		max-width: 100%; }

.widget-area .widget-title {
	display: block;
	overflow: hidden;
	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 0 6px 15px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	border-left: 3px solid #324b69;
	font-family: "Roboto", Helvetica, Arial, sans-serif; }

.posr {
	position: relative;
	overflow: hidden; }

.posa {
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 60%; }

.animation-flower {
	-webkit-animation: animate-flower 50000ms 0 ease-out;
	-moz-animation: animate-flower 50000ms 0 ease-out;
	-ms-animation: animate-flower 50000ms 0 ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
	float: left;
	width: 71.5%;
	padding-right: 5px; }

.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 28.5%;
	padding-left: 5px;
	padding-top: 15px; }

.no-sidebar.content-area {
	float: none;
	padding-right: 0;
	padding-left: 0;
	width: 100%; }

.sidebar-left .content-area {
	float: right;
	padding-left: 15px;
	padding-right: 0; }
.sidebar-left .site-content .widget-area {
	float: left;
	padding-right: 15px;
	padding-left: 0;
	position: relative; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content, .container {
	max-width: 1170px;
	margin: auto; }

#content {
	margin-top: 80px; }

body.no-scroll {
	overflow: hidden;
	position: absolute;
	width: 100%; }

.page-title {
	text-transform: uppercase;
	margin: 10px 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif; }

h1 {
	font-family: "Roboto", Helvetica, Arial, sans-serif; }

.post-other {
	padding-top: 15px;
	clear: both; }

.error-404 .big {
	font-size: 180px;
	font-weight: 700; }
.error-404 h1 {
	font-size: 40px; }

#breadcrumbs {
	margin-top: 15px; }

.font-yt {
	font-family: 'FontYT';
	font-size: 50px;
	color: #324b69;
	line-height: 1.2;
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px; }
	.font-yt:after {
		position: absolute;
		display: block;
		content: '';
		width: 50px;
		height: 2px;
		background-color: #eaaa1c;
		margin: auto;
		right: 5px;
		bottom: 15px; }

.content-area .elementor_library {
	min-height: inherit; }

.news-item {
	position: relative; }
	.news-item:before,.news-item:after{
		content: '';
		display: table;
		clear: both;
	}
	.news-item img {
		display: block;
		width: 100%;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1); }
	.news-item .image {
		overflow: hidden;
		float: left;
		width: 40%; }
	.news-item h3, .news-item h2 {
		color: #272727;
		margin: 10px 0;
		text-transform: uppercase;
		font-size: 16px;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s; }
	.news-item .box-info {
		float: left;
		width: 60%;
		padding-left: 15px;
	}
	.news-item .info {
		font-size: 14px; }
		.news-item .info span + span {
			padding-left: 10px; }
		.news-item .info .fa {
			color: #324b69; }
	.news-item p.des {
		margin-bottom: 5px; }
	.news-item .continue {
		margin-top: 15px;
	    display: block;
	    border: 1px solid #324b69;
	    clear: both;
	    padding: 5px 10px;
	    text-transform: uppercase;
        width: 100px;
    	text-align: center; }
	.news-item:hover img {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2); }
	.news-item:hover h3, .news-item:hover h2 {
		color: #146979; }

.property-item {
	position: relative; }
	.property-item .property-box {
		position: relative; }
	.property-item .box-info {
		padding: 10px;
		position: absolute;
		bottom: 0;
		color: #fff;
		z-index: 2;
		width: 100%;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s; }
	.property-item h3, .property-item h2 {
		font-size: 16px;
		margin: 5px 0;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s; }
	.property-item .image {
		position: relative;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s; }
		.property-item .image .noi-bat {
			position: absolute;
			background: #FF5722;
			top: 20px;
			padding: 6px 10px;
			left: -1px;
			text-align: center;
			color: #fff;
			font-weight: 600;
			border-radius: 0 3px 3px 0; }
		.property-item .image:before {
			display: block;
			content: "";
			width: 100%;
			padding-bottom: 70%;
			background: inherit;
			transition: inherit; }
		.property-item .image:after {
			background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
			background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			top: auto;
			height: 75%;
			width: 100%;
			position: absolute;
			bottom: 0;
			z-index: 2;
			content: ''; }
	.property-item .addr {
		padding-bottom: 5px;
		border-bottom: 1px solid #888; }
	.property-item .info {
		margin-top: 5px; }
		.property-item .info span + span {
			padding-left: 10px; }
		.property-item .info .gia {
			font-size: 18px; }
	.property-item:hover h3, .property-item:hover h2 {
		color: #eaaa1c; }
	.property-item:hover .image:before {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2); }

a.view-all {
	margin: 15px auto;
	display: block;
	width: 200px;
	clear: both;
	text-align: center;
	background: none;
	color: #324b69;
	border: 2px solid #324b69;
	padding: 10px; }
	a.view-all:hover {
		color: #fff;
		border-color: #eaaa1c; }

.row .metro-item {
	float: left;
	padding: 5px; }
	.row .metro-item .metro-box {
		position: relative; }
	.row .metro-item .image {
		padding-bottom: 250px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s; }
		.row .metro-item .image:before {
			display: block;
			content: "";
			width: 100%;
			background: inherit;
			transition: inherit; }
	.row .metro-item .box-info {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		color: #fff; }
		.row .metro-item .box-info h3, .row .metro-item .box-info h2 {
			margin: auto;
			position: absolute;
			bottom: 15px;
			padding: 15px;
			text-align: center;
			text-transform: uppercase;
			font-size: 16px;
			width: 100%;
			font-family: 'UTMTrajan';
			-o-transition: 0.5s;
			-ms-transition: 0.5s;
			-moz-transition: 0.5s;
			-webkit-transition: 0.5s;
			transition: 0.5s; }
	.row .metro-item:nth-child(6n+1) {
		width: 25%; }
	.row .metro-item:nth-child(6n+2) {
		width: 34%; }
	.row .metro-item:nth-child(6n+3) {
		width: 41%; }
	.row .metro-item:nth-child(6n+4) {
		width: 41%; }
	.row .metro-item:nth-child(6n+5) {
		width: 34%; }
	.row .metro-item:nth-child(6n+6) {
		width: 25%; }
	.row .metro-item:hover .box-info h2, .row .metro-item:hover .box-info h3 {
		bottom: 60px; }
	.row .metro-item:hover .image:before {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2); }

.list-post {
	margin-bottom: 30px; }

.list-term {
	margin-bottom: 15px;
	margin-top: 15px; }
	.list-term a {
		display: inline-block;
		padding: 8px 10px;
		color: #333;
		text-transform: uppercase;
		background: #fff;
		border-radius: 2px;
		margin: 5px 0;
		border: 1px solid #eaaa1c; }
		.list-term a:hover {
			background-color: #eaaa1c;
			color: #fff; }
		.list-term a.active {
			background-color: #eaaa1c;
			color: #fff; }

.metro-news {
	margin-bottom: 30px; }
	.metro-news .metro-itemx {
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		float: left;
		background-position: center bottom;
		overflow: hidden;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s; }
		.metro-news .metro-itemx .metro-content {
			position: absolute;
			bottom: 15px;
			left: 20px;
			right: 20px;
			color: #fff;
			z-index: 3; }
			.metro-news .metro-itemx .metro-content h3 {
				text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
				line-height: 1.4; }
		.metro-news .metro-itemx .info span + span {
			margin-left: 8px; }
		.metro-news .metro-itemx .info .time {
			opacity: .5; }
			.metro-news .metro-itemx .info .time .fa {
				font-size: 5px;
				vertical-align: middle;
				margin-left: 8px; }
		.metro-news .metro-itemx .info .view {
			background: rgba(0, 0, 0, 0.2);
			border-radius: 3px;
			padding: 1px 6px; }
		.metro-news .metro-itemx:before {
			display: block;
			content: "";
			width: 100%;
			background: inherit;
			transition: inherit; }
		.metro-news .metro-itemx:hover:before {
			-webkit-transform: scale(1.2);
			-moz-transform: scale(1.2);
			-ms-transform: scale(1.2);
			-o-transform: scale(1.2);
			transform: scale(1.2); }
		.metro-news .metro-itemx:after {
			background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
			background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
			top: auto;
			height: 75%;
			width: 100%;
			position: absolute;
			bottom: 0;
			z-index: 2;
			content: ''; }
		.metro-news .metro-itemx.metro-big {
			width: 100%;
			border-right: 2px solid #fff; }
			.metro-news .metro-itemx.metro-big h3 {
				font-size: 20px; }
			.metro-news .metro-itemx.metro-big:before {
				padding-top: 68.17%; }
		.metro-news .metro-itemx.metro-small-1 {
			width: 100%;
			margin-bottom: 2px; }
			.metro-news .metro-itemx.metro-small-1:before {
				padding-top: 56.05%; }
		.metro-news .metro-itemx.metro-small-2 {
			border-right: 1px solid #fff; }
		.metro-news .metro-itemx.metro-small-3 {
			border-left: 1px solid #fff; }
		.metro-news .metro-itemx.metro-small-2, .metro-news .metro-itemx.metro-small-3 {
			width: 50%; }
			.metro-news .metro-itemx.metro-small-2:before, .metro-news .metro-itemx.metro-small-3:before {
				padding-top: 78%; }

.wsre-loadmore, .end-loading {
	display: block;
	width: 300px;
	padding: 10px;
	text-align: center;
	margin: 15px auto;
	background: #eaaa1c;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase; }

.wsre-loadmore {
	cursor: pointer; }
	.wsre-loadmore:hover {
		background-color: #c18b12; }

.end-loading {
	background: #888; }

.entry-meta {
	color: #888;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px; }
	.entry-meta span + span {
		margin-left: 10px; }
	.entry-meta .fb-like {
		float: right; }

.single-news .entry-content {
	font-size: 15px; }

.post-in-content ul {
	margin-left: 0;
	padding-left: 25px;
	list-style-type: square;
	font-size: 14px; }

.tags-links {
	margin-bottom: 10px; }
	.tags-links span {
		font-weight: 700;
		display: inline-block;
		background-color: #eaaa1c;
		color: #fff;
		padding: 5px 8px;
		border-radius: 3px; }
	.tags-links a {
		color: #444;
		display: inline-block;
		text-transform: uppercase;
		margin-left: 10px; }
		.tags-links a:before {
			content: '\f02b';
			font-family: 'Font Awesome 5 Free';
			color: #aaa; }

.info-pro {
	margin-bottom: 15px; }
	.info-pro span.price {
		font-weight: bold;
		font-size: 25px;
		color: #993300; }
	.info-pro b, .info-pro strong {
		color: #324b69; }
	.info-pro p {
		margin-bottom: 5px; }
	.info-pro.box {
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 4px; }

.uu-dai {
	padding: 15px;
	border: 5px solid #f9f9f9;
	margin: 0 0 15px;
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
	position: relative; }
	.uu-dai h3 {
		text-align: center;
		color: #993300;
		margin-top: 0;
		text-transform: uppercase;
		font-size: 18px; }
	.uu-dai:before {
		content: '';
		background: transparent url(images/rib.png) no-repeat center center;
		width: 82px;
		height: 45px;
		position: absolute;
		top: -5px;
		left: -5px; }
	.uu-dai .box-content ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0; }
		.uu-dai .box-content ul li:before {
			content: '\f06b';
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			color: #930;
			font-size: 1.25em;
			padding-right: 5px; }

.single-post h1 {
	margin-bottom: 0; }
.single-post .pro-content h2 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-left: 5px solid #324b69;
	line-height: 1;
	padding: 5px; }

.lien-he-bao-gia {
	clear: both; }

#anchor__menu {
	background-color: rgba(241, 241, 241, 0.95);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #d7d7d7;
	padding: 5px 0px;
	position: fixed;
	top: 60px;
	z-index: 10;
	display: none; }
	#anchor__menu ul {
		margin: 0;
		padding: 0;
		list-style: none; }
		#anchor__menu ul li {
			float: left;
			padding: 5px 0px; }
			#anchor__menu ul li a {
				color: #1d3052;
				border-left: 1px solid #fefefe;
				border-right: 1px solid #e1e1e1;
				padding: 5px 20px;
				font-size: 16px; }
	#anchor__menu.sticky {
		display: block; }

h2.anchor-menu {
	border-left: 3px solid #000;
	padding-left: 10px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word; }

.bypostauthor {
	display: block; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both; }
	.site-footer p {
		margin: 5px 0; }

.ft-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #324b69; }

#top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border: none;
	outline: none;
	background-color: #55555599;
	cursor: pointer;
	color: white;
	border-radius: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s; }
	#top:hover {
		background-color: #555; }

.ico-hotline:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(images/hotline.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative; }

.bg-dark {
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	display: none;
	left: 0;
	top: 0; }

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: flex;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
	justify-content: center; }

.inner-loading {
	margin: auto;
	text-align: center; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%; }
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto; }
	.wp-caption .wp-caption-text {
		margin: 0.8075em 0; }

.wp-caption-text {
	text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em; }

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%; }
	.gallery-columns-2 .gallery-item {
		max-width: 50%; }
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%; }
	.gallery-columns-4 .gallery-item {
		max-width: 25%; }
	.gallery-columns-5 .gallery-item {
		max-width: 20%; }
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%; }
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%; }
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%; }
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%; }

.gallery-caption {
	display: block; }

/*--------------------------------------------------------------
# Custom CSS from Duong Plus
--------------------------------------------------------------*/
/*--CSS Social footer--*/
/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 3.6rem; }

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0; }

.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem; }

.twitter span {
	background-color: #4099ff; }

.facebook span {
	background-color: #3B5998; }

.google-plus span {
	background-color: #db5a3c; }

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.6rem;
	z-index: 10; }

.icon-button .fa-twitter {
	color: #4099ff; }

.icon-button .fa-facebook-f {
	color: #3B5998; }

.icon-button .fa-google-plus-g {
	color: #db5a3c; }

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .fa-google-plus-g {
	color: white; }

.social-btns-2,
.ico svg:not(:root).svg-inline--fa:hover {
	color: white !important; }

.icon-button:hover .svg-inline--fa {
	color: #ffffff !important;
	position: relative;
	z-index: 15; }

/*--END CSS Social footer--*/
/** Info box project**/
.info-pro.box ul li {
	list-style: none;
	margin: 0;
	padding: 3px;
	font-weight: 400;
	font-size: 14px; }

.info-pro.box ul {
	list-style: none;
	margin: 0;
	padding: 0; }

/** End Infobox project **/
input[type="submit"] {
	width: 100%; }

/** MENU # project**/
#anchor__menu ul li a {
	padding: 5px 15px !important;
	font-size: 14px !important; }

/** Hover contact**/
.lien-he .ico:hover {
	background-color: #324b69; }

.lien-he .ico {
	font-size: 30px !important; }

#sow-image-2 {
	margin-top: 40px; }

/**DuongPlus**/
.box-content strong {
	color: #e00000; }

.property-item .image .noi-bat {
	text-align: left !important; }

.list-custom ul {
	list-style: none;
	margin: 10px;
	padding-left: 15px; }

.list-custom ul li:before {
	content: '\f058';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	color: #324b69;
	padding-right: 5px; }

.list-custom ul li:hover {
	color: #14a3bf; }

h2.anchor-menu {
	border-left: 5px solid #324b69 !important; }

.content-left ul li:before {
	color: #fff; }

.content-left ul li:hover {
	color: #f5f5f5; }

.ws-download ul {
	list-style-type: none;
	margin: 5px;
	padding-left: 15px;
	position: relative; }

.ws-download ul li {
	padding-left: 50px; }

.ws-download ul li:before {
	content: '\f1c2';
	position: absolute;
	bottom: -12px;
	left: 0;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	color: #324b69;
	padding-right: 5px;
	font-size: 65px; }

.post-in-content ul li:before {
	content: '\f0c1'; }

.tags-links:hover a {
	color: #eaaa1c;
	font-weight: 500; }

.tags-links:hover a:before {
	color: #eaaa1c; }

/** Icon animation Hotline */
.text-right {
	position: relative; }

.pulse-icon {
	float: left;
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 0; }

/*icon styling here*/
.pulse-icon .icon-wrap {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px; }

/*container of all circles and pulses*/
.pulse-icon .elements {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; }

/*series of x pulses of differing sizes*/
.pulse-icon .pulse {
	position: absolute;
	animation: pulse-wave 1s linear infinite both;
	border-radius: 50%; }

.pulse-icon .pulse-1 {
	border: solid 1px #fff;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 1px; }

/*Animation for the outewards pulsating waves*/
@keyframes pulse-wave {
	0% {
		opacity: 0;
		transform: scale(1); }
	50% {
		opacity: 1;
		transform: scale(2); }
	100% {
		opacity: 0;
		transform: scale(4); } }
@media screen and (max-width: 992px) {
	.pulse-icon .pulse-1 {
		top: -5px;
		left: 250px; }

	.pulse-icon .icon-wrap {
		top: -5px;
		left: 250px; } }
@media screen and (max-width: 480px) {
	.pulse-icon .pulse-1 {
		top: -5px;
		left: 190px; }

	.pulse-icon .icon-wrap {
		top: -5px;
		left: 190px; } }
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 993px) {
	.site-header .site-branding img {
		max-height: 50px;
		display: block;
		margin-top: 5px; }
	.site-header.sticky{
		position: fixed;
		top: 0;
	}
	.site-header.sticky .row .show-on-sticky {
		display: block; }
		.site-header.sticky .row .col-12 {
		width: 66.67%; }

	.hidden-lg {
		display: none !important; }

	.main-navigation {
		overflow: hidden; }
		.main-navigation:hover {
			overflow: visible; }
		.main-navigation ul.primary-menu > li {
			position: relative;
			border-right: 1px solid rgba(0, 0, 0, 0.1);
			float: left; }
		.main-navigation ul.primary-menu > li:first-child {
			border-left: 1px solid rgba(0, 0, 0, 0.1); }
		.main-navigation ul.primary-menu > li.current-menu-item {
			background-color: rgba(0, 0, 0, 0.1); }
		.main-navigation .primary-menu li:first-child > a:before {
		    content: '\f015';
		    font-family: 'Font Awesome 5 Free';
		    margin-right: 7px;
		    color: #fff;
		    font-size: 13px;
		}
		.main-navigation .primary-menu li.menu-item-has-children > a:after {
		    content: '\f078';
		    font-family: 'Font Awesome 5 Free';
		    margin-left: 10px;
		    color: #fff;
		    font-size: 10px;
		}
			.main-navigation ul.primary-menu > li:hover ul.sub-menu {
				opacity: 1;
				padding-top: 0; }
		.main-navigation ul.primary-menu a:hover {
			background-color: rgba(0, 0, 0, 0.1); }
		.main-navigation ul.sub-menu {
			position: absolute;
			text-align: left;
			min-width: 230px;
			padding-top: 50px;
			opacity: 0;
			z-index: 3;
			padding-left: 0;
			margin: 0;
			-o-transition: 0.3s;
			-ms-transition: 0.3s;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s; }
			.main-navigation ul.sub-menu li {
				background-color: #324b69;
				border-top: 0;
				display: block;
				border-top: 1px solid rgba(0, 0, 0, 0.1); }
			.main-navigation ul.sub-menu a {
				text-transform: none; }

	#hotline {
		position: fixed;
		display: none;
		padding: 13px;
		min-width: 58px;
		border-radius: 4px 0px 0px 4px;
		background-color: #0f7d94;
		text-align: right;
		float: right;
		clear: both;
		top: 50%;
		height: 58px;
		right: 0;
		z-index: 10; }
		#hotline p {
			overflow: hidden;
			position: absolute;
			right: -300px;
			height: 58px;
			background: #0f7d94;
			top: 0;
			margin: 0;
			text-align: center;
			color: #fff;
			font-weight: 700;
			font-size: 16px;
			border-radius: 4px 0px 0px 4px;
			-o-transition: 0.3s;
			-ms-transition: 0.3s;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s; }
		#hotline .ttu {
			text-transform: uppercase;
			padding-top: 5px;
			display: block;
			font-weight: 400; }
		#hotline:hover p {
			padding: 0 15px;
			right: 55px; } }
@media screen and (max-width: 992px) {
	.row [class*='col-'] {
		width: 100%; }

	.sidebar-left .content-area {
		margin: 0;
		width: 100%; }
	.sidebar-left .site-main {
		margin: 0;
		padding: 0; }
	.sidebar-left .site-content .widget-area {
		width: 100%;
		padding: 0;
		float: none; }

	.content-area {
		margin: 0;
		width: 100%;
		padding: 0; }

	.site-main {
		margin: 0;
		padding: 0; }

	.site-content .widget-area {
		width: 100%;
		padding: 0;
		float: none; }

	.site-content, .container {
		padding: 0 15px; }

	#content {
		margin-top: 75px; }
	.top-header .row [class*='col-'] {
		padding: 5px 15px; }

	.main-navigation {
		position: fixed;
		background: #e1e6e6;
		top: 0;
		width: 70%;
		height: 100%;
		padding-bottom: 90px;
		left: -100%;
		overflow-y: auto;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s; }
		.main-navigation.active {
			left: 0; }
		.main-navigation .primary-menu {
			margin-top: 0;
			text-align: left;
			display: block; }
			.main-navigation .primary-menu a {          
				display: block;
				padding-left: 15px;
				/*border-top: 1px solid #384243;*/
				border-bottom: 1px solid #bfc0c0;
				color: #444;
				position: relative;
				top:10px;
				text-transform: none; }
			.main-navigation .primary-menu li {
				display: block; }
			.main-navigation .primary-menu li.menu-item-has-children > a:after {
				content: '\f078';
				font-family: 'Font Awesome 5 Free';
				position: absolute;
				right: 15px;
				color: #324b69;
				-o-transition: 0.3s;
				-ms-transition: 0.3s;
				-moz-transition: 0.3s;
				-webkit-transition: 0.3s;
				transition: 0.3s; }
			.main-navigation .primary-menu li.menu-item-has-children > a.up:after {
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg); }
		.main-navigation ul.sub-menu {
			margin-left: 0;
			padding-left: 0;
			display: none;
			background-color: #e1e6e6; }
			.main-navigation ul.sub-menu a {
				padding-left: 45px;
				/*border-top: 1px solid #2c3435;
				border-bottom: 1px solid black;*/ }

	.hotline-header a {
		text-align: left;
		display: block;
		padding: 15px;
		color: #fff;
		font-family: "Roboto", Helvetica, Arial, sans-serif; }
	.hotline-header b {
		font-size: 20px; }
	.hotline-header span.hidden-lg {
		display: block;
		font-style: italic; }

	.header-regis {
		margin-left: 15px; }

	.single-post.single-format-status h1 {
		margin-top: 15px; }

	.site-header .row [class*='col-'] {
		padding: 0; }

	.site-branding {
		padding: 5px 0; }
		.top-header .site-branding img {
			max-height: 50px; }

	.row .metro-itemx {
		width: 50% !important;
		border: 0 !important;
		margin-bottom: 5px !important; }
		.row .metro-itemx:before {
			padding-top: 56.25% !important; }

	.row .metro-item {
		width: 50% !important; }
	.menu-mobile {
		position: absolute;
		background: #324b69;
		color: #fff;
		width: 100%;
    	left: 0;
    	z-index: 9;
	}
	.menu-mobile.sticky {
		position: fixed;
		top: 0;
	}
	#toggle-icon {
		padding: 15px;
		display: inline-block;
		vertical-align: middle; }
		#toggle-icon span, #toggle-icon:before, #toggle-icon:after {
			content: '';
			width: 25px;
			height: 2px;
			background-color: #fff;
			margin-bottom: 5px;
			display: block;
			-o-transition: 0.3s;
			-ms-transition: 0.3s;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
			transition: 0.3s; }
		#toggle-icon.active:before {
			transform: rotate(45deg);
			transform-origin: 8px 8px; }
		#toggle-icon.active:after {
			transform: rotate(-45deg);
			transform-origin: 12px -4px; }
		#toggle-icon.active span {
			display: none; }

	.hidden-sm {
		display: none !important; }

	#anchor_mb {
		position: fixed;
		left: 0;
		bottom: 40%;
		background: rgba(0, 0, 0, 0.95);
		color: #fff;
		font-size: 26px;
		z-index: 9;
		padding: 5px 10px;
		border: 2px solid rgba(51, 51, 51, 0.95);
		border-radius: 5px; }

	#anchor__menu {
		position: fixed;
		left: -100%;
		width: 60%;
		top: 0;
		height: 100%;
		background-color: #000;
		z-index: 13;
		display: block;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s; }
		#anchor__menu.active {
			left: 0; }
		#anchor__menu:after {
			content: '\f00d';
			font-family: 'Font Awesome 5 Free';
			position: absolute;
			top: 5px;
			color: #fff;
			right: -30px;
			font-size: 20px; }
		#anchor__menu ul li {
			float: none; }
			#anchor__menu ul li a {
				border: 0;
				color: #fff;
				display: block;
				border-bottom: 1px solid #0e0e0e; }

	#hotline {
		position: fixed;
		bottom: 10px;
		left: 30px;
		z-index: 9; }
		#hotline p {
			display: none; }
		#hotline .ico-hotline {
			color: #fff;
			width: 50px;
			height: 50px;
			background: #eaaa1c;
			border-radius: 50%;
			display: flex;
			justify-content: center; }
			#hotline .ico-hotline:before {
				margin: auto; }
		#hotline .item {
			margin: 10px 0;
			height: 50px;
			line-height: 50px;
			text-align: right;
			animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
			-webkit-transform-origin: 50% 50%;
			-moz-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			-o-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
			-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
			-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
			-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out; }
		#hotline .contact-fill {
			width: 80px;
			height: 80px;
			top: -5px;
			left: -15px;
			position: absolute;
			background-color: #eaaa1c;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
			border: 2px solid transparent;
			opacity: .1;
			-webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
			-moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
			-ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
			-o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
			animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
			-webkit-transition: all .5s;
			-moz-transition: all .5s;
			-o-transition: all .5s;
			transition: all .5s;
			-webkit-transform-origin: 50% 50%;
			-moz-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			-o-transform-origin: 50% 50%;
			transform-origin: 50% 50%; }

	.bdt-tabs .bdt-tab .bdt-tabs-item {
		width: 100%; }
		.bdt-tabs .bdt-tab .bdt-tabs-item a {
			background-image: none !important;
			background-color: #EFEBE7;
			margin: 0;
			border-bottom: 1px solid #888;
			width: 100%; }
		.bdt-tabs .bdt-tab .bdt-tabs-item.bdt-active a {
			background-color: #eaaa1c; }
		.bdt-tabs .bdt-tab .bdt-tabs-item:first-child a, .bdt-tabs .bdt-tab .bdt-tabs-item:last-child a {
			width: 100%;
			margin: 0;
			text-align: center;
			padding: 0; }

	.auto-popup {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 15;
		width: 100%;
		height: 100%;
		display: none; } }
@media screen and (min-width: 640px) and (max-width: 992px) {
	.bdt-tabs .bdt-tab .bdt-tabs-item {
		width: inherit; }
		.bdt-tabs .bdt-tab .bdt-tabs-item a {
			background-image: none !important;
			background-color: #EFEBE7;
			margin: 0;
			border-bottom: 0;
			width: 100%;
			padding: 0 15px !important;
			border-radius: 3px; }

	.list-product .row [class*='col-'], .list-news .row [class*='col-'] {
		*width: 50%; }

	.metro-news .metro-itemx.metro-big {
		width: 100% !important; }

	.row .metro-itemx {
		width: 33.33% !important; }

	.row .property-item {
		width: 50%; }

	.row .col-sm-1 {
		width: 8.33%; }
	.row .col-sm-15 {
		width: 12.5%; }
	.row .col-sm-2 {
		width: 16.66%; }
	.row .col-sm-24 {
		width: 20%; }
	.row .col-sm-3 {
		width: 25%; }
	.row .col-sm-36 {
		width: 30%; }
	.row .col-sm-4 {
		width: 33.33%; }
	.row .col-sm-5 {
		width: 41.66%; }
	.row .col-sm-6 {
		width: 50%; }
	.row .col-sm-7 {
		width: 58.33%; }
	.row .col-sm-8 {
		width: 66.66%; }
	.row .col-sm-9 {
		width: 75%; }
	.row .col-sm-10 {
		width: 83.33%; }
	.row .col-sm-11 {
		width: 91.66%; }
	.row .col-sm-12 {
		width: 100%; } }
@media screen and (max-width: 640px) {
	#slide_anh .slide-item {
		overflow: hidden; }
		#slide_anh .slide-item img {
			display: block;
			height: 500px;
			width: auto;
			max-width: inherit;
			margin-left: -50%; }

	.row .metro-itemx, .row .metro-item {
		width: 100% !important; }

	.loi-ich .image {
		float: none;
		text-align: center; }
	.loi-ich .text {
		padding-left: 0; }

	.form-contact-home {
		margin: 0 15px; }
		.form-contact-home .form-left, .form-contact-home .form-right {
			height: inherit; }
		.form-contact-home .form-left {
			background-image: none; }
			.form-contact-home .form-left .content-left {
				float: none;
				width: 100%;
				padding: 30px; }
		.form-contact-home .form-right {
			padding: 30px;
			background-color: #fff; }
			.form-contact-home .form-right ul {
				column-count: 1; }

	.entry-meta .author {
		display: none; }

	.news-item .image, .news-item .box-info {
		width: 100%;
		padding: 0; }

	.hotline-header .text-phone:before {
		content: '\f095';
		font-family: 'Font Awesome 5 Free'; }

	#form_popup {
		margin: auto;
		bottom: inherit; }
		#form_popup.active {
			left: 20px;
			top: 50%;
			transform: translateY(-50%); }
		#form_popup .btn, #form_popup input[type="submit"] {
			width: 100%; } }

/*# sourceMappingURL=style.css.map */
