﻿#maincontent {
    margin: 0px !important;
}

.course-wr {
   /* padding-left: 4rem;
    padding-right: 4rem;*/
    padding-top: 2rem;
    margin-top: 72px;
    width: 100%;
    background-image: url('../../../../images/course_detail_bg.svg');
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

    .course-wr .nav-menu {
        list-style: none;
        margin-bottom: 0px;
        display: inline-block;
        padding-left: 0px;
        font-size: 0.95rem;
    }

        .course-wr .nav-menu li {
            float: left;
            background: #EFEBF5;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-right: 0.5rem;
        }
            .course-wr .nav-menu li{
                color: #7287a2;
            }

            .course-wr .nav-menu li a {
                color: #7287a2;
            }

            .course-wr .nav-menu li:last-child a {
                color: #9d4d9e;
            }

    .course-wr .course-main-inf {
        /*màu hồng*/
        /*bo viền*/
        background-color: #EFEBF5;
        padding: 1rem;
        border-radius: 20px;
        margin-bottom: 1rem;
    }

    .course-wr .video-wrapper {
        max-width: 100%;
        height: 15.5rem;
        border-radius: 10px;
        overflow: hidden;
        /*border: 1px solid red;*/
    }

        .course-wr .video-wrapper .video-rect-wr {
            width: 100%;
            padding-bottom: 75%;
            /*border: 1px solid green;*/
        }

            .course-wr .video-wrapper .video-rect-wr #playerWraper {
            }

    .course-wr .tag-wraper {
        /*min-height: 5rem;*/
    }

        .course-wr .tag-wraper ul {
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

            .course-wr .tag-wraper ul li {
                float: left;
                background: #EFEBF5;
                /*padding: 0.5rem;*/
                padding: 14px;
                border: 2px solid;
                border-radius: 10px;
                margin-right: 1rem;
                margin-bottom: 0.5rem;
                margin-top: 0.5rem;
                font-size: smaller;
                font-weight: 600;
            }

                .course-wr .tag-wraper ul li.c-1 {
                    border-color: #2CBFFD;
                    color: #2CBFFD;
                }

                .course-wr .tag-wraper ul li.c-2 {
                    border-color: #7882FF;
                    color: #7882FF;
                }

                .course-wr .tag-wraper ul li.c-3 {
                    border-color: #BC6FF4;
                    color: #BC6FF4;
                }

                .course-wr .tag-wraper ul li.c-4 {
                    border-color: #FF779D;
                    color: #FF779D;
                }


    .course-wr .course-title {
        color: #0A033C;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .course-wr .course-duration {
        color: #00000066;
    }

    .course-wr .course-price {
        color: #FF6652;
        font-weight: 600;
        font-size: 1.6rem;
    }

    .course-wr .course-base-price {
        font-size: 14px;
        color: #868686;
        text-decoration: line-through;
    }

    .course-wr .btn-buycourse {
        width: 100%;
        color: white;
        background-color: #9d4d9e;
        height: 60px;
        font-size: 1.1rem;
        border-radius: 5px;
    }


    .course-wr .static-dt-i {
        margin-right: 7px;
    }

.teacher-inf {
    padding: 10px 10px 20px 10px;
    /*border: 1px solid #cfd9e0;*/
    /*box-shadow: 1px 1px 2px 0 #cfd9e0;*/
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: white;
    color: #0A033C;
}
    /*060026*/

    .teacher-inf h5 {
        font-weight: 600;
    }
    .teacher-inf .tc-name {
        color: #060026;
    }

.tc-avt-wrap {
    width: 170px;
    height: 170px;
    /* border-radius: 100px;*/
    overflow: hidden;
    display: inline-block;
    /*box shadow*/
    /*box-shadow: 0 0 0 5px #83b6e2;*/
    position: relative;
}

    .tc-avt-wrap > img {
        width: 100%;
        z-index: 1;
    }

        .tc-avt-wrap > img.cover {
            position: absolute;
            width: 170px;
            height: 170px;
            z-index: 2;
            top: 0;
            left: 0;
        }

.btn-detail-tc {
    /*border: 2px solid #2b76b7;*/
    border-radius: 6px;
    color: white;
    background-color: #3EC5FA;
    font-weight: 600;
    padding: .4rem 1.5rem;
}

    .btn-detail-tc:hover {
        /*background: #CFE0EF;*/
        color: white;
        background-color: #00b7ff;
    }


.course-wr .custom-bxslider {
    padding-right: calc(1rem + 15px);
}

.course-wr .bx-wrapper {
    margin-bottom: 1.5rem;
    box-shadow: none;
    border: none;
    border-radius: 20px;
}

    .course-wr .bx-wrapper .bx-next {
        background-image: url('../../../../images/bx-next.svg');
        background-position: 0 0;
        width: 20px;
    }

        .course-wr .bx-wrapper .bx-next:hover,
        .course-wr .bx-wrapper .bx-next:focus {
            background-position: 0 0;
        }

    .course-wr .bx-wrapper .bx-prev {
        background-image: url('../../../../images/bx-prev.svg');
        background-position: 0 0;
        margin-left: 10px;
        width: 20px;
    }

    .course-wr .bx-wrapper .bx-controls-direction a {
        z-index: 3;
    }

.course-wr .box-price-wr {
    padding-left: .5rem !important;
    padding-right: 0rem !important;
}


    .course-wr .box-price-wr .box-price {
        background-color: white;
        border-radius: 20px;
        padding: 2rem 1.5rem 2rem 1.5rem;
        font-size: 21px;
    }
        .course-wr .box-price-wr .box-price .col-5 {
            font-weight: bold;
        }


.color-tt {
    color: #0A033C;
}
.color-ct {
    color: #5D5A6F;
}
.color-price {
    color: #FF6652;
}

.bg-detail-course {
    background-color: #f7f5fab6;
}

/*tab khóa học
*/
.jquery-accordion-menu ul {
    list-style: none;
    padding-left: 5px;
}

    .jquery-accordion-menu ul > .li-menu-ctkh {
        width: 100%;
        border-top: 1px solid #827da9;
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }

        .jquery-accordion-menu ul > .li-menu-ctkh > i {
            width: 16px;
            display: inline-block;
        }

        .jquery-accordion-menu ul > .li-menu-ctkh > div.style-a-ctkh {
            width: calc(100% - 16px);
            display: inline-block;
            font-weight: 600;
            /*color: #0A033C;*/
            color: #5D5A6F;
            padding-left: 7px;
        }

            .jquery-accordion-menu ul > .li-menu-ctkh > div.style-a-ctkh:hover {
                color: #0A033C;
            }


    .jquery-accordion-menu ul > .li-sub-menu-ctkh {
        padding-left: 1.5rem;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #dedcea;
    }

        .jquery-accordion-menu ul > .li-sub-menu-ctkh > .a-li-sub-menu-ctkh {
            width: 85%;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .jquery-accordion-menu ul > .li-sub-menu-ctkh > .a-li-sub-menu-ctkh > .span-1-ctkh {
                margin-right: 5px;
            }

        .jquery-accordion-menu ul > .li-sub-menu-ctkh > .img-right-ctkh-2 {
            float: right;
        }

/*comments*/
.input-container2 {
    display: flex;
    width: 360px;
    margin-bottom: 15px;
    margin-top: 5px;
    height: 40px;
    border: 1px #cfd9e0 solid;
    width: 100%;
}
    .input-container2 i {
        background-color: #9d4d9e;
        color: white;
    }
    .input-container2 i:hover{
        background-color: #0059ff;
    }


.input-container {
    display: flex;
    width: 360px;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 40px;
    border: 1px #cfd9e0 solid;
}

.icon-send-comment {
    padding: 11px;
    color: #cfd9e0;
    min-width: 50px;
    text-align: center;
}

    .icon-send-comment:hover {
        cursor: pointer;
        background-color: #f1f1f1;
    }

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-right: 1px #cfd9e0 solid;
    margin-right: -8px;
}

    .input-field:focus {
        border: 2px solid #cfd9e0;
        border-radius: 0px;
    }

    .input-field:hover {
        border-radius: 0px;
        border: 2px solid #cfd9e0;
    }

    .input-field::placeholder {
        font-size: 14px;
        font-family: 'Open Sans';
    }

.span-bl-kh {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #374957;
    font-weight: 600;
    word-spacing: 1.4px;
}

.col-avarta {
    margin-top: 15px;
    width: auto;
    /*max-width: unset;*/
    flex: unset;
}

.img-avarta-cm {
    width: 48px;
    height: 49px;
    border-radius: 50%;
}

.name-cm {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #374957;
    font-weight: 900;
}

.col-10-name {
    padding-left: 15px !important;
    padding-top: 15px;
    line-height: 19px;
    padding-right: 50px;
    word-break: break-all;
}

.like-cm {
    display: block;
}

.no-like-cm {
    display: none !important;
}

.sp-status-cm1 {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #afb6bc;
}

.status-cm {
    padding-top: 8px;
    cursor: pointer;
}

    .status-cm .pd-left-cm1 {
        padding-left: 5px;
    }

    .status-cm > div > div.form-group {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .status-cm > div > div.form-group > input {
            width: calc(100% - 65px);
            display: inline-block;
            border-radius: .25rem;
            box-shadow: none !important;
            vertical-align: top;
        }

            .status-cm > div > div.form-group > input:hover {
                border-radius: .25rem !important;
            }

        .status-cm > div > div.form-group > p.text-right {
            display: inline-block;
            margin-bottom: 0px;
        }

            .status-cm > div > div.form-group > p.text-right > button {
            }

/*#maincontent .mg-top-2 .col-avarta {
    padding-left: 15px !important;
}*/
.mg-top-2 {
    padding-left: 80px;
}


.vjs-big-play-centered .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    margin-top: -0.81666em !important;
    margin-left: -1.5em !important;
}
#nav-tabContent .tab-pane {
    margin-top: 10px;
}