html {
    overflow-x: hidden;
}

:root {
    --fsize-extra-small: 10px;
    --fsize-small: 13px;
    --bshadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    --main-color: #86C63A;
    --main-color-hover: #2589f9;
    --sec-color: #17a2b8;
    --sec-color-hover: #00576b;
    --light-gray: #bcbcbc;
}

.footer-top img {
    max-width: 150px;
}

.slide-item .cc_hero_bg_hook.text-white {
    display: none;
}

h2, .h2 {
    font-size: 1.5rem;
}

.cc_comp_item_fee {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 40px !important;
    -webkit-box-orient: vertical;
}

a.cc_comp_item_title {
    min-height: 45px;
}

@font-face {
    src: url("../fonts/Roboto-Bold.ttf");
    font-family: "Roboto-Bold";
}

@font-face {
    src: url("../fonts/Roboto-Light.ttf");
    font-family: "Roboto-Light";
}

@font-face {
    src: url("../fonts/Roboto-Regular.ttf");
    font-family: "Roboto-Regular";
}

@font-face {
    src: url("../fonts/Roboto-Medium.ttf");
    font-family: "Roboto-SemiBold";
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto-Bold";
}

body {
    font-family: "Roboto-Regular", sans-serif;
}

ul, li {
    list-style: none !important;
}

ul {
    padding-left: 0px !important;
}

/***header**/
#header {
    height: 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: var(--white);
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
}

/**banner***/
.cc_block_hero_bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 300px 0;
    background-blend-mode: overlay;
}

.cc_hero_bg_hook h1 {
    font-weight: 500;
    font-family: "Roboto-Regular" !important;
}

/**footer**/
#footer {
    background: #EDFFD8;
    width: 100%;
    display: inline-block;
    padding: 40px 0;
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-title h3, #footer .footer-top h3 {
    text-transform: uppercase !important;
    font-size: 20px;
    margin-bottom: 15px;
    color: #F09417
}

#footer .footer-top p {
    font-size: 14px;
    color: #F09417;
    margin: 7px 0;
}

#footer .footer-top .footer-logo img {
    background-size: contain;
    height: 130px;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0 auto 20px;
    display: block;
}

#footer .footer-top .footer-address {
    margin-top: 25px;
}

#footer .footer-top ul {
    padding-left: 0;
    list-style: none;
}

#footer .footer-top ul li {
    display: flex;
    margin: 7px 0;
    text-decoration: none;
    color: #F09417;
}

#footer .footer-top ul li a {
    font-size: 14px;
    color: #F09417;
}

#footer .footer-top .footer-address ul li i {
    padding: 6px 5px 0 0px;
    font-size: 12px;
    color: #F09417;
}


#footer .footer-time p:before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 3px;
}

#footer .footer-time p:not(:last-child) {
    margin-bottom: 10px;
}

#footer .footer-time p {
    font-size: 15px;
    margin: 0px;
}

#footer .footer-fanpage {
    margin-top: 35px;
    overflow: auto;
}

#footer .footer-social {
    width: 100%;
    color: #fff;
    padding: 0;
    margin-bottom: 30px;
}

#footer .footer-social {
    display: inline-block;
}

#footer .footer-social a {
    background: #cdcdcd;
    color: #ffffff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    margin-left: 5px;
}

#footer .footer-social a:before {
    display: none !important;
}

#footer .footer-social a.icon-facebook {
    background: #3b5998;
}

#footer .footer-social a.icon-googleplus {
    background: #dd4b39;
}

#footer .footer-social a.icon-pinterest {
    background: #dd4b39;
}

#footer .footer-social a.icon-twitter {
    background: #00aced;
}

#footer .footer-social a.icon-youtube {
    background: #bb0000;
}

#footer .footer-social a.icon-rss {
    background: #f8991d;
}

.footer-copyright {
    padding: 10px 0;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.footer-parent img {
    height: 50px;
    margin-bottom: 10px;
}

/*css register gift*/
.cc_register_gift {
    background: var(--main-color);
}

.cc_register_gift form div {
    margin: 10px !important;
}

.cc_register_gift h3 {
    vertical-align: middle;
    padding: 28px 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.cc_register_gift form {
    margin: 10px 0;
}

.cc_register_gift h3 i {
    vertical-align: middle;
    margin-right: 5px;
}

.cc_login_regis_form form.signup div label {
    color: #727679;
    font-size: 17px;
}

/**login**/
.cc_block_login_regis {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(41, 48, 59, .8);
    z-index: 9999999;
    display: none;
}

.cc_login_regis_layout {
    width: 550px;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.cc_login_regis_header, .cc_login_regis_have_account {
    padding: 20px 19px;
}

.cc_login_regis_header .btn {
    margin-top: -10px;
    position: absolute;
    background-color: transparent;
}

.cc_login_regis_header .btn:hover {
    background-color: var(--main-color);
    color: var(--white);
}

.cc_login_regis_header {
    border-bottom: 1px solid #dedfe0;
}

.cc_login_regis_header > span {
    width: calc(100% - 40px);
    display: inline-block;
}

.cc_login_regis_midle {
    padding: 0 20px;
    margin: 20px 0 0;
}

.cc_login_regis_facebook a,
.cc_login_regis_google a {
    border-radius: 2px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(41, 48, 59, .24), 0 0 2px 0 rgba(41, 48, 59, .12);
}

.cc_login_regis_facebook a {
    background-color: #1a538a;
    color: var(--white);
}

.cc_login_regis_facebook a:hover, .cc_login_regis_google a {
    text-decoration: none;
}

.cc_login_regis_facebook i,
.cc_login_regis_google i {
    margin-right: 10px;
}

.cc_login_regis_google a {
    background-color: var(--white);
    color: var(--dark);
}

.cc_login_regis_facebook a:hover {
    background-color: #164675;
}

.cc_login_regis_google a:hover {
    background-color: #f2f3f5;
}

.cc_login_regis_form {
    margin: 20px 0;
}

.cc_login_regis_form form div:nth-child(2) i {
    font-size: 20px;
}

.cc_login_regis_form .btn {
    width: 100%;
    font-weight: bold;
}

.cc_login_regis_forgot_pass {
    margin-bottom: 10px;
}

.cc_login_regis_terms {
    font-size: var(--fsize-extra-small);
    margin-bottom: 15px;
}

.cc_login_regis_forgot_pass a,
.cc_login_regis_terms a,
.cc_login_regis_have_account a {
    color: var(--sec-color);
}

.cc_login_regis_form form.login div, .cc_login_regis_form form.signup div, .cc_login_regis_form form.forgot_password div {
    position: relative;
    margin-bottom: 8px;
}

.cc_login_regis_form form.login div label, .cc_login_regis_form form.signup div label {
    margin-bottom: 0px;
    font-size: 13px;
}

.cc_login_regis_form form.login div i, .cc_login_regis_form form.signup div i, .cc_login_regis_form form.forgot_password div i.email {
    position: absolute;
    height: 17px;
    top: 12px;
    left: 10px;
    opacity: 0.4;
}

.cc_login_regis_form form.login div i.lock, .cc_login_regis_form form.signup div i.lock {
    left: 12px;
}

.cc_login_regis_form form.login div input, .cc_login_regis_form form.signup div input, .cc_login_regis_form form.forgot_password div input {
    padding-left: 35px;
    font-size: 17px;
}

.form-control:focus {
    box-shadow: inset 0 0 1px rgba(0, 119, 145, .5);
    border-color: #76c5d6 !important;
}

input.error {
    border: 1px solid red !important;
}

.js_login_regis_close:hover {
    background-color: #e6f2f5 !important;
    color: black !important;
}

.separate {
    border-top: 1px solid #dedfe0;
    height: 1px;
}

.forgot-password-capcha {
    width: 304px;
    height: 78px;
    transform: scale(.77, .7);
    -webkit-transform: scale(.77, .7);
}

.capcha-warning {
    width: 100%;
    height: 70px;
    background-color: #faebeb;
    margin-bottom: 20px;
    padding: 18px 26px;
    display: none;
}

.capcha-warning .notify-capcha {
    color: #521822;
    display: inline-block;
    float: right;
    padding-left: 30px;
    margin-top: -23px;
}

.capcha-warning i {
    color: #ec5252;
}

.reset-or-login {
    width: 80%;
    margin: auto;
    text-align: center;
}

.reset-or-login .btn {
    width: 94%;
    padding: 6px 12px;
    font-weight: 500;
}

/*new loading*/
.loading-div {
    opacity: 0.6;
    position: fixed;
    background: #ccc;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999999999999;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #229541;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: content-box;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/******** loading-overlay ********/
#loading-overlay {
    position: absolute;
    background: #ccc;
    opacity: 0.6;
    z-index: 9999999;
    display: none;
}

#loading-overlay #loading-overlay-animation {
    border: 5px solid white;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
}

#loading-overlay-modal {
    position: absolute;
    background: #ccc;
    opacity: 0.6;
    z-index: 9999;
    display: none;
    top: 0px;
    right: 0px;
}

#loading-overlay-modal #loading-overlay-modal-animation {
    border: 5px solid white;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none !important;
}

