.elegant-modal{
      background: top right no-repeat url(../images/pop_up_newsletter.png);

}

.cot2_popup{
  padding-top: 5px;
}
.cot2_popup p{
  margin-bottom: 5px;   
    line-height: 34px;
}
.content-button-close {
  padding: 13px 30px;
  background: white;
  color: #0B1847;
  border-radius: 60px;
  border: 2px solid #0B1847;
  cursor: pointer;
  font-size: 0.7em;
  display: block;
  text-transform: uppercase;
  transition: all 0.2s;
  text-align: center;
  width: 200px;
  margin: 20px auto 20px auto;
}

.btn-modal_popup:hover,
.content-button-close:hover {
  background: #0B1847;
  color: white;
}

.close_popup {
  position: absolute;
  top: 15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: red;
  font-weight: 900;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: 50px;    z-index: 99;
  -webkit-box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.elegant-modal {
  position: fixed;
  top: 5%;
 
  width: 500px;
  height: auto;
margin:0 auto;
left: 0;
right: 0;
  z-index: 999999999;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 9px 15px -5px rgba(0, 0, 0, 0.46);
}
#nhanemail_contact input{
  width: 100%;margin-bottom: 25px;text-align: center;
  min-height: 40px;  color: #646464;
}
#nhanemail_contact input::placeholder{
   color: #646464;
}
#nhanemail_contact button{
  font-size: 16px; text-transform: uppercase;   border: 1px solid #faa73f;color: #faa73f;
}
.cot2_popup p{
  color: #fff;
}
.active_popup {
  visibility: visible;
  opacity: 1;
  transition: all .2s;
}

.active_popup + .elegant-modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.elegant-modal h1.title-modal {
  margin: 40px 0 20px 0;
  padding: 0 15px;
}

.elegant-modal hr.line-modal {
  border: 1px solid #F2F2F2;
}

.elegant-modal p.paragraph-modal {
  font-size: 18px;
  margin-top: 20px;
  padding: 0 45px;
  color: #B7B7B7;
}
@media (max-width: 767px){
  .elegant-modal {
    top:2%;
    width: 70%;
  }
  .cot1_popup{
  display: block;
}
  .cot2_popup {
    padding-top: 15px;padding-bottom: 10px;
}
.cot2_popup p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}
.content-button-close{
  width: 160px;
  padding:5px;
}


}