.vsm-slide-bar {
    width: 100%;
    background: #e7f0ff;
    position: relative;
    text-align: center;
    border-bottom: 0px solid #6d0909;
}

.vsm-bar-top-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.175rem !important;
    line-height: 1.6;
    color: #006eff;
  text-shadow: 0px 0px 0px #000;
    padding-top: 6px;
}

.vsm-handle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
}

.vsm-handle {
    width: 120px;
    height: 5px;
    background: #006eff;
    border-radius: 3px;
}

.vsm-arrow {
    color: #006eff;
    font-size: 18px;
    cursor: pointer;
    margin-top: -2px;
}


.v-sm-titles {
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
}

.-vsm-titles.open {
    max-height: 100%;
}
.vsm-titles {
    display: none; /* mặc định ẩn */
}
.vsm-titles.open {
    display: block; /* khi mở */
}

.vsm-title {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.175rem !important;
    line-height: 1.6;
    color: #006eff;
  text-shadow: 0px 0px 0px #000;
    padding: 8px 12px;
    border-bottom: 0.5px solid #ccc;
    cursor: pointer;
    text-align: left;
}


.vsm-content {
    background: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.175rem !important;
    line-height: 1.6;
    display: none;
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    text-align: left;
	margin:10px 10px;
    border-radius: 12px;
}