/* Defined colors ---------------------------- */

:root {
    --theme-primary-color: #006bd6;
    --wpforms-button-background-color: var(--theme-primary-color);
}

/* General ---------------------------- */

body {
}

section .title-area {
    margin-bottom: 30px;
    justify-content: center;
}

.ldc-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.w-\[1em\] {
    width: 1em;
}

.h-\[1em\] {
    height: 1em;
}

.right-\[16px\] {
    right: 16px;
}

.bottom-\[27px\] {
    bottom: 27px;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.from-brand-ink-black {
    --tw-gradient-from: color-mix(in srgb, #191919, transparent calc((1 - 1) * 100%)) var(--tw-gradient-from-position);
    --tw-gradient-to: color-mix(in srgb, #191919, transparent calc((1 - 0) * 100%)) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.ldc-row {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    box-sizing: border-box;
}

.text-lg {
    font-size: 1.75rem;
    line-height: 2.75rem;
}

.btn-outline {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #333;
}

.site-content input[type="reset"],
.site-content input[type="submit"],
.btn-primary {
    background-color: var(--theme-primary-color);
    color: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.site-content input[type="reset"]:hover,
.site-content input[type="submit"]:hover,
.btn-primary:hover {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    margin-right: -5px;
}

.site-content input[type="text"],
.site-content input[type="tel"],
.site-content input[type="url"],
.site-content input[type="search"],
.site-content input[type="email"],
.site-content textarea {
    border: 1px solid #ddd;
}

form.comment-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comments-title {
    padding-bottom: 15px;
    font-size: 20px;
}

.button-group {
    gap: 20px;
}

.rounded-2xl {
    border-radius: 1rem;
}

.flex.items-end {
    justify-content: end;
}

[data-component=ldc-program-card] .p-2 {
    padding: .5rem;
}

@media (min-width: 1264px) {
    .rendering_default .default-stage__text h1 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (min-width: 1024px) {
    .ldc-col.-l-4-tw {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:flex-col {
        flex-direction: column;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:flex-row.reverse {
        flex-direction: row-reverse;
    }
}

.gallery {
    display: grid;
    gap: 16px;
    margin: 24px 0;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #f5f5f5;
}

.gallery-icon a {
    display: block;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gallery-columns-3,
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .gallery {
        grid-template-columns: 1fr !important;
    }
}

/* Site header ---------------------------- */

.main-menus .hocwp-menu:not(.mobile-menu) {
    display: flex;
}

.main-menus .hocwp-menu:not(.mobile-menu) > li {
    display: inline-flex;
}

.main-menus .hocwp-menu:not(.mobile-menu) > li > a {
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-menus .hocwp-menu:not(.mobile-menu) > li > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217/var(--tw-bg-opacity));
}

.site-title img {
    max-width: 150px;
    max-height: 50px;
}

.site-header .site-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.site-header .hocwp-menu:not(.mobile-menu) .sub-menu > li {
    padding: 0 10px;
}

.site-header .hocwp-menu:not(.mobile-menu) > li > .sub-menu {
    top: 100%;
    background: #fff;
    padding: 10px 0;
}

.site-header .hocwp-menu:not(.mobile-menu) .sub-menu .sub-menu {
    background: #fff;
    left: 100%;
    top: 0;
}

.site-header .hocwp-menu:not(.mobile-menu) .sub-menu li a:hover {
    text-decoration: underline;
}

.site-header .hocwp-menu:not(.mobile-menu) .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.3s ease;
}

.site-header .hocwp-menu:not(.mobile-menu) .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

.site-header .hocwp-menu:not(.mobile-menu) .sub-menu .menu-item-has-children > a::after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid currentColor;
    border-right: none;
}

.site-header .hocwp-menu:not(.mobile-menu) .sub-menu .menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
}

/* Site content ---------------------------- */

section .list-courses > * {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

section .list-courses article {
    border-radius: 8px;
    padding: 5px;
}

section .list-courses article > * {
    padding: 1.75rem;
    gap: 1.5rem
}

section .list-cats .cat-item .ldc-card h4,
section .list-courses article h4 {
    margin-bottom: 1rem;
}

section .list-cats .cat-item .ldc-card h4 {
    font-size: 32px;
}

section .list-courses article h4 + p {
    color: #555;
}

section .list-courses article .ldc-button {
    border: 1px solid transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    display: block;
    border-radius: 20px;
    font-size: 16px;
    height: auto;
    max-height: none;
    line-height: 30px;
}

section .list-cats .cat-item .ldc-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 14px 14px 30px 14px;
    transition: all .25s;
}

section .list-cats .cat-item .ldc-card:hover {
    transform: scale(1.02);
}

section .list-cats .cat-item .ldc-card .ldc-animated-arrow-right,
section .list-cats .cat-item .ldc-card .ldc-animated-external-arrow > g {
    transition: all .25s;
}

section .list-cats .cat-item .ldc-card:hover .ldc-animated-external-arrow > g {
    transform: translate(0.1em, -0.1em);
}

section .list-cats .cat-item .ldc-card:hover .ldc-animated-arrow-right {
    margin-right: -5px;
}

.swiper.locations .ldc-carousel-controls svg {
    width: 16px;
    height: 16px;
    fill: #333;
}

.swiper.locations .ldc-carousel-controls .ldc-button-group {
    gap: 10px;
}

.swiper.locations .ldc-carousel-controls {
    position: relative;
    height: 40px;
}

.swiper.locations .ldc-carousel-controls .ldc-carousel-minimal-buttons {
    position: absolute;
    bottom: 8px;
    right: 0;
    height: 30px;
}

.swiper.locations .ldc-carousel-controls .swiper-pagination {
    text-align: left;
}

.swiper.locations .ldc-carousel-controls .swiper-pagination > * {
    margin-left: 0;
    margin-right: 8px;
    border-radius: 2px;
}

.swiper.locations .ldc-carousel-controls .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    width: 20px;
}

.swiper.locations .ldc-carousel-controls .ldc-carousel-minimal-buttons > button {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

.swiper.locations .ldc-carousel-controls .ldc-carousel-minimal-buttons > button:hover {
    background-color: #ddd;
}

.swiper.locations .swiper-slide > * {
    border: 1px solid #333;
    transition: all .25s ease;
    box-sizing: border-box;
}

.home .swiper.locations .swiper-slide > *:hover {
    padding: 5px;
}

.swiper.locations .swiper-slide > * > a {
    display: block;
    position: relative;
}

.swiper.locations .swiper-slide > *,
.swiper.locations .swiper-slide > * img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
    transition: all .25s;
}

.swiper.locations .swiper-slide > *:before {
    content: "";
    position: absolute;
    inset: -4px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
}

.swiper.locations .swiper-slide > *:hover:before {
    opacity: 1;
}

#locations .nav-tabs button.active > span {
    height: 2px;
    opacity: 1;
}

.swiper.locations .swiper-slide > * > a > .ldc-card-body {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    left: 20px;
}

.swiper.locations .swiper-slide > * > a > .ldc-card-body p {
    font-size: 20px;
}

.swiper.locations .swiper-slide > * .bg-gradient-to-t {
    width: 100%;
    height: 110px;
    border-radius: 0 0 20px 20px;
}

#locations .nav-tabs button {
    opacity: .75;
    font-weight: 600;
}

