/* =========================
REAL FILTER LAYOUT
========================= */
/* CHỈ ÁP DỤNG CHO TRANG REAL */

.vmp-filter-layout{
    width:100% !important;
}

.vmp-filter-layout,
.vmp-filter-layout *{
    box-sizing:border-box;
}

/* PHÁ GIỚI HẠN COL-INNER */

.vmp-filter-layout{
    width:100vw !important;

    max-width:none !important;

    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
}

/* KHUNG CHỨA THẬT */

.vmp-filter-layout .vmp-training-wrap{
    max-width:1400px;
    width:100%;
    margin:0 auto;
    padding:0 24px;
}
.vmp-training-wrap{
    display:grid;

    grid-template-columns:
    clamp(180px,20vw,260px)
    minmax(0,1fr);

    gap:30px;

    align-items:start;
}

/* =========================
SIDEBAR
========================= */

.vmp-sidebar{
align-self:start;
}

.vmp-sidebar-sticky{
position:sticky;
top:90px;
background:#ffffff;
z-index:20;
    padding: 35px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);	
}

.vmp-filter-title{
font-size:20px;
font-weight:800;
line-height:1.2;
color:#17356d;
margin-bottom:35px;
text-transform:uppercase;
}

.vmp-real-list{
display:flex;
flex-direction:column;
gap:24px;
}

.vmp-checkbox{
display:flex;
align-items:center;
gap:16px;
cursor:pointer;
font-size:18px;
font-weight:500;
color:#333;
}

.vmp-checkbox input{
width:28px;
height:28px;
margin:0;
}

/* =========================
MOBILE FILTER BUTTON
========================= */

.vmp-mobile-filter-toggle{
display:none;
background:#17356d;
color:#fff;
padding:14px 18px;
border-radius:10px;
font-weight:700;
cursor:pointer;
margin-bottom:20px;
}

/* =========================
CONTENT
========================= */

.vmp-content{
min-width:0;
}

/* =========================
TOPBAR
========================= */

.vmp-topbar{
position:sticky;
top:90px;
z-index:50;

display:flex;
justify-content:space-between;
align-items:center;
gap:25px;

background:#fff;
border-radius:24px;

padding:22px 30px;

margin-bottom:30px;

box-shadow:0 4px 20px rgba(0,0,0,.05);


}

.vmp-view-all{
display:flex;
align-items:center;
gap:12px;


color:#f15a24;

font-size:20px;
font-weight:700;

cursor:pointer;

}

.vmp-refresh{
font-size:28px;
}

.vmp-search-wrap{
width:380px;
max-width:100%;
}

#vmp-search{
width:100%;
height:62px;
border:2px solid #ddd;
border-radius:999px;

padding:0 24px;

font-size:16px;

background:#fff;
}

/* =========================
ACTIVE FILTERS
========================= */

#vmp-active-filters{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.vmp-filter-tag{
display:flex;
align-items:center;
gap:8px;
border:2px solid #2d7df6;
border-radius:999px;

padding:8px 14px;

color:#2d7df6;

font-size:14px;
font-weight:600;

cursor:pointer;

}

.vmp-filter-tag-remove{
font-size:18px;
}

/* =========================
COURSE CARD
========================= */

