/*
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.   ***************/
.header-top {
    background-color: #2c6ba0 !important;
}
.header-top i {
    background: #ffffffdb;
    color: #2C6BA0;
    width: 28px;
    height: 28px;
    border-radius: 40px;
    padding: 0px;
    text-align: center;
    line-height: 28px;
}
.header-top p,
.header-top span{
    color: #fff;
}
.header-main .header-inner {
    background: #fff;
}

.nav>li>a{
    color: #000000;
}
.nav>li.menu-link-active > a{
    font-weight: bold;
    color: #000000;
}
.footer {
    padding: 75px 0 0px;
}

.footer-1,
.footer-2 {
    border-top: none;
}

.footer span.widget-title {
    font-family: "Poltawski Nowy", sans-serif;
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 20px;
    display: block;
}

.footer .widget .is-divider {
    display: none;
}

.footer ul.menu>li+li {
    border: none;
}
.absolute-footer {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.copyright-footer {
    color: #222;
}

.choose-use {
    background: #172B4D;
    padding: 15px;
}

.choose-us-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.choose-us-item .icon-box-img {
    margin-bottom: 0px;
}

.choose-us-item .icon-box-text h5 {
    font-size: 28px;
    font-weight: bold;
    color: #172b4d;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.choose-us-item .icon-box-text h6 {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #293342;
    letter-spacing: 0px;
}

.col.choose-us-content {
    padding: 40px 15px 40px 35px !important
}

.choose-us-readmore {
    background: #F5B70D;
    color: #ffffff;
}

.feature-news .is-divider {
    display: none;
}

.feature-news .col-inner {
    background: #f8f8f8;
    height: 100%;
}

.feature-news .box-text {
    padding-left: 15px;
    padding-right: 15px;
}

.feature-news .box-text .cat-label {
    color: #2b2b2b;
    padding-top: 10px;
    padding-bottom: 2px;
    font-size: 13px;
    text-transform: none;
}

.feature-news .box-text h5 a {
    color: #000000;
    font-size: 20px;
}


span.lang-title {
    display: none;
}

.icon-image img {
    width: 40px;
    padding-right: 8px;
}


#menu-item-1160 {
    background: #146dff;
    border-radius: 5px;
}

#menu-item-1160 .nav-top-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 15px 0px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-weight: normal;
    outline: none;
}

.banner-clear {
    overflow: hidden;
}

.contact-product {
    border: 2px #146dff dashed;
    border-radius: 8px;
}

span.widget-title {
    font-size: 1.3em;
    font-weight: 600;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .banner {
        padding-top: 400px !important;
    }

    .banner-image-feature {
        display: none;
    }

    .banner-text-feature {
        width: 100% !important;
    }

    .btn {
        font-size: 18px;
        padding: 5px 20px;
    }

    .home-sevice-item .text-box {
        width: 90% !important;
    }

    .home-sevice-item .text-box h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .col.choose-us-content {
        padding: 40px 0px 40px 0px !important;
    }



}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    color: #ffffff;
    background-color: #3b71b0;
    /* Base blue from image */
    position: relative;
    overflow: hidden;
}

/* Base pattern using CSS if no image available, 
   but ideally user should upload the pattern image from image */
.why-choose-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
    pointer-events: none;
}

.why-choose-us-section .stats-col {
    text-align: center;
    padding: 20px;
}

.why-choose-us-section .stats-icon-wrapper {
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
}

.why-choose-us-section .stats-icon-wrapper img {
    height: 45px;
    /* Size adjusted to fit in circle */
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.why-choose-us-section .stats-col:hover img {
    transform: scale(1.1);
}

.why-choose-us-section .stats-number {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
    color: #fff;
}

.why-choose-us-section .stats-label {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.85);
    display: block;
}

/* Registration Form Customization */
.registration-form-box {
    background: var(--primary-color);
    padding: 40px;
    border-radius: 8px;
    color: #fff;
}

.registration-form-box h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.registration-form-box input,
.registration-form-box select {
    margin-bottom: 15px;
    border-radius: 4px;
}

.registration-form-box .button {
    background-color: var(--accent-color) !important;
    color: #000 !important;
    font-weight: bold;
    width: 100%;
}

@media (max-width: 849px) {
    .why-choose-us-section .stats-col {
        margin-bottom: 40px;
    }
}

