
html body {
    position: relative;
}

#button-curriculum {
    display: none;
}

.question.card-view{
    padding-left: 5px;
    padding-right: 5px;
}
#course-list-item .item-course-job{
    display: flex;
}
#course-list-item .item-course-job .img-chart{
    margin-top: 3px;
    margin-right: 5px;
}
#course-search{
    border: 1px solid #d8d8d8;
    width: 100% !important;
    border-radius: 4px;
}

@media screen and (min-width: 320px) {
	.course-item-lesson{
		margin-right: 5px !important;
	}
	#test-page{
		margin-top: 20px;
	}
	.front{
		margin:auto;
	}
    .course_image{
        border-radius: 3px 3px 0 0;
        /* flex-grow: 1; */
        width: 100%;
        height: 50%;
    }

    .course-item:not(.question){
        transition: 0.2s ease-in-out;

    }
    .check-list__title{
        padding-bottom: 20px;
    }

    .left-bar{
        border-radius: 5px;
        background-color: #fff;
        margin-top:26px;
        border: solid 1px hsla(0, 0%, 70%, .5);
    }

        .course-item * {
            /*position: static !important;*/
            position: relative !important;
        }
    #course-list-item .item-course-job{
        /* z-index: 10; */
        font-size: 16px;
        position: absolute !important;
        right: 0 !important;
        bottom: 9px;
        padding-right: 7px !important;
        display: flex;
        /* background: rgba(0,0,0,0.2); */
        color: #707070;
        flex-grow: 1;
        border-radius: 2px;
    }
    
    .course-catalo-search{
        z-index: 10;
        font-size: 16px;
        position: absolute !important;
        left: 10px !important;
        bottom: -8px !important;
        display: inline-block;
        /* background: rgba(0,0,0,0.2); */
        color: #858383;
        flex-grow: 1;
        border-radius: 2px;
    }
    .item-course-job-search{
        z-index: 10;
        font-size: 16px;
        position: absolute !important;
        right: 0 !important;
        bottom: -9px !important;
        padding-right: 7px !important;
        display: flex;
        flex-direction: row;
        color: #707070;
        flex-grow: 1;
        border-radius: 2px;
    }
    #course-list-item .item-course-job-search .course_job_chart{
        margin-top: 5px;
        height: 16px;

    }
    #course-list-item .item-course-job .course_job_chart{
        height: 18px;
    }
    #course-list-item .course_catalo{
        /* z-index: 10; */
        font-size: 16px;
        position: absolute !important;
        /* left: 10px !important; */
        bottom: 10px;
        display: inline-block;
        /* background: rgba(0,0,0,0.2); */
        color: #858383;
        flex-grow: 1;
        border-radius: 2px;
        width: 55%;
        left: 10px; 
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
        text-align: left;
        max-height: 25px;
    }
    .course_catalo-detail{
        bottom: -8px !important;
    }
    .item-course-job-detail{
        bottom: -11px !important;
    }
    #course-list-item{
        display: flex;
        flex-direction: column;
    }
    .course_status{
        position: absolute !important;
        z-index: 1;
        color: white;
        font-size: 16px;
        background-color: gray;
        padding: 3px;
        max-width: 55%;
        border-radius: 3px;
        min-width: 30%;
        padding: 3px 3px;
    }
    .course_wrap{
        margin-bottom: 15px;
        padding: 0 15px;
        flex-grow: 1;
        min-width: 260px;
    }

    .course_title{
        width:100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp:2;
        -webkit-box-orient: vertical;
        height: calc(20px * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 10px;
        text-align: left;
        font-size: 18px;
        color: #000000;
        font-weight: 500;
        line-height: 21px;
    }

    /* .course_author{
        font-size: 18px;
        color: #00bba9;
        margin-top: 10px;
        text-align: left;
        display: block;
    }

    .course_author:hover{
        color: rgba(0,187,169,0.7);
    } */

    .course_description{
        color: #707070;
        margin-top: 10px;
        margin-bottom: 16px;
        display: block;
        display: -webkit-box;
        font-size: 15px;
        -webkit-line-clamp: 3;
        text-align: left;
        -webkit-box-orient: vertical;
        height: calc(15px * 3 * 1.5);
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
    }
    .btn-enroll{
        margin-top: 10px;
        padding: 4px;
        width: 60px;
        height: 25px;
        border-radius: 4px;
        background-color: #ffffff;
        background-repeat: no-repeat;
        font-family: Arial;
        font-size: 14px;
        color: #45cbb3;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        box-shadow: 1px 2px 2px rgba(163,159,158,0.2), inset 0px 1px 2px rgba(0,0,0,0.1);
    }
    .header-title-course{
        display: flex;
        justify-content: space-between;
    }
    .header-bar {
        display: flex;
        align-items: center;
    }
    .hide-for-large {
        width: 100%;
    }
    .nav-bar{
        height: 55px;
        position: relative;
    }
    .search-course-square{
        margin-top: 20px !important;
        margin-bottom: 15px;
    }
    .nav-bar__list{
        /* position: absolute; */
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 45px;
    }
    .menu-desktop-new{
        position: relative;
    }
    .profile-comp__name{
        color: white
    }
    .name-profile-contain{
        color: rgb(51,51,51);
    }
    .name-workplace-contain{
        color: rgb(51,51,51);
    }
    .domain-workplace-contain{
        color: #1335cf;
        overflow: hidden;
        padding-left: 25px;
        padding-right: 25px;
        text-overflow: ellipsis;
    }
    .profile-comp__name:hover{
        color: #337ab7;
    }
    .course-item.margin-bottom{
        width: 290px !important;
        height: 387px !important;
        min-width: 290px !important;
        min-height: 387px !important;
        max-width:  290px !important;
        max-height:  387px !important;
    }

    .lesson-note textarea{
        padding: 10px 15px !important;
    }
    .Hbtn-success{
        background-color:#33cccc;
        color:white;
    }

    .Hbtn-success:hover{
        background-color:#71c6ff;
    }

    .Hbtn-danger{
        border:solid 1px lightgrey;
        background-color: lightgrey;
        color:black;
    }
    .confirm h4, .confirm hr{
        display: none;
    }
    .caret-up-filter{
        margin-top: 0;
    }
    .container--slider{
        padding-left: inherit !important;
        padding-right: inherit !important;
    }

    .bxslider{
        height: 100% !important;
    }

    .slide-card-view,.back *, .bx-wrapper,.front{
        min-width: 300px !important;
        min-height: 400px !important;
        height: 60vw !important;
        width: 45vw !important;
        max-width: 450px !important;
        max-height: 600px !important;
    }
    .card-view,.bx-viewport, .card-view.audio ,.course-item-lesson {
        min-width: 290px !important;
        min-height: 390px !important;
        height: calc(60vw - 10px) !important;
        width: calc(45vw - 10px) !important;
        max-width: 450px !important;
        max-height: 600px !important;
    }
    .card-view .card-content .card-content__wrapper .final_test{
        text-align: center;
    }
    .card-content {
        height: 675px;
        padding:inherit;
        display: table;
        table-layout: fixed;
        margin-bottom: 0px;
        width: 100%;
        overflow: hidden;
    }
    .card-content p{
        padding: 5px 30px 10px 30px;
    }
    .card-content p span{
        padding: 30px 30px;
    }
    .card-content .detail_img{
        margin-top: 0px;
        margin-left: 0px;
        height: 100%;
        width: auto;
    }
    .card-content .final_test{
        padding-top: 250px;
    }
    .card-content .card-content__wrapper {
        position: static;
        display: table-cell;
        vertical-align: middle;
    }
    .card-content .card-content__wrapper .lesson-detail-content{
        padding-left: 20px;
        padding-right: 20px;
        text-align:center;
        font-size: 24px;
        text-transform: uppercase;
    }
    .course-item{
        border-radius: 5px;
        width: 300px;
        max-width: 100%;
        height: 400px;
        margin: auto;
        margin-bottom: 30px;
    }
    /*MENU NGANg*/
    .fluid-width-video-wrapper {
        position: absolute !important;
        height: 82%;
        top: 0;
        left: 0;
    }

        .header-menu__list {
            margin: 0;
            font-size: 16px;
        }

        .header-menu__item a {
            padding: 20px;
        }

        .header-menu__item a:hover {
            color: #00bba9;
        }

        .header-menu__item {
            padding: 0;
        }

        .flipper {
            height: 100%;
        }

        .back * {
            margin:0 !important;
            padding:0 !important;
        }

        .course-item:not(.question):hover {
            box-shadow: inset 0 0 0 2px #00bba9;
        }

        .course-item:not(.question):hover .course_image{
            margin: 2px 2px 0 2px;
            width: auto;
        }
    .couse-page li.lesson-list__item {
            padding-bottom: 0;
        }

        .check-list__list, .lesson-list__list {
            margin-top: 0 !important;
        }
        .check-list__list, .lesson-list__list #submit_finish{
            padding-bottom: 40px;
        }
        .check-list__item {
            padding: 10px 0 !important;
            margin: 0 !important;
        }

        .check-list__list li {
            padding-bottom: 0;
        }

        /*CARD AUDIO*/
        .card-view.audio .card-content {
            height: 100%;
        }

        .card-view.audio .card-content__wrapper {
            display: block;
            height: 100%;
        }

        .card-view.audio .card-number {
            display: none;
        }
        .card-view .card-content .card-content__wrapper p img{
            width: 80%;
            height: auto;
        }
        .lesson-list__list {
            padding: 0px 35px 0px 30px;
        }
        .lesson-list__list .check-list .check-list__list .styled-checkbox{
            float: right;
        }
        .control-slide {
            display: none;
        }

        .container--profile {
            margin-bottom: 50px;
        }

        .course-list-item {
            margin-bottom: 20px;
        }

        .card-view {
            margin: 0 5px 0 0;
            overflow: hidden;
            min-width: 280px;
        }
        .card-content img{
            padding-left: 0px;
            padding-right: 0px;
        }
        .card-content .card-content__wrapper{
            padding: 0 0 0 0;
        }
        .card-content .card-content__wrapper p{
            padding: 0 35px 0 35px;
        }
        .card-content__wrapper audio {
            background-color: #000000;
            position: absolute;
            bottom: 0;
            top: initial;
            opacity: 0.3;
        }
        .bottom-comp > .row {
            margin-top: 0 !important;
        }

        .show-for-small-only {
            display: block !important;
        }

        .point-course {
            margin-top: 0;
        }


        .course-item__wrapper {
            min-height: 270px;
        }


        .card-content__wrapper audio {
            z-index: 2;
            width: 100%;
            left: 0;
            /*display: none;*/
            opacity: 0.3;
        }
    .card-content__wrapper audio:hover {
        display: block;
        opacity: 1;
    }
    .course-item-lesson course-item__wrapper course-detail-scroll{
        padding-top: 20px;
    }

    /*HOMEPAGE*/
    .header-bar__title img {
        vertical-align: middle;
    }

    .search-comp__wrapper {
        height: 40px;
    }

    .search-comp__input-wrapper input, .search-comp__input-wrapper, .search-comp button {
        height: 100%;
    }

    .search-comp {
        padding: 15px;
    }

    .course-title-detail {
        font-size: 20px;
    }

    .course-des-detail, .course-des-detail-profile {

        width: 100%;
        /*height: calc(100% - 100px) !important;*/
        display: table;

    }
    .course-des-detail{
        height: calc(100% - 100px);
    }
    .course-des-detail > a, .course-des-detail-profile > a {
        display: table-cell;
        margin: auto;
        vertical-align: middle;
    }

    .course-item__title {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        max-height: calc(4 * 25px * 1.2);
        line-clamp: 4;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
        font-size: 25px;
        margin: auto;
        left: 84.047;
        left: 44px;
        transform: none;
        width: 80%;
    }

    .course-author-detail, .course-job-detail, .course-author-detail-profile, .course-job-detail-profile {
        height: auto;
        font-size: 15px;
    }

    .course-author-detail {
        margin-top: 10px;
    }

    .course-job-detail {
        font-weight: 600;
        margin-bottom: 10px;
    }

    /*DETAIL*/

    .slick-list .course-title-detail {
        font-size: 14px;
    }

    .slick-list .course-item__title {
        font-size: 16px;
    }

    .slick-list .course-item__wrapper {
        padding: 5px;
        padding-top: 20px;
    }

    .slick-list .course-des-detail {
        height: 100px;
    }

    .check-list__list li:first-of-type {
        border-top: none;
        margin-top: 0;

    }

    #button-curriculum {
        width: 150px;
    }

    #slider-next {
        top: 105%;
        right: 10%;
    }

    #slider-prev {
        top: 105%;
        left: 10%;
    }

    .card-number,.slidernumber {
        height: auto !important;
        position: absolute !important;
        left: 0;
        z-index: 1;
        bottom: 0px;
    }

    .control-button {
        width: 145px;
        margin: 0 auto;
        /*margin-top: 10px;*/
        display: inline-block;
    }

    #button-curriculum {
        position: fixed;
        bottom: 0;
        width: 50%;
        left: 0;
        border-right: solid 1px #fff;
        display: inline-block;
    }

    #button-note{
        position: fixed;
        right: 0;
        bottom: 0;
        width: 50vw;
        width: 50%;
    }

    .control-button .button, .control-button button {
        margin: 0;
        border-radius: 0;
        width: 100%;
        float: left;
    }
    .col-offset-hide{
        margin-left: 0px!important;
    }
    .tab-profile-2{
        width:100%!important;
        padding: 0px!important;
    }
    .background{
        width: 61%!important;
        margin: 0 21%!important;
    }
    .reponsive-button{
        margin:0 17%!important;
    }
    .button-margin{
        margin: 10px 15% 10% 12%!important;
    }
    .hide-for-small{
        font-size: 13px!important;
    }
    .button-for-hide{
        margin: 5% 12%!important;
    }
    #navbar{
            margin: 3px 0 45px 0!important;
         }
    .nav--color{
        width:100%!important;
    }

    .noCourse {
        margin-top: 50px;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .inforTable {
        margin-top: 25px;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (min-width: 640px) {
    /*HOMEPAGE*/
    .course-item-data:last-of-type {
        margin-bottom: inherit;
    }

    /*DETAIL*/
    .slick-list .course-title-detail {
        font-size: 16px;
    }

    .slick-list .course-item__title {
        font-size: 20px;
    }

    .slick-list .course-des-detail {
        height: 150px;
    }

    .hide-for-small-only {
        display: none !important;
    }

    .control-button {
        /*width: 22.5vw !important;*/
    }
    .card-view .card-content .card-content__wrapper p img{
        width: auto;
        height: auto;
    }
    .col-offset-hide{
        margin-left: 0px!important;
    }
    .reponsive-button{
        margin:0 17%!important;
    }
    .button-margin{
        margin: 10px 15% 10% 12%!important;
    }
    .hide-for-small{
        font-size: 13px!important;
    }
    .button-for-hide{
        margin: 5% 12%!important;
    }
    #navbar{
        margin: 3px 0 45px 0!important;
     }
     .tab-profile-2{
         width:100%!important;
         padding: 0px!important;
     }
}

@media screen and (min-width: 768px) {
    /*HOMEPAGE*/
    .header-bar {
        box-shadow: 0px 5px 10px hsla(0, 0%, 60%, .5);
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 0;

    }
    .card-view .card-content .card-content__wrapper p img{
        width: auto;
        height: auto;
    }
    .search-comp {
        box-shadow: 0px 1px 5px hsla(0, 0%, 70%, .5);
    }
    .col-offset-hide{
        margin-left: 0%!important;
    }
    .reponsive-button{
        margin:10% 35%!important;
    }
    .button-margin{
        margin: 10px 15% 10% 12%!important;
    }
    .button-margin{
        margin: 10px 15% 10% 12%!important;
    }
    .hide-for-small{
        font-size: 13px!important;
    }
    .hide-for-small{
        display:none!important;
    }
    .button-for-hide{
        margin: 5% 12%!important;
    }
    #navbar{
        position: relative!important;
        margin:3px 0 45px 0!important;
    }
    .background{
        width: 100%!important;
        margin: 3% 0 0 0!important;
    } 
    .nav--color{
        width:100%!important;
    }
    .tab-profile-2{
        width:100%!important;
    }

    .noCourse {
        margin-top: 50px;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .inforTable {
        margin-top: 25px;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (min-width: 1024px) {
    .check-list .check-list__item label{
        font-size: 0.8rem;
    }

    .card-view .card-content .card-content__wrapper p img{
        width: auto;
        height: auto;
    }
    .course-item-lesson{
    	max-width: 440px !important;
        max-height: 590px !important;
    }
    #button-note{
        position: static;
    }

    .fluid-width-video-wrapper {

        position: static !important;
        height: 100%;
    }

    /*.card-view:not(.audio) {*/
        /*padding: 10px 25px;*/
    /*}*/

    .control-slide {
        display: block;
    }

    .show-for-small-only {
        display: none !important;
    }

    /*HOMEPAGE*/
    .tab-content .course-list-item {
        margin-top: 20px !important;
    }

    .search-comp {
        padding: 0;
        box-shadow: none;
    }

    .row {
        margin-top: 0;
    }

    .header-bar {
        box-shadow: none;
    }

    .nav-bar__list {
        font-size: 16px;
        font-weight: normal;
        margin-left: 0;
    }
    .nav-bar__list ul,
    .nav-bar__list ol {
        margin-left: 0;
    }

    .nav-bar__item {
        padding: 0 26px;
        align-self: stretch;
        display: flex;
        align-items: center;
    }
    .nav-bar__item:last-child {
        padding: 0 20px;
        align-self: stretch;
        display: flex;
        align-items: center;
    }

    .nav-bar__item a {
        letter-spacing: 1px;
        padding: 0;
        font-size: 14px;
    }

    .nav-bar__item a:hover {
        color: #337ab7;
        text-decoration: none;
    }

    .nav-bar__item .profile-comp {
        padding: 0;
    }
    .nav-bar__item.has-nav-bar-sub {
        position: relative;
    }
    .nav-bar__sub_item {
        padding: 0 15px;
        align-self: stretch;
        display: flex;
        align-items: center;
    }

    .nav-bar__sub_item a {
        letter-spacing: 1px;
        padding: 0;
        font-size: 14px;
    }

    .nav-bar__sub_item a:hover {
        color: #337ab7;
        text-decoration: none;
    }

    .nav-bar__sub_item .profile-comp {
        padding: 0;
    }
    .nav-bar__sub_item.has-nav-bar-sub {
        position: relative;
    }
    
    .nav-bar__sub {
        /* display: none; */
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #00bba9;
        /* width: auto; */
        margin-left: 0;
        z-index: 99;
        width:136px
    }

    .nav-bar__sub.at_icon_user {
        position: absolute;
        top: 130%;
        left: -125px;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
        margin-left: 0;
        z-index: 99;
        width:136px
    }
    .nav-bar__sub.at_create {
        position: absolute;
        top: 130%;
        left: -35px;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 3px;
        background-color: #ffffff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
        margin-left: 0;
        z-index: 99;
        width:136px
    }
    .at_create .frames
    .content-create {
        background-size: cover;
        height: 20px;
        width: 100%;
        font-size: 14px;
        color: #3d3d3d;
        font-weight: 300;
        text-align: center;
    }

    .at_icon_user .nav-bar__sub_item.frames,
    .at_create .nav-bar__sub_item.frames{
        border-bottom: 1px solid #dadada;
        height: 40px;
        padding-bottom: 5px;
        padding-top: 5px;
        display: flex;
    }

    .at_icon_user .nav-bar__sub_item.frames.workplace {
        border: 0px;
    }

    .at_icon_user .nav-bar__sub_item.frames.workplace:hover .title-workplace {
        color: #5db49a;
        font-weight: 500;
        width: 145px;
    }

    .content_in_constitute:hover .lesson_is_learning #icon_of_learning {
        color: #5db49a;
        font-weight: 500;
    }

    .content_in_constitute:hover .lesson_is_learning .content_learning {
        color: #5db49a;
        font-weight: 500;
        width: 130px;
    }

    .content_in_constitute:hover .lessons_created #content_lessons_created {
        color: #5db49a;
        font-weight: 500;
        width: 170px;
    }

    .content_in_constitute:hover .setting_account #content_setting_account {
        color: #5db49a;
        font-weight: 500;
        width: 170px;
    }

    .content_in_constitute:hover .logout #content_logout {
        color: #5db49a;
        font-weight: 500;
        width: 170px;
    }

    .hr-menu {
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid #dedede;
        border-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .at_icon_user .frames
    .content_tab {        
        margin-left: 25px;
        background-color: #ffffff;
        background-size: cover;
        font-size: 14px;
        color: #3d3d3d;
        font-weight: 300;
        text-decoration: none solid rgb(61, 61, 61);
    }
    .workplaces {
        font-size: 12px;
        color: #757575;
        font-weight: 300;
        margin-left: 10px;
    }
    .at_icon_user .frames 
    .icon_and_title_workplace {
        display: flex;
    }
    .at_icon_user .frames .icon_and_title_workplace
    .title_of_workplace {        
        font-size: 14px;
        color: #808080;
        margin-left: 10px;
    }
    .at_icon_user .frames .icon_and_title_workplace
    .icon_of_workplace {
        border-radius: 50%;
        height: 20px;
        width: 20px;
        object-fit: contain;
    }

    .at_icon_user .frames
    .infor_user {
        align-items: center;
        display: flex;
        margin: 8px;
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .at_icon_user .frames
    .infor_user .avatar_user {
        margin-top: -5px;
        width: 45px;
        height: 45px;
    }
    .at_icon_user .frames
    .infor_user .name_and_username {
        margin-left: 5px;
        width: 140px;
    }

    .at_icon_user .frames
    .infor_user .name_and_username 
    .name_of_user {
        font-size: 16px;
        max-height: 50px;
        overflow: hidden;
        color: #000000;
        text-align: left;
    }

    .at_icon_user .frames
    .infor_user .name_and_username 
    .username_of_user {
        margin-top: -5px;
        font-size: 12px;
        color: #5e5e5e;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .at_icon_user .frames
    .lesson_is_learning {
        display: flex;
        margin: 10px;
        margin-left: 0px;
    }

    .at_icon_user .frames
    .lesson_is_learning .icon_play {
        color: #949494;
        margin-left: 22px;
        font-size: 30px;
    }
    .at_icon_user .frames
    .lesson_is_learning .content_learning {
        margin-left: 6px;
        margin-top: 5px;
    }
    #show_constitute {
        font-size: 18px;
        position: absolute;
        top: 15px;
        right: -3px;
    }
    #show_constitute_asc {
        position: absolute;
        top: 47px;
        right: -5px;
    }
    #show_create {
        font-size: 18px;
        position: absolute;
        top: 15px;
        right: -3px;
    }
    #show_create_asc {
        position: absolute;
        top: -14px;
        right: 90px;
    }

    .nav-bar__sub .nav-bar__item {
        padding-top: 10px;
    }
    .nav-bar__sub .nav-bar__item:last-child {
        padding-bottom: 10px;
    }
    .nav-bar__item.has-nav-bar-sub:hover .nav-bar__sub,
    .nav-bar__sub:hover{
        display: block;
    }
    .nav-bar__sub .nav-bar__sub_item {
        padding-top: 10px;
    }
    .header-bar .columns.large-6 {
        margin-top: 10px;
    }
    .hide-for-small-only {
        display: block !important;
    }

    #slider-next {
        right: -25px;
        top: 50%;
    }

    #slider-prev {
        top: 50%;
        left: -25px;
    }

    #button-curriculum {
        display: none;
    }

    .control-button {
        margin: 20px auto;
        text-align: center;
        width: 145px !important;
    }
    .hide-for-small{
        display:block!important;
    }
    #navbar{
        position: relative!important;
        margin:0px!important;
    }
    .background{
        width: 25%!important;
        margin: 0 0 0 0!important;
    } 
    .nav--color{
        width:fit-content!important;
    }
    .tab-profile-2{
        width: 130px!important;
        padding: 0!important;
    }
    .col-offset-hide{
        margin-left: 8.33%!important;
    }
    .list_contents {
        margin-left: 20px;
    }
    .head-page-workplace {
        position: absolute;
        right: 0px;
        display: flex;
        margin-bottom: 25px;
        margin-top: -22px;
        /* margin-top: 15px; */
        text-align: right;
    }
    .head-page-workplace .news-workplace {
        margin-right: 25px;
        font-size: 14px;
        color: #333333;
        text-decoration: none solid rgb(51, 51, 51);
    }
    .head-page-workplace
    #fa-sort-amount-asc {
        margin-right: 35px;
    }
    .inforTable {
        margin-top: 0;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .noCourse {
        margin-top: -15px;
        background-color: #fff;
        border-radius: 4px;
        background-size: cover;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    }

}


