﻿.logo {width: 45px;vertical-align: text-top;     
    margin-top: -12px;
    margin-bottom: -8px;
}
.login {width: 52px;vertical-align: bottom; }
.breadcrumbs .nav-chinhanh{top: 9px;}

.nav-chinhanh
{
    position: absolute;
    right: 22px;
    line-height: 24px;
}

.nav-search .form-chinhanh
{
    margin-bottom: 0;
}

.nav-chinhanh-select
{
    border: 1px solid #6fb3e0;
    width: 200px;
    height: 28px!important;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 4px!important;
    font-size: 13px;
    line-height: 1.3;
    color: #666!important;
    z-index: 11;
    -webkit-transition: width ease .15s;
    -o-transition: width ease .15s;
    transition: width ease .15s;
}

@media only screen and (max-width:991px)
, only screen and (max-width:767px)
, only screen and (max-width:540px)
, only screen and (max-width:480px)
, only screen and (max-width:479px)
, only screen and (max-width:360px)
, only screen and (max-width:319px)
{
    .nav-chinhanh
    {
        right: 10px;
    }
}

@media only screen and (max-width:767px)
, only screen and (max-width:540px)
, only screen and (max-width:480px)
, only screen and (max-width:479px)
, only screen and (max-width:360px)
, only screen and (max-width:319px)
{
    .nav-chinhanh-select
    {
        width: 140px;
    }
}

.map_container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
}

.map_container .map_canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}