/*frontpage*/
/*box top*/
    .slide-module {
        margin-bottom: 40px;
    }
    .slide-module .td-module-thumb {
        overflow: hidden;
        margin: 0;
    }
    .td-medium-thumb .td-module-thumb {margin-bottom: 3px;}
    .slide-module .td-module-thumb {
        background-color: #e5e5e5; margin-right:5px;
    }
    .td-module-thumb {
        position: relative;
        margin-bottom: 13px;
    }
    .td-module-thumb a {color: #fff;}
    .td-module-thumb a:last-child:before {
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
        z-index: 1;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    }
    .td-module-thumb .entry-thumb {
        transition: transform .3s ease,opacity .3s;
        -webkit-transition: -webkit-transform .3s ease,opacity .3s;
    }
    .td-module-thumb img {
        max-width: 100%;
        width: 100%;
    }
    .slide-module .td-meta-info-container {
        position: absolute;
        pointer-events: none;
        z-index: 1;
    }
    .td-meta-info-container {
        bottom: 0;
    }
    .td-meta-info-container .text-top {font-size: 14px;}
    .slide-module .td-big-thumb, .slide-module .td-medium-thumb, .slide-module .td-small-thumb {
        position: relative;
        overflow: hidden;
    }

    .slide-module .td-meta-info-container {
        position: absolute;
        pointer-events: none;
        z-index: 1;
    }

    .td-small-thumb {
        float: left;
        width: 283px;
        height: 198px;
    }
    .td-meta {
    margin: 0 12px 20px;
}
.td-small-thumb .entry-title {
    margin-top: 2px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
.td-medium-thumb .entry-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.slide-module .entry-title a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

    @media (max-width: 1366px) and (min-width: 1019px){
     .slide-module .td-big-thumb .td-module-thumb {
        /*width: 467px;*/
        height: 407px;
    } 
    .td-medium-thumb .td-module-thumb {
        height: 237px;
/*        width: 470px;*/
    }
    .td-small-thumb {
        width: 50%;
        height: 167px;
    }

}

@media (max-width:768px){
     .td-small-thumb{
         height:auto !important;
         width:50% !important;
     }
}
/*end box top*/
/*box tin tức*/

.block-title {
    font-family: Nunito,sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #4db2ec;
}
h4.block-title>span {
    background-color: #4db2ec;
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    color: #fff;
    font-weight: 400;
}
.news-mini-wrap {
    margin-bottom: 25px;
}
.news-mini-wrap .news-featured-image {
    margin-bottom: 15px;
        border-bottom: 10px solid rgba(0,0,0,.05);
}

.news-mini-wrap .page-title {
    font-size: 22px;
    line-height: 25px;
}
.page-title a, .recent-news-text a {
    color: #111!important;
}
.page-title a:hover, .recent-news-text a:hover {
    color: #4db2ec!important;
}
.news-summary {
    margin-top: 10px;
}
.news-summary p {
    font-size: 14px;
    margin: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.cskn .recent-news-wrap:not(:last-child) {
    padding-bottom: 7px;
}
.recent-news-wrap:not(:last-child) {
    /*margin-bottom: 15px;*/
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.recent-news-thumb {
    float: left;
}
.list-trangchu .recent-news-thumb img {
    width: 100px;
}
.list-trangchu .recent-news-text {
    margin-left: 115px;
}
.recent-news-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}
.recent-news-meta .recent-news-date {
    color: #aaa;
    font-size: 11px;
    border-bottom: none;
    top: 2px;
    line-height: 14px;
    margin: 8px 0 15px;
    padding: 0 0 15px;
}

/*cột trái*/
.widget-module {
    position: relative;
}
.td-module-thumb {
    position: relative;
    margin-bottom: 13px;
}
.td-module-thumb a:last-child:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%);
}
.td-module-thumb img {
    max-width: 100%;
}
.td-module-meta-info {
    position: absolute;
    bottom: 0;
    padding: 0 17px;
    margin-bottom: 17px;
    z-index: 1;
}
.td-module-meta-info h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 6px 0;
}
.td-module-meta-info h3>a, .td-module-meta-info h3>a:hover {
    color: #fff!important;
}
.margin-bottom {
    margin-bottom: 30px;
}
.news-mini-wrap {
    margin-bottom: 25px;
}
.news-mini-wrap .news-featured-image {
    margin-bottom: 15px;
}
.tnhh .news-mini-wrap .page-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-align: justify;
}
/*end cột trái*/


/*end box tin tức*/




/*end frontpage*/
.top-middle {
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
}

.img-logo {width: 60px;}
@media (min-width: 768px){
	/*.intro_acc {padding: 30px 0px;}*/
	.fixed {
      position: fixed;
      top: 0;
      z-index: 9999;
      width: 100%;
      background: #fff;
      border: none;
	}

}


