@CHARSET "UTF-8";

#popup {
	display:none;
	width: 350px;
	background: url("../images/bando_vn.png") #fff no-repeat;
	background-position: center;
	background-size: 160px;
	background-position: 130px 55px; position : fixed;
	top: 20%;
	left: 36%;
	z-index: 99999;
	position: fixed;
}

#backgroundPopup {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 9999;
}

.title_popup {
	width: 100%;
	height: 50px;
	background: #0176a7;
	box-shadow: 0px 4px 2px #ccc;
	float: left;
	padding: 7px;
}

.title_popup h3 {
	float: left;
	margin: 0;
	color: #F00;
	font-size: 23px
}

.title_popup img {
	margin-left: 5px;
}

.box-popup .title_popup p {
	float: right;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase
}

.arrow {
	width: 15px;
	position: absolute;
	top: 46px;
	right: 72px;
	height: auto;
}

.address {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.address p {
	border-bottom: 1px solid #ccc;
	padding: 17px 10px;
	text-align: left
}

.address p a {
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-weight: bold
}