#locations .nav-tabs button.active,
#locations .nav-tabs button:hover {
    opacity: 1;
}

.archive #locations .swiper,
#locations .tab-content > .swiper {
    display: none;
}

#why_choose .reason {
    margin-bottom: 3rem;
}

#why_choose .reason img {
    height: 81px;
    width: auto;
    margin-bottom: 1.5rem;
}

#why_choose .reason h4 {

}

#maps iframe {
    width: 100%;
}

.flex.two-cols > *,
.register-form .two-cols > * {
    flex-basis: 50%;
    width: 50%;
}

.site-content .intro > ul li:before,
.site-content .entry-content > ul li:before {
    --tw-content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiMxOTE5MTkiIGQ9Ik0xMi4zNTUgNS41ODVMMTIgNS4yM2MtLjE5NS0uMTk0LS41MS0uMTk0LS43MDUgMEw2Ljk0IDkuNTg1bC0yLjIzLTIuMjNjLS4xOTUtLjE5NC0uNTEtLjE5NC0uNzA1IDBsLS4zNTUuMzU1Yy0uMTk0LjE5NS0uMTk0LjUxIDAgLjcwNUw2LjIzIDExbC4zNTUuMzU1Yy4wNDkuMDQ0LjEwNC4wOC4xNjUuMTA1LjEyMS4wNTMuMjU5LjA1My4zOCAwIC4wNi0uMDI1LjExNi0uMDYuMTY1LS4xMDVsLjM1LS4zNTUgNC43MS00LjcxYy4xOTQtLjE5NS4xOTQtLjUxIDAtLjcwNXoiLz4KPC9zdmc+Cg==);
    content: var(--tw-content);
    margin-top: 3px;
    margin-right: 10px;
}

