﻿/* reset */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;
	font-size:14px;
	line-height:24px;
}  
em{
	font-style:italic!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******Handy class***************/
.fll{float:left;}
.flr{float:right;}
.hidden{display:none;}
.block{display:block;}
.disabled {
	pointer-events: none;
	opacity: 0.7;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/******Project class***************/
*{	
	margin:0px;padding:0px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
	outline:none;
}
img{
	max-width:100%;
}
.clear{
	clear:both;
	display:block;
}
input,textarea{
	outline:none;
	font-size:13px;
}

/* template */
/****** 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;
	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 {    
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   height:44px;
   z-index:1000; 
   background:#fff;
	border-bottom:1px #eaeaeb solid;
}
.header{
	background: #fff;
}
.header-pc-home{
	background:rgba(255, 255, 255, 1);
	border-bottom:1px #eee solid;
}
.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  ***********/
.feature{
	margin-top:-24px;
}
.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:bold;
 color: #fff; 
 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;
 margin:auto;
}
.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;
}
#total_money_vip_show {
    font-size: 18px;
    color: #f00;
}
/*
----------.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;
   
}
.body-home{
	padding-top:0px;
}
.body-detail{
	padding-top:60px;
}


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

/* ---------------- wapper-responsive ------------------ */
.wapper-responsive{
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 1px #83d2fd solid;
    margin:0px 0px 10px 0px;
    height: 40px;
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:1200;
}
.menu-wapper-res{
    float: left;
    width: 100%;
}
.logo-mobile{
	margin:3px 0px 0px 5px;
	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{
	padding: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;
}
.show-menu{
	width:40px;
	height:40px;
	background-image: url(../images/icon-header-menu2.png);
    background-size: 40px 40px;
    display:block;
    cursor:pointer;
    float:right;
}
.header-mobile-home .show-menu{
	background-image: url(../images/icon-header-menu.png);
}

.box-search-header{
	width:42%;
	height:30px;
	float:right;
	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:13px;
	color:#666;
	padding-left:10px;
	line-height:30px;
	display:block;
}
.keyword-search-header{
	border:none;
	outline:none;
	background:#f0f2f5;
	width:150px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	line-height:30px;
	text-indent:10px;
	font-size:13px;
}
.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 10px 0px;
    float: left;
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255,1);
    border-bottom: 2px #f3f4f4 solid;
    margin-bottom:10px;
    display:none;
}
.wapper-responsive .active{
    display:block;
}


.item-left-menu {
    position: absolute;
    right: 10px;
    height: 32px;
    width: 32px;
    top: 3px;
    z-index: 99999;
    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 */
.box-project-home{
	overflow:hidden;
}
.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;
}
.sidebar .product-list{
	margin:0px 0px 20px 0px;
}


.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:80px 0px 0px;
	display:block;
}
.title-product-list{
	color:#fff;
	font-size:16px;
	display:block;
	line-height:22px;
	overflow:hidden;
	margin:0px 10px 10px 10px;
}
.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%;
	display:block;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.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;
}
#total_money_vip_show{
    font-size: 18px;
    color: #f00;
}
.group-infor-member{
	width:100%;
	padding:220px 0px 0px 0px;
	height:210px;
	background:#e7e7e7 url('../images/bg-member.jpg') no-repeat top right;
	margin-bottom:20px;
}
.box-image-member{
	display:block;
	float:left;
	margin:0px 20px 0px 20px;
	width:180px;
	height:180px;
	overflow:hidden;
	border:5px #fff solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	position:relative;
}
.box-image-member img{
	display:block;
	position:relative;
	width:180px;
	top:-25px;
}
.right-box-info-member{
	float:left;
	margin-top:90px;
}
.member-name-info{
    display: block;
    font-size:22px;
    font-weight: bold;
    color: #333;
    margin-bottom:5px;
}
.member-lever{
    display: block;
    font-size:14px;
    margin-bottom:3px;
}
.member-name-sdt{
    display: block;
    font-size:16px;
    font-weight: bold;
    color: #ff9a00;
    float:left;
    margin-right:30px;
}

@media only screen and (max-width: 1100px){
.group-infor-member{
	width:auto;
	padding:260px 10px 0px 10px;
	height:130px;
	background:#e7e7e7 url('../images/bg-member.jpg') no-repeat top rigt;
	margin:-10px -10px 20px -10px;
}
.box-image-member{
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	width:100px;
	height:100px;
	overflow:hidden;
	border:5px #fff solid;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	position:relative;
}
.box-image-member img{
	display:block;
	position:relative;
	width:100px;
	top:-12px;
}
.right-box-info-member{
	float:left;
	margin-top:44px;
}
.member-name-info{
    display: block;
    font-size:18px;
    font-weight: bold;
    color: #333;
    margin-bottom:0px;
}
.member-lever{
    display: block;
    font-size:13px;
    float:left;
    
}
.member-name-sdt{
    display: block;
    font-size:15px;
    font-weight: bold;
    color: #ff9a00;
    float:left;
    margin-right:10px;
}



	.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;
	}
	.body-detail{
		padding-top:50px;
	}
}
@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; 
   } 
    
    
   #navigation-menu { 
       width: 282px; 
       position: fixed; 
       top: 0; 
       height: 100%; 
       background: #FFFFFF; 
       transition: all 0.6s; 
       right: -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 { 
     padding: 0px 10px;
   } 
    
   
}

@media only screen and (min-width: 992px){ 
   .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{ 
       
   } 
   
}

@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: 1120px){
	.container-pos1 {
	    padding-top: 10px;
	} 
   .container-ct,.footer-content{ 
       padding:0px 10px 
   } 
   .header { 
       display:none; 
   } 
   .wapper-responsive{ 
       display: block; 
   } 
    
   .menu-active #navigation-menu { 
       right: 0px; 
       transition: all 0.6s; 
       overflow: overlay; 
   } 
   .box-botton-user{
	padding-top:10px;
	text-align:center;
}
.botton-user {
    width: 112px;
    line-height: 34px;
    margin: 0px 5px 10px 5px;
    color: #000;
    border:1px #999 solid;
    display: block;
    text-align: center;
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display:inline-block;
}
.botton-user02 {
    width: 240px;
    line-height: 34px;
    margin: 0px auto 10px;
    color: #000;
    border:1px #999 solid;
    display: block;
    text-align: center;
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear:both;
}
.botton-user:hover,.botton-user02:hover {
	color:#fff;
    background:#f93239;
    border:1px #f93239 solid;
}

   #navigation-menu { 
       width: 282px; 
       position: fixed; 
       top: 0; 
       height: 100%; 
       background: #f9faf9;
       transition: all 0.6s; 
       right: -322px; 
       z-index: 11001;
       border-right: 1px #eaeaeb solid;
   } 
   .overlay-menu-mobile {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    z-index: 998;
	    background: rgba(0, 0, 0, 0.6);
	    top: 0px;
	    left: 0px;
	    display: none;
	} 
   .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%;
	}
}