.vmp-course-card{
display:flex;
align-items:center;
gap:24px;
background:#fff;

border-radius:28px;

padding:24px;

margin-bottom:28px;

box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.vmp-course-thumb{
    /*flex:0 0 180px;*/
}

.vmp-course-thumb img{
width:100%;
height:170px;
object-fit:cover;
border-radius:12px;
display:block;
}

.vmp-course-info{
flex:1;
min-width:0;
}

.vmp-course-badge{
font-size:12px;
font-weight:700;
text-transform:uppercase;
color:#2d7df6;
margin-bottom:6px;
}

.vmp-course-real{
font-size:14px;
font-weight:700;
color:#17356d;
margin-bottom:10px;
}

.vmp-course-info h3{
margin:0 0 12px;
line-height:1.3;
font-size:22px;
font-weight:800;
}

.vmp-course-info h3 a{
color:#17356d;
text-decoration:none;
}

.vmp-course-desc{
font-size:16px;
line-height:1.7;
color:#555;
}

.vmp-course-action{
flex:0 0 140px;
display:flex;
justify-content:center;
}

.vmp-btn-detail{
width:170px;

text-align:center;

padding:16px 20px;

border-radius:999px;

background:#f47a1f;

color:#fff !important;

text-decoration:none;

font-weight:700;

}

/* =========================
14 INCH
========================= */

@media(max-width:1366px){

```
.vmp-training-wrap{
    grid-template-columns:260px minmax(0,1fr);
    gap:25px;
}

.vmp-course-thumb{
    flex:0 0 200px;
}
}

/* =========================
13 INCH
========================= */
@media(max-width:1280px){

    .vmp-training-wrap{

        grid-template-columns:
        180px
        minmax(0,1fr);

        gap:20px;
    }

    .vmp-filter-title{
        font-size:18px;
    }

    .vmp-checkbox{
        font-size:14px;
    }

    .vmp-course-thumb{
        flex:0 0 160px;
    }

    .vmp-course-action{
        flex:0 0 65px;
    }

    .vmp-course-info h3{
        font-size:18px;
        line-height:1.4;
    }

}

/* =========================
TABLET
========================= */

@media(max-width:1024px){

```
.vmp-training-wrap{
    grid-template-columns:1fr;
}

.vmp-sidebar-sticky,
.vmp-topbar{
    position:relative;
    top:auto;
}
```

}

/* =========================
MOBILE
========================= */
@media (max-width:768px){

    .vmp-training-wrap{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    /* SIDEBAR LÊN TRÊN */

    .vmp-sidebar{
        width:100%;
        order:1;
    }

    .vmp-content{
        width:100%;
        order:2;
    }

    /* NÚT MỞ BỘ LỌC */

    .vmp-mobile-filter-toggle{
        display:block;

        background:#183a7a;
        color:#fff;

        padding:16px 20px;

        border-radius:18px;

        font-size:18px;
        font-weight:700;

        cursor:pointer;
    }

    /* ẨN TIÊU ĐỀ CŨ */

    .vmp-filter-title{
        display:none;
    }

    /* DANH SÁCH CHECKBOX */

    .vmp-real-list{
        display:none;

        margin-top:15px;

        background:#fff;

        padding:15px;

        border-radius:16px;

        box-shadow:0 2px 10px rgba(0,0,0,.06);
    }

    .vmp-real-list.active{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    /* TOPBAR */

    .vmp-topbar{
        display:flex;
        flex-direction:column;
        gap:15px;

        padding:20px;

        border-radius:20px;
    }

    .vmp-view-all{
        width:100%;
    }

    .vmp-search-wrap{
        width:100%;
    }

    .vmp-search-wrap input{
        width:100%;
    }

    /* CARD */

    .vmp-course-card{
        display:flex;
        flex-direction:column;

        padding:18px;

        gap:15px;
    }

    .vmp-course-thumb{
        width:100%;
    }

    .vmp-course-thumb img{
        width:100%;
        height:auto;
        display:block;
        border-radius:12px;
    }

    .vmp-course-info{
        width:100%;
    }

    .vmp-course-real{
        margin-bottom:10px;
    }

    .vmp-course-info h3{
        font-size:24px;
        line-height:1.35;
        margin-bottom:10px;
    }

    .vmp-course-desc{
        font-size:15px;
        line-height:1.6;
    }

    .vmp-course-action{
        width:100%;
    }

    .vmp-btn-detail{
        width:100%;
        text-align:center;
    }

}
.vmp-course-info{
    flex:1;
    min-width:0;
}

.vmp-course-info h3{
    white-space:normal;
    word-break:normal;
    overflow-wrap:anywhere;
}

.vmp-course-real{
    white-space:normal;
}
.vmp-course-title-wrap{
    margin-bottom:12px;
}

.vmp-course-title-en{
    margin-bottom:4px;
}

.vmp-course-title-en a{
    display:block;
    font-size:22px;
    line-height:1.2;
    font-weight:900;
    color:#173a7c;
    text-decoration:none;
	font-family: 'SVN-GothamBold';
}

.vmp-course-title-en a:hover{
    color:#f58220;
}

.vmp-course-title-vi{
    font-size:20px;
    line-height:1.5;
    font-style:italic;
    font-weight:400;
    color:#000000;
}
.vmp-course-desc{
    font-size:16px;
    line-height:1.7;
}
@media(max-width:768px){

    .vmp-course-title-en a{
        font-size:20px;
    }

    .vmp-course-title-vi{
        font-size:15px;
    }

}