.site-content ul li ~ li {
    margin-top: 0.5rem;
}

.site-content .age-group-wrapper ul li {
    position: relative;
}

.site-content .age-group-wrapper ul li ~ li {
    margin-top: 0;
}

.site-content p ~ p {
    margin-top: 1rem;
}

.register-form .two-cols > * img {
    margin-bottom: 1.5rem;
}

.register-form .my-form {
    padding-right: 30px;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.site-content ul,
.site-content ol {
    margin: 20px 0;
}

.register-form .my-form .inner {
    box-shadow: -1px 6px 10px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

.breadcrumb {
    padding: 10px 0;
}

.entry-content p {
    margin-bottom: 15px;
}

.page .site-content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.page .flex.two-cols {
    gap: 30px;
}

.entry-content h2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.error-page-template .page-message,
.error-page-template h1 {
    margin-bottom: 20px;
}

.site-content .cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 24px;
    text-align: center;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(25, 25, 25, .2);
    line-height: 28px;
    transition: all 0.3s;
}

.btn-outline:hover,
.site-content .cta:hover {
    background-color: #ddd;
    color: #333;
}

.flex.term-details {
    gap: 100px;
}

.term-details .term-thumb img {
    border-radius: 15px;
}

.term-details .term-desc p {
    line-height: 28px;
}

.term-info .button-group {
    justify-content: flex-end;
}

body:not(.home) #why_choose {
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #fafafa;
}

.list-courses-box {
    background-image: url("../images/pg-background-desktop.svg");
    background-size: 100% auto;
    background-position: top;
    background-repeat: repeat-y;
}

ul.filters-tabs__wrapper {
    position: relative;
    overflow: visible;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    height: 120px;
    align-items: start;
    justify-content: center;
}

ul.filters-tabs__wrapper a.filters-tabs__link {
    font-weight: 700;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    overflow-wrap: break-word;
    width: 133px;
    white-space: normal;
    z-index: 1;
}

ul.filters-tabs__wrapper a.filters-tabs__link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

ul.filters-tabs__wrapper li.-selected .tab-tip {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--theme-primary-color);
    display: block;
}

ul.filters-tabs__wrapper li.-selected {
    background-color: var(--theme-primary-color);
    color: #fff;
}

ul.filters-tabs__wrapper li:first-child {
    margin-left: 0;
}

ul.filters-tabs__wrapper li {
    display: inline-flex;
    position: relative;
    border-radius: 8px;
    margin: 0 5px;
    border: 1px solid rgba(25, 25, 25, .2);
    min-height: 76px;
    padding: 8px;
    background-color: #fff;
    cursor: pointer;
    align-items: center;
}

.loop-course .course-meta,
.loop-course .course-details {
    gap: 20px;
}

.course-meta .post-date {
    color: #666;
    font-weight: 400;
    font-size: 15px;
}

.course-details > div:first-child:last-child {
    width: 100%;
}

.loop-course .course-meta {
    font-size: 15px;
}

.loop-course .course-meta svg {
    margin-right: 5px;
}

.loop-course .post-excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 10px 0;
}

