/**
  * Name: Londono
  * Version: 1.0
  * Author: Hoa.Truong
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("font-face.css");
@import url("slick-theme.css");
@import url("slick.css");
@import url("royalslider.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 15px/22.5px "Proxima Nova", sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #777777;
	overflow: hidden;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #b28500;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	/* height: auto; */
}

b, strong {
	font-weight: 900;
}


h1 { font: 50px/50px CCC;}
h2 { font: 36px/36px "Proxima Nova", sans-serif;}
h3 { font: 25px/30px "ProximaNova Light", sans-serif;}
h4 { font: 22px/26px "Proxima Nova", sans-serif;}
h5 { font: 18px/30px "Proxima Nova", sans-serif;}
h6 { font: 16px/20px "Proxima Nova", sans-serif;}


h1, h2, h4, h5, h6 {
	color: #777777;
	font-weight: bold;
	margin: 0 0 30px;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #777777;
	background-color: transparent;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 7px 21px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 100%;
	font-size: 14px;
	border: 1px solid #dddddd;
	color: #777777;
	background-color: transparent;
	height: 32px;
	padding: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	height: 166px;
	padding: 15px 30px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #777777;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #777777;
}


.button {
	overflow: hidden;
	position: relative;
	display: inline-block;
	font-family: "Proxima Nova", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	cursor: pointer;
	color: #ddd;
	z-index: 1;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding: 0 20px 0 20px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.button a {
	color: #ddd;
}

.hidden {
	display: none;
}

.page-property-details .vnp-member .avatar {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-property-details-rs.page-property-details .vnp-member .avatar {
    width: 215px;
}
.page-property-details-rs.page-property-details .vnp-member .avatar img {
    width: 100%;
}
.page-property-details .vnp-member .content:nth-of-type(2) {
    max-width: 170px;
    float: left;
}
.page-property-details .vnp-member .content:nth-of-type(3) {
    width: 115px;
    float: right;
}

.page-property-details .vnp-member .content .vnp-but a {
    font-size: 13px;
    line-height: 26px;
    display: block;
    font-family: "Proxima Nova", sans-serif;
    color: #fff;
    padding: 7px 15px;
    background-color: #082d48;
    margin-bottom: 10px;
    width: 115px;
    text-align: center;
}






/* Header
-------------------------------------------------------------- */
#header {
    background-color: #111e2e;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.header-inner .wrap-menu {
	margin: 0 -15px 0 0;
}

/* Header style1 */
.header.style1 {
	padding: 10px 0;
	height: 80px;
}

.header.style1 #logo:before {
	border: none;
	background: none;
}

.header.style1 #mainnav > ul > li {
	margin: 0 7px;
}

.header.style1 #mainnav > ul > li > a {
	padding: 0 10px;
}

.header.style1 #mainnav > ul > li.active > a,
.header.style1 #mainnav > ul > li > a:hover {
	color: #fff;
}

.header.style1 #mainnav > ul > li.mn {
	position: relative;
}

.header.style1 #mainnav > ul > li.mn.active:before,
.header.style1 #mainnav > ul > li.mn:hover:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 100%;
	height: 45px;
	border: 1px solid #fff;
}
#header.upscrolled {
	opacity: 0;
	top: -60px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 999999;
	    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

/* Header Fix */
#header.upscrolled.downscrolled {
	position: fixed;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:1;
	filter: alpha(opacity=0);
	top: 0px;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 999999;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	/*-webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;*/
}


.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 90.4%;
}


#header.upscrolled #logo a img {
	width: 125px;
}

#header.upscrolled #logo:before {
	content: none;
}
/*Logo
-------------------------------------------*/
#logo{
	position: relative;
}

#logo:before {
	position: absolute;
	width: 250px;
	height: 100px;
	top: -17.5px;
	border: 1px solid #fff;
	position: absolute;
	content: "";
	background-image: url('../images/bglogo.jpg');
	z-index: 99;
}

#logo a {
	line-height: 65px;
	position: relative;
	margin-left: 40px;
	z-index: 999;
}

/* navigation */
#mainnav ul li {
	position: relative;
}

#mainnav li:hover > ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#mainnav ul li ul li:hover > ul {
	left: 200px;
}

#mainnav ul li a {
	text-transform: uppercase;
	font-family: "ProximaNova Semibold",sans-serif;
	font-size: 13px;
	color: #ffffff;
}

#mainnav ul li a:hover {
	color: #b28500;
}

#mainnav > ul > li {
	float: left;
}

#mainnav ul li ul li a {
	padding: 10px 0 10px 15px;
	display: block;
}

#mainnav > ul > li > a {
	font-size: 13px;
	display: inline-block;
	position: relative;
	line-height: 65px;
	padding: 0 11px;
	color: #fff;
	font-family: "ProximaNova Semibold",sans-serif;
}

#mainnav > ul > li.active > a {
	color: #b28500;
}

#mainnav ul li ul {
	width: 200px;
	background: #111e2e;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translate(0px, 10px);
	-moz-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	-o-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mainnav ul li ul li {
	border-top: 1px solid #b28500;
}

#mainnav ul li ul li:first-child {
	border: none;
}

#mainnav ul li ul li ul {
	left: 215px;
	top: 0;
	margin-left: -30px;
	background-color: #fffcf2;
}

#mainnav ul li ul li ul li {
	border-color: #e5e2d4;
}

#mainnav ul li ul li ul li a {
	color: #323232;
}

#mainnav ul li ul li ul li a:hover {
	color: #f1c40f;
}


/*Widget search
------------------------------------------------------*/

.header.style1 .widget-search {
	display: none;
}

.widget-search {
	float: right;
	position: relative;
	line-height: 65px;
	margin-left: 5px;
	width: 160px;
}

.widget-search .input-search {
	color: #fff;
	width: 95%;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #424d59;
}

.widget-search .input-search::placeholder {
	font-size: 13px;
	font-family: "ProximaNova Semibold",sans-serif;
}
.widget-search .button-search {
	position: absolute;
	top: 20px;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 0;
	border: none;
}

.widget-search .button.button-search i {
	position: absolute;
	right: 7px;
	top: 8px;
	color: #ffffff;
}

.button-show-search {
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding-top: 5px;
	margin-top: 15px;
	position: absolute;
	right: -7px;
	color: #fff;
	display: none;
}

.widget-search.on {
	position: absolute;
	right: 0;
	top: 50px;
}

.widget-search.on .input-search {
	width: 200px;
	color: #424d59;
	background-color: #fff;
	z-index: 1;
	position: relative;
	padding: 0 20px 0 10px;
	border-radius: 3px;
	border: none;
	text-transform: none;
}

.widget-search.on .button.button-search i {
	color: #424d59;
}

.widget-search.on .button.button-search {
	right: 0;
	top: 19px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #202020;
	position: absolute;
	z-index: 9999;
	left: 0;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #252525;
	cursor: pointer;
}

#mainnav-mobi ul > li > a {
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	padding: 0 50px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #252525;
	background-color: #222;
}

#mainnav-mobi > ul > li > ul > li >  a {
	padding-left: 70px !important;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 90px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
	font-family: 'FontAwesome';
}

.btn-submenu.active:before {
	content: "\f106";
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	line-height: 100px;
	width: 26px;
	height: 22px;
	margin-top: 21px;
	margin-right: 23px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	background: url(../images/page-title.jpg) no-repeat center top;
	background-size: cover;
}

.page-title-heading h1 {
	font-family: "Lato", sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
	padding: 0 0 ;
	margin-bottom: -5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.breadcrumbs {
	padding-top: 103px;
}

.breadcrumbs ul li {
	position: relative;
	display: inline-block;
	padding-right: 50px;
}

.breadcrumbs ul li:after {
	position: absolute;
	right: 11px;
	top: 10px;
	height: 20px;
	width: 33px;
	background: url(../images/icon/icon-row.png) no-repeat center center;
	content: "";
}

.breadcrumbs ul li:last-child:after {
	background: transparent;
}

.breadcrumbs a {
	padding: 5px 0;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	display: block;
	letter-spacing: 1px;
}

.breadcrumbs a:hover {
	color: #36a7e3;
}

/*Slider home 
-----------------------------------------------------------*/
.slides-home.flexslider li img {
	max-height: 815px;
	min-height: 300px;
}

.slides-home.flexslider .flex-direction-nav li a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #2a3a58 !important;
	opacity: 1 !important;
	margin-top: -25px;
	border: 2px solid #2a3a58;
	z-index: 99;
}

.flexslider .flex-direction-nav li a span {
	position: absolute;
	top: 12px;
	left: 15px;
	content: '';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image:url(../images/icon/nav-prev-white.png);
}

.flexslider .flex-direction-nav li a span.nav-home-right{
	left: 20px;
	background-image:url(../images/icon/nav-right-white.png);
}

.slides-home.flexslider .flex-direction-nav li a:hover {
	background-color: transparent !important;
	border: 2px solid #fff;
}

.slides-home.flexslider .flex-direction-nav .flex-next {
	right: 5%;
	top: 55%;
}

.slides-home.flexslider .flex-direction-nav a i {
	color: #fff;
	font-size: 35px;
	line-height: 46px;
}

.slides-home.flexslider .flex-direction-nav a:hover i {
	color: #fff;
}

.slides-home.flexslider .flex-direction-nav .flex-next i {
	padding-left: 5px;
	transition: 0.3s;
}

.slides-home.flexslider .flex-direction-nav .flex-prev i {
	padding-right: 5px;
}


