header{
	height: auto;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

#loading-img{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9999998;
	text-align: center;
}
#loading-img img{
	margin-top: 186px;
	width: 100px;
}
#nav-top{
	height: 25px;
	background-color: #e8e8e8;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
}
#nav-top p{
	margin: 0;
}
#nav-top p span{
	color: #006334;
}
#nav-top a{
	color: #333;
	text-decoration: none;
	margin: 8px;
}
#nav-top a:last-child{
	margin-right: 0;
}
#nav-top a:hover{
	color: #006334;
}
#header-content{
	vertical-align: middle;
	height: auto;
	overflow: hidden;
	text-align: left;
	max-height: 100px;
}
#logo-top {
	position: relative;

}
#logo-top img{
	max-height: 100px;
    overflow: hidden;
	padding:5px;
	width:100%;
}
#btn-toggle-menu{
	display: block;
	position: absolute;
	top: 35px;
	font-size: 20px;
	right: 25px;
}
#main-menu{
	display: none;
	width: 100%;
	background-color: #006334;
	border-top: 1px solid rgba(0,0,0,0.3);
	transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
    -o-transition: 2s;
    box-sizing: border-box;
}
#main-menu.active{
	display: block;
}
#main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#main-menu ul a{
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#main-menu ul li a i{
	margin-left: 6px;
}
#main-menu ul li{
	display: block;
	border-bottom: 1px dotted rgba(0,0,0,0.4);
	line-height: 30px;
	position: relative;
}
#main-menu ul li:last-child{
	border-bottom: 0px;
}

#main-menu ul.sub-menu {
	padding-left: 20px;
}
#main-menu ul.menu>li>a:before{
	font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
#main-menu ul.menu > li > a.home:before{
	font-family: FontAwesome;
    content: "\f015";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
#main-menu ul.sub-menu > li > a:before{
	font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}
#main-menu ul.sub-menu{
	display: none;
}
#main-menu .menu>li:hover .sub-menu{
	display: block;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.footer-list-site
{
	padding-left:unset;
}	
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header{
		height: auto;
		width: 100%;
		position: relative;
	}
	#btn-toggle-menu{
		display: none;
	}
	#nav-top{
		height: 35px;
		background-color: #e8e8e8;
		line-height: 35px;
	}
	#banner-top{
		overflow: hidden;
		text-align: center;
	}
	#banner-top img{
		height: 86px;
		margin: 5px 0;
		max-width: 100%;
		overflow: hidden;

	}
	#main-menu{
		display: block;
		height: 40px;
		border-top: 0;
		text-transform: uppercase;
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	}
	#main-menu.fixed{
		position: fixed;
		z-index: 100000;
		top: 0;
		left: 0;

	}
	#main-menu ul.menu{
		height: 40px;
	}
	#main-menu ul.menu>li{
		display: inline-block;
		border-bottom: 3px solid #006334;
		line-height: 43px;
		position: relative;
		margin: 0;
		height: 40px;
		padding: 0;
		box-sizing: border-box;
	}
	#main-menu ul.menu>li>a{
	font-size: 12px;
    padding: 0 5px;
    font-weight: bold;
    display: block;
	}
	#main-menu ul.menu>li.active, #main-menu ul.menu>li:hover{
		border-color: white;
	}
	#main-menu ul.menu>li.active>a, #main-menu ul.menu>li:hover>a{
		color: yellow;
	
	}
	#main-menu ul.menu>li>span{
		display: none;
		content: "";
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    margin-left: -5px;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid #fff;
	}
	#main-menu ul.menu>li:hover>span, #main-menu ul.menu>li.active>span{
		display: block;
	}
	#main-menu ul.menu>li:first-child{
		margin-left: 0;
	}
	#main-menu ul.sub-menu{
		position: absolute;
		top: 40px;
		left: 0;
		padding: 0px 15px;
		background-color: #006334;
		display: none;
		border-top: 1px solid #ccc;
		width: 200px;
		height: auto;
		z-index: 1000;
	}
	#main-menu ul.menu>li:hover ul.sub-menu{
		display: block;
	}
	#main-menu ul.sub-menu>li{
		display: block;
		line-height: 35px;
	}
	#main-menu ul.menu>li>a:before{
		font-family: FontAwesome;
	    content: "";
	    display: inline-block;
	    padding-right: 0px;
	    vertical-align: middle;
	}
	#main-menu ul.menu > li > a.home:before{
		font-family: FontAwesome;
	    content: "\f015";
	    display: inline-block;
	    padding-right: 5px;
	    vertical-align: middle;
	}
	#main-menu ul.sub-menu > li > a:before{
		font-family: FontAwesome;
	    content: "\f105";
	    display: inline-block;
	    padding-right: 5px;
	    vertical-align: middle;
	}
	#main-menu ul.sub-menu > li:hover a{
		color: yellow;

	}
	#form-menu{
		text-align: right;
	}
	#form-menu form{
		width: 100%;
		height: 30px;
		overflow: hidden;
		margin-top: 5px;
		background: #fff;
		float: right;

	}
	#form-menu input{
		float: left;
	    background: transparent;
	    border: 0;
	    height: 30px;
	    color: #444;
	    outline: none;
	    font-style: italic;
	    display: block;
	    font-size: 12px;
	    text-indent: 5px;
	    width: 70%;
	    height: 30px;
	    overflow: visible;
	}
	#form-menu button{
		width: 30%;
		font-size: 16px;
		height: 100%;
		float: left;
	    background: transparent;
	    border: 0;
	    color: #444;
	    outline: none;
	    font-style: italic;
	    display: block;
	    text-align: center;
	    border-left: 1px dotted #ccc;
	    overflow: visible;
	}
}


/*Slider*/

/********************************/
/*          Main CSS     */
/********************************/
#slider-search{
	height: 280px;
	position: relative;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	width: 100%;
}
#first-slider{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 280px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    display: none;
    filter: alpha(opacity=100);
}

/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {

      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
  
      background-size: cover;
    background-repeat: no-repeat;
}


