.bg-main {
    background: var(--color-main) !important;
}

.bg-main2 {
    background: var(--color-main2) !important;
}

.bg-highlight {
    background: var(--color-highlight);
}

.bg-gray-bold {
    background: var(--gray-bold);
}

.bg-form {
    background-image: linear-gradient(90deg, var(--color-highlight), #faa41a, #faa41a, var(--color-highlight));
}

.text-black {
    color: #212529;
}

em{
    font-style: normal;
}

.mb-50{
    margin-bottom: 50px !important;
}
@media (min-width: 1100px){
    .home .box-member > a,.home .fa-magnifying-glass, .home .btn-action-header {
        color: white !important;
    }
}

.fixed .box-member > a,.fixed .fa-magnifying-glass, .fixed .btn-action-header {
    color: black !important;
}

.article-item .inner-content {
    margin: 5px 0px;
}


.footer_url > li a {
    color: #3c2e2e;
}

.address_footer > div > em > em {
    display: flex;
    align-items: center;
}

.title-footer {
    margin-bottom: 2rem;
}

.home-support-title {
    margin: 0 0 15px;
    color: #2d211b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
}

.home-support-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-support-item {
    margin: 0;
}

.home-support-label {
    margin-right: 4px;
    font-weight: 700;
}

.home-support-value {
    color: #51443d;
    text-decoration: none;
}

a.home-support-value:hover {
    color: var(--color-highlight);
}

.home-copyright-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0 0;
    border-top: 1px solid #bfb7b0;
    color: #4c3d36;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    line-height: 1.45;
}

.home-copyright-left,
.home-copyright-right {
    min-width: 0;
}

.home-copyright-left {
    flex: 0 1 auto;
}

.home-copyright-right {
    flex: 1 1 auto;
    text-align: right;
}

.home-copyright-right a {
    color: #2778d7;
    text-decoration: none;
}

.home-copyright-right a:hover {
    color: var(--color-highlight);
}

@media (max-width: 767px) {
    .home-copyright-block {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-copyright-right {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1600px;
    }
}

@media (min-width: 1100px){
    .home .menu-header {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    .home .menu-section > ul > li > a {
        /* color: white; */
    }

    .fixed .menu-section > ul > li > a {
        color: var(--black);
    }

    .menu-header {
        border-color: #4F080826;
        border-style: solid;
        border-width: 1.0px;
    }

    .home .menu-header{
        border: none;
    }
}

.text-highlight {
    color: var(--color-highlight);
}

.text-green3 {
    color: var(--color-green3);
}

.fit-content {
    width: fit-content;
    height: fit-content;
}

.decor-block {
    position: relative;
}

.decor-block .decor:after {
    content: '';
    background: url({CDN_URL}/media/icon/decor.png) no-repeat;
    display: block;
    position: absolute;
    padding-left: 2rem;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.zoom {
    overflow: hidden;
}

.zoom:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.radius-top-lg {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.radius-bottom-lg {
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
}

.min-h-text {
    min-height: 5rem;
}

.call-now {
    position: fixed;
    right: 0;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: var(--color-green3);
}
.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--color-green1);
    opacity: .75 !important;
}
.big-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--color-green2);
    opacity: .5;
}

.phone-number {
    position: absolute;
    top: 50%;
    right: calc(100% - 15px);
    padding: 7px 15px;
    border-radius: 15px;
    background: var(--color-green2);
    color: var(--white);
    font-weight: 600;
    transform: translateY(-50%);
    width: 111%;
}

