﻿body {
    color: #514455;
    font-size: 16px;
    /*font-family: 'Nunito Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    background-color: #faf6ff;
    max-width: 1440px;
    margin: 0 auto;
}

.setting-none {
    display: none !important;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.form-group {
    margin-bottom: 1rem;
}

.owl-carousel .owl-dots {
    display: none;
}

.navbar {
    background: white;
}

    .navbar .navbar-collapse {
        justify-content: space-between;
    }

.carousel-control-next, .carousel-control-prev {
    width: 50px;
    max-height: 120px;
    margin: auto;
}

.navbar-logo {
    margin: 0 2rem;
}

    .navbar-logo img {
        height: 55px;
        width: auto;
    }

.navbar-light .navbar-nav .nav-link {
    padding: 1rem;
    color: #000000;
}

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #00aab5;
        font-weight: 600;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #00aab5;
    }

.btn-outline-circle {
    background-color: white;
    border-radius: 20px;
    padding: 6px 40px;
    border: solid 2px #00aab5;
    color: #00aab5;
    font-weight: 600;
}

    .btn-outline-circle:hover {
        background-color: #00aab5;
        color: white;
    }

.btn-circle {
    background-color: #00aab5;
    border-radius: 30px;
    padding: 10px 50px;
    border: solid 2px #00aab5;
    color: white;
    font-weight: 600;
}

    .btn-circle:hover {
        background-color: white;
        color: #00aab5;
    }

.btn-navbar {
    margin: 0 2rem;
}

.btn-input-search {
    border-right: 0;
    border-radius: 20px 0 0 20px;
    padding: 0.375rem 1rem;
}

.btn-navbar-search {
    color: #fff;
    background-color: #514455 !important;
    border: 0;
    border-radius: 0 20px 20px 0;
    padding: 6px 15px;
}

    .btn-navbar-search:hover {
        color: #fff;
        background-color: #00aab5 !important;
    }

.btn-signin-product {
    color: white;
    background: linear-gradient(100deg,#ff424e,#fd820a);
    padding: 10px 24px;
    border: 0;
    transition: 0.3s;
    animation: btn-signin 1.5s linear infinite;
}

    .btn-signin-product:hover {
        color: white;
        background: #00aab5;
    }

.btn-site-page {
    color: white;
    background: #00aab5;
    padding: 10px 24px;
    border: 0;
    transition: 0.3s;
}

    .btn-site-page:hover {
        color: white;
        background: linear-gradient(100deg,#ff424e,#fd820a);
    }

.btn-site-page-1 {
    color: white;
    background: #00aab5;
    padding: 6px 24px;
    border: 0;
    transition: 0.3s;
}

    .btn-site-page-1:hover {
        color: white;
        background: linear-gradient(100deg,#ff424e,#fd820a);
    }

.btn-site-page-2 {
    color: white;
    background: #00aab5;
    padding: 10px 24px;
    border: 0;
    transition: 0.3s;
}

    .btn-site-page-2:hover {
        color: white;
        background: #00aab5;
    }

.btn-cart-product {
    color: white;
    background: linear-gradient(100deg,#ff424e,#fd820a);
    padding: 10px 24px;
    border: 0;
    transition: 0.3s;
}

    .btn-cart-product:hover {
        color: white;
        background: #00aab5;
    }

@keyframes btn-signin {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1100px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 1rem;
    }

    .btn-navbar {
        margin: 0 1rem;
    }

    .navbar-logo {
        margin: 0 1rem;
    }
}

@media (max-width: 991px) {
    .btn-navbar {
        order: 0;
        margin: 0 2rem;
    }

    .navbar-toggler {
        order: 1;
        background-color: #00aab5;
        color: #fff !important;
        border-color: #00aab5 !important;
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) invert(1) !important;
        -webkit-filter: brightness(0) invert(1) !important;
    }

    .navbar-logo {
        margin: 0;
    }

    .navbar .navbar-collapse {
        margin-left: 0;
        order: 2;
    }

        .navbar .navbar-collapse.show {
            display: flex;
            flex-wrap: wrap;
        }

    .navbar-nav {
        order: 0;
        width: 100%;
        margin-top: 45px;
    }

    .form-search {
        display: none !important;
    }

    .navbar-light .navbar-nav .nav-link {
        display: block
    }
}

@media (max-width: 576px) {

    .btn-navbar {
        order: 0;
        margin: 0 1rem;
    }

    .btn-navbar {
        padding: 3px 24px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 1em;
        height: 1.2em;
    }

    .navbar-nav {
        margin-top: 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
    /*
    section {
        margin-top: 36px !important;
    }*/
    .section-course, .section-books, .section-blogs, .section-contact {
        margin-top: 36px !important;
    }
}