.slides-home.flexslider .flex-direction-nav .flex-prev {
	right: 60px;
	left: 5%;
	top: 55%;
}


.slides-home.flexslider  .slides > li {
	position: relative;
	text-align: center;
}

.slides-home.flexslider .search-in-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -80px;
	z-index: 99;
}

.tp-bannertimer {
	display: none!important;
}

/*Slider profile 
-----------------------------------------------------------*/
.slides-profile.flexslider .flex-direction-nav li a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff !important;
	opacity: 1 !important;
	margin-top: -25px;
	border: 2px solid #fff;
}

.slides-profile.flexslider .flex-direction-nav li a:hover {
	background-color: transparent !important;
}

.slides-profile.flexslider .flex-direction-nav .flex-next {
	right: -70px;
	top: 50%;
}

.slides-profile.flexslider .flex-direction-nav li a span.nav-home-right{
	left: 18px;
	background-image:url(../images/icon/nav-right.png);
}

.slides-profile.flexslider .flex-direction-nav li a span.nav-home-left{
	left: 15px;
	background-image:url(../images/icon/nav-left.png);
}


.slides-profile.flexslider .flex-direction-nav li a:hover span.nav-home-left{
	left: 15px;
	background-image:url(../images/icon/nav-prev-white.png);
}


.slides-profile.flexslider .flex-direction-nav li a:hover span.nav-home-right{
	left: 18px;
	background-image:url(../images/icon/nav-right-white.png);
}


.slides-profile.flexslider .flex-direction-nav a:hover i {
	color: #fff;
}

.slides-profile.flexslider .flex-direction-nav .flex-next i {
	padding-left: 5px;
}

.slides-profile.flexslider .flex-direction-nav .flex-prev i {
	padding-right: 5px;
}


.flex-direction-nav .flex-prev {
	right: 60px;
	left: -70px;
	top: 50%;
}

/*Featured 
------------------------------------------------------------*/

.hoa-row.row-featured {
	padding: 50px 0 100px 0;
}

.hoa-row.row-featured.style1{
	padding: 50px 0;
}

.background-efeff1 {
	background-color: #efeff1;
}

.flexslider-featured.desktop.flexslider {
	margin: 0 -15px;
}

.button.button-folio {
	margin-bottom: 10px;
	margin-right: 3.5px;
	width: 230px;
	line-height: 50px;
	color: #072c47;
	font-size: 14px;
	border-color: #072c47;
	font-family: "ProximaNova Bold", sans-serif;
}

.button.button-folio:hover {
	background-color: #072c47;
	color: #fff;
}

/* vn button */
.vn-button.button.button-folio {
	font-family: "ProximaNova Semibold", sans-serif;
	color: #121e2c;
	font-size: 14px;
}

.vn-button.button.button-folio:hover {
	color: #fff;
}

.flexslider-featured .wrap-images img {
	max-width: 100%;
	min-height: 200px;
	height: auto;
	max-height: 200px;
	min-width: 100%;
}
.flexslider-featured .flex-direction-nav li a {
	z-index: 99;
	background-color: transparent;
}

.flexslider-featured .flex-direction-nav .flex-next {
	right: 5%;
	top: 35%;
}

.flexslider-featured .flex-direction-nav a i {
	color: #fff;
	font-size: 35px;
	line-height: 46px;
}

.flexslider-featured .flex-direction-nav a:hover i {
	color: #fff;
}

.flexslider-featured .flex-direction-nav .flex-next:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/icon/nav-right.png');
}

.flexslider-featured .flex-direction-nav .flex-prev:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/icon/nav-left.png');
}


.flexslider-featured .flex-direction-nav .flex-prev {
	right: 60px;
	left: 5%;
	top: 35%;
}


.flexslider-featured  .slides > li {
	position: relative;
	text-align: center;
}


.flexslider-featured.desktop .flex-direction-nav .flex-next {
	right: -38px;
	top: 50%;
	margin-top: -41px;
	border-radius: 50%;
	background-color: #eeeeee;
	width: 50px;
	height: 50px;
	opacity: 1;
}

.vn-but.flexslider-featured.desktop .flex-direction-nav li a {
	background-color: #fff;
}

.flexslider-featured.desktop .flex-direction-nav .flex-next:before {
	top: 14px;
	left: 20px;
}

.flexslider-featured.desktop .flex-direction-nav .flex-prev {
	left: -38px;
	top: 50%;
	margin-top: -41px;
	border-radius: 50%;
	background-color: #eeeeee;
	width: 50px;
	height: 50px;
	opacity: 1;
}

.flexslider-featured.desktop .flex-direction-nav .flex-prev:before {
	top: 14px;
	left: 20px;
}
/* Profile
-------------------------------------------------------------- */
.hoa-row.row-folio {
	background-image: url(../images/profiles/bgf1.jpg);
}

.slides-profile.flexslider {
	background-color: transparent;
}
.hoa-row.row-folio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(42,58,88,0.9);
}

.button.but-viewall {
	padding: 20px 37px;
	font-size: 14px;
	font-family: ProximaNova Semibold;
	color: #fff;
	border: 1px solid #fff;
}

.button.but-viewall:hover {
	background-color: #ddd;
	color: #000;
}

.flexslider-points .flex-direction-nav li a {
	z-index: 99;
	background-color: transparent;
}

.flexslider-points .flex-direction-nav .flex-next {
	right: 5%;
	top: 62%;
}

.flexslider-points .flex-direction-nav a i {
	color: #fff;
	font-size: 35px;
	line-height: 46px;
}

.flexslider-points .flex-direction-nav a:hover i {
	color: #fff;
}

.flexslider-points .flex-direction-nav .flex-next:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/icon/nav-right.png');
}

.flexslider-points .flex-direction-nav .flex-prev:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/icon/nav-left.png');
}


.flexslider-points .flex-direction-nav .flex-prev {
	right: 60px;
	left: 5%;
	top: 62%;
}


.flexslider-points  .slides > li {
	position: relative;
	text-align: center;
}

.hoa-row.row-points {
	padding-bottom: 80px;
}
/* Google map 
-------------------------------------------------------------- */
.tab-googlemap {
	margin-top: -65px;
	height: 65px;
}

.tab-googlemap .button {
	line-height: 64px;
	padding: 0 32px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #fff;
	margin-bottom: 0;
	border-bottom: none;

}

.tab-googlemap .button:hover , .tab-googlemap .button.active{
	background-color: #fff;
	color: #082d48;
}

/* Points 
-------------------------------------------------------------- */
.hoa-row.row-points{
	padding-bottom: 80px;
}
.row-points .title-section .subtitle {
	color: #666;
}

.row-points .title-section {
	color: #072c47;
}

/*Instagram
-------------------------------------------------------------*/
.flexslider-latest li {
	display: inline-block !important;
}

.hoa-row.row-latest-post {
	padding-top: 0;
	padding-bottom: 20px;
}

.row-latest-post .sub-title {
	color: #082d48;
	font-family: Proxima Nova;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.row-latest-post .icon-instagram:before {
	position: absolute;
	right: 76px;
	top: 50%;
	content: '';
	width: 521px;
	height: 1px;
	background-image: url(../images/instagram/line-left.png);
}

.row-latest-post .icon-instagram:after {
	position: absolute;
	left: 76px;
	top: 50%;
	content: '';
	width: 521px;
	height: 1px;
	background-image: url(../images/instagram/line-right.png);
}

.row-latest-post .icon-instagram {
	width: 43px;
	height: 43px;
	display: inline-block;
	position: relative;
	margin: 15px 30px;
	background-size: cover;
	background-image: url(../images/instagram/instagram.png);
}

/*Footer
--------------------------------------------------------------*/
.footer {
	background-color: #072c47;
	padding: 50px 0;
	color: #fff;
}

.wrap-logo-footer {
	margin-bottom: 35px;
	cursor: pointer;
}

.widget-text {
	margin-bottom: 20px;
}

.widget-text .title {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}


.widget-text .desc {
	font-size: 14px;
}

.widget-text .desc a {
	color: #fff;
}

.widget-text .desc a:hover {
	color: #b28500;
}

.wrap-info-footer {
	text-align: right;
	margin-top: 15px;
}

.mainnav.mainnav-footer ul li a {
	float: left;
	padding: 10px 12px;
	color: #fff;
	font-size: 13px;
	font-family: "ProximaNova Semibold";
}
.mainnav.mainnav-footer ul li a:hover {
	color: #b28500;
}
.mainnav.mainnav-footer ul li:last-child a {
	padding-right: 0;
}

.mainnav.mainnav-footer {
	overflow: hidden;
	margin-bottom: 17px;
	/*padding-left: 196px;*/
	float: right;
}

.mainnav.mainnav-footer > ul > li {
	display: inline-block;
}

.wrap-icon-footer div {
	display: inline-block;
	margin: 0 10px 0 10px;

}




.button.button-logout {
	border: none;
	padding-left: 30px;
	padding-right: 0;
	margin-right: 0;
}

.button.button-logout:hover {
	color: #b28500;
}

.wrap-icon-footer {
	margin-bottom: 30px;
	clear: both;
}

.wrap-info-footer .description {
	opacity: 0.3;
}

.description .title {
	font-size: 22px;
	font-family: "DroidSerif Italic",sans-serif;
	margin-bottom: 20px;
}

.button.button-chat, .button.button-open {
	font-size: 13px;
	font-family:"ProximaNova Semibold",sans-serif;
	border: 1px solid rgba(255, 255, 255, .2);
}

.button.button-chat:hover ,.button.button-open:hover{
	background-color: #fff;
	color: #072c47;
}

.button.button-logout:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
	width: 20px;
	height: 19px;
	background-image: url('../images/icon/logout.png');
	background-size: cover;
	transition: 0.2s;
}