#form-search{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}
#form-search ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#form-search ul li{
	display: inline-block;
	position: relative;
}
#form-search ul li a{
	display: inline-block;
    background: rgba(255,255,255,.9);
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 5px;
    font-size: 12px;
    transition: all .3s;
	-webkit-transition: all .3s;
}

 #form-search ul li span{
	position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    display: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006334;
    border-bottom: 5px solid transparent;
}
#form-search ul li:hover span,#form-search ul li.active span{
	display: block;
}
#form-search ul li:hover a, #form-search ul li.active a{
	background: #006334;
	color: #fff;
}
#form-search-control{
	margin-top: 15px;
}
#form-search-control form{
	width: 100%;
	background-color: rgba(0,0,0,.4);
	padding:  20px;
}
#form-search-control select{
	width: 100%;
    height: 30px;
    outline: none;
    border: 1px solid #969696;
    text-transform: none;
    border-radius: 0;
    font-size: 12px;

}
#form-search-control .item{
	padding: 5px;
}
#form-search-control button{
	width: 100%;
    height: 30px;
    background: #006334;
    color: #fff;
    text-transform: uppercase;
   	overflow: visible;
    cursor: pointer;
    padding: 0px;
	border: 0px;
	font-size: 12px;
}
#form-search-control button:hover{
	background: #006334;
}

@media(min-width: 992px){
	#form-search{
		position: absolute;
		top: 0px;
		left: 0;
		width: 100%;
	}
	#form-search ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#form-search ul li{
		display: inline-block;
		position: relative;
	}
	#form-search ul li a{
		display: inline-block;
	    background: rgba(255,255,255,.9);
	    color: #000;
	    font-weight: 600;
	    text-transform: uppercase;
	    text-decoration: none;
	    padding: 5px 5px;
	    font-size: 12px;
	    transition: all .3s;
    	-webkit-transition: all .3s;
	}

	 #form-search ul li span{
		position: absolute;
	    bottom: -20px;
	    left: 50%;
	    margin-left: -10px;
	    display: none;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 10px solid #006334;
	    border-bottom: 10px solid transparent;
	}
	#form-search ul li:hover span,#form-search ul li.active span{
		display: block;
	}
	#form-search ul li:hover a, #form-search ul li.active a{
		background: #006334;
    	color: #fff;
	}
	#form-search-control{
		margin-top: 15px;

	}
	#form-search-control form{
		width: 100%;
		background-color: rgba(0,0,0,.4);
		padding: 30px;
	}
	#form-search-control select{
		width: 100%;
	    height: 38px;
	    
	    outline: none;
	    border: 1px solid #969696;
	    text-transform: none;
	    border-radius: 0;
	    font-size: 12px;

	}
	#form-search-control .item{
		padding: 5px;
	}
	#form-search-control button{
		width: 100%;
	    height: 38px;
	    background: #006334;
	    color: #fff;
	    text-transform: uppercase;
	   	overflow: visible;
	    cursor: pointer;
	    padding: 0px;
    	border: 0px;
    	font-size: 14px;
	}
	#form-search-control button:hover{
		background: #006334;
	}

}
/*Home*/
#title-groups-home{
	background: #efefef;
	height: 30px;
	margin: 30px 0 25px 0;
}
#title-groups-home a{
	color: #333;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    border-left: 1px solid #ddd;
    transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}

#title-groups-home a.active, #title-groups-home a:hover{
	background: #006334;
	color: #fff;
}
#title-groups-home a span{
	display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006334;
    display: none;
    border-bottom: 5px solid transparent;
}
#title-groups-home a.active span, #title-groups-home a:hover span{
	display: block;
}
#home-list-tin-hot{
	width: 100%;
}
#home-list-tin-hot .row{
	margin: 0;
}
#home-list-tin-hot .item{
	
	border: 2px solid #fff;
	background: #fff;
	margin-bottom: 20px;
    position: relative;
    padding: 5px;

	/*
	margin-right: 1%;
    
    width: 19.2%;
    */
    box-sizing: border-box;
}
#home-list-tin-hot .item:hover{
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border: 2px solid #006334;
}
#home-list-tin-hot .item.item-4{
	margin-right: 0;
}
#home-list-tin-hot .item .thumb-img{
	width: 100%;
	height: 180px;
	display: block;
	overflow: hidden;
}
#home-list-tin-hot .item .thumb-img img{
	width: 100%;
	height: 100%;
}
#home-list-tin-hot .item .tieu-de{
	font-size: 14px;
    padding: 6px 5px 5px 20px;
    font-weight: bold;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    bottom: 0;
    margin-block-start: 0em;
    font-weight: 600;
    line-height: 20px;
    height: 5em;
    overflow: hidden;
}
#home-list-tin-hot .item .tieu-de a{
	    color: #fff;
}
#home-list-tin-hot .item .mo-ta-ngan{
	font-size: 12px;
}
#home-list-tin-hot .item .col-md-6{
	padding: 0;
	margin: 0;
	font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
}
#home-list-tin-hot .item .dia-chi{
	background-color: #eee;
	line-height: 30px;
}
#home-list-tin-hot .item .dia-chi i{
	color: #006334;
}
#home-list-tin-hot .item .gia-tien{
	text-align: center;
    background: #006334;
    line-height: 30px;
    color: #fff;
}
.home-banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
}
.home-banner a{
	display: block;
}
.home-banner a img{
	width: 100%;
	height: auto;
}
#home-list-tin-hot  .item .extend-img-icon{
	position: absolute;
	top: 0px;
	left: 0px;
}
#home-list-tin-hot  .item .extend-img-icon img{
	margin: 5px;
}
#home-list-tin-hot  .item .extend-ma-tin{
	position: absolute;
	top: 0px;
	right: 0px;
}
#home-list-tin-hot  .item .extend-ma-tin span{
	font-weight: bold;
	display: block;
	line-height: 18px;
    padding: 0 5px;
    background: rgba(255,255,255,.8);
    margin: 5px ;
}
@media(min-width: 992px){
	#title-groups-home{
		background: #efefef;
		height: 50px;
    	margin: 30px 0 25px 0;
	}
	#title-groups-home a{
		color: #333;
	    line-height: 50px;
	    display: block;
	    float: left;
	    padding: 0 30px;
	    font-size: 14px;
	    font-weight: 600;
	    text-decoration: none;
	    position: relative;
	    border-left: 1px solid #ddd;
	    transition: all .3s;
    	-webkit-transition: all .3s;
    	position: relative;
	}
	#home-list-tin-hot .item .tieu-de{
			font-size: 14px;
			font-weight: 600;
		    line-height: 20px;
		    color: #000;
		    height: 5em;
		    overflow: hidden;
	}
	#home-list-tin-hot .item .mo-ta-ngan{
		height: 3em;
		overflow: hidden;
		padding:5px;
	}
	#title-groups-home a.active, #title-groups-home a:hover{
		background: #006334;
    	color: #fff;
	}
	#title-groups-home a span{
		display: inline-block;
	    position: absolute;
	    bottom: -10px;
	    left: 50%;
	    margin-left: -5px;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    border-top: 5px solid #006334;
	    display: none;
	    border-bottom: 5px solid transparent;
	}
	#title-groups-home a.active span, #title-groups-home a:hover span{
		display: block;
	}
	#home-list-tin-hot{
		width: 100%;
	}
	#home-list-tin-hot .row{
		margin: 0;
	}
	#home-list-tin-hot .item{
		border: 2px solid #fff;
    	background: #fff;
    	margin-bottom: 20px;
	    position: relative;
	    padding: 5px;
	    box-sizing: border-box;
	}
	
}

