﻿/****** COMMON ***********/

@font-face { 
   font-family: "MyriadPro-Regular"; 
   src: url("fonts/MyriadPro-Regular.otf");
}
@font-face {
	 font-family: "MyriadPro-Semibold"; 
   src: url("fonts/MyriadPro-Semibold.otf");
}
html {
	

}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,legend,input,button,textarea,p,blockquote
	{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	width: 100%;  
}

.fieldset {
	margin: 0;
	padding: 10px;
}

th,td {
	margin: 0;
}
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
.red,.label_error {
	color: red;
}

.redborder {
	border: 1px solid red;
}

.bold {
	font-weight: bold;
}

img {
	border: 0;
	/*max-width: 100%; */
}
/*img:hover {
opacity: 0.7;
}*/

address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}
legend { 
   color: #000000; 
   font-weight: bold; 
   padding: 0 8px;
}
figure { 
 margin: 0;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
select,input,button,textarea,button {
	font: 100% arial;
}

/*table {
	font-size: inherit;
}

pre,code,kbd,samp,tt {
	font-family: monospace
	line-height: 100%;
}*/

.clear {
	clear: both;
}

.hidden,.hide,.hiden {
	display: none;
}

.fll{
	float: left;	
}
.flr{
	float: right;
}


.fl-left{ 
   float: left;
}
.fl-right{ 
   float: right;
}
/** 
* Icon 
*/

.hoverimage{ 
 position: relative; 
 overflow: hidden;   
 color: #fff; 
 text-decoration: none; 
 text-align: center; 
 line-height: 50px; 
 font-size: 12px; 
 font-family: sans-serif;
}

/** 
* The "shine" element 
*/

.hoverimage:after { 
 content: ""; 
 position: absolute; 
 top: -110%; 
 left: -210%; 
 width: 200%; 
 height: 200%; 
 opacity: 0; 
 transform: rotate(30deg); 
  
 background: rgba(255, 255, 255, 0.13); 
 background: linear-gradient( 
   to right,  
   rgba(255, 255, 255, 0.13) 0%, 
   rgba(255, 255, 255, 0.13) 77%, 
   rgba(255, 255, 255, 0.5) 92%, 
   rgba(255, 255, 255, 0.0) 100% 
 );
}

/* Hover state - trigger effect */

.hoverimage:hover:after { 
 opacity: 1; 
 top: -30%; 
 left: -30%; 
 transition-property: left, top, opacity; 
 transition-duration: 0.7s, 0.7s, 0.15s; 
 transition-timing-function: ease;
}

/* Active state */

.hoverimage:active:after { 
 opacity: 0;
}
/****** end COMMON ***********/



/******  .heder ***********/

.header { 
   background: #eeecec;     
}

.header .title-logo { 
   text-indent: -99999px; 
   display: block; 
   height: 1px;
}
.header .logo-heder img{ 
   max-width: 100%;
}
.header .content-heder ,.header .logo-heder { 
 float: left; 
 position: relative; 
 min-height: 1px; 
 -webkit-box-sizing: border-box; 
 -moz-box-sizing: border-box; 
 box-sizing: border-box;
}

.header .col-md-clear { 
   border-top: 1px solid #ffffff; 
   margin-right: -10px;
}



.header .register { 
   margin-right: 13px;
}

.header .row-heder-filters {
}
.container-pos1{
	padding-top:15px;
}
.ct-logo-hd { 
   height: 102px; 
   background:#fff; 
   -webkit-transition: height .5s; 
   -moz-transition: height .5s; 
   transition: height .5s;
}
.ct-logo-active .ct-logo-hd{ 
   height: 133px !important;
}

/******  .wrapper_main_column  ***********/
.wrapper_main_column { 
 position: relative;
}

.wrapper_main_column:before, .wrapper_main_column:after { 
 content: " "; 
 display: table;
}

.wrapper_main_column:after { 
 clear: both;
}


.title-menu-ft { 
 font-size: 17px; 
 font-weight: normal; 
 color: #015f95; 
 line-height: 22px; 
 padding: 0px 0px 10px;
}
.icon-logo-ft img { 
 margin-bottom: 5px;
}
.adr-ft { 
 padding:8px 0px 8px 42px; 
 color: #333333;
}
.adr-ft.adrress.row-cl { 
   background: url('../images/icon-adress.png') no-repeat left center;
}
.adr-ft.hotline.row-cl { 
   background: url('../images/icon-phone-ft.png') no-repeat left center;
}
.adr-ft.email.row-cl{ 
   background: url('../images/icon-mail-ft.png') no-repeat left center;
}
.footer .fb_iframe_widget iframe,.footer .fb_iframe_widget span,.footer .fb_iframe_widget{ 
     width: 100% !important;
}

/******  .container-ct  ***********/
.container-ct { 
 position: relative;
}
.container-ct:before, .container-ct:after { 
 content: " "; 
 display: table;
}
.container-ct:after { 
 clear: both;
}
.container-column{ 
   padding-top: 25px; 
   padding-bottom: 25px;
}
.popup_full{ 
   position: fixed; 
   height: 100%; 
   top: 0; 
   left: 0; 
   width: 100%; 
   z-index: 10000; 
   display: none; 
   visibility: hidden; 
   background: red;
}
/*
----------.popup map ---------------*/
.col-row-map { 
 width: 100%;
}

.col-item-district label { 
 margin-right: 2px; 
 clear: both;
}

/*
------------------search-------*/
.col-seach { 
   margin-top: 18px; 
   background: url('../images/icon-search.png') no-repeat center 0px; 
   float: right; 
   cursor: pointer; 
   position: relative; 
   padding: 25px 0px;
}

.search-content { 
   border-left: 1px solid #ffffff;
	border-top: 3px solid #92278f;
	border-bottom: 1px solid #ffffff;
	-moz-border-bottom-colors: none; 
   -moz-border-left-colors: none; 
   -moz-border-right-colors: none; 
   -moz-border-top-colors: none; 
   background: none repeat scroll 0 0 #FFFFFF; 
   border-image: url('') none; 
   border-right: 1px solid #ffffff; 
   box-shadow: 0 3px 3px #AAAAAA; 
   display: none; 
   padding: 10px; 
   position: absolute; 
   right: 0; 
   text-align: left; 
   top: 48px; 
   width: 300px; 
   z-index: 9999;
}
.icon-down-search { 
   background: url('../images/arrow-up1.png') no-repeat center top 0px; 
   top: -10px; 
   right: 16px; 
   position: absolute; 
   height: 10px; 
   width: 10px;
}



#fix-body { 
   margin: 0 auto; 
   max-width: 100%; 
   position: relative; 
   overflow: hidden; 
   transition: all 0.6s; 
   min-height: 600px; 
   left: 0px;
}