.zoomIn {
    -webkit-animation: zoomIn 1s infinite ease-in-out;
    animation: zoomIn 1s infinite ease-in-out;
}
.pulse {
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}
.skew {
    -webkit-animation: skew 1s infinite ease-in-out;
    animation: skew 1s infinite ease-in-out;
}
.attr-product {
    border-bottom: 2px solid var(--color-highlight);
    box-shadow: 2px 2px 10px #595959a3;
    margin-bottom: 10px;
    border-radius: 5px;
}
.attr-product .inner-title{
    padding: 13px 45px;
    cursor:pointer;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.attr-product .inner-title::before{
    content: '-';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    height: 28px;
    width: 25px;
    line-height: 25px;
    background: var(--color-highlight);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.attr-product .inner-content{
    padding: 10px 15px;
}
.attr-product .inner-title.collapsed::before{
    content: '+';
}
.giaovien {
    text-align:center;
}
.attr-product img {
    margin-bottom: 15px;
}
.swiper-slider-guongthanhcong .inner-image img{
    object-fit:cover;
    border-radius: 50%;
}
.swiper-slider-guongthanhcong .inner-image {
    /* flex: 1 1 500px; */
    /* margin-right: 15px; */
    margin-bottom: 15px;
}
.swiper-slider-guongthanhcong {
    /* display: flex; */
}
.slide--tile {
    color: var(--color-green3);
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.slide--description {
    color: var(--color-main);
}
.title-section-1 span{
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 5px;
    font-size: 24px;
}
.title-section-1 {
    margin-bottom: 30px;
    color: var(--color-highlight);
}
.title-section-2 {
    color: var(--color-highlight);
    position: relative;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.title-section-2::after {
    content: '';
    position: absolute;
    background: var(--color-highlight);
    height: 6px;
    width: 68px;
    bottom: -3px;
    left: 0;
}
.bg-gray {
    background: var(--gray);
}
.btn-dangky {
    background: var(--color-highlight);
    text-transform: uppercase;
    color: #fff;
    border-radius:5px;
    margin-top: 5px;
}
.title-section-3 {
    background: var(--color-highlight);
    color: #fff;
    padding: 10px 0;
    text-align:center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.wrapper-danhmuc a{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.danhmuc--wrap {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    line-height: 1.3;
    color: #fff;
}

.product-content-detail .product-title-detail::before {
    content: '';
    background: url('http://cdn1260.cdn4s2.com/media/icon/decor.png');
    width: 225px;
    height: 49px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -40px;
}
.item-sukien {
    position: relative;
}
.item-sukien .post-date{
    position:absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background: var(--color-highlight);
    color: #fff;
    padding: 6px 10px;
    pointer-events: none;
}
.item-sukien .post-date span {
    display: block;
    margin: 0;
    color:  #fff;
    font-size: 1.8rem;
    line-height: 1;
}
.item-sukien .article-title a{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    font-size: 14px;
    padding: 7px 15px;
}
.description-khoahoc {
    line-height: 1;
}
.description-khoahoc h1,
.description-khoahoc h2,
.description-khoahoc h3, 
.description-khoahoc h4,
.description-khoahoc h5 {
    margin-bottom: 15px;
}
.hr-custom {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),var(--color-green3),rgba(0,0,0,0));
    background-color: transparent;
    margin: 0 0 15px;
    opacity: 9;
}
.title-section-4 {
    color: var(--color-green3);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 7px;
    border-bottom: 2px solid var(--light);
}

.title-section-4::before {
    content: '';
    
}
.object-contain {
    object-fit:contain !important;
}

html {
  scroll-behavior: smooth;
}
.nav-scroll-home {
    position: absolute;
    bottom: 2rem;
    z-index: 1;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 1200px;
     font-size: 16px;
}

.nav-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 10;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: #fff;
}
.swiper-grid .swiper-slide {
    margin-top: 0 !important;
}
.item-admission {
    /* border-radius: 20px; */
    /* overflow:hidden; */
}

.wrp-tuyensinh .swiper-pagination{
    bottom: -5px;
}
.wrp-tuyensinh .swiper-slide-active .item-admission{
    transform:scale(1.05);
}
.wrp-tuyensinh .swiper{
    margin-bottom: 30px
}
.bg-black-1 {
    background:#474343;
}
.btn-tu-van {
    background-color: #f47421;
    padding: 6px 20px;
    border: 1px solid #ecec1a;
    border-radius: 5px;
    color: #fff;
        -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.btn-tu-van:hover {
    background-color: #009688;
    color: #fff;
}
.social-section a{
    font-size: 24px;
}

.course-category-section {
    padding: 35px 0 55px;
    background: #fff;
}

.course-category-section .container {
    max-width: 1660px;
}

.course-category-heading {
    text-align: center;
    margin-bottom: 38px;
}

.course-category-subtitle {
    margin-bottom: 22px;
    color: var(--color-highlight);
    font-size: 20px;
    line-height: 1.2;
}

.course-category-subtitle em {
    font-style: italic;
    font-family: "Oooh Baby", cursive;
}

.start-cooking-hero {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75rem;
    overflow: hidden;
    padding: 40.5rem 1.5rem 8.4rem;
    background: #fff;
}

.start-cooking-visuals {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.start-cooking-food {
    position: absolute;
    z-index: 1;
}

.start-cooking-food:nth-child(n+9) {
    display: none;
}

.start-cooking-food-link {
    display: block;
    pointer-events: auto;
}

.start-cooking-food-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
}

.start-cooking-food-1 {
    top: 44rem;
    left: -10rem;
    width: 25.4rem;
}

.start-cooking-food-2 {
    top: 29.5rem;
    left: 7.8%;
    width: 25rem;
}

.start-cooking-food-3 {
    top: 14.2rem;
    left: 21.8%;
    width: 25rem;
}

.start-cooking-food-4 {
    top: 3.8rem;
    left: 37.3%;
    width: 23.2rem;
}

.start-cooking-food-5 {
    top: 3rem;
    left: 51.6%;
    width: 25.6rem;
}

.start-cooking-food-6 {
    top: 13.8rem;
    right: 21.5%;
    width: 25.8rem;
}

.start-cooking-food-7 {
    top: 29.5rem;
    right: 9.2%;
    width: 22.6rem;
}

.start-cooking-food-8 {
    right: -10.8rem;
    bottom: 5.6rem;
    width: 24.8rem;
}

.start-cooking-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 68rem;
    text-align: center;
}

.start-cooking-subtitle {
    margin-bottom: 2rem;
    color: #d33d37;
    font-size: 2rem;
    line-height: 1.25;
}

.start-cooking-subtitle span {
    font-family: "Oooh Baby", cursive;
    font-size: 2.6rem;
    font-style: italic;
}

.start-cooking-title {
    margin: 0;
    color: #24130d;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.2;
}

.start-cooking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15.6rem;
    min-height: 4.8rem;
    margin-top: 3.2rem;
    padding: 1rem 2.4rem;
    border-radius: 999px;
    background: #c91b1d;
    box-shadow: 0 0.4rem 1rem rgba(112, 20, 16, 0.18);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.start-cooking-button:hover {
    background: #a91516;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-intro-section {
    padding: 0.4rem 0 4.4rem;
    background: #fff;
}

.home-intro-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.4rem;
    width: min(100% - 10.4rem, 143.4rem);
    margin: 0 auto;
}

.home-intro-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 67rem;
    padding: 7.4rem 7.2rem 4.8rem;
    border-radius: 1.6rem;
    background: #fde8d9;
    color: #651610;
}

.home-intro-subtitle {
    margin-bottom: 2.4rem;
    color: var(--color-highlight);
    font-size: 1.8rem;
    line-height: 1.25;
    text-align: center;
}

.home-intro-subtitle span,
.home-intro-subtitle em {
    font-family: "Oooh Baby", cursive;
    font-size: 2.8rem;
    font-style: italic;
}

.home-intro-description {
    color: var(--color-main);
    font-size: 2.8rem;
    line-height: 1.35;
    text-align: justify;
    white-space: pre-line;
}

.home-intro-action {
    margin-top: 3rem;
    text-align: center;
}

.home-intro-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15rem;
    min-height: 4.8rem;
    padding: 1rem 2.6rem;
    border-radius: 999px;
    background: var(--color-highlight);
    box-shadow: 0 0.4rem 1rem rgba(112, 20, 16, 0.14);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.home-intro-button:hover {
    background: #a91516;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-intro-image {
    box-sizing: border-box;
    height: 67rem;
    overflow: hidden;
    border-radius: 1.6rem;
    background: #f4eee9;
}

.home-intro-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-marquee {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d9b39d;
    border-bottom: 1px solid #d9b39d;
    background: #fff;
}

.highlight-marquee-track {
    display: flex;
    width: max-content;
    animation: highlightMarquee 5s linear infinite;
    will-change: transform;
}

.highlight-marquee:hover .highlight-marquee-track {
    animation-play-state: paused;
}

.highlight-marquee-group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: max-content;
}