/* Sidebar Stats in Intro */
.sidebar-stats-box {
    background: #f0f7ff;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

.sidebar-stat-item {
    padding: 15px 0;
}

.sidebar-stat-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar-stat-label {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #2C6BA0;
    font-weight: bold;
    letter-spacing: 1px;
}

.sidebar-stat-value {
    display: block;
    font-size: 1.8em;
    font-weight: 800;
    color: #1A4568;
}

/* Light Blue Feature Boxes (Services & Achievements) */
.light-blue-box {
    background: #f0f7ff !important;
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.light-blue-box:hover {
    background: #e1efff !important;
    transform: translateY(-5px);
}

.light-blue-box .icon-box-img {
    margin-bottom: 15px;
}

.light-blue-box h4 {
    color: #1A4568;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.light-blue-box p {
    font-size: 0.9em;
    color: #4B5563;
}

/* Vision Quote Section */
.vision-quote-box {
    padding: 20px 0 20px 25px;
    border-left: 5px solid var(--accent-color);
    margin-bottom: 30px;
}

.vision-quote-text {
    font-size: 1.1em;
    font-weight: bold;
    color: #1A4568;
    line-height: 1.4;
}

/* Team Section */
.team-member-col {
    text-align: center;
    margin-bottom: 30px;
}

.team-member-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.team-member-name {
    font-weight: bold;
    color: #1A4568;
    margin-bottom: 2px;
    display: block;
}

.team-member-role {
    font-size: 0.85em;
    color: #6B7280;
    text-transform: uppercase;
    display: block;
}

/* Contact Info List */
.contact-info-list {
    list-style: none;
    padding: 0;
}

.contact-info-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.contact-info-list i {
    color: var(--primary-color);
    margin-right: 15px;
    width: 20px;
    margin-top: 5px;
}

/* ============================================
   FOOTER STYLING - TH EDUCATION
   ============================================ */

/* Footer chính */
.footer-widgets .widget {
    background-color: #f5f5f5;
    margin-top: 0;
}


/* Widget titles */
.footer-widgets .widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A4568;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ẩn widget title mặc định nếu widget có title riêng */
.footer-widgets .widget .widget > .widget-title:first-child {
    display: none;
}

/* Cột 1: Thông tin công ty */
.footer-widgets .widget #footer-company-info .widget,
.footer-widgets .widget .widget[id*="footer-company-info"] {
    padding: 0;
}

.footer-widgets .widget .company-logo-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-widgets .widget .company-name {
    font-size: 16px;
    font-weight: 700;
    color: #1A4568;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-widgets .widget .company-slogan {
    font-style: italic;
    color: #6B7280;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.footer-widgets .widget .company-info {
    color: #4B5563;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.footer-widgets .widget .company-info strong {
    color: #1A4568;
    font-weight: 600;
}

.footer-widgets .widget .company-contact {
    margin-top: 0;
}

.footer-widgets .widget .company-contact p {
    margin-bottom: 8px;
    font-size: 15px;
    color: #4B5563;
}

.footer-widgets .widget .company-contact a {
    color: #2C6BA0;
    text-decoration: none;
    font-weight: 600;
}

.footer-widgets .widget .company-contact a:hover {
    text-decoration: underline;
}

/* Cột 2: Hỗ trợ khách hàng */
.footer-widgets .widget #footer-customer-support .widget,
.footer-widgets .widget .widget[id*="footer-customer-support"] {
    padding: 0;
}

.footer-widgets .widget .support-section {
    margin-bottom: 30px;
}

.footer-widgets .widget .support-section:last-child {
    margin-bottom: 0;
}

.footer-widgets .widget .support-list,
.footer-widgets .widget .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widgets .widget .support-list li,
.footer-widgets .widget .info-list li {
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #4B5563;
    line-height: 1.6;
}

.footer-widgets .widget .support-list li::before,
.footer-widgets .widget .info-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9CA3AF;
    font-size: 16px;
}

.footer-widgets .widget .support-list a,
.footer-widgets .widget .info-list a {
    color: #4B5563;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-widgets .widget .support-list a:hover,
.footer-widgets .widget .info-list a:hover {
    color: #2C6BA0;
}

/* Cột 3: Đăng ký nhận tin */
.footer-widgets .widget #footer-newsletter .widget,
.footer-widgets .widget .widget[id*="footer-newsletter"] {
    padding: 0;
}

.footer-widgets .widget .newsletter-description {
    font-size: 15px;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-widgets .widget .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-widgets .widget .newsletter-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-color: #fff;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.footer-widgets .widget .newsletter-input:focus {
    outline: none;
    border-color: #2C6BA0;
}

.footer-widgets .widget .newsletter-input::placeholder {
    color: #9CA3AF;
}

.footer-widgets .widget .newsletter-button {
    padding: 12px 24px;
    background-color: #eab308;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.footer-widgets .widget .newsletter-button:hover {
    background-color: #d4a006;
}

/* Cột 4: Kết nối */
.footer-widgets .widget #footer-social .widget,
.footer-widgets .widget .widget[id*="footer-social"] {
    padding: 0;
}

.footer-widgets .widget .social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.footer-widgets .widget .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s;
}

.footer-widgets .widget .social-icon:hover {
    transform: translateY(-3px);
}

.footer-widgets .widget .social-icon.facebook {
    background-color: #1877F2;
    color: #fff;
}

.footer-widgets .widget .social-icon.youtube {
    background-color: #FF0000;
    color: #fff;
}

.footer-widgets .widget .social-icon.other {
    background-color: #1DA1F2;
    color: #fff;
}

.footer-widgets .widget .social-icon.instagram {
    background-color: #E4405F;
    color: #fff;
}

.footer-widgets .widget .social-icon i {
    font-size: 18px;
    line-height: 1;
}

.footer-widgets .widget .dmca-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #10B981;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.footer-widgets .widget .dmca-badge i {
    font-size: 16px;
    line-height: 1;
}

