#vnt-container {
	padding-top: 0;
}
/*=====BEGIN: SEARCH agency=====*/
.block-search{
	background-color: #d20000;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}
.block-search .search-wrapper {
	padding: 10px 0px;
}
.block-search .row {
	margin-left: -5px;
	margin-right: -5px;
}
.block-search .row .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.block-search .btn{
	height: 34px;
	width: 100%;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px;
	outline: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	background: #ad100b;
}
.block-search .btn:active,
.block-search .btn:focus{
	outline: 0;
}
.block-search .btn span{
	color: #ffffff;
}

/*=====END: SEARCH agency=====*/

.i-star ul{
	position: relative;
	margin-bottom:5px;
}
.i-star ul:after{
	display: table;
	content:"";
	clear: both;
}
.i-star ul li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 2px;
	background: url(../images/icon-star.png) no-repeat 50% 50%;
	background-size: 10px 10px ;
}
.i-star ul li.active{
	background: url(../images/icon-star-active.png) no-repeat 50% 50%;
	background-size: 10px 10px ;
}
.i-star ul li.half-active{
	background: url(../images/icon-star-half.png) no-repeat 50% 50%;
	background-size: 10px 10px ;
}
/*=====END:  MÔ GIỚI TIÊU BIỂU=====*/
/*=====BEGIN:  DANH SÁCH MÔ GIỚI=====*/
.List_Item {
	padding-top: 15px;
	border: 1px solid #dedede;
}
.List_Item .item {
	padding: 0px 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.List_Item .item .i-image{
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.List_Item .item .i-image img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.List_Item .item .i-image:hover img{
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-ms-transform:scale(1.12);
	transform:scale(1.12);
}
.List_Item .item .i-description{
	width: calc(100% - 120px) ;
	float: right;
}
.List_Item .item .i-description .i-name{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.List_Item .item .i-description .i-name a{
	font-size: 18px;
	line-height: 26px;
	color: #0c2e78;
}
.List_Item .item .i-description .i-phone{
	font-size: 14px;
	line-height: 20px;
	color: #e41b23;
}

.List_Item .item .i-description .label_feature{
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding: 3px 8px;
	background-color: #f6dc5c;
	color: #333333;
}

.List_Item .pagination {
	padding: 0px 10px;
}
/*=====END:  DANH SÁCH MÔ GIỚI=====*/

.info_agency{
	margin-bottom: 30px;
}
.info_agency .a_banner{

}
.info_agency .div_agency{
	min-height: 52px;
	padding: 10px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	-webkit-box-shadow:0px 1px 0px #f2f2f2;
	-moz-box-shadow:0px 1px 0px #f2f2f2;
	box-shadow:0px 1px 0px #f2f2f2;
	position: relative;
}
.info_agency .div_agency .a_image{
	position: relative;
	padding-left: 115px;
	min-height: 80px;
}
.info_agency .div_agency .a_image .name{
	font-size: 20px;
	line-height: 35px;
}
.info_agency .div_agency .a_image .img{
	position: absolute;
	left:-5px;
	top: -40px;
	width: 110px;
	height: 110px;
	border: 5px solid #ffffff;
	overflow: hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}
.info_agency .div_agency .menu_evaluate{
	max-width: 700px;
	font-size: 12px;
}
.menu_evaluate .i-star{
	position: relative;
	margin-top: 5px;
}
.menu_evaluate .i-star:after{
	content:"";
	display: block;
	clear: both;
}
.menu_evaluate .i-star ul{
	display: inline-block;
	float: left;
}
.menu_evaluate .i-star ul li{
	height: 19px;
	width: 19px;
	background-size: auto !important;
}
.menu_evaluate .i-star span{
	float: right;
}


.info_agency .box_category { margin-bottom: 0}
.e_menu { position: relative ;}
.e_menu  .select-control {
	height: 30px;
	padding: 5px 12px;
	line-height: 20px;
	border: 1px solid #e0e0e0;
	cursor:pointer;
}
.e_menu .select-control .caret {
	position:absolute;
	right:10px;
	top:10px;
	border-top-width :7px;
	border-right-width :7px;
	border-left-width :7px;
}


.e_menu ul.dropdown-menu {
	width:100%;
	font-size:12px;

	min-width: 160px;
	padding:0;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0px;


}
.e_menu ul.dropdown-menu li { border-bottom: 1px solid #ccc; }
.e_menu ul.dropdown-menu li:last-child { border-bottom:none;}
.e_menu ul.dropdown-menu li a {
	display: block;
	padding: 5px 10px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
}
.e_menu ul.dropdown-menu li  a:hover,
.e_menu ul.dropdown-menu li  a:focus {

	text-decoration: none;
	background-color: #d20000;
}
.e_menu.dropdown-menu li.active > a,
.e_menu ul.dropdown-menu li.active > a:hover,
.e_menu ul.dropdown-menu li.active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #d20000;
	outline: 0;
}

.e_menu ul.dropdown-menu li > a.current {
	color: #fff;
	text-decoration: none;
	background-color: #d20000;
	outline: 0;
}

.e_menu ul.dropdown-menu li ul {
	list-style:none;
	border-top: 1px solid #ccc;
}


.info_agency .icon_menu {
	position: absolute;
	right: 5px;
	bottom: 15px;
	width: 20px;
	height: 20px;
	color: #333333;
	text-align: center;
	font-size: 18px;
}
.info_agency .cHeader .icon_menu i {
	line-height: 20px;
}

/*=====BEGIN: ĐÁNH GIÁ MÔ GIỚI=====*/
#vnt-main{
	 margin-bottom: 15px;
}
#vnt-sidebar{

}
#vnt-sidebar.margin-top{
	margin-top: 46px;
}
.box_mid .mid-title.title_evaluate{
	border-bottom: 1px solid #e5e5e5;
}
.box_mid .mid-title.title_evaluate .titleL,
.box_mid .mid-title.title_evaluate .titleL h1{
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
}
.comment_agency{
	margin-bottom: 30px;
}
.comment_agency .item{
	padding: 10px 0px;
	border-bottom: 1px solid #e5e5e5;
}
.comment_agency .item .f-name{
	margin-bottom: 5px;
	font-weight: bold;
	color:#333333;
}
.comment_agency .item .f-content{
	line-height: 22px;
	margin-bottom: 5px;
}
.comment_agency .item .i-star{
	margin-bottom: 5px;
}
.form_Evaluate .title{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ad100b;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-o-border-radius:4px 4px 0px 0px;
	-ms-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.form_Evaluate .title:after{
	position:absolute;
	content:"";
	width: 47px;
	height: 52px;
	background: url(../images/bg_title_danhgia.png) no-repeat;
	top: -12px;
	right:6px;
}
.form_Evaluate .content_form{
	padding: 18px;
	border: 1px solid #dddddd;
}
.form_Evaluate .content_form textarea.form-control{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	resize: none;
	height: 240px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
	-webkit-box-shadow:inset 0px 2px 2px #e3e3e3;
	-moz-box-shadow:inset 0px 2px 2px #e3e3e3;
	box-shadow:inset 0px 2px 2px #e3e3e3;
}
.form_Evaluate .content_form button.btn{
	height: auto;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	background: #ad100b;
	color: #ffffff;
	border: 0px;
	outline: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.form_Evaluate .content_form button.btn span{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.form_Evaluate .content_form button.btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.form_Evaluate .content_form button.btn:hover::before {
	opacity: 1;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.choose-evaluate{
	width: 100%;
	margin: 10px 0px;
}


.choose-evaluate ul li{
	float: left;
	width: 23px;
	height: 19px;
	padding-right: 4px;
	cursor: pointer;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
	position: relative;
}
.choose-evaluate ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 19px;
	line-height: 19px;
	font-family: fontawesome;
	content: '\f006';
	color: #52d80e;

}
.choose-evaluate ul li.star-red:before{
	content: '\f005';
}

.choose-evaluate ul li input{
	visibility: hidden;
}
.show-title{
	position: relative;
	height: 30px;
	margin-left: 25px;
	border: 1px solid #cccccc;
	border-left: 0px;
	padding: 5px 13px;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color:#666666;
	opacity: 0;
	-webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.show-active{
	opacity: 1;
}
.show-title:after{
	width: 15px;
	height:30px;
	position: absolute;
	content:"";
	top: -1px;
	left: -15px;
	background: url(../images/icon-tag.png) no-repeat 50% 50%;
}
/*=====END:  ĐÁNH GIÁ MÔ GIỚI=====*/
/*=====BEGIN:  THÔNG TIN CÁ NHÂN=====*/
.form_Contact{
	margin-bottom: 20px;
}
.form_Contact .title{
	position: relative;
	font-size: 25px;
	line-height: 34px;
	padding: 8px 60px 8px 19px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #f58320;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-o-border-radius:4px 4px 0px 0px;
	-ms-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.form_Contact .title:after{
	position:absolute;
	content:"";
	width: 54px;
	height: 60px;
	background: url(../images/bg_title_lienhe.png) no-repeat;
	top: -12px;
	right:6px;
}
.form_Contact .content_form{
	padding: 18px;
	border: 1px solid #dddddd;
}
.form_Contact .content_form .form-control{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
	-webkit-box-shadow:inset 0px 2px 2px #e3e3e3;
	-moz-box-shadow:inset 0px 2px 2px #e3e3e3;
	box-shadow:inset 0px 2px 2px #e3e3e3;
}
.form_Contact .content_form textarea.form-control{
	resize: none;
	height: 120px;
}
.form_Contact .content_form button.btn{
	height: auto;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	background: #ad100b;
	color: #ffffff;
	border: 0px;
	outline: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.form_Contact .content_form button.btn span{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.form_Contact .content_form button.btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.form_Contact .content_form button.btn:hover::before {
	opacity: 1;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.info_person{
	margin-bottom: 5px;
}
.info_person .i-image{
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.info_person .i-image img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.info_person .i-image:hover img{
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-ms-transform:scale(1.12);
	transform:scale(1.12);
}
.info_person .i-description{
	margin-left: 80px;
}
.info_person .i-description .i-name{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.info_person .i-description .i-name a{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
.info_person .i-description .i-phone a,
.info_person .i-description .i-phone{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.info_person .i-description .i-phone span {
	font-size: 11px;
}
.list_chat{
	margin-bottom: 20px;
}
.list_chat ul{
	text-align: right;
}
.list_chat ul li{
	display: inline-block;
	margin: 0px 4px;
}
.box_agency{
	margin-bottom:30px;
}
.box_agency .box_title{
	font-size: 25px;
	line-height: 35px;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}
.a_info{
	width: 100%;
	margin-bottom: 20px;
}
.a_info tr td{
	padding:5px;
	word-break: break-all;
}
.a_info tr:nth-child(odd) td{
	background-color: #fafafa;
}
.a_info tr td:nth-child(1){
	width:  120px;
}
.a_info tr td:nth-child(2){
	width: 20px;
}
/*=====END:  THÔNG TIN CÁ NHÂN=====*/
/*=====BEGIN:  ĐĂNG TIN=====*/
.box.box_address .box-content{
	padding: 0px;
}
.list_address{
	width: 100%;
}
.list_address ul{
	display: block;
}
.list_address ul li{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 10px 10px 10px 25px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.list_address ul li:before{
	position: absolute;
	content:"";
	top: 14px;
	left: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #f58320;
}
.list_address ul li:nth-child(even){
	background-color: #fafafa;
}
.list_address ul li a{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
}
.list_address ul li a:hover{
	color: #d20000;
}
/*=====END:  ĐĂNG TIN=====*/
.menu-label{
	margin-bottom:20px;
}
.menu-label ul{
	position: relative;
}
.menu-label ul:after{
	content:"";
	display: block;
	clear: both;
}
.menu-label ul li{
	float: left;
	position: relative;
	font-size:  15px;
	line-height: 23px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	margin-left:1px;
}
.menu-label ul li ~ li:before{
	position: absolute;
	content:"|";
	top: 6px;
	left:-2px;
	color: #e2e2e2;
}
.menu-label ul li a{
	display: block;
	font-size:  15px;
	line-height: 23px;
	padding:6px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
	-webkit-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition:all 0.5s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.menu-label ul li a.current,
.menu-label ul li a:hover{
	background:#d20000;
	color: #ffffff;
	-webkit-border-radius:15px 0px 15px 0px;
	-moz-border-radius:15px 0px 15px 0px;
	-o-border-radius:15px 0px 15px 0px;
	-ms-border-radius:15px 0px 15px 0px;
	border-radius:15px 0px 15px 0px;
}
.menu-transaction{
	border-bottom: 1px solid #e5e5e5;
}
.menu-transaction .fl{
	margin-bottom: 10px;
}
.menu-transaction .fr{
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu-transaction .transaction{
	position: relative;
}
.menu-transaction .transaction:after{
	content:"";
	clear:both;
	display: block;
}
.menu-transaction .transaction li{
	float: left;
	position: relative;
}
.menu-transaction .transaction li a{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #666666;
	background: #ffffff;
}
.menu-transaction .transaction li a:hover,
.menu-transaction .transaction li a.active{
	background: #ad100b;
	color: #ffffff;
}

.menu-transaction .transaction li:first-child{

}
.menu-transaction .transaction li:last-child{

}

/*=====BEGIN: LIST POST=====*/

.count-result {
	padding-bottom: 10px;
}
.List_View {

}

.List_View .noProduct { padding: 50px ; text-align: center ; color: #ff0000}

.List_View .item {
	border-bottom:1px solid #dcdcdc;
	padding: 15px 0px;
	position:relative;
}
.List_View .item:last-child { margin-bottom: 15px;}
.List_View .item.vip1{
	background-color: #fffee6;
}
.List_View .item.vip2{
	background-color: #fffee6;
}

.List_View .item .box-item .i-image{
	width: 150px;
	float: left;
	overflow: hidden;
	position: relative;
}
.List_View .item .box-item .i-image a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.List_View .item .box-item .i-image img{
	width: 100%;
	width: 100%;
}

.List_View .item .box-item .i-image a span{
	position: absolute;
	left:0px;
	bottom: 0px;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	display: inline-block;
	padding:2px 8px;
	background-color: rgba(0,0,0,0.7);
}

.List_View .item .iconLink{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}

.List_View .item .iconLink ul li{
	display: inline-block;
	margin:  0px 3px;
}
.List_View .item .iconLink ul li a{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.List_View .item .iconLink ul li a:hover{
	color: #f6943e;
}

.List_View .item .box-item .i-description{
	width: calc(100% - 160px) ;
	float: right;
	font-size: 12px;
}
.List_View .item .box-item .i-title{
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	color:#333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.List_View .item .box-item .i-title a{
	color:#333333;
	line-height: 22px;
}
.List_View .item .postVip .item-info .i-title a{
	color:#d20000;
	position: relative;
}
.List_View .item .box-item .i-title a:hover{
	color: #d20000;
}


.List_View .item .box-item .i-description .price {
	color: #d20000;
	font-size: 14px;
}




.List_View .pagination { padding: 10px ; margin-bottom: 0}



/*=====END:  LIST POST=====*/






/*------------------ DEtail --------------------------*/
.titleDetail{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size:  35px;
	line-height: 45px;
	border-bottom: 1px dotted #999999;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.titleDetail h1{
	font-size:  35px;
	line-height: 45px;
	font-weight: 400;
}


.picDetail {
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}

.picDetail .img-detail {
	text-align: center;
	background-color: #F5F5F5;
	height: 440px;
	padding: 2px;
	position: relative;
}
.picDetail .img-detail img {
	max-width: 100%;
	max-height: 100%;
}

.picDetail {
	margin-bottom:20px;
}
.picDetail .image { text-align:center;}
.picDetail .flexslider {
	margin-bottom:15px;
	border:none;
	background:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none; -moz-box-shadow:none; -o-box-shadow:none; box-shadow: none;
}
.flexslider .slides { text-align: center; background: #fff;}
.flexslider .slides img { display: inherit !important; width: auto !important;}

.flexslider { margin-bottom:0;}
.flexslider .custom-navigation {

}
.flexslider .custom-navigation a {
	position: absolute;
	top: 45%;
	width: 35px;
	height: 60px;
	background-color: rgba(0,0,0,0.5);
	border: 2px solid #d6d8e1;

	font-size: 24px;
	text-align: center;
	padding: 3px;

	z-index: 10;
}
.flexslider .custom-navigation a i { color: #FFFFFF;  line-height: 50px;}
.flexslider .custom-navigation a.flex-prev {
	left: 15px;
}
.flexslider .custom-navigation a.flex-next {
	right: 15px;
}
#carousel.flexslider .slides li {  cursor:pointer ; max-height: 75px; }
#carousel.flexslider .slides div {  }
#carousel.flexslider .slides span {  }
#carousel.flexslider .slides img {  -webkit-border-radius: 0px;-moz-border-radius: 0px; border-radius: 0px; vertical-align:middle ;  }

#carousel.flexslider .slides li.flex-active-slide {  }





.div_note{
	margin-bottom: 20px;
	color: #666666;
}
.the-content{
	margin-bottom:20px;
}
.divTienich,
.divMota{
	margin-bottom: 25px;
}


.info-estate{
	margin-bottom: 20px;
}
.info-estate table{
	width: 100%;
	margin-bottom: 10px;
}
.info-estate table tr td{
	padding: 8px 5px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
.info-estate table tr:nth-child(odd) td{
	background-color:#f5f5f5;
}
.info-estate table tr td:nth-child(1){
	width: 100px;
}
.info-estate table tr td:nth-child(2){
	width: 20px;
}
.info-estate .status_price{
	font-size: 11px;
	color: #999999;
	text-align: center;
}
.info-estate .price{
	text-align: center;
	font-size: 25px;
	line-height: 35px;
	padding: 8px 20px;
	background: #d20000;
	color: #ffffff;
	border: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	margin-bottom: 5px;
}
.info-estate .iconLink{
	margin-bottom: 10px;
}
.info-estate .iconLink ul{
	text-align: center;
}
.info-estate .iconLink ul li{
	display: inline-block;
	margin: 0px 8px;
}
.info-estate .iconLink ul li a{
	color: #333333;
}
.info-estate .iconLink ul li a i{
	font-size: 20px;
	color: #f69751;
	margin-right: 5px;
}


.divbutton{
	margin-bottom: 20px;
	position: relative;
}

.divbutton a{
	display: block;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	padding: 8px 20px;
	background: #707070;
	color: #ffffff;
	text-transform: uppercase;
	border: 0px;
	outline: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
}
.divbutton.divPanorama a,
.divbutton.divVideo a ,
.divbutton.divMaps a {
	padding-right: 60px;
}

.divbutton.divMaps:after{
	font-family: "FontAwesome";
	position: absolute;
	content:'\f041';
	z-index: 2;
	width:25px;
	height: 32px;
	top: 12px;
	right: 10px;
	color: #ffffff;
	font-size: 25px;
}
.divbutton.divVideo:after{
	font-family: "FontAwesome";
	position: absolute;
	content:'\f16a';
	z-index: 2;
	width:25px;
	height: 32px;
	top: 12px;
	right: 10px;
	color: #ffffff;
	font-size: 25px;
}


.divbutton a span{
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.divbutton a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.divbutton a:hover::before {
	opacity: 1;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.box_tag{
	border: 1px solid #c7c59a;
	padding: 15px;
	background-color:#fffee6;
	color: #333333;
	margin-top: 10px;
}
.box_tag a { color: #333333}
.box_tag a:hover { color: #9c1320}

.the-content .dTitle{
	font-size: 25px;
	line-height: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color:#d20000;
	position: relative;
}
.the-content .dTitle:after{
	width: 100%;
	height: 8px;
	content:"";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/d_title.jpg);
}
.grid_tienich{
	width: 100%;
}
.grid_tienich .item{
	width: 100%;
	margin-bottom: 20px;
}

.divOption{
	width:100%;
}
.divOption.bg_grey{
	background-color:#f5f5f5;
}
.divOption.divodd ul li:nth-child(odd){
	background-color:#f5f5f5;
}
.divOption ul li{
	position: relative;
	padding: 7px 35px 7px 10px;
	border: 1px solid #d9d9d9;
	border-top: none;
}
.divOption ul li:first-child{
	border-top: 1px solid #d9d9d9;
}
.divOption ul li.check:after{
	position: absolute;
	font-family:"fontawesome";
	content:"\f00c";
	right: 5px;
	top: 6px;
	font-size:15px;
	color: #0b87ca;
}
.divOption.lisup ul li{
	padding: 0px;
	background-color:#f5f5f5;
}
.divOption.lisup ul li span{
	padding: 7px 35px 7px 10px;
	display: block;
}
.divOption.lisup ul ul li{
	border-left: none;
	border-right: none;
	background-color:#ffffff;
}
.divOption.lisup ul ul li span{
	padding-left: 20px;
}
.divOption.lisup ul ul li:last-child{
	border-bottom:  none;
}






/*=====BEGIN:  FORM LIÊN H?=====*/
.form_Contact{
	margin-bottom: 20px;
	margin-top: 30px;
}
.form_Contact .title{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	padding: 5px 60px 5px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #ad100b;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-o-border-radius:4px 4px 0px 0px;
	-ms-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.form_Contact .title:after{
	position:absolute;
	content:"";
	width: 54px;
	height: 60px;
	background: url(../images/bg_title_lienhe.png) no-repeat;
	top: -12px;
	right:6px;
}
.form_Contact .content_form{
	padding: 18px;
	border: 1px solid #dddddd;
}
.form_Contact .content_form .form-control{
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-o-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
	-webkit-box-shadow:inset 0px 2px 2px #e3e3e3;
	-moz-box-shadow:inset 0px 2px 2px #e3e3e3;
	box-shadow:inset 0px 2px 2px #e3e3e3;
}
.form_Contact .content_form textarea.form-control{
	resize: none;
	height: 120px;
}
.form_Contact .content_form button.btn{
	height: auto;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 20px;
	background: ##d20000;
	color: #ffffff;
	border: 0px;
	outline: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.form_Contact .content_form button.btn span{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	position: relative;
	z-index: 1;
}

.form_Contact .content_form button.btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.form_Contact .content_form button.btn:hover::before {
	opacity: 1;
	background: rgba(0,0,0,0.08);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.info_person{
	margin-bottom: 5px;
}
.info_person .i-image{
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.info_person .i-image img{
	width: 100%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.info_person .i-image:hover img{
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-ms-transform:scale(1.12);
	transform:scale(1.12);
}
.info_person .i-description{
	margin-left: 80px;
}
.info_person .i-description .i-name{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.info_person .i-description .i-name a{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
.info_person .i-description .i-phone a,
.info_person .i-description .i-phone{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.info_person .i-description .i-phone span {
	font-size: 11px;
}

.star {
	position: relative;
	margin-bottom:5px;
}
 

.list_chat{
	margin-bottom: 20px;
}
.list_chat ul{
	text-align: right;
}
.list_chat ul li{
	display: inline-block;
	margin: 0px 4px;
}
.box_agency{
	margin-bottom:30px;
}
.box_agency .box_title{
	font-size: 25px;
	line-height: 35px;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}
.a_info{
	width: 100%;
	margin-bottom: 20px;
}
.a_info tr td{
	padding:8px;
}
.a_info tr:nth-child(odd) td{
	background-color: #fafafa;
}
.a_info tr td:nth-child(1){
	width:  140px;
}
.a_info tr td:nth-child(2){
	width: 30px;
}
/*=====END:  FORM LIÊN H?=====*/

.div_Map{
	border: 10px solid #999999;
	margin-bottom: 20px;
}


.tab_wrapper {
	margin-bottom:20px;
}
.tab-title {
	position: relative;
	border: 10px solid #d20000;
}
.tab-title .select_title {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	border: 1px solid #c0bcb2;
	color: #333333;
	font-weight: normal;
	position: relative;
	cursor: pointer;
	display:block;
	cursor: pointer;

}
.tab-title .select_title:after{
	position: absolute;
	font-family:"fontawesome";
	content:"\f0d7";
	right: 10px;
}

ul.tab_nav {
	position: absolute;
	z-index: 101;
	top: 200%;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	-webkit-box-shadow:2px 2px 2px #f3f3f3;
	-moz-box-shadow:2px 2px 2px #f3f3f3;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);

	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;

}
.tab-title.show ul.tab_nav {
	top:100%;
	visibility: visible;
	opacity: 1;
}

ul.map_nav {
	border-bottom:0;
}
ul.tab_nav:after{
	content:"";
	display: block;
	clear: none;
}
ul.map_nav li, ul.tab_nav li {
	float: none;
	top: 0px;
	width: 100%;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #c0bcb2 ;
}

ul.tab_nav li a{
	font-size: 14px;
	line-height: 24px;
	display: block;
	color:#ffffff;
	text-decoration:none;
	padding:5px 10px;
	position:relative;
	background:#ffffff;
	color: #333333;
}

ul.tab_nav li:hover {
	z-index:9999;
}

ul.tab_nav li:hover a,
ul.tab_nav li a.active {
	background-color:#d9d9d9;
}

ul.tab_nav li:hover a:before,
ul.tab_nav li a.active:before {
	content:'';
	position:absolute;
	height:0px;
	top:100%;
	width:100%;
	background:#cbcbcb;
	left:0;
}
ul.map_nav li a {
	background:#ccc;
	padding:8px 15px;
	font-weight:normal;
}

.tab_content {

}

.tab_content .view_all {
	text-align: right;
	padding-top: 10px;
	font-weight: bold;

}
.tab_content .view_all a {position: relative; padding-right: 15px; display: inline-block}
.tab_content .view_all a::after{
	font-family: "FontAwesome";
	position: absolute;
	content: "\f101";
	right: 0;
	width: 15px;
}

.tab-map-wrap{
	position:relative;
	border: 10px solid #d20000;
}
.box-map {
	padding: 0;
	margin: 0;
	height: 450px;
	width: 100%;
}

.infowindow-product {
	height: auto;
	width: 350px;
	position: relative;
}

.infowindow-product .infowindow-product-detail {
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
}

.infowindow-product a {
	color: #0026ff;
}

.infowindow-product .infowindow-product-title {
	font-size: 14px;
	color: #333333;
	font-weight: bold !important;
	margin-bottom: 5px;
}
.infowindow-product .infowindow-product-title a {
	color: #333333;
}

.infowindow-product .infowindow-product-picture {
	width: 100px;
	height: 80px;
	float: left;
	margin-right:10px ;
	position: relative;
}

.infowindow-product .infowindow-product-picture img {
	width: 100px;
	height: 80px;
}

.infowindow-product .infowindow-product-picture img.hasimage {
	/*cursor: pointer;*/
}

.infowindow-product .infowindow-product-picture:hover img.hasimage {
	opacity: 0.5;
}

.infowindow-product .info {
	line-height: 18px;
}

.infowindow-product .infowindow-product-bottom {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #fff;
}

.infowindow-product .infowindow-product-bottom a {
	margin: 0px 10px;
	clear: both;
}
.infowindow-project .infowindow-product-bottom a{
	margin: 0px 6px;
}





/*===========BEGIN: COMMENT=============*/
.comment{
	margin-bottom: 20px;
}
.comment .title{
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #333333;
}
.formComment .form-control{
	height: 38px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.formComment textarea.form-control{
	resize: vertical;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.formComment .input-group-btn{
	padding-left: 5px;
	vertical-align: top;
}
.formComment button.btn{
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	padding: 7px 20px;
	text-transform: uppercase;
	background: ##d20000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	border: 0px;
}
.formComment button.btn span{
	color: #ffffff;
}
.formComment .w_content{
	display: table-cell;
	width: 100%;
}
.formComment .w_content .content-info{
	padding: 15px;
	clear: both;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	display: none;
}
.formComment .w_content .content-info .info-title{
	margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
	float: none;
	margin-bottom: 10px;
}


/*=================================*/
.grid-comment{
	padding-top: 20px;
}

.grid-comment .node-commnet{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.grid-comment .node-commnet .avatar{
	width: 55px;
	float: left;
}
.grid-comment .node-commnet .avatar img{
	width: 100%;
}
.grid-comment .node-commnet .info-comment{
	margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
	font-size: 12px;
	line-height: 25px;
	color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
	position: relative;
	display: inline-block;
	padding-right: 12px;
	color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
	text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
	position: absolute;
	font-family:"fontawesome";
	content:"\f054";
	top:2px;
	right: 0px;
	color: #263415;
	font-size: 7px;
}


.comment_reply {}
.comment_reply .form_reply {
	margin-bottom: 10px;
}
.comment_reply .reply-com {
	margin-bottom: 5px;
}
.comment_reply .reply-info {
	overflow: hidden;
}
.comment_reply .reply-info .reply-name  {
	width: calc(100% - 110px)
}
.comment_reply .reply-info .reply-button {
	width:100px;
	text-align: right;
}

.comment_reply .reply-info .reply-button .btn {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 6px 20px;
	text-transform: uppercase;
	background: #f58320;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	border: 0px;
}

.comment_reply .nodeanswer{
	background-color: #dddddd;
	margin-bottom:1px;
	padding: 10px;
	min-height: 75px;
}




/*COMPARE*/
.fixed-compare{
	position: fixed;
	width:100%;
	bottom: 0px;
	border-top:1px solid #dddddd;
	background-color: #ffffff;
	z-index: 99;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	visibility: hidden;
	opacity: 0;
}
.fixed-compare.show{
	visibility: visible;
	opacity: 1;
}
.fixed-compare .w-compare{
	width: 100%;
	display: table;
}
.fixed-compare .w-compare .item{
	width: 33.3333%;
	border-left: 1px solid #dddddd;
	padding: 12px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.fixed-compare .w-compare .item .i-product{

}
.fixed-compare .w-compare .item .i-product .i-image{

	position: relative;
	margin-bottom: 5px;
}
.fixed-compare .w-compare .item .i-product .i-image img{
	width: 100%;
	max-height: 100%;
}
.fixed-compare .w-compare .item .i-product .i-description{

}
.fixed-compare .w-compare .item .i-product .i-description .i-title{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #333333;
}
.fixed-compare .w-compare .item .i-product .i-description .i-price{
	color: #999999;
}
.fixed-compare .w-compare .item .i-product .icon-close{
	position: absolute;
	top: 5px;
	right: 5px;
}
.fixed-compare .w-compare .item .i-product .icon-close a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-close.jpg) no-repeat;
}
.fixed-compare .w-compare .item .i-link{
	text-align: center;
	color: #666666;
}
.fixed-compare .w-compare .item .i-link .linkdetail{
	margin-bottom: 10px;
}
.fixed-compare .w-compare .item .i-link .linkdetail a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	background-color: #666666;
	position: relative;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	z-index: 1;
}
.fixed-compare .w-compare .item .i-link .linkdetail a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #999999;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.fixed-compare .w-compare .item .i-link .linkdetail a:hover::before {
	opacity: 1;
	background-color: #999999;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.fixed-compare .w-compare .item .i-link .linkdetail a span{
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.fixed-compare .w-compare .item .i-search .input-group{
	border: 1px solid #cccccc;
}
.fixed-compare .w-compare .item .i-search .input-group .form-control{
	border: 0px;
	outline: 0px;
	-webkit-box-shadow:0px 0px 0px #f3f3f3;
	-moz-box-shadow:0px 0px 0px #f3f3f3;
	box-shadow:0px 0px 0px #f3f3f3;
}
.fixed-compare .w-compare .item .i-search .input-group .btn{
	height: 34px;
	width:  34px;
	-webkit-box-shadow:0px 0px 0px #f3f3f3;
	-moz-box-shadow:0px 0px 0px #f3f3f3;
	box-shadow:0px 0px 0px #f3f3f3;
	border: 0px;
	outline: 0px;
	background: url(../images/icon-search1.jpg) no-repeat 50% 50%;
	min-width: auto;
}
.fixed-compare .button-popup{
	position: absolute;
	bottom: 100%;
	right: 0px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: none;
	padding: 6px;
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-o-border-radius:4px 4px 0px 0px;
	-ms-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}
.fixed-compare .button-popup ul li{
	display: inline-block;
	padding: 0px 10px;
	position: relative;
	font-weight: bold;
}
.fixed-compare .button-popup ul li ~ li:after{
	position: absolute;
	content:"|";
	top: 0px;
	left: 0px;
}
.fixed-compare .button-popup ul li a{
	color: #666666;
}
.fixed-compare .button-popup ul li a:hover{
	text-decoration: underline;
}
.fixed-compare .button-popup ul li a.button-zoom{
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.fixed-compare .button-popup ul li a.button-zoom:after{
	position: absolute;
	font-family:"fontawesome";
	content:"\f0d7";
	top: 0px;
	right: 0px;
}
.fixed-compare .button-popup ul li a.button-zoom.none:after{
	content:"\f0d8";
}


.search-suggestion-wrapper {
	margin-left: 59px;
	margin-top: 2px;
	position: absolute;
}

.search-suggestion-list {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	bottom: 40px;
	font-size: 12px;
	left: -59px;
	line-height: 18px;
	position: absolute;
	width: 267px;
	z-index: 1000;
}

.search-suggestion-list li {
	height: 30px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;

}
.search-suggestion-list li a {
	display:block;
	padding: 5px 10px;
	width: 100%;
	color: #333333;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}
.search-suggestion-list li a:hover {
	background: #d20000;
	color: #ffffff;
}



#popupReport {
	height: 400px;
	width: auto;
}
#popupReport .popup-wrapper {
	width: auto;
}
#popupReport .note {
	text-align: center;
	color: #ff0000;
}


@media screen and (max-width: 460px) {
	.formComment .form-control {
		height: 60px;
	}
}



@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	.menu-transaction .transaction li {

	}
	.menu-transaction .transaction li a {
		font-size: 16px;
	}
}