.loop-course .course-locations > span {
    font-weight: 700;
}

.loop-course .course-locations a:hover {
    text-decoration: underline;
}

.hocwp-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.site-content .hocwp-pagination li ~ li,
.hocwp-pagination li ~ li {
    margin-top: 0;
}

.entry-content .hocwp-pagination .post-page-numbers.current, .entry-content .hocwp-pagination .post-page-numbers:hover, .hocwp-pagination + a.load-more-button, .hocwp-pagination li a:hover, .hocwp-pagination li .page-numbers.current {
    --pagination-border-color: #0060c0;
    --pagination-bg-top: #3288de;
    --pagination-bg-middle: var(--theme-primary-color);
    --pagination-bg-bottom: #0055ab;
}

figcaption,
figcaption p {
    font-size: 14px;
    margin-top: 8px;
}

@media (min-width: 1264px) {
    [data-component=ldc-program-card] .xl\:h-\[219px\] {
        height: 219px;
    }

    [data-component=ldc-program-card] .xl\:w-\[316px\] {
        width: 316px;
    }

    [data-component=ldc-program-card] .xl\:min-w-\[316px\] {
        min-width: 316px;
    }
}

.tool-search .search-modal {
    position: absolute;
    top: 100%;
    width: 335px;
    right: 0;
    z-index: 499;
    display: none;
}

.tool-search .search-modal.active {
    display: block;
}

.tool-search button {
    top: 50%;
    transform: translateY(-50%);
}

.single-khoa_hoc h1,
.single-post h1 {
    font-size: 4.8rem;
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: left;
}

.single .flex.post-meta {
    justify-content: space-between;
}

.single .flex.post-meta .cats a {
    text-decoration: underline;
}

.comments-area {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.comment-respond {
    margin-top: 20px;
}

.box-title {
    margin-bottom: 30px;
    position: relative;
}

.box-title span {
    position: relative;
    padding-bottom: 12px;
}

.box-title span:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--theme-primary-color);
    width: 100%;
    left: 0;
}

/* ===== FAQs ===== */

.post-faqs {
    margin: 40px 0;
}

.post-faqs__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Item */

.faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.faq-item:hover {
    border-color: #d1d5db;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Question */

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    text-align: left;
}

.faq-question__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #111827;
}

/* Icon */

.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #111827;
    transform: translate(-50%, -50%);
    border-radius: 99px;
    transition: transform 0.25s ease;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Active */

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

