∑/*
Theme Name: Dorola Child Theme
Theme URI: https://www.dorola.vn/dorola
Author: Dorola Team
Author URI: https://www.dorola.vn/
Template: dorola
Description: A Wordpress Theme designed and developed by Dorola Team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dorola
*/
.course-item {
    margin-bottom: 50px;
}
.course-item .course-thumb {
    margin-bottom: 45px;
    position: relative;
}
.course-item .course-thumb img {
    min-width: 100%;
}
img {
    max-width: 100%;
}

.course-item .course-thumb .course-cat {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -19px;
}
.course-item .course-thumb .course-cat span {
    min-width: 150px;
    bottom: 0;
    background: #f6783a;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 2px;
}
.course-item .course-info h4 {
    font-weight: 400;
    line-height: 1.3;
    font-size:15px;
}

.course-thumb img {
    width: 100%;
    height: 18vw;
    object-fit: cover;
}
.course-excerpt {
    height: 150px;
    overflow: hidden;
}
.blog-item {
    margin-bottom: 60px;
    overflow: hidden;
}
.blog-item .blog-thumb {
    width: 230px;
    height: 170px;
    object-fit: cover;
    float: left;
}
.blog-item .blog-content {
    padding-left: 258px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.blog-item .blog-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}
.blog-item .blog-meta {
    margin-bottom: 8px;
}
.blog-item .blog-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #b7b7b7;
}
.blog-item .blog-meta span i {
    color: #f6783a;
    margin-right: 3px;
}
.blog-item h6 {
    overflow: initial;
    //text-overflow: ellipsis;
    //display: -webkit-box; /* fallback */
    //max-height: 55px;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.blog-item p{
    height: 84px;
    overflow: hidden;
}

.event-item .event-info p {
    margin-bottom: 30px;
}
.event-item .event-info p i {
    color: #f6783a;
    padding-left: 13px;
    padding-right: 4px;
}
.event-item img {
    max-height: 380px
}

.enroll-list-item {
    padding-left: 70px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.enroll-list-item span {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
}
.enroll-list-item:after {
    position: absolute;
    content: '';
    height: calc(100% - 45px);
    left: 20px;
    top: 48px;
    border-left: 1px dashed #6c6e70;
}
.text-white {
    color: #fff!important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}
.enroll-list-item p {
    color:#f6fe67;
}
.enroll-list-item .order{
    color:Red;
}

/* Report page */

.title-report {
    text-align: center;
    text-transform: uppercase;
}
.calc-text {
    color:#B21C1B;
    font-weight: bold;
    text-align: center;
}

.title-color-card {
    color: #1564C0;
}

.btn-download {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .course-thumb  img  {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blog-item a {
        display: flex;
    }
    .blog-item .blog-thumb{
        width: 100%;
    }
    .blog-item .blog-content{
        padding-left:0px;
        display: block;
        margin-top: 15px;
    }

    .blog-item .blog-content h6{
        width:100%;
    }

    .slogan {
        width: 100%;
    }
}
