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

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: 'Roboto', sans-serif;
	width: 100%;  
	font-size:14px;
}

.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 {
}

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: #f9f9f9;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    box-shadow: 0px 10px 15px -6px #E7E5E5;
    -webkit-box-shadow: 0px 10px 15px -6px #E7E5E5;
    -moz-box-shadow: 0px 10px 15px -6px #E7E5E5;
    -o-box-shadow: 0px 10px 15px -6px #E7E5E5;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:9999;    
}

.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:98px;
}
.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: 15px;
  font-weight: normal;
  color: #2d373f;
  text-transform: uppercase;
  line-height: 22px;
  padding: 7px 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;
    transition: all 0.6s;
    min-height: 600px;
    left: 0px;
    z-index: 14;
    overflow:hidden;
}

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

/* ---------------- wapper-responsive ------------------ */
.wapper-responsive{
    margin:0px 0px 0px 0px;
    display: block;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1101;
    width:100%;
}

.menu-wapper-res{
    width: 100%;
    border-bottom:1px #eaeaeb solid;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:3000;
    background:#fff;
}
.header-mobile-home .menu-wapper-res{
    border-bottom:1px #b7e5f8 solid;
        background: rgba(255, 255, 255, 1);
}


.menu-wapper-res ul li{
	margin:0px 0px 0px 0px;
}
.menu-wapper-res ul.list-action-user-mobile li{
	border-left:none;
	border-top: 1px #dedddd solid;
}
.list-action-user-mobile li:first-child{
	border-top:none;
}
.list-action-user-mobile li a{
	display:block;
	line-height:36px;
	color:#333;
	font-weight:bold;
}
.list-action-user-mobile{
	border: 1px #00a0ff solid;
	margin:10px 10px 10px 10px;
	padding:0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list-action-user-mobile li{
	border-top: 1px #fff dashed;
}

.list-action-user-mobile li:first-child{
	border-top:none;
}
.list-action-user-mobile li a{
	display:block;
	line-height:28px;
	font-size:13px;
}


.nav-tabs > li > a {
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.tab-show-hie,.show-menu-hide{

}

.wapper-responsive .icon-logo img {
    height: 50px;
    box-sizing: border-box;
    padding: 8px 5px;
}
.tab-show.active{
    background: #FFFFFF;
}

.show-menu{
	width:40px;
	height:40px;
	background-image: url(../images/icon-header-menu2.png);
    background-size: 40px 40px;
    display:block;
    cursor:pointer;
    position:absolute;
    top:0px;
    right:0px;
    z-index:1;
}
.header-mobile-home .show-menu{
	background-image: url(../images/icon-header-menu2.png);
}

.box-search-header{
	width:96%;
	height:30px;
	background:#f0f2f5 url('../images/icon-header-search.png') no-repeat center right;
	background-size:30px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	margin-top:5px;
	font-size:15px;
	color:#000;
	font-weight:bold;
	padding-left:10px;
	line-height:30px;
	display:block;
	clear:both;
	margin:5px 0px 5px 2%;
}
.icon-close-search {
    height: 32px;
    width: 32px;
    z-index: 99999;
    background: url(../images/back-32.png) no-repeat center;
    cursor: pointer;
    float: right;
	border:1px #bebebe solid;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.overlay-menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    display: none;
}
.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: #f8f8f8;
    background-image: url(../images/icon-header-search.png);
}

.header-mobile-home .col-tab-3 a{
	background-image: url(../images/icon-header-search-home.png);
}

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


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

.item-if-hd{
    font-family: "MyriadPro-Regular";
    color: #333333;
    font-size: 18px;
    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;
    float: left;
    position: relative;
    width: 100%;
    background:#f8f8f8;
}

.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;
}
.box-product{
}
.product-list{
	width:265px;
	margin:0px 20px 20px 0px;
	float:left;
	background:#f0f2f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	position:relative;
}
.box-product .product-list{
	width:259px;
}

.image-list-product{
	display:block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:url('../images/bg-gradient-black.png') repeat-x bottom left;
	z-index:1;
	padding:40px 0px 8px;
	display:block;
}
.title-product-list{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	font-family: "Lexend Medium", Roboto, Arial !important;
	display:block;
	line-height:22px;
	overflow:hidden;
	margin:0px 15px 10px 15px;
}
.title-product-list:hover{
	color:#fff;
}
.address-duan{
	display:block;
	text-align:left;
	line-height:16px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	margin:0px 15px 8px 15px;
}
.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;
}

.header05{
	margin-bottom:25px;
	font-size: 26px;
    line-height: 38px;
    color: #000;
    font-weight:bold;
    padding-bottom:40px;
    text-align:center;
    background:url('../images/bg-header01.png') no-repeat bottom center;
    background-size:280px 40px;
}
.header06{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.box-related{
	margin-bottom:30px;
}

@media only screen and (max-width: 1300px){
	.banner-left,.banner-right{
		display:none;
	}
}
@media only screen and (max-width: 768px){
	.container-pos1{
		padding-top:0px;
	}
	#fix-body {
    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: 1100px){
    .header .logo-heder {
        padding-right: 10px;
    }
    .header .content-heder {
    }
    .container-ct {
      width: 1120px;
    }
    .clear-992{
        display: none;
    }
}
.box-botton-user{
	padding-top:20px;
}
.botton-user {
    width: 40%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0px 5% 10px 4%;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    background:#ff8100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.botton-user:hover {
	color:#fff;
    background:#00a737;
}
.botton-user02 {
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto 10px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#ff8100;
}
@media only screen and (max-width: 1100px){
	.container-pos1 {
	    padding-top: 10px;
	}
    .footer-content{
    }
    .header {
        display:none;
    }
    .wapper-responsive{
        display: block;
    }
    
    .menu-active #navigation-menu {
        left: 0px;
        transition: all 0.6s;
    }
    .header05 {
	    margin-bottom: 5px;
	    font-size: 20px;
	}
    #navigation-menu {
        width: 282px;
        position: fixed;
        top: 0;
        height: 100%;
        background:#f9faf9;
        transition: all 0.6s;
        left: -322px;
        z-index:11001;
        border-right:1px #eaeaeb solid;
    }
    
    .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:10px;
    }
    
    .item-ct-tf {
      padding: 10px;
      background: rgb(242, 242, 242);
      margin-bottom: 10px;
    } 
    
    body {
    	font: 14px/1.6 arial;
 
    }  
    .banner-left,.banner-right{
		display:none;
	}
	.box-product .product-list {
	    width:49%;
	    margin:0px 2% 20px 0px;
	}
	.box-product .product-list:nth-child(2n) {
	    margin:0px 0% 20px 0px;
	}

}
@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 {
	    width: 100%;
	    float: none!important;
	    padding-top: 5px;
	    clear: both;
	    border-top:1px #0270ca solid;
	    padding-top:3px;
	    margin-top:5px;
	    text-align:center;
	}
}
@media only screen and (max-width: 480px){
	.menu-footer01 li {
	    width: 100%;
	}
}