.menu-active #fix-body{ 
   box-sizing: border-box; 
   left: 282px; 
   transition: all 0.6s;
}

/* ---------------- wapper-responsive ------------------ */
.wapper-responsive{
    background: #bd1f52 url(../images/bg-box.png);
    margin:0px 0px 10px 0px;
    height: 40px;
    display: block;
    position: relative;
}
.menu-wapper-res{
    float: left;
    width: 100%;
}
.logo-mobile{
	margin:5px 0px 0px 20px;
	display:block;
	float:left;
}
.logo-mobile img{
	height:30px;
}


.menu-wapper-res ul.list-action-user-mobile li{
	border-left:none;
	border-bottom: 1px #b2b2b2 solid;
	margin:0px 10px 0px 10px;
}
.list-action-user-mobile li:first-child{
	border-top:none;
}
.list-action-user-mobile li a{
	display:block;
	line-height:36px;
	color:#333;
}


.nav > li > a {
    position: relative;
}

.tab-show-hie,.show-menu-hide{
    display: none !important;
}

.wapper-responsive .icon-logo img {
    height: 50px;
    box-sizing: border-box;
    padding: 8px 5px;
}
.tab-show.active{
    background: #FFFFFF;
}
.nav-tabs li{
    border-left: 1px #016bad solid;
    float:left;
}

.menu-wapper-res .nav > li > a {
    position: relative;
    display: block;
    height: 40px;
    width: 44px;
}

.wapper-responsive .nav-tabs > li > a:hover {
    border: none !important;
}


.show-menu .navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #5C5360;
    display: block;
}

.tab-show .navicon-line{
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #A020D9;
    display: block;
}

.wapper-responsive .nav-tabs {
     border-bottom: none; 
}
.show-menu a{
	width:40px;
	height:40px;
	background-image: url(../images/icon-header-menu.png);
    background-size: 40px 40px;
    display:block;
}
.col-tab-1 a{
    width:40px;
	height:40px;
	background-image: url(../images/icon-account.png);
    background-size: 40px 80px;
    display:block;
}