#home-list-2{
	display: none;
}
/*List-tin-hap-dan*/
@media(min-width: 992px){
	#home-list-2{
		display: block;
		margin-top: 20px;
	}
	#home-list-2 .col-title{
		border-bottom: 1px solid #eaeaea;
    	margin-bottom: 20px;
	}
	#home-list-2 h2{
		margin: 0;
		padding: 0;
		border-bottom: 2px solid #006334;
	    display: inline-block;
	    font-size: 20px;
	    line-height: 32px;
	    position: relative;
	    margin-bottom: -1px;
	    font-weight: 600;
	    text-transform: uppercase;

	}
	#home-list-2 .btn-controls{
		display: inline-block;
		width: 120px;
		float: right;
		text-align: right;
	}
	#home-list-2 .btn-controls .btn{
		background-color: rgba(0,0,0,0.1);
		padding: 5px 10px;
		border-radius: 2px;
		color: #333;
	}
	#home-list-2 .btn-controls .btn:hover{
		color: #444;
		background-color: rgba(0,0,0,0.2);
	}
	#col-tab-header{
		border-bottom: 2px solid #ddd;
	}
	#col-tab-header a{
		display: inline-block;
	    line-height: 50px;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-size: 15px;
	    color: #333;
	    padding: 0 20px;
	    position: relative;
	    margin-bottom: -2px;
	    font-weight: 600;
	    border: 1px solid transparent;
	    border-bottom: 0;
	}
	#col-tab-header a:hover, #col-tab-header a.active{
		border-color: #ddd;
		color: #006334;
		background: #fff;
	    color: #006334;
	    border-color: #ddd;
	}
	#col-tab-content{
		padding: 15px;
	    border: 1px solid #ddd;
	    border-top: 0;
	    margin: 0;
	}
	#col-tab-content  .item{
	box-shadow: 0 0 1px #191919;
    position: relative;
    margin: 5px 0;
    width: 49%;
    margin-right: 2%;
    padding: 10px;
	}

	#col-tab-content  .item .row{
		margin: 0;
	}
	#col-tab-content  .item-1{
		margin-right: 0;
	}
	#col-tab-content .item-1:last-child, #col-tab-content .item-0 :last-child{
		border: 0;
	}
	#col-tab-content .item .col-md-5{
		padding: 0;
		margin: 0;
		padding-right: 10px;
    	position: relative;
    	width: 40%;
	}
	#col-tab-content .item .col-md-7{
		padding: 0;
		padding-right: 10px;
    	position: relative;
    	width: 60%;
	}
	#col-tab-content .item .thumb-img{
		height: 130px;
	    align-items: center;
	    justify-content: center;
	    background: #ddd;
	    display: block;
	}
	#col-tab-content .item .thumb-img img{
		height: 100%;
		width: 100%;
	}
	#col-tab-content .item .col-md-5 .extend-img-icon{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#col-tab-content .item .col-md-5 .extend-img-icon img{
		margin: 5px;
	}
	#col-tab-content .item .col-md-5 .extend-ma-tin{
		position: absolute;
		top: 0;
		right: 0;
	}
	#col-tab-content .item .col-md-5 .extend-ma-tin span{
		padding: 0 5px;
		margin: 5px 10px;
		display: block;
		background: rgba(255,255,255,.8);
	    font-size: 11px;
	    line-height: 18px;
	    font-weight: 600;
	}
	#col-tab-content .item .tieu-de{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 12px;
	}
	#col-tab-content .item .tieu-de a{
		color: #04578b;
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 18px;
	    display: block;
	    max-height: 36px;
	    overflow: hidden;
	}
	#col-tab-content .item .mo-ta-ngan{
		line-height: 18px;
	    max-height: 54px;
	    overflow: hidden;
	    margin: 5px 0;
	    font-size: 11.5px;
	    color: #000;
	}
	#col-tab-content .item p{
		font-size: 11.5px;
		color: #333;
	}
	#col-tab-content .item .tieu-de span{
		width: 60px;
	    display: inline-block;
	    border-bottom: 3px solid #d3d3d3;
    	margin-top: 5px;
	}
	#col-tab-content .item .gia-ban{
		color: #006334;
	}
	#home-list-tin-vip{
		padding-left: 0;
	}
	#home-list-box-left{
		padding: 0px;
	    background: #f5f5f5;
    	border: 1px solid #e7e7e7;
	    margin: 0;
	}
	#home-list-box-left ul{
		list-style: none;
		margin: 0;
		padding: 0;

	}
	#home-list-box-left #home-list-slider-left ul li{
		height: 120px;
		overflow: hidden;
		border-bottom: 2px dotted #ddd;
		padding: 15px 10px;
	}
	#home-list-box-left #home-list-slider-left ul li .thumb-img-left{
		width: 35%;
		display: block;
		float: left;
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	#home-list-box-left #home-list-slider-left ul li .extend-img-icon{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	#home-list-box-left #home-list-slider-left .extend-img-icon img{
		width: 30px;
		margin: 0 5px;
	}
	#home-list-box-left ul li .thumb-img-left a{
		display: block;
		margin-top: 0;
		width: 100%;

	}
	#home-list-box-left #home-list-slider-left ul li .thumb-img-left  a img{
		width: 100%;
	}
	#home-list-box-left #home-list-slider-left ul li .content-left a{
		display: inline-block;
		height: 30px;
		overflow: hidden;
	}
	#home-list-box-left #home-list-slider-left ul li .content-left{
		width: 65%;
		float: left;
		font-size: 11.5px;
		padding-left: 8px;
	}
	#home-list-box-left #home-list-slider-left ul li .content-left p{
		margin-bottom: 3px;
	}
	#home-list-box-left #home-list-slider-left ul li .content-left  .gia-ban{
		font-weight: 600;
		color: #006334;
	}
	#home-banner-left{
		margin-top: 5px;
	}
	#home-banner-left ul li{
		margin-bottom: 5px;
	}
	#home-banner-left img{
		width: 100%;
	}

}


