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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
    --mau1: #FDD400;
    --mau2: #f4d84b;
    --mau3: #FFF8D6;
    --mau4: #01088B;
    --mau5: #FF3030;
}
.button, input[type=button].button, input[type=reset].button, input[type=submit], input[type=submit].button{
    color: #000;
}
html {
    scroll-behavior: smooth;
}
body, p, h1, h2, h3, h4, h5, h6 {color: #000;}
.section1 {
    position: relative;
    overflow: hidden;
}
.clickhere img{
    position: absolute;
    top: -110px;
    left: 240px;
    z-index: 1;
}
.infographic-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.infographic-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
}
.infographic-title::before {
    content: "";
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg,#3b82f6,#60a5fa);
    transform: rotate(45deg);
    border-radius: 3px;
}
.bar-item {
    margin-bottom: 26px;
}
.bar-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    color: #374151;
}
.bar-track {
    height: 20px;
    background: #edf2f7;
    border-radius: 999px;
    overflow: hidden;
}
.bar-fill {
    height: 100%;
    border-radius: 999px;
    animation: grow 1.2s ease forwards;
    transform-origin: left;
}

@keyframes grow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.purple { background: linear-gradient(90deg,#9c27b0,#c026d3); }
.gray { background: linear-gradient(90deg,#6b7280,#9ca3af); }
.blue { background: linear-gradient(90deg,#2563eb,#60a5fa); }
.green { background: linear-gradient(90deg,#16a34a,#34d399); }
.orange { background: linear-gradient(90deg,#f97316,#fb923c); }

.red { background: linear-gradient(90deg,#ef4444,#f87171); }
.yellow { background: linear-gradient(90deg,var(--mau1),var(--mau2)); }
.bg-gradiant .col-inner{ background: linear-gradient(180deg,var(--mau1),var(--mau3)); }
.banner.bg-gradiant2,
.section.bg-gradiant2 .section-bg,
.col.bg-gradiant2 .col-inner{ 
    background: linear-gradient(-90deg,var(--mau1),var(--mau3));
}
.border-radius-20{
    border-radius: 20px;
}
.mb-3{
    margin-bottom: 30px;
}

@media(max-width:768px){
    .infographic-title{
      font-size:22px;
    }  
}
/* Danh sách có icon check trong vòng tròn — gán class "list-style1" cho khối cha (Row/Column/Text trong UX Builder) */
.list-style1 ul {
    padding-left: 0;
    margin-left: 0;
}
.list-style1 ul li {
    list-style: none;
    position: relative;
    padding-left: 1.85em;
    margin-bottom: 0.4em;
    margin-left: 0;
}
.list-style1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.45em;
    height: 1.45em;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.25'/%3E%3Cpath d='M7.6 12.2l2.4 2.4 4.8-5.8'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* nền tím */

.section1 .section-content {
    position: relative;
    z-index: 1;
}
.banner-giup{
    border-radius: 30px;
}

footer{
    display: none;
}
.bg-gradient-purple-lr, header {
    background-color: #7900CF;
    background-image: linear-gradient(to right, #7900CF 0%, #8B009E 100%);
}
.col-inner .noeffect .img-inner:after{
    display: none;
}
.noeffect .img-inner, .noeffect img{
    transform: none !important;
}
.noeffect .img-inner{
    overflow: visible !important;
}
.noeffect .parallax-active{
    opacit: 1 !important;
    transform: none !important;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}
.border-radius{
    border-radius: 25px !important;
}
.wpforms-form .button {
    background-color: var(--mau1) !important;
    color: #000 !important;
    border: 1px solid transparent;
    border-radius: 30px !important;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    padding: 0 1.2em !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
}

/*** timeline ***/
.timeline-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}

.timeline-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--mau4);
    transform: translateX(-50%);
}

.timeline-item {
    width: 50%;
    position: relative;
    margin-bottom: 20px;
}
.timeline-item i{
    color: #999;
    display: block;
}
.timeline-item .content {
    padding: 20px 30px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}
.step-number {
    font-size: 50px;
    font-weight: 800;
    color: var(--mau4);
}
.timeline-item .badge {
    display: inline-block;
    background: var(--mau4);
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 600;
    line-height: 2.2;
    width: auto !important;
}

.timeline-item h3 {
    color: var(--mau4);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.timeline-item p {
    font-size: 17px;
    color: #333;
    line-height: 1.6;
}
.btn {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid var(--mau4);
    color: var(--mau4);
    padding: 6px 14px;
    font-weight: 600;
}
.timeline::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--mau4);
}
.bg-xam{
    background: var(--mau3);
}
.btn-center{
    display: block;
    margin: 0px auto;
}

.uu-dai{
    background: transparent url(images/bg-vang.webp) no-repeat top center;
    background-position: 0px -200px;
    background-size: 100% auto;
}
ul li.bullet-arrow, ul li.bullet-checkmark, ul li.bullet-cross, ul li.bullet-star{
    border: none;
}
body:contains("WooCommerce not Found") {
    display: none;
}
.row-3-col-gia{
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    background: var(--mau1) !important;
    margin-bottom: 30px !important;
    border-radius: 17px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.deal .img-inner{
    box-shadow: 0px 0px 5px #888;
    margin-top: -40px;
    border-radius: 8px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}
@media only screen and (min-width: 769px) {
    .nav-spacing-xlarge>li{
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .btn-menu > a{
        background-color: var(--mau1);
        color: #000 !important;
        border-radius: 25px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        margin-left: 120px !important;
    }
    .pr-md-6{
        padding-right: 60px !important;
    }
    .pl-md-6{
        padding-left: 60px !important;
    }
    .text-md-right .col-inner{
        text-align: right !important;
    }
    .mt-md-5{
        margin-top: 50px;
    }
    .row-3-col-gia{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .rowcheck img{
        max-width: 30px !important;
    }
    .rowcheck .small-2{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .rowcheck .small-2 .img{
        margin-top: -10px;
    }
    .number-section2 img{
        height: 50px !important;
        width: auto !important;
    }
    .number-section2 .col-inner{
        text-align: left !important;
    }
    .section{
        padding-bottom: 0 !important;
    }
    .title-nghanh{
        font-size: 30px !important;
    }
    .timeline::before {
        left: 10px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 30px;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
        text-align: left;
        padding-left: 0 !important;
    }

    .timeline-title {
        font-size: 22px;
    }
    .timeline::before, .timeline::after{
        display: none !important;
    }
    .timeline-item .content{
        padding: 20px 0px;
    }
    .timeline-title{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .step-number{
        font-size: 30px;
    }
    .timeline-item h3{
        font-size: 20px;
    }
    .banner-giup .text-box{
        width: 80% !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .banner-giup{
        padding-top: 260px !important;
    }
    .banner-giup h3{
        line-height: 1.5;
        font-size: 1rem;
    }
    .img-tinhhuong{
        width: 100% !important;
    }

    /* row blog posts */
    .mobile-scroll-posts .row.large-columns-4, .row.mobile-scroll-posts {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-top: 30px;
    }
    .mobile-scroll-posts .row.large-columns-4::-webkit-scrollbar, .row.mobile-scroll-posts::-webkit-scrollbar  {
        display: none;
    }
    .mobile-scroll-posts .row.large-columns-4 > .col.post-item {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
    .row.mobile-scroll-posts > .col {
        float: none !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
    .row.mobile-scroll-posts.items-2 > .col {
        flex: 0 0 43% !important;
        max-width: 43% !important;
    }
    .header-newsletter-item, .header-social-icons{
        display: none !important;
    }
    .is-xlarge{
        font-size: 1.3rem;
    }
    a.lead, p.lead{
        font-size: 1.45rem;
        line-height: 1.5;
    }
    .lead [style*="font-size"]{
        font-size: unset !important;
    }
}

@media only screen and (max-width: 549px) {
    .gia1{
        font-size: 26px !important;
    }
    .gia2{
        font-size: 39px !important;
    }
    .muiten-gia{
        font-size: 26px !important;
    }
    h2{
        font-size: 1.3rem;
    }
    .title-nghanh span{
        font-size: 1.3rem ;
    }
    .title-nghanh em{
        font-size: 1.1rem ;
    }
    .banner-layers{
        overflow: unset;
    }
    .section-mentor .banner{
        padding-top: 390px !important;
    }
    .uu-dai{
        background-position: top center;
        background-size: 300%;
    }
}