@charset "UTF-8";

@media only screen and (max-width:1366px) {
    .footer-logo a:first-child img {
        width: 140px;
        min-width: 140px;
    }
    .footer-logo a:last-child img {
        width: 160px;
        min-width: 160px;
    }
    .price-item {
        font-size: 20px;
    }
    .teacher-price {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .index-area-info .title {
        font-size: 30px;
    }
    
    .index-area-info {
        margin-top: 120px;
        margin-bottom: 50px;
    }
    .footer-list a {
        font-size: 14px;
    }
    
    .footer-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .footer-logo img {
        width: 150px;
    }
    
    .footer-area p {
        font-size: 14px;
    }
}


@media only screen and (max-width: 991px) {
    .logo .logo-2 {
        width: 140px;
        min-width: 140px;
    }

    .logo img {
        width: 100px;
        min-width: 100px;
    }

    .logo {
        gap: 10px;
    }
    .header-menu ul li a {
        font-size: 14px;
    }
    .teacher-list-video {
        display: none;
    }
    .footer-center {
        display: block;
        margin-bottom: 20px;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    .index-area-video {
        display: none;
    }
    .index-area-info .title {
        max-width: 100%;
    }
    .category-info .title {
        font-size: 17px;
    }
    
    .category-img img {
        width: 35px;
        min-width: 35px;
        max-width: 35px;
    }
    
    .category-info {
        margin: 0 14px;
    }
    
    .category-info span {
        font-size: 15px;
    }
    
    .category-item a {
        padding: 10px;
    }
    .bt-img {
        margin-bottom: 30px;
    }
    .footer-logo {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer-cr-inner {
        display: block;
        text-align: center;
    }
    .cr-logo {
        justify-content: center;
        margin-top: 10px;
    }
    .mobile-yt-video {
        display: flex !important;
    }

    .teacher-item {
        display: block;
    }

    .teacher-list-detail {
        padding-right: 0;
        width: 100%;
    }

    .teacher-properties {
    }

    .teacher-price {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mb-50 {
        margin-bottom: 30px;
    }
    .mobile-btn {
        display: block;
        font-size: 24px;
        margin-right: 10px;
    }
    .header-items {
        justify-content: flex-end;
        padding-left: 15px;
    }
    .header-menu ul {
        display: none;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .bt-info .title {
        font-size: 34px;
    }
    .filter-item select {
        background-size: 18px;
        padding-bottom: 0;
    }
    .price-item {
        font-size: 20px;
    }
    .teacher-price span {
        font-size: 11px;
    }
    .teacher-list-detail {
        padding-left: 5px;
        padding-right: 15px;
    }
    .teacher-list-detail .title {
        font-size: 18px;
    }
    .footer-area {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-right .btn {
        min-width: auto;
        padding: 5px;
        font-size: 14px;
    }
    .logo img {
        width: 90px;
        min-width: 90px;
    }

    .logo .logo-2 {
        width: 120px;
        min-width: 120px;
    }

    .mobile-btn {
        font-size: 20px;
        margin-right: 5px;
        padding: 5px;
    }
}