/*Front page*/
.text-uppercase {
        text-transform: uppercase!important;
    }
    .box-body {padding: 30px 0px;}
    .box-top {padding: 20px 0px; }
    .justify-content-center {
        display: flex;
        -ms-flex-pack: center!important;
        justify-content: center!important;

    }
    .btn-action {
        color:  #007bff ;
        border: 1px solid;
        text-transform: uppercase;
        font-weight: 600;
        margin: auto;
        border-radius: 20px;
    }
    .show-star {
        font-size: 13px;
        padding: 5px 0px;
    }
    .show-star i {
        color: #f4c150;
    }
    /*slide*/
       .intro_acc .btn_view_study {
        padding: 6px 22px;
        border-radius: 20px;
        font-size: 14px;
        background: orange;
        border: #EEC213;
    }
    .intro_acc .accclass-channels li {
        text-align: center;
        display: inline-block;
         padding-left: 10px;
        padding-right: 10px;
    }
    .intro_acc .icon-channel {
        font-size: 40px;

    }
    .intro_acc .icon-youtube {color: #f00;}
    .intro_acc .icon-facebook {color: #4267b2;}
    .intro_acc .intro_course {font-size: 16px;}
    #follow-accclass .txt-intro {text-transform: uppercase;font-weight: normal;}

    /*quà tặng miễn phí*/
    .gift-free {
        background: #F0F7F7;
        padding: 20px 0px;
    }
    .gift-free .btn-action {
        background-color: rgb(216, 146, 40) !important;
        border: 1px solid rgb(216, 146, 40);
        color: #fff;
        display: inline-block;
        padding: 6px 22px;
        border-radius: 20px;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 15px;
    }
    .gift-free .btn-action:hover {
        border: 1px solid rgb(216, 146, 40);
    }
    /*end quà tặng miễn phí*/
    /*tại sao nên chọn acc class*/
    .usp .txt-intro{
        font-size: 30px;
        margin-bottom: 0;
    }
    
    .usp ul#list-usp {
        display: flex;
        flex-wrap: wrap;
    }
    .usp ul#list-usp li {
        flex: 50%;
        color: #3d3d3d;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 30px;
        position: relative;
    }

    .usp #list-usp .fa_user{
        color: #62cf12;margin-right: 10px;font-size: 16px;
    }
    /*list khóa học*/
    .list-course-acc {background-color: #f8f8f8;}
    .list-course-acc h3 {margin-top: 0px;}
    .list-course-acc ul#list-course .course-title {
        font-size: 15px;
        font-weight: 600;
        color: #29303b;
        line-height: 1.5;
        display: block;
    }
    .list-course-acc ul#list-course li {
        margin-bottom: 20px;
    }

    .list-course-acc ul#list-course li:hover .course-item {
        box-shadow: 1px 1px 2px #d8d8d8;
    }
    .list-course-acc ul#list-course li .course-item {
        background-color: #fff;
        border: 1px solid #d8d8d8;
    }
    .list-course-acc .course-info {
        padding: 20px 10px;
    }
    .list-course-acc .mentor {
        font-size: 13px;
        color: #686f7a;
    }
    
    .list-course-acc .info-price {
        color: #29303b;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 5px 0;
    }
    .list-course-acc .info-price .old-price {
        font-size: 13px;
        padding-right: 10px;
        text-decoration: line-through;
    }
    .info-price .course-price {
        font-size: 18px;
        font-weight: 600;
    }
    
    /*end list khóa học*/


    /*quy trình đăng ký học*/
    #list-step li {
        text-align: center;
        margin-bottom: 20px;
    }
    .checklist-regiter #list-step .number {
        padding: 3px 5px;
        border-radius: 50%;
        border: 1px solid #333;
        width: 30px;
        height: 30px;
        font-size: 14px;
        display: block;
        text-align: center;
        margin: 0px auto;
    }
    .step-name {
        color: #3d3d3d;
        font-size: 16px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        text-transform: uppercase;
    }
    .step-help {font-size: 16px;}
    .step-help a {color: #0056b3;}
    /*end quy trình đăng ký học*/

    #achieve {
        background-color: #323a45;
        color: #fefefe;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    ul#list-achieve li .achieve-number {
        display: block;
        font-weight: 600;
        font-size: 30px;
        color: #ff2d2d;
    }
    ul#list-achieve li .achieve-name {
        font-size: 20px;
    }
    /*cảm nhận học viên*/
    .reviews-info .reviews-author {
        font-weight: 600;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .list-text-reviews li .reviews-item {
    background: #f2f3f5;
    font-size: 16px;
    color: #1c1e21;
    border-radius: 20px;
    padding: 20px 15px 20px;
        margin-bottom: 15px;
    margin-top: 25px;
}
.user-avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(244, 193, 80);
    font-size: 15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}
ul.list-text-reviews li:nth-child(6n+1) .user-avatar {
    background-color: rgb(110, 26, 82);
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
    overflow: hidden;
}
.reviews-date {
    font-size: 13px!important;
    color: #555;
}
ul.list-text-reviews .show-star {
    font-size: 12px;
    padding: 10px 0px;
}

.verifyed {
    color: #22b345;
    font-size: 11px;
    padding: 5px 0px 5px 5px;
    font-weight: 600;
}

.info-course {
    padding-top: 10px;
    font-size: 12px;
}
.info-course a {color:  #007bff;}
.text-muted {
    color: #6c757d!important;
}

/*câu hỏi thường gặp*/
.faq-head {
    position: relative;
    background: #f8f8f8;
}
.faq-head h3 {padding: 5px 0px;}
.faq-body ul {list-style-type: disc; margin-left: 15px;}

/*box tư vấn*/
#list-support li {margin-bottom: 35px;}
ul#list-support .icon {
    border-radius: 50%;
    background: #0098c1;
    color: #fff;
    text-align: center;
    height: 90px;
    width: 90px;
    font-size: 38px;
    padding: 14px;
    margin: auto;
}
h4.support-title {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #484646;
    text-transform: uppercase;
    margin-bottom: 0;
}
.support-more {
    margin-bottom: 10px;
}
.support-button {
    background: #ff8e00;
    color: #fff;
    padding: 1px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.d-block {display: block;}
/*footer*/
#footer {
    background: #2e2f30;
    color: #f6f6f6;
    font-size: 14px;
}
ul#footer-menu li:hover a {
    color: #4db2ec;
}
ul#footer-menu li a {
    color: #f6f6f6;
    display: block;
    padding: 4px 0px;
}
ul#list-social-footer li * {
    color: #f6f6f6;
}