.home-list-tin-rao-vat {
	display: none;
}
@media(min-width: 992px){
	.home-list-tin-rao-vat{
		display: block;
		margin-top: 20px;

	}
	.title-rao-vat{
		background: #efefef;
    	border-bottom: 1px solid #ddd;
	}
	.home-list-tin-rao-vat h2{
		padding: 0;
		margin: 0;
		display: inline-block;
	    font-size: 16px;
	    line-height: 50px;
	    font-weight: 600;
	    padding-left: 15px;
	    border-left: 15px solid #006334;
	}
	.box-list-tin-rao-vat{
		padding: 15px;
	    border: 1px solid #ddd;
	    border-top: 0;

	}
	.box-list-tin-rao-vat .row{
		margin: 0;
		padding: 0;
	}
	.box-list-tin-rao-vat .item{
	padding: 10px;
    width: 32%;
    margin: 10px 0;
    margin-right: 10px;
    box-shadow: 0 0 1px #191919;
    position: relative;

	}
	.box-list-tin-rao-vat .item .thumb-img{
		width: 37%;
		overflow: hidden;
		height: auto;
		float: left;
		position: relative;
	}
	.box-list-tin-rao-vat .item .thumb-img  a{
		display: block;
		height: 100%;
		width: 100%;
	}
	.box-list-tin-rao-vat .item .thumb-img a img{
		width: 100%;
		height: 120px;
	}
	.box-list-tin-rao-vat .item .box-content{
		width: 63%;
		float: left;
		overflow: hidden;
		height: 120px;
		padding: 0px 5px;
	}
	.box-list-tin-rao-vat .item .box-content h3{
		font-size: 13px;
		margin: 0;
		padding: 0;
	}
	.box-list-tin-rao-vat .item .box-content h3 a{
		margin: 0;
		padding: 0;
		color: #04578b;
	    font-size: 13px;
	    font-weight: 600;
	    line-height: 1.5em;
	    display: block;
	    max-height: 36px;
    	overflow: hidden;
	}
	.box-list-tin-rao-vat .item .box-content h3  span{
		width: 60px;
	    display: inline-block;
	    border-bottom: 3px solid #d3d3d3;
	    margin-bottom:  3px;
	}
	.box-list-tin-rao-vat .item .box-content p{
		font-size: 11.5px;
		margin-bottom: 5px;
	}
	.box-list-tin-rao-vat .item .box-content .dien-tich{
		font-weight: bold;
	}
	.box-list-tin-rao-vat .item .box-content .gia-ban{
		font-weight: bold;
		color: #006334;
	}
	.box-list-tin-rao-vat .extend-img-icon{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.box-list-tin-rao-vat .extend-img-icon  img{
		margin: 5px;
		width: 30px;
	}
	.box-list-tin-rao-vat .extend-ma-tin{
		position: absolute;
		top: 0;
		right: 0;
	}
	.box-list-tin-rao-vat .extend-ma-tin span{
		padding: 0 5px;
		margin: 5px;
		display: block;
		background: rgba(255,255,255,.8);
	    font-size: 11px;
	    line-height: 18px;
	    font-weight: 600;
	}
}
#home-list-tin-tuc .tin-blog-home .item .row a img{
	width:100%;;
}
#home-list-tin-tuc{
	display: block;
}
@media(min-width: 992px){
	#home-list-tin-tuc{
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	#home-list-tin-tuc img{
		max-width: 100%;
		max-height:200px;
	}
	#home-list-tin-tuc .row{
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	#home-list-tin-tuc  .col-md-9{
		margin: 0;
		padding: 0;
	}
	#home-list-tin-tuc #home-big-new{
		margin: 0;
		padding: 0;
		padding-right: 15px;
		height: 420px;
		overflow: hidden;
	}
	#home-list-tin-tuc #home-big-new h3{
		font-size: 14px;
		line-height: 1.5em;
		margin: 5px 0;
		padding: 0;
		font-weight: bold;
	}
	
	#home-list-tin-tuc .ngay-thang{
		font-size: 12px;
		font-weight: bold;
		
	    font-style: italic;
	    margin: 5px 0 5px 0;
	}
	#home-list-tin-tuc .mo-ta-ngan{
		font-size: 14px;
	}
	
	
	#home-list-tin-tuc-xem-them{
		width: 100%;
		line-height: 30px;
		text-align: center;
		margin: 20px 0;
	}
	#home-list-tin-tuc-xem-them a{
		font-size: 14px;
		font-weight: bold;

	}
	#home-list-tin-tuc .banner-right{
		padding: 0;
		padding-left: 15px;
		
	}
	#home-list-tin-tuc .banner-right a{
		display: block;
		width: 100%;
		background-color: #ccc;
	}
}
#home-panel-footer{
	display: none;
}
@media(min-width: 992px){
	#home-panel-footer{
		display: block;
		margin-top: 20px;
	}
	#home-panel-footer>.row{
		padding: 0;
		margin: 0;
	}
	#home-panel-footer .home-panel-title{
		height: 40px;
		width: 100%;
		background-color: #006334;
		color: white;
		line-height: 40px;
		position: relative;
		padding: 0 15px;
                
	}
	#home-panel-footer .home-panel-title h4{
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 40px;
	}
	#home-panel-footer .home-panel-title .controls{
		position: absolute;
		width: auto;
		right: 15px;
		top: 0;
	}
	#home-panel-footer .home-panel-title a{
		color: white;
		font-size: 14px;
		padding: 6px;
		text-decoration: none;
	}
	#home-panel-footer .home-panel-title a:hover{
		color: yellow;
	}
	#home-panel-footer .home-panel-item{
		padding: 0;
		height: auto;
		min-height: 440px;
		overflow: hidden;
		/*background-color: #e9e9e9;*/
		margin-bottom:10px;
                border: 1px solid rgba(0,0,0,0.3);
                border-radius: 8px;

	}
	#home-panel-footer .home-panel-item:last-child{
		margin-right: 0;
	}
	#home-slider-footer .item{
		width: 100%;
		height: auto;
		min-height: 320px;
	}
	#home-slider-footer .item>.row{
		margin: 0;
		padding: 15px 10px;
		border-bottom: 2px dotted #ccc;
	}
	#home-slider-footer .item>.row:last-child{
		border: 0;
	}
	#home-slider-footer .item .avata{
		padding: 0;
		margin: 0;
	}
	#home-slider-footer .item .avata a{
		display: block;
		width: 100%;
	}
	#home-slider-footer .item .avata a img{
		width: 100%;
	}
	#home-slider-footer .item .info{
		padding: 0;
		margin: 0;
		padding-left: 10px;
	}
	#home-slider-footer .item .info a{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#home-slider-footer .item .info  .dien-thoai{
		font-size: 14px;
		font-weight: bold;
		color: #ea3c00;
		margin: 5px 0;
	}
	#home-slider-footer .item .info  .mo-ta-ngan{
		font-size: 12px;
		margin: 5px 0;
		line-height: 1.5em;
		height: 80px;
		overflow: hidden;
	}
	.home-panel-content{
		padding: 15px;
	}
	.home-panel-content p{
		font-style: italic;
	}
	.home-panel-content a{
		display: block;
		width: auto;
	}
	.home-panel-content a img{
		width: 100%;
	}
}

