#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%
    }
}
/* MODULE CONTACT */
.contact{
	background: url(../images/bg-khoahoc.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 75px 0px;
	color: #fff
}
.contact h2{
	color: #DEE2E7;
	text-transform: uppercase;
	font-size: 20px;
}
.contact-form{
	background: rgba(103, 102, 101, 0.82);
	padding: 25px;
}
.contact-form-heading{ 
	padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;}
.contact-form-body{}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea {
	border-radius: 0;
    background: transparent;
    /* padding: 8px 0px; */
    height: 40px;
    color: #fff;
}
.contact-form select *
{
	background: rgba(103, 102, 101, 0.82)!important;
}
.contact-form input::placeholder{color: #fff;}