/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*This CSS Code will help you to make your checkout as one page but don't hesitate to follow our tutorials on flatzone.cc.*/

.footer {
    padding: 0px 0 0 !important;
}
.comment-form-cookies-consent{
	display:none;
}
.tvl-student-form-wrap .actions {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tvl-student-form-wrap button.btn-review {
    background: #ff9800;   /* cam nổi bật */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}
.tvl-student-form-wrap button.btn-review:hover {
    background: #e68900;
}

.tvl-student-form-wrap button.btn-submit {
    background: #4CAF50;   /* xanh lá thu hút */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}
.tvl-student-form-wrap button.btn-submit:hover {
    background: #43a047;
}