.font-size-14{
    font-size: 14px !important;
}

.text-success-1 {
    color: #28cf5b;
}

.footer {
    padding-top: 30px;
    position: relative;
    color: white;
    background-color: #00aab5;
    font-size: 14px;
}

    .footer .logo-footer {
        max-width: 128px;
        width: 100%;
    }

    .footer h2 {
        margin: 0.5rem 0 1.5rem 0;
        font-weight: 600;
        font-size: 14px;
    }

    .footer p {
        margin-bottom: 0.5rem;
    }

.footer-list {
    padding: 0;
    list-style-type: none;
}

    .footer-list li {
        padding-bottom: 0.5rem !important;
    }

        .footer-list li a {
            color: #fff;
            text-decoration: none;
        }

.text-info-footer {
    text-align: center;
    margin: 1rem 0 !important;
    font-weight: 400 !important;
}

.social-container {
    margin-bottom: 1rem;
}

    .social-container img {
        width: 36px;
        height: 36px;
        border-radius: 6px;
    }

.bocongthuong img {
    width: 140px;
}

@media (max-width: 576px) {
    .footer h2 {
        margin: 1.5rem 0 0.5rem 0;
        font-weight: 600;
        font-size: 14px;
    }
}

.section-feature {
    margin: 60px 0 0 0;
}

    .section-feature h2 {
        margin-bottom: 50px;
        font-size: 2rem;
        font-weight: 600;
    }

    .section-feature p {
        font-weight: 600;
        color: #514455;
        font-size: 18px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .section-feature .feature-icon {
        width: 90px;
        height: 90px;
        border: 5px solid white;
        background-color: #00aab5;
        color: #f7da14;
        font-size: 28px;
        box-shadow: 4px 4px 16px 0 rgba(0, 170, 181,0.3);
        margin-bottom: 20px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 991px) {
    .section-feature p {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .section-feature p {
        margin-bottom: 30px;
    }
}

.section-course {
    margin: 60px 0 0 0;
}

    .section-course h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

.item-course {
    background-color: #fff;
    padding: 15px;
    text-align: left;
    border-radius: 15px;
}

    .item-course .bg-course {
        height: 250px;
        overflow: hidden;
        border-radius: 15px;
        background-image: url(/Content/images/pattern.jpg);
    }

        .item-course .bg-course .image-course {
            width: 100%;
            height: 250px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.3s;
        }

    .item-course .content-course {
        margin-top: 15px;
    }

        .item-course .content-course .title-course {
            font-weight: 600;
            margin-bottom: 10px;
            color: #514455;
            font-size: 18px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            height: 60px;
            line-height: 160%;
        }

        .item-course .content-course .info-course {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }


            .item-course .content-course .info-course .author {
                display: flex;
                align-items: center;
            }

                .item-course .content-course .info-course .author img {
                    width: 30px;
                    margin-right: 6px;
                }

                .item-course .content-course .info-course .author span {
                    width: calc(100% - 30px);
                    font-size: 14px;
                    color: #514455;
                }

    .item-course:hover .bg-course .image-course {
        transform: scale(1.1)
    }

    .item-course:hover .content-course .title-course {
        color: #00aab5;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: -40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 6px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: -40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 6px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

        .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
            background-color: #00aab5;
            color: white;
        }

#slides-cousre.owl-carousel .owl-nav button.owl-next {
    background-color: #00aab5 !important;
    color: #fff;
    right: 2px;
}

#slides-cousre.owl-carousel .owl-nav button.owl-prev {
    background-color: #00aab5 !important;
    color: #fff;
    left: 2px;
}

    #slides-cousre.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #00aab5;
        color: white;
    }

.section-books {
    margin: 60px 0 0 0;
}

    .section-books h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