/* Đảm bảo widget không có padding thừa */
.footer-widgets .widget .widget {
    padding: 0;
}

.footer-widgets .widget .widget ul {
    margin: 0;
    padding: 0;
}

.footer-widgets .widget .widget p {
    margin-bottom: 15px;
}

.footer-widgets .widget .widget p:last-child {
    margin-bottom: 0;
}

/* Copyright footer */
.absolute-footer .copyright-footer {
    text-align: center;
    padding: 0;
    color: #4B5563;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 849px) {
    .footer-widgets .widget {
        padding: 40px 0 30px;
    }

    .footer-widgets .widget .col {
        margin-bottom: 40px;
    }

    .footer-widgets .widget .col:last-child {
        margin-bottom: 0;
    }

    .footer-widgets .widget .widget-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
}


/******************* new style css *******************/

/* Hide default Flatsome language switcher */
.header-main .has-dropdown.header-language-dropdown {
    display: none !important;
}

/* ===== Language flag icon - circle style ===== */
.nav-spacing-large > li {
    margin: 0 9px;
}

.lang-switcher-inline ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.lang-switcher-inline li {
    list-style: none;
}

/* Mặc định: flag không active → mờ nhẹ */
.lang-switcher-inline a {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    opacity: 0.45;
    filter: grayscale(60%);
    transition: all 0.25s ease;
}



/* Ảnh */
.lang-switcher-inline img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    flex-shrink: 0;
}


/* Flag active → rõ nét */
.lang-switcher-inline li.active a {
    /*border-color: var(--primary-color);*/
    opacity: 1;
    filter: none;
}

/* Hover: tăng độ rõ để dễ chọn */
.lang-switcher-inline a:hover {
    opacity: 0.85;
    filter: grayscale(20%);
}

.footer-wrapper .footer-widgets .widget {
    background-color: #fff;
}





/* -------------------------------------------------- */
/* Footer Styling - Clean & Professional */
.footer-widgets.footer {
    padding: 70px 0 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.footer-widgets .row {
    padding: 0 30px;
}

.footer-widgets .col {
    padding: 0 15px;
}

/* Widget Titles */
.footer-widgets .widget-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 28px 0;
    padding-bottom: 4px;
    border-bottom: 1.4px solid #e0e0e0;
    letter-spacing: 0.3px;
    text-transform: none;
    color: inherit;
}

/* Text Widget Styling */
.footer-widgets .textwidget {
    line-height: 1.9;
    font-size: 14px;
}

.footer-widgets .textwidget p {
    margin: 0 0 8px 0;
    line-height: 1.8;
    font-size: 14px;
}

.footer-widgets .textwidget p:last-child {
    margin-bottom: 0;
}

.footer-widgets .textwidget strong {
    font-weight: 600;
    font-size: 14px;
    /*display: block;*/
    margin-bottom: 6px;
}

/* Company Slogan */
.company-slogan {
    font-style: italic;
    font-weight: 400;
    display: block;
    margin-top: 6px;
    opacity: 0.8;
}

/* Company Info Sections */
.company-info {
    margin-top: 24px;
    padding-top: 0;
    /*border-top: 1px solid #f0f0f0;*/
}

.company-contact {
    margin-top: 20px;
    padding-top: 0;
    /*border-top: 1px solid #f0f0f0;*/
}

.company-info p,
.company-contact p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
}

.company-info p:last-child,
.company-contact p:last-child {
    margin-bottom: 0;
}

/* Links Styling */
.footer-widgets a {
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    color: inherit;
    opacity: 0.85;
}

.footer-widgets a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Lists Styling */
.footer-widgets ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.footer-widgets ul:last-child {
    margin-bottom: 0;
}

.footer-widgets ul li {
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
}

.footer-widgets ul.info-list li {
    padding-left: 15px;
    position: relative;
}