.not-data {
    width: 300px;
    margin-left: 20px;
}

.not-data-category {
    margin-left: 35px;
}

.jGrowl {
    z-index: 9999999999 !important;
}

/***********CSS for jGrowl-notification***************/
/*define min height of notify*/
.jGrowl {
    z-index: 9999999 !important;
}

.jGrowl-notification {
    width: 300px;
    min-height: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.12);
}

.jGrowl-notification .jGrowl-message {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #4a4a4a;
}

.jGrowl-notification .jGrowl-message > i {
    font-size: 18px;
    color: #00b511;
    vertical-align: middle;
}

.jGrowl-notification .jGrowl-message > span {
    vertical-align: middle;
    padding-left: 10px;
    display: inline-block;
    width: 80%;
}

.jGrowl-notification .jGrowl-close {
    outline: none;
    padding: 1px;
}

.jGrowl-notification .jGrowl-close:hover {
    opacity: 0.8;
}

.jGrowl-notification .jGrowl-close > i {
    font-size: 18px;
    color: #9b9b9b;
}

/*Success*/
.alert-success {
    background-color: #dcf3cd !important;
    border: solid 1px #00b510;
}

/*Danger*/
.alert-danger {
    background-color: #f2dede !important;
    border-color: #da9694;
}

.alert-danger .jGrowl-message {
    color: #a94442;
}

.alert-danger .jGrowl-message > i {
    color: #a94442;
}

/*Error*/
.alert-error {
    background-color: #f2dede !important;
    border-color: #da9694;
}

.alert-error .jGrowl-message {
    color: #a94442;
}

.alert-error .jGrowl-message > i {
    color: #a94442;
}

/*Warning*/
.alert-warning {
    background-color: #f2dede;
    border-color: #da9694;
}

.alert-warning .jGrowl-message {
    color: #a94442;
}

.alert-warning .jGrowl-message > i {
    color: #a94442;
}

/*text lable error*/
label.error {
    color: red;
}

.email-group .alert {
    font-size: 13px !important;
}

/**information**/
#bk-tab-course {
    padding: 30px 0 0;
    width: 100%;
}

.cc_block_diffrents {
    background: #0aad17;
    padding: 20px 0;
}

.cc_diffrents_item {
    display: table;
}

.cc_diffrents_item i {
    font-size: 42px;
    margin-right: 15px;
}

.cc_diffrents_item span {
    display: table-cell;
    vertical-align: top;
}

.cc_diffrents_item p {
    margin-bottom: 0;
    font-size: 14px;
}

.font-weight-bold {
    font-weight: 700;
    font-family: "Roboto-Bold";
}

/**tab**/
.cc_tabs_content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
    text-align: center;
    padding-top: 150px;
}

.js_tabs_content h3 {
    font-size: 33px;
    font-family: "Roboto-Regular" !important;
    font-weight: 300;
}

.tab-course {
    width: 100%;
    display: inline-block;
    flex-direction: row;
}

.tab-course ul {
    margin: 0px !important;
    border-bottom: 1px solid var(--light-gray);
    width: 100%;
    display: inline-block;
}

.tab-course ul li {
    text-align: center;
    padding: 18px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    float: left;
    margin: 0;
    max-width: calc(100% / 5);
    width: -moz-fit-content;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tab-course ul li a {
    color: #495057
}

.tab-course ul li.active {
    border-bottom: 5px solid var(--cyan);
}

.tab-course ul li.active a {
    color: var(--cyan);
    border: none;
}

/**single**/
.cc_block_intro_course_details {
    background-color: var(--main-color);
    padding: 30px 0;
}

.cc_block_intro_course_details .container {
    position: relative;
}

.cc_intro_course_details_img {
    height: 204px;
    overflow: hidden;
}

.cc_intro_course_details_hook, .cc_intro_course_details_img {
    margin-bottom: 20px;
}

.cc_intro_course_details_hook h3 {
    font-weight: 300;
}

.cc_intro_course_details_feature {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.cc_intro_course_details_img img {
    box-shadow: 0 0 0 1px hsla(220, 7%, 92%, .5);
    width: 100%;
}

.cc_intro_course_details_title h1 {
    color: var(--white);
    padding-bottom: 20px;
    font-family: "Roboto-Regular" !important;
}

.cc_intro_course_details_title h5 {
    color: var(--white);
    margin-bottom: 10px;
}

.cc_intro_course_details_rate_hightest {
    background-color: #f4c150;
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    padding: 1px 7px;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
}

.cc_intro_course_details_rate {
    margin-bottom: 20px;
}

.cc_intro_course_details_rate_hightest::after {
    content: "";
    border-radius: 3px;
    right: -5px;
    background: inherit;
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 1;
    display: block;
}

.cc_intro_course_details_rate_num, .cc_intro_course_details_rate_star {
    display: inline-block;
}

.cc_intro_course_details_rate_num li:first-child {
    margin-left: 0;
}

.cc_intro_course_details_rate_star {
    margin-left: 20px;
}

.cc_intro_course_details_rate_star i {
    font-size: 13px;
    color: #f4c150;
}

.cc_intro_course_details_rate_num {
    color: var(--white);
}

.cc_intro_course_details_rate_num span {
    color: var(--white);
}

.cc_intro_course_details_explore span {
    margin-top: 15px;
}

.cc_intro_course_details_gift {
    position: absolute;
    top: -20px;
    right: 0;
    color: var(--main-color);
    font-size: 18px;
    cursor: pointer;
    display: flex;
}

.cc_intro_course_details_gift a {
    font-size: var(--fsize-small);
    color: var(--light-gray);
    margin-right: 15px;
}

.cc_intro_course_details_info {
    color: var(--white);
    margin-top: 10px;
}

.cc_intro_course_details_info a {
    color: var(--white);
}

.cc_intro_course_details_info span:first-child {
    margin-left: 0;
}

.cc_intro_course_details_info span {
    margin: 0 10px;
}

.cc_intro_course_details_info .right-0 {
    margin-right: 0px;
}

.cc_intro_course_details_preview {
    background-color: var(--white);
    padding: 2px 2px 30px;
    border-radius: 2px;
    box-shadow: var(--bshadow);
    z-index: 5;
}

.cc_intro_course_details_preview.pos_fixed {
    position: fixed;
    top: 70px;
}

.cc_intro_course_details_fee,
.cc_intro_course_details_btn_add_cart,
.cc_intro_course_details_include {
    padding: 0 30px;
}

.cc_intro_course_details_fee {
    margin-top: 20px;
}

.cc_intro_course_details_fee h2 {
    display: inline-block;
    font-size: 27px;
}

.cc_intro_course_details_fee .cc_intro_course_real_price {
    text-decoration: line-through;
    font-size: 14px;
    color: #9b9b9b;
}

.cc_intro_course_details_btn_add_cart .btn {
    margin-bottom: 10px;
}

.cc_intro_course_details_btn_add_cart .btn:first-child {
    width: 100%;
}

.cc_intro_course_details_btn_add_cart .btn:nth-child(2) {
    width: 100%;
}

.cc_intro_course_details_btn_add_cart .btn:last-child {
    width: 25%;
    color: var(--main-color);
}

.cc_intro_course_details_money_back p {
    font-size: var(--fsize-small);
    color: var(--gray);
}

.cc_intro_course_details_include ul {
    padding-left: 0px;
    color: #505763;
    font-size: 13px;
}

.cc_intro_course_details_include ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.cc_intro_course_details_include ul li i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.cc_intro_course_details_coupon span {
    color: var(--sec-color);
    cursor: pointer;
}

.cc_intro_course_details_coupon_form form {
    display: flex;
}

.cc_intro_course_details_coupon_form {
    display: none;
}

.cc_intro_course_details_coupon {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 30px;
}

.cc_intro_course_details_social p {
    color: var(--gray);
}

.cc_intro_course_details_social_icon .btn {
    width: 42px;
    margin: 0 5px;
    height: 42px;
    padding: 0px;
    line-height: 42px;
    color: var(--gray);
}

.cc_intro_course_details_coupon_form .form-control {
    border-radius: 2px;
    font-size: 13px;
    margin-right: -1px !important;
}

.cc_intro_course_details_coupon_form .cc_comp_btn_main_color {
    font-size: 13px;
    width: 103px;
    display: inline-block;
}


.cc_intro_course_details_title h5 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 77px;
    margin: 0 auto;
    line-height: 1;
}

.cc_block_intro_course_detals_fixed {
    color: #fff;
    position: fixed;
    top: 64px;
    background-color: #535861;
    opacity: 0.9;
    width: 100%;
    z-index: 1;
    padding: 10px 0px;
    display: none;
}

.cc_block_intro_course_detals_fixed .cc_intro_course_details_name_fixed {
    font-size: 20px;
    font-weight: 400;
}

.cc_intro_course_details_rate_block {
    display: inline-block;
    vertical-align: middle;
}

.cc_intro_course_details_rate_block i {
    color: #f4c150;
    font-size: 18px;

}

#detail_description {
    font-size: 14px;
    color: #e5b13d;
}

