.vong__quay {
    display: table;
    margin: 0 auto;
    position: relative;
}
.vongxoaymayman .panel-layout .panel-grid {
    align-items: center !important;
}
#vongxoaytichdiem {
    position: relative;
}
#vongxoaytichdiem #img_quay {
    position: relative;
    z-index: 0;
    max-width: 500px;
}
.kimquay {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.btn__quay {
    position: relative;
    z-index: 3;
}
.btn__quay button {
    display: table;
    margin:40px auto 0 auto;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    background: var(--s-clr);
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    box-shadow: none;
}
.vongxoaymayman {
    padding: 80px 0;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}
.vongxoaymayman .container {
    max-width: 1100px;
}
.vongxoaymayman .widget_media_image {
    margin-top: -80px;
}
.bg_form_poup_vongquay .post_relative {
    max-width: 600px;
}
.bg_form_poup_vongquay .width_form {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    padding: 30px;
}
.title_vongquay {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
}

.noidung_vongquay {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
}
.value_phanthuong {
    color: #fe9a00;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
}
.noidung_vongquay strong {
    margin-bottom:10px;
}
[class*="bg_form_poup"] .close_form_poup_vongquay{
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 999;
}
[class*="bg_form_poup"] .close_form_poup_vongquay:before,[class*="bg_form_poup"] .close_form_poup_vongquay:after{
    width:25px;
    height: 2px;
    background: #f70;
    content: '';
    position: absolute;
    top:20px;
}
[class*="bg_form_poup"] .close_form_poup_vongquay:before{
    transform: rotate(45deg);
}
[class*="bg_form_poup"] .close_form_poup_vongquay:after{
    transform: rotate(-45deg);
}
[class*="bg_form_poup"] .close_form_poup_vongquay i{
    font-size: 20px;
}
.continue_popup {
    display: table;
    margin: 30px auto 0 auto;
    background: #fe9a00;
    padding: 8px 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.bg_form_click_poup_vongquay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    z-index: 9;
}