/* bootrap */
.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px;
}
table { 
	 max-width: 100%; 
	 background-color: transparent;
}
th { 
 text-align: left;
}
.table { 
	 width: 100%; 
	 margin-bottom: 17px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td { 
	 padding: 8px; 
	 line-height: 1.428571429; 
	 vertical-align: top; 
	 border-top: 1px solid #ddd;
}
.table thead > tr > th { 
	 vertical-align: bottom; 
	 border-bottom: 2px solid #ddd;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td { 
 	padding: 5px;
}
.table-bordered { 
 	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td { 
 border: 1px solid #ddd;
}
.form-control { 
	 display: block; 
	 width: 100%; 
	 height: 30px; 
	 padding: 0px 0px; 
	 font-size: 12px; 
	 line-height: 1.428571429; 
	 color: #292929; 
	 vertical-align: middle; 
	 background-color: #fff; 
	 border: 1px solid #ccc; 
	 border-radius: 4px; 
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
	 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
	 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
	 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	 text-indent:10px;
}
select[multiple], select[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}




.row { 
 margin-left: -10px; 
 margin-right: -10px;
}
.row-ct{ 
 margin-left: -5px; 
 margin-right: -5px;
}
.row:before,
.row:after,
.row-ct:before,
.row-ct:after,
.row-cl:before,
.row-cl:after { 
 content: " "; 
 display: table;
}
.row:after , .row-ct:after , .row-cl:after{ 
 clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-2-4,
.col-xs-3,
.col-xs-4,
.col-xs-4-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-2-4,
.col-sm-3,
.col-sm-4,
.col-sm-4-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2-4,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-4-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-2-4,
.col-lg-3,
.col-lg-4,
.col-lg-4-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 { 
 position: relative; 
 min-height: 1px; 
 padding-left: 10px; 
 padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-2-4,
.col-xs-3,
.col-xs-4,
.col-xs-4-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 { 
 float: left;
}
.col-xs-1 { 
 width: 8.3333333333333%;
}
.col-xs-2 { 
 width: 16.666666666667%;
}
.col-xs-2-4{ 
   width: 20%;
}
.col-xs-3 { 
 width: 25%;
}
.col-xs-4 { 
 width: 33.333333333333%;
}
.col-xs-4-4{ 
 width: 40%;
}
.col-xs-5 { 
 width: 41.666666666667%;
}
.col-xs-6 { 
 width: 50%;
}
.col-xs-7 { 
 width: 58.333333333333%;
}
.col-xs-8 { 
 width: 66.666666666667%;
}
.col-xs-9 { 
 width: 75%;
}
.col-xs-10 { 
 width: 83.333333333333%;
}
.col-xs-11 { 
 width: 91.666666666667%;
}
.col-xs-12 { 
 width: 100%;
}
@media (min-width: 768px) {   
 .col-sm-1, 
 .col-sm-2, 
 .col-sm-2-4, 
 .col-sm-3, 
 .col-sm-4, 
 .col-sm-4-4, 
 .col-sm-5, 
 .col-sm-6, 
 .col-sm-7, 
 .col-sm-8, 
 .col-sm-9, 
 .col-sm-10, 
 .col-sm-11 { 
   float: left; 
 } 
 .col-sm-1 { 
   width: 8.3333333333333%; 
 } 
 .col-sm-2 { 
   width: 16.666666666667%; 
 } 
 .col-sm-2-4{ 
   width: 20%; 
 } 
 .col-sm-3 { 
   width: 25%; 
 } 
 .col-sm-4 { 
   width: 33.333333333333%; 
 } 
 .col-sm-4-4{ 
   width: 40%; 
 } 
 .col-sm-5 { 
   width: 41.666666666667%; 
 } 
 .col-sm-6 { 
   width: 50%; 
 } 
 .col-sm-7 { 
   width: 58.333333333333%; 
 } 
 .col-sm-8 { 
   width: 66.666666666667%; 
 } 
 .col-sm-9 { 
   width: 75%; 
 } 
 .col-sm-10 { 
   width: 83.333333333333%; 
 } 
 .col-sm-11 { 
   width: 91.666666666667%; 
 } 
 .col-sm-12 { 
   width: 100%; 
 } 
 .col-sm-push-1 { 
   left: 8.3333333333333%; 
 } 
 .col-sm-push-2 { 
   left: 16.666666666667%; 
 } 
 .col-sm-push-3 { 
   left: 25%; 
 } 
 .col-sm-push-4 { 
   left: 33.333333333333%; 
 } 
 .col-sm-push-5 { 
   left: 41.666666666667%; 
 } 
 .col-sm-push-6 { 
   left: 50%; 
 } 
 .col-sm-push-7 { 
   left: 58.333333333333%; 
 } 
 .col-sm-push-8 { 
   left: 66.666666666667%; 
 } 
 .col-sm-push-9 { 
   left: 75%; 
 } 
 .col-sm-push-10 { 
   left: 83.333333333333%; 
 } 
 .col-sm-push-11 { 
   left: 91.666666666667%; 
 } 
 .col-sm-pull-1 { 
   right: 8.3333333333333%; 
 } 
 .col-sm-pull-2 { 
   right: 16.666666666667%; 
 } 
 .col-sm-pull-3 { 
   right: 25%; 
 } 
 .col-sm-pull-4 { 
   right: 33.333333333333%; 
 } 
 .col-sm-pull-5 { 
   right: 41.666666666667%; 
 } 
 .col-sm-pull-6 { 
   right: 50%; 
 } 
 .col-sm-pull-7 { 
   right: 58.333333333333%; 
 } 
 .col-sm-pull-8 { 
   right: 66.666666666667%; 
 } 
 .col-sm-pull-9 { 
   right: 75%; 
 } 
 .col-sm-pull-10 { 
   right: 83.333333333333%; 
 } 
 .col-sm-pull-11 { 
   right: 91.666666666667%; 
 } 
 .col-sm-offset-1 { 
   margin-left: 8.3333333333333%; 
 } 
 .col-sm-offset-2 { 
   margin-left: 16.666666666667%; 
 } 
 .col-sm-offset-3 { 
   margin-left: 25%; 
 } 
 .col-sm-offset-4 { 
   margin-left: 33.333333333333%; 
 } 
 .col-sm-offset-5 { 
   margin-left: 41.666666666667%; 
 } 
 .col-sm-offset-6 { 
   margin-left: 50%; 
 } 
 .col-sm-offset-7 { 
   margin-left: 58.333333333333%; 
 } 
 .col-sm-offset-8 { 
   margin-left: 66.666666666667%; 
 } 
 .col-sm-offset-9 { 
   margin-left: 75%; 
 } 
 .col-sm-offset-10 { 
   margin-left: 83.333333333333%; 
 } 
 .col-sm-offset-11 { 
   margin-left: 91.666666666667%; 
 }
}
@media (min-width: 992px) {   
 .col-md-1, 
 .col-md-2, 
 .col-md-2-4, 
 .col-md-3, 
 .col-md-4, 
 .col-md-4-4, 
 .col-md-5, 
 .col-md-6, 
 .col-md-7, 
 .col-md-8, 
 .col-md-9, 
 .col-md-10, 
 .col-md-11 { 
   float: left; 
 } 
 .col-md-1 { 
   width: 8.3333333333333%; 
 } 
 .col-md-2 { 
   width: 16.666666666667%; 
 } 
 .col-md-2-4{ 
   width: 20%; 
 } 
 .col-md-3 { 
   width: 25%; 
 } 
 .col-md-4 { 
   width: 33.333333333333%; 
 } 
 .col-md-4-4{ 
   width: 40%; 
 } 
 .col-md-5 { 
   width: 41.666666666667%; 
 } 
 .col-md-6 { 
   width: 50%; 
 } 
 .col-md-7 { 
   width: 58.333333333333%; 
 } 
 .col-md-8 { 
   width: 66.666666666667%; 
 } 
 .col-md-9 { 
   width: 75%; 
 } 
 .col-md-10 { 
   width: 83.333333333333%; 
 } 
 .col-md-11 { 
   width: 91.666666666667%; 
 } 
 .col-md-12 { 
   width: 100%; 
 } 
 .col-md-push-0 { 
   left: auto; 
 } 
 .col-md-push-1 { 
   left: 8.3333333333333%; 
 } 
 .col-md-push-2 { 
   left: 16.666666666667%; 
 } 
 .col-md-push-3 { 
   left: 25%; 
 } 
 .col-md-push-4 { 
   left: 33.333333333333%; 
 } 
 .col-md-push-5 { 
   left: 41.666666666667%; 
 } 
 .col-md-push-6 { 
   left: 50%; 
 } 
 .col-md-push-7 { 
   left: 58.333333333333%; 
 } 
 .col-md-push-8 { 
   left: 66.666666666667%; 
 } 
 .col-md-push-9 { 
   left: 75%; 
 } 
 .col-md-push-10 { 
   left: 83.333333333333%; 
 } 
 .col-md-push-11 { 
   left: 91.666666666667%; 
 } 
 .col-md-pull-0 { 
   right: auto; 
 } 
 .col-md-pull-1 { 
   right: 8.3333333333333%; 
 } 
 .col-md-pull-2 { 
   right: 16.666666666667%; 
 } 
 .col-md-pull-3 { 
   right: 25%; 
 } 
 .col-md-pull-4 { 
   right: 33.333333333333%; 
 } 
 .col-md-pull-5 { 
   right: 41.666666666667%; 
 } 
 .col-md-pull-6 { 
   right: 50%; 
 } 
 .col-md-pull-7 { 
   right: 58.333333333333%; 
 } 
 .col-md-pull-8 { 
   right: 66.666666666667%; 
 } 
 .col-md-pull-9 { 
   right: 75%; 
 } 
 .col-md-pull-10 { 
   right: 83.333333333333%; 
 } 
 .col-md-pull-11 { 
   right: 91.666666666667%; 
 } 
 .col-md-offset-0 { 
   margin-left: 0; 
 } 
 .col-md-offset-1 { 
   margin-left: 8.3333333333333%; 
 } 
 .col-md-offset-2 { 
   margin-left: 16.666666666667%; 
 } 
 .col-md-offset-3 { 
   margin-left: 25%; 
 } 
 .col-md-offset-4 { 
   margin-left: 33.333333333333%; 
 } 
 .col-md-offset-5 { 
   margin-left: 41.666666666667%; 
 } 
 .col-md-offset-6 { 
   margin-left: 50%; 
 } 
 .col-md-offset-7 { 
   margin-left: 58.333333333333%; 
 } 
 .col-md-offset-8 { 
   margin-left: 66.666666666667%; 
 } 
 .col-md-offset-9 { 
   margin-left: 75%; 
 } 
 .col-md-offset-10 { 
   margin-left: 83.333333333333%; 
 } 
 .col-md-offset-11 { 
   margin-left: 91.666666666667%; 
 }
}
@media (min-width: 1200px) {   
 .col-lg-1, 
 .col-lg-2, 
 .col-lg-2_4, 
 .col-lg-3, 
 .col-lg-4, 
 .col-lg-4-4, 
 .col-lg-5, 
 .col-lg-6, 
 .col-lg-7, 
 .col-lg-8, 
 .col-lg-9, 
 .col-lg-10, 
 .col-lg-11 { 
   float: left; 
 } 
 .col-lg-1 { 
   width: 8.3333333333333%; 
 } 
 .col-lg-2 { 
   width: 16.666666666667%; 
 } 
.col-lg-2_4 { 
   width: 20%; 
 } 
 .col-lg-3 { 
   width: 25%; 
 } 
 .col-lg-4 { 
   width: 33.333333333333%; 
 } 
 .col-lg-4-4 { 
   width: 40%; 
 } 
 .col-lg-5 { 
   width: 41.666666666667%; 
 } 
 .col-lg-6 { 
   width: 50%; 
 } 
 .col-lg-7 { 
   width: 58.333333333333%; 
 } 
 .col-lg-8 { 
   width: 66.666666666667%; 
 } 
 .col-lg-9 { 
   width: 75%; 
 } 
 .col-lg-10 { 
   width: 83.333333333333%; 
 } 
 .col-lg-11 { 
   width: 91.666666666667%; 
 } 
 .col-lg-12 { 
   width: 100%; 
 } 
 .col-lg-push-0 { 
   left: auto; 
 } 
 .col-lg-push-1 { 
   left: 8.3333333333333%; 
 } 
 .col-lg-push-2 { 
   left: 16.666666666667%; 
 } 
 .col-lg-push-3 { 
   left: 25%; 
 } 
 .col-lg-push-4 { 
   left: 33.333333333333%; 
 } 
 .col-lg-push-5 { 
   left: 41.666666666667%; 
 } 
 .col-lg-push-6 { 
   left: 50%; 
 } 
 .col-lg-push-7 { 
   left: 58.333333333333%; 
 } 
 .col-lg-push-8 { 
   left: 66.666666666667%; 
 } 
 .col-lg-push-9 { 
   left: 75%; 
 } 
 .col-lg-push-10 { 
   left: 83.333333333333%; 
 } 
 .col-lg-push-11 { 
   left: 91.666666666667%; 
 } 
 .col-lg-pull-0 { 
   right: auto; 
 } 
 .col-lg-pull-1 { 
   right: 8.3333333333333%; 
 } 
 .col-lg-pull-2 { 
   right: 16.666666666667%; 
 } 
 .col-lg-pull-3 { 
   right: 25%; 
 } 
 .col-lg-pull-4 { 
   right: 33.333333333333%; 
 } 
 .col-lg-pull-5 { 
   right: 41.666666666667%; 
 } 
 .col-lg-pull-6 { 
   right: 50%; 
 } 
 .col-lg-pull-7 { 
   right: 58.333333333333%; 
 } 
 .col-lg-pull-8 { 
   right: 66.666666666667%; 
 } 
 .col-lg-pull-9 { 
   right: 75%; 
 } 
 .col-lg-pull-10 { 
   right: 83.333333333333%; 
 } 
 .col-lg-pull-11 { 
   right: 91.666666666667%; 
 } 
 .col-lg-offset-0 { 
   margin-left: 0; 
 } 
 .col-lg-offset-1 { 
   margin-left: 8.3333333333333%; 
 } 
 .col-lg-offset-2 { 
   margin-left: 16.666666666667%; 
 } 
 .col-lg-offset-3 { 
   margin-left: 25%; 
 } 
 .col-lg-offset-4 { 
   margin-left: 33.333333333333%; 
 } 
 .col-lg-offset-5 { 
   margin-left: 41.666666666667%; 
 } 
 .col-lg-offset-6 { 
   margin-left: 50%; 
 } 
 .col-lg-offset-7 { 
   margin-left: 58.333333333333%; 
 } 
 .col-lg-offset-8 { 
   margin-left: 66.666666666667%; 
 } 
 .col-lg-offset-9 { 
   margin-left: 75%; 
 } 
 .col-lg-offset-10 { 
   margin-left: 83.333333333333%; 
 } 
 .col-lg-offset-11 { 
   margin-left: 91.666666666667%; 
 }
}
/* End bootrap */

/* menu mobile */


/* menu chinh */
.menu-top ul li{
	float:left;
	position:relative;
}

.menu-top ul li a{
	display:block;
	color:#666;
	font-size:15px;
	padding:0px 10px 0px 10px;
	line-height:44px;
	padding:0px 18px 0px 15px;
	background: url(../images/down-arrow.png) no-repeat center right;

}
.menu-top ul li:hover a,.menu-top ul li.selected a{
	color:#44ba0f;
}
.header-pc-home .menu-top ul li a{
	display:block;
	color:#333;
	font-size:15px;
	font-weight:bold;
	padding:0px 18px 0px 17px;
	line-height:44px;
	background: url(../images/down-arrow.png) no-repeat center right;
}
.header-pc-home .menu-top ul li:hover a,.header-pc-home .menu-top ul li.selected a{
	color:#f93239;
}


.arrow-ul {
    width: 16px;
    height: 10px;
    display: block;
    background: url(../images/arrow-ul.png) no-repeat top left;
    position: absolute;
    top: 35px;
    left: 36px;
    z-index: 2401;
    display: none;
}
.menu-top ul li ul{
	position:absolute;
	top:44px;
	left:0px;
	border:1px #d8d8d8 solid;
    background: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    z-index:24;
	display:none;
	width:280px;
	overflow:hidden;
}
.menu-top ul li:hover ul{
	display:block;
}
.menu-top ul li:hover .arrow-ul{
	display:block;
}



.menu-top ul li ul li{
	float:none;
	position:relative;
}

.menu-top ul li:hover ul li a{
	color:#333!important;
	font-weight:normal!important;
	padding:0px 28px 0px 15px;
	background:none;
	font-size:14px;
	line-height:36px;
}
.menu-top ul li ul li a:hover{
	background:#fcfcfc;
}



/* search mobile */
.col-search-pro .searchbt{
    display: none;
}
.search-advanced{
	display: none;
}
.col-sr-pro {
  margin-bottom: 6px;
}
.btn.btn-primary.form-control {
  	color: #fff;
  	font-size:16px;
    background-color:#f93239;
    width:100%;
    line-height:32px;
    height:32px;
    text-align:center;
    display:block;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	cursor:pointer;
}
.col-search-pro .checkbox-search{
  font-size: 18px;
  margin-bottom: 10px;
}
.col-search-pro  .form-control{
    font-size: 14px;
}
/* Base for label styling */
.checkbox-search [type="checkbox"]:not(:checked),
.checkbox-search [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-search [type="checkbox"]:not(:checked) + label,
.checkbox-search [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #333333;
    font-weight: normal;
    line-height: 26px;
}
/* checkbox aspect */
.checkbox-search [type="checkbox"]:not(:checked) + label:before,
.checkbox-search [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 4px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #ffffff;
  border-radius: 1px;
  box-shadow:0 0px 1px rgba(0,0,0,.2)
}
/* checked mark aspect */
.checkbox-search [type="checkbox"]:not(:checked) + label:after,
.checkbox-search [type="checkbox"]:checked + label:after {
    content: 'âœ”';
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 14px;
    color: #489eca;
    transition: all .2s;
}
/* checked mark aspect changes */
.checkbox-search [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-search [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-search [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-search [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-search [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-search [type=checkbox]:disabled + label {
  color: #aaa;
}
/* accessibility */
.checkbox-search [type="checkbox"]:checked:focus + label:before,
.checkbox-search [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
/* hover style just for information */
.checkbox-search label:hover:before {
  border: 1px solid #4778d9!important;
}
/* Useless styles, just for demo design */
#advanced-search-pro{
	    text-align: right;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2080CA;
    cursor: pointer;
}

/* Menu chan trang */
.menu-city-footer a { 
   color: #fff;
	font-size:13px;
}
.menu-city-footer:hover a { 
   text-decoration: none;
}
.menu-city-footer a:hover{
	color:#fffaee;
}
.box-right-footer .menu-city-footer a:hover{
	color:#fffaee!important;
}


/* Danh muc nha dat */
.box-cat-menu{
    margin-bottom: 20px;
}
.header-nhadat{
	border-bottom:1px #ababab solid;
	margin-bottom:10px;
	width:100%;
	display:block;
	height:30px;
	font-size:18px;
	color:#333;
}

.list-menu-nhadat li{
	float:left;
	width:23%;
	margin:0px 2% 8px 0px;
}
.list-menu-nhadat-tinhtp li {
    float: left;
    width: 11%;
    margin: 0px 0px 8px 0px;
}
.list-menu-nhadat li a{
    color: #004e7f;
    font-size:14px;
    line-height:16px;
    font-weight:normal;
}
.list-menu-nhadat li a:hover{
    color: #f93239;
}
@media only screen and (max-width: 1024px){
	.list-menu-nhadat li{
		float:left;
		width:48%;
		margin:0px 2% 10px 0px;
	}
	.list-menu-nhadat-tinhtp li{
		width:33%;
		margin:0px 0px 5px 0px;
	}
	.list-menu-nhadat li a{
	    font-size:14px;
	}


}





/* header tren may tinh */
.top-header{
	width:100%;
}
.bottom-header{
	background:#f3f4f7;
	position:absolute;
	top:46px;
	left:0px;
	z-index:999;
	width:100%;
}
.menu-top{
	float:left;
	width:66.66%;
	line-height:8px;
}
.logo{
	display:block;
	margin-right:10px;
}
.info_user_logout{
	position:relative;
}
.arrow-quan-ly-tin-dang{
	position:absolute;
	top:29px;
	left:60px;
	z-index:101;
	width:12px;
	height:7px;
	display:block;
	background: url('../images/background-arrow-down.png') no-repeat left; 
	display:none;
}
del {
    color: red;
    background: #fdd;
    text-decoration: none;
}
ins {
    color: green;
    background: #dfd;
    text-decoration: none;
}
.list-action-user{
	position:absolute;
	top:35px;
	left:0px;
	z-index:1000;
	background:#fff;
	border:1px #c1c0c0 solid;
	text-align:left;
	padding:0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(125,125,125,1);
	-moz-box-shadow: 0px 3px 12px 0px rgba(125,125,125,1);
	box-shadow: 0px 3px 12px 0px rgba(125,125,125,1);
	display:none;
	overflow:hidden;
}
.info_user_login_sussess:hover .list-action-user,.info_user_login_sussess:hover .arrow-quan-ly-tin-dang{
	display:block;
}

.list-action-user li{
	line-height:30px;
	border-top:1px #ddd dashed;
}
.list-action-user li:first-child{
	border-top:none;
}
.list-action-user li a{
	color:#333;
	display:block;
	padding:0px 15px;
}
.list-action-user li a:hover{
	color:#38a345;
	background:#f3f7f4;
}



.header .menu-Registration-hd { 
   text-align: right;
}

.header .user_item { 
   font-size: 15px; 
   line-height: 36px; 
   padding: 0px 3px;
   float:right;
   color:#333;
   line-height:44px;
}
.header .user_item:hover { 
   color:#44ba0f;
}

.header-pc-home .user_item { 
   color:#333;
   font-weight:bold;
}
.header-pc-home .user_item:hover { 
   color:#f93239;
}




.header .register{ 
	margin-right:15px;
}
.header .login { 
	margin-right:15px;
}
.info_user_login_sussess{
    width: 285px;
    float: right;
    position:relative;
}

.quan-ly-tin-dang{ 
    background:#f4c404 url('../images/icon-arrow-down.png') no-repeat 10px 10px; 
	float:left;
	color:#fff;
	height:28px;
	line-height:28px;
	display:block;
	padding-left:25px;
	font-size:13px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin-top:8px;
	padding-right:15px;
	cursor:pointer;
}
.quan-ly-tin-dang:hover{ 
    background:#deb200 url('../images/icon-arrow-down.png') no-repeat 10px 10px; 
    color:#fff;
}


.header .login:hover ,.header .register:hover { 
   color:#f93239;
}

.header-pc-home .login:hover ,.header-pc-home .register:hover { 
   color:#f93239;
   font-weight:bold;
}

.header .post-info { 
   background:#f93239 url('../images/icon-posting.png') no-repeat 14px 8px; 
   font-weight: bold; 
   color: #fff; 
   height:30px; 
   line-height:30px; 
   display:block; 
   padding:0px 20px 0px 40px; 
   float:right; 
   margin:7px 10px 0px 0px; 
   font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.header .post-info:hover{
	background:#da1f26 url('../images/icon-posting.png') no-repeat 14px 8px; 
	color:#fff;
}


.post-info-mobile { 
   background:#f93239 url('../images/icon-posting.png') no-repeat 5px 8px; 
   font-weight: bold; 
   color: #fff; 
   height:30px; 
   line-height:30px; 
   display:block; 
   padding: 0px 10px 0px 22px;
   margin:5px 4px 0px 0px; 
   font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.post-info-mobile:hover{
	background:#da1f26 url('../images/icon-posting.png') no-repeat 14px 8px; 
	color:#fff;
}




.primary{
	width:762px;
	margin-bottom:10px;
}
.sidebar{
	width:320px;
	margin-bottom:10px;
}

.bg-white{
	background:#fff!important;
}
/******  .footer  ***********/
.footer { 
	background:#d80008;
	padding:50px 0px 30px 0px;
}
.top-footer{
	background:#015f95;
	margin-bottom:10px;
}
.menu-footer01{
	border-left:1px #003f62 solid;
}
.menu-footer01 li{
	float:left;
	border-left:1px #0075b8 solid;
	border-right:1px #003f62 solid;
}
.menu-footer01 li:first-child{

}
.menu-footer01 li a{
	display:block;
	padding:0px 15px;
	color:#fff;
	line-height:40px;
}
.menu-footer01 li a:hover{
	color:#75d280;
}

.row-footer-bottom{
}
.info-company{
	color:#666;
	line-height:20px;
	width:44%;
	margin-right:8%;
	float:left;
}
.info-company p{
	margin-bottom:8px;
}
.design-by{
	display:block;
	color:#ffcacc;
}
.design-by:hover{
	color:#fff;
}
.box-right-footer {
    width: 16%;
    float: left;
}
.info-company * {
    color: #fff;
}
.list-social{
	list-style:none;
	margin-bottom:5px;
	clear:both;
}
.list-social li{
	display:inline-block;
	margin-right:10px;
}
.list-social li a{
	width:30px;
	height:30px;
	display:block;
	background-color:#a4c7db;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.list-social li a.icon-social01{
	background:#c9292f url('../images/social-normal.png') no-repeat -3px -40px;
}
.list-social li a.icon-social01:hover{
	background:#f93239 url('../images/social-normal.png') no-repeat -3px -40px;
}

.list-social li a.icon-social02{
	background:#c9292f url('../images/social-normal.png') no-repeat -3px -77px;
}
.list-social li a.icon-social02:hover{
	background:#f93239 url('../images/social-normal.png') no-repeat -3px -77px;
}


.list-social li a.icon-social03{
	background:#c9292f url('../images/social-normal.png') no-repeat -3px -186px;
}
.list-social li a.icon-social03:hover{
	background:#f93239 url('../images/social-normal.png') no-repeat -3px -186px;
}


.list-social li a.icon-social04{
	background:#c9292f url('../images/social-normal.png') no-repeat -3px -257px;
}
.list-social li a.icon-social04:hover{
	background:#f93239 url('../images/social-normal.png') no-repeat -3px -257px;
}

.title-website{
	border:1px #ddd dotted;
	padding:6px 0px 6px 0px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

/* bat dong san noi bat */
.bgxam{
	margin-bottom: 30px;
    background: #f3f4f7;
    padding:30px 0px 30px 0px;
}
.header06{
	font-size:24px;
	font-weight:bold;
    display: block;
    padding: 20px 5px;
    color:#2C2C2C;
    display: block;
}
.header-kygui{
	color: #000;
	font-weight:bold;
	font-size:18px!important;
	text-align:center;
	background:#f9f9f9;
    border-top: 1px #0069a3 solid;
    border-bottom: 1px #0069a3 solid;
    padding:3px 5px;
    margin-bottom:10px;
}
.box-bds-hot{
	margin:0px 0px 20px;
	border-top:0px;
}
.title-item-nhadat-mobile {
    margin-bottom:7px;
}
.title-item-nhadat-mobile a {
    color: #006092;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    margin-right:10px;
}
.bds-vip .title-item-nhadat-mobile a{
	color: #e80404;
}

.title-item-nhadat-mobile span {
    color: #333;
    font-size: 14px;
    font-weight:normal;
    font-style:italic;
    line-height: 18px;
}
.bds-item-map{
	width:353px;
	background:#fff;
	float:left;
	position:relative;
	margin:0px 20px 20px 0px;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
}
.box-product-related .bds-item-map{
	width: 240px;
}
.bds-item-map3{
	margin:0px 0px 20px 0px;
}
.box-product-related .bds-item-map .attr-bds-map{
	padding: 10px 10px 8px 10px;
}
.box-product-related .bds-item-map .attr-price-map {
    margin-right: 10px;
}
.box-product-related .bds-item-map .list-attr-bds .phong-tam {
    margin-left:15px;
}
.box-related .bds-item-map {
    width: 265px;
}
.bds-item-map img{
	width:100%!important;
	display:block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-image-bds{
	position:relative;
}

.item-img
{
	display:block;
	width:100%;
}
.attr-bds-map {
    border: 1px #e5e5e5 solid;
    background: #fff;
    border-top: 0px;
    padding: 15px 15px 8px 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.product-hot-bds {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    text-align: justify;
}
.box-product-related .product-hot-bds{
	height:60px;
}
.bds-item-map:hover .product-hot-bds {
    color: #f93239;
}
.row-attr-bds-map{
	margin-bottom:8px;
}
.attr-price-map{
	color: #e80404;
    font-size:15px;
    font-weight:bold;
    float:left;
    margin-right:15px;
    display:block;
    line-height:20px;
    
}
.attr-acrea-map{
	color: #e80404;
    font-size:15px;
    font-weight:bold;
    float:left;
     display:block;
    line-height:20px;
    margin-right: 15px;
}
.attr-address-bds{
	height:18px;
	line-height:18px;
    overflow: hidden;
    display: block;
    font-size:14px;
    color:#b7b6b6;
}
.list-attr-bds{
	float:right;
}
.box-product-related .list-attr-bds {
    float: left;
}

.list-attr-bds .phong-ngu{
	background: url(../images/phong-ngu.png) no-repeat center left;
    background-size: 17px 8px;
    padding: 0px 0px 0px 22px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    font-size:14px;
    color:#666;
    float:left;
}
.list-attr-bds .phong-tam{
	background: url(../images/phong-tam.png) no-repeat center left;
    background-size: 20px 10px;
    padding: 0px 0px 0px 27px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    font-size:14px;
    color:#666;
    float:left;
    margin-left:20px;
}
.overlay{
	width:100%;
	height:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
	display:block;
}
.bds-item-map:hover .overlay{
	background:none;
	z-index:3;
}

.category-bds{
	margin:0px 0px 0px 10px;
	color:#000;
	font-size:15px;
	height:40px;
	line-height:20px;
	overflow:hidden;
	display:block;
	margin-bottom:3px;
}
span.attr-date-map{
	background:url('../images/icon-date.png') no-repeat 0px 3px;
	padding-left:18px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	margin-left:10px;
}
.attr-bds-map span.attr-diachi-map{
	background:url('../images/icon-quan.png') no-repeat 0px 3px;
	padding-left:18px;
}
.attr-bds-map span.attr-dientich-map{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:5px;
	margin-right:15px;
}
.attr-bds-map span.attr-phongngu-map{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:5px 10px 0px 0px;
}
.address-duan-map{
	display:block;
	text-align:left;
	line-height:16px;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background: url(../images/icon-quan.png) no-repeat 0px 3px;
    padding-left: 18px;
    margin:0px 5px 0px 10px;
}
.avatar-member01{
	width:50px;
	height:50px;
	border:2px #fff solid;
	position:absolute;
	overflow:hidden;
	top:5px;
	right:5px;
	z-index:5;
	display:block;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
}
.avatar-member01 img{
	margin-top:-5px;
	display:block;
}
label.error{
	font-weight:normal;
	font-style:italic;
	color:#e30000;
}

.box-product-news .bds-item-map {
    width: 228px;
    margin: 0px 0px 10px 10px;
    background:#f9f9f9;
}
.box-product-news .item-img-map img {
    width: 100%!important;
    height:auto;
}
.box-product-news .category-bds {
    margin: 0px 0px 0px 10px;
    color: #000;
    font-size: 15px;
    height: 60px;
    line-height: 20px!important;
    margin-bottom: 3px;
}
.popup-demo{
	position:fixed;
	width:96%;
	height:98%;
	z-index:199;
	background:#fff;
	top:20px;
	left:2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.popup-demo iframe{
	width:100%;
	height:100%;
	border:none;
}
.layer-opacity{
	position:fixed;
	z-index:198;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: rgba(000,000,000, 0.6);
	display:none;
}
.content-popup-demo{
	position:relative;
	height:100%;
	padding:10px;
}
.close-popup-demo{
	position:absolute;
	top:-8px;
	right:-8px;
	width:30px;
	height:30px;
	z-index:2;
	background:url('../images/icon-close.png') no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}


/* Danh sach nha dat */
.body-seach-produce .container-pos1 {
    padding-top: 0px;
}
.body-seach-produce .footer {
	display:none;
}

.header05 {
    color: #004e7f;
    font-size:20px;
    line-height: 36px;
    border-bottom: 1px #004e7f solid;
    margin-bottom: 15px;
}
.banners-area-hot{
	margin-bottom:30px;
}
.banners-area-hot ul {
	text-align:center;
	list-style:none;
	margin-bottom:30px;
}

.banners-area-hot ul li{
	float:left;
	margin:0px 0px 0px 10px;
	width:267px;
	position:relative;
}
.banners-area-hot ul li img{	
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.banners-area-hot ul li:hover img{	
	opacity:0.8;
}

.banners-area-hot ul li:first-child{
	float:left;
	margin:0px 0px 10px 0px;
	width:545px;
}
.banners-area-hot ul li .text-area01{
	position:absolute;
	top:10px;
	left:20px;
	z-index:9;
	color:#fff;
	font-size:15px;
	font-weight:normal;
}
.banners-area-hot ul li .text-area02{
	position:absolute;
	top:34px;
	left:20px;
	z-index:9;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	height:26px;
	overflow:hidden;
}

.list-order{
	
}
.list-order li{
	display:inline-block;
	margin-left:2px;
	margin-bottom:10px;
}

.list-order li:first-child{
	margin-left:0px;
}

.list-order li a{
	color:#38a345;
	background:#fff;
	height:24px;
	line-height:24px;
	display:block;
	padding:0px 9px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size:12px;
}
.list-order-mobile li{
	margin-bottom:6px;
}
.list-order-mobile li a{
	height:24px;
	line-height:24px;
	display:block;
	padding:0px 9px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size:12px;
	color:#fff;
	background:#6ecd7a;
}


.list-order li a.active,.list-order li a:hover{
	color:#fff;
	background:#6ecd7a;
}
.item-nhadat{
	border: 1px solid #eae9e9;
    box-sizing: border-box;
    box-shadow: 0px 6px 10px 0px rgba(44, 44, 44, 0.04);
	padding:0px 10px 0px 0px;
	margin-bottom:15px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon-vip-conner {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/icon-vip-image.png) no-repeat top left;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 3;
	display:none;
}
.icon-new-conner{
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/icon-new-image.png) no-repeat top left;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 3;
}
.bds-vip .icon-vip-conner {
	display:block;
}
.image-item-nhadat{ 
   width: 400px;
	display:block;
	float:left;
	position:relative;
}
.image-item-nhadat img{ 
   	width: 100%;
	display:block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.icon-vip{ 
	display:block;
	height:30px;
	width:59px;
	background-size:59px 30px;
	position:absolute;
	top:10px;
	left:-6px;
	z-index:3;
}


.right-item-nhadat{ 
  	width: 335px; 
  	float:right;
}

.box-product-related .image-item-nhadat{ 
   width: 100px;
	display:block;
	float:left;
	position:relative;
}
.box-product-related .right-item-nhadat{ 
  	width: 630px; 
  	float:right;
}

.content-right-item-nhadat{

}
.avatar-member02{
	float:left;
	width:50px;
	height:50px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	display:block;
	overflow:hidden;
	background:url(../images/bg-avatar.png) no-repeat center center;
	margin-right:10px;
}
.avatar-member02 img{
	width:50px;
	display:block;
	margin-top:-7px;
}

.title-item-nhadat{
	margin-bottom:5px;
}
.title-item-nhadat{
	color:#2c2c39;
	font-size:15px;
	font-weight:bold;
	display:block;
	line-height:20px;
	overflow:hidden;
	margin:10px 0px 5px 0px;
}

.bds-vip1,.bds-vip2{
	border:1px #e6830c solid;
}
.bds-vip3,.bds-vip4{
	border:1px #e6830c solid;
}




.icon-bds-vip1{
    display: block;
    background: url(../images/icon-vip-image1.png) no-repeat top left;
    z-index: 3;
}
.icon-bds-vip2{
    display: block;
    background: url(../images/icon-vip-image2.png) no-repeat top left;
}
.icon-bds-vip3{
    display: block;
    background: url(../images/icon-vip-image3.png) no-repeat top left;
}
.icon-bds-vip4{
    display: block;
    background: url(../images/icon-vip-image4.png) no-repeat top left;
}
.icon-bds-vip5{
    background: url(../images/icon-vip-image5.png) no-repeat top left;
    display:block;
}
.bds-vip1 .title-item-nhadat,.bds-vip1 .title-item-nhadat-mobile{
	color: #e80404;
	text-indent:22px;
	border-bottom: 1px #ddd dotted;
	padding-bottom:3px;
	margin: 10px 0px 3px 0px;
	background:url('../images/flat-star.gif') no-repeat 0px 1px;
	font-weight:600;
	font-size:16px;
}
.bds-vip2 .title-item-nhadat,.bds-vip2 .title-item-nhadat-mobile{
	color: #e80404;
	text-indent:22px;
	border-bottom: 1px #ddd dotted;
	padding-bottom:3px;
	margin: 10px 0px 3px 0px;
	background:url('../images/flat-star.png') no-repeat 0px 1px;
	font-weight:600;
	font-size:16px;
}
.bds-vip3 .title-item-nhadat,.bds-vip3 .title-item-nhadat-mobile{
	color: #e80404;
	text-indent:22px;
	border-bottom: 1px #ddd dotted;
	padding-bottom:3px;
	margin: 10px 0px 3px 0px;
	background:url('../images/flat-star.png') no-repeat 0px 1px;
}
.bds-vip4 .title-item-nhadat,.bds-vip4 .title-item-nhadat-mobile{
	color: #e80404;
	border-bottom: 1px #ddd dotted;
	padding-bottom:3px;
	margin: 10px 0px 3px 0px;
}
.bds-vip5 .title-item-nhadat,.bds-vip5 .title-item-nhadat-mobile{
	color: #e80404;
	border-bottom: 1px #ddd dotted;
	padding-bottom:3px;
	margin: 10px 0px 3px 0px;
}


.productnew .title-item-nhadat a {
    color: #3c9f10;
}
.item-nhadat:hover .title-item-nhadat{
	color: #009ba1;
}
.bds-vip .title-item-nhadat{
	color: #e80404;
}

.box-description{
	color:#666;
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
	text-align:justify;
}
.box-description *{
	color:#646464;
	font-size:13px;
	line-height:20px;
}
.attr-item-nhadat{

}
.attr-item-nhadat02{
	border-top:1px #ddd solid;
	padding-top:5px;
}
.box-hotline a{
	line-height:12px;
	color:#333;
	font-size:13px;
	font-weight:bold;
	margin-right:10px;
}
.sub-attr-nhadat{
	margin-right:20px;
}
.label-item-nhadat{
	display:block;
	color:#999;
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-right:5px;
	font-style:italic;
}
.vaule-item-nhadat{
	color:#333;
	font-size:14px;
}
.label-adress{
	background: url(../images/icon-place.png) no-repeat center left;
    background-size: 12px 16px;
    padding: 0px 0px 0px 20px;
    margin-right:30px;
}
.phone-member{
	margin-right:0px;
}
.price-item-nhadat{
	color:#e80404;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	display:block;
	float:left;
	margin:0px 30px 0px 0px;
}
.row-item-nhadat01{
	width:410px;
	float:left;
}
.row-border-bottom{
	border-bottom:1px #ddd dotted;
	padding-bottom:5px;
	margin-bottom:5px;
}
.label-gia{
	background:url('../images/icon-price.png') no-repeat center left;
}
.label-dientich{
	background:url('../images/icon-area.png') no-repeat center left;
}
.label-vitri{

}
.label-thoigian{

}
.label-dienthoai{
	background:url('../images/icon-phone.png') no-repeat center left;
}
.pading-left1{
	padding-left:23px;
}


.item-nhadat-creattime{
	color:#333;
	font-size:12px;
}

/* trang danh sach tin service */
.list-product-service{
	width:38%;
	padding:10px 0.8% 40px 0.8%;
	float:left;
	background:#f0f5f6;
	overflow:auto;
}
.map-product-service{
	width:62%;
	float:left;
}
.product-service{
	
}
.box-product-map{
	width:115px;
	position:relative;
}
.box-product-thue-map{
	width:155px;
}
.detail-map{
	display:block;
	width:60px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#fff;
	background:#38a345;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:3px auto 0px;
}
.box-product-map:hover .detail-map{
	background:#028211;
}
.link-overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1001;
	width:100%;
	height:100%;
	display:block;
}
.dt-map{
	display:block;
	color:#d93232;
	font-weight:bold;
	margin-top:3px;
}
.content-tem-nhadat-service{
	width:85%;
	margin-left:15%;
}
.product-service .image-item-nhadat {
    width:25%;
    margin-right:2%;
}
.product-service .right-item-nhadat {
    width: 66%;
    float: left;
}
.product-service .content-right-item-nhadat {
    width: auto;
}
.product-service .title-item-nhadat {
    margin-bottom: 0px;
    width: 85%;
}
.product-service .avatar-member02 {
    float: none;
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
.icon-place-map{
	width:73px;
	height:60px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	background:url('../images/icon-map02.png') no-repeat center center;
	z-index:2;
	cursor:pointer;
}
.icon-place-map:hover{
	top:-2px;
}

.overlay-product-service{
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
}

/**
 * The "shine" element
 */
.vetsang{
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	overflow:hidden;
}

.vetsang: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 */

.vetsang: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 */

.vetsang:active:after {
  opacity: 0;
}

/* Chi tiet tin dang */
.box-border{
	border:1px #e3e3e3 solid;
	padding:6px 10px;
	margin-bottom:20px;
}
.title-product { 
 font-size: 18px; 
 line-height: 22px; 
 margin:8px 0px 10px 0px; 
 color:#2c2c2c;
}
.link-project{
	display:block;
	float:left;
	font-weight:bold;
	font-size:14px;
	margin-right:6px;
	color:#37a244;
	background: url(../images/icon-location.png) no-repeat center left;
	padding-left:20px;
}
.link-project:hover{
	color:#015f95;
}
.khuvuc{
	display:block;
	float:left;
	color:#333;
}
.list-attr-hot{
	padding:5px 10px 5px 10px;
	background:#f0f2f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
.list-attr-hot li{
	margin:0px 15px 0px 0px;
	float:left;
	line-height:26px;
}
.list-attr-hot li .label-attr{
	color:#333;
	display:block;
	float:left;
	margin-right:5px;
}
.breadcrumb{
	margin-bottom:5px;
}
.breadcrumb li{
	margin:0px 12px 0px 0px;
	padding-left:12px;
	float:left;
	line-height:26px;
	background:url('../images/arrow-chitiet.png') no-repeat 0px 8px; 
}
.breadcrumb li:hover{
	background:url('../images/arrow-chitiet.png') no-repeat 3px 8px; 
}
.breadcrumb li:first-child{
	padding-left:0px;
	background:none;
}


.breadcrumb li .label-attr{
	color:#333;
	display:block;
	float:left;
	margin-right:5px;
}
.breadcrumb li a:hover{
	color:#009ba1;
}

.value-attr{
	display:block;
	float:left;
	color: #e80404; 
   font-weight: bold; 
   font-size: 16px;
}
.value-attr2{
	display:block;
	float:left;
	color:#333; 
   font-size: 14px;
   font-weight:bold;
}
.box-views{
	position:fixed;
	left:0px;
	bottom:5px;
	height:24px;
	width:88px;
	line-height:24px;
	display:inline-block;
	padding:0px 3px 0px 3px;
	background:#e8e6e6;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color:#e80404;
	font-size:13px;
	z-index:851;
}
.label-views{
	font-size:12px;
	color:#000;
}
.bar-share{
	position:fixed;
	left:0px;
	bottom:34px;
	background:#e8e6e6;
	z-index:850;
	display:block;
	width:94px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}
.padding-left20{
	padding-left:20px;
}
.lable-pr-des {
	color: #666;
	font-size: 16px;
	font-weight:bold;
	display: block;
	margin:10px 0px 10px 0px;
}
.ct-pr-sum {
	font-size: 15px;
	line-height: 26px;
	color: #333333;
	overflow:hidden;
	margin-bottom:10px;
}

.box-slide-detail{
	margin-bottom:20px;
}
.title-map{ 
 font-size: 15px; 
 color:#36a445; 
 text-transform: uppercase; 
 padding:6px 0px;
}
.box-user-attr{
	margin:10px 10px 0px 10px;
	padding:10px 10px;
	background:#ebebeb;
}
.header-user-attr{
	color:#f93239;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #d4d4d4 solid;
}
.list-user-attr li{
	float:left;
	margin-right:20px;
	color:#000;
}
.list-user-attr li .label-user-attr{
	display:block;
	float:left;
	margin-right:5px;
}
.list-user-attr li .value-user-attr{
	display:block;
	float:left;
	color:#37a244;
	font-weight:bold;
}
.list-user-attr li .value-user-attr02{
	display:block;
	float:left;
	color:#e80404;
	font-weight:bold;
}

/*
--------- .tag -------------------- */
.box-tag{

}
.labeb-tag{
	font-weight:bold;
	margin-right:7px;
	font-size:12px;
}

.box-tag a{
	font-size:14px;
	display:inline-block;
	float:none;
	color:#575757;
	background:#f0f2f5;
	line-height:30px;
	padding:0px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:3px;
}
.box-tag a:hover{
	background:#dce1e8;
}


/*
--------- .default_share -------------------- */
.row1-share-base { 
}
.save-post{
	float:right;
}
.share-post{
}

.save-pr { 
	background:#0098da url('../images/icon-save.png') no-repeat 10px center; 
	padding: 0px 10px 0px 32px; 
	line-height:32px;
	display:block;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

} 
.save-pr:hover { 
	background:#0382b9 url('../images/icon-save.png') no-repeat 10px center; 
} 
.botton-share{
	height:32px;
	line-height:32px;
	padding:0px 15px 0px 34px;
	color:#fff;
	background:#0098da url('../images/icon-share.png') no-repeat 8px 6px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	margin-bottom:10px;
	display:block;
}
.botton-share:hover{
	background:#0382b9 url('../images/icon-share.png') no-repeat 8px 6px; 
}

.box-botton-share{
	position:relative;
	display:block;
	width:92px;
	padding:5px 5px 5px 5px;
}
.opacity-share{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:100%;
	height:100%;
	display:none;
}
.zalo-share-button,.fb-share-button{
	display:block!important;
}
.botton-quatang{
	display:block;
	padding:5px 0px 5px 0px;
	width:84px;
	background:#f93239;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	text-align:center;
	border:none;
	display:none;
}
.botton-quatang-active{
	display:block;
	padding:5px 0px 5px 0px;
	width:84px;
	background:#fd0710;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	text-align:center;
	border:none;
}

.botton-quatang-active:hover{
	background:#287605;
}

.link-all01{
   font-size: 12px; 
   color: #006092; 
   font-weight:bold;  
   margin-bottom:20px; 
   display:block;
   float:left;
   background: #e9e9e9;
   padding:0px 15px;
   margin-right:10px;
   -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	line-height:26px;
}
.link-all01:hover{ 
	background:#d2d1d1;
	 color: #006092;
}
.header01{
	color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 7px 0px;
    background:#004e7f;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.category-parent{
	line-height: 40px;
    display: block;
    margin-right: 20px;
    color: #000;
    font-size: 24px;
}
.category-parent:hover{
    color: #f93239;
}

.content-group-news-home{
	padding: 15px 0px 0px 0px;
}
.box-sidebar{
	margin-bottom:15px;
}
.content-box-sidebar{
	border:1px #e3e3e3 solid;
	border-top:0px;
	padding:5px 5px 10px 5px;
	background:#fff;
}
.sidebar .banners-default a{
	display:block;
	max-width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.sidebar .banners-default a img{
	display:block;
	width:100%;
}


/* Trang danh sach tin */
.padding-top-product{
	padding-top:162px;
}
.content-duan{
	padding-top:10px;
}
.box-padding-top{
	padding-top:46px;
}
.item-content-duan-detail{
	line-height:24px;
	text-align:justify;
}
.item-content-duan-detail *{
	line-height:24px;
}
.item-content-duan-detail p{
	margin-bottom:6px;
}
.title-list{ 
   font-size:24px; 
   color:#2C2C2C; 
   font-weight: bold; 
   margin-bottom:5px;
}
.show-in-map{
	display:block;
	padding:2px 15px 2px 50px;
	background:#fff url(../images/icon-hot.gif) no-repeat 5px 2px;
	border:1px #015f95 solid;
	color:#e80404;
	font-weight:bold;
	cursor:pointer;
}
.show-in-map:hover{
	color:#015f95;
}
.header02{
	border:1px solid #e7e7e7;
	padding:5px 10px;
	margin-bottom:10px;
	line-height:24px;
}
.label-list{
	display:block;
	float:left;
	padding-left:24px;
	background:url('../images/list.png') no-repeat 0px 2px;
	color: #37a344 !important;
	font-size:15px;
	font-weight:bold;
	margin-right:30px;
}
.box-total{
	float:left;
	color:#333;
	font-size:14px;
}
.box-total span{
	color: #37a344;
	font-weight:bold;
}
.box-ordering span{
	font-size:13px;
	color:#444;
}
.select-ordering{
	height:24px;
	line-height:24px;
	color:#666;
	padding:0px 5px 0px 5px;
	border:1px #b1b1b1 solid;
	background:#fff;
}


/* phan trang */
.pagination { 
   text-align: center !important;
	clear: both;
	margin-bottom:20px;
}
.pagination .current { 
   background:#6ecd7a; 
   color: #FFFFFF; 
   display: inline-block; 
   font-weight: bold; 
   margin-right: 10px; 
	width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
   -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pagination a, .pagination b { 
   background: #dddddd; 
   color: #000000; 
   display: inline-block; 
   font-weight: bold; 
   margin-right: 10px; 
   width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
   -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pagination .pre-page, .pagination .next-page,.pagination .first-page, .pagination .last-page{ 
   
}
.first-page, .last-page { 
   display: none !important;
}
.next-page { 
   
}
.pre-page{
	
}
.image-member-detail{
	display:block;
	float:left;
	width:90px;
	margin:5px 0px 5px 0px;
}
.content-member{
	float:right;
	width:635px;
}
.title-member{
    font-size: 16px;
    margin: 0px 0px 3px 0px;
    color: #015f95;
}
.sub-attr-nhadat02{
	display:table;
}
.phone-item-nhadat{
	padding:12px 0px 0px 0px;
	float:left;
}
.phone-member{
	display:block;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	background:#009ba1 url('../images/call.png') no-repeat 10px 5px;
	background-size:16px 16px;
	float:left;
	margin:0px 10px 5px 0px;
	padding:3px 10px 3px 34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.phone-member:hover{
	background:#02c5cd url('../images/call.png') no-repeat 10px 5px;
	background-size:16px 16px;
}
.row-member{
	margin-bottom:2px;
}
.label-item-member{
	font-weight:normal;
	width:80px;
	float:left;
	display:block;
}
.vaule-item-member{
	font-weight:bold;
	color:#38a345;
}
.bg-gray{
	background:#f3f9f4;
}
.banner-left {
    position: fixed;
    top: 156px;
    left: 1px;
    z-index: 13;
}
.banner-right {
    position: fixed;
    top: 156px;
    right: 1px;
    z-index: 13;
}
.primary .banners{
	margin-bottom:0px;
}
.banners img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-menu-nhadat-service{
	background: #f3f4f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header-nhadat-service{
	color: #fff;
    font-size: 18px;
    line-height:22px;
    padding:7px 0px;
    background:#d80008;
    font-weight: normal;
    text-align: center;
    display: block;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.list-menu-nhadat-service{
	padding:10px 10px 10px 10px;
	border-top:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 10px;
}
.list-menu-nhadat-service li{
	margin-bottom:5px;
	width:50%;
	float:left;
}
.list-menu-nhadat-service li a{
	display:block;
	color:#428bca;
	font-size:14px;
	font-weight:normal;
	float:left;
	margin-right:3px;
}
.list-menu-nhadat-service li a:hover{
	color:#009ba1;
	text-decoration:underline;
}
.list-menu-nhadat-service li i{
	color:#666;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
}

.col-menu-ft1{
	width:25%;
	float:left;
}

.list-support{
	width:100%;
	height:40px;
	position:fixed;
	bottom:0px;
	left:0px;
	background: #33a837;
	z-index:1112;
	border-top:1px #fff solid;
	display:none;
}
.list-support li{
	float:left;
	border-left:1px #3aba3e solid;
}
.list-support li .call{
	background:url('../images/call.png') no-repeat 7px 9px;
	background-size:20px 20px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:35px;
	padding-right:20px;
}
.list-support li .zalo{
	background:url('../images/icon-zalo.png') no-repeat 7px 9px;
	background-size:20px 20px;
	display:block;
	line-height:40px;
	color:#fff ;
	font-size:12px;
	font-weight:bold;
	padding-left:35px;
	padding-right:20px;
}
.list-support li .sms{
	background:url('../images/sms.png') no-repeat 7px 9px;
	background-size:20px 20px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:35px;
}
.content-cat{
	border:1px #ccc dashed;
	padding:10px 20px;
	margin-bottom:20px;
}
.content-cat *{
	line-height:26px;
	font-size:16px;
}
.content h2{
	color: #f93239;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 15px;
    border-top: 1px #f93239 solid;
    border-bottom: 1px #f93239 solid;
    padding: 4px 0;
}
.content h3{
    border-bottom: 1px #ccc dashed;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    color: #f93239;
}
.content ul,.content ol{
	list-style:inherit;
	list-style-position:inside;
	margin:0px 0px 10px 0px;
}
.content ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    padding-left: 22px;
    margin-bottom: 12px;
    text-align: justify;
    background: url(../images/arrow-category.png) no-repeat 0px 3px;
}

.content-cat02{
	overflow:hidden;
}
#text-viewmore{
	display:block;
	text-align:center;
	background:#eeecec;
	cursor:pointer;
	color:#f93239;
	margin:0px -20px -10px -20px;
	line-height:24px;	
}
#text-viewmore:hover{
	text-decoration:underline;
}


/******** COMMENT *********/
.box-comment{
	margin-bottom:40px;
}
.row-rating{
	background:#eeefed;
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.col-rating{
	float:left;
	margin-right:10px;
}
.list-question{
	margin-top:10px;
	list-style:none;
}
.list-question li{
	margin-bottom:1px;
}


.title-question{
	font-size:14px;
	font-weight:bold;
	color:#666;
	background:#f0f0f0;
	cursor:pointer;
	display:block;
	line-height:26px;
	padding:7px 5px 7px 35px;
	background:#f0f0f0 url('../images/arrow.png') no-repeat 8px 16px;
	border-top:1px #ccc solid;
}
.list-question li .title-question:hover,.list-question li .active{
	border-top:1px #d24417 solid;
	color:#d24417;
	
	background:#f0f0f0 url('../images/arrow-hover.png') no-repeat 8px 16px;
}

.content-question{
	display:none;
	padding:5px 0px 15px 0px;
	font-size:14px;
}
.comments {
	clear:both;
	padding:0px 0px 10px 0px;
	margin-top:20px;
}
.comment_form_title_send {
    background: url("../images/comment.png") no-repeat left center;
    color: #FF2C00;
    font-size: 17px;
    height: 31px;
    padding-left: 34px;
    padding-top: 14px;
    text-transform: uppercase;
}
.comment-item {
    margin: 4px 0 10px;
    border-bottom:1px #ccc dotted;
    position:relative;
}
.checkbox-inline{
	background: url('../images/icon-star.png') no-repeat top center;
	width:25px;
	text-align:center;
	padding-top:25px;
	margin-right:5px;
	display:block;
	float:left;
	margin-bottom:10px;
}
.comment_content p{
	margin:8px 0px 3px;
	font-size:14px;
}
.comment_sub_0 {
}
.comment_sub_1 {
	margin-left:20px;
	border-bottom:none;
	background:#f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comment-item .date {
    color: #ACACAC;
    font-size: 11px;
}
.comment_sub_1 .comment_content {
    border-bottom:1px #ccc dotted;
	margin:0px 20px;
	padding:3px 0px;
}
.comment_form_title {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 8px;
    background: url("../images/icon-comment.png") no-repeat 0px 0px;
    padding-left:35px;
}
.comment_form_title span {
    padding-bottom: 3px;
    padding-right: 20px;
}
.form_comment p {
    margin-bottom: 10px;
}
.form_comment p input, .form_comment textarea {
    color: #000;
    width:250px;
	margin-right:10px;
	padding:3px 0px 3px 10px;
	outline:none;
}
.form_comment textarea {
	display:block;
	margin-bottom:10px;
}

.form_comment .button {

}
#submitbt {
}
.button_area {
    margin: 10px 0;
}
.form_comment {
}
#comment_add_form p, #comment_add_form textarea {
    margin-top: 4px;
}
#comment_add_form a img {
    vertical-align: middle;
    height:25px;
}
#comment_add_form textarea {
    color: #303030;
	width:98%;
    padding:0px 5px;
    border:1px #ccc solid;
    margin-bottom:10px;
    font-size:14px;
}
.form_comment textarea{
    width:529px;
    font-size:14px;
}
#comment_add_form input.textbox01{
	width:250px;
	margin-right:10px;
	padding:3px 0px 3px 10px;
	outline:none;
	border: 1px #ccc solid;
}
.form_comment p input#txtCaptcha{
	width:80px;
	padding:4px 0px 4px 10px;
	border:1px #d0d0d0 solid;
	margin-right:10px;
	float:left;
}
.code-view{
	display:block;
	float:left;
}
.comments_contents {
    margin: 0 0 15px;
}
.comment_content {
}
.comment-item .name {
    color: #f93239;
    font-size: 14px;
    height: 35px;
    margin-right:15px;
}
.ratingvalue1{
	width:117px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;
	background:url('../images/1star.jpg') no-repeat top left;
}
.ratingvalue2{
	width:117px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;
	background:url('../images/2star.jpg') no-repeat top left;
}
.ratingvalue3{
	width:117px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;
	background:url('../images/3star.jpg') no-repeat top left;
}
.ratingvalue4{
	width:117px;
	height:20px;
	display:block;
	float:left;
	margin-right:4px;
	background:url('../images/4star.jpg') no-repeat top left;
}
.ratingvalue5{
	width:117px;
	height:20px;
	display:block;
	float:left;
	margin-right:5px;
	background:url('../images/5star.jpg') no-repeat top left;
}

.comment-item .name img {
    margin-right: 10px;
}
.comment-item .date-rating {
    color: #757575;
    font-size:12px;
    float:left;
}
.reply_button_area{
	margin-top: 6px;
}
.comments .button {
    background:#3c9f10;
    color: #fff;
    margin-right: 10px;
	line-height:32px;
	height:32px;
	padding:0px 30px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	cursor:pointer;
}
.comments .button:hover {
    background:#004e7f;
}

.content-details .comments .button span {
	color: #000;
	line-height: 24px;
}
.button_reply {
    display: block;
    font-size: 12px;
    text-align: right;
    color: #fff;
    float:right;
   	padding:3px 8px;
   	background:#00796b;
   	line-height:16px;
   	margin-bottom:8px;
   	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comments .hidden,.comments .hide-comment{
    display: none;
}
.comment-attr{

}


@media only screen and (max-width: 1100px){
	.image-item-nhadat span{ 
		display:block;
		height:20px;
		width:39px;
		background-size:39px 20px;
		position:absolute;
		top:5px;
		left:-5px;
		z-index:3;
	}
.padding-top-product {
    padding-top: 0px;
}
	.content-cat{
	border:none;
	padding:0px 0px;
	margin-bottom:20px;
}
.box-views {
    bottom:40px;
    line-height:18px;
    height:18px;
}
	.share-post {
	    float:none;
	    width: 100%;
	    clear:both;
	}
	.box-botton-share {
	    width: 166px;
	    margin-left:0px;
	    margin-right:5px;
	    border:0px;
	    padding:0px 0px 0px 0px;
	}
	.list-support{
		display:block;
	}
	.bar-share {
	    padding-bottom: 40px;
	}
	.botton-quatang-active {
	    width: 74px;
	}
.marginright0 {
    margin-right: 0px !important;
}
.image-news-home {
	width:30%;
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.image-news-home img{
	width:100%;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right-item-news-footer{
	width:67%;
	float:right;
}
.title-news-home{
	color: #004e7f;
	font-size:15px;
    display:block;
    margin-bottom:5px;
    line-height:20px;
}
.title-news-home:hover{
	color:#3c9f10;
}
.summary-news-footer{
	display:none;
}



	.menu-footer01{
	}
	.footer {
	    padding:10px 10px 40px 10px;
	    margin:0px -10px;
	}
	.row-footer-bottom {
	    border-top:none;
	    margin: 0px 0px 0px 0px;
	}
	
	.box-right-footer {
		width:50%;
		margin-bottom:10px;
	}
	.title-menu-ft {
	    padding: 0px 0px 0px;
	}
	.box-right-footer-share{
		clear:both;
		width:100%;
	}
	.info-company{
		 width: auto;
	    float: none;
		border-bottom:1px #333 solid;
		margin-bottom:10px;
		margin-right:0px;
	}

	.list-social{
		display:none;
	}

	.menu-footer01 li {
	    height: auto;
	    line-height: 24px;
	    display: inline-block;
	    width: 33.333%;
	    float: left;
	    border: none;
	    padding-left: 0;
	    padding-top: 10px;
	}
	.header-pc,.list-chirden-cat,.top-footer,.footer-content{
		display:none;
	}
	.feature-box .primary .banners{
		display:block;
		text-align:center;
	}
	.feature-box .sidebar .banners{
		display:none;
	}


	.primary,.sidebar{
			width:100%;
	}
	.box-border {
	    border:0px;
	    padding: 0px 0px;
	}
	.box-slide-detail {
	    margin: -10px -10px 10px -10px;
	    background:#eee;
	}
	.ct-pr-sum {
	    font-size: 15px;
	    color: #000;
	}
	.ct-pr-sum iframe{
		width:100%!important;
		height:auto!important;
		min-height:250px;
	}

	.title-item-nhadat-mobile{
		display:block;
		line-height:20px;
		margin-bottom:8px;
		color: #015f95;
		font-size:16px;
	}
	.bds-vip .title-item-nhadat-mobile{
		color:#e80404;
		font-size:16px;
	}

	.title-item-nhadat{
		
	}
	.ratingvalue1,.ratingvalue2,.ratingvalue3,.ratingvalue4,.ratingvalue5 {
	    width: 70px;
	    height: 12px;
	    background: url(../images/5star.jpg) no-repeat top left;
	    background-size:70px 12px;
	}
	.checkbox-inline {
    background: url(../images/icon-star.png) no-repeat top center;
    background-size:15px 15px;
    width: 25px;
    text-align: center;
    padding-top: 25px;
    margin-right: 5px;
}
	.box-description{
		margin:10px 10px 0px 0px;
		text-align:justify;
		color:#666;
	}
	.image-item-nhadat {
		width:100%!important;
	}	
	.image-item-nhadat img{
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	    -webkit-border-bottom-left-radius: 0px;
	    -moz-border-radius-bottomleft: 0px;
	    border-bottom-left-radius: 0px;	
    }
	.right-item-nhadat{
		width:auto;
		padding:0px 10px;
	}
	.content-right-item-nhadat {
	    width: 100%;
	}
	.price-item-nhadat {
	    margin: 0px 20px 2px 0px;
	    font-weight:bold;
	}
	.label-item-nhadat{
		display:none;
	}
	.vaule-item-nhadat {
		line-height:18px;
		margin-bottom:8px;
	}
	.item-nhadat-creattime{
		float:none!important;
		display:block;
		font-style:italic;
	}
	.attr-item-nhadat{
		float:none;
		margin-bottom:2px;
	}
	.attr-item-price-area{
		float:left;
		margin-right:15px;
	}
	.area-item-nhadat{
		font-weight:bold;
		color: #37a244;
	}
	.box-ordering span {
		display:none;
	}	
	.item-nhadat {
		padding: 0px 0px 0px 0px;
	}
	
	.creatime-item-nhadat{
		font-style:italic;
		color:#333;
	}
	.title-item-nhadat-mobile {
	    display: block;
	}
	.sub-attr-nhadat {
	    margin-right: 0px;
	    float:none;
	}
	.box-member{
		padding:5px 0px 0px 0px;
	}
	.design-by {
	    width: 100%;
	    float: none!important;
	    text-align: center!important;
	    padding-top: 5px;
	    clear: both;
	    border-top: 1px #333 solid;
	    padding-top: 3px;
	    margin-top: 5px;
	}
	.bds-item-map,.box-product-news .bds-item-map,.box-product-related .bds-item-map {
	    width: 46%;
		margin:0px 2% 20px 2%;
	    float: left;
	    border-right:none;
	}
	.box-product-news .category-bds {
	    height: 80px;
	}
	
	.box-product-news .attr-price-map {
	    bottom: 98px;
	}
	.box-product-news .attr-acrea-map {
	    bottom: 98px;
	}



	.item-img-map img{
	height:auto;
	}

	.content-member {
    float: none;
    width: auto;
}

    .item-nhadat{
        width: 46%;
        margin: 0px 2% 20px 2%;
        float: left;
        border-right: none;
    }
    
    
.scrollToTop {
    width: 40px;
    height: 40px;
    background-size:30px 30px;
    right:0px;
    bottom:0px;
}
.banner-left,.banner-right{
	display:none;
}
.link-all01 {
    margin-bottom: 5px;
}
.tab-content-res .col-sh {
}
.banners-area-hot ul {
	    margin:0px 0px 0px 0px;
	}
	.banners-area-hot ul li:first-child {
	    width: 100%;
	        margin: 0px 0px 5px 0px;
	}
	.banners-area-hot ul li {
		    margin: 0px 0px 5px 2%;
		    width: 49%;
		}
		.banners-area-hot ul li:nth-child(2n) {
		    margin: 0px 0px 5px 0;
		}
	.banners-area-hot ul li .text-area01 {
	    position: absolute;
	    top: 5px;
	    left: 10px;
	    z-index: 9;
	    color: #fff;
	    font-size: 16px;
	    font-weight: normal;
	}
	.banners-area-hot ul li .text-area02 {
	    position: absolute;
	    top: 25px;
	    left: 10px;
	    z-index: 9;
	    color: #fff;
	    font-size:18px;
	    font-weight: bold;
	}

}

@media only screen and (max-width: 560px){
	.bgxam {
	    padding: 10px 0px 10px 0px;
	}
	.bds-item-map,.box-product-related .bds-item-map {
	    width: 100%;
		margin:0px 0% 20px 0%;
	    float: left;
	    border-right:none;
	}
	.col-menu-ft1{
		width:50%;
		float:left;
	}
	.item-nhadat{
        width: 100%;
        margin: 0px 0% 20px 0%;
        float: left;
        border-right: none;
    }

}