#detail_description:hover {
    text-decoration: none;
    color: #f9d006;
}


.cc_block_what_learn {
    padding: 30px 0 10px 0;
    background-color: var(--white);
}

.cc_what_learn_content ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 0;
}

.cc_what_learn_content li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.cc_what_learn_content span:first-child {
    align-self: flex-start;
    color: var(--light-gray);
    font-size: 16px;
    margin-right: 15px;
    margin-top: 2px;
}

.cc_comp_title h1 {
    text-transform: capitalize;
    font-size: 25px;
    color: var(--gray);
    font-family: "Roboto-Bold" !important;
}

.cc_block_curriculum {
    background-color: var(--white);
    padding: 30px 0 30px;
}

.cc_curriculum_title {
    display: flex;
}

.cc_curriculum_num {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

.cc_curriculum_num span:last-child {
    padding: 0 1.25rem 0 0;
}

.cc_curriculum_expand {
    color: var(--sec-color);
    cursor: pointer;
}

.cc_curriculum_layout .card {
    border-radius: 0;
}

.cc_curriculum_layout .card-header {
    cursor: pointer;
    border-bottom: none;
}

.cc_curriculum_layout .card-body {
    padding: 10px 1.25rem 10px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.cc_curriculum_layout .collapse.show,
.cc_curriculum_layout .collapsing {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.cc_curriculum_layout .card-body:last-child {
    /*border: none;*/
}

.cc_curriculum_layout .card-header .fa-plus,
.cc_curriculum_layout .card-header.collapsed .fa-minus {
    display: none;
}

.cc_curriculum_layout .card-header .fa-minus,
.cc_curriculum_layout .card-header.collapsed .fa-plus {
    display: block;
    vertical-align: middle;
    margin-top: 6px;
    color: #007791;
    font-size: 11px;
}

.cc_curriculum_item i {
    opacity: 0.3;
}

.cc_curriculum_item.has_video.preview i,
.cc_curriculum_item.has_video.preview span {
    color: var(--sec-color);
    cursor: pointer;
}

.cc_curriculum_show_more {
    justify-content: center;
    background-color: #e8e9eb;
    border: 1px solid #dedfe0;
    display: flex;
    padding: 10px 0;
    cursor: pointer;
}

.cc_curriculumn_subject {
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 5px;
    margin-top: 20px;
}

.cc_curriculum_item i.material-icons {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.go_cart {
    background-color: #fff;
    border: 1px solid var(--gray);
    border-radius: 2px;
    color: var(--dark);
}

.go_cart:hover {
    background-color: #f2f3f5;
    border: 1px solid var(--gray);
    color: var(--dark);
}

.cc_block_requirements {
    background-color: var(--white);
}

.cc_requirements_layout {
    margin-bottom: 20px;
}

.cc_block_teacher_info {
    background-color: #fff;
}

.cc_teacher_info_layout .cc_teacher_info_left {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.cc_teacher_info_layout .cc_teacher_info_left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.cc_teacher_info_layout .cc_teacher_info_right {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    margin-left: 1%;
}

.cc_teacher_info_layout .cc_teacher_info_right .cc_teacher_info_name {
    color: #007791;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.cc_teacher_info_layout .cc_teacher_block {
    margin-bottom: 20px;
}

.cc_teacher_info_layout .cc_teacher_block:last-child {
    margin-bottom: 0px;
}

.cc_block_student_feedback {
    background-color: var(--white);
    padding: 30px 0;
}

.cc_student_feedback_content,
.cc_student_feedback_col_item {
    display: flex;
    align-items: center;
}

.cc_student_feedback_rating p:first-child {
    font-size: 70px;
    margin-bottom: 0;
}

.cc_student_feedback_star i {
    font-size: 21px;
    color: #f4c150;
}

.cc_student_feedback_col_star i {
    font-size: 21px;
    color: #f4c150;
}

.cc_student_feedback_col_star .dark {
    color: var(--light-gray);
}

.cc_student_feedback_star .light,
.cc_student_feedback_col_star .light {
    color: #f4c150;
}

.cc_student_feedback_col_per {
    width: 60%;
    max-width: 356px;
    height: 20px;
    background-color: #f2f3f5;
    margin: 5px 20px 5px 0;
    border-radius: 3px;
    position: relative;
}

.cc_student_feedback_col_star {
    margin-right: 10px;
}

.cc_student_feedback_col_per_child {
    position: absolute;
    height: 100%;
    background-color: #a1a7b3;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.cc_student_feedback_col {
    display: flex;
    flex: 1 0 auto;
    min-width: 1px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.cc_intro_course_details_info .dot:last-child {
    display: none !important;
}

.product_wrapper span {
    font-size: 18px;
    font-weight: 700 !important;
    font-family: "Roboto-SemiBold";
}

.product_wrapper {
    width: 100%;
    display: inline-block;
    margin: 0px 0 20px 0;
    text-align: center;
}

.product_wrapper del span {
    color: gray !important;
    font-size: 15px;
    font-family: "Roboto-Regular" !important;
}

.product_wrapper ins {
    text-decoration: none !important;
}

.product_wrapper ins span {
    color: #ff3333 !important;
    margin-right: 7px;
}

/**item**/
.cc_comp_item {
    background: var(--white);
    overflow: hidden;
    position: relative;
    float: left;
    text-align: left;
    vertical-align: top;
    width: 209px;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    margin: 1px 5px 15px;
}

.cc_comp_item img {
    width: 100%;
}

.cc_comp_item_content {
    padding: 15px 10px 0 15px;
}

.cc_comp_item_content a {
    text-decoration: none;
}

.cc_comp_item_title {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: 600;
    height: 36px;
    min-height: 45px;
    font-size: 15px;
    color: var(--dark);
    margin-bottom: 10px;
}

.cc_comp_item_title:hover {
    color: var(--dark);
}

.cc_comp_item_author {
    font-size: var(--fsize-small);
    color: var(--gray);
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 21px;
    height: 21px;
}

.cc_comp_item_rate_star i {
    font-size: 13px;
    color: var(--yellow);
}

.cc_comp_item_rate_num {
    font-size: var(--fsize-small);
    color: var(--gray);
}

.cc_comp_item_fee {
    margin-top: 5px;
    font-size: 15px;
}

.cc_comp_item_fee s {
    vertical-align: middle;
    font-size: 12px;
    color: var(--gray);
}

.cc_comp_item_fee span {
    vertical-align: middle;
}

.cc_comp_item_arrow {
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
    position: absolute;
    top: 41.5%;
    font-size: 25px;
    width: 50px;
    transform: translate(0, -50%);
    height: 50px;
    padding: 0;
    color: var(--main-color);
    z-index: 1;
}

.cc_comp_item_arrow:hover {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15);
}

.cc_comp_item_arrow:focus {
    box-shadow: 0 2px 8px 2px rgba(20, 23, 28, .15) !important;
}

.cc_comp_item_arrow[data-arrow="next"] {
    right: -15px;
}

.cc_comp_item_arrow[data-arrow="prev"] {
    left: -15px;
}

.cc_comp_item_hover {
    background-color: var(--white);
    width: 335px;
    padding: 30px 21px 25px;
    box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.cc_list_course_rate_level span, a {
    text-decoration: none !important;
}

.cc_comp_item_hover .btn {
    /*width: 260px;*/
    width: 100%;
}

.cc_comp_item_hover .cc_comp_item_wishlist {
    font-size: 22px;
    color: var(--white);
    margin-right: 5px;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.cc_comp_item_hover .cc_comp_item_wishlist:hover {
    color: var(--main-color);
}

.cc_comp_item_hover a {
    color: var(--dark);
    font-size: 18px;
}

.cc_comp_item_hover_content_layout {
    flex: auto;
}

.cc_comp_item_hover_update {
    margin-bottom: 8px !important;
}

.cc_comp_item_hover_update, .cc_comp_item_hover ul li {
    color: var(--gray);
    font-size: var(--fsize-small);
}

.cc_list_course_rate {
    padding: 2px 0 4px;
}

.cc_comp_item_hover .cc_list_course_rate_level {
    padding-left: 0;
}

.cc_comp_item_hover_content_layout ul {
    padding-left: 15px;
}

.cc_comp_item_hover_content {
    margin-bottom: 8px;
    padding-top: 5px;
    color: var(--dark);
    font-size: 16px;
}

.cc_comp_item_hover::after {
    border-style: solid;
    border-width: 0 10px 13px;
    content: "";
    height: 0;
    position: absolute;
    border-color: transparent transparent #fff;
    top: 50%;
    width: 0;
}

.cc_comp_item_hover.left::after {
    left: -16px;
    transform: rotate(-90deg) translate(-50%);
}

.cc_comp_item_hover.right::after {
    right: -16px;
    transform: rotate(90deg);
}

.cc_comp_item_img {
    overflow: hidden;
    height: 124px;
    width: 100%;
}

.cc_comp_item_img img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.cc_comp_item_hover .cc_comp_item_go_cart_btn,
.cc_comp_item_hover.added_to_cart .cc_comp_item_add_cart_btn {
    display: none;
}

.cc_comp_item_hover.added_to_cart .cc_comp_item_go_cart_btn,
.cc_comp_item_hover .cc_comp_item_add_cart_btn {
    display: inline-block;
}

.cc_comp_item_wishlist {
    text-stroke: 1px var(--main-color);
    -webkit-text-stroke: 1px var(--main-color);
}

.cc_comp_item_hover.added_to_wishlist .cc_comp_item_wishlist {
    color: var(--main-color);
}

.cc_comp_item_hover_btn_layout {
    display: flex;
    justify-content: space-between;
}

.cc_comp_item_best_seller {
    position: absolute;
    top: 15px;
    left: -2px;
}

.cc_comp_hr {
    width: 100%;
    border-bottom: 1px solid var(--light-gray);
}

.cc_comp_btn_active_cod {
    background-color: var(--white);
    color: var(--gray);
    border-radius: 2px;
    color: var(--gray);
    font-size: var(--fsize-small);
    padding: 7px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.cc_comp_btn_active_cod i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}

.cc_comp_btn_active_cod:hover {
    background-color: #f1f1f1;
}

/**owl nav**/
.owl-nav button {
    border-radius: 50px;
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    transform: translate(0, -50%);
    min-height: 50px !important;
    padding: 0;
    color: var(--main-color);
    z-index: 1;
}

.owl-nav button i {
    color: #1c3ebb;
}

button.owl-next {
    right: -45px;
}

button.owl-prev {
    left: -45px
}

/**cc**/
#cc_block_get_app {
    background: url(../images/banner_footer.png) 0/30% no-repeat, linear-gradient(61deg, rgba(0, 0, 0, 0.7), #f5f5f500);
    padding: 30px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: overlay !important;
}

.cc_get_app_child h2, .cc_get_app_child p {
    color: var(--white);
    font-family: "Roboto-Regular" !important;
}

.cc_benefit_buy_course {
    text-align: center;
    margin: 35px 0 0px;
    background: url('../images/bg-contact.png') no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.cc_benefit_buy_course h2, h5 {
    color: var(--gray);
    font-weight: 700;
}

.cc_benefit_buy_course h5 {
    margin-bottom: 0 !important;
}

.cc_benefit_buy_course img {
    margin: 20px 0 10px;
}

.cc_teacher_typify {
    min-height: 235px;
    background-size: cover;
    text-align: center;
}

.cc_teacher_typify p {
    padding-top: 35px;
}

.cc_teacher_typify .cc_teacher_bold {
    font-weight: bold;
    font-size: 45px;
}

.cc_teacher_typify span:first-child {
    font-weight: 500;
    font-size: 18px;
}

.cc_teacher_typify span {
    color: #fff;
}

.cc_teacher_typify a {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    background: transparent;
}

.cc_teacher_typify a:hover {
    background: #20a3db;
    color: #ffffff;
}

/*css teacher hot*/
.cc_block_teacher_hot .cc_comp_title h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cc_block_teacher_hot .cc_comp_item_img {
    margin: 20px auto;
    width: 60%;
    text-align: center;
    height: 140px;
}

.cc_block_teacher_hot .cc_comp_item_img img {
    border-radius: 76%;
    height: 100%;
    margin-right: 0;
}

.cc_block_teacher_hot .cc_comp_item {
    width: 267px !important;
}

.cc_block_teacher_hot .cc_comp_item_content a {
    color: var(--gray);
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.cc_block_teacher_hot .cc_comp_item_content {
    padding: 0;
}

.cc_block_teacher_hot .cc_comp_item_layout_parent {
    margin-bottom: 20px;
}

/*css register gift*/

.cc_login_regis_form form.signup div label {
    color: #727679;
    font-size: 17px;
}

/**category**/
.cc_block_categories {
    padding-top: 30px;
}

.cc_block_categories a {
    color: var(--gray);
    display: flex;
    align-items: center;
}

.cc_categories_item {
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: var(--bshadow);
    margin-bottom: 17px;
    width: 100%;
}

.category-icon {
    float: left;
    margin: 5px 0 0 0;
}

.cc_categories_item div:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc_categories_item img {
    width: 25px;
}

.cc_categories_item div i, img {
    font-size: 22px;
    margin-right: 10px;
}

/**teacher**/
#cc_block_teacher_hot {
    padding: 30px 0 0;
    width: 100%;
    display: inline-block;
}

.text h3 {
    font-size: 1.5rem
}

.slide-item .teacher {
    width: 270px;
    border-radius: 15px;
    margin: 0px !important;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25) !important;
}

#cc_block_teacher_hot .cc_comp_item_img {
    position: relative;
}

#cc_block_teacher_hot .cc_comp_item_img img {
    height: 230px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 15px 0 0;
}

#cc_block_teacher_hot .t__like span {
    color: #fff;
}

#cc_block_teacher_hot .t__like {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#cc_block_teacher_hot .teacher__like:hover {
    background: var(--main-color);;
    border-color: var(--main-color);;
}

#cc_block_teacher_hot .teacher__like:hover a {
    color: #fff;
}

#cc_block_teacher_hot .cc_comp_item_content a {
    color: #333;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Roboto-Bold" !important;
    min-height: unset !important;
}

.teacher-desc ul li, .teacher-desc p {
    text-align: left;
    margin-bottom: 5px !important;
    font-size: 14px;
}

.teacher-desc ul li, .teacher-desc p {
    position: relative;
    padding-left: 10px;
}

.teacher-desc ul li:before, .teacher-desc p:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    display: inline-block;
    margin-right: 5px;
    left: 0px;
    position: absolute;
    top: 8px;
}