.button.button-logout:hover:before {
	left: 5px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom:15px;
	width: 50px;
	cursor: pointer;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 999999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	border-radius: 50%;
}

.go-top i {
	font-size: 33px;
	color: #202020;
	line-height: 45px;
}

.go-top:hover {
	background-color: #202020;
}

.go-top:hover i {
	color: #fff;
}
/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	height: 815px !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
	background-size: cover!important;
	background-position: center center !important;
}

/* Details profile
-------------------------------------------------------------- */
.back-search {
	float: left;
}

.back-search a {
	font-size: 13px;
	font-family: "Proxima Nova", sans-serif;
	color: #777777;
	position: relative;
	padding-left: 15px;
}

.back-search a:before {
	position: absolute;
	left: 0;
	top: -5px;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #777777;
}

.next-prev {
	float: right;
}

.next-prev a {
	font-size: 13px;
	font-family: "Proxima Nova", sans-serif;
	color: #777777;
	position: relative;
	padding-left: 15px;
}

.next-prev a:hover,
.back-search a:hover {
	color: #b28500;
}

.next-prev a.prev:before {
	position: absolute;
	left: 0;
	top: -5px;
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #777777;
}

.next-prev a.next {
	padding-right: 15px;
}

.next-prev a.next:before {
	position: absolute;
	right: 0;
	top: -5px;
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #777777;
}

.next-prev a.next:after {
	position: absolute;
	left: 5px;
	top: 0px;
	content: "";
	width: 1px;
	height: 10px;
	background: #777777;
}

.vn-line hr {
	margin-bottom: 5px;
	margin-top: 5px;
}

.details-profile-content-left .details-title,
.details-title {
	font-size: 30px;
	line-height: 40px;
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	color: #121e2a;
	font-weight: 400;
	padding: 28px 0;
	margin-bottom: 5px;
}
.viewPropPage .details-profile-content-left .details-title,
.details-title {
    font-size: 24px;
    line-height: 28px;
}
.viewPropPage .details-profile-content-left .details-title,
.details-title br {
    display: none;
}
.hoa-hidedesktop {
	display: none;
}

/* Flat tabs
-------------------------------------------------------------- */
.flat-tabs {
	margin: 0;
	overflow: visible;
}

.flat-tabs ul.menu-tabs {
	/*background-color: #21242b;*/
	margin: 0;
	overflow: inherit;
	padding: 0;
}

.flat-tabs ul.menu-tabs li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.flat-tabs ul.menu-tabs li a {
	font-weight: 700;
	padding: 15px 25px;
	background: #ededed;
	border: none;
	text-transform: uppercase;
	color: #062c46;
	position: relative;
}

.flat-tabs ul.menu-tabs li > a {
	padding: 10px 50px;
	display: block;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 14px;
}

.flat-tabs ul.menu-tabs li.active a {
	color: #fff;
	background-color: #062b46;
}

/* flat tabs style1 */
.flat-tabs.style1 > ul.menu-tabs {
	margin-top: 0;
}
.flat-tabs.style1 ul.menu-tabs li {
	margin-right: 7px;
	width: 32%;
}

.flat-tabs.style1 ul.menu-tabs li:last-child {
	margin-right: 0;
}

.flat-tabs.style1 > ul.menu-tabs > li > a {
	padding: 10px 43px;
	text-align: center;
}

.flat-tabs.style1 .content-tab .description .ms,
.flat-tabs.style1 .content-tab .details .ms {
	margin-top: 32px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #777777;
}


.flat-tabs.style1 .content-tab .description .price,
.flat-tabs.style1 .content-tab .details .price {
	font-size: 30px;
	color: #b28500;
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	line-height: 60px;
	margin-bottom: 21px;
}

.hoa-tabs ul.menu-tab li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-family: "Proxima Nova", sans-serif;
	color: #777777;
	padding-left: 35px;
	padding-bottom: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.hoa-tabs ul.menu-tab li.b1:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	background: url(../images/icon/lich.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	width: 30px;
	height: 25px;
}

.hoa-tabs ul.menu-tab li.b2 {
	padding-left: 60px;
}

.hoa-tabs ul.menu-tab li.b2:before {
	position: absolute;
	left: 25px;
	top: 4px;
	content: "";
	background: url(../images/icon/mess.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	width: 30px;
	height: 25px;
}

.hoa-tabs ul.menu-tab li.b3 {
	padding-left: 60px;
}

.hoa-tabs ul.menu-tab li.b3:before {
	position: absolute;
	left: 25px;
	top: 2px;
	content: "";
	background: url(../images/icon/share.png);
	background-repeat: no-repeat;
	background-position: left -2px;
	width: 30px;
	height: 25px;
}

.hoa-tabs .content-tabs .content-request {
	background-color: #efefef;
	overflow: hidden;
	padding: 20px;
	margin-top: 10px;
	position: relative;
}

.hoa-tabs .content-tabs .content-request .adv_close {
	position: absolute;
	right: 30px;
	top: 25px;
	width: 20px;
	height: 20px;
	background: #082d48;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}

.hoa-tabs .content-tabs .content-request.chedule {
	background: #e5f0f4;
}

.hoa-tabs .content-tabs .content-request.send-friend {
	background: #f3f7e6;
}

.hoa-tabs .content-tabs .content-request.send-friend .title {
	margin-bottom: 0;
}

.hoa-tabs .content-tabs .content-request.send-friend .des {
	margin-bottom: 20px;
	margin-right: 32px;
}

.hoa-tabs .content-tabs .content-request.share {
	background: #f7f4e5;
}

.hoa-tabs .content-tabs .content-request.share .title {
	margin-bottom: 0;
}

.hoa-tabs .content-tabs .content-request.share .des {
	margin-bottom: 50px;
}

.hoa-tabs .content-tabs .content-request.share .social {
	margin-bottom: 50px;
	padding-left: 10px;
}

.hoa-tabs .content-tabs .content-request.share .social .line1 {
	padding-bottom: 10px;
}

.hoa-tabs .content-tabs .content-request.share .social a {
	padding-right: 7px;
}

.hoa-tabs .content-tabs .content-request .title.has-background {
	background: url(../images/icon/request.png);
	background-repeat: no-repeat;
	background-position: right -2px;
}

.hoa-tabs .content-tabs .content-request .title {
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #082d48;
	display: inline-block;
	padding-right: 30px;
}

.tab-default-detail {
	position: relative;
}

.tab-default-detail .btn-show-more-tabdefault {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 22px;
	content: "\f107";
	right: 15px;
	top: 30px;
	margin-top: -16px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	color: #062b46;
	font-style: normal;
	width: 30px;
	height: 30px;
	z-index: 99;
	display: none;
}

.tab-default-detail .btn-show-more-tabdefault.noshow .fa-angle-down:before {
	content: "\f106";
}

.hoa-tabs .content-tabs .content-request .profile-form input,
.hoa-tabs .content-tabs .content-request .profile-form select {
	float: none;
	background: #fff;
	color: #666666;
}

.hoa-tabs .content-tabs .content-request .profile-form input.submit {
	width: 150px;
	height: 35px;
	float: right;
	margin-top: 10px;
	font-size: 12px;
	font-family: "ProximaNova Semibold", sans-serif;
	color: #fff;
	background: #062b46;
}

.hoa-tabs .content-tabs .content-request .profile-form input.submit:hover {
	background: #fff;
	color: #777777;
	border: 1px solid #062b46;
}

.hoa-tabs .content-tabs .content-request .profile-form input.name,
.hoa-tabs .content-tabs .content-request .profile-form input.email {
	margin-right: 10px;
}

.hoa-tabs .content-tabs .content-request .profile-form select {
	font-family: "Proxima Nova", sans-serif;
	width: 100%;
	background: #fff;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
}

.hoa-tabs .content-tabs .content-request .profile-form {
	padding: 0;
}

.hoa-tabs .content-tabs .content-request .profile-form  textarea {
	height: 80px;
	padding: 5px 10px;
	color: #666666;
	background: #fff;
	border: none;
}

.tab-chedule-detail ,
.tab-friend-detail,
.tab-share-detail {
	display: none;
}

.hoa-carousel-owl {
	padding: 0 25px;
}

.details-profile-content-right .desc-content {
	clear: both;
}

.details-profile-content-right .desc-content .title {
	font-size: 14px;
	font-family: "Proxima Nova", sans-serif;
	color: #082d48;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.details-profile-content-right .key-features .title {
	font-size: 14px;
	font-family: "Proxima Nova", sans-serif;
	color: #082d48;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.details-profile-content-right .hr-style {
	text-align: right;
}

.details-profile-content-right .hr-style a {
	position: relative;
	display: inline-block;
}

.details-profile-content-right .hr-style a:before {
	position: absolute;
	left: -15px;
	top: 50%;
	content: "";
	width: 15px;
	height: 1px;
	background: #062b46;
}

.details-profile-content-right .hr-style a:after {
	position: absolute;
	left: -8px;
	top: 3px;
	content: "";
	height: 15px;
	width: 1px;
	background: #062b46;
}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
	text-align: right;
	font-size: 35px;
	color: #062b46;
}

.morelink:hover {
	color: #062b46;
}

.wrap-morelink {
	display: block;
	overflow: hidden;
}

.wrap-morelink a {
	display: inline-block;
	float: right;
	color: #062b46;
}


.wrap-morelink a.morelink.less {
	font-size: 55px;
}


.details-profile-content-right .key-features ul.total-price li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0 7px 0px;
}

