@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff2') format('woff2'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
.list_chinhanh ul.title
{
       width: 76%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 51px;
    left: 74px;
    z-index: 99;

}
.list_chinhanh ul.title li
{
    list-style:none;
    float: left;
    padding-right: 5px;
    height: 33px;
    line-height: 33px;
    border-bottom: none;
    margin-right: 5px;
    padding:6px 15px;
    text-align:center;
    cursor: pointer;
    background: #83bae5;
}
.list_chinhanh ul.title li.active {
    background: #0F71CB;
}
.list_chinhanh ul.title li.active a {
    color: white;
}
.list_chinhanh ul.title li:hover {
    background: #0F71CB;
    color: white
}
.list_chinhanh ul.title li:hover a {
    color: white
}
.list_chinhanh ul.title li a
{
    color: #004c88;
    font-size: 14px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
}
@media screen and (max-width:480px) { 
    .list_chinhanh ul.title li
    {
        width:100%;
        padding:0px;

    }
}
#map_custom {    
    height: 331px;
    width: 100%;
    border:solid 1px #CCC;
    float:left;
    margin:0px;
    padding:0px;
}
.map_description {
    color: #000000;
    overflow: auto;
    width: 275px;

}
.map_description .default {
    color: #FF0000;
}
.map_description div {
    line-height: 18px;
    margin: 3px;
    font-family: Tahoma, Geneva, sans-serif !important;
}
.map_description div.map_title {
    text-transform: uppercase;
}
.map_list_address {
    float: left;
    height: 250px;
    overflow: hidden;
    width: 250px;
    max-width:70%;
}
.map_list_address .list {
    line-height: 18px;
    margin-bottom: 5px;
}
.map_list_address span {
    color: #FCFF46;
}
.map_title {
    color: #0F71CB;
    font-weight: bold;
}
.navigate .C {
    width: 970px;
}