/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
top:0;
left:0;
display:none;
position:fixed;
overflow:hidden;
z-index:10000;
background: rgba(0, 0, 0, 0.64);	
}
div#popupContact img#close {
position:absolute;
right:0;
top:0;
cursor:pointer
}
div#popupContact {
position:relative;
left:35%;
top:17%;
background-image:url(../images/popup_bg.png);
background-repeat:no-repeat;
width:100%;
height:100%;
max-width:539px;
}
#popupContact form {
	max-width:450px;
	margin:0 auto;
	padding-top:15px;
}

#popupContact p {
margin-top:none !important;
margin:none;
}
#popupContact .address-form input {
    margin-right: 5px;
}
#popupContact .address-form > span {
    margin-right: 15px;
}
#popupContact .address-form label > span{
    line-height: 20px;
    display: block;
    float: right;
}
#popupContact .popup_hl {
    color: #fff;    	
	margin-left:55px;
	margin-top:-35px;
}
#popupContact .popup_hl2 {
    color: #fff;    	
	margin-left:55px;
	margin-top:-35px;
}
#popupContact span.pop_hotline {
    color: #fff;
    font-weight: 700;
	background-color:#8bc53f;
	border-radius:10px;
	width:100px;
	height:120px;
	margin-left:5px;
	padding:6px 10px;
}
#popupContact .wpcf7-not-valid-tip{
	float:left;
}
#popupContact h2 {
padding:16px 10px 5px 0;
margin:5px 0 0;
text-align:center;
color:#fff;
font-weight:bold;
font-size:20px;
}
#popupContact label{	
	margin-top:15px;
}
#popupContact hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
#popupContact input[type='number'],#popupContact input[type='tel'],
#popupContact  input[type=text]{
width:88% !important;
padding:10px;
margin-top:10px;
border:1px solid #ccc;
font-size:14px;
margin-left:25px !important;
height:30px !important;
}
#popupContact  select{
width:88% !important;
padding:5px;
margin-top:10px;
border:1px solid #ccc;
font-size:14px;
height:38px !important;
margin-left:25px;
color:#444 !important;
}
#popupContact #name, .wpcf7-text {
/*background-image:url(https://deaura.vn/wp-content/themes/salon/images4777/name.jpg);*/
background-repeat:no-repeat;
background-position:5px 7px;
width:88% !important;
padding:10px;
margin-top:10px;
border:1px solid #ccc;
padding-left:10px;
font-size:16px;
}
#popupContact #submit-btn, .wpcf7-submit {
text-decoration:none;
width:88% !important;
text-align:center;
display:block;
background-color:#f6921e !important;
color:#fff;
padding:8px 0;
font-size:18px;
cursor:pointer;
margin-top: 10px !important;
margin-left:25px !important;
border:none;
}
#popupContact .screen-reader-response{
	display: none;
}
.register-success{	
	color: #fff;
	padding: 10px 0 20px;
	margin:45px auto;
}
.register-success .rs-heading{
	margin:0 auto;
	font-size:18px;
	padding:10px;
}
.register-success .rs-desc{
	margin:0 auto;
	padding:10px;
	font-size:16px;
}
.register-success2{
	margin-top: 40px;
	color: #000;
	padding: 10px 0 20px;
	margin:0 auto;
}
.register-success2 .rs-heading{
	margin:0 auto;
	font-size:18px;
	padding:10px;
}
.register-success2 .rs-desc{
	margin:0 auto;
	padding:10px;
	font-size:16px;
}

.popup_mienbac {
    margin-bottom: 12px;
    margin-top: 10px;
}
@media screen and (max-width: 740px) {
div#popupContact {
	left:0%;
	right:0%;
	top:10px;
}
}
.no-display-loading{
	margin:0 auto;
	display:block;
}
.no-display-loading img{
	width:150px;
	height:150px;
	padding:10px 0 20px;
	margin:0 auto;
	display:block;
}