body.page.page-id-22304 header#header,
body.page.page-id-22304 footer#footer,
body.page.page-id-22357 header#header,
body.page.page-id-22357 footer#footer {
    display: none !important;
}
body.page.page-id-22304 .page-wrapper,
body.page.page-id-22357 .page-wrapper {
    padding: 0 !important;
    margin: 0 auto;
}
.section.customer-survey {
    padding: 0 !important;
}
body.page.page-id-22304 .page-wrapper .row.row-main,
body.page.page-id-22357 .page-wrapper .row.row-main {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../../assets/img/bg-landing1.png');
}
body.page.page-id-22304 .page-wrapper .row.row-main .large-12.col,
body.page.page-id-22357 .page-wrapper .row.row-main .large-12.col {
    padding: 0;
}
/* PC */
.section.customer-survey .row.object-goal,
.section.customer-survey-cta {
    max-width: 1100px !important;
    margin: 0 auto !important;
}
.section.customer-survey .row.object-goal .col .col-inner {
    background: #fff;
    padding: 65px 20px 20px;
    min-height: 300px;
    overflow-y: auto;
    position: relative;
}
.section.customer-survey .row.object-goal .col.box-left ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: normal;
}
.section.customer-survey .row.object-goal .col.box-left ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url('../../assets/img/check.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.section.customer-survey .row.object-goal .section-title-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.section.customer-survey .row.object-goal .section-title-container .section-title b {
    display: none;
}
.section.customer-survey .row.object-goal .section-title-container .section-title {
    background: #9CAE88;
    color: #fff;
    font-size: 24px;
    padding: 6px 10px 8px;
    justify-content: center;
}
.section.customer-survey .row.object-goal .col .col-inner p {
    margin: 0 0 10px;
}

.section.customer-survey .row.object-goal .section-title-container .section-title span.section-title-main {
    text-transform: capitalize;
}

.section.customer-survey-philosophy .section-content {
    max-width: 50%;
    margin: 0 auto;
}
.section.customer-survey-philosophy .section-content p {
    margin-bottom: 10px;
}
.section.customer-survey-footer p {
    margin: 0;
}
.section.customer-survey-cta .row.form-content {
    background: #f4f4f4;
    margin: 40px 0 10px;
    padding: 30px 30px 0;
}
.section.customer-survey-cta .row.form-content p {
    margin-bottom: 10px;
}
.section.customer-survey-cta .row.form-content ul {
    width: fit-content;
    margin: 0 auto;
}
.section.customer-survey-cta .row.form-content ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: normal;
}
.section.customer-survey-cta .row.form-content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url('../../assets/img/check.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.button.ready-to-survay.open-popup {
    width: 40%;
    border-radius: 10px;
}

/* Form */
.section.customer-survey-contactForm {
    padding-top: 0 !important;
}
.section.customer-survey-contactForm .survey-contactForm {

}
.survey-contactForm h3.head {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.survey-contactForm .form-box {
    background: #fff;
    padding: 15px 15px 5px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}
.survey-contactForm .form-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #9CAE88;
    border-radius: 10px 0 0 10px;
}
.survey-contactForm .form-box .wpcf7-list-item {
    display: block;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
}
.survey-contactForm .form-box .wpcf7-list-item input {
    margin-bottom: 0px;
}
.survey-contactForm .form-box textarea {
    background: #f5f5f5;
    border-radius: 10px;
    border: none;
}
.survey-contactForm .form-box .wpcf7-list-item label {
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}
.survey-contactForm .form-box .form-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}
.survey-contactForm .form-box .form-title em {
    font-weight: 400;
    font-size: 16px;
}
.survey-contactForm .box-thanks {
    padding-top: 30px;
}
.survey-contactForm .box-thanks .title p {
    font-size: 20px;
    font-weight: 600;
    color: #9CAE88;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;    
}
.survey-contactForm .box-thanks .description p {
    text-align: center;
    padding: 0 50px 20px;
}
.survey-contactForm .box-thanks .form-add {
    background: #9CAE88;
    padding: 20px 10%;
}
.survey-contactForm .box-thanks .form-add p {
    font-size: 15px;
}
.survey-contactForm .box-thanks .form-add input {
    margin: 5px 0 !important;
}
.survey-contactForm .box-thanks .form-add sup {
    color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0 !important;
}
.survey-contactForm .box-thanks .box-send p {
    text-align: center;
    margin-top: 20px;
}
.survey-contactForm .box-thanks .box-send .wpcf7-submit {
    width: 85%;
    background: #000;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 600;
}
div#successPopup3,
div#successPopup4 {
    top: 0;
    width: 100vw;
    background: #9CAE88;
    height: 100vh;
}
div#successPopup3 .content-popup,
div#successPopup4 .content-popup {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
div#successPopup3 .content-popup .logo img,
div#successPopup4 .content-popup .logo img {
    max-width: 100%;
    width: 100%;
}
div#successPopup3 .content-popup .desc,
div#successPopup4 .content-popup .desc {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
div#successPopup3 .content-popup .button-succ,
div#successPopup4 .content-popup .button-succ {
    display: flex;
    gap: 20px;
}
div#successPopup3 .content-popup .button-succ button,
div#successPopup4 .content-popup .button-succ button {
    background: #fff;
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}


