.auth-name {
    color: #1e1e1e;
}
.f0 {
    flex: 0 0 auto;
}
.scroll-y-500 {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}
.from-time.pulsate {
    opacity: 1;
}
.f1 {
    flex: 1;
}
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
/* NAVBAR */
.name-logo {
    color: #65666a;
    font-size: 40px;
    font-weight: 700;
    margin-left: 5px;
    margin-top: 5px;
}
.btn {
    min-height: 43px;
    height: auto;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 16px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background: #fff;
    color: var(--primary);
}
.btn-primary path {
    transition: all 0.3s;
}
.btn-primary:hover path,
.btn-primary:active path,
.btn-primary:focus path,
.btn-primary:not(:disabled):not(.disabled):active path {
    stroke: var(--primary);
}
.bg-content-slider {
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0.75rem;
    color: #3a3636;
    font-size: 16px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--primary);
}

/* SLIDER */
.slider-container.slider-hero-section2 {
    aspect-ratio: 1440/638;
    width: 100%;
    padding: unset;
}
.slider-container .slider-content.hero-section2 h1 {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat";
    max-width: 580px;
    font-size: 48px;
    color: #030303;
    padding: 7px 37px 12px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.slider-container .slider-content.hero-section2 h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 12px;
    right: 20px;
    z-index: -1;
}
.slider-container .slider-content.hero-section2 h1 span {
    color: var(--primary);
}
.slider-container .slider-content .slide-hint {
    color: #030303;
    font-size: 14px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    max-width: 570px;
    border-radius: 20px;
    /* margin-left: 20px; */
}
.slider-container .slider-content .btn {
    margin-left: 0px  !important;

}
.slider-container .slider-content button {
    margin-left: 20px;
    margin-top: 20px;
}

/* CRITERIA */
.bg-register-study {
    padding: 30px 40px 40px;
    background: rgba(234, 232, 232, 0.7);
    border-radius: 20px;
    margin: 45px 0;
}
.title-register-study {
    color: #232121;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.desc-register-study {
    color: #232121;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.desc-register-study a {
    color: #232121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.stats-container .teacher .stats-item .stat-icon-box {
    background: #ffb802;
}

/* .stats-container .teacher:hover .stats-item .stat-icon-box,
.stats-container .student:hover .stats-item .stat-icon-box,
.stats-container .video:hover .stats-item .stat-icon-box,
.stats-container .course:hover .stats-item .stat-icon-box {
    background: #fff;
} */
.stats-container .student .stats-item .stat-icon-box {
    background: #ff8752;
}