.col-tab-1.active a{
    background-position: 0px -40px;
    background-color: #dedddd;
}

.col-tab-2{
    background-image: url('../images/e43-128.png');
    background-size: 55px 102px;
}

.col-tab-2.active{
    background-position: 0px -51px;
    background-color: #fff;
}

.col-tab-3 a{
    width:40px;
	height:40px;
	background-image: url(../images/icon-header-search.png);
    background-size: 40px 80px;
    display:block;
}

.col-tab-3.active a{
    background-position: 0px -40px;
    background-color: #dedddd;
    background-image: url(../images/icon-header-search.png);
}

.tab-content-res .col-sh {
    color: #fff;
    font-size: 16px;
    float: left;
    width: 47%;
    margin: 0px 0px 10px 2%;
    background: #3c9f10;
    height:34px;
    line-height:34px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tab-content-res .col-sh2{
	width:96%;
	margin: 0px 0px 0px 2%;

}
.item-if-hd{
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 10px 0px;
    background: #deded6;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.wapper-responsive .tab-pane{
    padding:10px 0px;
    float: left;
    position: relative;
    width: 100%;
    background:#eeecec;
    margin-bottom:10px;
    display:none;
}
.wapper-responsive .active{
    display:block;
}


.item-left-menu {
    position: absolute;
    right: 8px;
    height: 32px;
    width: 32px;
    top: 3px;
    z-index: 99999999999;
    background: url('../images/back-32.png') no-repeat center;
    cursor: pointer;
}
span.title-logo {
  text-indent: -99999px;
  display: block;
  height: 1px;
}
/*
----------.responsive ---------------*/
.scrollToTop { 
 display: none; 
 position: fixed; 
 bottom: 60px; 
 right: 0px; 
 width: 46px; 
 height: 46px; 
 background: url('../images/toTop.png') no-repeat center; 
 cursor: pointer; 
 z-index: 99999;
}
/* To fill the container and nothing else */
.row-heder-filters{
	padding:10px 0px 10px 0px;
}

.product-list{
	width:260px;
	margin:0px 20px 20px 0%;
	float:left;
	background:#f9f7f7;
}
.product-list02{
	margin:0px 0px 20px 0%;
}
.attr-duan01{
	border-bottom:1px #e2e2e2 dashed;
	margin:0px 5px 5px 5px;
}
.attr-duan01 span{
	display:block;
	color:#07a7fa;
	font-size:13px;
	line-height:28px;
}
.attr-duan01 span.attr-date{
	background:url('../images/icon-date.png') no-repeat 0px 6px;
	padding-left:18px;
}
.attr-duan01 span.attr-diachi{
	background:url('../images/icon-quan.png') no-repeat 0px 6px;
	padding-left:18px;
}
.attr-duan01 span.attr-dientich{
	background:url('../images/icon-area.png') no-repeat 0px 6px;
	padding-left:16px;
}
.attr-duan01 span.attr-phongngu{
	background:url('../images/icon-bedroom.png') no-repeat 0px 6px;
	padding-left:20px;
	margin-left:15px;
}

.attr-duan{
	height:80px;
	overflow:hidden;
}
.title-product-list{
	color:#444444;
	font-size:13px;
	font-weight:bold;
	display:block;
	line-height:18px;
	text-align:justify;
	overflow:hidden;
	margin:0px 5px 6px 5px;
}
.title-product-list:hover{
	color:#ff9600;
}
.address-duan{
	display:block;
	text-align:left;
	line-height:16px;
	overflow:hidden;
	color:#505050;
	font-size:13px;
	background: url(../images/icon-quan.png) no-repeat 0px 0px; 
   padding-left: 18px;
}
.sumary-list{
	margin-bottom:8px;
}
.read-more-list{
	color:#525252;
	background:#e9e9e9;
	font-size:14px;
	display:block;
	height:32px;
	line-height:32px;
	float:left;
	padding:0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.read-more-list:hover{
	color:#fff;
	background:#233a7b;
}
.box-image-duan { 
   position: relative;
}
.image-list-product{
	display:block;
}
.image-list-product img{
	width:100%;
}
.attr-area{
	position:absolute;
	bottom:20px;
	right:0px;
	background:url('../images/bg-price.png') no-repeat center left;
	line-height:24px;
	padding:0px 10px 0px 17px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	z-index:2;
	display:block;
}
.projects-newest{ 
   margin-top: 40px !important;
}
.header03{
	height:36px;
	margin:0px auto 25px;
	font-weight:normal;
}
.header03 a,.header03 span{
	line-height:30px;
	padding-bottom:10px;
	text-align:center;
	color:#0074e4;
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	background:url('../images/header-cat.png') no-repeat bottom center;
	text-align:center;
}
.header03 a:hover{
	color:#ffc200;
}




@media only screen and (max-width: 1000px){
	.menu-footer01{
	}
	.footer {
	    padding: 0 20px;
	}
	.menu-footer01 li {
	    height: auto;
	    line-height: 24px;
	    display: inline-block;
	    width: 33.333%;
	    float: left;
	    border: none;
	    padding-left: 0;
	    padding-top: 10px;
	}
}
@media only screen and (max-width: 768px){
	.container-pos1{
		padding-top:0px;
	}
}

@media only screen and (min-width: 768px){ 
   .clear-768 , .clear-768{ 
       display: block; 
   } 
   .menu-active #fix-body { 
     left: 0px !important; 
   } 
   .header { 
       display:none; 
   } 
    
   .wapper-responsive{ 
       display: block; 
   } 
    
   .menu-active #navigation-menu { 
       left: 0px; 
       transition: all 0.6s; 
       overflow: overlay; 
   } 
    
   #navigation-menu { 
       width: 282px; 
       position: fixed; 
       top: 0; 
       height: 100%; 
       background: #FFFFFF; 
       transition: all 0.6s; 
       left: -322px; 
   } 
    
   .wapper-top.container, .header, .main-menu{ 
       display: none; 
   } 
    
   .wapper-responsive .logo-homepage { 
       position: absolute; 
       left: 0px; 
   } 
   .wapper-responsive .nav-tabs { 
       border-bottom: none; 
       float: right;  
   } 
   .container-ct { 
     margin: 0px auto; 
   } 
    
   
}