/*Footer-*/
	footer{
		border-top: 2px solid rgba(0,0,0,0.3);
	}
	#footer-content{
		padding: 20px 0;
		font-size: 12px;
		background-color: #e9e9e9;
	}
	
	
	#footer-link-tag{
		display: block;
		padding: 30px 0;
		border-top: 2px dotted rgba(0,0,0,0.3);
		background-color: #e9e9e9;
	}
	#footer-link-tag .item{
		position: relative;
		height: auto;
		border-bottom: 2px dotted rgba(0,0,0,0.2);
		margin-bottom: 30px;
	}
	#footer-link-tag .item .item-tag{
		position: relative;
		text-align: center;
		padding-bottom: 25px;
	}
	#footer-link-tag .item .item-tag a{
		display: inline-block;
		color: #333;
		font-size: 12px;
	}
	#footer-link-tag .item .item-tag a::after {
	    content: ", ";
	}
	#footer-link-tag .item .item-tag a:last-child::after{
		content: "";
	}
	#footer-link-tag .item .item-btn{
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	#footer-link-tag .item .item-btn a{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		border: 2px dotted rgba(0,0,0,0.2);
		background-color: #e9e9e9;
		color: #333;
		text-decoration: none;
		
	}
	#footer-link-tag .item .item-btn a:hover{
		background-color: #006334;
		color: white;
	}
	#footer-coppyright{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		background-color: #006334;
		color: white;
	}
	#footer-coppyright a{
		color: yellow;
	}

@media(min-width: 992px){
	footer{
		border-top: 0;
	}
	#nav-footer{
		width: 100%;
		height: 40px;
		line-height: 40px;
		background-color: #006334;
		margin-top: 20px;
	}
	#nav-footer ul{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#nav-footer ul li{
		margin: 0;
		display: inline-block;
		margin-right: 15px;
	}
	#nav-footer ul li a{
		text-decoration: none;
		color: white;
		text-transform: uppercase;
		font-size: 12px;

	}
	#nav-footer ul li a:hover{
		color: yellow;
	}
	#footer-content{
		padding: 20px 0;
		font-size: 14px;
		background-color: #e9e9e9;
	}

	#footer-content .footer-col-info h5{
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-transform: uppercase;
		color: #00585E;
		margin-bottom: 10px;
	}
	#footer-content .footer-col-info p{
		font-size: 13px;
	}
	#footer-content .footer-col-info .dien-thoai span{
		font-weight: bold;
		color: #006334;
	}

	#footer-content .footer-list-site a{
		margin-bottom: 20px;
		display: block;
		height: auto;
	}
	
	#footer-content .footer-ban-quyen{
		display: block;
		vertical-align: middle;
		text-align: center;
	}
	#footer-content .footer-ban-quyen a{
		display: inline-block;
		height: 60px;
	}
	#footer-content .footer-ban-quyen a img{
		max-height: 100%;
	}
	#footer-link-tag{
		display: block;
		padding: 30px 0;
		border-top: 2px dotted rgba(0,0,0,0.3);
		background-color: #e9e9e9;
	}
	#footer-link-tag .item{
		position: relative;
		height: auto;
		border-bottom: 2px dotted rgba(0,0,0,0.2);
		margin-bottom: 30px;
	}
	#footer-link-tag .item .item-tag{
		position: relative;
		text-align: center;
		padding-bottom: 25px;
	}
	#footer-link-tag .item .item-tag a{
		display: inline-block;
		color: #333;
		font-size: 12px;
	}
	#footer-link-tag .item .item-tag a::after {
	    content: ", ";
	}
	#footer-link-tag .item .item-tag a:last-child::after{
		content: "";
	}
	#footer-link-tag .item .item-btn{
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 100%;
		text-align: center;
		display: block;
	}
	#footer-link-tag .item .item-btn a{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		border: 2px dotted rgba(0,0,0,0.2);
		background-color: #e9e9e9;
		color: #333;
		text-decoration: none;
		
	}
	#footer-link-tag .item .item-btn a:hover{
		background-color: #006334;
		color: white;
	}
	#footer-coppyright{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		background-color: #006334;
		color: white;
	}
	#footer-coppyright a{
		color: yellow;
	}
}


