.list-hoivien .hv-img{
	position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
}
.list-hoivien .hv-img img{
	right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.list-hoivien .hv-info h3{
	margin: 10px 0;
    min-height: 42px
}
.list-hoivien .hv-info h3 a{
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2f2f91;
}
.list-hoivien .hv-info h3 a:hover{
	color: #f35c09;
}
.list-hoivien .hv-info li{
	margin-bottom: 4px;
	font-size: 12px;
}

/*hv-detail*/
.hv-detail{
	position: relative;
	margin-bottom: 20px;
}
.hv-detail .item{
	margin-bottom: 20px;
}
.hv-detail h3{
	background-color: #ddd;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2f2f91;
    margin-bottom: 10px;
}

.hv-detail ul{
	padding: 0;
	margin: 0;
}
.hv-detail ul li{
	margin-bottom: 5px;
}
.hv-detail span{
	width: 28%;
    display: inline-block;
    min-width: 150px;
}
.hv-detail .infomember img{
	width: 100%;
}
.hv-detail .description ul{
    padding-left: 30px;
}
.hv-detail .description ul li{
    list-style: disc;
}
/*search*/
.search{
	background-color: #e8e8e8;
    padding: 12px 20px 6px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.search .btn{
	width: 100%;
}

/*register*/
.register h3{
	color: #2a378f;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dashed #ada598;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.register .form-group p{
	position: absolute;
    font-size: 13px;
    top: 10px;
    right: 20px;
}
.register .submit{
	background-color: #2f2f91;
    border-color: #2f2f91;
    padding: 12px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.register .submit .fa{
	margin-right: 10px
}
.register input[type=text], .register .form-control {
    background-color: #fff;
    border: 1px solid #d2d1d0;
    color: #999999;
    box-shadow: none;
    height: 40px;
    width: 100%;
    margin-bottom: 8px;
}
.register textarea{
	height: auto !important;
}
.register .select2-container--bootstrap .select2-selection {
    height: 42px !important;
    line-height: 30px;
    border-color: #ada598;
    box-shadow: none !important;
}
.register .select2-container--bootstrap .select2-selection span {
    color: #999;
}
.register .btn-default{
	margin-top: -7px;
	padding: 10px 12px;
}

#groups-content h1{
    font-size: 20px;
    margin-bottom: 20px;
}

#groups-content .panel-default{
    border-color: #f4a712;
}

@media (max-width:767px){
	.hv-detail ul{
		margin-bottom: 10px
	}
    .search{
        padding: 30px 20px
    }
    .search .form-control{
        margin-bottom: 8px;
        height: 40px;
    }
    .list-hoivien .hv-info h3{
        min-height: unset;
    }
}