.highlight-marquee-item {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0.4rem 0;
}

.highlight-marquee-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 1.2rem;
    color: #a9352f;
    font-size: 1.6rem;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.highlight-marquee-link:hover {
    color: #651610;
    text-decoration: none;
}

.highlight-marquee-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.highlight-marquee-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.highlight-marquee-title {
    display: inline-block;
}

@keyframes highlightMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.course-category-title {
    margin: 0;
    color: #111;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.15;
}

.course-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px 34px;
}

.course-category-item {
    flex: 0 0 184px;
    max-width: 184px;
    text-align: center;
}

.course-category-link {
    display: block;
    color: var(--color-highlight);
    text-decoration: none;
}

.course-category-link:hover {
    color: #a9352f;
    text-decoration: none;
}

.course-category-image-wrap {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto 22px;
    overflow: hidden;
    border-radius: 50%;
    background: #f5f5f5;
}

.course-category-image-wrap::before {
    content: '';
    position: absolute;
    top: -35%;
    left: -80%;
    z-index: 2;
    width: 48%;
    height: 170%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.72), rgba(255,255,255,0));
    transform: rotate(22deg);
    opacity: 0;
    pointer-events: none;
}

.course-category-link:hover .course-category-image-wrap::before {
    animation: courseCategoryShine .85s ease;
}

.course-category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform .45s ease;
}

.course-category-link:hover .course-category-image {
    transform: scale(1.04);
}

.course-category-name {
    display: block;
    color: var(--color-highlight);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.article-home-section {
    position: relative;
    width: 100%;
    background: #fff;
}

.article-home-head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 7rem;
    margin-bottom: 3.2rem;
    padding: 0 14rem;
    text-align: center;
}

.article-home-title-group {
    max-width: 78rem;
}

.article-home-subtitle.course-category-subtitle {
    margin-bottom: 1.1rem;
    color: var(--color-highlight);
    font-size: 2rem;
    line-height: 1.2;
}

.article-home-title {
    margin: 0;
    color: var(--color-main);
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.18;
}

.article-home-view-all {
    position: absolute;
    top: 1.5rem;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    min-height: 4rem;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    background: var(--color-highlight);
    box-shadow: 0 0.4rem 1rem rgba(80, 25, 20, 0.24);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.article-home-view-all:hover {
    background: #b80f0f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.article-home-slider {
    overflow: hidden;
}

.article-home-slider-nav {
    padding-bottom: 7.6rem;
}

.article-home-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff7e8;
}

.article-home-card-image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #f2eadb;
}

.article-home-card-image a {
    display: block;
}

.article-home-card-img {
    transition: transform .35s ease;
}

.article-home-card:hover .article-home-card-img {
    transform: scale(1.04);
}

.article-home-card-body {
    flex: 1 1 auto;
    min-height: 13.4rem;
    padding: 2.2rem 2rem 2rem;
    color: var(--color-highlight);
}

.article-home-card-title {
    margin: 0 0 1rem;
    color: var(--color-highlight);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.28;
    overflow-wrap: anywhere;
}

.article-home-card-title a {
    display: block;
    color: var(--color-main);
    text-decoration: none;
}

