.ct-header-text ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 18px
}

.ct-header-text ul li i {
    color: var(--theme-palette-color-1);
    margin-right: 5px
}

.ct-header-text ul li a {
    text-decoration: none
}

#menu-ngon-ngu .gt-current-wrapper {
    font-weight: 500;
    position: relative
}

#menu-ngon-ngu .gt-current-wrapper::before {
    color: var(--theme-palette-color-1);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f57e";
    margin-right: 5px;
    position: relative;
    opacity: 1;
    font-size: 14px
}

#menu-ngon-ngu .menu-item-gtranslate .dropdown-menu {
    position: absolute;
    top: calc(100% - 10px);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .3s
}

#menu-ngon-ngu .menu-item-gtranslate:hover .dropdown-menu {
    visibility: visible;
    opacity: 1
}

#menu-ngon-ngu .dropdown-menu li a {
    font-weight: 500
}

.ct-header-cta a {
    border: 1px solid var(--theme-palette-color-1)
}

.youtube-layout .video-main,
.youtube-layout .video-sidebar {
    height: 550px;
    overflow: hidden !important
}

.youtube-layout .video-sidebar {
    overflow: auto !important
}

.section-title.v2 h2 {
    font-size: 28px
}

.section-title.v2 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 1rem
}

.section-title.v2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #f58a1e;
    border-radius: 2px;
    margin-right: 5px
}

.location-title {
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    background-color: #f58a1e;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    display: inline-block;
    font-size: 13px;
    width: fit-content;
}

/* .location-title a
{
    width: 100%;
} */
.lop-hoc-item {
    margin: 0 0 20px;
    text-align: center
}

.lop-hoc-item img {
    margin-bottom: 10px
}

.lop-hoc-item > a {
    display: block
}

.lop-hoc-item h3 {
    margin: 10px 0 0;
    font-weight: 700;
    border: none;
    font-size: 13px
}

.btn-group {
    display: flex;
    flex-flow: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center
}

.btn-group button {
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: rgb(240, 240, 240);
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    transition: 0.3s;
    width: fit-content
}

.class-signup .btn-register-class {
    background: #f58a1e;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    transition: all .3s ease;
    border: none;
    margin-top: 10px
}

.btn-send a {
    background: #f58a1e;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    transition: all .3s ease;
    border: none;
    margin-top: 10px;
    padding: 6px 10px;
    min-height: auto;
    color: #fff !important;
    font-size: 12px !important
}

.filter-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.mwpc-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.chi-nhanh-title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 15px;
    color: #d67b00
}

.lop-hoc-price {
    color: #e74c3c;
    font-weight: bold;
    margin: 10px 0
}

.text-form h1 {
    width: 100%;
    line-height: 1
}

h2.text-white {
    color: #fff
}

.class-form form > p {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.class-form form > p label {
    width: calc(50% - 10px);
}

.class-form form > p label:has(textarea) {
    width: calc(100%);
}

.bmi-form .gender .wpcf7-form-control.wpcf7-radio,
.bmi-form .gender .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px
}

.bmi-form .gender .wpcf7-form-control.wpcf7-radio {
    margin-bottom: 15px;
}

.bmi-form .gender .wpcf7-list-item label input {
    margin-bottom: 0 !important
}

.bmi-form > .row p {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px
}

.bmi-form > .row p .wpcf7-form-control-wrap,
.bmi-form > .row p #calc-bmi-btn {
    width: 100%
}

.bmi-form > .row p #calc-bmi-btn {
    height: 50px;
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    background: rgb(245, 138, 30);
}

.bmi-message {
    position: absolute;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    width: 100%;
}

.nav-footer ul li a {
    position: relative;
    width: fit-content;
}

.nav-footer ul li a::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 2px;
    content: "";
    background-color: rgb(245, 138, 30);
    transition: 0.3s;
}

.nav-footer ul li:hover a::after {
    width: 100%;
}

#gallery-footer .elementor-image-gallery .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
}

#gallery-footer .elementor-image-gallery .gallery .wpmf-gallery-item:nth-child(1) {
    grid-row: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

#header.ct-header .ct-sticky-container .ct-container
{
    display: flex!important;
    justify-content: space-between;
}

.products.columns-3 > .type-product
{
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    transition: all ease-in-out .3s;
    overflow: hidden;
}

.products.columns-3 > .type-product:hover
{
    border-color: var(--theme-palette-color-1);
}

.products.columns-3 > .type-product .woocommerce-loop-product__title
{
    margin-bottom: 30px;
}

[data-products=type-3].products.columns-3 .product:hover .ct-woo-card-extra
{
    bottom: 50%;
    transform: translateY(50%);
    background: transparent;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2]
{
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    width: 100%;
    justify-content: center;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button)
{
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button):hover
{
    background: var(--theme-palette-color-1);
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button) .ct-tooltip
{
    display: none;
}

.ct-woo-card-extra[data-type=type-2] :is(a,button) svg
{
    fill: var(--theme-palette-color-1);
    width: 20px;
    height: 20px;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button):hover svg
{
    fill: #fff;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button) svg.ct-button-loader,
[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button) svg.ct-button-loader circle,
[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button) svg.ct-button-loader path
{
    stroke: var(--theme-palette-color-1)!important;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button):hover svg.ct-button-loader,
[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button):hover svg.ct-button-loader circle,
[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] :is(a,button):hover svg.ct-button-loader path
{
    stroke: #fff!important;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] [class*=add_to_cart_button].loading:after
{
    background-color: var(--theme-palette-color-1);
    width: 20px;
    height: 20px;
}

[data-products=type-3].products.columns-3 .product .ct-woo-card-extra[data-type=type-2] [class*=add_to_cart_button].loading:hover:after
{
    background-color: #fff;
}

.post-grid #uc_post_grid_elementor_c80ade3 .uc_more_btn
{
    position: relative;
    color: #f58a1e;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
}

.post-grid #uc_post_grid_elementor_c80ade3 .uc_more_btn::before
{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, #d92a30 72%, #331821 93%);
    width: 20px;
    height: 2px;
}


@media screen and (max-width:1200px) {
    .youtube-layout .video-main,
    .youtube-layout .video-sidebar {
        height: 100%;
    }

}

@media screen and (max-width:992px) {
    .bmi-form > .row p {
        flex-wrap: wrap;
    }

    .bmi-form > .row p input {
        margin-bottom: 0 !important;
    }

    .mwpc-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width:767.98px) {
    .mwpc-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .class-form form > p label
    {
        width: 100%;
    }

}