.stats-container .video .stats-item .stat-icon-box {
    background: #09ce6e;
}
.stats-container .course .stats-item .stat-icon-box {
    background: #d13934;
}
.stats-container .statistic-2 .stats-item:hover {
    background-color: #ffd058;
}
.stats-container .statistic-3 .stats-item:hover {
    background-color: #d13934;
}
.stats-container .statistic-4 .stats-item:hover {
    background-color:#0acb6d;
}
.stats-container .statistic-5 .stats-item:hover {
    background-color: #ff8752;
}
.stats-container .stats-item .stat-icon-box {
    border-radius: 100px;
    height: 103px;
    width: 103px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.stats-container .stats-item {
    padding-top: 75px !important;
}
.stats-container .stats-item .stat-title {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 240px;
    line-height: 1.2;
    height: calc(18px * 2 * 1.2);
}
.stats-container .teacher .stats-item .stat-title {
    color: #ffb802;
}
.stats-container .student .stats-item .stat-title {
    color: #ff8752;
}
.stats-container .video .stats-item .stat-title {
    color: #09ce6e;
}
.stats-container .course .stats-item .stat-title {
    color: #d13934;
}

.stats-container .stats-item .stat-desc {
    color: var(--Neutral-Light, #3a3636);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: calc(14px * 4 * 1.5);
}

/* EVALUATE  */
.evaluate-title {
    color: #0d0d0d;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.evaluate-job {
    color: #ff8752;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
}
.evaluate-desc {
    color: #232121;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    height: calc(14px * 2 * 1.4);
}
.testimonials-container .testimonials-card .testimonials-user-avatar {
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
}
.testimonials-container .testimonials-card .bottom-gradient {
    background: var(--secondary);
}

.home-sections .section-title {
    color: #3e3939;
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 700;
}
.home-sections .section-title.evaluate {
    color: #0d0d0d;
}
.home-sections .section-hint {
    color: #3a3636;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background: #ffecbc;
}
/* COURSE */
.webinar-card .image-box .badges-lists .badge {
    border-radius: 15px 1px;
    font-size: 14px;
}
.user-inline-avatar .avatar {
    width: 42px;
    max-width: 42px;
    min-width: 42px;
    height: 42px;
}
.user-inline-avatar {
    gap: 18px;
}
.user-inline-avatar .user-name {
    color: #9a9ca3;
    font-size: 16px;
    font-weight: 600;
}
.webinar-card .webinar-card-body .webinar-title {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    height: calc(20px * 2 * 1.5);
}
.webinar-card .webinar-icon {
    color: #000;
}
.webinar-card .duration,
.webinar-card .date-published {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.badge {
    border-radius: 5px;
    background: #09ce6e;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.webinar-card {
    border-radius: 20px;
    box-shadow: 2px 4px 30px 0px rgba(153, 155, 158, 0.2);
}
.webinar-card .webinar-card-body .webinar-price-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.d-grid {
    display: grid;
}
.webinar-card .webinar-card-body .webinar-price-box .real {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 20px 0px;
    background: #d13934;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
}
.webinar-card .webinar-card-body .webinar-price-box .sale {
    color: #9a9ca3;
    font-size: 21px;
    font-weight: 300;
    text-decoration-line: line-through;
}
.webinar-price-box {
    gap: 14px;
}
.webinar-card .webinar-card-body {
    padding: 0;
}
/* FOOTER */
.footer .footer-subscribe strong {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.footer .footer-subscribe .register-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer .footer-subscribe {
    background: var(--primary);
    padding: 50px 40px;
}
.footer .container-sm {
    max-width: 1100px;
    margin: 0 auto;
}
.footer .footer-subscribe .subscribe-input {
    width: 390px;
}
.form-control {
    color: #9a9ca3;
    font-size: 16px;
    font-weight: 400;
}
.footer .footer-subscribe {
    height: 176px;
    top: -88px;
}
/* TEAM */
.instructors-swiper-container .instructors-card .instructors-card-avatar {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 10px solid var(--secondary);
}
.customers-testimonials .shadow-effect p {
    color: #808080;
    font-size: 13.034px;
    font-weight: 400;
    line-height: 1.5;
}
.team_name {
    color: #3e3939;
    font-size: 17.379px;
    font-weight: 600;
    line-height: 1.5;
}

/* .customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--secondary);
} */

.btn-seen-all {
    border: 1px solid var(--primary);
    background: var(--primary);
    transition: all 0.5s ease;
    color: #fff;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(209, 57, 52, 0);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-seen-all:hover {
    color: var(--primary);
    background: #fff;
}
/* FOOTER */
.title-category-footer {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer .footer-social img {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
}
.footer .border-blue {
    border-color: #fff;
}

/* ABOUT */
.bg-about {
    margin: 90px 0;
    padding: 15px 50px;
    gap: 15px;
    border-radius: 20px;
    background: #fff;
}
.about-title {
    color: #232121;
    font-size: 40px;
    font-weight: 700;
}
.about-title span {
    color: var(--primary);
}
.about-desc {
    color: #3e3939;
    font-size: 24px;
    font-weight: 500;
    max-width: 650px;
}
.about-content {
    color: #3e3939;
    font-size: 16px;
    font-weight: 400;
}
.about-list .about-list-item p {
    color: #3e3939;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
}
/* HIGHTLIGHT */
.bg-hightlight {
    padding-left: 70px;
}
.hightlight-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.hightlight-content p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
}
.hightlight-list .hightlight-list-item {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.hightlight-list .hightlight-list-item p {
    margin-left: 16px;
}
.hightlight-btn {
    background: #ffb802;
    border-color: #ffb802;
}
.hightlight-btn.btn:hover {
    background: #fff;
    color: #ffb802;
}
.stars-card svg.active {
    color: var(--secondary);
}
/* WHY */
.why-title {
    color: #232121;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.why-title span + span {
    color: var(--primary);
}
.why-list .why-list-item {
    padding: 4px 14px 10px 40px;
    border-radius: 15px;
    background: var(--Neutral-White, #fff);
    box-shadow: 4px 1px 13px 0px rgba(0, 0, 0, 0.25);
}
.why-list .why-list-item .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.why-list .why-list-item .desc {
    color: #3a3636;
    font-size: 14px;
    font-weight: 400;
    max-width: 356px;
    line-height: 1.1;
}
.container.about-parameter {
    padding: 50px 60px;
    border-radius: 200px;
}

.container.about-parameter .title {
    color: #fff;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.z-10 {
    z-index: 10;
}
.container.about-parameter .parameter-icon {
    display: flex;
    width: 73.996px;
    height: 73.996px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff;
}

.container.about-parameter .content {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container.about .title {
    color: #0e2a46;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.about .title::before {
    position: absolute;
    content: "";
    width: 57px;
    border-bottom: 5px solid #ffd058;
    left: 0;
    bottom: -10px;
}

.about_video {
    max-width: 1000px;
    margin: 50px auto;
}
.about_video img {
    width: 100%;
    aspect-ratio: 2/1;
}
.about-partner section {
    padding-bottom: 205px !important;
    margin-bottom: -250px !important;
}
@media (min-width: 400px) {
    .why-title {
        font-size: 30px;
    }
}
/* RESPONSIVE */
@media (min-width: 768px) {
    .bg-content-slider {
        padding: 130px 0 150px 20px;
        display: unset;
    }
    .why-title {
        font-size: 40px;
    }
    .grid-cols-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .col-lg-7\.5 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-cols-md-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about_video {
        transform: translateY(-50%);
        max-width: 1000px;
        margin: 0 auto -250px;
    }

    .bg-info-about {
        padding-bottom: 320px;
    }
}
@media (min-width: 1025px) {
    .why-list .why-list-item:nth-child(1) {
        transform: translateX(-50px);
    }
    .why-list .why-list-item:nth-child(2) {
        transform: translateX(-175px);
    }
    .why-list .why-list-item:nth-child(3) {
        transform: translateX(-10px);
    }
    .why-list .why-list-item:nth-child(4) {
        transform: translateX(-90px);
    }
}
@media (min-width: 1200px) {
    .h-full {
        height: 100%;
    }
}
.btn-primary {
    color: #fff;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50px;
    background: #ffffff;
    border: solid 1px #d4d4d4;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 10px 5px;
    transform: translate3d(0px, -50%, 0px);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    padding: 3px;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff8752;
}
.swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #ff8752;
}
.btn-secondary {
    color: #fff;
}
.btn-secondary:hover {
    color: var(--secondary);
    background: #fff;
}
/* BLOG */
.blog-grid-card .blog-grid-image .created-at {
    background: var(--secondary);
}
.btn.padding_more {
    padding: 0 45px;
}
.home-sections,
.home-sections:first-child {
    margin-top: 80px;
}
.badge-circle-gray300 {
    width: auto;
    height: auto;
    padding: 0 5px;
}

/* instruct */
.instruct-card,
.document-card {
    padding: 30px;
    border-radius: 15px;
    border: 0.5px solid #eae8e8;
    background: #fff;
    box-shadow: 0px 8px 23px 2px rgba(0, 0, 0, 0.05);
}
.instruct-card figure,
.document-card figure {
    gap: 20px;
}
.instruct-card figure .image-box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.instruct-card figure .image-box img {
    aspect-ratio: 34/34;
    width: 34px;
    object-fit: contain;
}

.instruct-card figure .instruct-card-body .instruct-title {
    color: #3a3636;
    font-size: 18px;
    font-weight: 700;
}
.instruct-card figure .instruct-card-body p {
    color: #3a3636;
    font-size: 14px;
    font-weight: 400;
}
.instruct-bg,
.contact-bg,
.instructor-bg,
.cart-bg {
    max-width: 1070px;
    margin: 0 auto;
}
/* Document */

.document-card figure .image-box img {
    aspect-ratio: 278/188;
    width: 278px;
    object-fit: cover;
    border-radius: 15px;
}
.site-top-banner.banner-small {
    height: 454px;
}
.search-top-banner .top-search-categories-form .search-input {
    margin-top: 50px;
}
.post-show img,
.post-show video,
.post-show iframe {
    width: 100%;
}
.cart-banner {
    background: #ff8752;
}
.cart-banner.blog-banner {
    background: #ffecbc;
}
.text-main {
    color: #3e3939;
}
.font-40 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.22;
}
.font-18 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.22;
}
.text-black {
    color: #000;
}
.navbar-brand {
    width: 269px;
    height: auto;
    aspect-ratio: 269/48;
}
.w-230px {
    width: 230px;
}
.contact-bg-form {
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 30px 45px;
    border-radius: 10px;
    border: 0.5px solid #b4afaf;
}
.contact-items .contact-icon-box {
    width: 75px;
    height: 75px;
    border-radius: 15px;
}
.contact-map {
    height: 545px;
    top: -273px;
}
.custom-pagination li span,
.custom-pagination li a {
    color: #948d8d;
    font-size: 18px;
    font-weight: 700;
}
.custom-pagination li span.active,
.custom-pagination li a:hover {
    background: #ff8752;
    border-color: #ff8752;
}
.custom-pagination .previous,
.custom-pagination .next {
    border-color: #ff8752;
}
.font-main {
}
.category-filter-title {
    color: #232121;
    font-size: 18px;
}
.blog-grid-card .blog-grid-detail .blog-grid-title {
    font-size: 20px;
}
.blog-grid-card .blog-grid-detail .blog-grid-desc {
    line-height: 1.7;
    height: calc(14px * 1.7 * 4);
}

/* FILTER */
#topFilters label {
    font-size: 16px;
}
.custom-switch .custom-control-label::after {
    background: #b4afaf;
}
.custom-control-label::before {
    border-color: #b4afaf;
}
.filters-container label {
    font-size: 16px;
    color: #232121;
}
.nav-tabs .nav-item a.active:after {
    background: var(--secondary);
}
.nav-tabs {
    padding: 14px 46px;
}
.nav-tabs.nav-course-detail {
    padding: 14px;
}
.course-content-sidebar .sidebar-title {
    color: #232121;
    font-size: 18px;
}
/* COURSE DETAIL */
.course-price {
    border-radius: 6px;
    background: #ffe39b;
    padding: 10px 0;
}
.course-price::before {
    content: "";
    position: absolute;
    border-radius: 6px 0px 0px 6px;
    background: #fff6de;
    width: 24px;
    height: 100%;
    top: 0;
    left: 0;
}
.course-price span {
    color: #d13934;
    text-align: center;
    font-size: 29px;
    font-weight: 800;
}
.btn-buy-course,
.btn-trial-learning {
    width: 100%;
}
.teacher-btn-action {
    border-radius: 6px;
    border: 1px solid rgba(229, 224, 224, 0);
    background: #ff8752;
}
.teacher-btn-action:hover {
    color: #ff8752;
    border-color: #ff8752;
    background: #fff;
}
.course-teacher-card .teacher-avatar {
    width: 167px;
    height: 167px;
    border: 10px solid var(--secondary);
}
.webinar-card .image-box::after {
    pointer-events: none;
}
.chapter-icon {
    background: #09ce6e;
}
.text-green-main {
    color: #09ce6e;
}
.reviews-rate {
    font-weight: 800;
}
.cart-banner .payment-hint {
    margin-top: 20px;
}
.text-\[\#948D8D\] {
    color: #948d8d;
}
.text-\[\#FF8752\] {
    color: #ff8752;
}
.text-\[\#232121\] {
    color: #232121;
}
.cart-row .btn-cart-list-delete:after {
    display: none;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-600 {
    font-weight: 600;
}
.site-top-banner {
    height: 580px;
}
.user-profile-avatar {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    height: 210px;
    border: 10px solid var(--secondary);
    border-radius: 50%;
}
.user-profile-state .state-icon {
    border-radius: 15px;
}
.user-profile-state .state-icon.royalblue {
    background: #d13934;
    border-color: #d13934;
}
.user-profile-state .state-icon.green {
    background: #09ce6e;
    border-color: #09ce6e;
}
.user-profile-state .state-icon.blue {
    background: #ff8752;
    border-color: #ff8752;
}
.user-profile-state .state-icon.orange {
    background: #ffd058;
    border-color: #ffd058;
}
/* .nav-tabs .nav-item a.active:after {
    background: var(--primary);
} */
.top-navbar .navbar-user .user-name {
    color: var(--primary);
}
.course-teacher-card.instructors-list .teacher-avatar.teacher-avatar-page-list {
    width: 100px;
    height: 100px;
}
.instructor-hour {
    color: #ff8752;
    font-size: 24px;
    font-weight: 800;
}
.instructor-hour span {
    color: #948d8d;
    font-size: 16px;
    font-weight: 500;
    margin-left: 2px;
}
.instructor-duration {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.w-full {
    width: 100%;
}
#topFilters .form-control {
    font-size: 14px;
    color: #3a3636;
    font-size: 14px;
    font-weight: 400;
}
.bg-\[\#EAE8E8\] {
    background: #eae8e8;
}
.pb-80 {
    padding-bottom: 80px;
}
.gap-5 {
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.banner-instructors::after {
    display: none;
}
.navbar-brand {
    padding: 0;
}
.search-top-banner .top-search-form .search-input {
    margin-top: 50px;
}
.form-control {
    font-family: inherit;
}
.footer .footer-logo {
    aspect-ratio: 212/38;
    width: 212px;
    height: auto;
}

.wrunner__pathPassed_theme_default.wrunner__pathPassed {
    background-color: #09ce6e !important;
}

.wrunner__handle_theme_default.wrunner__handle {
    border-color: #09ce6e !important;
}
.menu-category > ul > li {
    color: var(--primary);
}

.icon-instruct-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.icon-instruct-detail img {
    aspect-ratio: 19/19;
    width: 19px;
    object-fit: contain;
}
.title-instruct-detail {
    font-size: clamp(18px, 2vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.video-instruct-detail img {
    width: 100%;
    aspect-ratio: 474/282;
    object-fit: cover;
}
.video-instruct-detail {
    border-radius: 15px;
    overflow: hidden;
}
.video-instruct-detail .btn-play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-instruct-detail .btn-play path {
    transition: all 0.5s;
}
.video-instruct-detail:hover path {
    fill: var(--primary);
}
.video-instruct-detail:hover path + path {
    fill: #fff;
}
.dash-item-instruct-detail {
    height: calc(100% - 60px);
    z-index: 3;
    border-right: 1px solid;
    left: 45px;
    top: 60px;
}
.bg-content-instruct-detail {
    max-width: 1200px;
    border-radius: 15px;
    border: 0.5px solid #eae8e8;
    background: #fff;
    box-shadow: 0px 8px 23px 2px rgba(0, 0, 0, 0.05);
}
.pricing-grid-card .percent {
    color: #fff;
    font-size: 16.827px;
    font-weight: 700;

    /*  */
    display: flex;
    height: 41.973px;
    padding: 10.817px 9.615px;
    justify-content: center;
    align-items: center;
    gap: 12.019px;
    flex-shrink: 0;
    border-radius: 20.987px 20.987px 0px 0px;
}

.pricing-grid-card .header {
    border-radius: 25px 25px 0px 0px;
    min-height: 200px;
}

.pricing-grid-card .header span {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.pricing-grid-card .header .bg-price {
    width: 95%;
    display: flex;
    height: 54.462px;
    padding: 5.106px 16.452px;
    gap: 5.673px;
    flex-shrink: 0;
    border-radius: 28.365px 0px 0px 28.365px;
    background: #fff;
}

.pricing-grid-card .header .price {
    /* font-size: clamp(26px, 2.5vw, 34px); */
    font-size: 34px;
    font-weight: 800;
}

.pricing-grid-card .header .unit {
    font-size: 13.615px;
    font-weight: 600;
}

.pricing-grid-card .body {
    padding: 25px;
    background: #fff;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.pricing-grid-card .body ul li {
    margin-bottom: 13px;
    color: #1e1b39;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
}

.pricing-grid-card .body ul {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #dedee9; */
}
@media (max-width: 1024px) {
    .footer .footer-subscribe strong {
        font-size: 25px;
    }
    .footer .footer-subscribe .register-desc {
        font-size: 14px;
    }
    .bg-hightlight {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 100%;
        gap: clamp(0px, 0vw, 80px) !important;
    }
    .navbar-brand {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        max-width: 150px;
    }
    .title-register-study {
        font-size: 28px;
    }
    .slider-container .slider-content.hero-section2 h1 {
        font-size: 30px;
    }
    .desc-register-study {
        margin-top: 10px;
    }
    .bg-register-study {
        padding: 30px 20px 40px;
    }
    .bg-about {
        padding: 15px 25px;
        margin: 45px 0;
    }
    .about-title {
        font-size: 22px;
    }
    .about-desc {
        font-size: 16px;
    }
    .about-content,
    .about-list .about-list-item p {
        font-size: 14px;
    }
    .footer .footer-subscribe {
        height: auto;
    }
    .footer .footer-subscribe .subscribe-input {
        width: 100%;
    }
    .footer .footer-subscribe strong {
        font-size: 20px;
    }
    .site-top-banner.banner-small {
        height: 300px;
    }
    .search-top-banner .top-search-categories-form h1 {
        font-size: 30px;
    }
    .login-card {
        padding: 45px 0;
    }
    .site-top-banner {
        height: 300px;
    }
}
@media (max-width: 567px) {
    .btn {
        padding: 0 25px;
    }
}
.learning-page
    .learning-page-navbar
    .learning-page-navbar-btn.noticeboard-btn
    .noticeboard-btn-badge {
    height: auto !important;
    width: auto !important;
    padding: 2px 5px;
    border-radius: 50px;
}
.custom-select {
    font-family: "Montserrat";
}
@media (min-width: 992px) {
    .pl-lg-70 {
        padding-left: 70px !important;
    }
}
.section-title.info-about {
    font-weight: 700;
    line-height: 1.2;
    color: #3e3939;
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 700;
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.css-name-file {
    line-height: 36px;
    margin-left: 10px;
}
/* YÊU CẦU Lịch học dưới dạng calendar */
#calendar {
    margin: auto;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Header */
.fc-header-toolbar {
    font-size: 16px;
}

/* Ngày trong lịch */
.fc-daygrid-day-number {
    font-weight: bold;
    color: #060708;
}

/* Bố cục ngày */
.fc-daygrid-day-frame {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

/* Sự kiện trong chế độ tháng */
.fc-daygrid-event {
    white-space: normal !important;
    overflow: visible !important;
    padding: 4px;
}

/* Điều chỉnh khoảng trống giữa các sự kiện */
.fc-daygrid-day-events {
    flex-grow: 1;
}

/* Tiêu đề sự kiện */
.fc-event-title {
    font-weight: bold;
    color: #000;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Phụ đề sự kiện */
.fc-event-subtitle {
    font-weight: normal;
    color: #666;
}

/* Sự kiện chung */
.fc-event {
    background-color: #fdf8dc !important;
    border: none !important;
    color: #333 !important;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
}

/* Khi di chuột vào sự kiện */
.fc-event:hover {
    white-space: normal;
    height: auto;
}

/* Nội dung sự kiện */
.event-custom {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 1.4;
}

/* Trạng thái sự kiện */
.event-status {
    font-size: 12px;
}
.fc-time-grid-container {
    max-height: 600px;
    overflow-y: auto;
}
.fc-v-event .fc-event-main {

    color: var(--fc-event-text-color,#272525);
    height: 100%
}


/* ---- Cập nhật hiển thị sự kiện trong chế độ tuần ---- */
.fc-timegrid-slot {
    height: 40px !important; /* Điều chỉnh chiều cao của từng ô giờ */
}
/* Đảm bảo lịch có thể cuộn ngang trên điện thoại */
.fc-timeGridWeek-view,
.fc-timeGridDay-view {
    overflow-x: auto;
}

/* Thu nhỏ kích thước font tiêu đề trên mobile */
@media screen and (max-width: 768px) {
    .fc-toolbar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fc-toolbar-title {
        font-size: 16px !important;
        text-align: center;
    }

    .fc-button {
        font-size: 12px !important;
        padding: 5px 8px !important;
    }

    .fc-dayGridMonth-view, .fc-timeGridWeek-view, .fc-timeGridDay-view {
          overflow-x: auto !important;
    }
    .fc-dayGridMonth-view table,
    .fc-timeGridWeek-view table,
    .fc-timeGridDay-view table {
    min-width: 768px;
    }

    /* Giới hạn chiều cao của lịch */
    .fc-view-container {
        max-height: 500px;
        overflow-y: auto;
    }

    @media (max-width: 991px) {
        .navbar {
            padding: 0 15px;
            height: 50px;
        }
        .navbar .form-inline {
            width: 100%;
            border-radius: 20px;
        }
        .navbar .btn-outline-success {
            width: 100%;
            border-radius: 20px;
        }
        .form-control.mr-5.rounded{
            width: 360px;
        }
        .section-hint {
            display: block;
            max-width: fit-content;
        }
        .btn-seen-all.f0{
            margin-top: 10px;
            margin-bottom: 9px;
        }
        .pricing-grid-card .body ul {
            border-bottom: none !important;
        }
        .customers-testimonials.owl-carousel .owl-dots .owl-dot span {

            height: 10px;
            width: 10px;

        }
        .swiper-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
        }
        .form-control.border-0 {
            font-size: 14px;
        }
        .footer.position-relative.user-select-none .container .row {
            transform: translateY(20px);
        }
        .container.user-select-none.h-full  .slide-hint.mt-20 {
            position: relative;
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(5px);
            padding: 20px;
            border-radius: 20px;
        }
        .container .contact-bg#contact-bg .row {
            margin-top: -273px;
        }
        .navbar .container {
            display: flex;
            justify-content: center;
        }
        .navbar {
            position: relative;
        }

        .navbar-brand {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
        .webinar-card .webinar-card-body .webinar-price-box {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 2px;
            padding: 5px;
            flex-wrap: nowrap;
        }

        .webinar-card .webinar-card-body .webinar-price-box .real {
            font-size: 18px;
            font-weight: bold;
            white-space: nowrap;
            min-width: 90px;
            margin-right: 2px;
        }

        .webinar-card .webinar-card-body .webinar-price-box .btn.btn-primary {
            font-size: 16px;
            font-weight: bold;
            flex-grow: 1;
            min-width: 120px;
            text-align: center;
            padding: 8px;
            margin-left: 2px;
        }
        .xs-panel-nav .sidebar-toggler {
            width: 60px;
        }


        .slider-container .slider-content .bg-content-slider  {
            padding-left: 15px;
            padding-right: 15px;
        }


    }




}