#cc_block_teacher_hot .cc_comp_item_img {
    overflow: hidden;
    height: auto !important;
}

.cc_comp_item .product_wrapper {
    color: gray !important;
}

.cc_comp_item .product_wrapper span {
    color: gray !important;
}

.cc_comp_item .product_wrapper del span {
    font-size: 13px;
}

.cc_comp_item .product_wrapper ins span {
    font-size: 13px;
    color: #ff3333 !important;
}

.cc_comp_item .product_wrapper {
    margin: 0px !important;
}

section#bk-course-featured {
    width: 100%;
    padding: 30px 0 0 0;
}

.cc_comp_item .product_wrapper span {
    font-size: 13px;
}

.cc_block_filter_course {
    padding: 30px 0;
}

.cc_filter_course_content ul {
    list-style-type: none;
    padding-left: 0;
}

.cc_filter_course_content li {
    display: inline-block;
    margin: 15px 5px 0;
}

.cc_filter_course_content a:hover {
    color: var(--gray);
}

.cc_filter_course_content .cc_comp_btn_outline_color {
    border: solid 1px #d0d0d0;
}

.main-view-search {
    padding: 30px 0;
}

ul.cc_list_course_rate_level {
    list-style-type: none;
}

.cc_block_list_course {
    padding: 0px;
}

.cc_list_course_content {
    margin-top: 10px;
}

.cc_block_list_course .cc_list_course_item:hover {
    background: #F7F8FA;
    cursor: pointer;
}

.cc_list_course_item .course-info {
    padding-left: 0px;
}

.cc_list_course_title {
    margin-bottom: 8px;
}

.cc_list_course_title a {
    font-size: 15px;
    font-weight: 700;
    color: #29303b;
    margin: 0;
    padding: 0;
    line-height: 18px;
    display: inline;
    margin-right: 20px;
}

.cc_list_course_rate_level {
    font-size: 13px;
}

.cc_list_course_rate {
    padding: 0px 0px 4px;
}

@media only screen and (min-width: 768px) {
    .cc_list_course_title a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .cc_list_course_title a {
        font-size: 18px;
        font-weight: 600;
    }
}

.item-price {
    text-align: right;
    margin-right: 10px;
}

.item-price .package-price {
    font-size: 18px;
    display: block;
    color: #29303b;
}

.item-price .price-real {
    margin: 3px 4px;
    font-size: 13px;
    color: #686f7a;
}

.cc_comp_btn_outline_color.cat_selected {
    background: #b6b6b6;
    border: none;
    color: #050505;
    font-weight: 400;
}


.css_find, .list_user, .ls_course {
    width: 100%;
    height: 100%;
}

.main-view-search .list_user {
    margin: 30px 9%;
}

.main-view-search .list_user .num_result {
    font-size: 16px;
    color: #464646;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.main-view-search .ls_teacher {
    margin-top: 15px;
}

.main-view-search .ls_teacher .tc_item {
    width: auto;
    border-radius: 7px;
    border: solid 1px #006fba;
    display: inline-block;
    text-align: center;
    padding: 15px 14px;
    margin-right: 20px;
    color: #006fba;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    cursor: pointer;
    margin-top: 5px;
}

.main-view-search .ls_teacher .tc_item:hover {
    background-color: #006fba;
    color: #fff;
}

