/* ELEVIX CUSTOM */

.container-elearning-section{
    width:90%;
    max-width:900px;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Title */
.section-title-3{
    font-size:2rem;
    line-height:1.35;
    font-weight:300;
    color:#111 !important;
    margin-bottom:35px;
}

.section-title-3 strong{
    font-weight:700;
}

/* Description */
.section-desc{
    font-size:1.3rem;
    line-height:1.8;
    color:#222 !important;
    max-width:900px;
    margin-bottom:15px;
}

/* List */
.benefits{
    list-style:none;
}

.benefits li{
    margin-left: 0 !important;
    position:relative;
    padding-left:38px;
    font-size:1.3rem;
    line-height:1.7;
    color:#222;
}

.benefits li::before{
    content:"";
    width:18px;
    height:18px;
    border-radius:50%;
    background:#37bdd2;
    position:absolute;
    left:0;
    top:14px;
}

/* Button */
.btn-more{
    display:inline-block;
    background:#37bdd2;
    color:#fff;
    text-decoration:none;
    font-size: 1.5rem;
    padding: 5px 30px;
    transition:0.3s;
}

.btn-more:hover{
    background:#1ea7bd;
}
.custom-col-video {

}

.section-video-open-inline {

}

.section-video-open-inline video {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

#aboutus, #aboutus h1, #aboutus h2, #aboutus h3, #aboutus h4, #aboutus h5, #aboutus h6 {
    color: #333;
}

#aboutus .text-center {
    color: #555;
}

#aboutus .text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.color-white-important {
    color: white !important;
}

section.bg-elevix-linear-gradient, section .bg-elevix-linear-gradient {
    background: linear-gradient(
        to bottom,
        #004ae8 0%,
        #0060ff 40%,
        #0a1e95 100%
    );
}

.row{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
    display:flex;
    flex-wrap:wrap;
}
.col{
    box-sizing:border-box;
    padding:15px;
}
.medium-12{width:100%;}
.medium-6{width:50%;}
@media(max-width:768px){
    .medium-6{width:100%;}
}

.text-center{text-align:center;}

.elevix-hero{
    position:relative;
    height:400px;
    background:url('https://elevix.vn/wp-content/themes/flatsome/assets/img/elevix/professional_hero_banner_for_an_edtech_platform_named_elevix.png') center/cover no-repeat;
    display:flex;
    align-items:center;
    color:#fff;
}
.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.75);
}
.elevix-hero .row{
    position:relative;
    z-index:2;
}
.hero-subtitle{
    color:#60a5fa;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:bold;
}

.section{padding:60px 0;}
.elevix-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:30px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    height:100%;
}
.elevix-card img{
    width:96px;
    display:block;
    margin:0 auto 20px;
}
.brand-box{
    background:#eff6ff;
    border:1px solid #dbeafe;
    border-radius:20px;
    padding:40px;
}
.brand-list li{
    margin-bottom:20px;
}
.vision{
    background:#1e3a8a;
    color:#fff;
}
.core-values{text-align:center;}
.core-values span{
    display:inline-block;
    padding:12px 24px;
    margin:5px;
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:999px;
    color:#1d4ed8;
    font-weight:bold;
}

.entry-category {
    display: none !important;
}