#bg_popup_home {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    filter: alpha(opacity=80);
    left: 0px;
    top: 0px;
    z-index: 999999999;
    opacity: 0;
    filter: alpha(opacity=0);
}

#popup_ms_home {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 10px #fff;
    float: left;
    position: fixed;
    width: 735px;
    z-index: 10000;
    left: 50%;
    margin-left: -370px;
    top: 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 360px;
}

#popup_ms_home .popup_body {
    border-radius: 0px;
    float: left;
    position: relative;
    width: 735px;
}

#popup_ms_home .content {
    margin: 12px;
    padding: 15px;
    float: left;
}

#popup_ms_home .title_popup {
    color: #ffffff;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    height: 35px;
    margin-left: 0;
    margin-top: -5px;
    padding-left: 40px;
    padding-top: 0;
    text-align: center;
}

#popup_ms_home .text_popup {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

#popup_ms_home .text_popup a.quen_mk, #popup_ms_home .text_popup a.dangky {
    color: #FFFFFF;
    display: block;
    float: left;
    font-style: italic;
    list-style: -moz-hangul outside none;
    margin-bottom: 5px;
    margin-left: 110px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#popup_ms_home .text_popup a.quen_mk:hover, #popup_ms_home .text_popup a.dangky:hover {
    color: #8cd8fd;
}

#popup_ms_home .close_popup {
   
    display: block;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 26px;
    cursor: pointer;
    z-index: 10;
}
#popup_content_home {
    height: auto;
    position: fixed;
    background-color: #fff;
    top: 15%;
    z-index: 999999999;
    left: 25%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 50%;
    padding: 0px 0px 5px;
    font-size: 15px;
}
.popup_header, .popup_footer {
    float: left;
    width: calc(100% - 30px);
    background: #197b19;
    padding: 10px 15px;
    position: relative;
    color: #fff;
}
.popup_header {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.close_message {
    top: 10px;
}
.changeavatar {
    padding: 10px 15px 0px;
    margin: 5px 0px 0px;
    float: left;
    width: calc(100% - 30px);
}
.float-right {
    float: right;
}
.content1 {
    float: left;
    width: 100%;
}
.content2 {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    clear: both;
    margin-top: 10px;
}
.btn.btn-close {
    float: right;
    background: #FA6600;
    color: #fff;
    margin: 10px 5px;
    text-transform: none;
    padding: 10px 20px;
}
.btn.btn-close:hover {
    background: #f58538;
}
.btn.btn-close-full {
    float: right;
    background: #F00;
    color: #fff;
    margin: 10px 0px 10px 5px;
    text-transform: none;
    padding: 10px 20px;
}
.btn.btn-close-full:hover {
    background: #6692a5;
}
@media screen and (max-width: 768px) {
    #popup_content_home {
        left: 10%;
        width: 80%;
    }
    .content1 {
        overflow: auto;
        height: 300px;
    }
}