.item-books {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
}

    .item-books .bg-books {
        height: 156px;
        overflow: hidden;
        border-radius: 15px;
        background-image: url(/Content/images/pattern.jpg);
    }

        .item-books .bg-books .image-books {
            width: 100%;
            height: 156px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.3s;
        }

    .item-books .content-books {
        margin-top: 15px;
    }

        .item-books .content-books .title-books {
            font-weight: 600;
            margin-bottom: 10px;
            color: #514455;
            font-size: 18px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            height: 60px;
            line-height: 160%;
        }

        .item-books .content-books .spice-books {
            display: block;
            font-size: 20px;
            font-weight: 600;
            color: #00aab5;
            margin: 4px 0;
        }

        .item-books .content-books .old-price {
            color: #828486;
            display: block;
            font-size: 14px;
            height: 16px;
            text-decoration: line-through;
        }

    .item-books:hover .bg-books .image-books {
        transform: scale(1.1)
    }

    .item-books:hover .content-books .title-books {
        color: #00aab5;
    }

.promotion {
    font-size: 14px;
    color: #ff0000;
    margin-top: 8px;
}

.section-blogs {
    margin: 60px 0 0 0;
}

    .section-blogs h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }

.item-blogs {
    display: flex;
    height: 100%;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    color: #514455;
}

    .item-blogs .bg-blogs {
        width: 230px;
        overflow: hidden;
    }

        .item-blogs .bg-blogs .image-blogs {
            height: 100%;
            width: 230px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.3s;
        }

    .item-blogs .content-blogs {
        width: calc(100% - 230px);
        padding: 30px 30px 18px 30px;
    }

        .item-blogs .content-blogs .title-blogs {
            margin-top: -5px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-weight: 600;
            margin-bottom: 10px;
            color: #514455;
            font-size: 18px;
            line-height: 160%;
        }

        .item-blogs .content-blogs .description-blogs {
            display: inline-block;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            line-height: 160%;
        }

        .item-blogs .content-blogs .info-blogs {
            margin-top: 5px;
        }

            .item-blogs .content-blogs .info-blogs span {
                color: #00aab5 !important;
                font-size: 14px;
                font-weight: 600;
            }

                .item-blogs .content-blogs .info-blogs span:not(:first-child) {
                    margin-left: 15px;
                }

    .item-blogs:hover .bg-blogs .image-blogs {
        transform: scale(1.1)
    }

    .item-blogs:hover .content-blogs .title-blogs {
        color: #00aab5;
    }