.inforTable .inforTable-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.inforTable .inforTable-body {
    padding: 15px;
}

.inforTable .inforTable-body
.logo-org {
    text-align: center;
}

.inforTable .inforTable-heading
.inforTable-title {
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.inforTable .inforTable-heading
.inforTable-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    height: 2px;
    background-color: #26ba9c;
}

.noCourse .noCourse-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.noCourse .noCourse-body {
    padding: 15px;
}

.noCourse .noCourse-body
.logo-org {
    text-align: center;
}

.noCourse .noCourse-heading
.noCourse-title {
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.noCourse .noCourse-heading
.noCourse-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    height: 2px;
    background-color: #26ba9c;
}

.active-curriculum {
    display: block !important;
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    padding-right: 0;
}

.active-curriculum .list-lessons {
    margin: 0;
    height: calc(100% - 43px);
    max-height: initial !important;
}

.popup_company{
    padding-left: 20%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.popup_company .img_popup{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.popup_company .name_popup{
    font-size: 18px;
    color: #5c9b4f;
    margin-left: 10px;
    font-weight: bold
}

@media screen and (min-width: 1366px) {
    .col-offset-hide{
        margin-left: 8.33%!important;
    }
    .background{
        width: 25%!important;
        margin: 0 0 0 0!important;
    } 
    .reponsive-button{
        margin:10% 35%!important;
    }
    .nav--color{
        width:fit-content!important;
    }
    .tab-profile-2{
        padding: 0 !important;
        width : 130px!important;
    }
}