
.title_lh{
	text-transform:uppercase;
	border-bottom:2px solid #ddd;
	padding-bottom:6px;
	display:inline-block;
	margin-bottom:20px;
	font-size:16px;
	color:#79064d
}

.panel-lienhe input.form-control{
	height: 50px;
    background: #f8f8f8;
}

.form-group{
	margin-bottom:10px
}

.dep_title{
	color:#79064d
}

.panel-lienhe .heading{
	text-align:center;
	padding: 10px;
    text-transform: uppercase;
    color: #79064d;
    font-size: 20px;
    font-weight: 700;
}

#contactButton{
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height:100%;
    width:350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    position: fixed;
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb, #contactButton .panel{
    border-radius: 5px 5px 0 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}