.main-view-search .ls_course .row-filter .filter-left {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.main-view-search .ls_course .row-filter .cc_filter_course_layout {
    display: inline-block;
}

.main-view-search .ls_course .row-filter .filter-item {
    padding: 5px 10px;
    border: solid 1px #d0d0d0;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    cursor: pointer;
    background-color: #fff;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown i {
    display: inline-block;
    vertical-align: middle;
}

.main-view-search .ls_course .row-filter .filter-item.open {
    background-color: #f4f7f8;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu {
    position: absolute;
    top: 32px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 4px 0 0 -2px;
    padding: 5px 0;
    border-radius: 2px;
    font-weight: normal;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    display: none;
    white-space: nowrap;
}

.main-view-search .ls_course .row-filter .filter-left .filter-item .sp_dropdown_menu,
.main-view-search .ls_course .row-filter .filter-right .filter-item .sp_dropdown_menu {
    left: 1px;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu.review {
    width: 300px;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    display: block;
    padding: 5px 14px;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    /*position: absolute;*/
    /*opacity: 0;*/
    /*pointer-events: none;*/
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .sp_level {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    font-size: 14px;
    margin-left: 5px;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .num_value {
    display: inline-block;
    vertical-align: middle;
    color: #9b9b9b;
    font-size: 14px;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .checkmark {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input:checked ~ .checkmark {
    background-color: #23527c;
    border: 2px solid #23527c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-view-search .ls_course .row-filter .filter-right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .r_checkmark {
    position: absolute;
    top: 13px;
    left: 14px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label:hover input[type="radio"] ~ .r_checkmark {
}

/* When the radio button is checked, add a blue background */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input:checked ~ .r_checkmark {
    background-color: #23527c;
    border: 2px solid #23527c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .r_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label input:checked ~ .r_checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu label .r_checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu .sp_level i {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    color: orange;
}

.main-view-search .ls_course .row-filter .filter-item .sp_dropdown_menu .sp_level i.un_rate {
    color: #ccc;
}

.main-view-search .ls_course .row-filter .filter-right .filter-item .sp_dropdown_menu label {
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 0px;
}

.main-view-search .ls_course .row-filter .filter-right .filter-item .sp_dropdown_menu label:hover {
    background-color: #f6f6f7;
    color: #fff;
}

.main-view-search .ls_course .row-filter .filter-right .filter-item .sp_dropdown_menu label:hover span {
    color: #343a40;
}

.main-view-search .cc_comp_title {
    margin-bottom: 30px;
}

.cc_block_list_course {
    background-color: var(--white);
    padding: 30px 0;
}

.cc_block_list_course .custom-select:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.cc_list_course_item {
    padding: 15px 0;
    border-top: 1px solid var(--light-gray);
    cursor: pointer;
}

.cc_list_course_item:last-child {
    border-bottom: 1px solid var(--light-gray);
}

.cc_list_course_img {
    height: 200px;
    overflow: hidden;
}

.cc_list_course_img img {
    box-shadow: 0 0 0 1px hsla(220, 7%, 92%, .5);
}

.cc_list_course_title p {
    font-size: var(--fsize-small);
    color: var(--gray);
    margin-bottom: 10px;
}

.cc_list_course_title a {
    font-weight: 600;
    margin-bottom: 0;
    color: var(--gray);
}

.cc_list_course_content {
    font-size: var(--fsize-small);
    color: var(--gray);
}

.cc_list_course_rate_hightest {
    background-color: #F4C150;
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    padding: 1px 7px;
    position: relative;
    display: inline-block;
}

.cc_list_course_lectures {
    margin-bottom: 10px;
}

.cc_list_course_lectures li::before {
    content: "" !important;
}

.cc_list_course_rate_hightest::after {
    content: "";
    border-radius: 3px;
    right: -5px;
    background: inherit;
    height: 11px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 11px;
    z-index: 1;
    display: block;
}

.css_show_tag {
    margin-right: 20px;
}

.cc_list_course_rate_level {
    font-size: var(--fsize-small);
    color: var(--gray);
    display: block;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.cc_list_course_rate_level li {
    position: relative;
    display: inline-block;
}

.cc_list_course_rate_level li:not(:first-child) {
    margin-left: 15px;
}

.cc_list_course_rate_num, .cc_list_course_rate_star {
    display: inline-block;
}

.cc_list_course_rate_num li:first-child {
    margin-left: 0;
}

.cc_list_course_rate_star i {
    font-size: 12px;
    color: var(--yellow);
}

.cc_list_course_rate_num {
    font-size: var(--fsize-small);
    color: var(--gray);
}

.cc_list_course_rate_num span {
    color: var(--light-gray);
}

.cc_list_course_details > i {
    position: absolute;
    top: 10px;
    right: 25px;
    color: var(--main-color);
    font-size: 18px;
    cursor: pointer;
}

.cc_comp_pagination {
    margin-top: 30px;
}

.cc_comp_pagination .page-item.active .page-link {
    background-color: var(--sec-color);
    border-color: var(--sec-color);
    color: var(--white);
}

.cc_comp_pagination .page-item .page-link {
    color: var(--sec-color);
}

#mobile {
    display: none;
}


.cc_block_added_course {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(41, 48, 59, .8);
    z-index: 9999999;
    display: none;
}

.cc_added_course_layout {
    width: 900px;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px;
}

.cc_added_course_header .btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cc_added_course_content {
    display: flex;
    padding: 30px;
    background-color: #e9f7f1;
    border-color: #e9f7f1;
    color: #004025;
    border-radius: 3px;
    align-items: center;
}

.cc_added_course_content > div {
    flex: 1 1 auto;
}

.cc_comp_btn_second_color {
    background-color: var(--sec-color);
    border-radius: 2px;
    color: #fff;
    border: 1px solid var(--sec-color);
}

/**cart**/
.cc_block_intro_shop_cart {
    padding: 30px 0;
    background-color: #505763;
}

.cc_intro_shop_cart_hook h1 {
    font-weight: 500;
    font-family: "Roboto-Regular" !important;
}

.form-promotion .css-apply {
    border: 1px solid #948a8acc !important;
    background: #948a8acc;
    border: 0;
}

.form-promotion .css_input_apply_code {
    transition: border-color 0.15s ease-out, box-shadow 0.15s ease-in-out;
}

.css_active_code {
    background: #ec5252 !important;
}

.cc_block_list_shop_cart {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding: 30px 0;
    background-color: var(--white);
}

.cc_list_shop_cart_layout {
    border: 1px solid #dedfe0;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    position: relative;
}

.cc_list_shop_cart_img {
    width: 18%;
    margin-right: 15px;
}

.cc_list_shop_cart_img img {
    width: 130px;
    height: 73px;
    object-fit: cover;
}

.cc_list_shop_cart_title {
    margin-right: 15px;
}

.cc_list_shop_cart_title a {
    color: var(--dark);
}

.cc_list_shop_cart_title p {
    margin-bottom: 0;
    color: var(--gray);
    font-size: var(--fsize-small);
}

.cc_list_shop_cart_money p {
    color: var(--main-color);
    margin-bottom: 0;
}

.cc_list_shop_cart_money s {
    color: var(--gray);
}

.cc_list_shop_cart_money {
    margin: 0 15px;
    flex: 1;
}

.cc_list_shop_cart_img,
.cc_list_shop_cart_remove,
.cc_list_shop_cart_money,
.cc_list_shop_cart_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_remove .btn {
    background-color: transparent;
    color: var(--gray);
}

.cc_list_shop_cart_remove .btn:hover {
    background-color: var(--main-color);
    color: var(--white);
}

.cc_list_shop_cart_payment > .btn {
    width: 100%;
    margin: 15px 0;
}

.cc_list_shop_cart_payment form {
    display: flex;
}

.cc_list_shop_cart_payment_child p,
.cc_list_shop_cart_payment_child s {
    margin-bottom: 0;
    color: var(--gray);
}

.cc_list_shop_cart_payment_child p:first-child {
    font-size: 20px;
    color: var(--gray);
}

.cc_list_shop_cart_payment_child p:nth-child(2) {
    font-size: 32px;
    color: var(--dark);
}

.cc_list_shop_cart_payment_child {
    display: block;
}

.cc_list_shop_cart_payment_child > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_content {
    width: 65%;
    font-size: var(--fsize-small);
    color: var(--dark);
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cc_list_shop_cart_content:hover {
    color: var(--dark);
    text-decoration: none;
}

.cc_list_shop_cart_content > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cc_list_shop_cart_payment .cc_comp_btn_main_color {
    padding: 13px 0px;
}

.cc_list_shop_cart_payment form input {
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 12px;
}

.cc_list_shop_cart_payment form button {
    font-size: 15px;
}

.cart-empty h4 {
    font-family: 'Roboto-Regular' !important;
    font-size: 20px;
}

.cart-empty img {
    height: 200px;
    margin-bottom: 30px;
}

.cart-empty {
    text-align: center;
}

.cc_list_shop_cart_count h6 {
    font-family: 'Roboto-Regular' !important;
}

.cc_list_shop_cart_money .font-weight-bold {
    color: var(--main-color)
}

.go_cart {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid var(--gray) !important;
    border-radius: 2px !important;
    color: var(--dark) !important;
}

.go_cart:hover {
    background-color: #f2f3f5 !important;
    border: 1px solid var(--gray) !important;
    color: var(--dark) !important;
}

/**checkout**/
.cc_block_payment_nav {
    background: #f2f3f5;
}

.cc_payment_total_pay .cc_payment_cart {
    border: 1px solid #cdcdcd;
}

.select2-selection__clear {
    display: none;
}

.cc_payment_2_form .form-inline .form-group {
    align-items: flex-start;
}

.cc_payment_2_form .form-inline .form-group label.col-sm-4 {
    padding-top: 9px;
}

.cc_payment_item_child {
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-direction: row;
}

.cc_payment_item_child span {
    color: var(--dark);
    font-weight: 600;
    white-space: nowrap;
}

.cc_payment_item_step {
    border: 2px solid;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.cc_payment_item_step_hide {
    display: none;
}

.form-promotion {
    display: none;
    margin-top: 15px;
}

.form-promotion .css-apply {
    border: 1px solid #948a8acc !important;
    background: #948a8acc;
    border: 0;
    margin-left: 8px;
}

.css_active_code {
    background: #ec5252 !important;
    border: 1px solid #ec5252 !important;
}

.cc_payment_item_step_done {
    font-size: 24px;
    margin-right: 10px;
    color: #60A222 !important;
    display: none;
}

.cc_payment_item_step_done_show {
    display: block;
}

.cc_payment_item.active span {
    color: var(--white);
}

.cc_payment_item_step_done i {
    background: #fff;
    border-radius: 50%;
}

.cc_payment_item:not(.third_color):nth-child(2)::after {
    border-left: 11px solid #dedfe2;
}

.cc_payment_item:not(.third_color).active::after {
    border-left: 11px solid var(--main-color);
}

.cc_payment_item:not(.third_color)::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 11px solid #f1f1f1;
}

.cc_payment_item.sec_color {
    background-color: #dedfe2;
}

.cc_payment_item.third_color::after {
    border-left: 12px solid transparent;
}

.cc_block_payment_success {
    display: none;
}

.cc_block_payment, .cc_block_payment_done, .cc_block_payment_table {
    background-color: var(--white);
    padding: 18px 0 30px;
}

.cc_block_payment .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.cc_block_payment .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--main-color);
}

.cc_payment_1_or {
    position: relative;
}

.cc_payment_1_or span {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: -10px;
    padding: 0 20px;
    transform: translate(-50%);
    color: var(--gray);
    white-space: nowrap;
}

.cc_payment_1_login_diffrent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc_payment_1_form {
    border: 1px solid var(--light-gray);
    padding: 20px;
    border-radius: 3px;
}

.cc_payment_1_form_child {
    margin-left: auto;
    margin-right: auto;
}

.cc_payment_1_login_diffrent > div {
    width: 100%;
}

.cc_payment_1_login_diffrent a {
    justify-content: center;
    padding: 5px 20px;
    font-size: 14px;
}

.cc_payment_1_login_diffrent a span {
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 5px;
    white-space: nowrap;
}

.cc_payment_1_login_diffrent a img {
    vertical-align: middle;
}

.cc_payment_number {
    padding: 0 10px;
    border-left: 2px solid var(--main-color);
    display: flex;
    justify-content: space-between;
}

.cc_payment_number span:last-child {
    color: var(--sec-color);
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.cc_payment_number i {
    font-size: 8px;
    border: 1px solid var(--sec-color);
    border-radius: 50%;
    padding: 3px;
    color: var(--sec-color);
}

.cc_payment_cart {
    border-radius: 3px;
}

.cc_navbar_shop_cart_total hr {
    border-top: 1px dashed #ddd;
    margin-top: 16px;
    margin-bottom: 16px;
}

.cc_payment_cart .cc_navbar_shop_cart_total p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cc_payment_cart .cc_navbar_shop_cart_total p span {
    font-size: 14px;
    color: var(--main-color);
}

.cc_payment_cart .cc_navbar_shop_cart_total p span:first-child {
    font-size: 14px !important;
    color: var(--gray);
}

.cc_payment_cart .cc_navbar_shop_cart_total p:nth-child(2) span:last-child {
    color: var(--sec-color);
}

.cc_payment_step2 {
    display: none;
}

.cc_payment_2_title {
    padding: 0 10px;
    border-left: 2px solid var(--main-color);
    display: flex;
    justify-content: space-between;
}

.cc_payment_2_note {
    padding: 10px;
    border: 1px solid var(--sec-color);
    border-radius: 3px;
    color: var(--sec-color);
}

.cc_payment_2_sub_title i {
    color: var(--main-color);
}

.cc_payment_2_form .form-inline .form-group .form-control {
    width: 100% !important;
}

.cc_payment_2_form .form-inline .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cdcdcd;
}

.cc_payment_2_form .form-inline .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #cdcdcd;
}

.cc_payment_2_form .form-inline .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #cdcdcd;
}

.cc_payment_2_form .form-inline .form-group .form-control:-moz-placeholder { /* Firefox 18- */
    color: #cdcdcd;
}

.cc_payment_2_form_note {
    font-size: 13px;
    color: var(--gray);
    font-style: italic;
}

.cc_payment_2_form .form-group {
    width: 100%;
    margin-bottom: 10px;
}

.cc_payment_2_form .form-group label {
    justify-content: flex-start;
}

.cc_payment_2_form .form-group label span {
    color: var(--main-color);
}

.cc_payment_2_form .form-control:focus {
    border: 1px solid var(--dark);
    box-shadow: none;
}

.cc_payment_2_time_step {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cc_payment_2_time_step > span:last-child {
    color: var(--sec-color);
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

.cc_payment_2_time_step i {
    font-size: 8px;
    border: 1px solid var(--sec-color);
    border-radius: 50%;
    padding: 3px;
    color: var(--sec-color);
}

.cc_payment_2_time_course p {
    font-size: var(--fsize-small);
    color: var(--gray);
}

.cc_payment_step3 {
    display: none;
}

.cc_payment_3 .custom-control-label {
    display: flex;
    align-items: center;
}

.cc_payment_3 .custom-control-label img {
    width: 64px;
}

.cc_payment_3_noty {
    font-size: 13px;
}

.cc_payment_3 .custom-control-label::before,
.cc_payment_3 .custom-control-label::after {
    top: 50%;
    transform: translate(0, -50%);
}

.cc_payment_3_term_edit_info {
    display: flex;
    justify-content: space-between;
}

.cc_payment_3_term_edit_info span:last-child {
    color: var(--sec-color);
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.cc_payment_3_term_edit_info i {
    font-size: 8px;
    border: 1px solid var(--sec-color);
    border-radius: 50%;
    padding: 3px;
    color: var(--sec-color);
}

.cc_payment_3_term {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.cc_payment_3_term .custom-control {
    line-height: 1.5rem;
}

.cc_payment_3_term_check .custom-control-label {
    font-size: var(--fsize-small);
}

.cc_payment_3_term_check .custom-control-label a {
    color: var(--sec-color);
}

.show {
    display: block;
}

.cc_payment_item.active {
    background-color: var(--main-color);
}

.cc_payment_done_content p:first-child {
    color: #60a222;
    font-size: 20px;
}

.cc_payment_done_content p:last-child {
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #60a222;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    color: var(--white);
}

.cc_payment_done_details {
    margin-top: 6em;
}

.cc_payment_done_details p {
    color: var(--dark);
}

.cc_payment_done_details_2 {
    background-color: #efefef;
    padding: 10px;
    border-radius: 3px;
}

.cc_payment_table_name p {
    margin-bottom: 0;
    font-size: var(--fsize-small);
}

.cc_payment_table_thead tr th {
    border-bottom: none;
    border-top: none;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.cc_payment_table_thead {
    background-color: #f5f5f5;
}

.cc_payment_table_tbody tr td {
    border-top: none;
    border-bottom: 1px solid var(--light-gray);
}

.cc_payment_table_layout tr th,
.cc_payment_table_layout tr td {
    vertical-align: middle;
}

.cc_payment_table_img {
    display: flex;
    align-items: center;
}

.cc_payment_done_accordion_layout .card {
    border: none;
}

.cc_payment_done_accordion_layout .card-header {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}

.cc_payment_done_accordion_layout .card-header span {
    display: flex;
    align-items: center;
}

.cc_payment_ship_default {
    color: #60a222;
}

.cc_payment_done_accordion_layout .card-body {
    padding-left: 0;
    padding-right: 0;
}

.cc_payment_done_accordion_layout .card-header.collapsed .cc_payment_arrow[data-type="up"],
.cc_payment_done_accordion_layout .card-header .cc_payment_arrow[data-type="down"] {
    display: none;
}

.cc_payment_done_accordion_layout .card-header .cc_payment_arrow[data-type="up"],
.cc_payment_done_accordion_layout .card-header.collapsed .cc_payment_arrow[data-type="down"] {
    display: block;
}

#js-form-info-receiver {
    display: none;
}

.cc_payment_1_form .help-block {
    color: #737373;
}

#js-form-export-bill {
    margin-top: 10px;
    display: none;
}

#js-form-export-bill .custom-checkbox {
    margin-bottom: 8px;
}

#js-form-export-bill .help-block {
    font-size: 13px;
}

.select2-container--default {
    width: 100% !important;
}

.select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 66% !important;
}

.input-group-addon {
    padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.info_user_pay {
    margin: 0 0 10px 0;
}

.input-group-addon input {
    padding: 19px;
}

.purchase_method_box {
    margin: 20px 0;
    background: #f2f3f5;
    padding: 20px;
}

#section-payment, .hide_info_order_online {
    display: none;
}

.css_disable_img {
    opacity: 0.5;
}

.css_disable_img img {
    filter: contrast(1.8) brightness(1.5) grayscale(1);
}

figure:before {
    z-index: 3;
    mix-blend-mode: overlay;
    box-shadow: 0 0 200px black inset;
}

.cc_block_payment_type_info .cc_payment_number a {
    color: var(--sec-color);
}

.cc_block_payment_nav {
    background: #f2f3f5;
}

.cc_payment_total_pay .cc_payment_cart {
    border: 1px solid #cdcdcd;
}

.select2-selection__clear {
    display: none;
}

.cc_payment_2_form .form-inline .form-group {
    align-items: flex-start;
}

.cc_payment_2_form .form-inline .form-group label.col-sm-4 {
    padding-top: 9px;
}

.orderBody .th-head td {
    padding: 10px 10px !important;
}

.orderBody .th-head {
    background: var(--main-color);
    color: #fff;
}

.orderBody tr:nth-child(even) {
    background: #f2f2f2f2;
    font-size: 15px;
}

.orderBody tr td {
    padding: 10px;
}

.orderBody tr td:nth-child(1) {
    width: 30%;
}

.orderBody {
    margin-bottom: 20px;
}

/***active**/
.cc_main_active_layout {
    text-align: center;
    background-color: #fff;
}

.cc_box_active {
    display: inline-block;
    background-color: #f1f1f1;
    margin: 40px;
    padding: 20px 0px;
    width: 40%;
}

.cc_box_active .cc_box_title {
    font-weight: 600;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cc_box_active input[type='text'], .cc_box_active input[type='password'] {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 2px;
    width: 80%;
    outline: none;
}

.cc_box_active input.ip_active {
    font-size: 16px;
    height: 43px;
    text-align: center;
    outline: none;
}

.cc_box_active input:focus, .cc_box_active input:active {
    border: 1px solid #9b9b9b !important;
}

@media screen and (max-width: 769px) {
    .cc_box_active {
        width: 80%;
    }
}

.cc_row {
    margin-bottom: 7px;
}

.cc_row label {
    display: block;
    text-align: left;
    margin-left: 10%;
    font-size: 14px;
}

.cc_row label.error {
    font-size: 12px;
}

.cc_row input[type='radio'] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.cc_row input[type='radio']:checked + span {
    font-weight: 600;
}

.cc_box_active .btn-action {
    display: inline-block;
    width: 80%;
    border: 1px solid #9b9b9b;
    background-color: #ccc;
    border-radius: 2px;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 8px 6px -6px #9b9b9b;
}

.cc_box_active .btn-action:hover {
    opacity: 0.8;
}

.cc_box_active .cc_row_btn {
    margin-top: 35px;
}

.cc_box_active .btn-action i {
    margin-right: 5px;
}

.cc_box_active .btn-action.cc_btn_active {
    background-color: #0a9d57;
    border: 1px solid #0a9d57;
    color: #fff;
}

.cc_box_active .cc_btn-google {
    color: #9b9b9b;
    background-color: #fff;
}

.cc_box_active .cc_btn-google:hover {
    color: #fff;
    background-color: #EA4335;
    border: 1px solid #EA4335;
}

.cc_or {
    display: inline-block;
    width: 80%;
    border: 1px solid #ccc;
    height: 0px;
    margin-top: 5px;
}

.cc_or .cc_sp_or {
    font-size: 14px;
    background-color: #f1f1f1;
    margin-top: -25px;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

/**review**/
.cc_block_featured_review {
    background-color: #fff;
}

.cc_block_featured_review .cc_comp_title {
    position: relative;
}

.cc_block_featured_review .cc_comp_title h3 {
    display: inline-block;
}

.cc_reviews_layout {
    margin-bottom: 30px;
}

.cc_reviews_item {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #ccc;
}

.cc_reviews_item .cc_reviews_left {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.cc_reviews_item .cc_reviews_left .cc_reviews_user_avatar, .cc_reviews_item .cc_reviews_left .cc_reviews_user_info {
    display: inline-block;
    vertical-align: middle;
}

.cc_reviews_item .cc_reviews_left .cc_reviews_user_info {
    margin-left: 10px;
}

.cc_reviews_item .cc_reviews_left .cc_reviews_user_info .cc_reviews_user_date_review {
    display: block;
    color: #686f7a;
    font-size: 15px;
}

.cc_reviews_item .cc_reviews_left .cc_reviews_user_info .cc_reviews_username {
    color: #29303b;
    font-size: 15px;
}

.cc_reviews_item .cc_reviews_left .cc_reviews_user_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.cc_reviews_item .cc_review_right {
    display: inline-block;
    vertical-align: top;
    width: 58%;
}

.cc_reviews_item .cc_review_right .cc_reviews_star_rate i {
    color: #f4c150;
    font-size: 21px;
}

.cc_reviews_search_box {
    position: absolute;
    right: 0px;
    top: -3px;
}

.cc_reviews_search_box .cc_reviews_search_ip {
    height: 34px;
    padding: 6px 10px;
    font-size: 13px;
    min-width: 220px;
    padding-right: 10px !important;
    border: 1px solid #cacbcc;
    position: relative;
}

.cc_reviews_search_box .cc_reviews_ic_cancel {
    position: absolute;
    right: 43px;
    top: 9px;
    font-size: 15px;
    color: #ccc;
    cursor: pointer;
}

.cc_reviews_search_box .cc_reviews_sp_search {
    height: 34px;
    display: inline-block;
    background-color: #007791;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -5px;
    padding: 6px 10px;
    cursor: pointer;
}

.cc_reviews_search_box .cc_reviews_sp_search:hover {
    background-color: #003440;
}

.cc_reviews_search_box .cc_reviews_sp_search i {
    font-size: 19px;
}

@media screen and (max-width: 769px) {
    .cc_reviews_search_box .cc_reviews_search_ip {
        min-width: 190px;
    }
}

@media screen and (max-width: 415px) {
    .cc_block_featured_review .cc_comp_title1 {
        display: none !important;
    }

    .cc_block_featured_review .cc_comp_title2 {
        display: block !important;
    }
}

.cc_block_featured_review .cc_comp_title {
    margin-bottom: 15px;
}

.cc_reviews_user_avatar img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 50%;
}

.cc_reviews_star_rate .dark {
    color: var(--light-gray) !important;
}

/**
setting for forget password
 */
.container .box-container {
    margin-top: 120px;
    vertical-align: top;
    display: inline-block;
    align-content: center;
    margin: 15% 20%;
    width: 60%;
    border: 1px solid #D7D7D7;
}

.container .box-container .box-center {
    width: 83.33333333%;
    margin: auto;
    text-align: center;
}

.container .box-container h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Roboto-Semibold;
    line-height: 1.1;
    color: inherit;
    text-align: center;
}

.container .box-container p {
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
}

.container .box-container .form-control {
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container .box-container .box-center input {
    margin-top: 20px;
    margin-bottom: 10px;
}

.container .box-container .box-center .btn-submit {
    width: 160px;
    height: 40px;
    background: #0a9d59;
    color: white;
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
}

.container .box-container .box-center .btn-submit:hover {
    opacity: 0.7;
}

.forget-pass #forgot p:hover {
    opacity: 0.8;
}

.form-forgot-pwd label.error {
    float: left;
    font-size: 12px;
    color: red;
    margin-top: -9px;
}

.form-forgot-pwd input.error {
    border: 1px solid red !important;
}

section.cc_benefit_buy_course img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

.post .cc_list_course_img {
    height: 150px;
}

.post .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: gray;
}

.excerpt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-top: 10px;
}

.post-excerpt {
    background: #f2f2f2;
    padding: 15px 10px;
    border-left: 5px solid var(--main-color);
    margin-bottom: 20px;
    font-size: 15px;
}

.post-entry img {
    width: 100%;
    height: auto;
}

.post-entry {
    line-height: 25px;
    font-size: 16px;
}

.post-entry p {
    margin: 0 0 10px 0;
}

.backUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    right: 37px;
    background: var(--main-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
}

/**page**/
section#single-page {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.post-entry ul li {
    list-style: inside disc !important;
}

.category-description {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0px 0px 15px;
    font-size: 16px;
    border-left: 4px solid var(--main-color);
}


.fab {
    transition: all 120ms ease-in-out;
    width: 56px !important;
    height: 56px !important;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px !important;
    bottom: 18px !important;
    user-select: none;
    cursor: pointer;
    color: #FF9500;
    font-size: 5em;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 8%), 0px 3px 10px rgb(0 0 0 / 8%);
}

.roundCool {
    border-radius: 50%;
    z-index: 99999999;
}

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

div#main-fab {
    right: 30px !important;
    position: fixed;
    bottom: 80px !important;
}