.footer-widgets ul.info-list li::before {
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

/* Support Section */
.support-section {
    margin-bottom: 40px;
}

.support-section:last-child {
    margin-bottom: 0;
}

/* Newsletter Section */
.newsletter-description {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 22px;
    opacity: 0.8;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease;
    box-sizing: border-box;
    background: #fff;
}

.newsletter-input:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.newsletter-button {
    padding: 12px 24px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.newsletter-button:hover {
    background: #000;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #333;
    font-size: 18px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* DMCA Badge */
.dmca-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    margin-top: 12px;
    opacity: 0.7;
}

.dmca-badge i {
    font-size: 12px;
}

/* Absolute Footer (Copyright) */
.absolute-footer {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    background-color: rgb(243, 244, 246) !important;
}

.absolute-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.copyright-footer {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}

.copyright-footer strong {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-widgets {
        padding: 50px 0 40px;
    }
}

@media (max-width: 768px) {
    .footer-widgets {
        padding: 40px 0 30px;
    }
    
    .footer-widgets .row {
        padding: 0 20px;
    }
    
    .footer-widgets .widget-title {
        font-size: 15px;
        margin-bottom: 22px;
    }
    
    .absolute-footer .container {
        padding: 0 20px;
    }
}

@media (max-width:849px) {
    .header-main li.html.custom {
        display: block;
        padding-top: 10px;
    }
}


/* -------------------------------------------------- */

.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown {
    width: 100% !important;
}

/* FIX TRIỆT ĐỂ nav-dropdown-full bị thiếu cột */
.nav-dropdown.nav-dropdown-full {
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: auto !important;
    max-width: none !important;

    display: flex !important;
    flex-wrap: nowrap !important;

    padding: 20px 24px;
    white-space: nowrap;
}

/* MỖI CỘT LÀ 1 KHỐI CỐ ĐỊNH */
.nav-dropdown.nav-dropdown-full > li.nav-dropdown-col {
    flex: 0 0 auto !important;
    min-width: 220px;
}

/* submenu trong cột */
.nav-dropdown.nav-dropdown-full .nav-column {
    width: 100%;
}



/* Khi bấm nút Đăng ký tư vấn ở trang chủ thì sẽ chạy xuống form tư vấn bên dưới và có nền vàng để báo là nhập ở đó */
.box_dang_ky {
  scroll-margin-top: 100px;
  transition: box-shadow .3s ease;
}

.box_dang_ky .my_register_form_learn.highlight {
  background-color: orange;
}
/* Khi bấm nút Đăng ký tư vấn ở trang chủ thì sẽ chạy xuống form tư vấn bên dưới và có nền vàng để báo là nhập ở đó */

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232;
    margin-top: 0;
}

.wpcf7 form.failed .wpcf7-response-output {
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    margin-top: 0;
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #dc3232 !important;
}

.my_register_form_learn .col-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.newsletter-description, .newsletter-form {
	display: none!important;
}




/******************* dang ky du hoc *********************/
/* ===== WRAPPER ===== */
#dang-ky-tu-van {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

/* ===== ROW ===== */
#dang-ky-tu-van .uic-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* ===== COLUMN ===== */
#dang-ky-tu-van .uic-col {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}

/* ===== INNER ===== */
#dang-ky-tu-van .uic-inner {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/* ===== LEFT ===== */
#dang-ky-tu-van .uic-left {
  background: #ffffff;
}

#dang-ky-tu-van .uic-subtitle {
  color: #2c6ba0;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#dang-ky-tu-van .uic-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 30px;
}

#dang-ky-tu-van .uic-list {
  font-size: 15px;
  line-height: 1.9;
  padding-left: 20px;
}

/* ===== RIGHT ===== */
#dang-ky-tu-van .uic-right {
  background: #083f73;
  color: #ffffff;
}

#dang-ky-tu-van .form-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #fff;
}

/* ===== FORM ===== */
#dang-ky-tu-van .uic-form input,
#dang-ky-tu-van .uic-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  border: none;
  font-size: 15px;
}

#dang-ky-tu-van .uic-form textarea {
  min-height: 120px;
}

#dang-ky-tu-van .uic-form button {
  background: #e53935;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  align-self: flex-start;
}

#dang-ky-tu-van .hotline {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #eef3b4;
}

/* ẢNH NỀN */
#dang-ky-tu-van .dk-image {
  background-image: url(https://duhoctoancau.com.vn/wp-content/uploads/2025/12/Des-AZ-chinh-72-6-1024x1024.png);
  background-size: cover;
  background-position: center;
  min-height: 260px;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

/* Hover effect */
#dang-ky-tu-van .dk-col-left:hover .dk-image {
  transform: scale(1.05);
  filter: brightness(0.9);
}


/* ===== RESPONSIVE ===== */
@media (max-width: 849px) {
  #dang-ky-tu-van .uic-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #dang-ky-tu-van .uic-inner {
    padding: 40px 8%;
  }

  #dang-ky-tu-van .uic-title {
    font-size: 28px;
  }
}
/******************* dang ky du hoc *********************/


/******************* new style css *******************/