.mb-24px {
    margin-bottom: 24px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

@media (max-width: 1199px) {
    .section-blogs .item-blogs .bg-blogs {
        width: 190px;
    }

        .section-blogs .item-blogs .bg-blogs .image-blogs {
            width: 190px;
        }

    .section-blogs .item-blogs .content-blogs {
        width: calc(100% - 190px);
    }
}

@media (max-width: 991px) {
    .section-blogs .item-blogs .bg-blogs {
        width: 250px;
    }

        .section-blogs .item-blogs .bg-blogs .image-blogs {
            width: 250px;
        }

    .section-blogs .item-blogs .content-blogs {
        width: calc(100% - 250px);
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -15px;
        background-color: #00aab5;
        color: white;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -15px;
        background-color: #00aab5;
        color: white;
    }
}

@media (max-width: 576px) {
    .section-blogs .item-blogs .bg-blogs {
        width: 150px;
    }

        .section-blogs .item-blogs .bg-blogs .image-blogs {
            width: 150px;
        }

    .section-blogs .item-blogs .content-blogs {
        width: calc(100% - 150px);
        padding: 30px 10px 25px 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
}

.section-contact {
    margin: 60px 0 0 0;
}

    .section-contact h2 {
        color: #00aab5;
        display: block;
        font-size: 18px;
        line-height: 160%;
        font-weight: bolder;
        margin-bottom: 15px;
    }

    .section-contact input.form-control {
        height: 56px;
        border-color: #00aab5;
    }

    .section-contact textarea.form-control {
        border-color: #00aab5;
    }

    .section-contact .row {
        align-items: flex-end;
    }

.section-about-us {
    margin: 36px 0 0 0;
}

    .section-about-us h2.title-about {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .section-about-us p.title-about {
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }

.item-about-us {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

    .item-about-us .images-about {
        width: 40%;
        padding: 0 2rem 0 1rem;
    }

    .item-about-us .content-about {
        width: 60%;
        padding: 0 1rem 0 2rem;
    }

        .item-about-us .content-about .title-about-us {
            margin-bottom: 20px;
            font-size: 32px;
            font-weight: 600;
            text-align: left;
            max-width: 300px;
        }

        .item-about-us .content-about .description-about-us {
            font-size: 18px;
            font-weight: 400;
            text-align: justify;
        }

@media (max-width: 992px) {
    .item-about-us .images-about {
        width: 40%;
        padding: 0 1rem 0 1rem;
    }

    .item-about-us .content-about {
        width: 60%;
        padding: 0 1rem 0 1rem;
    }

    .item-about-us {
        padding: 30px 15px;
    }
}

@media (max-width: 576px) {
    .item-about-us {
        flex-wrap: wrap;
    }

        .item-about-us .images-about {
            width: 100%;
            padding: 0;
        }

        .item-about-us .content-about {
            width: 100%;
            padding: 0;
        }

            .item-about-us .content-about .title-about-us {
                text-align: center;
                max-width: unset;
                margin-top: 24px;
            }

    .item-about-us {
        padding: 30px;
    }

    .form-sp {
        text-align: center;
    }

    .img-contact {
        display: none;
    }
}

.breadcrumb {
    padding: 0.25rem 1rem;
    font-size: 14px;
    margin-bottom: 0px;
    background-color: rgba(0, 170, 181, 0.3);
    border-radius: 0.25rem;
    line-height: 160%;
}

    .breadcrumb li a {
        color: rgba(0, 170, 181, 1);
        text-decoration: none !important;
    }

.body-site-page {
    border-radius: 15px;
    padding: 50px 30px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    background-color: #fff;
    max-width: 900px;
    margin: auto;
    margin-top: 40px;
}

.title-site-page {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

h2.h2-page-child {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    text-transform: none;
}

.pagination {
    margin-top: 24px;
    justify-content: center;
}

.page-link {
    padding: 0.375rem 1rem;
    color: #00aab5;
}

    .page-link:hover {
        z-index: 2;
        color: #fff;
        background-color: #00aab5;
        border-color: #00aab5;
    }

    .page-link.active {
        z-index: 2;
        color: #fff;
        background-color: #00aab5;
        border-color: #00aab5;
    }

.products-page .item-books {
    margin-bottom: 24px;
}


.detail-products {
    margin-top: 40px;
}

    .detail-products .content-detail-product {
        background-color: #fff;
        border-radius: 0.25rem;
        padding: 30px;
        border: none;
        box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    }

    .detail-products .info-products {
        background-color: #fff;
        border-radius: 0.25rem;
        padding: 30px;
        border: none;
        box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    }


.bg-detail-product {
    background-image: url(/Content/images/pattern.jpg);
    overflow: hidden;
}

    .bg-detail-product.bg-video {
        background-image: unset;
        overflow: hidden;
    }

.title-product, .title-detail-blogs {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.content-detail-product .info-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0;
}


    .content-detail-product .info-course .author {
        display: flex;
        align-items: center;
    }

        .content-detail-product .info-course .author img {
            width: 30px;
            margin-right: 6px;
        }

        .content-detail-product .info-course .author span {
            width: calc(100% - 30px);
            font-size: 14px;
            color: #514455;
        }

.description-product {
}

    .description-product .title-description {
        display: inline-flex;
        background-color: rgba(0, 170, 181, 0.1);
        margin: 0;
        padding: 6px 20px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 0.25rem 0 0 0;
        position: relative;
    }

        .description-product .title-description:after {
            content: "";
            position: absolute;
            top: 14px;
            right: -33px;
            background-color: rgb(234 243 246);
            height: 23px;
            width: 47px;
            transform: rotate(45deg);
        }

    .description-product .content-description {
        text-align: justify;
        background-color: rgba(0, 170, 181, 0.1);
        padding: 10px 20px 20px 20px;
        border-radius: 0 0.25rem 0.25rem 0.25rem;
        font-size: 16px;
    }

.id-products, .info-detail-blogs {
    font-size: 14px;
    color: #7e7676;
    margin-bottom: 20px;
}

.product-info-price {
    background-color: rgba(0, 170, 181, 0.1);
    padding: 10px;
    border-radius: 0.25rem;
}

    .product-info-price p {
        margin: 0;
        font-size: 13px;
    }

    .product-info-price span {
        font-size: 18px;
        font-weight: 400;
        text-decoration: line-through;
    }

        .product-info-price span:first-child {
            font-size: 24px;
            font-weight: 600;
            text-decoration: unset;
            padding-right: 8px;
            color: #ff454b;
        }

.note-product {
    font-size: 14px;
    color: #7e7676;
    margin: 20px 0;
    text-align: justify;
}

.related-products {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 30px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
}

    .related-products .row {
        margin: 0 -6px;
        width: calc(100% + 12px);
    }

        .related-products .row > div {
            padding: 0 6px;
            margin-bottom: 12px;
        }

.items-related .image-related {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
}

.items-related:hover .image-related {
    transform: scale(1.1);
}

.course-page .item-course {
    margin-bottom: 24px;
}

.detail-products .carousel-control-next-icon, .detail-products .carousel-control-prev-icon {
    filter: brightness(0%);
}

.detail-blogs {
    margin-top: 40px;
}

.box-content-site {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 30px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
}

.description-detail-blogs {
    text-align: justify;
    font-size: 14px;
}

.related-blogs .item-blogs .bg-blogs {
    width: 135px;
}

    .related-blogs .item-blogs .bg-blogs .image-blogs {
        width: 135px;
    }


.related-blogs .item-blogs {
    border-radius: 0.25rem;
    margin-bottom: 16px;
}

    .related-blogs .item-blogs .content-blogs {
        width: calc(100% - 135px);
        padding: 12px;
    }

        .related-blogs .item-blogs .content-blogs .title-blogs {
            -webkit-line-clamp: 2;
            margin: 0 0 5px 0;
            font-size: 16px;
            line-height: unset;
        }

        .related-blogs .item-blogs .content-blogs .description-blogs {
            font-size: 14px;
            line-height: unset;
            -webkit-line-clamp: 3;
            color: #7e7676;
        }

.section-login {
    display: flex;
    min-height: calc(100vh - 283px);
    background-color: #fff;
}

    .section-login .bg-login {
        background-image: url(/Content/images/bg-login.jpg);
        width: 70%;
        min-height: calc(100vh - 283px);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        transition: 0.3s;
    }

    .section-login .form-login {
        width: 30%;
        border-top: 1px solid #c9c9c9;
        min-height: calc(100vh - 283px);
        display: flex;
        align-items: center;
    }

    .section-login .box-login {
        width: 100%;
        padding: 36px;
    }

        .section-login .box-login input.form-control, .section-login .box-login textarea.form-control {
            min-height: 56px;
            border-color: #00aab5;
        }

.box-login h2 {
    color: #00aab5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
}

.box-memo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-memo a:hover {
        color: #00aab5;
        text-decoration: underline;
    }

    .box-memo label {
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.text-or {
    text-align: center;
    font-size: 16px;
    color: #7e7676;
    margin: 16px 0;
}

.text-register {
    font-size: 16px;
    color: #00aab5;
    text-transform: uppercase;
    font-weight: 600;
}

    .text-register:hover {
        color: #ff424e;
    }

@media (max-width: 1200px) {
    .section-login .bg-login {
        width: 60%;
    }

    .section-login .form-login {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .section-login .bg-login {
        width: 50%;
    }

    .section-login .form-login {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .section-login .bg-login {
        display: none;
    }

    .section-login .form-login {
        width: 100%;
    }
}

.section-user {
    margin: 40px 0 50px 0;
}

.menu-users {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    margin-bottom: 30px;
}

    .menu-users .info-partial-menu {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

        .menu-users .info-partial-menu .avatar-partial {
            width: 55px;
            height: 55px;
            margin-right: 15px;
            border-radius: 50%;
        }

        .menu-users .info-partial-menu .info-partial {
            width: calc(100% - 70px);
        }

            .menu-users .info-partial-menu .info-partial h2 {
                color: #00aab5;
                font-weight: 600;
                font-size: 18px;
                margin-bottom: 4px;
            }

            .menu-users .info-partial-menu .info-partial p {
                color: grey !important;
                font-size: 14px !important;
                margin: 0;
            }

    .menu-users .menu-partial {
        list-style-type: none;
        margin: 0;
        padding-left: 8px;
    }

        .menu-users .menu-partial li.item-menu-partial {
            margin: 5px 0 !important;
        }

            .menu-users .menu-partial li.item-menu-partial a {
                color: #7e7676;
                font-size: 16px;
                font-weight: 600;
                display: block;
                padding: 6px 0;
            }

                .menu-users .menu-partial li.item-menu-partial a:hover,
                .menu-users .menu-partial li.item-menu-partial a.active {
                    color: #00aab5;
                }

                .menu-users .menu-partial li.item-menu-partial a i {
                    min-width: 24px;
                }

.title-page-user {
    color: #00aab5;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.list-course-user {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    margin: 0 -12px;
    width: calc(100% + 24px);
    min-height: calc(100vh - 414px);
}

.box-course {
    padding: 0 12px;
    width: 33.33333333333333%;
}

.item-course-user {
    background-color: #fff;
    padding: 15px;
    text-align: left;
    border-radius: 15px;
    margin-bottom: 24px;
    display: block;
}

    .item-course-user .bg-course-user {
        height: 180px;
        overflow: hidden;
        border-radius: 15px;
    }

        .item-course-user .bg-course-user .image-course-user {
            width: 100%;
            height: 180px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.3s;
        }

    .item-course-user .content-course-user {
        margin-top: 15px;
    }

        .item-course-user .content-course-user .title-course-user {
            font-weight: 600;
            margin-bottom: 0;
            color: #514455;
            font-size: 18px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            height: 60px;
            line-height: 160%;
        }

        .item-course-user .content-course-user .info-course-user {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            .item-course-user .content-course-user .info-course-user .author-user {
                width: calc(100% - 95px);
                display: flex;
                align-items: center;
            }

                .item-course-user .content-course-user .info-course-user .author-user img {
                    width: 30px;
                    margin-right: 6px;
                }

                .item-course-user .content-course-user .info-course-user .author-user span {
                    width: calc(100% - 30px);
                    font-size: 14px;
                    color: #514455;
                }

            .item-course-user .content-course-user .info-course-user .prevailing-user {
                width: 100px;
                display: inline-block;
                color: #fff;
                background-color: #00aab5;
                border-color: #00aab5;
                padding: 0.25rem;
                font-size: .875rem;
                line-height: 1.5;
                border-radius: 0.2rem;
                text-align: center;
            }

.course-unconfimred .item-course-user .content-course-user .info-course-user .prevailing-user {
    background-color: #c9c9c9;
}

.course-unconfimred .item-course-user .bg-course-user .image-course-user {
    filter: brightness(50%);
}

.item-course-user .content-course-user .expired-time {
    text-align: center;
    font-size: 14px;
    color: #514455;
}

.item-course-user:hover .bg-course-user .image-course-user {
    transform: scale(1.1);
}

.item-course-user:hover .content-course-user .title-course-user {
    color: #00aab5;
}

.content-users {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 170, 181,0.3);
    min-height: calc(100vh - 378px);
}

.box-change-password {
}

    .box-change-password input.form-control {
        height: 56px;
        border-color: #00aab5;
    }

    .box-change-password textarea.form-control {
        border-color: #00aab5;
    }


@media (max-width: 991px) {
    .content-users {
        min-height: unset;
    }
}

.input-banner-size {
    position: relative;
}

    .input-banner-size .banner-chucnang {
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 5px;
    }

    .input-banner-size input {
        display: none !important;
    }

.btn-change-avatar {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00aab5;
}


@media (max-width: 1200px) {
    .box-course {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .box-course {
        width: 100%;
    }
}

.menu-detail-course {
    padding: 10px;
    background-color: #fff;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
}


    .menu-detail-course::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(0, 170, 181, 0.1);
    }

    .menu-detail-course::-webkit-scrollbar-thumb {
        background-color: rgba(0, 170, 181, 0.2);
    }
    .menu-detail-course .menu-detail-partial {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .menu-detail-course .menu-detail-partial .item-menu-partial {
            width: 100%;
            font-size: 16px;
            margin-bottom: 5px;
            border-bottom: solid 1px #eee5fb;
            position: relative;
        }

            .menu-detail-course .menu-detail-partial .item-menu-partial:last-child {
                margin-bottom: 10px;
                border: 0;
            }

            .menu-detail-course .menu-detail-partial .item-menu-partial a {
                color: #7e7676;
                font-size: 16px;
                display: flex;
                padding: 10px;
                align-items: center;
                justify-content: space-between;
                transition: 0.3s;
            }

                .menu-detail-course .menu-detail-partial .item-menu-partial a i {
                    padding-left: 8px;
                    color: #00aab5;
                    font-size: 20px;
                    transition: 0.3s;
                }

            .menu-detail-course .menu-detail-partial .item-menu-partial.active {
                border-bottom: solid 1px #ffffff;
            }

                .menu-detail-course .menu-detail-partial .item-menu-partial.active a {
                    background-color: rgba(0, 170, 181, 0.3);
                    border-radius: 0.25rem;
                    color: rgba(0, 170, 181, 1);
                }

            .menu-detail-course .menu-detail-partial .item-menu-partial:hover {
                border-bottom: solid 1px #ffffff;
            }

                .menu-detail-course .menu-detail-partial .item-menu-partial:hover a {
                    background-color: rgba(0, 170, 181, 0.3);
                    border-radius: 0.25rem;
                    color: rgba(0, 170, 181, 1);
                }

.video-course {
    width: 100%;
}
.video-iframe {
    border-radius: 0.25rem;
    width: 100%;
    min-height: 545px;
    overflow: hidden
}

.error {
    color: red
}

.btn-input-search.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: unset;
}

.form-thank-you {
    min-height: calc(100vh - 283px);
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-thank-you > .card {
        max-width: 770px;
    }

.font-bold {
    font-weight: 600;
}

.author img {
    border-radius: 50%;
    overflow: hidden;
}

.cart-user {
    margin-right: 1rem
}

@media (max-width: 992px) {
    .cart-user {
        margin: 0;
    }
}

.cart-page-site {
    min-height: calc(100vh - 283px);
    padding: 40px 0;
}

.title-cart-page {
    background-color: #fffefb;
    border: 1px solid rgba(224,168,0,.4);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    color: #00aab5;
    font-size: 14px;
}

.product-cart-page {
    overflow: hidden;
    background: #fff;
    margin-top: 25px;
}

    .product-cart-page .table {
        margin: 0;
    }

        .product-cart-page .table tr th {
            padding: 1rem 0.5rem;
            vertical-align: middle;
            font-size: 14px;
            line-height: 1.5rem;
        }

        .product-cart-page .table tr td {
            padding: 1rem 0.5rem;
            vertical-align: middle;
            font-size: 14px;
        }

        .product-cart-page .table thead {
            border-bottom: 12px solid #faf6ff;
            border-bottom-color: #faf6ff !important;
        }

        .product-cart-page .table tfoot {
            border-top: 12px solid #faf6ff;
            border-top-color: #faf6ff !important;
        }

        .product-cart-page .table tbody tr:last-child td {
            border: 0;
        }

        .product-cart-page .table input {
            font-size: 14px;
        }

.text-right {
    text-align: right;
}

.item-cart {
    display: flex;
    align-items: center;
}

    .item-cart img {
        width: 80px;
        margin-right: 16px;
        border-radius: 0.25rem;
    }

@media (max-width: 576px) {
    .item-cart {
        flex-wrap: wrap;
        justify-content: center;
        text-align: justify;
    }

        .item-cart img {
            margin-right: 0;
            margin-bottom: 8px;
        }
}

.delete-item-cart {
    cursor: pointer;
    color: #7f7f7f;
}

    .delete-item-cart:hover {
        color: #00aab5;
    }

.font-total span {
    color: #ee4d2d;
    font-weight: 600;
    font-size: 20px;
}

.font-quantity {
    color: #ee4d2d;
    font-weight: 600;
}

.box-information-cart {
    overflow: hidden;
    margin-top: 25px;
}

.title-information {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 12px;
    background: #fff;
    padding: 1rem 0.5rem;
}

.content-information {
    font-size: 14px;
    line-height: 1.5rem;
    background: #fff;
    padding: 1rem 0.5rem;
}

    .content-information input {
        min-height: 56px;
    }

.idOrders {
    font-size: 16px;
    font-weight: 600;
}

.images-detail-product {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
}

.bg-detail-product video {
    width: 100%;
    height: 450px;
}

@media (max-width: 1200px) {
    .images-detail-product {
        height: 320px;
    }

    .bg-detail-product video {
        height: 320px;
    }
}

@media (max-width: 991px) {
    .images-detail-product {
        height: 400px;
    }

    .bg-detail-product video {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .images-detail-product {
        height: 200px;
    }

    .bg-detail-product video {
        height: 200px;
    }

    .setting-moblie-none {
        display: none;
    }
}

.cursor-poiter {
    cursor: pointer;
}

.btn-disable {
    position: relative;
}

    .btn-disable:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

.form-giohang-trong {
    min-height: calc(100vh - 313px);
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-giohang-trong > .card {
        max-width: 770px;
        width: 100%;
    }

    .form-giohang-trong h2.h2-page-child {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    .form-giohang-trong img {
        width: 120px;
    }
@media (max-width: 1400px) {
    .video-iframe {
        min-height: 480px;
    }
}

@media (max-width: 1200px) {
    .video-iframe {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    .video-iframe {
        min-height: 400px;
    }
}

@media (max-width: 730px) {
    .video-iframe {
        min-height: 310px;
    }
}

@media (max-width: 576px) {
    .video-iframe {
        min-height: 210px;
    }
}

@media (max-width: 300px) {
    .video-iframe {
        min-height: 150px;
    }
}


.img-contact {
    border-radius: 1rem;
}

.cart-user i {
    color: #00aab5;
}

.list-order-user {
    min-height: calc(100vh - 414px);
}

.table-order-user {
    background-color: #fff;
}
.table-order-user tr:first-child {
    background-color: #00aab5;
    color: #ffffff;
}

    .table-order-user tr:first-child:hover {
        background-color: #00aab5;
        color: #ffffff;
    }

.list-problem {
    margin-top: 30px;
    font-size: 14px;
}

    .list-problem table {
        margin: 0;
    }

        .list-problem table thead {
            background-color: #12aab4;
            color: #fff;
        }

            .list-problem table thead tr {
                border-color: #12aab4;
            }

                .list-problem table thead tr td:first-child {
                    border-right-color: #fff;
                }

                .list-problem table thead tr td:last-child {
                    border-right-color: #12aab4;
                }

#slides-cousre.owl-carousel .owl-nav button.owl-next.disabled, #slides-cousre.owl-carousel .owl-nav button.owl-prev.disabled {
    background-color: #a7a7a7 !important;
}

.box-disable-button.disable {
    position: relative
}
    .box-disable-button.disable:after {
        content: "";
        position: absolute;
        z-index: 9;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        opacity: 0.2;
        background: #000;
        border-radius: 0.25rem;
    }

.coming-soon-course {
    background: #e57b81;
    color: #fff;
    padding: 3px 6px;
    border-radius: 0.25rem;
    font-size: 12px;
}

.min-height-page {
    min-height: calc(100vh - 403px);
}

@media (max-width: 991px) {
    .box-menu-konva {
        order: 1;
    }
    .box-video-konva {
        order : 0;
        margin-bottom: 1rem;
    }
}

.course-page-site {
    min-height: calc(100vh - 393px);
}
.products-page-site {
    min-height: calc(100vh - 423px);
}
.blogs-page-site {
    min-height: calc(100vh - 423px);
}
.form-group-password{
    position: relative
}

.form-group-password input{
    padding-right: 30px
}

    .form-group-password i {
        position: absolute;
        top: 35%;
        right: 15px;
        cursor: pointer
    }


        .form-group-password i.show:before {
            content: "\f070";
        }
        .form-group-password i:before {
            content: "\f06e";
        }

#loading {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
}

    #loading:not(.disable-loading).show {
        display: block;
    }

    #loading:not(.disable-loading) img {
        margin-top: 20vh;
        margin-left: calc(35% - 85px);
        width: 170px;
    }

.web-content.loading:not(.disable-loading) {
    opacity: 0.5
}

.menu-detail-course .menu-detail-partial .item-menu-partial.item-group {
    width: 100%;
    margin-bottom: 7px;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}


.sidebar-Lessons .nav a.nav-link {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #514455;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

    .sidebar-Lessons .nav a.nav-link .title i {
        margin-right: 10px;
    }
    .sidebar-Lessons .nav a.nav-link .icon i {
        font-size: 0.8rem;
    }
    .sidebar-Lessons .nav a.nav-link .icon i:before {
        content: "\f054";
    }
    .sidebar-Lessons .nav a.nav-link.open .icon i:before {
        content: "\f078";
    }

.sidebar-Lessons .nav .sub-menu a.nav-link {
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    color: #514455;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    text-align: left;
    padding-left: 25px;
    align-items: center;
}

.sidebar-Lessons .nav .sub-menu a.nav-link i {
    padding-left: 15px;
}

    .sidebar-Lessons .nav .sub-menu a.nav-link.active {
        background-color: rgba(0, 170, 181, 0.3);
        border-radius: 0.25rem;
        color: rgba(0, 170, 181, 1);
    }


.sidebar-Lessons .nav a.nav-link.nav-parent {
    color: rgba(0, 170, 181, 1);
}