.article-home-card-title a:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.article-home-card-desc {
    display: -webkit-box;
    overflow: hidden;
    color: #8a2f27;
    font-size: 1.5rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-home-slider .swiper-button-prev,
.article-home-slider .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 5.2rem;
    height: 5.2rem;
    margin-top: 0;
    border: 0.1rem solid #cfc4bd;
    border-radius: 50%;
    background: #fff;
    color: #6a514c;
    font-size: 2.2rem;
    transform: none;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.article-home-slider .swiper-button-prev {
    right: calc(50% + 0.8rem);
    left: auto;
}

.article-home-slider .swiper-button-next {
    right: auto;
    left: calc(50% + 0.8rem);
}

.article-home-slider .swiper-button-prev:hover,
.article-home-slider .swiper-button-next:hover {
    border-color: #651610;
    background: #fff8ec;
    color: #651610;
}

.article-home-slider .swiper-button-prev::after,
.article-home-slider .swiper-button-next::after {
    display: none;
}

@keyframes courseCategoryShine {
    0% {
        left: -80%;
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    100% {
        left: 130%;
        opacity: 0;
    }
}

.course-product-filter {
    width: 100%;
    max-width: 386px;
    padding: 28px 28px 34px;
    color: #651610;
    background: #fff;
}

.course-product-filter-title {
    margin: 0 0 50px;
    color: #651610;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
}

.course-featured-subtitle span {
    font-family: "Oooh Baby", cursive;
}

.course-product-filter-group {
    margin-bottom: 26px;
}

.course-product-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #651610;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

.course-product-filter-heading:hover {
    color: #651610;
    text-decoration: none;
}

.course-product-filter-arrow {
    position: relative;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.course-product-filter-arrow::before,
.course-product-filter-arrow::after {
    content: '';
    position: absolute;
    top: 6px;
    width: 8px;
    height: 1px;
    background: #161616;
    transition: transform .2s ease;
}

.course-product-filter-arrow::before {
    left: 0;
    transform: rotate(-45deg);
}

.course-product-filter-arrow::after {
    right: 0;
    transform: rotate(45deg);
}

.course-product-filter-heading.collapsed .course-product-filter-arrow::before {
    transform: rotate(45deg);
}

.course-product-filter-heading.collapsed .course-product-filter-arrow::after {
    transform: rotate(-45deg);
}

.course-product-filter-body {
    padding-top: 18px;
}

.course-product-filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-product-filter-list li + li {
    margin-top: 8px;
}

.course-product-filter-option {
    display: inline-flex;
    align-items: center;
    color: #3c2d2b;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
}

.course-product-filter-option:hover {
    color: #651610;
    text-decoration: none;
}

.course-product-filter-checkbox {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-right: 8px;
    border: 1px solid #161616;
    background: #fff;
}

.course-product-filter-option.active .course-product-filter-checkbox::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #651610;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.course-product-filter-price {
    padding-top: 16px;
}

.course-product-filter-slider.ui-slider {
    height: 4px;
    margin: 3px 0 12px;
    border: 0;
    border-radius: 0;
    background: #8a7777;
}

.course-product-filter-slider .ui-slider-range {
    border-radius: 0;
    background: #5f3637;
}

.course-product-filter-slider .ui-slider-handle {
    top: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 0;
    border-radius: 50%;
    background: #5f3637;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
}

.course-product-filter-price-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7f4242;
    font-size: 14px;
    line-height: 1.3;
}

.course-product-list {
    width: 100%;
}

.course-product-list .row {
    margin-right: -10px;
    margin-left: -10px;
}

.course-product-list .row > [class*="col-"] {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.course-related-section {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding-top: 0.6rem;
}

.course-related-head {
    min-height: 6rem;
    padding-right: 12rem;
}

.course-related-section .course-related-title {
    margin: 0;
    padding: 0;
    border: 0;
    color: #651610;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.25;
}

.course-related-section .course-related-title::after {
    display: none;
}

.course-related-slider {
    overflow: hidden;
    margin-top: -6rem;
    padding-top: 9rem;
}

.course-related-slider .swiper-button-prev,
.course-related-slider .swiper-button-next {
    top: 0;
    width: 5.2rem;
    height: 5.2rem;
    margin-top: 0;
    border: 0.1rem solid #cfc4bd;
    border-radius: 50%;
    background: #fff;
    color: #6a514c;
    font-size: 2.2rem;
    transform: none;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.course-related-slider .swiper-button-prev {
    right: 6.4rem;
    left: auto;
}

.course-related-slider .swiper-button-next {
    right: 0;
    left: auto;
}

.course-related-slider .swiper-button-prev:hover,
.course-related-slider .swiper-button-next:hover {
    border-color: #651610;
    background: #fff8ec;
    color: #651610;
}

.course-related-slider .swiper-button-prev::after,
.course-related-slider .swiper-button-next::after {
    display: none;
}

.course-featured-section {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.course-featured-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.4rem;
    margin-bottom: 2.6rem;
}

.course-featured-title-group {
    max-width: 86rem;
}

.course-featured-subtitle {
    margin-bottom: 1.8rem;
    color: var(--color-highlight);
    font-size: 2rem;
    line-height: 1.2;
}

.course-featured-subtitle em {
    font-style: italic;
}

.course-featured-title {
    margin: 0;
    color: var(--color-main);
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 1.22;
}

.course-featured-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    min-height: 4rem;
    margin-bottom: 0.8rem;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    background: var(--color-highlight);
    box-shadow: 0 0.4rem 1rem rgba(80, 25, 20, 0.22);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.course-featured-view-all:hover {
    background: #b80f0f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.course-featured-slider {
    overflow: hidden;
}

.course-featured-slider .swiper-button-prev,
.course-featured-slider .swiper-button-next {
    top: 50%;
    width: 5.2rem;
    height: 5.2rem;
    margin-top: 0;
    border: 0.1rem solid #cfc4bd;
    border-radius: 50%;
    background: #fff;
    color: #6a514c;
    font-size: 2.2rem;
    transform: translateY(-50%);
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.course-featured-slider .swiper-button-prev {
    right: auto;
    left: 1.2rem;
}

.course-featured-slider .swiper-button-next {
    right: 1.2rem;
    left: auto;
}

.course-featured-slider .swiper-button-prev:hover,
.course-featured-slider .swiper-button-next:hover {
    border-color: #651610;
    background: #fff8ec;
    color: #651610;
}

.course-featured-slider .swiper-button-prev::after,
.course-featured-slider .swiper-button-next::after {
    display: none;
}

.course-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    background: #fff7e8;
}

.course-product-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #f4efe7;
}

.course-product-card-image .ratio-8-5 {
    overflow: hidden;
}

.course-product-card-image a {
    display: block;
}

.course-product-card-image img {
    transition: transform .35s ease;
}

.course-product-card:hover .course-product-card-image img {
    transform: scale(1.04);
}

.course-product-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 40px);
    min-height: 34px;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--color-highlight);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.course-product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px 20px 16px;
}

.course-product-card-title {
    margin: 0 0 12px;
    color: var(--color-main);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.22;
}

.course-product-card-title a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-main);
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.course-product-card-title a:hover {
    color: var(--color-highlight);
    text-decoration: none;
}

.course-product-card-desc {
    display: -webkit-box;
    min-height: 72px;
    margin-bottom: 18px;
    overflow: hidden;
    color: #705d54;
    font-size: 15px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-product-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    min-height: 2.8rem;
    margin: -0.2rem 0 1.6rem;
}

.course-product-card-price-info {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 1.2rem;
}

.course-product-card-discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6rem;
    min-height: 2.8rem;
    padding: 0.5rem 1.3rem;
    border-radius: 999px;
    background: #d91414;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.course-product-card-old-price {
    overflow: hidden;
    color: #7d6b63;
    font-size: 1.4rem;
    line-height: 1.2;
    text-decoration: line-through;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-product-card-student {
    margin-left: auto;
    color: #2f201c;
    font-size: 1.5rem;
    line-height: 1.2;
    white-space: nowrap;
}

.course-product-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    min-height: 47px;
    margin-top: auto;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--red);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.course-product-card-btn i {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
}

.course-product-card-btn span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-product-card-btn .currency-symbol {
    font-size: .9em;
}

.course-product-card-btn:hover {
    background: #b80f0f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.course-detail-page {
    color: #651610;
}

.course-detail-head {
    margin-bottom: 4rem;
}

.course-detail-head .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
}

.course-detail-head .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.course-detail-page .product-image-detail {
    width: 100%;
    margin-bottom: 0 !important;
}

.course-detail-page .product-image-detail-top .swiper {
    overflow: hidden;
    border: 0;
    border-radius: 1.4rem;
    background: #f5efe8;
}

.course-detail-page .product-image-detail .inner-image {
    overflow: hidden;
    padding-top: 100%;
}