/*page*/
#page-bds{
	margin-top: 20px;
}
#page-bds .page-list-title{
	height: 25px;
	line-height: 25px;
	width: 100%;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
}
#page-bds .page-list-title:after{
	content: "";
	height: 2px;
	width: 120px;
	background-color: #006334;
	display: block;
	bottom: -2px;
	left: 0;
	position: absolute;
}
#page-bds .page-list-title i{
	font-size: 14px;
	color: #333;
	margin: 0 10px;
}
#page-bds .page-list-title i:first-child{
	margin: 0px;
}
#page-bds .page-list-title h1,#page-bds .page-list-title h2,#page-bds .page-list-title h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}
#page-list-tin{
	width: 100%;
}
#page-list-tin .row{
	margin: 0;
}
#page-list-tin .item{
	
	border: 2px solid #fff;
	box-shadow: 0 0 5px #191919;
	background: #fff;
	margin-bottom: 20px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}
#page-list-tin .item:hover{
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border: 2px solid #006334;
}
#page-list-tin .item.item-4{
	margin-right: 0;
}


#page-list-tin .item .thumb-img{
	width: 100%;
	height: 180px;
	display: block;
	overflow: hidden;
}
#page-list-tin .item .thumb-img img{
	width: 100%;
	height: 100%;
}
#page-list-tin .item .tieu-de{
	font-size: 14px;
	font-weight: 600;
    line-height: 20px;
    color: #000;
    height: 3em;
    overflow: hidden;
}
#page-list-tin .item .tieu-de a{
	    color: #006334;
}
#page-list-tin .item .mo-ta-ngan{
	font-size: 12px;
	height: 3em;
	overflow: hidden;
}
#page-list-tin .item .col-md-6{
	padding: 0;
	margin: 0;
	font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
}
#page-list-tin .item .dia-chi{
	background-color: #eee;
	line-height: 30px;
}
#page-list-tin .item .dia-chi i{
	color: #006334;
}
#page-list-tin .item .gia-tien{
	text-align: center;
    background: #006334;
    line-height: 30px;
    color: #fff;
}
#page-list-tin  .item .extend-img-icon{
	position: absolute;
	top: 0px;
	left: 0px;
}
#page-list-tin  .item .extend-img-icon img{
	margin: 5px;
}
#page-list-tin  .item .extend-ma-tin{
	position: absolute;
	top: 0px;
	right: 0px;
}
#page-list-tin  .item .extend-ma-tin span{
	font-weight: bold;
	display: block;
	line-height: 18px;
    padding: 0 5px;
    background: rgba(255,255,255,.8);
    margin: 5px ;
}
#page-list-tin  .page-description{
	margin-bottom: 10px;
}
@media(min-width: 992px){
	#page-list-tin{
		width: 100%;
	}
	#page-list-tin .row{
		margin: 0;
	}
	#page-list-tin .item{
		border: 2px solid #fff;
            background: #fff;
            margin-right: 2%;
	    margin-bottom: 20px;
	    position: relative;
	    padding: 5px;
	    width: 32%;
	    box-sizing: border-box;
	}
	#page-list-tin .item-2{
		margin-right: 0;
	}
	
}
@media(min-width: 992px){
	#page-left .form-search-left{
		margin-bottom: 20px;
	}
	#page-left .form-search-left-title{
		height: 40px;
		background-color: #e9e9e9;
		line-height: 40px;
		border-left: 3px solid #006334;
	}
	#page-left .form-search-left-title h4{
		margin: 0;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 40px;
		padding-left: 10px;
		font-weight: bold;
	}
	#page-left .form-search-content{
		background-color: white;
		border: 1px solid #ddd;
		padding: 15px;
	}
	#page-left .form-search-content select{
		width: 100%;
	    border: 1px solid #ddd;
	    height: 30px;
	    font-size: 13px;
	    text-transform: none;
	    border-radius: 0px;
	    margin-bottom: 10px;
	 
	    text-indent: 5px;

	}
	#page-left .form-search-content input[name=DienThoai]{
		width: 100%;
	    border: 1px solid #ddd;
	    height: 30px;
	    font-size: 13px;
	    text-indent: 10px;
	    text-transform: none;
	    border-radius: 0px;
	    margin-bottom: 10px;
	    color: black;

	}
	#page-left .form-search-input-group{
		text-align: right;
	}
	#page-left .form-search-input-group span{
		color: black;
	}
	#page-left .form-search-input-group input{
		width: 30%;
	    border: 1px solid #ddd;
	    height: 30px;
	    font-size: 13px;
	    text-indent: 10px;
	    text-transform: none;
	    border-radius: 0px;
	    margin-bottom: 10px;
	    color: black;

	}
	#page-left .form-search-content button{
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-block;
	    padding: 8px 12px;
	    color: #fff;
    	font-weight: 600;
    	background: #006334;
    	border: 0;
    	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	}

	#slider-left #slider-title{
		height:40px;
		line-height: 40px;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
		background-color: #e9e9e9;
		padding-left: 10px;
		border-left: 3px solid #006334;
	}
	#slider-left #slider-title i{
		color: #006334;
	}
	#slider-left #slider-title h4{
		font-size: 14px;
		line-height: 40px;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: bold;
		
		text-transform: uppercase;
	}
	#banner-left{
		width: 100%;
	}
	#banner-left ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#banner-left ul img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	#page-left .nav-list-count-number{
		margin-bottom: 20px;
	}

	#page-left  .nav-title{
	    height: 40px;
	    background-color: #e9e9e9;
	    line-height: 40px;
	    border-left: 3px solid #006334;
	}
	#page-left  .nav-title h4{
		margin: 0;
	    padding: 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    line-height: 40px;
	    padding-left: 10px;
	    font-weight: bold;
	}
	#page-left .nav-content{
		background-color: white;
		border: 1px solid #ddd;
		padding: 15px;
		max-height: 440px;
		overflow-y: auto;
	}
	#page-left .nav-content::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
		border-radius: 2px;
		background-color: #F5F5F5;
	}

	#page-left .nav-content::-webkit-scrollbar
	{
		width: 3px;
		background-color: #F5F5F5;
	}

	#page-left .nav-content::-webkit-scrollbar-thumb
	{
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #D62929;
	}
	#page-left .nav-content ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#page-left .nav-content ul li{
		line-height: 25px;
		border-bottom: 1px dotted rgba(0,0,0,0.3);
	}

	#page-left .nav-content ul li a{
		text-decoration: none;
		color: #333;
	}
	#page-left .nav-content ul li:hover a{
		color: #006334;
	}
	#page-left .nav-content ul li a span{
	
		margin-left: 8px;
	}

}
#page-dang-nhap{
	margin: 20px 0;
}
#page-dang-nhap .page-form{
	width: 100%;
	border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    box-shadow: 0 0 10px 2px rgba(150,150,150,.1);
    -webkit-box-shadow: 0 0 10px 2px rgba(150,150,150,.1);
    -moz-box-shadow: 0 0 10px 2px rgba(150,150,150,.1);
    font-size: 12px;
}
#page-dang-nhap .page-dang-nhap-title{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
#page-dang-nhap .page-form h1{
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
}
#page-dang-nhap input{
	font-size: 12px;
	height: 30px;
	border-radius: 0;
}
#page-dang-nhap button{
	font-size: 12px;
	border-radius: 0;
	padding: 5px 10px;
	color: white;
	background-color: #006334;
}
#page-dang-nhap button:hover{
	background-color: red;
}
#page-dang-nhap a{
	font-size: 12px;
	color: #333;
	display: block;
	margin-top: 20px;
}
#page-dang-nhap .form-error{
		color: red;
}
#page-dang-nhap .page-msg-success{
	font-size: 12px;
	color: #4CAF50;
	text-align: center;
	padding: 10px 0;
	display: none;
}
@media(min-width: 992px){
	#page-dang-nhap input{
		font-size: 12px;
		height: 30px;
		border-radius: 0;
	}
	#page-dang-nhap button{
		font-size: 12px;
		border-radius: 0;
		padding: 5px 10px;
		color: white;
		background-color: #006334;
	}
	#page-dang-nhap button:hover{
		background-color: red;
	}
	#page-dang-nhap a{
		margin-top: 8px;
	}
	#page-dang-nhap .page-msg-success{
		font-size: 16px;
	}
	
}


