.wpimg-bachelor > img
{
    cursor: zoom-in;
}

.wpimg-bachelor span
{
    position: absolute;
    margin-left: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.07);
    visibility: hidden;
    transition: visibility 0s ease 0s;
}

.wpimg-bachelor:hover span
{
    visibility: visible;
    z-index: 1000;
}

.menu-desc {
    font-weight: bold;
    margin-bottom: 0;
}

.has-table table {
    font-size: 18px;
    margin-bottom: 0;
}

.has-table table ul {
    list-style: none;
    padding-left: 10px;
}

.has-table table ul li i {
    font-size: 1.25rem;
}

p.table-desc {
    margin-left: 30px;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.btn-program {
    color: #fff;
    background-color: #eb6728;
    border: 1px solid #eb6728;
    border-radius: 5px;
    font-family: inherit;
    margin: 10px 5px;
    padding: 5px 15px;
    font-size: 17px;
    transition: all ease .5s;
}

.btn-program:hover {
    color: #fff;
    background-color: #d25013;
}

.btn-program img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.video-responsive{
    padding-bottom: 56.21%;
}
@media (max-width:  767px) {
    .video-responsive { padding-bottom: 70%; }
}