.course-detail-page .product-image-detail .inner-image img {
    border-radius: 1.4rem;
}

.course-detail-page .product-image-detail [nh-slider-thumbs] {
    margin-top: 1rem;
}

.course-detail-page .product-image-detail [nh-slider-thumbs] .ratio-3-2 {
    overflow: hidden;
    border-radius: 0.8rem;
}

.course-detail-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 2.8rem 3rem 3rem;
    border-radius: 1.4rem;
    background: #fff8ec;
    color: #651610;
}

.course-detail-info .product-title-detail::before {
    display: none;
}

.course-detail-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 3.2rem;
    margin-bottom: 1.8rem;
    padding: 0.7rem 1.5rem;
    border: 0.1rem solid #ff7a19;
    border-radius: 999px;
    color: #ff7a19;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.2;
}

.course-detail-info .course-detail-title {
    margin: 0 0 1.4rem;
    color: #5c120f;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
}

.course-detail-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    margin-bottom: 0;
    padding: 1.4rem 0;
    border-top: 0.1rem solid #e8dccb;
    border-bottom: 0.1rem solid #e8dccb;
}

.course-detail-info .course-detail-price .price-amount {
    color: #8f1714;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
}

.course-detail-info .course-detail-price .price-amount.old-price {
    color: #9c8172;
    font-size: 1.5rem;
    font-weight: 400;
}

.course-detail-student {
    margin-top: 0.8rem;
    color: #9a1c19;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    text-align: right;
}

.course-detail-description {
    margin-top: 2.6rem;
    padding-bottom: 2.6rem;
    border-bottom: 0.1rem solid #e8dccb;
    color: #75423c;
    font-size: 1.5rem;
    line-height: 1.65;
}

.course-detail-actions {
    margin-top: 3rem;
}

.course-detail-info .course-detail-buy-btn,
.course-detail-info .course-detail-bought-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4.8rem;
    height: auto;
    margin: 0;
    padding: 1.1rem 2.4rem;
    border-radius: 999px;
    background: #d71916;
    border-color: #d71916;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.course-detail-info .course-detail-buy-btn:hover,
.course-detail-info .course-detail-bought-btn:hover {
    background: #b80f0f;
    border-color: #b80f0f;
    color: #fff;
    text-decoration: none;
}

.course-detail-info .out-of-stock {
    height: auto;
    margin-top: 1.5rem;
    color: #d71916;
    line-height: 1.4;
    text-transform: none;
}

.course-detail-footer {
    color: #651610;
}

.course-detail-footer .course-detail-tabs {
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0.1rem solid #e7e1d7;
}

.course-detail-footer .course-detail-tabs .nav-link {
    min-height: 4.4rem;
    padding: 1.2rem 2.2rem;
    color: #9a8178;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.course-detail-footer .course-detail-tabs .nav-link:hover,
.course-detail-footer .course-detail-tabs .nav-link.active {
    background: #d71916;
    color: #fff;
    text-decoration: none;
}

.course-detail-footer .course-detail-tabs .nav-link.active::before {
    display: none;
}

.course-detail-tab-content {
    padding-top: 3rem;
}

.course-detail-content-entry {
    color: #651610;
    font-size: 1.6rem;
    line-height: 1.75;
}

.course-detail-files .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.course-detail-tags .tags {
    display: flex;
    flex-wrap: wrap;
}

.course-detail-lesson-panel {
    width: 100%;
    max-width: 60%;
}

.course-detail-lesson-head {
    gap: 1.5rem;
    min-height: 4.8rem;
    margin-bottom: 0.8rem;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    background: #fff8ec;
    color: #651610;
    font-size: 1.5rem;
    line-height: 1.3;
}

.course-detail-lesson-title {
    min-width: 0;
    gap: 1.2rem;
}

.course-detail-lesson-title i {
    color: #651610;
    font-size: 2.2rem;
    line-height: 1;
}

.course-detail-autoplay {
    gap: 1rem;
    flex: 0 0 auto;
}

.course-detail-switch {
    position: relative;
    width: 4.5rem;
    height: 2.3rem;
    flex: 0 0 4.5rem;
    border-radius: 999px;
    background: #d71916;
}

.course-detail-switch::before {
    content: '';
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #fff;
}

.course-detail-attributes .attr-product {
    overflow: hidden;
    margin-bottom: 0;
    border: 0.1rem solid #e7e1d7;
    border-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

.course-detail-attributes .attr-product:first-child {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
}

.course-detail-attributes .attr-product:last-child {
    border-bottom: 0.1rem solid #e7e1d7;
    border-bottom-right-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
}

.course-detail-attributes .attr-product .inner-title::before {
    display: none;
    content: none;
}

.course-detail-attribute-title {
    display: flex;
    align-items: center;
    min-height: 4.3rem;
    padding: 1.1rem 1.6rem 1.1rem 3.8rem;
    background: #fff8ec;
    color: #2f1815;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
    position: relative;
    text-transform: uppercase;
}

.course-detail-attribute-icon {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%);
}

.course-detail-attribute-icon::before,
.course-detail-attribute-icon::after {
    content: '';
    position: absolute;
    top: 0.5rem;
    width: 0.8rem;
    height: 0.1rem;
    background: #2f1815;
    transition: transform .2s ease;
}

.course-detail-attribute-icon::before {
    left: 0;
    transform: rotate(45deg);
}

.course-detail-attribute-icon::after {
    right: 0;
    transform: rotate(-45deg);
}

.course-detail-attribute-title.collapsed .course-detail-attribute-icon::before {
    transform: rotate(-45deg);
}

.course-detail-attribute-title.collapsed .course-detail-attribute-icon::after {
    transform: rotate(45deg);
}

.course-detail-attribute-content {
    padding: 0;
    background: #fff;
}

.course-detail-attribute-body {
    color: #4f3833;
    font-size: 1.5rem;
    line-height: 1.55;
}

.course-detail-attribute-body p,
.course-detail-attribute-body li {
    position: relative;
    margin: 0;
    padding: 1rem 1.6rem 1rem 3.8rem;
    border-top: 0.1rem solid #ece7df;
    background: #fff;
}

.course-detail-attribute-body ul,
.course-detail-attribute-body ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-detail-attribute-body p::before,
.course-detail-attribute-body li::before {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: 1.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #ebe9e5;
}

.course-detail-attribute-body p::after,
.course-detail-attribute-body li::after {
    content: '';
    position: absolute;
    top: 1.65rem;
    left: 2.05rem;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.35rem solid #fff;
}

.course-detail-attribute-images {
    padding: 0 1.4rem 1.4rem;
}

.course-detail-attribute-images .ratio-3-2 {
    overflow: hidden;
    border-radius: 0.8rem;
}

.course-detail-attribute-images img,
.course-detail-article-item img {
    margin-bottom: 0;
}

.course-detail-article-item {
    margin-top: 1.5rem;
}

.course-detail-student-product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4.6rem 1.2rem;
}