.fab::before {
    content: attr(data-tooltip);
    transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    color: #333333;
    right: 65px;
    top: 19%;
    background-color: #FFD057;
    font-size: .6em;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 32px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.img-circle {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inner-fabs .fab {
    width: 48px;
    height: 48px;
    right: 35px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 4%), 0px 3px 10px rgb(0 0 0 / 4%);
}

.inner-fab-icon {
    margin: 0px !important;
    height: 40px;
    width: 40px;
}

.inner-fabs .fab {
    width: 48px;
    height: 48px;
    right: 35px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 4%), 0px 3px 10px rgb(0 0 0 / 4%);
}

.inner-fabs {
    display: none
}

.inner-fabs.show {
    display: block
}

.inner-fabs.show .fab::before {
    content: attr(data-tooltip);
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

.inner-fabs.show .fab:nth-child(1) {
    bottom: 145px !important;
}

.inner-fabs.show .fab:nth-child(2) {
    bottom: 210px !important;
}

.inner-fabs.show .fab:nth-child(3) {
    bottom: 275px !important;
}

.inner-fabs.show + .fab i {
    transform: rotate(135deg);
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgb(0 0 0 / 40%);
    }
    25% {
        box-shadow: 0 0 0 10px rgb(0 0 0 / 40%), 0 0 0 20px rgb(0 0 0 / 20%);
    }
    25% {
        box-shadow: 0 0 0 15px rgb(0 0 0 / 40%), 0 0 0 30px rgb(0 0 0 / 20%);
    }
}


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 50px;
    right: 194px;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
    margin: 0px !important;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 160px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 35px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}

