/* content */
.content-wrapper {
    overflow-x: hidden;
    padding-top: 104px;
}

.business-acadamy {
    background-image: url('../images/mba-banner@2x.png');
    height: 10vw;
    max-height: 68px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 12px 16px 10px 0;
}

.banner {
    height: 49vw;
    max-height: 375px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

.section-title {
    position: relative;
    display: block;
}

.section-title .text {
    padding: 12px 0;
    margin: 0 16px;
    line-height: 1.43;
    letter-spacing: 0.2px;
}

.section-title .heading {
    display: inline-block;
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title .right-text {
    color: #f759ab;
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.section-title.blog .right-text {
    padding-right: 16px;
}

.section-title.blog .arrow-right {
    top: 16px;
    border-top: 1px solid #f759ab;;
    border-right: 1px solid #f759ab;;
}

/* must watch */
.must-watch-wrapper {
    padding: 16px;
    background-color: #fff;
    overflow-y: hidden;
    white-space: nowrap;
}

.must-watch-box {
    display: inline-block;
    margin-right: 16px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 233px;
    max-height: 170px;
}

.must-watch-box .video {
    position: relative;
    height: calc(36vw - 16px);
    overflow: hidden;
    text-align: center;
    height: 132px;
}

.must-watch-box .thumb img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.must-watch-box .play {
    position: absolute;
    z-index: 3;
    width: 26px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.must-watch-box .play img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.must-watch-box .desc {
    padding: 12px;
    position: relative;
}

.must-watch-box .desc .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.33;
    color: #0e0e0e;;
    display: block;
    padding-right: 16px;
}

/* popular questions */
.popular-questions-wrapper {
    background-color: #fff;
}

.popular-questions-wrapper .question {
    position: relative;
    border-bottom: solid 0.5px #e5e5e5;
    display: block;
}

.question .text {
    padding: 16px;
    font-size: 12px;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.arrow-right {
    display: inline-block;
    position: absolute;
    right: 16px;
    height: 6px;
    width: 6px;
    top: 20px;
    border-top: 1px solid #757575;
    border-right: 1px solid #757575;
    transform: rotate(45deg);
}

.popular-questions-wrapper .actions {
    padding: 16px;
}

.popular-questions-wrapper .contact-us {
    width: 154px;
    height: 32px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    border-image-source: linear-gradient(to right, #f64976, #ff85c0);
    border-image-slice: 1;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #f759ab;
    cursor: pointer;
}

.popular-questions-wrapper .see-all-faq {
    width: 154px;
    height: 32px;
    border-radius: 2px;
    color: #fff;
    float: right;
    background-image: linear-gradient(to right, #f64976, #ff85c0);
    border: none;
    cursor: pointer;
}

/* learn */
.learn-wrapper {
    background-color: #fff;
    padding: 16px;
}

.learn-box {
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: calc(48vw - 16px);
    max-width: 358px;
}

.learn-box.box-0, .learn-box.box-2 {
    margin-right: 16px;
}

.learn-box .thumb img {
    vertical-align: middle;
    display: inline-block;
}

.learn-box .name {
    padding: 10px;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    text-align: center;
    color: #212121;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
}

.learn-box .name .text {
    overflow: hidden;
}

/* top picks similar to learn */
.top-picks-wrapper {
    background-color: #fff;
    padding: 16px;
}

.top-picks-box {
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: calc(48vw - 16px);
    max-width: 358px;
}

.top-picks-box.box-0, .top-picks-box.box-2,
.top-picks-box.box-4, .top-picks-box.box-6 {
    margin-right: 16px;
}

.top-picks-box .thumb img {
    max-width: 92%;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
}

.top-picks-box .name {
    padding: 8px;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    text-align: center;
    color: #212121;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
}

.top-picks-box .name .text {
    overflow: hidden;
}

/* blog */
.blog-wrapper {
    background-color: #fff;
    padding: 16px;
}

.blog-box {
    margin-bottom: 12px;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    display: block;
    min-height: 115px;
}

.blog-box .thumb {
    width: 45%;
    display: inline-block;
    padding: 6px;
}

.thumb img {
    width: 100%;
    border-radius: 4px;
}

.blog-box .desc {
    width: 45%;
    display: inline-block;
    position: absolute;
    height: calc(29vw - 16px);
    max-height: 200px;
    padding: 8px;
}

.blog-box .tag {
    position: relative;
    top: 0;
    font-size: 12px;
    line-height: 2.33;
    letter-spacing: 0.3px;
    color: #616161;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blog-box .title-holder {
    height: calc(18vw - 16px);
    /* display: table; */
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-box .title {
    font-size: 12px;
    line-height: 1.25;
    color: #212121;
    /* display: table-cell; */
    vertical-align: middle;
    overflow: hidden;
}

.blog-box .date {
    position: absolute;
    bottom: 6px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.4px;
    color: #9e9e9e;
}

#video-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -108px;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
    display: none;
}

#video-wrapper .play-video {
    position: fixed;
    width: 94%;
    height: 180px;
    background-color: #fff;
    top: 35%;
    z-index: 99;
    border-radius: 4px;
    transform: translate(12px, 10px);
    max-width: 745px;
}

#video-wrapper #video-loading {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

#video-wrapper .close {
    position: absolute;
    top: -23px;
    right: -17px;
    width: 24px;
    z-index: 99;
    padding: 10px 0 35px 22px;
}

.close:before, .close:after {
    position: absolute;
    left: 27px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #fff;
    opacity: 0.8;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}


@media (min-width: 320px) and (max-width: 400px) {
    .learn-box.box-0, .learn-box.box-2,
    .top-picks-box.box-0, .top-picks-box.box-2 {
        margin-right: 12px;
    }

    .popular-questions-wrapper .contact-us,
    .popular-questions-wrapper .see-all-faq {
        width: 125px;
    }
}