.course-detail-student-product-card {
    min-width: 0;
}

.course-detail-student-product-gallery {
    width: 100%;
}

.course-detail-student-product-image {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    background: #f5efe8;
}

.course-detail-student-product-image:hover {
    text-decoration: none;
}

.course-detail-student-product-image img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
}

.course-detail-student-product-author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    margin-top: 1rem;
    color: #651610;
    font-size: 1.3rem;
    line-height: 1.35;
}

.course-detail-student-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
    border-radius: 50%;
    background: #74659c;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
}

.course-detail-student-product-desc {
    margin-top: 0.7rem;
    color: #2f1815;
    font-size: 1.4rem;
    line-height: 1.45;
}

.student-products-section {
    width: min(100%, 114rem);
    margin: 0 auto;
    padding: 4.2rem 0;
    color: #651610;
}

.student-products-head {
    margin-bottom: 2.4rem;
    text-align: center;
}

.student-products-subtitle {
    margin-bottom: 0.8rem;
    color: var(--color-highlight);
    line-height: 1.3;
}

.student-products-subtitle * {
    font-size: 2rem;
}

.student-products-subtitle span {
    margin-left: 0.4rem;
    font-family: "Oooh Baby", cursive;
}

.student-products-title {
    margin: 0;
    color: var(--color-main);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.25;
}

.student-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 1.2rem;
}

.student-product-card {
    min-width: 0;
}

.student-product-gallery {
    width: 100%;
}

.student-product-image {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 1rem;
    background: #f5efe8;
}

.student-product-image:hover {
    text-decoration: none;
}

.student-product-image img {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
}

.student-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 0.9rem;
    color: #651610;
    font-size: 1.2rem;
    line-height: 1.35;
}

.student-product-author {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.45rem;
}

.student-product-author > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.student-product-author-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.3rem;
    flex: 0 0 2rem;
    border-radius: 50%;
    background: #74659c;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
}

.student-product-like {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.4rem;
    color: #651610;
    font-size: 1.2rem;
}

.student-product-like i {
    color: #651610;
    font-size: 1.1rem;
}

.student-product-desc {
    margin-top: 0.8rem;
    color: #2f1815;
    font-size: 1.3rem;
    line-height: 1.4;
}

.student-products-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.student-products-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    min-height: 4rem;
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    background: #d71916;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.student-products-more:hover {
    background: #b80f0f;
    color: #fff;
    text-decoration: none;
}

.article-item .inner-image img {
    border-radius: 10px;
}

.banner-bot .swiper-slider-main .swiper-slide img {
   min-height: auto; 
}

.is-mobile .banner-bot .swiper-slider-main .swiper-slide img {
    min-height: 32rem;
}

@media (max-width: 1199px) {
    .home-intro-container {
        width: min(100% - 4rem, 114rem);
    }

    .student-products-section {
        width: min(100% - 4rem, 96rem);
    }

    .student-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .course-detail-student-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-intro-content {
        height: 58rem;
        padding: 4.6rem 4rem 4.4rem;
    }

    .home-intro-description {
        font-size: 2.3rem;
    }

    .home-intro-image {
        height: 58rem;
    }

    .start-cooking-hero {
        min-height: 68rem;
        padding-top: 29rem;
        padding-bottom: 7rem;
    }

    .start-cooking-food-1 {
        top: 25.5rem;
        left: 3.8%;
        width: 17.2rem;
    }

    .start-cooking-food-2 {
        top: 13rem;
        left: 17.6%;
        width: 21rem;
    }

    .start-cooking-food-3 {
        top: 3.8rem;
        left: 33.8%;
        width: 19.5rem;
    }

    .start-cooking-food-4 {
        top: 3.4rem;
        left: 50.6%;
        width: 21rem;
    }

    .start-cooking-food-5 {
        top: 13.2rem;
        right: 19.5%;
        width: 21.5rem;
    }

    .start-cooking-food-6 {
        top: 25.5rem;
        right: 3.6%;
        width: 18.4rem;
    }

    .start-cooking-food-7 {
        bottom: 4rem;
        left: -8rem;
        width: 22rem;
    }

    .start-cooking-food-8 {
        right: -7.2rem;
        bottom: 4rem;
        width: 21.5rem;
    }

    .start-cooking-title {
        font-size: 5.2rem;
    }

    .article-home-head {
        padding-right: 12rem;
        padding-left: 12rem;
    }

    .course-featured-slider .swiper-button-prev {
        left: 1.2rem;
    }

    .course-featured-slider .swiper-button-next {
        right: 1.2rem;
    }
}