/* Answer */

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.faq-answer__content {
    overflow: hidden;
    padding: 0 24px;
    color: #4b5563;
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-answer__content {
    padding-bottom: 24px;
}

.post-faqs button[aria-expanded="false"] {
    display: inline-flex;
}

/* Content */

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Mobile */

@media (max-width: 767px) {

    .faq-question {
        padding: 18px;
    }

    .faq-answer__content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .faq-question__text {
        font-size: 16px;
    }
}

/* Widgets ---------------------------- */

/* Site footer ---------------------------- */

.footer-logo img {
    max-height: 100px;
    width: auto;
}

.footer-menus {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.footer-menus li a {
    padding: 0 !important;
}

.footer-menus li ~ li {
    margin-left: 10px;
}

.site-footer a:hover,
.footer-menus li a:hover {
    text-decoration: underline;
}

.footer-menus > * > * {
    font-size: 13px;
}

.site-footer .footer-widgets .widget-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.site-footer .footer-widgets li ~ li {
    margin-top: 10px;
}

/* Responsive ---------------------------- */

/* =========== For larger screen width =========== */

@media only screen and (min-width: 2133px) {

}

@media only screen and (min-width: 2400px) {

}

@media only screen and (min-width: 2560px) {

}

@media only screen and (min-width: 2880px) {

}

@media only screen and (min-width: 3840px) {

}

@media only screen and (min-width: 5760px) {

}

@media only screen and (min-width: 7680px) {

}

/*
 * Base screen width is 1920px
 */

/* =========== For smaller screen width =========== */

@media only screen and (max-width: 1745px) {

}

/* 125% screen width -------------------- */
@media only screen and (max-width: 1536px) {

}

@media only screen and (max-width: 1403px) {

}

/* 150% screen width -------------------- */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1240px) {

}

@media only screen and (max-width: 1220px) {
    .max-w-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-header .main-menus,
    .site-header .hocwp-menu {
        display: none;
    }

    .mobile-menus .mobile-menu,
    .mobile-menus .menu-toggle,
    .mobile-menus {
        display: block !important;
    }

    .mobile-menus .menu-toggle {
        margin-top: 6px;
    }

    .mobile-menu.has-close > .menu:before, .mobile-menu.has-close > .menu:after, .mobile-menu > .menu-toggle[aria-expanded="false"] span[class*="line-"] {
        background-color: #333;
    }

    .search-form input[type="submit"] {
        background-color: var(--theme-primary-color);
        color: #fff;
    }

    .site-header .menu-tools {
        margin-left: auto;
    }
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 1024px) {
    .footer-widgets {
        flex-wrap: wrap;
    }

    .footer-widgets > * {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .flex.two-cols {
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }

    .flex.two-cols > * {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    .register-form .my-form {
        padding: 0;
    }

    .loop-course {
        gap: 15px;
    }

    .loop-course .course-details {
        flex-direction: column;
    }

    .loop-course .post-thumbnail img {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .loop-course .person-text,
    .loop-course .calendar-text {
        margin-top: -3px;
    }
}

@media only screen and (max-width: 955px) {
    ul.filters-tabs__wrapper li {
        min-height: 30px;
    }

    ul.filters-tabs__wrapper a.filters-tabs__link {
        width: auto;
        font-size: 14px;
        padding: 0 4px;
    }

    ul.filters-tabs__wrapper {
        height: 50px;
    }
}

@media only screen and (max-width: 880px) {
    section .list-courses > * {
        flex-basis: 100%;
        max-width: 100%;
    }

    .footer-menus > div {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 800px) {
    .site-footer {
        margin-top: 15px;
    }
}

/*
 * WordPress Admin Bar change height.
 */
@media only screen and (max-width: 782px) {
    #rendering__programs-card > section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .course-details .button-group {
        flex-direction: column;
    }

    .course-details .button-group,
    .course-details .button-group > * {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    #why_choose .reason img {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 740px) {
    .age-group-wrapper {
        overflow: scroll;
    }

    ul.filters-tabs__wrapper,
    .filters-tabs__wrapper {
        justify-content: flex-start;
    }

    ul.filters-tabs__wrapper a.filters-tabs__link {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 720px) {
    .course-details .button-group {
        gap: 5px;
    }

    .course-details > div {
        padding-left: 0;
        padding-right: 0;
    }

    .course-details .btn-outline {
        font-size: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .cat-item .ldc-card .ldc-card-body .ldc-card-footer {
        bottom: 10px;
    }

    .home section:not(:first-of-type) > *,
    #explore_courses > * {
        padding-top: 0;
    }
}

@media only screen and (max-width: 620px) {
    .page .site-content h1,
    .single-khoa_hoc h1, .single-post h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .post-meta .btn-outline {
        font-size: 14px;
        margin-left: 10px;
        padding: 5px 10px;
    }

    .entry-content h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .two-cols > div:first-child {
        margin-bottom: 0;
    }

    .page .flex.two-cols {
        gap: 0;
    }
}

/*
 * WordPress Admin Bar un-fixed.
 */
@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 568px) {

}

@media only screen and (max-width: 563px) {

}

@media only screen and (max-width: 549px) {

}

@media only screen and (max-width: 534px) {
    .loop-course h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .rendering__section-main .ldc-col.mt-50 {
        margin-top: 20px !important;
    }

    .course-details .button-group {
        flex-direction: column;
    }

    .course-details .button-group,
    .course-details .button-group > * {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 420px) {
    .site-header .w-\[24px\] {
        width: 18px;
    }

    .site-header .ps-\[20px\] {
        padding-left: 10px;
    }

    .loop-course {
        display: block;
    }

    .ldc-row {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {

}

@media print {

}