body {
    /* font-family: 'Nunito', sans-serif !important; */
    /* font-family: 'Raleway', sans-serif!important; */
    /* font-family: 'Encode Sans', sans-serif!important; */
    font-family: 'Muli', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

.container {
    max-width: 1240px;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.text-b {
    font-weight: bold !important;
}

/* ===PageTrangChu== */


/* start==Header== */

.header {
    background-color: #2e3e77;
}

    .header i {
        color: #cbcfdd;
        /* font-size: 10px; */
    }

    .header .left i {
        font-size: 18px;
        float: left;
        margin-right: 7px;
        line-height: 24px;
    }

    .header .top-menu li {
        display: inline-block;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-right: 10px;
    }

    .header .top-menu .user-icon-btn {
        width: 34px;
        padding: 0;
        margin: 0;
        border-radius: 50px;
    }

    .header .top-menu .user-icon {
        padding: 0;
        margin-left: 10px;
        position: relative;
    }

        .header .top-menu .user-icon .nofication {
            position: relative;
        }

        .header .top-menu .user-icon .count {
            background: #f9a134;
            border-radius: 50%;
            color: #fff;
            font-size: 9px;
            height: 10px;
            width: 10px;
            /* line-height: 15px; */
            left: 32px;
            top: 2px;
            position: absolute;
            padding-left: 5px;
            padding-bottom: 13px;
            padding-right: 8px;
            padding-top: 0px;
        }

        .header .top-menu .user-icon .dropdown-menu {
            position: absolute;
            top: 39px;
            left: -145px;
        }

            .header .top-menu .user-icon .dropdown-menu i {
                padding-right: 5px;
            }

    .header .top-menu .user-icon-btn img {
        width: 100%;
        border-radius: 50px;
    }

    .header ul {
        margin-bottom: 0 !important;
    }

    .header a {
        color: #cbcfdd;
        font-size: 14px;
        font-weight: 400;
        /* line-height: 10px; */
    }

        .header a:hover {
            text-decoration: none;
            color: #cbcfdd;
        }

.right {
    text-align: right;
}

.search-icon {
    display: inline-block;
    padding: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
}

.shop-icon {
    display: inline-block;
    padding: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.cart-number {
    position: absolute;
    font-size: 10px;
    top: 10px;
    right: 9px;
    width: 14px;
    line-height: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #4783f3;
    color: #fff;
}


/* ==End==Header== */


/* ==Start==Menu== */
.events-post .event-inner-content .top-part {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.search {
    display: none;
}

.shop {
    display: none;
}

.menu {
    background: #fff !important;
}

    .menu .navbar .nav-item a {
        font-size: 17px;
    }

.navbar {
    background: #fff !important;
}

.nav-item .nav-link {
    color: #2f2f32 !important;
}

.nav-item i {
    color: #454545 !important;
    font-size: 16px;
    margin-left: 6px;
}

.dropdown {
    border-radius: 0;
    border: 0;
}

.dropdown-menu {
    background: #fff;
    top: 100%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    color: #f9a134 !important;
}

.dropdown-menu a {
    color: #000;
}

.dropdown.dmenu {
    position: relative;
}

.dropdown .ch-menu {
    position: relative;
}

    .dropdown .ch-menu ul {
        position: absolute;
        top: 0;
        left: 100%;
    }

.dropdown-menu.sm-menu.sm-menu-style {
    position: absolute;
    top: 0%;
    left: 80%;
    border-radius: 5px 5px 5px 5px;
}

li.nav-item {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

    li.nav-item a.nav-link:hover {
        color: #f9a134 !important;
        transition: all, .25s;
    }

.login-button {
    color: #fff;
    text-align: center;
    border: 0;
    padding: 11px 22px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #f9a134;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .login-button i {
        padding-right: 5px;
        color: #ffffff !important;
    }

a.login-button:hover {
    text-decoration: none;
    color: #fff;
}

.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    /* background: #fff !important; */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    /* padding: 0 15px; */
    -webkit-transition: .25s all ease-out;
    -o-transition: .25s all ease-out;
    transition: .25s all ease-out;
    ;
}


/* ==End==Menu== */


/* ==Start==SlideMain== */

.slide-main {
    position: relative;
}

.owl1 {
    position: relative;
}

    .owl1 .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
    }

.pt-xs-0 {
    padding-top: 20px;
}
/* .owl1 .item {
    height: calc(100vh);
} */

.owl1 .owl-prev span {
    position: absolute;
    color: aliceblue;
    font-size: 25px;
    left: 2%;
    background-color: #2e3e77;
    padding-left: 15px;
    padding-right: 15PX;
    border-radius: 3px !important;
}

.owl1 .owl-next span {
    position: absolute;
    color: aliceblue;
    font-size: 25px;
    right: 2%;
    background-color: #2e3e77;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px !important;
}

.owl1 .owl-dots {
    position: absolute;
    top: 90%;
    left: 45%;
}

    .owl1 .owl-dots .owl-dot span {
        width: 20px;
        height: 5px;
        background-color: #fff;
    }

.owl1 .item .slide-block {
    position: absolute;
    top: 40%;
    left: 30%;
}

.header__text-box {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0);
    line-height: 24px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    min-height: 330px;
    min-width: 530px;
    max-height: 330px;
    max-width: 530px;
    opacity: 1;
    border-radius: 5px;
}

.text-box {
    position: relative;
    padding: 40px 30px;
}

img.price {
    position: absolute;
    right: 0;
    bottom: -13%;
}

.text-box .title {
    font-weight: 400;
    font-size: 47px;
    color: #2f2f32;
    line-height: 50px;
}

.text-box .summary {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #7d7e7f;
    padding-bottom: 10px !important;
}

a.readmore {
    border-radius: 3px;
    font-style: normal;
    color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: none;
    border-color: rgb(255, 255, 255);
    background-color: rgb(71, 131, 243);
    line-height: 20px;
    margin: 0px;
    padding: 12px 25px 13px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

    a.readmore:hover {
        text-decoration: none;
        color: white;
    }

li.nav-item.active .nav-link {
    color: #f9a134 !important;
}

.img-1-slide {
    background-image: url('../images/slider-image-1.jpg');
    background-size: cover;
    background-position: center;
}


/* 
.owl1 .owl-item img {
    height: 100vh;
} */


/* ===================================================End==SlideMain== */


/* ===Chung== */

.b-style_main {
    text-align: center;
    padding-bottom: 6%;
}

.b-style_main-sumary {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.b-style_main-title {
    font-size: 2rem;
    font-weight: 400;
}


/*===================block-style-3======================*/

.block-style-3 {
    padding-top: 5%;
    padding-bottom: 5%;
}

    .block-style-3 .unit {
        padding: 10px;
    }

        .block-style-3 .unit:hover {
            transform: scale(1.05);
        }

.b-style_main-title.style_title-5 {
    font-size: 1.25rem;
    text-align: center;
}

.block-style-3 .style_sumary-5 {
    /* word-break: break-all; */
    text-align: start;
    font-size: 16px;
    color: #7d7e7e;
    font-weight: 400;
}

.block-style-3 .style_title-5 {
    color: #000;
    font-size: 20px;
}

.block-style-3 .b-style_main-ico img {
    width: 64px;
    height: auto;
}

.block-style-3 .between img {
    margin-top: 50%;
    width: 100%;
}


/*=====================end===============================*/


/* =============================.block-style-3========================================= */

.block-style-3 .one i {
    padding: 3px 20px;
    line-height: 68px;
    text-align: center;
    color: #4783f3;
    font-size: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    border: 1px solid #4783f3;
}

.two i {
    padding: 3px 20px;
    line-height: 68px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    color: #f9a134;
    border: 1px solid #f9a134;
}

.three i {
    padding: 3px 20px;
    line-height: 68px;
    text-align: center;
    font-size: 30px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    color: #2e3e77;
    border: 1px solid rgba(46, 62, 119, 0.22);
}


/* ==============================end====================================================== */


/* ================================category======================================================= */

.title-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .title-section span {
        display: inline-block;
        color: #4783f3;
        font-size: 15px;
        margin: 0;
    }

.right-part {
    padding-top: 10px;
}

.left-part h1 {
    color: #2f2f32;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

a.button-one {
    color: #4783f3;
    font-size: 15px;
    padding: 10px 25px;
    border: 1px solid #4783f3;
    font-weight: 400;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}

.collection-box .collection-post {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .collection-box .collection-post .inner-collection {
        position: relative;
    }

    .collection-box .collection-post:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.collection-box .collection-post {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .collection-box .collection-post a.hover-post {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        text-align: center;
        padding: 20px 10px 20px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
        z-index: 2;
    }

    .collection-box .collection-post a.hover-post {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        text-align: center;
        padding: 20px 10px 20px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
        z-index: 2;
    }

    .collection-box .collection-post:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

a:hover {
    text-decoration: none;
}

.collection-box .collection-post a.hover-post:hover {
    text-decoration: none;
}

.collection-box .collection-post:hover a.hover-post span.numb-courses {
    margin-bottom: 0px;
    margin-top: -30px;
}

.collection-box .collection-post a.hover-post span.title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
}

.collection-box .collection-post a.hover-post span.numb-courses {
    margin-bottom: -60px;
}

.collection-box .collection-post a.hover-post span {
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.collection-box .collection-post .inner-collection {
    position: relative;
}

.collection-post .inner-collection img {
    width: 100%;
}

.collection-box .collection-post:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.collection-box .collection-post:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.collection-box .collection-post:first-child img {
    margin-top: 0;
}

.collection-box .collection-post img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: -7px;
    width: 105%;
    height: auto;
    margin-left: -5%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.collection-box .collection-post:hover img {
    margin-top: 0px;
    height: auto;
    margin-left: 0%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/* ==================================end================================================================ */


/* ==========================================education================================ */

.education {
    padding-top: 5%;
    padding-bottom: 5%;
}

.list-content {
    padding-left: 15px;
}

.course-content-main h2 a {
    color: #2f2f32;
}

    .course-content-main h2 a:hover {
        color: #f9a134;
    }

.course-title {
    color: #2f2f32;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 26px;
}

.course-content-main .course-rating-teacher {
    display: flex;
    align-items: center;
    font-size: .8125rem;
}

.course-content-main .course-rating-teacher {
    display: flex;
    align-items: center;
    font-size: .8125rem;
}

.course-content-main p.summary {
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 60px;
    font-size: 14px;
    text-align: justify;
    color: #8f8f8f;
    margin-bottom: 8px;
}

.course-title a {
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}

.course-content-main p.date {
    display: inline-block;
    font-size: 14px;
    padding-right: 24px;
    line-height: 22px;
    margin-bottom: 0;
    color: #8f8f8f;
}

.blog-section i {
    /*color: #f9a134;*/
}

.course-required h4 {
    font-weight: 500;
    color: #f9a134;
}

.course-required ul {
    padding: 0;
}

    .course-required ul li {
        padding: 2px;
        list-style: none;
    }

        .course-required ul li i {
            padding-right: 5px;
            color: #f9a134;
        }

.course-required a {
    color: black;
}

    .course-required a:hover {
        text-decoration: none;
        /* color: #f9a134; */
    }

.course-required ul li span {
    color: #f9a134;
    border: 1px solid #f9a134;
    border-radius: 50%;
    padding: 4px 10px;
    margin-right: 7px;
}

.course-content-main .course-rating-teacher .star-rating .rating {
    background-color: #8bca48;
    color: #fff;
    padding: 3px 6px;
    margin-right: 2px;
    border-radius: 4px;
}

.course-content-main .course-rating-teacher a.course-loop-teacher {
    color: #4783f3;
    display: inline-flex;
    font-size: 14px;
}

.course-content-main .course-rating-teacher .star-rating .votes-number {
    color: #adb5bd;
    margin-right: 8px;
}

.course-content-main .course-rating-teacher a.course-loop-teacher:after {
    content: '';
    display: inline-flex;
    align-self: center;
    margin-left: 10px;
    width: 1px;
    height: 18px;
    background-color: #e9ecef;
}

.b-style_main-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.course-content-main .course-rating-teacher a.course-loop-teacher {
    color: #4783f3;
    display: inline-flex;
    font-size: 14px;
}

.course-content-main {
    padding: 20px;
}


.course-content-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: .9375rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .course-content-bottom .course-students {
        color: #7d7e7f;
    }

    .course-content-bottom .course-price {
        font-size: 15px;
        color: #f9a134;
    }

.section-bs5 {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .section-bs5 img {
        width: 100%;
        height: 180px;
    }


/* ============================================end========================================== */


/* ===================================event-box=================================================== */

.envent {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #f8f9fa;
}

.events-post {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 29px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}

    .events-post .event-inner-content .top-part .date-holder .date {
        position: relative;
        width: 80px;
        height: 80px;
        border: 2px solid #f9a134;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        color: #495057;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .events-post .event-inner-content .top-part .date-holder .date:before,
        .events-post .event-inner-content .top-part .date-holder .date:after {
            content: "";
            position: absolute;
            top: -7px;
            width: 2px;
            height: 14px;
            border-radius: 2px;
            left: 12px;
            background-color: #f9a134;
        }

        .events-post .event-inner-content .top-part .date-holder .date:after {
            right: 12px;
            left: initial;
        }

h2.title {
    color: #2f2f32;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 26px;
}

.events-post .event-inner-content .top-part .event-meta .event-meta-piece {
    display: inline-block;
    font-size: 14px;
    padding-right: 15px;
    color: #8f8f8f;
}

    .events-post .event-inner-content .top-part .event-meta .event-meta-piece i {
        font-size: 18px;
        margin-right: 8px;
        color: #f9a134;
        float: left;
    }

.events-post .event-inner-content .top-part h2 a {
    color: #2f2f32;
}

.events-post .event-inner-content .top-part h2:hover a {
    text-decoration: none;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.border-form {
    padding: 30px 40px;
    border: 1px solid #adb5bd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 5px 4px #bfbfbfcc;
}

.btn-submit {
    background-color: #f9a134;
    color: #fff;
}


/* 
.video-img::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #00000063;
    transition: all 0.2s ease-in-out 0s;
}

.video-img-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #00000063;
    transition: all 0.2s ease-in-out 0s;
}

.video-img {
    position: relative;
}

.video-img .icon-play i {
    border: 1px solid #fff;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
}

.video-img img {
    border-radius: 5px;
    height: 300px;
}

.video-img .icon-play {
    position: absolute;
    top: 40%;
    left: 45%;
}

.video-img .hover-post {
    position: absolute;
    top: 75%;
    left: 5%;
}

.video-img .hover-post h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0!important;
}

.video-img-2 {
    position: relative;
}

.video-img-2 .icon-play i {
    border: 1px solid #fff;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
}

.video-img-2 img {
    border-radius: 5px;
}

.video-img-2 .icon-play {
    position: absolute;
    top: 30%;
    left: 38%;
}



.video-img-2 .hover-post h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0!important;
}
 */

.video-img img {
    border-radius: 5px;
}

.video-img-1 .hover-post {
    position: absolute;
    top: 85%;
    left: 5%;
}

.video-img-2 .hover-post {
    position: absolute;
    top: 70%;
    left: 3%;
}

.video-img-3 .hover-post {
    position: absolute;
    top: 70%;
    left: 3%;
}

.video-img {
    position: relative;
}

.icon-play {
    position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #00000063;
    transition: all 0.2s ease-in-out 0s;
}

.video-img img {
    border-radius: 5px;
    height: 300px;
}

.video-img .icon-play i {
    border: 1px solid #fff;
    padding-left: 18px;
    padding-right: 14px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
}

.video-img .hover-post h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0 !important;
}

.video-img-1 {
    /*background-image: url('../images/hoatdong-2.jpg');*/
    background-size: cover;
    background-position: center center;
}

    .video-img-1 i {
        margin: 25% 40%;
    }

.video-img-2 {
    background-image: url('../images/slider-image-1.jpg');
    background-size: cover;
    background-position: center center;
}

    .video-img-2 i {
        margin: 20% 40%;
    }

.video-img-3 i {
    margin: 20% 40%;
}

.video-img-3 {
    background-image: url('../images/06102019_072115_PM_Man\ hinh\ tuong\ tac.png');
    background-size: cover;
    background-position: center center;
}


/* ====================================end============================================================= */


/* =====================================texxt=================================================== */

.countdown-box .title {
    color: #2f2f32;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.countdown-box .sumary {
    font-size: 15px;
    color: #7d7e7f;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

.text {
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #f8f9fa;
}

a.button-two {
    color: #ffffff;
    font-size: 15px;
    padding: 10px 25px;
    border: 1px solid #f9a134;
    background: #f9a134;
    font-weight: 400;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}


/* ===============================================end=============================================== */


/* ==========================blog======================================================== */

.blog {
    padding-top: 5%;
    padding-bottom: 5%;
}

    .blog i {
        color: #f9a134;
        margin-right: 5px;
        font-size: 16px;
    }

    .blog .khungbao {
        height: 230px;
    }

    .blog .pt-3 {
        padding: 0 !important;
    }

.owl3 img {
    width: 276px;
    height: 200px;
}

.owl3 .owl-dots .owl-dot.active span,
.owl3 .owl-dots .owl-dot:hover span {
    background: #f9a134;
}


/* ========================end=================================================================== */


/* =======================================tesminal================================================== */

.tesminal {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #f8f9fa;
}

.comment {
    font-size: 19px;
    color: #464749;
    margin: 0;
    line-height: 30px;
    text-align: center;
}

h2.name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.owl .b-style-img1 img {
    border-radius: 100px;
    border: 5px solid #adb5bd6e;
    width: 90px;
}

.owl2 .owl-dots .owl-dot.active span,
.owl2 .owl-dots .owl-dot:hover span {
    background: #f9a134;
}


/* ==================================end================================================================ */


/* ===========================footer============================================ */

.footer {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #2e3e77;
}

    .footer .up-footer .footer-widget .footer-logo {
        margin-bottom: 30px !important;
    }

    .footer .up-footer .footer-widget p {
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 20px;
    }

    .footer .up-footer .footer-widget.text-widget ul {
        color: rgba(255, 255, 255, 0.6);
        padding-left: 0;
    }

        .contact ul li,
        .footer .up-footer .footer-widget.text-widget ul li {
            display: flex;
            padding: 2px 0;
        }

    .footer .up-footer .footer-widget ul.quick-list li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer .up-footer .footer-widget ul.quick-list a {
        color: rgba(255, 255, 255, 0.6);
    }

    .footer .up-footer .footer-widget h2 {
        color: #fff;
        margin-bottom: 30px;
        margin-top: 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .footer .up-footer .footer-widget.text-widget ul li .contact-info-icon {
        margin-right: 12px;
        font-size: 22px;
    }

    .footer .up-footer .footer-widget ul.quick-list,
    .footer .copyright-inner ul.studiare-social-links {
        margin: 0;
        padding: 0;
    }

    .footer .up-footer .footer-widget {
        margin-bottom: 50px;
    }

        .footer .up-footer .footer-widget ul.quick-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

    .footer .up-footer .newsletter-form {
        position: relative;
        display: flex;
    }

        .footer .up-footer .newsletter-form .form-control {
            display: block;
            position: relative;
            width: 100%;
            line-height: 20px;
            border-radius: 0 !important;
            border-top-left-radius: 2px !important;
            border-bottom-left-radius: 2px !important;
            outline: 0;
            padding: 22px 10px 21px 44px;
            border: 1px solid #dcdcdc;
            background-color: #fff;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
            border-radius: 2px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

        .footer .up-footer .newsletter-form input[type=submit] {
            border-radius: 0;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
            height: 100%;
            box-shadow: none;
            background-color: #f9a134;
            color: #fff;
            text-align: center;
            border: 0;
            padding: 9px 22px;
            vertical-align: bottom;
            text-shadow: none;
            line-height: 27px;
            display: inline-block;
            transition: all .2s ease-in-out;
        }

        .footer .up-footer .newsletter-form i {
            position: absolute;
            top: 14px;
            left: 4%;
            z-index: 10;
            color: #c1c5bd;
        }

    .footer .copyright-inner {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.6);
    }

        .footer .copyright-inner ul.studiare-social-links {
            margin: 0;
            padding: 0;
        }

            .footer .copyright-inner ul.studiare-social-links li {
                display: inline-block;
                margin: 1px;
            }

                .footer .copyright-inner ul.studiare-social-links li a {
                    width: 36px;
                    height: 36px;
                    display: flex;
                    font-size: 15px;
                    color: #fff;
                    background-color: rgba(255, 255, 255, 0.05);
                    align-items: center;
                    justify-content: center;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                }

    .footer .nav-item .nav-link {
        color: #fff !important;
    }

    .footer .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #f9a134 !important;
    }

.contact-info-value-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 600;
}


/* =============================================end=================================== */


/* ====================================Trang-tin-tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©c=========================================== */

.blog-post.list-style {
    display: flex;
}

.post-content .title {
    font-size: 1.8rem;
}

.blog ul.pagination a.page-link {
    color: #000;
}


/* =========================================end======================================================== */


/* =============================================shop-cart-page============================================ */

section.cart-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

    section.cart-section .cart-box {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        padding: 30px;
        margin-bottom: 30px;
    }

        section.cart-section .cart-box table {
            width: 100%;
        }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

section.cart-section .cart-box table tr {
    border-bottom: 1px solid #eaeaea;
}

    section.cart-section .cart-box table tr th {
        padding: 0 13px 10px;
        color: #7f7e83;
        font-weight: 400;
        font-size: 15px;
    }

    section.cart-section .cart-box table tr td {
        padding: 30px 13px;
        font-size: 15px;
        color: #7d7e7f;
    }

        section.cart-section .cart-box table tr td input[type="number"] {
            max-width: 60px;
            border: 0;
            padding: 10px 12px;
            border-bottom: 2px solid #e5e5e5;
            outline: none;
        }

        section.cart-section .cart-box table tr td a {
            font-size: 16px;
            color: #2f2f32;
        }

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

    .sidebar .widget h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f4f4f4;
        position: relative;
    }

.sidebar .cart-widget table tr th {
    padding: 15px 0;
    vertical-align: baseline;
    padding-right: 50px;
    width: 60px;
    font-size: 15px;
    color: #2f2f32;
    font-weight: 400;
}

.sidebar .cart-widget table tr td {
    padding: 15px;
    font-size: 15px;
    color: #7d7e7f;
}

.sidebar .cart-widget .checkout-button {
    color: #fff;
    text-align: center;
    border: 0;
    padding: 10px 22px;
    width: 100%;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #f9a134;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
}

section.cart-section .cart-box table tr.coupon-line td {
    padding: 30px 0;
}

section.cart-section .cart-box table tr.coupon-line button {
    float: right;
    color: #4783f3;
    font-size: 15px;
    padding: 10px 25px;
    border: 1px solid #4783f3;
    font-weight: 400;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    outline: none;
}

section.page-banner-section,
ul.page-depth {
    margin: 0;
    padding: 0;
}

    section.page-banner-section ul.page-depth li.bt:before {
        content: ">";
        color: #8f8f8f;
        font-size: 14px;
        margin-right: 8px;
    }

    section.page-banner-section ul.page-depth li {
        display: inline-block;
        margin-right: 5px;
    }

        section.page-banner-section ul.page-depth li a {
            color: #8f8f8f;
            font-size: 16px;
        }


/* ==================================================end========================================== */


/* ===========================================course================================================ */

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

    .sidebar .widget h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #f4f4f4;
        position: relative;
    }

.sidebar .category-widget ul.category-list li {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}

    .sidebar .category-widget ul.category-list li a {
        display: block;
        color: #464749;
        font-size: 15px;
        line-height: 24px;
    }

        .sidebar .category-widget ul.category-list li a:hover {
            color: #f9a134;
        }

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar .products-widget ul.products-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

    .sidebar .products-widget ul.products-list li .date {
        font-size: 15px;
        color: #8f8f8f;
    }

        .sidebar .products-widget ul.products-list li .date i {
            padding-right: 4px;
        }

    .sidebar .products-widget ul.products-list li span {
        font-size: 13px;
        color: #f9a134;
        margin: 0;
    }

    .sidebar .products-widget ul.products-list li h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0px;
    }

        .sidebar .products-widget ul.products-list li h3 a {
            color: #2f2f32;
        }

    .sidebar .products-widget ul.products-list li img {
        width: 65px;
        height: 65px;
    }


/* =======================================================end=============================================== */


/* ============================================new-page==================================== */

.sidebar .search-widget input[type="search"] {
    width: 100%;
    padding-right: 42px;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
}

.sidebar .search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #7d7e7f;
    font-size: 18px;
}

.sidebar .tags-widget ul.tags-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

    .sidebar .tags-widget ul.tags-list li a {
        background-color: #4783f3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        line-height: 1;
        font-size: 14px;
        padding: 6px 10px;
    }


/* ==============================================end========================================= */


/* ====================================about-new=========================================== */

.blog-post .post-content {
    border-radius: 3px;
    border: 1px solid #cccc;
    padding: 30px;
}

    .blog-post .post-content h1 {
        margin-bottom: 5px;
    }

    .blog-post .post-content .post-meta {
        display: inline-block;
        font-size: 14px;
        padding-right: 24px;
        line-height: 22px;
        color: #8f8f8f;
    }

        .blog-post .post-content .post-meta i {
            color: #f9a134;
            margin-right: 8px;
            float: left;
            font-size: 22px;
        }

.blog-post.single-post p {
    margin-bottom: 24px;
    line-height: 26px;
}

h2,
.heading2 {
    color: #2f2f32;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 26px;
}

.blog-post.single-post .tags-share-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
}

    .blog-post.single-post .tags-share-box ul.share-list li a {
        width: 36px;
        height: 36px;
        display: flex;
        color: rgba(0, 0, 0, 0.6);
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .blog-post.single-post .tags-share-box ul li {
        display: inline-block;
        color: #7d7e7f;
        font-size: 15px;
    }

    .blog-post.single-post .tags-share-box ul.tags-list li a {
        color: #464749;
        padding: 4px 8px;
        line-height: 1.2;
        display: inline-block;
        background-color: #e9ecef;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-left: 4px;
    }

.blog-post.single-post .about-author {
    padding-top: 30px;
    display: flex;
}

    .blog-post.single-post .about-author .image-holder img {
        width: 110px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.blog-post.single-post p {
    margin-bottom: 24px;
    line-height: 26px;
}


/* ==========================================end================================================== */


/* =======================about-course=================================================== */

section.single-course-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

    section.single-course-section .product-single-top-part {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .product-single-top-part .product-info-before-gallery {
            display: flex;
            align-items: center;
            padding: 30px;
        }

            section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit {
                display: flex;
                align-items: center;
                border-right: 1px solid #e5e5e5;
                padding-right: 20px;
                margin-right: 20px;
                font-size: 15px;
            }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit:last-child {
                    padding-right: 0;
                    border-right: 0;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .icon {
                    margin-right: 15px;
                    font-size: 24px;
                    color: #1e83f0;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info span.label {
                    color: #ced4da;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a {
                    color: #2f2f32;
                }

                    section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a:hover {
                        color: #4783f3;
                    }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.rating {
                    background-color: #8bca48;
                    color: #fff;
                    padding: 3px 6px;
                    margin-right: 8px;
                    border-radius: 4px;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.votes-number {
                    color: #7d7e7f;
                }

        section.single-course-section .product-single-top-part .course-single-gallery img {
            width: 100%;
            height: auto;
        }

    section.single-course-section .single-course-content {
        background-color: #fff;
        padding: 1.75rem;
        padding-bottom: 0;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .single-course-content h2 {
            font-weight: 500;
        }

        section.single-course-section .single-course-content p {
            line-height: 28px;
            margin-bottom: 20px;
        }

        section.single-course-section .single-course-content ul.list {
            padding-left: 20px;
            margin-bottom: 30px;
        }

            section.single-course-section .single-course-content ul.list li {
                color: #7d7e7f;
                line-height: 28px;
                font-size: 15px;
            }

    section.single-course-section .course-section {
        margin-bottom: 30px;
    }

        section.single-course-section .course-section h3 {
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 10px;
        }

        section.single-course-section .course-section .course-panel-heading {
            border-top: 1px solid #e9ecef;
            display: flex;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            section.single-course-section .course-section .course-panel-heading .panel-heading-left {
                display: flex;
                align-items: center;
                flex-grow: 1;
            }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon {
                    line-height: 1;
                    margin-right: 15px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon i {
                        color: #d4d9dd;
                        font-size: 20px;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                    }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 {
                    font-size: 16px;
                    font-weight: 500;
                    margin: 0 0 8px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item {
                        background-color: #e9ecef;
                        padding: 2px 6px;
                        display: inline-block;
                        font-size: 12px;
                        border-radius: 2px;
                        margin-left: 6px;
                        line-height: 1.2;
                        text-transform: capitalize;
                        color: #fff;
                    }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.video {
                            background-color: #65bded;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.practice {
                            background-color: #eada68;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.free {
                            background-color: #8be669;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.lecture {
                            background-color: #68e8b7;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.quiz {
                            background-color: #bd83ef;
                        }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .title p {
                    font-size: 14px;
                    color: #adb5bd;
                    margin: 0;
                    line-height: 1;
                }

            section.single-course-section .course-section .course-panel-heading .panel-heading-right {
                display: flex;
                justify-content: flex-end;
            }

                section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button {
                    font-size: 14px;
                    line-height: 1.4;
                    padding: 6px 10px;
                    background-color: #4783f3;
                    color: #fff;
                    border-radius: 30px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button i {
                        margin-right: 5px;
                    }

                section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson {
                    font-size: 14px;
                    line-height: 1.4;
                    padding: 6px 10px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson i {
                        margin-right: 5px;
                        font-size: 12px;
                    }

            section.single-course-section .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
                color: #f9a134;
            }

            section.single-course-section .course-section .course-panel-heading:hover,
            section.single-course-section .course-section .course-panel-heading.active {
                background-color: #f8f9fa;
            }

        section.single-course-section .course-section .panel-content {
            max-height: 0;
            overflow: hidden;
            background-color: #f8f9fa;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            section.single-course-section .course-section .panel-content .panel-content-inner {
                padding: 0 15px 20px 15px;
                font-size: 15px;
                color: #7d7e7f;
                line-height: 26px;
            }

        section.single-course-section .course-section .course-panel-heading.active + .panel-content {
            max-height: 106px;
        }

    section.single-course-section .course-reviews {
        background-color: #fff;
        padding-bottom: 0;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .course-reviews .course-review-title {
            padding: 20px 30px;
            border-bottom: 1px solid #e5e5e5;
        }

            section.single-course-section .course-reviews .course-review-title h3 {
                margin-bottom: 0;
                position: relative;
                display: inline-block;
            }

                section.single-course-section .course-reviews .course-review-title h3:after {
                    content: '';
                    display: block;
                    position: absolute;
                    bottom: -21px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #f9a134;
                }

                section.single-course-section .course-reviews .course-review-title h3 i {
                    margin-right: 10px;
                    float: left;
                }

        section.single-course-section .course-reviews .course-reviews-inner {
            padding: 30px;
        }

            section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
                display: flex;
                margin-bottom: 20px;
            }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average,
                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating {
                    margin-bottom: 30px;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .average-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .detailed-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .average-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .detailed-box {
                        padding: 30px;
                        border: 1px solid #e5e5e5;
                        border-radius: 4px;
                    }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
                    margin-right: 30px;
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                    min-width: 180px;
                    padding: 40px 30px 50px !important;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.num {
                        font-size: 65px;
                        line-height: 65px;
                        color: #464749;
                        margin-bottom: 6px;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.ratings {
                        margin-bottom: 10px;
                        color: #f9a134;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.txt {
                        color: #adb5bd;
                        font-size: 15px;
                    }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li {
                    list-style: none;
                    display: flex;
                    font-size: 15px;
                    color: #7d7e7f;
                    margin-bottom: 12px;
                    align-items: center;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li:last-child {
                        margin-bottom: 0;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
                        margin: 0 15px;
                        width: 290px;
                        position: relative;
                        background-color: #e9ecef;
                        height: 12px;
                        border-radius: 8px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer span.inner-fill {
                            position: absolute;
                            top: 0;
                            left: 0;
                            display: block;
                            height: 100%;
                            border-radius: 8px;
                            background-color: #f9a134;
                        }

            section.single-course-section .course-reviews .course-reviews-inner ul.comments {
                border-bottom: 1px solid #f2f2f2;
                margin-bottom: 40px;
            }

                section.single-course-section .course-reviews .course-reviews-inner ul.comments li {
                    display: flex;
                    list-style: none;
                    padding: 30px 0;
                    border-top: 1px solid #f2f2f2;
                    align-items: center;
                }

                    section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder {
                        margin-right: 25px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder img {
                            max-width: 75px;
                            height: auto;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -ms-border-radius: 50%;
                            border-radius: 50%;
                        }

                    section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 {
                        font-weight: 500;
                        margin-bottom: 6px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 span {
                            margin-left: 10px;
                            color: #f9a134;
                        }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review h1 {
                font-size: 22px;
                line-height: 30px;
                margin-bottom: 15px;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review label {
                display: block;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 3px;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review select {
                display: block;
                width: 100%;
                height: 50px;
                padding: 10px 20px;
                border: 1px solid #dcdcdc;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                border-radius: 2px;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 20px;
                outline: none;
                background-color: #fff;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review textarea {
                width: 100%;
                padding: 10px 20px;
                height: 120px;
                border: 1px solid #dcdcdc;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                border-radius: 2px;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 10px;
                outline: none;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review button {
                color: #fff;
                text-align: center;
                border: 0;
                padding: 10px 22px;
                vertical-align: bottom;
                font-weight: 400;
                font-size: 16px;
                text-shadow: none;
                display: inline-block;
                background-color: #f9a134;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                border-radius: 50px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                cursor: pointer;
            }

                section.single-course-section .course-reviews .course-reviews-inner form.add-review button:hover {
                    opacity: 0.86;
                }

@media (max-width: 767px) {
    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
        width: 120px;
    }
}

@media (max-width: 560px) {
    section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
        flex-direction: column;
    }

        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
            margin-right: 0;
        }

        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
            width: 100%;
        }
}

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.75rem;
    margin-bottom: 1.75rem;
}

.cart-section .cart-adress {
    /* display: flex; */
    padding-bottom: 10px;
}

.cart-section .adress-title {
    padding-right: 5px;
    font-size: 15px;
    color: #7d7e7f;
    /* width: 70%; */
}

    .cart-section .adress-title i {
        padding-right: 5px;
    }

.cart-section .adress-fix {
    margin-left: auto;
}

    .cart-section .adress-fix a {
        font-size: 15px;
        color: #f9a134;
    }

.cart-section .adress-txt i {
    padding-right: 5px;
}

.cart-section .cart-price {
    display: flex;
    padding-bottom: 20px;
}

.cart-section .price-title {
    font-size: 15px;
    color: #7d7e7f;
}

.cart-section .price-txt {
    margin-left: auto;
    font-size: 15px;
    color: #2f2f32;
}

    .cart-section .price-txt span {
        text-decoration: underline;
    }

.cart-section .cart-promotion {
    display: flex;
    padding-bottom: 20px;
}

.cart-section .promotion-input {
    width: 70%;
    line-height: 1.6;
    outline: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
}

.cart-section .cart-promotion input {
    padding: 8px 10px;
    width: 100%;
}

.cart-section .promotion-btn {
    background-color: #f9a134;
    padding: 10px 6px;
    width: 30%;
    text-align: center;
}

    .cart-section .promotion-btn a {
        color: #fff;
    }

h3,
.heading3 {
    color: #2f2f32;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 14px;
    line-height: 28px;
}

.sidebar div.course-widget p.price span.price-label {
    display: block;
    color: #adb5bd;
}

.sidebar div.course-widget p.price span.amount {
    color: #464749;
    font-size: 26px;
    line-height: 30px;
}

.sidebar div.course-widget ul.share-list li {
    display: inline-block;
    margin: 0 2px;
}

.sidebar .profile-widget .top-part img {
    max-width: 100%;
    width: 80px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .profile-widget .top-part .name h3 {
    margin-bottom: 4px;
}

.sidebar .profile-widget p {
    line-height: 28px;
}

a.text-link {
    color: #4783f3;
    font-size: 15px;
    padding: 0 0 5px 0;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar div.course-widget ul.share-list {
    margin-top: 30px;
    text-align: center;
}

.sidebar div.course-widget p.price span.amount del {
    font-size: 15px;
    margin-right: 6px;
}

.sidebar div.course-widget h3 {
    font-weight: 500;
    margin-bottom: 4px;
}

.sidebar div.course-widget .product-meta-info-list .meta-info-unit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .sidebar div.course-widget .product-meta-info-list .meta-info-unit .icon {
        color: #f9a134;
        font-size: 16px;
        margin-right: 15px;
        line-height: 10px;
    }

.sidebar div.course-widget ul.share-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.question {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
}


/* ============================end========================================================= */


/* ===========================================contact================================== */

.contact {
    padding-top: 2%;
    padding-bottom: 5%;
}

section.contact-info-section .info-post {
    display: flex;
}

    section.contact-info-section .info-post p {
        font-size: 18px;
        line-height: 32px;
    }

.contact ul {
    padding: 0;
}

.contact .contact-info-icon {
    color: #4783f3;
    font-size: 32px;
    margin-right: 30px;
    margin-top: 5px;
}

.contact .contact-info-value {
    /* color: #4783f3; */
    font-size: 20px;
    margin-right: 30px;
    margin-top: 8px;
}

.contact .nav-pills .nav-link {
    font-size: 20px;
}

    .contact .nav-pills .nav-link.active,
    .contact .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #f9a134 !important;
    }

td.product-thumbnail {
    width: 100px;
    height: 100px;
}


/* ==================================end==================================================== */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.countdown-section {
    padding-top: 10%;
    padding-bottom: 10%;
}


/* =  teachers section */


/*------------------------------------------------- */

section.teachers-section {
    padding: 40px 0;
    /* background-color:; */
}

    section.teachers-section .profile-image {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 40px;
        overflow: hidden;
    }

        section.teachers-section .profile-image .image-holder {
            max-height: 490px;
            overflow: hidden;
        }

            section.teachers-section .profile-image .image-holder img {
                width: 100%;
                height: auto;
            }

        section.teachers-section .profile-image ul.social-links {
            background-color: #fff;
            padding: 15px 20px;
            text-align: center;
            border: 1px solid #e5e5e5;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            margin: 0;
        }

            section.teachers-section .profile-image ul.social-links li {
                display: inline-block;
                margin: 0 2px;
            }

                section.teachers-section .profile-image ul.social-links li a {
                    width: 36px;
                    height: 36px;
                    display: flex;
                    color: rgba(0, 0, 0, 0.6);
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #e5e5e5;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    border-radius: 50%;
                }

                    section.teachers-section .profile-image ul.social-links li a:hover {
                        border-color: transparent;
                        color: #fff;
                    }

                    section.teachers-section .profile-image ul.social-links li a.facebook:hover {
                        background: #f9a134;
                    }

                    section.teachers-section .profile-image ul.social-links li a.google:hover {
                        background: #f9a134;
                    }

                    section.teachers-section .profile-image ul.social-links li a.linkedin:hover {
                        background: #f9a134;
                    }

                    section.teachers-section .profile-image ul.social-links li a.twitter:hover {
                        background: #f9a134;
                    }

    section.teachers-section .profile-details {
        background-color: #fff;
        padding: 30px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        section.teachers-section .profile-details p {
            margin-bottom: 30px;
        }

        section.teachers-section .profile-details .line-details {
            padding: 30px 0;
            border-top: 1px solid #ebebeb;
        }

        section.teachers-section .profile-details .detail-item {
            display: flex;
        }

            section.teachers-section .profile-details .detail-item i {
                width: 56px;
                height: 56px;
                font-size: 24px;
                text-align: center;
                line-height: 54px;
                color: #4783f3;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #e6e6e6;
                margin-right: 24px;
            }

            section.teachers-section .profile-details .detail-item h2 {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 0;
            }

            section.teachers-section .profile-details .detail-item span,
            section.teachers-section .profile-details .detail-item a {
                font-size: 14px;
                color: #464749;
            }

    section.teachers-section .teacher-content {
        background-color: #fff;
        padding: 30px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        section.teachers-section .teacher-content p {
            margin-bottom: 30px;
        }

        section.teachers-section .teacher-content .skills-box .skill-line {
            background: #f7f7f7;
            position: relative;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            margin-bottom: 15px;
            overflow: hidden;
        }

            section.teachers-section .teacher-content .skills-box .skill-line span.fill-text {
                display: inline-block;
                color: #fff;
                padding: .5em 1em;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                font-size: 14px;
                position: relative;
                line-height: 26px;
                z-index: 2;
            }

            section.teachers-section .teacher-content .skills-box .skill-line span.fill-box {
                background-color: #4cadc9;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
            }

        section.teachers-section .teacher-content form.contact-form input,
        section.teachers-section .teacher-content form.contact-form textarea {
            display: block;
            width: 100%;
            margin-bottom: 20px;
            border: 1px solid #dcdcdc;
            line-height: 1.6;
            outline: 0;
            padding: 8px 10px;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            font-size: 14px;
        }

        section.teachers-section .teacher-content form.contact-form textarea {
            height: 100px;
        }

        section.teachers-section .teacher-content form.contact-form button {
            color: #fff;
            text-align: center;
            border: 0;
            padding: 11px 22px;
            vertical-align: bottom;
            font-weight: 400;
            font-size: 16px;
            text-shadow: none;
            display: inline-block;
            background-color: #f9a134;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            cursor: pointer;
        }

            section.teachers-section .teacher-content form.contact-form button:hover {
                opacity: 0.86;
            }

.teacher-post {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .teacher-post:hover {
        box-shadow: 0 15px 20px #cacaca;
        -webkit-box-shadow: 0 15px 20px #cacaca;
        -moz-box-shadow: 0 15px 20px #cacaca;
        -o-box-shadow: 0 15px 20px #cacaca;
    }

    .teacher-post a {
        position: relative;
        display: block;
    }

        .teacher-post a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: transparent;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

        .teacher-post a:hover:before {
            background-color: rgba(0, 0, 0, 0.3);
        }

    .teacher-post img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .teacher-post .hover-post {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        padding: 20px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, transparent 100%);
        z-index: 2;
    }

        .teacher-post .hover-post h2 {
            color: #fff;
            font-weight: 500;
            margin-bottom: 0;
            font-size: 20px;
        }

        .teacher-post .hover-post span {
            color: #fff;
            margin-bottom: 0px;
            margin-top: 7px;
        }

@media (max-width: 767px) {
    section.teachers-section .profile-details .detail-item {
        margin-bottom: 10px;
    }
}

.sidebar .widget h2:before {
    content: '';
    display: block;
    position: absolute;
    left: -1.75rem;
    top: 0;
    width: 2px;
    height: 24px;
    background-color: #f9a134;
}


/*------------------------------------------------- */


/* =  Contact */


/*------------------------------------------------- */

#map {
    width: 100%;
    height: 500px;
}

section.contact-section {
    padding: 80px 0;
}

    section.contact-section .contact-box {
        text-align: center;
        max-width: 790px;
        margin: 0 auto;
    }

        section.contact-section .contact-box h1 {
            margin-bottom: 10px;
        }

        section.contact-section .contact-box p {
            margin-bottom: 40px;
        }

    section.contact-section #contact-form {
        margin: 0;
        text-align: left;
    }

        section.contact-section #contact-form label {
            font-size: 15px;
            color: #7d7e7f;
            margin: 0 0 5px;
        }

        section.contact-section #contact-form input[type="text"],
        section.contact-section #contact-form textarea {
            width: 100%;
            padding: 10px 20px;
            background: transparent;
            color: #7d7e7f;
            font-size: 15px;
            font-family: "Raleway", sans-serif;
            font-weight: 300;
            outline: none;
            border: 1px solid #dcdcdc;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
            margin: 0 0 30px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
        }

            section.contact-section #contact-form input[type="text"]:focus,
            section.contact-section #contact-form textarea:focus {
                border: 1px solid #4783f3;
            }

        section.contact-section #contact-form textarea {
            height: 120px;
            margin-bottom: 20px;
        }

        section.contact-section #contact-form button {
            color: #fff;
            text-align: center;
            border: 0;
            padding: 11px 22px;
            vertical-align: bottom;
            font-weight: 400;
            font-size: 16px;
            text-shadow: none;
            display: inline-block;
            background-color: #f9a134;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            cursor: pointer;
            outline: none;
        }

            section.contact-section #contact-form button:hover {
                opacity: 0.86;
            }

        section.contact-section #contact-form .alert-success,
        section.contact-section #contact-form .alert-danger {
            padding: 10px 20px;
            margin-top: 20px;
            font-size: 15px;
        }

section.contact-info-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

    section.contact-info-section .info-post {
        display: flex;
    }

        section.contact-info-section .info-post i {
            display: inline-block;
            color: #4783f3;
            font-size: 32px;
            margin-right: 30px;
            margin-top: 5px;
        }

        section.contact-info-section .info-post p {
            font-size: 18px;
            line-height: 32px;
        }

            section.contact-info-section .info-post p a {
                color: #2f2f32;
            }

                section.contact-info-section .info-post p a:hover {
                    color: #4783f3;
                }

.khungbao {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
}
/*------------------------------------------------- */

/*start------------------login----------------------------*/
.login-form {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
}

    .login-form .form-lb {
        text-align: center;
        margin-top: 15px;
        position: relative;
    }

        .login-form .form-lb input, .login-form .form-lb select {
            width: 100%;
            /* margin-left: -5px; */
            border: 1px solid #f9a134;
            padding: 7px;
            padding-left: 40px;
            font-size: 14px;
            border-radius: 2px;
        }

        .login-form .form-lb i {
            background: #f9a134;
            color: #fff;
            left: 0;
            padding: 10px;
            position: absolute;
            margin: 0;
        }

    .login-form .form-pass i {
        padding-left: 9px;
        padding-right: 9px;
    }

.btn-cancel {
    background: #2e3e77;
    border: 1px solid #2e3e77;
}

    .btn-cancel:hover {
        background: #f9a134;
        border: 1px solid #f9a134;
    }

.btn-login {
    background: #f9a134;
    border: 1px solid #f9a134;
}

    .btn-login:hover {
        background: #2e3e77;
        border: 1px solid #2e3e77;
    }
/*end--------------------login----------------------------*/

/*start--------------------courses-section----------------------------*/
.products-list .khungbao {
    height: 65px;
    width: 65px;
}

.courses-section .section-bs5 .khungbao {
    height: 200px;
}

.courses-section .sidebar-dropdown a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.courses-section .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 22%;
    transition: all 0.3s ease;
    color: #464749;
}

.courses-section .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
    color: #464749;
}

.courses-section .sidebar-dropdown1 a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.courses-section .sidebar-dropdown1 > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 22%;
    transition: all 0.3s ease;
    color: #464749;
}

.courses-section .sidebar-dropdown1.active > a:after {
    transform: rotate(90deg);
    right: 17px;
    color: #464749;
}

.courses-section .sidebar-dropdown {
    border-bottom: 1px solid #eeeeee;
}

    .courses-section .sidebar-dropdown .panel-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .courses-section .sidebar-dropdown .panel-content-inner {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

        .courses-section .sidebar-dropdown .panel-content-inner a {
            color: #464749;
        }

            .courses-section .sidebar-dropdown .panel-content-inner a:hover {
                color: #f9a134;
            }

    .courses-section .sidebar-dropdown .title {
        color: #464749;
        font-size: 15px;
        line-height: 24px;
        padding: 10px 0px;
        cursor: pointer;
    }

        .courses-section .sidebar-dropdown .title:hover {
            color: #f9a134;
        }
/*end----------------------courses-section----------------------------*/
/*start----------------------teachers-section----------------------------*/
.teachers-section .profile-details h1 {
    color: #2f2f32;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.teachers-section .profile-details p {
    font-size: 15px;
    color: #7d7e7f;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin-bottom: 30px;
}

.teachers-section .line-details h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin: 0 0 15px;
    line-height: 26px;
}

.teachers-section .line-details span {
    font-size: 14px;
    color: #464749;
}

.teachers-section .detail-content a {
    font-size: 14px;
    color: #464749;
}

    .teachers-section .detail-content a:hover {
        color: #f9a134 !important;
    }

.teachers-section .teacher-content h1 {
    color: #2f2f32;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 20px;
}

.teachers-section .teacher-content p {
    font-size: 15px;
    color: #7d7e7f;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

.teachers-section .contact-form input, textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    font-size: 14px;
}

.teachers-section .contact-form button {
    color: #fff;
    text-align: center;
    border: 0;
    padding: 11px 22px;
    vertical-align: bottom;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    display: inline-block;
    background-color: #f9a134;
    border-radius: 50px;
    cursor: pointer;
}
/*end------------------------teachers-section----------------------------*/

/*start------------------------user-section----------------------------*/
.user-section {
    margin-top: 50px;
}

    .user-section .nav-tabs .nav-item {
        padding: 0px;
    }

    .user-section .information {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .user-section .information .img-avt {
            width: 100%;
        }

            .user-section .information .img-avt img {
                width: 100%;
            }

        .user-section .information .img-btn {
            text-align: center;
            margin-top: 25px;
            margin-bottom: 25px;
        }

            .user-section .information .img-btn a {
                margin-top: 20px;
                color: #ffffff;
                font-size: 15px;
                padding: 10px 25px;
                border: 1px solid #f9a134;
                background: #f9a134;
                font-weight: 400;
                border-radius: 24px;
                margin: 0;
            }

                .user-section .information .img-btn a:hover {
                    background: #2e3e77;
                    border: 1px solid #2e3e77;
                }

    .user-section .form-title {
        padding-top: 10px;
    }

    .user-section .form-group input {
        display: block;
        width: 100%;
        border: 1px solid #dcdcdc;
        line-height: 1.6;
        outline: 0;
        padding: 8px 10px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
        border-radius: 2px;
        font-size: 14px;
    }

    .user-section .form-btn {
        margin-top: 20px;
    }

        .user-section .form-btn a {
            color: #ffffff;
            font-size: 15px;
            padding: 10px 25px;
            border: 1px solid #f9a134;
            background: #f9a134;
            font-weight: 400;
            border-radius: 24px;
            margin: 0;
        }

            .user-section .form-btn a:hover {
                border: 1px solid #2e3e77;
                background: #2e3e77;
            }

    .user-section .password {
        padding-top: 50px;
        padding-bottom: 50px;
    }
/*end--------------------------user-section----------------------------*/

/*start--------------------------user-course----------------------------*/
.user-course {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .user-course .khungbao {
        height: 200px;
    }

    .user-course .course-title a {
        min-height: 15px;
        color: #2f2f32;
        font-size: 18px;
        margin: 0;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .user-course .course-price {
        background-color: #65bded;
        padding: 2px 4px;
        display: inline-block;
        font-size: 12px;
        border-radius: 2px;
        margin-left: 6px;
        line-height: 1.2;
        text-transform: capitalize;
        color: #fff;
    }

    .user-course .filter {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        margin-bottom: 1.875rem;
        padding: 1rem 1.25rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .user-course .filter .filter-form {
            display: flex;
            align-items: center;
        }

            .user-course .filter .filter-form label {
                margin: 0;
                margin-right: 10px;
                white-space: nowrap;
            }

            .user-course .filter .filter-form select {
                color: #7d7e7f;
                width: 100%;
                min-width: 224px;
                padding-right: 42px;
                line-height: 1.6;
                outline: 0;
                padding: 8px 10px;
                border: 1px solid #dcdcdc;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                border-radius: 2px;
                transition: all .2s;
            }

        .user-course .filter .filter-title {
            margin-right: 10px;
            color: #7d7e7f;
            padding-top: 7px;
        }


    .user-course .course-content-main {
        padding: 30px 15px 15px;
    }

        .user-course .course-content-main p {
            font-size: 15px;
            color: #7d7e7f;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 10px;
        }
/*end----------------------------user-course----------------------------*/

/*start----------------------------user-nofication----------------------------*/
.user-nofication {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .user-nofication .nofication {
        border-radius: 3px;
        border: 1px solid #cccc;
        padding: 30px;
    }

        .user-nofication .nofication .title {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .user-nofication .nofication .date {
            display: inline-block;
            font-size: 12px;
            /* padding-right: 24px; */
            line-height: 16px;
            color: #8f8f8f;
        }

        .user-nofication .nofication .sumary {
            border-bottom: 1px solid #cccc;
            padding-bottom: 5px;
            padding-top: 5px;
            position: relative;
        }

    .user-nofication .icon-del {
        position: absolute;
        right: 0;
        top: 50%;
    }

        .user-nofication .icon-del a {
            font-size: 15px;
            color: #7d7e7f;
            line-height: 26px;
        }

            .user-nofication .icon-del a:hover {
                color: #f9a134;
            }

/*end------------------------------user-nofication----------------------------*/

/*start------------------------------video-section----------------------------*/
.video-section {
    padding-top: 5%;
    padding-bottom: 5%;
}

    .video-section .video-img {
        position: relative;
        margin-bottom: 30px;
    }

    .video-section .icon-play {
        position: absolute;
        top: 41%;
        left: 43%;
    }

    .video-section .hover-post {
        position: absolute;
        top: 80%;
        left: 3%;
    }

    .video-section .khungbao {
        height: 250px;
    }
/*end--------------------------------video-section----------------------------*/
.login-form .form-lb label {
    background: #f9a134;
    color: #fff;
    right: -1px;
    top: -1px;
    padding: 5px;
    position: absolute;
    margin: 0;
    width: 100px;
}

.login-form .form-lb .search-text {
    width: 100%;
    margin-left: 0px;
    border: 1px solid #f9a134;
    padding: 7px;
    font-size: 14px;
    border-radius: 2px;
}

.profile-test {
    display: flex;
    align-items: center;
    min-width: 320px;
    margin-left: 20px;
    margin-top: 10px;
}

#menu-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    z-index: 99;
}

#backtotop {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}


    #backtotop:hover {
        cursor: pointer;
        background: #2e3e77;
        border: 1px solid #ffffff;
    }

    #backtotop i {
        margin-top: 10px;
        font-size: 20px;
        color: #ffffff;
    }

    #backtotop.show {
        opacity: 1;
        visibility: visible;
    }

@media (min-width: 500px) {
    #backtotop {
        margin: 30px;
    }
}

@media (min-width: 576px) {
    #signup .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}

.video-hd {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}

    .video-hd .block-hd {
        margin-bottom: 20px;
        width: 100%;
    }

        .video-hd .block-hd:first-child {
            width: 100%;
        }

        .video-hd .block-hd:last-child {
            margin-left: 0%;
        }

@media (min-width: 576px) {
    .video-hd .block-hd {
        width: 48%;
    }

        .video-hd .block-hd:last-child {
            margin-left: 4%;
        }
}