@media (max-width: 991px) {
    .home-intro-section {
        padding: 3.8rem 0 4.4rem;
    }

    .home-intro-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        width: min(100% - 3.2rem, 72rem);
    }

    .home-intro-content {
        height: auto;
        min-height: 0;
        padding: 4.4rem 3.6rem;
    }

    .home-intro-description {
        font-size: 2.3rem;
    }

    .home-intro-image {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .start-cooking-hero {
        min-height: 62rem;
        padding-top: 26rem;
        padding-bottom: 6rem;
    }

    .start-cooking-content {
        max-width: 58rem;
    }

    .start-cooking-food-1 {
        top: 21.5rem;
        left: -1.5rem;
        width: 14rem;
    }

    .start-cooking-food-2 {
        top: 10.8rem;
        left: 13%;
        width: 17.4rem;
    }

    .start-cooking-food-3 {
        top: 2.8rem;
        left: 32%;
        width: 16rem;
    }

    .start-cooking-food-4 {
        top: 2.6rem;
        left: 52%;
        width: 17.4rem;
    }

    .start-cooking-food-5 {
        top: 11rem;
        right: 12.5%;
        width: 17.6rem;
    }

    .start-cooking-food-6 {
        top: 21.5rem;
        right: -1.5rem;
        width: 15rem;
    }

    .start-cooking-food-7,
    .start-cooking-food-8 {
        display: none;
    }

    .start-cooking-subtitle {
        margin-bottom: 1.6rem;
        font-size: 1.8rem;
    }

    .start-cooking-subtitle span {
        font-size: 2.4rem;
    }

    .start-cooking-title {
        font-size: 4.4rem;
    }

    .article-home-section {
        padding-top: 0.8rem;
    }

    .article-home-head {
        align-items: center;
        flex-direction: column;
        gap: 1.8rem;
        min-height: 0;
        padding: 0;
    }

    .article-home-view-all {
        position: static;
    }

    .article-home-title {
        font-size: 3.6rem;
    }

    .course-featured-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.8rem;
    }

    .course-featured-title {
        font-size: 3.6rem;
    }

    .course-featured-view-all {
        margin-bottom: 0;
    }

    .course-featured-slider .swiper-button-prev,
    .course-featured-slider .swiper-button-next {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    .course-featured-slider .swiper-button-prev {
        right: auto;
        left: 1.2rem;
    }

    .course-featured-slider .swiper-button-next {
        right: 1.2rem;
    }

    .course-detail-info {
        margin-top: 1.6rem;
    }

    .course-detail-info .course-detail-title {
        font-size: 2.8rem;
    }

    .course-detail-student-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .student-products-section {
        width: min(100% - 3.2rem, 72rem);
    }

    .student-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .course-detail-head {
        margin-bottom: 3rem;
    }

    .course-detail-info {
        padding: 2rem;
        border-radius: 1.2rem;
    }

    .course-detail-info .course-detail-title {
        font-size: 2.4rem;
    }

    .course-detail-price,
    .course-detail-student {
        text-align: left;
        justify-content: flex-start;
    }

    .course-detail-description {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }

    .course-detail-footer .course-detail-tabs .nav-link {
        padding: 1rem 1.4rem;
        font-size: 1.4rem;
    }

    .course-detail-lesson-head {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .course-detail-autoplay {
        width: 100%;
        justify-content: space-between;
    }

    .course-detail-attribute-title {
        font-size: 1.3rem;
    }

    .course-related-head {
        min-height: 5rem;
        padding-right: 9.5rem;
    }

    .course-related-section .course-related-title {
        font-size: 2.6rem;
    }

    .course-related-slider {
        margin-top: -5rem;
        padding-top: 5rem;
    }

    .course-related-slider .swiper-button-prev,
    .course-related-slider .swiper-button-next {
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.8rem;
    }

    .course-related-slider .swiper-button-prev {
        right: 5rem;
    }

    .course-detail-student-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem 1.2rem;
    }

    .student-products-section {
        width: min(100% - 2.4rem, 42rem);
        padding: 3rem 0;
    }

    .student-products-title {
        font-size: 2.4rem;
    }

    .student-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.8rem 1rem;
    }

    .student-product-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 1024px){
    .nav-scroll-home ul li img {
        width: 45px;
    }
    .nav-scroll-home ul li span {
        font-size: 13px;
        margin-top:10px !important
    }
}

