@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

#blank-text {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 130px;
}

#blank-text .card {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 17px;
    height: 580px;
    padding: 0;
    overflow: hidden;
}

#blank-text .card .card-body {
    padding: 0 54px;
    overflow-y: scroll;

}

#blank-text .card h2 {
    color: #4B4B4B;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 53px;
}

#blank-text .card p {
    font-size: 18px;
    font-weight: 300;
    color: #4B4B4B;
}

#blank-text .card .writer {
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #4B4B4B;
    margin-bottom: 45px;
    margin-top: 10px;
}


#blank-text .card .card-body::-webkit-scrollbar {
    width: 13px;
}

/* Track */
#blank-text .card  .card-body::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
#blank-text .card  .card-body::-webkit-scrollbar-thumb {
    background: #CECECE;
}


#search-not-result {
    position: relative;
    width: 100%;
    height: 650px;
}


#search-not-result .not-found {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    padding-left: 50px;
    padding-right: 50px;
    max-width: 85%;
    margin: 0 auto;
    border-radius: 17px;
}

.top-found {
    display: inline-block;
    width: 100% !important;
}

.top-found img {
    float: left;
    margin-right: 16px;
    margin-top: -170px;
}


.top-found h4 {
    float: left;
    width: calc(100% - 362px);
    font-size: 27px;
    color: #4B4B4B;
    font-weight: 300;
    padding-top: 65px;
}

.not-found {
    width: 100%;
    padding-bottom: 28px;
}

.not-found p {
    font-weight: 300;
    font-size: 17px;
    color: #4B4B4B;
    margin: 0;
}


.profile-info {
    margin-top: 27px;
}


.profile-info .advanced {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 17px;
    margin-top: 22px;
    height: 242px;
    overflow: hidden;
}

.advanced ul {
    height: 100%;
    overflow-y: scroll;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
}

.advanced ul::-webkit-scrollbar {
    width: 13px;
}

/* Track */
.advanced ul::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.advanced ul::-webkit-scrollbar-thumb {
    background: #CECECE;
}


.profile-info .advanced li {
    border-bottom: 1px solid #CECECE;
}

.profile-info .advanced li:last-child {
    border-bottom: 0;
}


.profile-info .advanced li strong {
    font-size: 18px;
    color: #424242;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.profile-info .advanced li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 15px;
}

.profile-card {
   background-color: transparent;
     overflow: hidden;
    border-radius: 17px;
}

.profile-card .profile-top {
    height: 350px;
    width: 100%;
}

.profile-card .profile-top:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.profile-card .profile-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.profile-card .pos{
    position: absolute;
    z-index: 44;
    bottom: 20px;
    padding-left: 20px;
}

.profile-card .profile-top{
    position: relative;
}

.profile-card .profile-top h4 {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.profile-card .profile-top strong {
    display: block;
    color: #F5871F;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.profile-card .profile-top a {
    background-color: #F58D2A;
    height: 32px;
    border-radius: 32px;
    padding-left: 17px;
    padding-right: 17px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: -3px;
    display: inline-block;
    line-height: 32px;
    margin-top: 15px;
}

.profile-card .profile-top a i {
    margin-right: 3px;
}

.profile-card .profile-top a:hover {
    opacity: 0.8;
}


#content .min-live-box .live-teacher-box .live-min-teacher-box .video-bottom h4 {
    font-size: 16px;
    margin-bottom: 0;
}


#content .min-live-box .live-teacher-box .live-min-teacher-box .video-bottom .orange b {
    font-size: 10px;
}

#content .min-live-box .live-teacher-box .live-min-teacher-box .video-bottom .orange img {
    width: 13px;
}

#content .min-live-box .live-min-teacher-box .video-bottom ul li strong {
    font-size: 12px;
    font-weight: 500;
}

#content .min-live-box .live-min-teacher-box .video-bottom ul li span {
    font-size: 11px;
}

#content .min-live-box .live-min-teacher-box .video-bottom ul li {
    margin-right: 9px;
}

#content .min-live-box .live-min-teacher-box .video-bottom ul li:last-child {
    margin-right: 0;
}

#content .min-live-box .live-min-teacher-box .col-6 a {
    font-size: 12px;
    width: 105px;
    height: 29px;
    margin-top: 0;
    line-height: 29px;
}

#content .min-live-box .sale {
    font-size: 19px;
    margin-bottom: 10px;
}

.tab-live-min {
    display: none;
}

.tab-live-min:first-child {
    display: block;
}