#member{

}
@media(min-width: 992px){
	#member{
		margin-top:20px;
	}
	#member .row{
		margin: 0;
		padding: 0;
	}
	#member .member-left{
		width: 25%;
		padding: 0;
		margin: 0;
	}
	#member .member-left  .box{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	#member .member-left .box-title{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-left: 3px solid #006334;
		padding: 0 10px;
		background-color: #e9e9e9;
		border-bottom: 1px solid rgba(0,0,0,0.3);

	}
	#member .member-left .box-title   h2{
		font-size: 14px;
		display: inline-block;
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-transform: uppercase;

	}
	#member .member-left .box-content{
		height: auto;
		width: 100%;
		padding: 10px 15px;
	    border: 1px solid #eaeaea;
	    background: #fafafa; 
	    font-size: 12px;
	}
	#member .member-left .box-content ul{
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#member .member-left .box-content ul li{
		display: block;
		line-height: 30px;
		border-bottom: 1px dotted rgba(0,0,0,0.3);
	}
	#member .member-left .box-content ul li:last-child{
		border-bottom: 0;
	}
	#member .member-left .box-content ul li i{
		width: 15px;
		text-align: center;
	}
	#member .member-right{
		width: 74%;
		margin: 0;
		padding: 0;
		margin-left: 1%;
	}
	#member .member-right .box{
		margin: 0;
		padding: 0;
	}
	#member .member-right .box-title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		background-color: white;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		position: relative;
	}
	#member .member-right .box-title:after{
		content: "";
		height: 2px;
		width: 120px;
		background-color: #006334;
		position: absolute;
		display: block;
		bottom: -1px;
	}
	#member .member-right .box-title h1{
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	#member .member-right .box-title i{
		font-size: 14px;
		width: 20px;
	}
	#member .member-right .box-content{
		height: auto;
		width: 100%;
		padding: 10px;
	    border: 1px solid #eaeaea;
	    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	    font-size: 12px;
	    min-height: 400px;

	}
	#member .member-right .box-content.box-center .row{
		margin-top: 40px;
		text-align: center;
	}

	#member .member-right .box-content.box-center  a{
		display: inline-block;
		width: 268px;
		height: 68px;
		line-height: 68px;
		background-color:  #e9e9e9;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		padding-left: 30px;
		text-decoration: none;
		font-weight: bold;
		box-shadow: 0 1px 1px rgba(0,0,0,0.3);

		color: #333;
	}
	#member .member-right .box-content.box-center  a i{

	}
	#member .member-right .box-content.box-center  a:hover{
		background-color: #006334;
		color: white;
	}
	#form-dang-tin{

	}
	#form-dang-tin  .form-group{
		width: 100%;
		height: auto;
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
	}
	#form-dang-tin  .form-group:after{
		display: block;
		content: "";
		clear: both;
	}
	#form-dang-tin label.control-label{
		font-size: 12px;
		text-align: right;
		padding: 0;
		padding-right: 0;
		line-height: 30px;
	}
	#form-dang-tin label.control-label sup{
		font-size: 10px;
		color: #006334;
	}
	#form-dang-tin  input.form-control,#form-dang-tin  select.form-control{
		height: 30px;
		font-size: 12px;
		border-radius: 0;
	}
	#form-dang-tin p.ghi-chu{
		font-size: 10px;
		color: #333;
		margin-top: 5px;
		font-weight: bold;
	}
	#form-dang-tin .col-title{
		padding: 0;
	}
	#form-dang-tin  #list-image{
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#form-dang-tin  #list-image .item{
		margin: 10px 0px;
		padding: 0;
		height: 125px;
		padding-bottom: 25px;
		position: relative;
		
	}
	#form-dang-tin  #list-image .item .img-action{
		text-align: left;
		position: absolute;
		height: 20px;
		bottom: 0;
		left: 0;
	}
	#form-dang-tin  #list-image .item .img-action a{
		color: red;
		margin-right: 5px;
	}
	#form-dang-tin  #list-image  .item img{
		max-width: 95%;
		max-height: 100%;
	}
	#form-dang-tin  #upload-error{
		color: #006334;
		margin-top: 8px;
	}
}



