*{
    margin: 0px;
    padding: 0px;
}
@font-face{
    font-family: Muli-black;
    src: url(fonts/muli-black.ttf);
}
body{
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
ul, ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a, a:hover{
    text-decoration:none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
p{
    margin-bottom: 10px;
}
img{
    max-width: 100%;
}
.mtb5{margin-top:5px;margin-bottom:5px}
.mb5{margin-bottom:5px}
.mtb10{margin-top:10px;margin-bottom:10px}
.mb10{margin-bottom:10px}
.mtb15{margin-top:15px;margin-bottom:15px}
.mb15{margin-bottom:15px}
.mtb20{margin-top:20px;margin-bottom:20px}
.mb20{margin-bottom:20px}
.mtb25{margin-top:25px;margin-bottom:25px}
.mb25{margin-bottom:25px}
.mtb30{margin-top:30px;margin-bottom:30px}
.mb30{margin-bottom:30px}
.mtb35{margin-top:35px;margin-bottom:35px}
.mb35{margin-bottom:35px}
.mtb40{margin-top:40px;margin-bottom:40px}
.mb40{margin-bottom:40px}
.mtb45{margin-top:45px;margin-bottom:45px}
.mb45{margin-bottom:45px}
.mtb50{margin-top:50px;margin-bottom:50px}
.mb50{margin-bottom:50px}
/*------------------------------------------*/
.page .header, .page .header-mobile{
    background: #2d9fdc;
}

.header__logo{

}

.content-dashboard{
    padding: 50px 0;
}

.content-dashboard .head-col{
    text-align: center;
}
.content-dashboard .website-info img{
    float: left;
}

.content-dashboard .create-site, .content-dashboard .create-live{
    text-align: center;
    font-size: 20px;
}

.content-dashboard .class-item{
    float: left;
    background: white;
    min-height: 340px;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    width: 45%;
    margin-right: 21px;
    margin-bottom: 25px;
}

.header__btn_login{
    font-size: 20px;
    color: #0381c4;
    position: absolute;
    height: 60px;
    right: 0px;
    line-height: 60px;
    width: 45px;
    top: 0;
    text-align: center;
}

.user-info-avatar {
    cursor: pointer;
}

.content-dashboard .class-item a{
    color: #333;
}

.content-dashboard .class-item.create-live{
    min-height: 340px;
    background: #0aa3e7;
    padding-top: 50px;
}

.content-dashboard .create-site a{
    display: block;
}

.content-dashboard .list-group-item:last-child {
    border-radius: 0;
}

.classroom__text-reg img{
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.upgrade-edubit .btn-link{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: #333;
}

.header__menu .register a:hover{
    background: #7ed2ff;
}

.content-dashboard .list-group-item:hover{
    background: rgba(0,123,255,.25) !important
}

.content-dashboard .list-group-item{
    border-radius: 0;
    border: none;
}

.content-dashboard .list-group-item.create-site:hover, .content-dashboard .list-group-item.create-live:hover {
    background: #2c70b9 !important;
}

.list-group-item {
    margin-bottom: 10px;
}
.content-dashboard .site-name{
    margin: 0 0 0px 70px;
}

.content-dashboard .site-name a, .content-dashboard .link-live a{
    color: #333;
}

.content-dashboard .site-name a{
    color: #333;
}

.header__logo h1{
    margin: 0px;
}
.header__menu {
    text-align: right;
}
.header__menu nav ul{
    margin: 0px;
    list-style: none;
    display: inline-block;
}

.content-dashboard .website-info {
    float: left;
    border-radius: 6px;
}

.header__menu nav ul li{
    display: inline-block;
    position: relative;
    padding: 15px 0px;
}
.header__menu nav .nav__ul-login li.logined_dashboard a{
    color: white;
}
.header__menu nav .nav__ul-menu li a{
    font-size: 16px;
    color: white;
    display: block;
    font-weight: bold;
    padding: 0px 15px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.header__menu nav ul.nav__ul-menu li a:after{
    content: '';
    width: 55px;
    height: 3px;
    display: block;
    text-align: center;
    margin: 0px auto;
    background-color: transparent;
    transition: background-color 1s ease;
}
.header__menu nav ul.nav__ul-menu li.active > a, .header__menu nav ul.nav__ul-menu li:hover > a{
}
.header__menu nav ul.nav__ul-menu li.active a:after, .header__menu nav ul.nav__ul-menu li:hover a:after{
    background-color:white;
}
.header__menu nav .nav__ul-login li a{
    color: #282828;
    font-size: 16px;
    display: block;
    padding: 0px 20px;
    line-height: 35px;
}
.header__menu nav .nav__ul-login .login a{
    font-weight: 300;
    text-transform: none;
    text-decoration: underline;
}
.header__menu nav .nav__ul-login .register a{
    color: #fdfeff;
    font-weight: bold;
    border: 2px solid;
    border-radius: 20px;
    padding: 0px 25px;
    text-transform: uppercase;
}
.header-mobile{
    display: none;
}
/*------------------------*/
.classroom{
    padding: 50px 0px 50px;
    background: #2d9fdc;
    position: relative;
    z-index: 9;
}
.classroom__text-title {
    margin-bottom: 25px;
}
.classroom__text-title h1 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}
.classroom__text-title h4{
    margin: 5px 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.classroom__text-desc {
    margin-bottom: 50px;
}
.classroom__text-desc .media-body p {
    margin: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.classroom__text-reg {
    margin: 20px 0px;
}
.classroom__text-reg a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: #f15141;
    border-radius: 30px;
    position: relative;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.classroom__text-reg a:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.classroom__text-reg a:hover:before, .classroom__text-reg a:focus:before, .classroom__text-reg a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.classroom__image {
    position: absolute;
    right: 0px;
    /*bottom: -145px;*/
    left: -40px;
}

.contact-customer-infor {
    padding: 1px 38px 40px 0;
    background: #f8f8fb;
}

.classroom__image img {
    max-width: inherit;
    width: 590px;
}

.classroom__text .media img{
    width: 44px;
    margin-right: 10px;
}

.classroom__text .media{
    margin-bottom: 10px;
}

.curved-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    width: 100%;
    z-index: -1;
    background: url(../images/bg-shape-4.png) no-repeat center bottom;
    background-size: 100% 100%;
}
/*---------------------*/
.title {
    text-align: center;
    margin-bottom: 15px;
}
.title h3 {
    margin: 0px;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 35px;
    font-family: Muli-black;
}
.benefit__content .row{
    margin: 0px -10px;
}
.benefit__content .col-md-4.col-sm-6.col-xs-12{
    padding: 0px 10px;
}
.benefit__content-item {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px #e6e6e6;
}
.benefit__content-item .media{
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
}
.benefit__content-item .media-heading{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.benefit__content-item .media-body p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}
/*----------------------------*/
.function {
    background-color: #f8f8fb;
    padding: 45px 0px;
}
.function__item {
    padding: 30px;
    background-color: #fff;
}
.function__item h3 {
    color: #f15241;
    font-size: 18px;
    font-family: Muli-Black;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 35px;
}
.function__item ul li {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../images/icon-check.png) no-repeat left center;
}

section.gallery {
    padding-bottom: 45px;
}
.gallery__item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery__item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    transform: scale(1);
}
.gallery__item:hover img{
    transform: scale(1.05);
}
.gallery__item a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../images/bg-gallery.png) repeat 0px 0px;
}
.gallery__item a:hover:before{
    opacity: 1;
}
.gallery__item a:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../images/gallery-hover.png) no-repeat center center;
}
.gallery__item a:hover:after{
    opacity: 1;
}
/*-----------------------*/
.course{
	position: relative;
    padding: 45px 0px;
    background: url(../images/bg-course.png) no-repeat;
    background-size: 100%;
    z-index: 9;
}
.course .curved-bg{
	display: none;
}
.course__content-img img{
    display: initial;
}
.course__title {
    margin-bottom: 0px;
}
.course__title h3 {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    font-family: Muli-Black;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.course__title p {
    margin: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.course__content-btn{
    margin-top: 10px;
}
.course__content-btn a {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #ef4e3e;
    position: relative;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.course__content-btn a:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.course__content-btn a:hover:before, .course__content-btn a:focus:before, .course__content-btn a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*------------------------------*/
.partner__content .item {
    margin: 0px 15px;
}
.partner__content .item .partner-item{
    text-align: center;
}
.partner__content .owl-theme .owl-controls .owl-buttons div{
    opacity: 1;
    background: #fff;
    padding: 0px;
    margin: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #999999;
    font-size: 25px;
    border: 1px solid;
    position: absolute;
    left: -30px;
    top: 20%;
}
.partner__content .owl-theme .owl-controls .owl-buttons div .fa{
    line-height: 43px;
    display: block;
}
.partner__content .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -30px;
    left: auto;
}
/*---------------------*/
.foo-info {
    margin-bottom: 30px;
}
#footer {
    background-color: #343a40;
    /*background-color: #f4f6f8;*/
}
.footer-top {
    padding: 40px 0px 10px 0px;
}
.foo-info{
    font-size: 16px;
    color: #a2a2a2;
   /* color: #303030;*/
}
#footer a {
    color: #a2a2a2;
}
.foo-info h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}
.foo-info a {
    color: #686868;
    font-size: 16px;
}
.foo-info p .fa{
    width: 18px;
}
.foo-info .hotline a{
    color: #eb4335;
    font-family: Muli-Black;
}
.foo-info ul li{
    line-height: 30px;
}
.foo-info ul li a{
    display: block;
}
.foo-info ul li:hover a{
    color: #eb4335;
}
.foo-info .media-heading {
    font-weight: bold;
    font-size: 15px;
}
.foo-info .media-heading a{
    color: #000;
    display: block;
}
.foo-info .media .media-body{
    margin-left: 10px;
}
.app-ios {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.app-ios p {
    margin-bottom: 0px;
    font-size: 14px;
}
.app-android {
    padding: 10px;
    border-radius: 5px;
}
.app-android p {
    margin-bottom: 0px;
    font-size: 14px;
}
.social p {
    font-size: 15px;
    font-weight: 600;
}
.social ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-bottom {
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.copyright p {
    margin: 0px;
    color: #b7b7b7;
    font-size: 16px;
    line-height: 30px;
}
.title-table {
    font-size: 20px;
}



/*----------------------\

    EDIT CSS HOME NEW

/------------------------------*/

.section-top3 { text-align: center; }
.section-top3 p { color: #0f89cb; font-size: 48px;  font-weight: 900; text-transform: uppercase;font-family: Muli-black; }
.section-top3 span {  font-size: 16px; font-weight: 600 }

.section-top6 { background: #f0f0f0; padding: 30px 0; text-align: center; }
.sec-des { padding: 20px 0; font-size: 18px; font-weight: 600; }
.top6-block { background: #fff; border-radius: 10px; margin-bottom: 30px; padding:20px 10px; width: 80%; display: inline-block;  font-weight: 600;}
.top6-block p { font-size: 22px; color: #0f89cb; padding: 10px 0 0; }
.top6-block span { min-height: 61px; display: block; font-weight: normal; }

.box-big3 span { font-size: 18px; font-family: Muli-black; font-weight: bold; text-transform: uppercase; }
.box-big3 p { font-size: 16px; }
.box-big3 ul li { line-height: 30px; background: url(../images/icon-new-10.png)  no-repeat left center; padding-left: 30px; }

.section-big3 .row { margin-bottom: 60px; }
.section-big3 .img-cen { text-align: center; }
.section-bg-btn {  padding: 50px 0px 80px;background: url(../images/bg-f.jpg) no-repeat center center;    background-position-x: center;    background-position-y: center; background-size: cover;position: relative;z-index: 9; text-align: center;}
.section-bg-btn h3 { color: #fff; padding: 30px 0;  font-weight: bold; }
.section-bg-btn a { color: #fff; background: #f15141; padding: 12px 40px; border-radius: 40px; font-size: 25px; text-transform: uppercase; font-weight: bold; font-family: Muli-black; display: inline-block; margin-top: 18px }



@media screen and (max-width: 768px) {
    .nav-dashboard-edubit-menu {
        background: #fff;
    }

    .dropdown-info-user {
        left: 0px !important;
    }

    .pricing div.container {
        max-width: 100% !important;
        padding-right:0 !important;
        padding-left:0 !important;
    }

    #footer .container{
        max-width: 100%;
        padding: 0 31px;
    }

    .pricing-table{
        border-collapse: separate;
    }

    .top6-block { min-height: 298px;}
}
.cart-complete,.cart-error { text-align: center;  margin: 20px 0; font-size: 16px; line-height: 30px;  padding: 20px; }
.cart-error i { font-size: 120px; color: orange; }
.cart-complete i { font-size: 120px; color: #00b609; }
.cart-complete p, .cart-error p { font-size: 20px; font-weight: bold; margin: 20px 0; }
.mt-10
{
    margin-top: 10px !important;
}
.live-create
{
    line-height: 0;
    margin-top: 35px;
    font-size: 24px;
}
.live-create-free
{
    line-height: 1.5;
    font-size: 14px;
    margin-top: 15px;
    /*color: #91ddff;*/
}
.live_name
{
    font-size: 15px;
    overflow: hidden;
    margin-top: 8px;
    height: 85px;
}
.view-all-live
{
    display: inline-block;
    text-align: center;
}
.carendar
{
  height: 95px;
}
#tab_room .nav-link.active {
    border-bottom: 1px solid;
    border-radius: 0;
    padding-bottom: 0;
}
.btn-default
{
    background-color: #efefef;
}
.name-live-room {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 35px;
}
.no-live-edubit
{
    margin: 0 160px 15px 160px;
}

/*----------------------\

    EDIT RESPONSIVE CSS HOME NEW

/------------------------------*/

#navbarCollapse {position: absolute;z-index: 9999;width: 50%;background:rgb(16, 112, 164) none repeat scroll 0% 0%;margin: 0px auto;left: 0;}
.page .header-mobile { background: #1070a4 }
.btn-mb-light { background: #0a5780  }
.mt-md-0 { padding-bottom: 10px; }
.section-top3 p { font-size: 40px }
.top6-block { width: 100% ;}
.section-bg-btn {    padding: 20px 0px 50px;}
@media (max-width: 1024px){
    .live-create
    {
        font-size: 18px;
    }
    .content-dashboard .class-item
    {
        width: 100%;
    }
    .no-live-edubit {
        margin: 0 160px 15px 125px;
    }
}
@media (max-width: 768px){
    .live-create
    {
        font-size: 18px;
    }
    .content-dashboard .class-item
    {
        width: 100%;
    }
    .no-live-edubit {
        margin: 5px 160px 15px 85px;
    }

    .lbl-live-all
    {
        text-align: center !important;
    }
    .list-filter-live-edubit
    {
        width: 100% !important;
        margin-left: 20px !important;
    }
    .block-filter-datepicker{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .block-list-live-edubit{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .block-filter-datepicker .ui-datepicker
    {
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }
}
@media (max-width: 480px){
    .content-dashboard .class-item
    {
        width: 80%;
        margin: 0px 0px 20px 40px;
    }
    .block-live-edubit
    {
        margin: 50px 0 20px 0;
    }
    .view-all-live
    {
        margin-top: 10px;
    }

}
.mt-20
{
    margin-top: 20px !important;
}

.notification-global.red-style {
    background-color: #bd0d00;
}

.notification-global {
    text-align: center;
    padding: 12px 0px 12px 0px;
    background-color: #00d860;
    color: #fff;
}

.notification-global .title-head {
    font-size: 15px;
    display: inline-block;
}
.notification-button {
    display: inline-block;
}
.notification-global.red-style a {
    background-color: #FF9800;
    padding: 8px;
}

.notification-global a {
    text-decoration: none;
    color: #ffffff;
    background: #104e01;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 15px;
}

.notification-global {
    text-align: center;
    padding: 12px 0px 12px 0px;
    background-color: #00d860;
    color: #fff;
}

.lbl-month-sale {
    font-size: 18px;
}

@media screen and (max-width: 768px)
{
    .notification-global {
        padding: 0 0 6px 0;
    }

    .notification-global .title-head {
        font-size: 11px;
    }

    .notification-button {
        margin: 2px;
    }

    .notification-global.red-style a {
        padding: 5px !important;
    }

    .notification-global a {
        font-size: 10px;
        padding: 2px;
    }
}
._909e
{
    display: none !important;
}
.about-page p
{
    font-size: 15px !important;
}
.option_zoom_cms{
  width: 100% !important;
}
.block-list-live-edubit .class-item{
    width: 23%;
}

/*css trang school*/
.content-shool-edubit {
    padding: 30px 0;
}
.content-shool-edubit .class-item.create-site{
    min-height: 290px;
    background: #0aa3e7;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
.content-shool-edubit .class-item{
    box-shadow: 2px 2px 10px #cecece;
    float: left;
    background: white;
    min-height: 290px;
    padding-top: 40px;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    width: 23%;
    margin-right: 21px;
    margin-bottom: 25px;
    flex:unset;
    padding-left: 0;
    padding-right: 0;
}
.content-shool-edubit .class-item a{
    color: #333;
}
.site-create
{
    line-height: 0;
    margin-top: 35px;
    font-size: 24px;
}
.site-create-count
{
    line-height: 1.5;
    font-size: 14px;
    margin-top: 15px;
    color: #91ddff;
}
.site_name
{
    font-size: 15px;
    overflow: hidden;
    margin-top: 8px;
    height: 85px;
}
.dash-data-scholl-create{
    height: 1px;
    margin-top: 70px;
    background-color: #29afeb;
    width: 100%;
}
.dash-data-scholl{
    height: 1px;
    margin-top: 16px;
    background-color: #eee;
    width: 100%;
    margin-bottom: 7px;
}
.data_site_icon{
    /*max-width: 20%;*/
    /*flex: 0 0 20%;*/
    margin-top: 7px;
}
.student-action-edubit{
    border-radius: 1rem;
    width: 100%;
}
.student-action-edubit:hover{
     background: #dee2e6;
}
.content-shool-edubit .class-item h5{
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    min-height: unset !important;
    margin-bottom: 0px;
}
.img_create_edubit{
    width:80px;
}
.img_logo_site_edubit{
    /*width:60px;*/
    height:60px;
    margin-bottom: 30px;
}
.site_domain_name_user{
    margin-bottom: 0px;
    color:#01b79d;
}
.fa, .fas{
    font-weight: normal !important;
}
@media (max-width: 1024px){
    .site-create
    {
        font-size: 18px;
    }
    .content-shool-edubit .class-item
    {
        width: 100%;
    }
}
@media (max-width: 768px){
    .site-create
    {
        font-size: 18px;
    }
    .content-shool-edubit .class-item
    {
        width: 100%;
    }
}
@media (max-width: 480px){
    .content-shool-edubit .class-item
    {
        width: 80%;
        margin: 0px 0px 20px 40px;
    }
}

/*css edit page zoom*/
#update-list-classes .bg{
    background: #309cdc !important;
    padding-top: 10px;
}
#update-list-classes .bg .nav-tabs a.active {
    color: black;
}
#update-list-classes .bg .nav-link {
    padding: 3px 9px;
    margin-top: 8px;
    color: white;
}
#select_room_status{
    padding: 0;
}
#update-list-classes-block{
    margin: 0;
}
.wrap-content-cms{
    padding-top: 20px;
    padding-bottom: 20px;
}

.border_top_none{
    border-top: none;
}
.setting_color_button,.find_live_personal_site_edubit{
    color: #fff !important;
}
.border_bottom_active{
    border-bottom: 4px solid #07d6f7;
}
.back-link-custom{
    padding: 0;
}
.setting_margin{
    margin: 0;
}

.calendar_add{
    margin-top:5px;
}
#recurring_schedule .dof{
    float: left;
    margin-right: 10px;
}
.btn-add-site{
    color: white !important;
    display: block;
}
.setting_margin_auto{
    margin: auto;
}
.setting_margin_bottom{
    margin-bottom: 15px;
}
.setting_padding_left{
    padding-left: 0px;
}
.create-live-personal-site{
    padding-left: 0;
    padding-right: 0;
}
.create-live-personal-site a{
    color: white !important;
    display: block;
}
.create-live-personal-site img{
    width:80px;
}
.custom-style-line{
    height: 1px;margin-top: 120px;background-color: #7abfb6;width: 100%;
}
.setting_margin_bottom_10{
    margin-bottom: 10px;
}
#join_mod_zoom{
    display: none;
}
#content-record-list{
    padding-top: 20px;
}

.acts-li li{
    float: right;
    margin-right: 20px;
}
.pt-10
{
    padding-top: 10px;
}

.table-active, .table-active>td, .table-active>th
{
    background-color: rgba(201, 193, 193, 0.075) !important;
    border: 0 !important;
}
.table thead th
{
    border-bottom: 0 !important;
    vertical-align: middle;
}
.table-title-config th{
    border-bottom: 0 !important;
}
.wrap-content-cms{
    max-width: 95%;
}
.content_tab_quiz_cms{
    max-width: 100%;
}
/*css edit page zoom*/

/*css quiz edubit*/
.wrap-count-quiz{
    margin-bottom: 10px;
}
.btn-outline-primary
{
    border-color: #007bff !important;
}
.btn-outline-danger
{
    border-color: #dc3545 !important;
}
.btn-outline-dark
{
    border-color: #343a40 !important;
}
.btn-outline-secondary
{
    border-color: #6c757d !important;
}
.btn-outline-success
{
    border-color: #28a745 !important;
}
.quiz-item
{
    height: auto !important;
    border-radius: 5px !important;
}
.align-self-center i
{
    font-size: 20pt;
}
.item-quest
{
    cursor: pointer;
}
.true-false-bg,.one-choice-bg,.multi-choice-bg,.matching-bg,.fill-word-bg,.text-phrase-bg,.matching-drag-drop-bg
{
    background-color: #fff;
    color: #333;
}
.true-false-bg:hover,.one-choice-bg:hover,.multi-choice-bg:hover,.matching-bg:hover,.fill-word-bg:hover,.text-phrase-bg:hover,.matching-drag-drop-bg:hover
{
    background: #d1e8ff;
}
.true-false-bg.active,.one-choice-bg.active,.multi-choice-bg.active,.matching-bg.active,.fill-word-bg.active,.text-phrase-bg.active,.matching-drag-drop-bg.active
{
    background: #d1e8ff;
}
.mb-10
{
    margin-bottom: 10px !important;
}
.mb-20
{
    margin-bottom: 20px !important;
}
/*Quiz*/
.container-quiz-question .btn-type-question{
    padding: 20px 0px;
    margin: 10px 0;
}
.container-quiz-question .btn-type-question i{
    font-size: 20pt;
    display: block;
    margin-bottom: 5px;
}
.container-quiz-question .input-group-question {
    display: table;
    border-collapse: separate;
}
.container-quiz-question .input-group-addon-question {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container-quiz-question .input-group-addon-question {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.container-quiz-question .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.container-quiz-question .input-group-question .form-control {
    display: table-cell;
}
.container-quiz-question .input-group-addon-question {
    display: table-cell;
}
.container-quiz-question .input-group-btn {
    display: table-cell;
}
.container-quiz-question .input-group-addon-question:last-child {
    border-left: 0;
}
.container-quiz-question .input-group-question .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.container-quiz-question .form-control {
    outline: 0!important;
    box-shadow: none!important;
}
.container-quiz-question .control-label-question {
    font-size: 13px!important;
    margin-bottom: 5px;
    color: #000!important;
    line-height: 22px;
    font-weight: 600;
    padding-left: 0;
}
.container-quiz-question #sortable1 {
    border: 1px solid #c3c2c2;
    list-style-type: none;
    margin: 0;
    height: 400px;
    padding: 5px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.container-quiz-question #sortable2 {
    border: 1px solid #c3c2c2;
    list-style-type: none;
    margin: 0;
    height: 400px;
    padding: 5px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
.container-quiz-question #sortable1 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
    cursor: pointer;
    width: 97%;
}
.container-quiz-question #sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 120px;
    cursor: pointer;
    width: 97%;
}
.container-quiz-question .row-edit-quiz form
{
    overflow: hidden;
}
.container-quiz-question .item-show-result
{
    line-height: 35px;
}
.container-quiz-question .select2-search__field{
    width: 100% !important;
}
.container-quiz-question #content_section_quiz {
    display: none;
}
.container-quiz-question #filter-test-name {
    margin: 0 5px 0 0;
    width: 300px;
}
.container-quiz-question .status-quiz-test-zone {
    width: 120px;
    margin-right: 5px;
}
.container-quiz-question .get-link-test {
    width: 50px;
}
.container-quiz-question .action-test {
    width: 50px;
}
.container-quiz-question #list-course-student {
    display: none;
}
.container-quiz-question .block-filter-student-registed {
    margin-top: 20px;
}
.container-quiz-question .filter-student-choices {
    float: left;
    margin-right: 10px;
}
.container-quiz-question .btn-filter-student-registed {
    color: #fff;
}
.container-quiz-question #export-quiz-lesson {
    margin:0 5px;
}
.container-quiz-question .btn-back-to-course-test {
    margin-top: 10px;
    display: block;
}
.container-quiz-question #overview-course-test {
    margin: 10px 0px;
}
.container-quiz-question #list_data_user_quiz_test {
    display: none;
}
.container-quiz-question #list-test-student {
    display: none;
}
.container-quiz-question #list_data_quiz_test_send_link {
    display: none;
}
.container-quiz-question .block-filter-student-registed {
    margin-top: 20px;
}
.container-quiz-question #export-quiz-lesson-test {
    margin:0 5px;
}
.container-quiz-question #list-test-result {
    display: none;
}
.container-quiz-question .btn-back-to-test-student {
    margin-top: 10px;
    display: block;
}
.container-quiz-question #overview-student-test {
    margin: 10px 0px;
}
.container-quiz-question #list_data_user_test_quiz {
    display: none;
}
.container-quiz-question .btn-back-to-quiz-test {
    margin-top: 10px ;
    display: block;
}
.container-quiz-question #overview-user-quiz-test {
    margin: 10px 0px
}
.container-quiz-question .choice-correct-checkbox {
    width: 100%;
    height: 30px;
    outline-color: transparent;
    margin-top: 135px !important;
}
.container-quiz-question .btn-remove-quiz {
    margin-top: 135px;
}
.container-quiz-question .filter-level-quiz-type {
    width: 100%;
    height: 35px !important;
}
.container-quiz-question ul {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
.clicked-link-border {
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.table td, .table th
{
    vertical-align: middle !important;
}
.content_tab_quiz_cms .table-responsive a {
    color: #333;
}
/*Common*/
.input-page-pagination {
    width: 60px;
    text-align: center;
}
.clear-both-zone {
    clear: both;
}
.border-top-none {
    border-top: none;
}
.text-align-center {
    text-align: center;
}
.display-none {
    display: none;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-decoration-none {
    text-decoration: none;
}
.action-label-position {
    text-align: right;
    padding-right: 3.5% !important;
}
.input-group-question .form-control:last-child, .input-group-addon-question:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*Create test*/
.container-create-test .btn-type-question{
    padding: 20px 0px;
    margin: 10px 0;
}
.container-create-test .btn-type-question i{
    font-size: 20pt;
    display: block;
    margin-bottom: 5px;
}
.container-create-test .input-group-question {
    display: table;
    border-collapse: separate;
}
.container-create-test .input-group-addon-question {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container-create-test .input-group-addon-question {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.container-create-test .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.container-create-test .input-group-question .form-control  {
    display: table-cell;
}
.container-create-test .input-group-addon-question {
    display: table-cell;
}
.container-create-test .input-group-btn {
    display: table-cell;
}
.container-create-test .input-group-addon-question:last-child {
    border-left: 0;
}
.container-create-test .input-group-question .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.container-create-test .form-control {
    outline: 0!important;
    box-shadow: none!important;
}
.container-create-test .control-label-question {
    font-size: 13px!important;
    margin-bottom: 5px;
    color: #000!important;
    line-height: 22px;
    font-weight: 600;
    padding-left: 0;
}
.container-create-test .item-show-result
{
    line-height: 35px;
}
.container-create-test .testing-time-zone {
    margin-bottom: 1rem;
}
.container-create-test .input-testing-time {
    width: 220px;
}
.container-create-test .input-score-question {
    width: 220px;
}
.container-create-test .input-score-success {
    width: 220px;
}
.container-create-test .input-test-status {
    width: 220px;
}
.container-create-test #number_of_fail {
    width: 55px;
    height: 28px;
    display: inline-block;
}

/*Add quiz to test*/
.container-add-quiz-to-test .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.container-add-quiz-to-test .form-control {
    display: table-cell;
}
.container-add-quiz-to-test .input-group-btn {
    display: table-cell;
}
.container-add-quiz-to-test .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.container-add-quiz-to-test .form-control {
    outline: 0!important;
    box-shadow: none!important;
}
.container-add-quiz-to-test .control-label-question {
    font-size: 13px!important;
    margin-bottom: 5px;
    color: #000!important;
    line-height: 22px;
    font-weight: 600;
    padding-left: 0;
}
.container-add-quiz-to-test #sortable1 {
    border: 1px solid #c3c2c2;
    list-style-type: none;
    margin: 0;
    height: 540px;
    padding: 5px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
.container-add-quiz-to-test #sortable2 {
    border: 1px solid #c3c2c2;
    list-style-type: none;
    margin: 0;
    height: 540px;
    padding: 5px 0 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}
.container-add-quiz-to-test #sortable1 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    cursor: pointer;
    width: 99%;
}
.container-add-quiz-to-test #sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    cursor: pointer;
    width: 99%;
}
.container-add-quiz-to-test .select2-search__field{
    width: 100% !important;
}
.container-add-quiz-to-test .question-test-label {
    font-size: 20px !important;
}
.container-add-quiz-to-test .list-question-test-label {
    font-size: 25px !important;
}
.filter-level-quiz-type {
    width: 100%;height: 35px !important;
}
.bg-result-test
{
    padding:5px 7px;color:#fff;border-radius:3px;
}
/*css quiz edubit*/
.select2-container,.select2-container--default .select2-search--inline .select2-search__field
{
    width: 100% !important;
}
.select2-container .select2-selection__rendered{
    margin-bottom : 0 !important;
}

.title_edubit_school{
    margin-bottom: 30px;
    margin-left: -15px;
}
.css-blank-add-quiz-all{
    background-color: #59b96f;
    border-color: #59b96f;
    border-radius: 5px;
    width: 100%;
}
.full-page-quiz
{
    max-height: 100%!important;height: 90%!important;margin-top: 70px !important;
}
#footer_quiz{
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    padding: 16px;
    background: #f3f5f6;
    text-align: center;
}
#footer_quiz a{
    color: #333;
}
.margin-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-bottom-add-quiz{
    margin: 10px 0px;
}
.margin-bottom-add-quiz button {
    width: 120px;
    border-radius: 10px;
    border: 1px dashed #ccc;
}
.margin-bottom-add-quiz button a{
    color: #333;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.btn-outline-secondary:hover{
    background-color: #ccc;
}
.padding-top-36{
    padding-top: 36px;
}
.padding-top-45{
    padding-top: 45px;
}
.img-icon-quiz{
    width: 98px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.select2-container--default .select2-selection--multiple {
    height: calc(2.25rem + 2px);
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 7px;
}
.max-with-47{
    max-width: 47%;
}
.margin-top-p{
    width: 6%;
    margin: auto;
    text-align: center;
}
.input_answer_quiz_fill_words{
    max-width: 100%;
}
.container-create-test label{
    margin-bottom: 0;
}

.full-content-quiz{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff !important;
}
.full-content-quiz-top{
    padding: 20px 10px;
}
.mr_auto{
    margin: auto;
    width: 15%;
}
.wrap-random-quiz,.wrap-import-quiz{
    margin: 10px 0;
}
.select2-container .select2-search--inline {
    width: 100%;
}
.wrapper-quiz-mdd-content #filter-quiz-name {
    margin: 0 5px 0 0;
    width: 300px;
}
.wrapper-quiz-mdd-content .btn-export-excel-question {
    margin:0 5px;
}
.wrapper-quiz-mdd-content .btn-import-quiz-question {
    margin:0 5px;
}
.wrapper-quiz-mdd-content .btn-cancel {
    margin-right: 10px;
}
.wrapper-quiz-mdd-content .question-answer-zone {
    display: flex;
    height: auto;
}
.wrapper-quiz-mdd-content .button-upload-zone {
    width: 10%;
}
.wrapper-quiz-mdd-content .background-image-zone {
    width: 100%;
    position: relative;
}
.wrapper-quiz-mdd-content .preview-mdd_background {
    /*width: 1000px;*/
    max-width: 100%;
    height: auto;
}
.wrapper-quiz-mdd-content .drag-text-zone {
    border: 2px dashed #dddddd;
    background: #ffffff;
    position: absolute;
    background: transparent;
    z-index: 1;
}
.wrapper-quiz-mdd-content .drag-text-position p{
    text-align: center;
}
.wrapper-quiz-mdd-content .drag-button-box {
    width: 100px;
    background: #fff;
}
.wrapper-quiz-mdd-content .drag-button-box:hover {
    background: #ddd;
}
.wrapper-quiz-mdd-content .icon-font-size {
    font-size: 40px;
}
.wrapper-quiz-mdd-content .answer-label {
    font-size: 20px;
}
.wrapper-quiz-mdd-content .upload-label {
    font-size: 20px;
}
.wrapper-quiz-mdd-content .evo-cp-wrap {
    width:100px !important;
}
.wrapper-quiz-mdd-content .mycolor-input {
    width:100px;
    display: inline-block;
    font-size: 12px;
}
.wrapper-quiz-mdd-content .evo-pointer {
    position: relative;
    left: -10px;
    top: -25px;
}
.wrapper-quiz-mdd-content .drop-zone-element {
    height: 50px;
    width: 100px;
    border: 2px dashed #dddddd;
    background: #ffffff;
    position: absolute;
    background: transparent;
}
.wrapper-quiz-mdd-content .drag-text-val {
    text-align: center;
    padding: 0.5em;
}
.wrapper-quiz-mdd-content .fa-trash-icon-zone {
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 999;
}
.wrapper-quiz-mdd-content .fa-trash-icon-zone .fa-trash-alt {
    font-size: 13px;
    color: #f00;
}
.wrapper-quiz-mdd-content .drag-img-size {
    width: 150px;
    height: 100px;
}
.wrapper-quiz-mdd-content .drag-img-zone {
    position: absolute;
    z-index: 1;
    border: 2px dashed #dddddd;
}
.wrapper-quiz-mdd-content .fa-trash-img-zone {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 1;
}
.wrapper-quiz-mdd-content .fa-trash-img-zone .fa-trash-alt {
    font-size: 13px;
    color: #f00;
}
.detail-quiz-test-result .background-image-zone {
    position: relative;
    width: 95.5%;
}
.detail-quiz-test-result .preview-mdd_background {
    width: 100%;
    height: auto !important;
}
.detail-quiz-test-result .drag-img-zone {
    position: absolute;
}
.detail-quiz-test-result .drag-text-zone {
    text-align: center;
    border: 2px dashed #dddddd;
    background: #ffffff;
    position: absolute;
    background: transparent;
}
.detail-quiz-course-result .background-image-zone {
    position: relative;
    width: 157%
}
.detail-quiz-course-result .preview-mdd_background {
    width: 100%;
    height: 650px !important;
}
.detail-quiz-course-result .drag-img-zone {
    position: absolute;
}
.detail-quiz-course-result .drag-text-zone {
    text-align: center;
    border: 2px dashed #dddddd;
    background: #ffffff;
    position: absolute;
    background: transparent;
}
.drop-zone-element {
    height: 70px;
    width: 120px;
    border: 2px dashed #dddddd;
    background: #ffffff;
    position: absolute;
    background: transparent;
}
.background-image-zone-enable .preview-mdd_background {
    width: 1000px;
    height: auto;
    max-width: unset !important;
}
.wrapper-quiz-mdd-content .control-label {
    font-size: 13px!important;
    margin-bottom: 5px;
    color: #000!important;
    line-height: 22px;
    font-weight: 600;
    padding-left: 0;
}
.display-inline-grid {
    display: inline-grid;
}