@media (max-width:767px) {
    .course-detail-lesson-panel {
        width: 100%;
        max-width: 100%;
    }
    .mb-50{
        margin-bottom: 30px !important;
    }
    .home-intro-section {
        padding: 0rem 0 0.6rem;
    }

    .home-intro-container {
        gap: 1.6rem;
        width: min(100% - 2.4rem, 42rem);
    }

    .home-intro-content {
        padding: 3rem 2rem;
        border-radius: 1.2rem;
    }

    .home-intro-subtitle {
        margin-bottom: 1.6rem;
        font-size: 1.6rem;
    }

    .home-intro-subtitle span,
    .home-intro-subtitle em {
        font-size: 2.3rem;
    }

    .home-intro-description {
        font-size: 1.9rem;
        line-height: 1.45;
        text-align: left;
    }

    .home-intro-action {
        margin-top: 2.4rem;
    }

    .home-intro-button {
        min-height: 4.4rem;
        padding: 0.9rem 2.2rem;
        font-size: 1.4rem;
    }

    .home-intro-image {
        border-radius: 1.2rem;
        aspect-ratio: 4 / 3;
    }

    .start-cooking-hero {
        min-height: 49rem;
        padding: 22.5rem 1.6rem 3.2rem;
    }

    .start-cooking-content {
        max-width: 35rem;
    }

    .start-cooking-food-1 {
        top: 10.4rem;
        left: -4.8rem;
        width: 13rem;
    }

    .start-cooking-food-2 {
        top: 2.2rem;
        left: 7%;
        width: 12.8rem;
    }

    .start-cooking-food-3 {
        top: 0.8rem;
        left: 50%;
        width: 12.8rem;
        transform: translateX(-50%);
    }

    .start-cooking-food-4 {
        top: 2.2rem;
        right: 7%;
        left: auto;
        width: 12.8rem;
    }

    .start-cooking-food-5 {
                top: 11.4rem;
        left: 30.2rem;
        width: 13rem;
    }

    .start-cooking-food-6,
    .start-cooking-food-7,
    .start-cooking-food-8 {
        display: none;
    }

    .start-cooking-subtitle {
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }

    .start-cooking-subtitle em {
        display: inline-block;
        font-size: 2.1rem;
    }

    .start-cooking-title {
        font-size: 3.2rem;
        line-height: 1.22;
    }

    .start-cooking-button {
        min-width: 13.8rem;
        min-height: 4.4rem;
        margin-top: 2.4rem;
        padding: 0.9rem 2rem;
        font-size: 1.6rem;
    }

    .article-home-head {
        gap: 1.5rem;
        margin-bottom: 2.4rem;
    }

    .article-home-subtitle.course-category-subtitle {
        margin-bottom: 0.9rem;
        font-size: 1.7rem;
    }

    .article-home-title {
        font-size: 3.2rem;
    }

    .article-home-view-all {
        min-height: 3.8rem;
        padding: 0.8rem 1.8rem;
        font-size: 1.4rem;
    }

    .article-home-slider-nav {
        padding-bottom: 6rem;
    }

    .article-home-slider .swiper-button-prev,
    .article-home-slider .swiper-button-next {
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.8rem;
    }

    .article-home-card {
        border-radius: 12px;
    }

    .article-home-card-image {
        border-radius: 12px 12px 0 0;
    }

    .article-home-card-body {
        min-height: 12rem;
        padding: 1.8rem 1.6rem;
    }

    .article-home-card-title {
        font-size: 2rem;
    }

    .course-featured-head {
        gap: 1.6rem;
        margin-bottom: 2rem;
    }

    .course-featured-subtitle {
        margin-bottom: 1rem;
        font-size: 1.7rem;
    }

    .course-featured-title {
        font-size: 3.2rem;
    }

    .course-featured-view-all {
        min-height: 3.8rem;
        padding: 0.8rem 1.8rem;
        font-size: 1.4rem;
    }

    .course-featured-slider .swiper-button-prev,
    .course-featured-slider .swiper-button-next {
        width: 4.2rem;
        height: 4.2rem;
        font-size: 1.8rem;
    }

    .course-featured-slider .swiper-button-prev {
        left: 1rem;
    }

    .course-featured-slider .swiper-button-next {
        right: 1rem;
    }

    .course-product-filter {
        max-width: none;
        padding: 24px 14px 30px;
    }

    .course-product-filter-title {
        margin-bottom: 56px;
        font-size: 30px;
    }

    .course-product-filter-group {
        margin-bottom: 22px;
    }

    .course-product-list .row > [class*="col-"] {
        margin-bottom: 16px;
    }

    .course-product-card {
        border-radius: 14px;
    }

    .course-product-card-image {
        border-radius: 14px 14px 0 0;
    }

    .course-product-card-badge {
        top: 14px;
        left: 14px;
        min-height: 30px;
        max-width: calc(100% - 28px);
        padding: 6px 13px;
        font-size: 13px;
    }

    .course-product-card-body {
        padding: 15px 16px 16px;
    }

    .course-product-card-title {
        margin-bottom: 10px;
        font-size: 21px;
    }

    .course-product-card-desc {
        min-height: 66px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.55;
    }

    .course-product-card-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
        margin-bottom: 1.4rem;
    }

    .course-product-card-student {
        margin-left: 0;
        font-size: 1.4rem;
    }

    .course-product-card-discount {
        min-width: 5.4rem;
        min-height: 2.6rem;
        font-size: 1.4rem;
    }

    .course-product-card-btn {
        min-height: 44px;
        gap: 16px;
        padding: 9px 18px;
        font-size: 18px;
    }

    .course-product-card-btn i {
        font-size: 20px;
    }

    .course-category-section {
        padding: 9px 0 10px;
    }

    .course-category-heading {
        margin-bottom: 28px;
    }

    .course-category-subtitle {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .course-category-title {
        font-size: 34px;
    }

    .course-category-list {
        gap: 24px 16px;
    }

    .course-category-item {
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    .course-category-image-wrap {
        width: 142px;
        height: 142px;
        margin-bottom: 14px;
    }

    .course-category-name {
        font-size: 19px;
    }

    .nav-scroll-home {
        position: relative;
        background: black;
        padding: 10px;
    }
    .nav-scroll-home ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .nav-scroll-home ul li{
        padding:5px !important;
        width: 25%;
    }
    .swiper-slide--tile {
        font-size: 2rem;
    }
    
    .swiper-slide--description {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .course-product-list .row {
        margin-right: -6px;
        margin-left: -6px;
    }

    .course-product-list .row > [class*="col-"] {
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 14px;
    }

    .course-product-card {
        border-radius: 12px;
    }

    .course-product-card-image {
        border-radius: 12px 12px 0 0;
    }

    .course-product-card-badge {
        top: 10px;
        left: 10px;
        min-height: 26px;
        max-width: calc(100% - 20px);
        padding: 5px 10px;
        font-size: 12px;
    }

    .course-product-card-body {
        padding: 12px;
    }

    .course-product-card-title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.24;
    }

    .course-product-card-title a {
        margin-bottom: 0;
    }

    .course-product-card-desc {
        min-height: 56px;
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.45;
        -webkit-line-clamp: 3;
    }

    .course-product-card-meta {
        gap: 0.6rem;
        min-height: 0;
        margin: 0 0 1.2rem;
    }

    .course-product-card-student,
    .course-product-card-old-price {
        font-size: 1.3rem;
    }

    .course-product-card-discount {
        min-width: 4.8rem;
        min-height: 2.4rem;
        padding: 0.4rem 1rem;
        font-size: 1.3rem;
    }

    .course-product-card-btn {
        min-height: 40px;
        gap: 8px;
        padding: 8px 10px;
        font-size: 15px;
    }

    .course-product-card-btn i {
        font-size: 18px;
    }
}

@media (max-width: 374px) {
    .course-product-list .row {
        margin-right: -4px;
        margin-left: -4px;
    }

    .course-product-list .row > [class*="col-"] {
        padding-right: 4px;
        padding-left: 4px;
    }

    .course-product-card-body {
        padding: 10px;
    }

    .course-product-card-title {
        font-size: 17px;
    }

    .course-product-card-desc {
        font-size: 12px;
    }

    .course-product-card-btn {
        min-height: 38px;
        gap: 6px;
        padding: 8px;
        font-size: 14px;
    }

    .course-product-card-btn i {
        font-size: 16px;
    }
}

@media(min-width: 1200px) {
    .title-section-4 span {
        border-bottom: 6px solid var(--color-green3);
        padding-bottom: 5px;
    }
    
    .art-3 .inner-content .article-description {
        /* height: 61rem; */
    }
}
@-webkit-keyframes zoomIn{
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@-webkit-keyframes skew{
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