.tab-shadow {
    margin-top: 12px;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 17px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}

.tab-shadow .scroll {
    padding: 30px;
    overflow-y: scroll;
    height: 530px;
}

.tab-shadow .scroll::-webkit-scrollbar {
    width: 13px;
}

/* Track */
.tab-shadow .scroll::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.tab-shadow .scroll::-webkit-scrollbar-thumb {
    background: #CECECE;
}


#content .min-live-box .live-min-teacher-box .col-6 a i {
    font-size: 16px;
}


#content .min-live-box .live-min-teacher-box .video-img {
    height: 156px;
}

#content .min-live-box .live-min-teacher-box {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

#content .min-live-box .live-min-teacher-box .video-top span {
    font-size: 13px;
    margin-top: 18px;
}

#content .min-live-box .live-min-teacher-box .video-top img {
    width: 26px;
    height: 26px;
}

#content .min-live-box .live-min-teacher-box .video-top {
    margin-bottom: -3px;
}

#content .min-live-box .discount {
    font-size: 13px;
    width: 45px;
    height: 38px;
    background-size: 100% 100%;
    margin-top: 1px !important;

}

#content .min-live-box .discount b {
    font-weight: 500;
}

.shadow-a {
    margin-top: 20px;
}

.shadow-a a {
    margin-bottom: 3px;
    width: 195px;
    font-size: 19px;
    height: 45px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    color: #424242;
    background-color: #F1F1F1;
    border-radius: 40px;
    line-height: 45px;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    margin-right: 9px;
}

.shadow-a a:last-child {
    margin-right: 0;
}

.shadow-a a:hover, .shadow-a a.active {
    background-color: #F58D2A;
    color: #fff;
}

#content .min-live-box .live-min-teacher-box .video-bottom ul li {
    padding-right: 8px;
}

.edu-box {
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    height: 177px;
    border-radius: 17px;
    margin-top: 28px;
    padding: 24px 34px;
}

.edu-box h4 {
    font-size: 20px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 13px;
}

.edu-box p {
    font-size: 15.5px;
    color: #424242;
    font-weight: 300;
    margin-bottom: 0;
}

.education-right .edu-box {
    padding: 24px 12px 24px 20px;
}

.edu-box .soc a {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    margin-right: 7px;
    border-radius: 35px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
}

.edu-box .soc a:hover {
    opacity: 0.8;
}

.edu-box .soc {
    margin-top: 15px;
}

.edu-box .soc a:last-child {
    margin-right: 0;
}

.edu-box .soc a.face {
    background-color: #3B5998;
}

.edu-box .soc a.twitter {
    background-color: #55ACEE;
}

.edu-box .soc a.google {
    background-color: #F44336;
}


.edu-box .soc a.linked {
    background-color: #007AB9;
}


#messageModal .modal-header {
    height: 64px;
    border: 0;
    background-color: #F1F1F1;
    line-height: 64px;
    padding: 0;
}

#messageModal .modal-header .modal-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 64px;
    margin: 0;
    padding-left: 28px;
    color: #4B4B4B;
}


#messageModal .modal-content {
    border: 0;
    border-radius: 17px;
    overflow: hidden;
}

#messageModal .modal-dialog {
    max-width: 662px;
}


#messageModal .close {
    margin-right: 15px;
    outline: none;
    box-shadow: none;
    margin-top: 5px;
}

#messageModal .modal-body {
    padding: 22px 27px;
}

#messageModal p {
    font-size: 16px;
    font-weight: 300;
    color: #4B4B4B;
    line-height: 22px;
}

#messageModal form {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 6px;
    display: inline-block;
    width: 100%;
}

#messageModal .form-group input {
    border: 1px solid #E2E2E2;
    background-color: #F1F1F1;
    height: 46px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border-radius: 12px;
    padding-left: 15px;
}

#messageModal .form-group textarea {
    height: 106px;
    border: 1px solid #E2E2E2;
    background-color: #F1F1F1;
    border-radius: 12px;
    padding-left: 14px;
    outline: none;
    box-shadow: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
}

#messageModal .form-group button {
    background-color: #F5871F;
    border-color: #F5871F;
    width: 211px;
    height: 38px;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    line-height: 37px;
    text-align: center;
    border-radius: 38px;
    margin-bottom: 5px;
}

#messageModal .form-group button:hover {
    background-color: transparent;
    color: #F5871F;
}