div#uploader .tab-pane {
    text-align: center;
}

.upload-cover {
    width: 340px;
    height: 180px;
    background: #eee;
    position: relative;
}

.upload-cover img{
    width: 100%;
    height: 100%;
}

.upload-cover .text-btnupload {
    position: absolute;
    top: 141px;
    left: 125px;
    padding: 5px;
    cursor: pointer;
    background: white;
}

@media (max-width: 768px)
{
    .jc-bs3-container .drag-zone-element img {
        max-width: unset !important;
    }
    .jc-bs3-container .background-image-zone-enable .preview-mdd_background {
        max-width: 208% !important;
    }
    .scroll-image-zone {
        overflow: auto;
    }
    .detail-quiz-test-result .background-image-zone {
        width: 170%;
    }
    .wrapper-quiz-mdd-content .preview-mdd_background {
        max-width: unset;
    }
    .wrapper-quiz-mdd-content .question-answer-zone {
        display: grid;
        height: auto;
    }
    .wrapper-quiz-mdd-content .button-upload-zone {
        width: 100%;
    }
    .wrapper-quiz-mdd-content .drag-button-box {
        width: 70px;
        background: #fff;
        margin-right: 20px;
    }
    .wrapper-quiz-mdd-content .icon-font-size {
        font-size: 20px;
    }
    .wrapper-quiz-mdd-content .upload-label {
        font-size: 13px;
    }
    .wrapper-quiz-mdd-content .answer-label {
        font-size: 13px;
    }
    .wrapper-quiz-mdd-content .wrapper-answer-button {
        display: flex;
    }
}
#footer_quiz{
    display: none;
}
#list_tag_in_site span {
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.label_radio_quiz_word{
    padding: 0 10px;
}
.block-search-blog{
    margin-bottom: 10px;
}
.header-search {
    position: absolute;
    right: 15px;
    background: transparent;
    color: #f26c4f;
    font-size: 15px;
    padding: 6px 20px;
}

.header-search-boxtop{
    width: 100%;
}
.search-form {
    font-size: 13px;
    font-style: italic;
    height: 40px;
    width: 99% !important;
}
.button_search{
    width: 49.25px;
    height: 35.25px;
}
.list-group-item-blog-default{
    border: none !important;
}
.style_img_blog_default {
    width: 100%;
}
.blog-main{
    background-color: #fff;
}
.menu-choselang {

}
.menu-choselang img {
    max-width: 20px;
}

.menu-choselang .chose-lang-item img { max-width: 50px}

.menu-choselang .dropdown-menu { min-width: auto;}
