/* 
    Document   : map
    Created on : Nov 27, 2012, 9:04:41 AM
    Author     : hieu_binhdinh@yahoo.com
    Description:
        Purpose of the stylesheet follows.
*/

#vietnammap #canvas {
    height: 300px;
    left: 50%;
    margin: -150px 0 0 -300px;
    position: absolute;
    top: 50%;
    width: 600px;
}
#vietnammap #paper {
    height: 300px;
    left: 0;
    position: absolute;
    top: -100px;
    width: 300px;
}
/* icon*/		
#vietnammap .icon {
    width: 20px;
    height: 20px;
    display: block;
}
#vietnammap .icon.add { background: url('../images/sprite.png') no-repeat 0 0; }
#vietnammap .icon.animate {
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear;
    cursor: pointer;
}
#vietnammap .icon.add.animate:hover {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
#vietnammap .icon.add.remove {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* cac tinh thanh */

#vietnammap .tinhthanh {

    text-align:left;
    padding:15px;
    color: #fff;
    display: none;
    position:fixed;
    right:30px;
    height: auto;
    width: 600px;
    overflow: auto;
    top: 100px;

    background-color: #0477BF;

    -webkit-box-shadow: 0px 0px 4px #1F201F; /* Saf3.0+, Chrome */
    -moz-box-shadow: 0px 0px 4px #1F201F; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 4px #1F201F; /* Opera 10.5, IE9, FF4+, Chrome 10+ */

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; 

    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}

#vietnammap .haidao {

    text-align:left;
    padding:15px;
    color: #fff;
    display: none;
    position:fixed;
    left:30px;
    height: auto;
    width: 600px;
    overflow: auto;
    top: 100px;

    background-color: #0477BF;

    -webkit-box-shadow: 0px 0px 4px #1F201F; /* Saf3.0+, Chrome */
    -moz-box-shadow: 0px 0px 4px #1F201F; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 4px #1F201F; /* Opera 10.5, IE9, FF4+, Chrome 10+ */

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; 

    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

}
#vietnammap h2 {
    text-align: center;
}

#vietnammap h1 {
    font-family: Helvetica, Arial, sans-serif;
    color: #E28230;
    font-weight: 900; 
    font-size:50px; 
}
#vietnammap .info {
    font-family: arial,sans-serif;
    font-style: italic;
    font-weight: inherit;
    color: #fff;
    overflow: auto;
    position: relative;
    max-height:240px;		
}
@media (min-width: 992px) {
    #vietnammap{ padding-left: 80px; margin-top:-18px;}
}
@media (max-width: 991px) {
    .nha-hang-home .addressmap .maps{ height: 548px;}
}