.details-profile-content-right .key-features ul.total-price li:last-child {
	border-bottom: none;
}

.details-profile-content-right .key-features ul.total-price li strong {
	float: right;
	text-align: right;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 15px;
	color: #0d161e;
}

.hoa-carousel-owl.owl-theme .owl-controls .owl-nav div {
	width: 25px;
	height: 100%;
	top: 20px;
	line-height: 70px;
	background: #ededed;
}

.hoa-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 15px;
}

.hoa-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 15px;
}

.hoa-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.hoa-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-next:before {
	color: #000;
}

/* Accordion */
.flat-accordion {
	background: #062b46;
	padding: 30px;
	overflow: hidden;
}

.flat-accordion .flat-toggle .toggle-title {
	font-size: 20px;
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	padding: 15px 0 15px 50px;
	cursor: pointer;
	background: url(../images/profiles/icon1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
}

.flat-accordion .flat-toggle .toggle-title.active {
	margin-bottom: 5px;
}

.flat-accordion .flat-toggle .toggle-title:before {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 22px;
	content: "\f107";
	right: 0;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-style: normal;
}

.flat-accordion .flat-toggle .toggle-title.active:after {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 22px;
	content: "\f106";
	right: 0;
	top: 50%;
	margin-top: -16px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-style: normal;
}

.flat-accordion .flat-toggle .toggle-title.active:before {
	display: none;
}

.flat-accordion.style1 {
	background-color: #efefef;
}

/*.flat-accordion.style1 .flat-toggle .toggle-title {
	color: #082d48;
	font-size: 14px;
	font-family: "ProximaNova Semibold", sans-serif;
}*/

.flat-accordion.style1 .flat-toggle .toggle-title.active,
.flat-accordion.style1 .flat-toggle .toggle-title {
	background: url(../images/icon/request.png);
	background-repeat: no-repeat;
	background-position: 215px 3px;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #082d48;
	padding-right: 40px;
	padding-top: 7px;
}

.flat-accordion.style1 .flat-toggle .toggle-title.active:after,
.flat-accordion.style1 .flat-toggle .toggle-title:before {
	color: #062b46;
}

.flat-accordion.style1 .profile-form p {
	overflow: inherit;
}

.flat-accordion.style1 .profile-form input,
.flat-accordion.style1 .profile-form select,
.flat-accordion.style1 textarea {
	background-color: #fff;
}

.flat-accordion.style1 .profile-form .form-submit input {
	background-color: #1f4159;
}

/* Select accordion */
.vnphat-accordion .vnphat-toggle .toggle-content {
	display: none;
}

.vnphat-accordion .vnphat-toggle .toggle-content.np-show {
	display: block !important;
}

.vnphat-accordion .vnphat-toggle .toggle-title {
	margin-bottom: 0;
	text-align: right;
	padding: 10px;
	font-family: "Proxima Nova", sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgba(68, 68, 68, 0.64);
	cursor: pointer;
	overflow: hidden;
}

.vnphat-accordion .vnphat-toggle .toggle-title img {
	padding-left: 20px;

}

.vnphat-accordion .vnphat-toggle .toggle-title.active img {
	padding-left: 0;
	padding-right: 20px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.profile-form {
	padding: 0 60px 0 50px;
}

.profile-form p {
	overflow: hidden;
}

.profile-form label {
	color: #bababa;
}

.profile-form input,
.profile-form select {
	width: 250px;
	float: right;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #1f4159;
	border: none;
	height: 30px;
	color: #fff;
}

.profile-form input.calendar {
	width: 100%;
	background-image: url(../images/icon/calendar.jpg) !important;
	background-position: 98% center !important;
	background-repeat: no-repeat !important;
}

.profile-form input.calculate {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.profile-form input.calculate:hover {
	background-color: #1f4159;
	border: 1px solid #1f4159;
}

.profile-form input.amount {
	background: transparent;
	border: 1px solid #1f4159;
}

.profile-form select {
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 14px;
	line-height: 100%;
	outline: 0;
	background-image: url(../images/icon/buttom.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	position: relative;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.favorites {
	position: fixed;
	bottom: -170px;
	right: 90px;
	width: 900px;
	height: 170px;
	background-color: #fff;
	z-index: 99999999;
	padding: 20px 30px;
}

.favorites .title-content {
	margin-bottom: 10px;
}

.title.sw-click {
	background-color: #fff;
	display: block;
	position: absolute;
	right: -1px;
	bottom: 170px;
	width: 325px;
	height: 45px;
	line-height: 55px;
	outline: 0;
	font-family: "Proxima Nova", sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	color: #082d48;
	margin-bottom: 0;
	border: 1px solid #b9b9b9;
	border-bottom: 3px solid #fff;
	margin-bottom: -2px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.favorites {
	border: 1px solid #b9b9b9;
}

.title.sw-click i {
	font-size: 18px;
	color: #b20000;
	padding-right: 10px;
	padding-left: 20px;
}

.title.sw-click i.fa-angle-down:before {
	content: "\f106";
}

.title.sw-click.active i.fa-angle-down:before {
	content: "\f107";
}


.title.sw-click i.fa-angle-down {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 24px;
	color: #082d48;
}

.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: inherit;
	right: 65px;
	top: 30px;
	width: 30px;
	height: 30px;
	background-color: #082d48;
}

.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px;
	background-color: #082d48;
}

.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-prev:before,
.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-next:before {
	line-height: 32px;
	position: absolute;
	top: -1px;

}

.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-prev:before{
	left: 10px;
}

.favorites-carousel-owl.owl-theme .owl-controls .owl-nav div.owl-next:before {
	left: 13px;
}

/* Member */
.vnp-member .avatar {
	float: left;
	margin-right: 30px;
}

.vnp-member .content {
	overflow: hidden;
}

.vnp-member .content .title {
	font-size: 13px;
	font-family: "Proxima Nova", sans-serif;
	color: #666666;
	font-weight: 400;
	margin-bottom: 6px;
	line-height: 16px;
}

.vnp-member .content .name {
	font-family: "Droid Serif", sans-serif;
	font-size: 24px;
	color: #666666;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 36px;
}

.vnp-member .content .phone {
	margin-bottom: 7px;
}

.vnp-member .content .phone i {
	font-size: 18px;
	color: #666666;
	padding-right: 7px;
}

.vnp-member .content .phone a {
	font-weight: 400;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	color: #666666;
}

.vnp-member .content .vnp-but a {
	font-size: 13px;
	line-height: 26px;
	display: inline-block;
	font-family: "Proxima Nova", sans-serif;
	color: #fff;
	padding: 7px 15px;
	background-color: #082d48;
	margin-right: 5px;
}

.vnp-member .content .vnp-but a:hover {
	background-color: #efefef;
	color: #082d48;
}

/* Details */
.details .details-content {
	background-color: #f7f3f0;
	padding: 30px 20px 30px 30px;
}

.details .details-content .title {
	color: #0d161e;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
}

.details .details-content ul.list-details li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0 7px 0px;
	color: #0d161e;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 15px;
}

.details .details-content ul.list-details li span {
	float: right;
	text-align: right;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 15px;
	color: #0d161e;
}

.vnp-table th {
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 17px;
	color: #0d161e;
	border-bottom: 1px solid #e6e6e6;
	padding: 7px 0;
}

.vnp-table td {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
	font-family: "ProximaNova Semibold", sans-serif;
	font-size: 15px;
	color: #0d161e;
}

.vnp-table tr th:nth-child(3),
.vnp-table tr td:nth-child(3) {
	text-align: right;
}

.vnp-table tr th:nth-child(2),
.vnp-table tr td:nth-child(2) {
	padding-left: 77px;
}

.video img , .street img{
	width: 100%;
}

/* About */
.hoa-row.vnp-about-slider {
	padding: 0;
}

.vnp-about-slider {
	background: url(../images/slides/about2023.jpg);
	background-size: cover;
	background-position: center;
}

.vnp-about-slider .slides-about.flexslider {
	background: transparent;
	text-align: center;
	padding: 260px 0 10px 0;
}

.vnp-about-slider .slides-about.flexslider .flex-direction-nav {
	display: none;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .title {
	font-family: "Droid Serif", sans-serif;
	font-size: 36px;
	line-height: 45px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 25px;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .content {
	font-size: 18px;
	font-family: "Proxima Nova", sans-serif;
	color: #fff;
	letter-spacing: 1px;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .content .mores {
	padding: 0 177px;
}

.vnp-about-slider .slides-about.flexslider ul.slides li div span.bl {
	display: block;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .button-slides a {
	color: #fff;
	font-size: 25px;
	background: #0b141c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 32px;
	margin-top: 10px;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .button-slides a:hover {
	background-color: #fff;
	color: #0b141c;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .button-slides1 {
	padding-top: 210px;
	padding-bottom: 30px;
}

.vnp-about-slider .slides-about.flexslider ul.slides li .button-slides1 a i {
	font-size: 50px;
	color: #fff;
}

.button-slides1 .button-scroll {
	width: 42px;
	height: 29px;
	margin: 0 auto;
	display: block;
}

/* Flexslider details profile */
.flexslider-vnp .flex-control-thumbs {
	padding: 0 25px;
}
.flexslider-vnp .flex-control-thumbs li img {
	min-height: 73px;
}


.flexslider-vnp .flex-control-thumbs li {
	width: 20%;
	padding: 0 2px;
}

.flexslider-vnp .flex-direction-nav {
	position: relative;
}

.flexslider-vnp .flex-direction-nav .flex-prev {
	left: 0px;
	top: -18px;
}

.flexslider-vnp .flex-direction-nav .flex-next {
	right: 0;
	top: -18px;
}

.flexslider-vnp .flex-direction-nav a {
	width: 25px;
	height: 72px;
	opacity: 1;
	background-color: #ededed;
}

.flexslider-vnp .flex-direction-nav a.flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 21px;
	color: #062b46;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -18px;
}

.flexslider-vnp .flex-direction-nav a.flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 21px;
	color: #062b46;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -18px;
}

/* Team carousel */
.hoa-carousel-owl {
	padding: 0 25px;
	text-align: center;
}

.about-team-items {
	padding: 0 25px;
	text-align: center;
}
.about-team-items .team-item {
	width:294px;
	height:100%;
	margin:0px 40px;
	display:inline-block;
}

.about-team-items .team-item .avatar {
	margin-bottom: 30px;
}

.about-team-items .team-item .name {
	font-size: 24px;
	font-style: italic;
	font-family: "Droid Serif", sans-serif;
	color: #111d2b;
	line-height: 30px;
}

.about-team-items .team-item .position {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	color: #0d161e;
	margin-bottom: 20px;
}

.about-team-items .team-item .content {
	margin-bottom: 40px;
}

.vnp-button {
	margin-bottom: 25px;
}

.vnp-button a {
	padding: 10px 30px;
	border: 1px solid #072c47;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	color: #444444;
	text-transform: uppercase;
}

.vnp-button a:hover {
	background: #072c47;
	color: #fff;
}

.hoa-carousel-owl .owl-item.active:nth-child(2) .team-item .vnp-button a,
.hoa-carousel-owl .owl-item .team-item:hover .vnp-button a {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

.about-team-items .team-item .info {
	margin-bottom: 20px;
}

.about-team-items .team-item .info p {
	font-size: 16px;
	color: #082d48;
}

.about-team-items .team-item .info p strong a {
	font-family: "ProximaNova Bold", sans-serif;
	color: #082d48;
}

.about-team-items .team-item .info p strong a:hover {
	color: #b28500;
}

.about-team-items .team-item .social a {
	display: inline-block;
	margin-right: 12px;

}

.about-team-items .team-item .social a:hover {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}

.about-team-items .team-item .social a:last-child {
	margin-right: 0;
}

/* slick slider */
.team-item.slick-slide.slick-active .social,
.team-item.slick-slide.slick-active .info {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.team-item.slick-slide.slick-active:hover .social,
.team-item.slick-slide.slick-active:hover .info {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.team-item.slick-slide.slick-current.slick-active.slick-center .social,
.team-item.slick-slide.slick-current.slick-active.slick-center .info {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}

.team-item.slick-slide.slick-current.slick-active.slick-center .vnp-button a,
.team-item.slick-slide.slick-active:hover .vnp-button a {
	border-left: none;
	border-right: none;
	border-top: none;
}

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

.team-button a {
	font-size: 14px;
	font-family: "ProximaNova Semibold", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 40px;
	background: #072c47;
}

.team-button a:hover {
	background-color: #fff;
	color: #072c47;
	border: 1px solid #072c47;
}

.slick-slide {
	padding: 0 40px;
}

/* Brokes page title
-------------------------------------------------------------- */
.brokers-background-page-title {
	background: url(../images/bg-brokes.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.brokes-page-title {
	text-align: center;
}

.brokes-page-title .page-title {
	font-family: "Droid Serif", sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
}

.brokes-page-title .desc {
	font-size: 18px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;

}

.brokes-page-title .desc span {
	display: block;
}

.brokers-form-search {
	padding: 30px 70px;
	background-color: #efefef;
	margin-top: -50px;
}

.brokers-form-search .title {
	font-family: "Droid Serif", sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #0d161e;
}

.brokers-form-search .title img {
	padding-right: 15px;
}

.brokers-form-search .ip-search {
	padding-right: 7px;
	padding-left: 15px;
}

.brokers-form-search .ip-search input {
	width: 460px;
	height: 40px;
	background-color: #fff;
	padding: 5px 20px;
	font-family: "Droid Serif", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #0c151d;
}

.brokers-form-search .lang {
	padding-right: 15px;
}

.brokers-form-search .lang select {
	width: 160px;
	height: 40px;
	background-color: #fff;
	padding: 5px 20px;
	font-family: "Droid Serif", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #0c151d;
	cursor: pointer;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
}

.brokers-form-search .sub input {
	width: 140px;
	height: 40px;
	font-family: "ProximaNova Bold", sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #0c151d;
}

.brokers-form-search .sub input:hover {
	color: #0c151d;
	background-color: #fff;
	border: 1px solid #0c151d;
}

/* Brokers team */
.brokers .brokers-team {
	margin: 0 -35px;
	clear:both;
}
.brokers .brokers-team .brokers-item {
	width: 50%;
	padding: 0 35px;
	margin-bottom: 50px;
}

.brokers-team .brokers-profile {
	background: #f6f6f6;
	position: relative;
	border: 1px solid #ccc;
}

.brokers-team .brokers-profile .avatar {
    float: left;
    margin-right: 25px;
    max-width: 160px;
    height: 149px;
    overflow: hidden;
}
.brokers-team .brokers-profile .content {
	overflow: hidden;
	min-height: 149px;
}

.brokers-team .brokers-profile .content .title {
	font-size: 13px;
	font-family: "ProximaNova Semibold", sans-serif;
	color: #111d2b;
	margin-top: 10px;
}

.brokers-team .brokers-profile .content .name {
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	font-size: 20px;
	color: #111d2b;
	margin-bottom: 15px;
}

.brokers-team .brokers-profile .content .phone {
	margin-bottom: 3px;
}

.brokers-team .brokers-profile .content .phone a {
	font-size: 14px;
	font-family: "ProximaNova Semibold", sans-serif;
	color: #111d2b;
}

.brokers-team .brokers-profile .content .phone a i {
	font-size: 20px;
	padding-right: 7px;
}

.brokers-team .brokers-profile  .vnp-but {
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
}

.brokers-team .brokers-profile  .vnp-but a {
	padding: 10px 20px;
	background: #fff;
	font-size: 12px;
	font-family: "ProximaNova Bold", sans-serif;
	text-transform: uppercase;
	color: #0d161e;
}

.brokers-team .brokers-profile  .vnp-but a:hover {
	background: #0d161e;
	color: #fff;
}

.brokers-team .brokers-info {
	background-color: #0c263b;
	padding: 20px 15px;
	overflow: hidden;
}

.brokers-team .brokers-info .group-buttom {
	float: left;
	margin-top: 5px;
}

.brokers-team .brokers-info .group-buttom a {
	padding: 7px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11.5px;
	font-family: "ProximaNova Bold", sans-serif;
	border: 1px solid #333e4a;
}

.brokers-team .brokers-info .group-buttom a:hover {
	background-color: #fff;
	color: #0c263b;
}

.brokers-team .brokers-info .social {
	float: right;
}

.brokers-team .brokers-info .social a {
	display: inline-block;
}

.brokers-team .brokers-info .social a:hover {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

/* Brokes filter
-------------------------------------------------------------- */
.brokers ul.brokers-filter {
	padding: 0;
	margin: 25px 0 70px 0;
	overflow: hidden;
	text-align: center;
}

.brokers ul.brokers-filter li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.brokers ul.brokers-filter li:after {
	position: absolute;
	right: -7px;
	top: 7px;
	content: "";
	width: 1px;
	height: 15px;
	background: #444444;
}

.brokers ul.brokers-filter li:last-child:after {
	background: transparent;
}

.brokers ul.brokers-filter li.active {
	border-color: #32bfc0;
}

.brokers ul.brokers-filter li a {
	font-size: 18px;
	font-family: "Proxima Nova", sans-serif;
	display: block;
	padding: 5px 7px;
	text-transform: uppercase;
	color: #444444;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.brokers ul.brokers-filter li.active a {
	background-color: #0c151d;
	color: #fff;
	font-family: "ProximaNova Bold", sans-serif;
	padding: 5px 12px;
}

/* Contact
-------------------------------------------------------------- */
.hoa-row.vnphat-contact {
	padding-top: 230px;
	padding-bottom: 230px;
}

.background-contact {
	background: url(../images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.vnphat-contact .contact-info {
	margin-bottom: 50px;
	padding-left: 15px;
}

.vnphat-contact .contact-info.style1 {
	margin-bottom: 25px;
}

.vnphat-contact .contact-info.style2 {
	padding-left: 73px;
}

.vnphat-contact .contact-info .img {
	float: left;
	margin-right: 25px;
}

.vnphat-contact .contact-info .address-contact {
	overflow: hidden;
}

.vnphat-contact .contact-info .address-contact .add-title {
	font-family: "ProximaNova Bold", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.vnphat-contact .contact-info .address-contact .content {
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.vnphat-contact .contact-info .address-contact .content a {
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.vnphat-contact .contact-info .address-contact .content a:hover {
	color: #b28500;
}

.vnphat-contact-form {
	padding-left: 180px;
}

.vnphat-contact-form .contact-title {
	font-family: "ProximaNova Bold", sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
}

.vnphat-contact-form input {
	padding: 7px 15px;
}

.vnphat-contact-form input,
.vnphat-contact-form textarea {
	color: #fff;
}

.vnphat-contact-form textarea {
	margin-bottom: 16px;
	padding: 7px 15px;
	resize: none;
}

.vnphat-contact-form textarea {
	position: relative;
	z-index: 1;
}
.vnphat-contact-form .wrap {
	position: relative;
}
.vnphat-contact-form .wrap:after {
	content:"";
	border-top: 10px solid #eeeeee;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	-webkit-transform: rotate(-45deg);
	z-index: 1;
	position: absolute;
	right: 2px;
	bottom: 30px;
	pointer-events: none;
}

.vnphat-contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #eeeeee;
}
.vnphat-contact-form input::-moz-placeholder { /* Firefox 19+ */
	color: #eeeeee;
}
.vnphat-contact-form input:-ms-input-placeholder { /* IE 10+ */
	color: #eeeeee;
}
.vnphat-contact-form input:-moz-placeholder { /* Firefox 18- */
	color: #eeeeee;
}

.vnphat-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #eeeeee;
}
.vnphat-contact-form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #eeeeee;
}
.vnphat-contact-form textarea:-ms-input-placeholder { /* IE 10+ */
	color: #eeeeee;
}
.vnphat-contact-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #eeeeee;
}

.vnphat-contact-form .contact-form input.first-name,
.vnphat-contact-form .contact-form input.last-name,
.vnphat-contact-form .contact-form input.email,
.vnphat-contact-form .contact-form input.phone {
	width: 290px;
	float: left;
	margin-bottom: 10px;

}

.vnphat-contact-form .contact-form input.subject {
	margin-bottom: 10px;
}

.vnphat-contact-form .contact-form input.first-name,
.vnphat-contact-form .contact-form input.email {
	margin-right: 10px;
}

.vnphat-contact-form .form-submit {
	float: right;
}

.vnphat-contact-form .form-submit input {
	background-color: #072c47;
	color: #fff;
	border: 1px solid #072c47;
	padding: 10px 30px;
	font-size: 12px;
	font-family: "ProximaNova Semibold", sans-serif;
}

.email-error,
.phone-error {
	display: table-cell;
	position: relative;
}

.vnphat-contact-form .contact-form input.email.error,
.vnphat-contact-form .contact-form input.phone.error {
	margin-bottom: 5px;
}

.email-error label,
.phone-error label {
	color: #b28500;
	margin-bottom: 10px;
}

/* Profile listing
-------------------------------------------------------------- */
.profile-listing-search {
	padding-top: 35px;
	padding-bottom: 20px;
}

.profile-listing-form-search .submit-search {
	background: url(../images/icon/icon-search-listing.png);
	background-repeat: no-repeat;
	background-position: center;
}

.profile-listing-form-search .submit-search input[type="submit"] {
	padding: 10px 15px;
	border: 1px solid transparent;
}

.profile-listing-form-search .submit-search input[type="submit"]:hover {
	border: 1px solid #ededed;
}

.profile-listing-form-search .title {
	font-size: 16px;
	font-family: "Proxima Nova", sans-serif;
	color: #0d161e;
	margin-bottom: 15px;
	margin-left: 5px;
}

.profile-listing-form-search .title input[type="text"] {
	font-size: 16px;
	font-family: "Proxima Nova", sans-serif;
	color: #0d161e;
	border: transparent;
}

.profile-listing-form-search .title img {
	padding-right: 15px;
}

.profile-listing-form-search .vnphat-select select {
	width: 225px;
	height: 40px;
	background-color: #fff;
	padding: 10px 20px;
	font-family: "DroidSerif", sans-serif;
	font-size: 12px;
	color: rgba(12, 21, 29, 0.79);
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 5px;
	background-color: #ededed;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.profile-listing-form-search .vnphat-select select option {
	padding: 7px 20px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.profile-listing-search .more-options .more {
	margin-right: 10px;
	margin-top: 7px;
}

.profile-listing-search .more-options .more select {
	width: 140px;
	height: 40px;
	background-color: transparent;
	padding: 10px 20px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	color: #0c151d;
	cursor: pointer;
	margin-right: 5px;
	border: none;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
}

.profile-listing-search .more-options .more select option {
	padding: 5px 10px;
}

/* Pagination */
.profile-listing {
	padding-bottom: 35px;
}

.profile-listing-pagination {
	text-align: center;
	margin-bottom: 30px;
}

.profile-listing-pagination .listing-pagination {
	display: inline-block;
	width: auto;
}

.profile-listing-pagination .listing-pagination .pagination-button {
	padding: 3px 10px;
	float: left;
	width: auto;
	display: block;
	border: 1px solid #b7b7b7;
	margin-right: 5px;
	font-size: 15px;
	font-family: "Proxima Nova", sans-serif;
	color: #b7b7b7;
}

.profile-listing-pagination .listing-pagination .pagination-button:hover,
.profile-listing-pagination .listing-pagination .pagination-button.active {
	color: rgba(74, 74, 74, 0.8);
	background-color: #efefef;
	border: 1px solid #efefef;
}

/* Profile listing item */
.profile-listing-item {
	margin: 0 -15px;
}

.profile-listing-item .project-item {
	margin-bottom: 30px;
	width: 25%;
	float: left;
	padding: 0 15px;
}

/* Profile listing drop */
.sizelist ul{
	list-style-type:none;
}
.sizelist li{
	display:inline;
	width:auto;
	overflow:hidden;
}
.sizelist li a{
	display:block;
	border-bottom:1px solid rgba(204, 204, 204, 0.4);
	padding:5px 6px 5px 6px;
}

.vnp-size-form {
	position: relative;
	width: 219px;
	float: left;
	margin-right: 11px;
	margin-bottom: 10px;
}

.vnp-size-form:last-child {
	margin-right: 0;
}

.vnp-size-form input[type="button"] {
	width: 225px;
	height: 40px;
	text-align: left;
	background-color: #fff;
	padding: 10px 20px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.86);
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 5px;
	background-color: #ededed;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
}

.sizelist {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #ebebeb;
	z-index: 999999;
}

.sizelist li a {
	padding: 7px 20px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	color: #444444;
}

.sizelist li a:hover {
	background: rgba(204, 204, 204, 0.4);
	color: #000;
}

.profile-listing-search .more-options .vnp-size-form {
	float: right;
	width: 145px;
}

.profile-listing-search .more-options .vnp-size-form input[type="button"] {
	width: 140px;
	height: 40px;
	background-color: transparent;
	padding: 10px 20px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	color: rgba(68, 68, 68, 0.64);
	cursor: pointer;
	margin-right: 0px;
	border: none;
	text-transform: capitalize;
	background-image: url(../images/icon/button-cl666.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
}

/* Language */
.language.hideinpc {
	display: none;
}

.language.hoa-language {
	margin: 0 !important;
}

.vnp-language {
	position: relative;
	width: 65px;
	height: 100%;
	float: left;
}

.vnp-language .lang {
	cursor: pointer;
	border: none;
	color: #fff;
}

.vnp-language input[type="button"] {
	padding: 0px 15px 0 0;
	width: 65px;
	height: 30px;
}

.lag1 {
	width: 77px !important;
	position: absolute !important;
	left: 0 !important;
	top: 50px !important;
	background-color: #fff !important;
	z-index: 99999999;
	opacity: 1 !important;
	visibility: initial !important;
	transform: none !important;
}

.lag1 .la1 {
	display: none;
	border: none !important;
}

.lag1 .la1 {
	line-height: 20px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.lag1 .la1:hover {
	background-color: rgba(204, 204, 204, 0.4) !important;
}

/*.lag1 .la1:hover a {
	color: #fff !important;
}*/

.lag1 .la1 a {
	line-height: 7px !important;
	padding: 7px !important;
	color: #000 !important;
}

/* EP CHANGES */
.hidden-submit {
	visibility: hidden !important;
	width: 0px !important;
	height:0px !important;
	display:inline-block !important;
	padding:0px !important;
}
.buy_plus_tax {
	font-size:10px;
	color: #808080;
}
.prop_map {
	width:100%;
	height:765px;
	border:0px;
}
#suggestions_container {
	display:none;
	position: absolute;
	clear:both;
	top:100%;
	background-color:#FFF;
	width:100%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 20px;
}
#suggestions_container .suggestions_section h5 {
	margin:0 0 5px;
}
#suggestions_container .suggestions_section:not(:last-child) {
	padding-bottom:20px;
}
.suggestions_box_close {
	float:right;
}
.button.button-suggestion-more {
	margin-top: 10px;
	color: #777;
	border-color: #777;
}
.button.button-suggestion-more a {
	color: #777;
}
.project-item .wrap-desc {
	height:175px;
}
/*
.vnp-size-form {
	float:none !important;
	display:inline;
	margin-right:1px !important;
}*/
.sizelist {
	max-height:300px;
	overflow-y:scroll;
}
.btn-linked {
	cursor: pointer;
	width:auto !important;
}
.sortby {
	float:left;
}
.top-pagination {
	float:right;
}
.valign_checkbox input {
	margin:0;
	vertical-align: middle;
}

.project-item {
	display:block;
	position: relative;
}

.project-item .tag{
	position:absolute;
	top:0px;
	right: 13px;
	z-index: 99999;
}
.project-item .tag-nopadding{
	position:absolute;
	top:0px;
	right: 0px;
	z-index: 99999;
}
.project-item i.fa-heart-o {
	position: absolute;
	top: 8px;
	left:12px;
	right: auto !important;
	color: #fff;
	cursor: pointer;
	z-index: 99999;
	transition: 0.3s;
}
.project-item i.fa-heart-o:hover {
	color: #b20000;
}
.profile-listing-item .project-item i.fa-heart-o {
	left:15px;
}
div.price {
	float:left;
}
.property_status_tag {
	float:right;
	line-height: 60px;
    text-transform: uppercase;
}
.tag_sold {
	color: red;
}
.no-float {
	float:none !important;
}
.street {
	width:100%;
	max-width:100%;
	height:410px;
	margin:0 !important;

}
#property_images {
	width: 100%;
	height:627px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/* display: none; */
}
#property_images_mobile {
	width: 100%;
	height:627px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.frmLoader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.frmLoader .bg {
	background: #fefefe;
	opacity: 0.75;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.frmLoader .block-loader {
	z-index: 999;
}
.frmResult {
	display:none;
}
.frmResult.failed {
	color:red;
}
.frmResult.success {
	color:green;
}
.flat-accordion.style1.hoa-hidedesktop input {
	color: #666666 !important;
}
.email-broker-form {
	width:100%;
}
.email-broker-form form {
	margin: 0 auto;
	position: relative;
	max-width: 514px;
	float: none;
}
.vnp-slider .item {
    text-align: center;
    min-height: 405px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.project-item .wrap-images {
	min-height:205px;
	height:auto;
	width:272px;
}
*/
@media only screen and (max-width: 991px) {
	.price {float:none !important;}
}
.sizelist {
	max-height:0px;
}
.sizelist.show {
	max-height:300px !important;
}
.brokers-team.loading {

}
#brokersNavigation {
	clear:both;
	float:right;
	display:none;
}
.page-broker-details .project-item .wrap-images img, .page-property-details .project-item .wrap-images img {
	width: 100%;
	height: 197px;
}
@media all and (max-width: 1199px) {
	.page-broker-details .project-item .wrap-images img, .page-property-details .project-item .wrap-images img {
		width:205px;
		height:154px;
	}
}
@media all and (max-width: 991px) {
	.page-broker-details .project-item .wrap-images img, .page-property-details .project-item .wrap-images img {
		width:272px;
		height:204px;
	}
}

.home_banner_mobile {
	display:none !important;
}
@media all and (max-width: 480px) {
	.home_banner_mobile {
		display:block !important;
	}
	.home_banner_desktop {
		display:none !important;
	}
}

.frmContactUs .frmLoader .bg {
	opacity: 0.95;
}

.hoa-tabs .menu-tab li {
	text-transform: uppercase;
}
.vnp-member .vnp-but a {
	text-transform: uppercase;
}
#footer_favorites.hide {
	display:none !important;
}
#footer_favorites .favorites .owl-item .img {
	position: relative;
}
#footer_favorites .favorites .owl-item .removeItem {
	cursor: pointer;
	position: absolute;
	top:0;
	right:0;
	background-color: #000;
	width:20px;
	height:20px;
	color:#FFF;
	line-height: 20px;
	text-align: center;
}


.hoa-tabs .content-tabs .content-request.share .social {
	text-align: center;
}
@media all and (min-width:990px) {
	.hoa-tabs .content-tabs .content-request.share .social a {
		width: 29% !important;
		margin: 0 1.5% 10px 1.5% !important;
		min-width:150px !important;
	}

}

@media only screen and (max-width: 479px) {
	.map_truncate_tabs {
		display:none;
	}
	body.home .hoa-row.row-folio {
		padding-bottom:65px !important;
	}
	.brokers-team .brokers-profile .avatar { max-width: 117px; height: 110px;}
.brokers-team .brokers-profile .content {min-height: 110px;}
.vnp-slider .owl-carousel .owl-item img, .vnp-slider .owl-carousel .owl-item .item {
    width: 100%;
    height: auto;
}
.vnp-slider .item {min-height: 378px;}
}


@media all and (max-width: 990px) {
	.flat-tabs.style1 ul.menu-tabs.tabs-50-mobile li:nth-child(2), .flat-tabs ul.menu-tabs.tabs-50-mobile li:nth-child(2) {
		width:50% !important;
	}
	.tab-50-mobile {
		width:50% !important;
	}
	.tab-50-mobile-hide {
		display:none !important;
	}
}
#mainnav-mobi li {
	text-transform: uppercase;
}
.broker_description_content {
	max-height:310px;
	overflow-y:hidden;
	display:inline-block;
}
.broker_description_content.reveal {
	max-height:none;
}
.broker_truncated {
	display:none;
}
.broker_truncated_toggler {
	padding-left:5px;
}

@media all and (max-width: 468px) {
    .profile-listing-pagination .sortby {
        float:none !important;
    }
    .listing-pagination.top-pagination {
        float:none !important;
        margin-top:10px;
    }
}
@media all and (max-width: 990px) {
    .property_status_tag {
        float:none !important;
        width:100%;
        text-align: center;
		padding: 0;
		margin: 20px 0;
		line-height: 10px;
    }
}

@media all and (min-width:1200px) {
	#property_images img.rsImg.rsMainSlideImage {
		width: auto !important;
		height: 416px !important;
		margin-left: 0px !important;
		margin-top: 0px !important;
	}
}

.hoa-team .team-item .avatar {
	max-width: 76px;
	height: auto;/* 72px; */
	overflow: hidden;
	border: 1px solid #ccc
}
.hoa-team .team-item .avatar img {
	max-width: 100%;
	height: auto;
}
.vnp-member .avatar {
	max-width: 109px;
	height: 102px;
	overflow: hidden;
}
.vnp-member .avatar img {
	max-width: 100%;
	height: auto;
}
.button-slides {
    display: inline-block;
}



/********* video page *********/

.banner .bannerContent h2, .videoSection .allVideos .rightdec h4, .videoSection .presVideo .videoDes h3 {
	font-family: 'Droid Serif';
	font-weight: 400;
	font-style: italic;
}
.banner, .banner .bannerContent a {
	color: #fff
}
.banner {
	background: url(../images/banner-bg.jpg) top center;
	background-size: cover;
	padding: 172px 0 45px
}
.banner .bannerContent {
    margin: auto;
    width: 81%;
}
.banner .bannerContent a i.icon-plus {
	background-color: #0d161e;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	border-radius: 50%
}
.downArrow i {
	font-size: 30px
}
.banner .bannerContent h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #fff;
}
.banner .bannerContent p {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 32px
}
.banner .bannerContent .addSign {
	font-size: 15px
}
.banner .bannerContent .downArrow {
	margin-top: 73px
}
.videoSection {
	padding: 50px 0 100px
}
.videoSection .presVideo iframe {
	width: 100%;
	height: 650px
}
.videoSection .presVideo .videoDes {
	margin: 60px 0 100px
}
.videoSection .presVideo .videoDes h3 {
    font-size: 22px;
    color: #082d48;
    margin-bottom: 25px;
    line-height: 1.1;
}
.videoSection .presVideo .videoDes p:last-child {
	margin: 0
}
.videoSection .allVideos>.row>.col-md-6 {
	margin-bottom: 30px
}
.videoSection .allVideos>.row>.col-md-6:nth-child(even) {
	padding-left: 45px
}
.videoSection .allVideos>.row>.col-md-6:nth-child(odd) {
	padding-right: 45px
}
.videoSection .allVideos .leftVideo {
    background: #000;
    min-height: 126px;
    padding: 0;
}
.videoSection .allVideos .leftVideo iframe {
	width: 100%;
	max-height: 127px
}
.videoSection .allVideos .rightdec {
	margin-top: 8px;
	padding-right: 0;
	padding-left: 28px
}
.videoSection .allVideos .rightdec h4 {
    color: #082d48;
    font-size: 18px;
    margin: 10px 0 10px;
}
.videoSection .allVideos .rightdec p {
	font-size: 12px;
	line-height: 1.5
}
.downArrow .fa-angle-down:before
{
	content: "";
	width: 36px;
	height:20px;
	background: url(../images/banner-arrow-icon.png) center no-repeat;
	display: inline-block;
}

.hgtv_logo {
    display: block;
    width: 60px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.mobAds {
    display: none;
}
.slickteam .slick-slide {
    padding: 0;
    margin: 0px 15px;
}
.slickteam .team-item.slick-slide.slick-active .social, .slickteam .team-item.slick-slide.slick-active .info {
    opacity: 1;
}
.slickteam .team-item.slick-slide.slick-active:hover .vnp-button a {
	border: 1px solid #072c47;
}
.about-team-items.slickteam  .team-item .info p {
    font-size: 15px;
}
.about-team-02 .slick-track {
    display: inline-block;
}

.hoa-team .team-item {
    width: 30%;
    float: left;
    padding: 10px 0;
}
.privacy-policy {margin: 80px 0;}
.privacy-policy-box{padding: 0 15px 0;}
.privacy-policy-box h1 {
    font: 38px/38px "Proxima Nova", sans-serif;
        font-weight: normal;
		color:#000;margin-top: 30px;
}
.privacy-policy-box h2 {
	font: 32px/32px "Proxima Nova", sans-serif;
	font-weight: normal;
	color:#000;
	/*margin-top: 40px;*/
	margin: 40px 0 10px;
}

.privacy-policy-box  h3 {
    font: 26px/26px "Proxima Nova", sans-serif;
	 font-weight: normal;
	 color:#000;margin-top: 30px;
	 margin-bottom: 20px;
}
.privacy-policy-box  h4 {
    font: 22px/22px "Proxima Nova", sans-serif;
	 font-weight: normal;
	 color:#000;margin-top: 30px;
	 margin-bottom: 15px;
}
.privacy-policy-box  p strong{color:#000; margin: 10px 0;}

.privacy-policy-box  p{font: 15px/22.5px "Proxima Nova", sans-serif;}

.privacy-policy-box .li-view li {
    list-style: disc;
    margin: 5px 13px 0;
    font: 15px/22.5px "Proxima Nova", sans-serif;
}

.privacy-policy-box .strong-li-view li{
margin: 10px 0;
    font: 15px/22.5px "Proxima Nova", sans-serif;
	}

.ohp {
	display: inline-block;
	margin: 12px 0px 0px 20px;
	text-align: center;
}

#instagram {padding-bottom: 0px;} 
.brokersInfo div.avatar,
.brokersInfo div.content {
    float: left;
}
.brokersInfo div.avatar {
    margin-right: 30px;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
	width:200px;
}
.brokersInfo div.content:first-child {
    width: 155px;
}
.brokersInfo div.avatar img {  
	width:200px;
}
.searchPageNew .brokersInfo div.avatar {
    width: 215px;
    margin-right: 15px;
}
.searchPageNew .brokersInfo div.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.brokersInfo div.content:nth-of-type(2) {
    max-width: 160px;
}
.searchPageNew .brokersInfo .brokerDesc div.content:nth-of-type(2) {
    margin-left: 10px;
}
.searchPageNew .brokerDesc .social {
	display: block;
    vertical-align: top;
    width: 100%;
    text-align: right;
}
.searchPageNew .brokerDesc .social a {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}
.searchPageNew .brokerDesc .social a:last-child i {
	padding: 0;
}
.brokersInfo div.content:nth-of-type(3) {
    width: 115px;
    float: right;
}
.brokersInfo div.content .title {
	font-size: 13px;
	font-family: "Proxima Nova", sans-serif;
	color: #666666;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 16px;
	max-width: 160px;
}
.searchPageNew .brokersInfo div.content .title {
    margin: 5px 0 8px;
}
.brokersInfo div.content .name {
    font-family: "Droid Serif", sans-serif;
    font-size: 24px;
    color: #666666;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 36px;
}
.searchPageNew .brokersInfo div.content .name,
.page-property-details-rs .vnp-member .content .name {
	color: #082d48;
}
.brokersInfo div.content .phone {
    margin-bottom: 7px;
}
.brokersInfo div.content .phone a {
    font-weight: 400;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    color: #666666;
}
.brokersInfo div.content .phone a i {
    font-size: 18px;
    color: #666666;
    padding-right: 7px;
}
.brokersInfo div.content.contactBtns a {
	font-size: 13px;
    line-height: 26px;
    display: block;
    font-family: "Proxima Nova", sans-serif;
    color: #082d48;
    padding: 7px 15px;
    background-color: #efefef;
    margin-bottom: 10px;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
}
.brokersInfo div.content.contactBtns a:hover {
	background-color: #082d48;
    color: #fff;
}
.searchPageNew .brokersInfo div.content.contactBtns a {
	background-color: #082d48;
    color: #fff;
}
.searchPageNew .brokersInfo div.content.contactBtns a:hover {
	background-color: #efefef;
    color: #082d48;
}
.searchPage {
	background: #f7f7f7;
}
.brokersInfoInr {
    border: 1px solid #cccccc2e;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}
.searchPageNew .brokersInfoInr {
	padding: 0;
	border: 3px solid #efefef;
}
.brokerDesc {
    float: right;
    padding: 10px 10px 10px 0;
    max-width: 56%;
}
.imgBox {
	margin: 5px 5px;
	width: 100%;
}

.button.facebook, .button.youtube,  .button.social{
	border: 0;
	padding: 0;
	line-height: 20px;
}

.brokers-item .social i {
	font-size: 20px;
	color: #666666;
	padding-right: 15px;
}
.nameNdPrice,
.tabsNprice {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.nameNdPrice .details-title {
    float: left;
    width: 80%;
    padding-bottom: 14px;
}
.tabsNprice .menu-tabs {
    float: left;
    width: 80%;
}
.tabsNprice .propertyPrice {
    float: right;
    text-align: right;
    /*width: 20%;*/
    width: 27%;
    /*margin-top: -40px;*/
    margin-top: -82px;
}
.tabsNprice .propertyPrice .price {
	width: 100%;
	font-size: 30px;
	color: #b28500;
	font-family: "Droid Serif", sans-serif;
	font-style: italic;
	line-height: 30px;
	position: relative;
}
.tabsNprice .propertyPrice .ms {
	color: #777777;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
.productInfoRight .menu-tab {
	text-align: right;
	margin-bottom: 12px;
}
.property-gallery-rs .item-slick.slick-slide {
    padding: 0 6px;
}
.page-property-details-rs02 .property-gallery-rs .item-slick.slick-slide,
.page-property-details-rs03 .property-gallery-rs .item-slick.slick-slide {
    opacity: 0.4;
}
.page-property-details-rs02 .property-gallery-rs .item-slick.slick-slide.slick-current,
.page-property-details-rs03 .property-gallery-rs .item-slick.slick-slide.slick-current {
    opacity: 1;
}
.property-gallery-rs .slick-list {
	padding: 0 84px !important;
}
.item-slick-inn {
    display: block;
    height: 781px;
}
.item-slick-inn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-gallery-rs .item-slick.slick-slide img {width: 100%;}
.propertySlider {
	padding: 0 !important;
}
.propertyDesc {
	margin-top: 35px;
}
.estimatedPayment {
    margin-top: 15px;
    padding: 40px 35px;
    background: #062b46;
    color: #fff;
    font-family: "Droid Serif", sans-serif;
    font-size: 22px;
    font-style: italic;
}
.estimatedPayment p {
    position: relative;
    padding-left: 45px;
}
.estimatedPayment p span {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.estimatedPayment p i {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -4px;
    opacity: 0.2;
}
.estimatedPayment > span {
    position: absolute;
    right: 20px;
    top: 38%;
}
.details-profile-content-left,
.tabsNprice,
.searchNextPrev {
    margin: auto;
    width: 90%;
    display: block;
}
.vnp-member {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.vnp-member + .vnp-member {
    margin-top: 20px;
}.page-property-details-rs .adv .imgBox {
    margin: 14px 0 0;
}
.page-property-details-rs .adv .imgBox img {
    width: 100%;
}
.property-gallery-rs .slick-list {
	padding: 0 5.44% !important;
}
.lightbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.page-property-details-rs02 .property-gallery-rs .slick-list {
    padding: 0 10.3% !important;
}
.page-property-details-rs02 .details-profile-content-left, .page-property-details-rs02 .tabsNprice, .page-property-details-rs02 .searchNextPrev {
width: 80%;
}
.page-property-details-rs02 .item-slick-inn {
    height: 700px;
}
.page-property-details-rs02 .slick-prev {
    left: 12%;
}
.page-property-details-rs02 .slick-next {
    right: 12%;
}
.page-property-details-rs03 .item-slick-inn {
    height: 620px;
}
.page-property-details-rs03 .slick-prev {
    left: 14%;
}
.page-property-details-rs03 .slick-next {
    right: 14%;
}
.hoa-row.whiteSpace-rs {
    padding-top: 25px;
}
.page-property-details-rs02 .details-profile-content-left .details-title,
.page-property-details-rs02 .details-title,
.page-property-details-rs03 .details-profile-content-left .details-title,
.page-property-details-rs03 .details-title {
	padding: 0
}
.single-property-gallery-rs {text-align: center;}
.single-property-slick-rs {width: 78.8%;  display: inline-block;}
.tabsNprice .propertyPrice .price .ohp {
    position: absolute;
    left: -155px;
    top: -14px;
    font-style: normal;
}
.price-inn {display: inline-block;position: relative;}
.mobilePropertyPrice .ohp {
    position: relative;
    left: 0;
    margin: 0;
    top: 13px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.profile-listing-item .wrap-images img {
		width: 272px;
		height: 204px;
	}
	
.broker_logo{
	margin-bottom: 20px;
	width: 100%;
	max-width: 185px;
	height: auto;
}
.outer-introduce-profile  {
	
	background: url(../images/bg1.jpg);
	background-size: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.outer-row-testimonial  {
	background-size: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* Checkbox style start 29/8/24 */

.terms_checkbox { position: relative; }
.terms_checkbox > span { position: relative;display: flex; align-items:flex-start; }
.terms_checkbox input { position: absolute; margin:0; opacity:0; visibility:hidden; }
.terms_checkbox label { position: relative; padding-left: 20px; font-family: "Inter", sans-serif;font-size:11px;line-height:1.2727; color:#494949; text-align:left; }
.terms_checkbox label:before { position:absolute; left:0; width:14px;height:14px;border:solid 1px #494949; border-radius:2px; content:''; }
.terms_checkbox label:after { position:absolute; top: 4px; left:4px; width:6px;height:6px; background: #494949; content:'';opacity: 0; visibility:hidden; transition:all ease-in-out 300ms; }
.terms_checkbox input:checked + label:after { opacity: 1; visibility:visible; }
.terms_checkbox label a { display:inline-block;color:#494949; text-decoration:underline; text-underline-offset: 2px; }
.vnphat-contact-form .terms_checkbox { margin-bottom:13px; }
.vnphat-contact-form .terms_checkbox label { color:#fff; }
.vnphat-contact-form .terms_checkbox label a { color:#fff; }
.vnphat-contact-form .terms_checkbox label:before { border-color:#fff; }
.vnphat-contact-form .terms_checkbox label:after { background:#fff; }

/* Checkbox style end 29/8/24 */


.terms_checkbox > span.error-message {
    color: #FF0000;
    font-size: 11px;
    line-height: 13px;
    padding-top: 10px;
}