/* =========================
REAL FILTER LAYOUT
========================= */
/* CHỈ ÁP DỤNG CHO TRANG REAL */
@media (max-width: 1367px) {
    .vmp-course-thumb img{
        height:100px !important;
    }
}
.vmp-filter-layout{
    width:100% !important;
}

.vmp-filter-layout,
.vmp-filter-layout *{
    box-sizing:border-box;
}
.vmp-filter-layout .vmp-training-wrap {
    max-width: 1300px;}
/* 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;
} 
.vmp-filter-layout{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 24px;
}*/
@media (min-width: 1440px){
	.layout-filter .col-inner {
    margin-left: calc(65% - 40vw) !important;
}
}
.layout-filter .col-inner {
    width: auto !important;
    margin: 0 auto;
    /* padding: 0 24px; */
    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:1200px;
    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:0px;
}

.vmp-checkbox{
display:flex;
align-items:center;
gap:16px;
cursor:pointer;
font-size:18px;
font-weight:500;
color:#000000;
font-family: 'SVN-Gotham Book' !important;
}

.vmp-checkbox input{
width:20px;
height:20px;
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;
}

/* =========================
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: 18px;
    font-weight: 600;
    font-family: 'SVN-Gotham';

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:15px;

margin-bottom:28px;

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

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

.vmp-course-thumb img{
    width:100%;
    height:100px;
    object-fit:cover;
    border-radius:16px;
    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 120px;
display:flex;
justify-content:center;
}

.vmp-btn-detail{
    width: 120px;
    text-align: center;
    padding: 7px 0px;
    border-radius: 999px;
    background: #f47a1f;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

/* =========================
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:
        230px
        minmax(0,1fr);

        gap:20px;
    }

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

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

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

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

    .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 {
        flex: 0 0 !important;
    }
    .vmp-course-thumb{
        width:100%;
    }

    .vmp-course-thumb img{
        width:100%;
        height:100px;
        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:18px;
    line-height:1.4;
    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;
    }
}
.vmp-course-schedules{
    margin-top:8px;
}

.vmp-course-schedule{
    font-size:15px;
    line-height:1.5;
    color:#000000;
}

.vmp-course-schedule strong{
    font-weight:600;
    color:#222;
}

@media(max-width:768px){

    .vmp-course-schedule{
        font-size:13px;
    }

}
.vmp-filter-main-title{
font-size: 22px;
    font-weight: 900;
    font-family: 'SVN-Gotham';
    line-height: 1.2;
    color: #183a7a;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.vmp-filter-section-title{
font-size: 16px;
    font-weight: 700;
    font-family: 'SVN-Gotham';
    color: #f58220;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 15px;
}

.vmp-filter-group{
    margin-bottom:30px;
}

.vmp-filter-group:last-child{
    margin-bottom:0;
}

@media(max-width:768px){

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

    .vmp-filter-section-title{
        margin-top:15px;
    }

}
.vmp-course-schedule{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:8px;
    font-size:15px;
    line-height:1.4;
}

.vmp-schedule-label{
    color:#1a2d57;
    font-weight:500;
}
.vmp-schedule-label strong {
    font-family: 'SVN-Gotham Book';
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.vmp-schedule-date{
line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    color: #1a2d57;
    font-family: 'SVN-Gotham';
}

.vmp-schedule-location{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:80px;
    height:34px;

    padding:0 14px;

    border-radius:8px;

    background:#f47a20;
    color:#fff;

    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}
.vmp-schedule-location{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:80px;
    height:32px;

    padding:0 14px;

    border-radius:8px;

    font-size:12px;
    font-weight:700;
    text-transform:uppercase;

    color:#fff;
}

/* TP.HCM */
.vmp-schedule-location.location-hcm{
    background:#f47a20;
}

/* Hà Nội */
.vmp-schedule-location.location-hn{
    background:#1a2d57;
}

/* Online / Zoom */
.vmp-schedule-location.location-online{
    background:#1fb6aa;
}

/* Mặc định */
.vmp-schedule-location.location-default{
    background:#666;
}