#cover-box {
    position: relative;
    margin: -20px -20px 0px;
    padding: 20px;
}

#cover-box ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
}

#cover-box ul li {
    font-size: 14px;
    line-height: 24px;
}

#cover-box ul li i {
    padding-right: 5px;
    color: #1aaf6e;
    font-size: 16px;
}

#cover-box img {
    width: 100%;
}

#cover-content {
    position: absolute;
    left: 60px;
    top: 65px;
    width: 500px;
}

#cover-content img {
    margin-bottom: 20px;
    width: 386px;
}

#cover-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 100;
    font-family: Roboto !important;
}

#cover-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
}

#cover-content span {
    font-weight: bold;
}

#cover-content .highlight-text {
    color: #f9cc4b;
    text-decoration: underline;
}

.call-to-action-cover-box {
    width: 300px;
}

.call-to-action {
    background: #1AAF6E !important;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    text-transform: inherit !important;
    margin: 20px auto 0px;
}

.call-to-action:hover {
    background: #179b63 !important;
}

#ucan-featured-box {
    background: #F6f6f6;
    margin: 0px -20px;
    padding-top: 20px;
}

#ucan-featured {
    padding: 20px 13px;
}

.box-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.ucan-featured-item {
    float: left;
    width: 307px;
    margin: 0px 7px 20px;
    min-height: 320px;
    box-shadow: 0px 0px 6px #D0D0D0;
    background: #fff;
    text-decoration: none;
    color: #000;
}

.ucan-featured-item:hover .ucan-featured-item-title {
    color: #f36d00;
}

.ucan-featured-item:hover .ucan-featured-item-img img {
    transform: scale(1.1);
}

.ucan-featured-item-img {
    position: relative;
    overflow: hidden;
    height: 173px;
}

.ucan-featured-item-img img {
    transition: transform 0.5s;
    width: 100%;
}

.ucan-featured-item-count {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1DAFEC;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 0px 10px;
}

.ucan-featured-item-content {
    padding: 15px 20px;
}

.ucan-featured-item-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px;
}

.ucan-featured-item-description {
    font-size: 13px;
    line-height: 22px;
    color: #4C4C4C;
}

.list-teachers {
    padding: 20px 0px 60px;
    display: table;
}

#teachers {
    margin: 0px -20px;
    padding-top: 20px;
}

.teacher-item {
    display: table-cell;
    width: 250px;
    text-align: center;
}

.teacher-avatar img {
    border-radius: 50%;
    width: 135px;
}

.teacher-info {
    margin-top: 10px;
}

.teacher-name {
    font-weight: bold;
    font-size: 14px;
}

.teacher-nationality {
    padding-top: 5px;
}

.featured-box {
    background: #F6f6f6;
    margin: 0px -20px;
    padding-top: 20px;
}

.featured-item-list-box {
    padding: 10px 15px;
    position: relative;
}

.featured-item {
    width: 232px;
    min-height: 310px;
    box-shadow: 0px 0px 6px #D0D0D0;
    padding: 10px;
    background: #fff;
    margin: 0px 5px;
    float: left;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}

.featured-item:hover .featured-item-img {
    transform: scale(1.1);
}

.featured-item-img-box {
    height: 106px;
    overflow: hidden;
}

.featured-item-img {
    width: 100%;
    transition: transform 0.5s;
}

.featured-item-title {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.featured-item .ucan-rating {
    margin-bottom: 10px;
}

.featured-item-summary {
    font-size: 13px;
    line-height: 22px;
    color: #9b9b9b;
    margin-top: 5px;
}

.featured-item-list-box-view-all {
    position: absolute;
    top: -25px;
    right: 20px;
    color: #4C4C4C;
    text-decoration: none;
}

.featured-item-list-box-view-all i {
    margin-left: 6px;
    margin-top: 4px;
    vertical-align: top;
}

.featured-item-statistics {
    color: #9b9b9b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 10px 20px;
}

.featured-item-statistics-views {
    float: left;
}

.featured-item-statistics-videos {
    float: right;
}

#comment-box {
    display: table;
    margin: 0px -20px;
    padding: 0px 15px;
}

.comment-avatar {
    text-align: center;
    margin-bottom: 20px;
}

.comment-info {
    /*display: table-cell;*/
    vertical-align: top;
    text-align: center;
}

#comment-user {
    margin: 0px -20px 0px;
    background: #F8F8F8;
    padding: 20px;
}

.comment-item-box {
    display: table-cell;
    padding: 0px 5px;
    width: 307px;
}

.comment-item {
    position: relative;
    background: #fff;
    border: 1px solid #E0E0E0;
    padding: 20px;
    height: 450px;
    box-shadow: 0px 0px 6px #D0D0D0;
}

.comment-avatar img {
    border-radius: 50%;
    width: 64px;
}

.comment-name {
    font-weight: bold;
    font-size: 14px;
}

.comment-info p {
    color: #888;
    margin: 8px 0px;
}

.comment-description {
    text-align: justify;
    line-height: 22px;
}

.comment-item-content {
    /*display: table;*/
    position: relative;
}

.comment-quote-icon {
    position: absolute;
    font-size: 20px;
    color: #fdbb2d;
}

.fa-quote-left {
    top: 131px;
    left: 20px;
}

.fa-quote-right {
    bottom: 20px;
    right: 20px;
}

.call-to-action-box {
    text-align: center;
    width: 400px;
    margin: auto;
}

.categories-ucan {
    margin: 0px -20px;
    padding-top: 20px;
}

.categories-ucan ul li {
    list-style: none;
    line-height: 24px;
}

.categories-ucan ul {
    padding-left: 0px;
}

.categories-ucan ul li a {
    text-decoration: none;
    color: #888;
    font-size: 13px;
    line-height: 20px;
}

.categories-ucan ul li a:hover {
    color: #0073AC;
}

.categories-ucan .category {
    float: left;
    padding-left: 20px;
    width: 25%;
    box-sizing: border-box;
    /*min-height: 200px;*/
}

.news-categories {
    padding-bottom: 40px;
}

.smartword-categories {
    margin-top: -90px;
}

.categories-ucan .title {
    padding: 25px;
}

.categories-ucan .content {
    padding: 20px 0px;
}

.categories-ucan .title-category {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.logo_partners .logo {
    padding-top: 30px;
    padding-bottom: 92px;
    background: #F8F9F7;
}

.categories-ucan .header {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}


#cover-box-2 {
    display: flex;
    padding: 20px 0px 40px;
}

#cover-box-2 h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0px;
    font-weight: 600;
    color: rgb(20, 139, 177);
}

#cover-box-2 h3 {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 28px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}

#cover-box-2 p {
    font-size: 13px;
    line-height: 24px;
}

#cover-box-2 .cover-left {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#cover-box-2 .cover-right iframe {
    padding-top: 10px;    
    padding-bottom: 10px;    
}

#cover-box-2 .call-to-action-cover-box {
    width: 250px;
}

#cover-box-2 .call-to-action-cover-box i {
    font-size: 15px;
    padding-left: 3px;
}