/* UGC - Dầu tẩy trang */
.row.why-u-regis {
    position: relative;
}
.row.why-u-regis::before {
    content: '';
    position: absolute;
    top: 46%;
    transform: translateY(-46%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #9CAE88;
    border-radius: 50%;
}
.row.why-u-regis .col .col-inner {
    background: #686868;
    color: #fff;
    padding: 30px 20px;
    border-radius: 10px;    
}
.row.why-u-regis .col:nth-child(1) .col-inner,
.row.why-u-regis .col:nth-child(4) .col-inner {
    background-color: #9CAE88;
}
.row.why-u-regis .col .col-inner .text h3 {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.row.why-u-regis .col .col-inner .text h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 2px;
    background-color: #fff;
}
.row.why-u-regis .col .col-inner .text p {
    color: #fff;
}
body.page-id-22371 .download-file .ugc-landing-view-file {
    background-color: #deac5c;
    font-weight: 600;
}
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note {
    display: block;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note p,
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note p {
    display: block;
    width: 100%;
    margin: 0;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note .wpcf7-form-control-wrap,
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .wpcf7-form-control-wrap {
    width: 100%;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item,
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item {
    min-width: auto !important;
    margin: 0 !important;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item input,
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item input {
    margin: 0 5px 0;
    height: auto;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item span.wpcf7-list-item-label,
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .wpcf7-form-control-wrap span.wpcf7-list-item span.wpcf7-list-item-label {
    font-weight: 400;
    cursor: pointer;
}
body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .page p {
    text-align: right;
    color: red;
}
body.page-id-22371 #ugcLanding3 .popup-content .agency-popup h3.title::before {
    background-image: url(../../assets/img/p-bg1.png);
    height: 175px;
}
.ugc-popup-sample .popup-content span#closeUgcLanding3 {
    color: #e20303;
    top: -30px;
}
body.page-id-22371 #ugcLanding3 .wpcf7-form .popup-note a:hover {
    color: #fff;
}
body.page-id-22371 .row.voucher-button .col .button {
    -webkit-animation: animation1 1000ms infinite;
    -moz-animation: animation1 1000ms infinite;
    -o-animation: animation1 1000ms infinite;
    animation: animation1 1000ms infinite;
}
@-webkit-keyframes animation1 {
    0% { 
        transform: translateY(-10px);
    }
    50% { 
        transform: translateY(0px);
    }
    100% { 
        transform: translateY(-10px);
    }
}


/* Mobile */
/* ------- */
@media (width >= 1920px) {

}

/* ------- */
@media (1200px <= width <= 1919px) {
    .popup-content {
        max-width: 43%;
    }
}

/* ------- */
@media (1300px <= width <= 1600px) {
    body.page-id-22371 #ugcLanding3 .popup-content .agency-popup h3.title::before {
        height: 160px;
    }
}

/* ------- */
@media (992px <= width <= 1200px) {
    .popup-content {
        max-width: 60%;
    }
}

/* ------- */
@media (768px <= width <= 991px) {
    .popup-content {
        max-width: 80%;
    }
    body.page-id-22371 .page-wrapper {
        padding: 0 !important;
    }
    .section.ugc-landing-mobile.show-for-medium {
        display: none !important;
    }
}

/* ------- */
@media (550px <= width <= 767px) {
    .section.ugc-landing-mobile.show-for-medium {
        display: none !important;
    }
    .button.open-popup {
        margin-top: 0%;
    }
}


/* ------- */
@media (481px <= width <= 767px) {
    body.page-id-22371 #ugcLanding3 .popup-content .agency-popup h3.title::before {
        height: 120px;
    }
    .ugc-popup-sample .popup-content .agency-popup h3.title {
        height: 45px;
    }
}

/* ------- */
@media (width <= 480px) {
    body.page-id-22371 #ugcLanding4 .wpcf7-form .popup-note .page p {
        font-size: 13px;
    }
    body.page-id-22371 .head-logo a.button.open-popup.ugc-landing3 {
        margin-top: -60px;
    }
    .ugc-popup-sample .popup-content .agency-popup h3.title::before {
        height: 115px !important;
    }
    body.page-id-22371 .section h2, 
    body.page-id-22371 .section h3 {
        font-size: 18px !important;
    }
    body.page-id-22371 .section.steps-receive-reward::before {
        height: 74%;
    }
    body.page-id-22371 .row.row-step .button {
        margin: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .section.customer-survey-philosophy .section-content {
        max-width: 100%;
    }
    .section.customer-survey-cta  {
        padding: 30px 0 !important;
    }
    .button.ready-to-survay.open-popup {
        width: 80%;
        margin: 0;
    }
    .section.customer-survey .row.object-goal {
        padding-top: 15px;
    }
    .section.customer-survey-footer .col-inner h3 {
        font-size: 18px !important;
        line-height: inherit;
    }
    .section.customer-survey-contactForm {
        padding: 15px !important;
    }
    .survey-contactForm .form-box .form-title {
        font-size: 16px;
    }
    .survey-contactForm .form-box .form-title em {
        font-size: 14px;
    }
    .survey-contactForm .box-thanks .description p {
        padding: 0 15px 20px;
    }
    .survey-contactForm .box-thanks .form-add {
        padding: 20px 15px;
    }
    .survey-contactForm .box-thanks .box-send .wpcf7-submit {
        padding: 0px 10px;
        font-size: 16px;
    }
    div#successPopup3 .content-popup .button-succ,
    div#successPopup4 .content-popup .button-succ {
        gap: 10px;
    }
    div#successPopup3 .content-popup .button-succ button,
    div#successPopup4 .content-popup .button-succ {
        font-size: 18px;
    }

    /* UGC - Dầu tẩy trang */
    body.page-id-22371 .page-wrapper {
        padding: 0 !important;
    }
    body.page-id-22371 .page-wrapper>.row.row-main .col {
        padding: 0 !important;
    }
    body.page-id-22371 .steps-receive-reward {
        margin-top: 90px;
    }
    body.page-id-22371 .row.why-u-regis .col {
        padding: 0 !important;
        margin-bottom: 15px;
    }
    .row.why-u-regis .col .col-inner .text h3 {
        font-size: 18px !important;
    }
    .row.why-u-regis::before {
        display: none;
    }
    body.page-id-22371 .open-popup.ugc-landing1 {
        margin-top: -70px;
    }
    .row.why-u-regis .col:nth-child(1) .col-inner, 
    .row.why-u-regis .col:nth-child(4) .col-inner {
        background-color: #686868;
    }
    .row.why-u-regis .col:nth-child(1) .col-inner, 
    .row.why-u-regis .col:nth-child(3) .col-inner {
        background-color: #9CAE88;
    }

    


}