#main-alert-admin{
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}

#main-alert-admin .alert-dismissable .close, .alert-dismissible .close{
	right: 0;
}

.home-panel-footer{
	border-top: 1px dotted rgba(0,0,0,0.3);
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#home-slider-footer .carousel-inner{
	height: 370px;
}
#home-list-tin-hot .row .item-0
{
	
    border-radius: 0;
    /*box-shadow: 5px 0px 30px -5px #c0c0c0;*/
    position: relative;
   
}
#home-list-tin-hot .row .item
{
	box-shadow: 0 0 5px #191919;
	margin-top: 10px;
	border: 2px solid #f00;
}
#home-list-tin-hot .row .item .row
{
	padding:5px;
}
.tin-vip-phai h2 {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #e40b00;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    margin-bottom: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
.phai-banner a img 
{
	width:100%;
	margin-top:5px;
}
.tin-blog-home
{
	border: 1px solid #cccccc;
    box-shadow: -4px -1px 24px -5px #c0c0c0;
    margin-bottom: 20px;
    background-color: #ffffff;
    margin-top: 10px;
}
.tin-blog-home .item
{
	margin-top:10px;
}
.tin-blog-home .item h5 a
{
	font-size: 14px;
}
.tieu-de-tin-home a.active 
{

    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 11px;
}
.tieu-de-tin-home{
        height: 40px;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 20px;
        margin-top: 20px;
        box-sizing: border-box;

}
.tieu-de-tin-home a{
        font-weight: bold;
        color: white;
        height: 40px;
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        border-bottom: 3px solid rbga(0,0,0,0);
        box-sizing: border-box;
        
}
.tieu-de-tin-home a:hover, .tieu-de-tin-homea.active{
        border-bottom: 3px solid #006334;
        color:#fff;
}
.tieu-de-tin-home a:hover
{
	color:#006334;
}
.tieu-de-tin-home a.active:hover
{
	color:#fff;
}
#home-list-tin-tuc h4{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;

    background-color: #e9e9e9;
}
#home-list-tin-tuc h4 a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    z-index: 9999;
    position: absolute;
    left: 68px;
   
}
#home-list-tin-tuc h4 a:hover{
    color: #efefef;
}
#home-list-tin-tuc h4:after{
    content: "";
    height: 100%;
    width: 300px;
    background-color: #006334;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#home-list-tin-tuc h4 img{
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 100;
    height: 60px;
}
#home-list-tin-tuc #home-list-new{
		margin: 0;
		padding: 0;
	}
	#home-list-tin-tuc .item{
            margin-bottom: 10px;
		padding-bottom: 10px;
		height: auto;
		overflow: hidden;
                border-bottom: 1px solid rgba(0,0,0,0.3);
	}
        #home-list-tin-tuc .item:last-child{
            border-bottom: 0;
        }
	#home-list-tin-tuc  .item .col-md-5,#home-list-tin-tuc .item .col-md-7{
		padding: 0;
		margin: 0;
	}
	#home-list-tin-tuc .item .col-md-5{
		padding-right: 10px;
	}
	#home-list-tin-tuc  .item h5{
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
	}
	#home-list-tin-tuc .mo-ta-ngan{
		font-size: 12px;
	}
	#page-list-nha-moi-gioi .item
	{
		margin-bottom:30px;
		border-bottom: 1px dotted rgba(0,0,0,0.3);
	}
	#home-list-slider-left ul li 
	{
		list-style-type: none;
	}
	#page-list-tin .page-description
	{
		display:none;
	}
	
	 .tim-kiem-home
	 {
		 float:left;
		 height: 500px;
	 }
	 #form-search ul li.col-sm-4
	 {
		 padding-right:unset;
	 }
	 .head-search {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-indent: 10px;
    background: url(../upload/icon/home.png) #006334 10px -2px no-repeat;
}
#form-search
{
	margin-top:30px;
	border: 1px solid #000;
	padding: 5px;
}
.panel-heading {
    padding: 0;
    text-align: center;
}
.sp-nb-home
{
	padding:5px;
}
.dm-bds-home
{
	padding-left:unset;
	padding-right:unset;
}
.home-banner
{
	padding-left:unset;
	padding-right:unset;
}
#bai-viet-content p img 
{
	max-width:100%;
}
