﻿
.title-contact h2 {
    color: #00aff0;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.title-contact h2 span{
    padding-top: 10px;
    position: relative;
    top: 5px;
    left: 10px;
}
.icon-lienhe{
    float:left;
    width:34px;
    height:23px;
    background:url('../images/icon/lien-he.png') no-repeat;
}
.gg-map{
    padding: 20px 0;
    border-bottom: 4px solid #ccc;
}
.info-contact h4{
    font-size: 14px;
    font-weight: bold;
    color: #00AFF0;
    padding-top: 20px;
}
.info-contact p{
    color:#333;
    font-style:italic;
    font-size: 14px;
}
.col-register h4{
    font-size: 14px;
    font-weight: bold;
    color: #00AFF0;
    padding-top: 20px;
}
.register-online ul{
    padding:0;
}
.register-online ul li{
    list-style:none;
    padding:7px 0;
}
.register-online input[type="text"],.register-online input[type="submit"]{
    width:100%;
    height:32px;
    margin-top:10px;
    padding-left:10px;
    color:#ccc;
    font-size:13px;
    border:1px solid #00AFF0;
}
.register-online input[type="submit"]{
    background:#00AFF0;
    color:#fff;
    font-weight:bold;
}
.register-online textarea{
    margin-top:10px;
    width:100%;
    height:70px;
    font-size:13px;
    padding-left:10px;
    border:1px solid #00AFF0;
}
.cl-contact{
    margin-top:40px;
    margin-bottom:20px;
}
.message-contact{
    color:red;text-align:center;
}