@media only screen and (min-width: 992px){ 
   .wapper-responsive{ 
       display: none; 
   } 
   #navigation-menu { 
       display: none; 
   } 
   .header .logo-heder { 
       width:10.80882352941176%; 
       padding-left: 10px; 
       padding-right: 0px; 
   } 
   .header .content-heder { 
       width:89.19117647058824%; 
       padding-right: 10px; 
   } 
   .clear-768{ 
       display: none; 
   } 
    
   .header { 
       display:block; 
   } 
    
   .wapper-responsive{ 
       display: none; 
   } 
   
}

@media only screen and (min-width: 1200px){ 
   .header .logo-heder { 
       padding-right: 10px; 
   } 
   .header .content-heder { 
   } 
   .container-ct { 
     width: 1100px; 
   } 
   .clear-992{ 
       display: none; 
   } 
   
}

@media only screen and (max-width: 767px){
	.container-pos1 {
	    padding-top: 10px;
	} 
   .container-ct,.footer-content{ 
       padding:0px 10px 
   } 
   .header { 
       display:none; 
   } 
   .wapper-responsive{ 
       display: block; 
   } 
    
   .menu-active #navigation-menu { 
       left: 0px; 
       transition: all 0.6s; 
       overflow: overlay; 
   } 
    
   #navigation-menu { 
       width: 282px; 
       position: fixed; 
       top: 0; 
       height: 100%; 
       background: #FFFFFF; 
       transition: all 0.6s; 
       left: -322px; 
   } 
    
   .wapper-top.container, .header, .main-menu{ 
       display: none; 
   } 
    
   .wapper-responsive .logo-homepage { 
       position: absolute; 
       left: 0px; 
   } 
   .wapper-responsive .nav-tabs { 
       border-bottom: none; 
       float: right;  
       margin-right: 0px;
   } 
    
   .item-ct-tf { 
     padding: 10px; 
     background: rgb(242, 242, 242); 
     margin-bottom: 10px; 
   }  
    
   body { 
   	font: 14px/1.6 arial; 
 
   }  
}
@media only screen and (max-width: 680px){
	.menu-footer01 li {
	    width: 50%;
	}
}
@media only screen and (max-width: 600px){
	.info-company {
	    width: 100%;
	    float: left;
	}
	.design-by {
	     text-align: left;
	    width: 100%;
	    float: none;
	    padding-top: 5px;
	    clear: both;
	}
}
@media only screen and (max-width: 480px){
	.menu-footer01 li {
	    width: 100%;
	}
}











