#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%
    }
}

.page .contactmain {
    font-weight: bold;
}
.page .contactmain .margin-bottom { 
    font-weight: 300;
}
.page .contactmain p {
    border-bottom: 1px dotted #c1c0c0;
    line-height: 25px;
}
.page .contactmain p:hover {
    background: #ddd;
    color: #0055ff;
}
.page .contactmain p:hover a { 
    color: #f00;
}
.page .contactmain p:hover .fa { 
    color: #000;
}
.page .contactmain p:hover span { 
    color: #27af02;
}
.page .contactmain p .fa, form .fa {
    color: #22a200;
}

.page .contactmain p span {
    font-weight: 300;
}


#detail .title, .other-news .title, .title {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
#contact .title .bophan {
    border-radius: 10px;
    color: #fff !important;
    padding: 0 10px;
    background: linear-gradient(to bottom,#1d8a00 0%,#1d8a00 100%)!important;
}
.title .bophan {
    border-radius: 10px;
    color: #fff !important;
    padding: 0 10px;
    background: linear-gradient(to bottom,#1d8a00 0%,#1d8a00 100%)!important;
}
#detail .title h1, .other-news .title h4, .title h3, .title h2 {
    font-family: 'ambleregular';
    color: #34498f;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: #fff;
    font-family: 'Raleway',sans-serif;
    z-index: 1;
    margin: 0;
    color: #ff8300;
}
#detail .title:after, .other-news.title:after, #contact .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: solid 1px #1d8a00;
    border-bottom: solid 1px #1d8a00;
}
#contact .panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.contactmain .contact p { 
    background: #eee;
}