.cc_diffrents_item p {
    font-weight: normal !important;
    font-family: "Roboto-Regular" !important;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.cc_block_hero_bg .cc_hero_bg_hook.text-white {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.slide-banner button.owl-prev, .slide-notifications button.owl-prev {
    left: 25px;
}

.slide-banner button.owl-next, .slide-notifications button.owl-next {
    right: 25px;
}

.slide-notifications button.owl-prev, .slide-notifications button.owl-next {
    min-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px !important;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }

    .hotline-phone-ring-wrap {
        bottom: 120px;
        right: 0px;
    }
}


.question-list {
    background: #fff3cd;
    padding: 15px;
    width: 100%;
    display: inline-block;
}

.slide-banner .owl-dots, .slide-notifications .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-notifications .owl-dots {
    bottom: 60px;
}

.slide-banner .owl-dots button, .slide-notifications .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0px 3px;
}

.slide-notifications .cc_comp_notification img {
    width: 100%;
    height: 328px;
    object-fit: cover;
    object-position: center;
}

.slide-banner .owl-dots button.active, .slide-notifications .owl-dots button.active {
    background: var(--main-color) !important;
}

/**post-new**/
section#bk-new {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

section#bk-new .bk-post-grid {
    background: #f2f3f5;
    padding: 10px;
    border-radius: 5px;
}