@media screen and (max-width: 1299px){
    #content .min-live-box .live-min-teacher-box .video-bottom ul li{
        margin-right: 5px !important;
    }
    #content .min-live-box .live-min-teacher-box .video-bottom ul li:last-child{
        margin-right: 0 !important;
    }
    #content .min-live-box .live-min-teacher-box .video-bottom ul li strong{
        font-size: 11px !important;
    }
    #content .min-live-box .live-min-teacher-box .video-bottom ul li span{
        font-size: 10px !important;
    }
    #content .min-live-box .live-min-teacher-box .col-6 a{
        font-size: 11px !important;
        width: 95px !important;
    }
    .shadow-a a{
        width: 185px !important;
        font-size: 18px !important;
    }
    #content .min-live-box .live-min-teacher-box .col-6 a i{
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1200px){
    .profile-info,.min-live-box,.education-left,.education-right{
        max-width: 100% !important;
        flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .edu-box{
        height: auto !important;
    }
    .edu-box .soc{
        display: inline-block;
        width: 100% !important;
    }

    .min-live-box{
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 992px) {
    .top-found img {
        float: none !important;
        width: 250px !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: -120px;
    }

    .shadow-a a{
        width: 155px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }

    #blank-text .card{
        padding: 25px;
    }

    #blank-text .card h2{
        font-size: 22px !important;
        margin-bottom:30px !important;
        margin-top: 10px !important;
    }

    #blank-text .card p{
        font-size: 15px !important;
    }

    .top-found h4 {
        float: none;
        width: 100% !important;
        font-size: 23px !important;
        padding-top: 0 !important;
    }

    .not-found p {
        font-size: 15px;
        margin-top: 10px !important;
    }

    #search-not-result {
        height: auto !important;
        padding-top: 140px !important;
        padding-bottom: 100px !important;
    }

}

@media screen and (max-width: 767px){
    #blank-text{
        padding-top: 60px;
        padding-bottom: 90px;
    }
    #blank-text .card .writer{
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    #search-not-result .not-found {
        max-width: 95% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    #blank-text .card h2{
        text-align: left;
        margin-bottom: 20px !important;
        font-size: 20px !important;

    }
    #blank-text .card p{
        font-size: 14px !important;
    }
    #blank-text .card .writer{
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    #blank-text .card{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #blank-text{
        padding-bottom: 60px !important;
        padding-top: 45px !important;
    }

    .profile-info .advanced li strong{
        font-size: 16px !important;
    }
    .profile-info .advanced li span{
        font-size: 14px !important;
    }
    .profile-info .advanced{
        height: 222px !important;
    }
}


@media screen and (max-width: 490px) {
    .top-found img {
        width: 200px !important;
        margin-top: -80px !important;
    }

    #search-not-result .not-found {
        max-width: 100% !important;
    }

    .top-found h4 {
        font-size: 18px !important;
        font-weight: 400;
    }

    .not-found p {
        font-size: 14px !important;
    }
    #search-not-result{
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }

    .tab-shadow .scroll{
        padding-left: 15px !important;
        padding-right: 20px !important;
    }
    .profile-card .profile-top{
        height: auto !important;
    }
    .profile-info{
        margin-top: 0 !important;
    }
}




#accountMenu {
    position: fixed;
    z-index: 999;
    left: 0;
    display: none;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

#accountMenu .ovserx {
    display: inline-block;
}

#accountMenu .ovserx a:hover {
    color: #f5871f !important;
}

#accountMenu .scro {
    height: 630px;
    overflow-y: scroll;
}

#accountMenu ul li {
    width: 100%;
}

#accountMenu ul li .sub-menu {
    display: none;
}

#accountMenu ul li .sub-menu li a {
    padding-left: 30px;
    color: #2a2a2a;
}

#accountMenu ul li a {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    color: #424242;
    font-size: 15px;
    background-color: #eaeaea;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
}

#accountMenu a.close-account-menu {
    position: absolute;
    right: 15px;
    top: 26px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #f5871f;
}

#accountMenu a.close-account-menu:hover {
    color: #fff;
    opacity: 0.8;
}
#shoping{
    position: relative;
}

#shoping span{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    position: absolute;
    font-size: 9px;
    font-weight: 600;
    background-color: #222831;
    right:-4px;
    top: -3px;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 43px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 12px;
    right: 70px;
}

    .dropdown-content a {
        color: black;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .dropdown-content a:last-child:hover {
            background-color: #f1f1f1;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        .dropdown-content a:first-child:hover {
            background-color: #f1f1f1;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }


.dropdown:hover .dropdown-content {
    display: block;
}

