
.popup {
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	width:100%;
	height:100%;
	display:none;
	z-index: 99999;
}

/* Popup inner div */
.popup-content {
	width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 50px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
	text-decoration:none;
}

.close-button:hover {
	background: rgba(0,0,0,1);
}

@media screen and (max-width: 720px) {
.popup-content {
	width: 100% !important;
	position: fixed !important;
	top: 0px;
	left: 0;
	background: #fff;
	color: #676767;
	z-index: 9999999;
	height: 630px;
	left: 0px !important;
	}
.bg_datmua{
	display:none;
}	
#hinhpppup{
	display:none;
}
#thongtinfo{
	flex: 0 0 100%;
    max-width: 100%;
}
	}
	