.cc_comp_post-list {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.cc_comp_post_item {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px !important;
}

.cc_comp_post_item:last-child {
    margin-bottom: 0px;
}

.cc_comp_post_item .cc_comp_post_item_thumbnail {
    width: 100%;
    height: 200px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
}

.cc_comp_post_item .cc_comp_post_item_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.cc_comp_post_item .cc_comp_post_item_content {
    width: 100%;
    padding: 10px 0;
}

.cc_comp_post_item .cc_comp_post_item_content a {
    font-family: "Roboto-Bold" !important;
}

.cc_comp_post_item .cc_list_content .date {
    font-size: 13px;
    color: var(--gray)
}

.cc_list_course_title a {
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 700;
}

.cc_comp_notification h3 {
    color: #fff;
    background: var(--main-color);
    padding: 14px 15px;
    font-size: 15px;
    font-weight: normal !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: "Roboto-Regular" !important;
}

.banner-add-1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-add-1 img {
    width: 100%;
}

div#showBoard .modal-content {
    background: url(../images/bangvang.png) no-repeat;
    background-size: 100%;
    padding: 40px;
}


div#showBoard h5#exampleModalLongTitle p {
    margin: 0px !important;
    text-transform: uppercase;
    text-shadow: 4px 0px orange;
    color: #fff;
    font-size: 35px;
}

div#showBoard .modal-header {
    border: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

div#showBoard h5#exampleModalLongTitle {
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
}

div#showBoard .modal-body table thead th, div#showBoard tbody tr td {
    color: #fff;
}

/**user**/
.avatar-user {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.avatar-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.cc_intro_course_details_title p span.dot:last-child {
    display: none;
}


.bang-vang {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 50px;
    left: 15px;
    border-radius: 50%;
    background: #fff;
    z-index: 999;
    border: 1px solid #f2f2f2;
    padding: 5px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.bang-vang img {
    width: 100%;
    height: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    object-fit: contain;
    border-radius: 50%;
}

/**category point**/
.category-item {
    height: 100%;
}

.category-price .product_wrapper {
    text-align: left;
    margin: 10px 0;
}

.category-item .course-content h3 {
    margin: 0px !important;
    height: unset !important;
    min-height: unset !important;
}

.category-item .date {
    font-size: var(--fsize-small);
    color: var(--gray);
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 21px;
    height: 21px;
}

.category-item .product_wrapper ins span, .category-item .product_wrapper .price-text {
    font-size: 16px;
}

.category-item .product_wrapper del span {
    font-size: 14px;
}

.cc_time_point {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cc_time_point #countdown {
    margin-left: 10px;
    font-family: "Roboto-Bold";
    color: #ff3333 !important;
    font-size: 25px;
}

.question-pdf {
    width: 100%;
    text-align: center;
    height: 100vh;
}

.question-list {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

.no-bg:before, .course-item .course-thumbnail:before {
    display: none !important;
}

section#bk-information .cc_diffrents_iteme {
    display: flex;
}

section#bk-information .cc_diffrents_iteme .icon {
    width: 200px;
}

section#bk-information .cc_diffrents_iteme .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section#bk-information .text {
    padding-left: 10px;
}

section#bk-information .cc_diffrents_iteme .text p {
    margin: 0px !important;
    color: #fff;
}

h3.font-weight-bold {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

section#bk-information .cc_diffrents_iteme .text p {
    margin: 0px !important;
    color: #fff;
    font-size: 14px;
}

/**banner**/
section.banner-home {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

section.banner-home .banner-home {
    width: 100%;
    height: 350px;
}

section.banner-home .banner-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 8px 12px 1px #bfbfbf;
}

/**abouts**/
section.sec-abouts {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

section.sec-abouts .about-images img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}

section.sec-abouts .abouts-content p {
    text-align: center;
}

section.sec-abouts .abouts-content h3 {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
}

/**home-title**/
.home-title-2 {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.home-title-2 h3:after {
    content: '';
    width: 100px;
    height: 2px;
    background: var(--main-color);
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.home-title-2 h3 {
    text-align: center;
    color: #0aad17;
    font-size: 25px;
    line-height: 35px;
    position: relative;
}

.home-title-2.home-white h3:after {
    background: #fff;
    left: 0px;
    transform: translateX(0);
    bottom: -5px;
}

.home-title-2.home-white p {
    color: #fff;
    margin: 0px;
    font-size: 15px;
    text-align: left;
}

.home-title-2.home-white h3 {
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}

/**product item**/
.product-item {
    width: 100%;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    transition: 0.3s ease-in-out
}

.product-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
}

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0 0;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.product-item .product-content h3 {
    /*text-shadow: 2px 0 #333, -2px 0 #333, 0 2px #333, 0 -2px #333, 1px 1px #333, -1px -1px #333, 1px -1px #333, -1px 1px #333;*/
    color: var(--main-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-item .product-content h3:hover {
    color: #ff0000;
}

.product-item .product-content .product-desc {
    color: #333;
    text-align: center;
    font-size: 15px;
}

.product-item .product-content .product-desc b {
    display: block;
    color: #000;
    font-weight: 700 !important;
    font-family: "Roboto-Bold";
    margin-top: 5px;
}

.slide-teacher .owl-stage-outer {
    padding: 0px 20px 20px 20px !important;
}

.input-res, .textarea-res {
    box-shadow: unset !important;
    border: 0px !important;
    width: 80%;
}

button.btn.btn-contact {
    background: var(--main-color);
    color: #fff;
    margin: 30px 0 0 0;
}

.t__count {
    position: absolute;
    bottom: 0px;
    background: #0aad17;
    padding: 4px;
    color: #fff;
    font-size: 15px;
}