/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 5 Free';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

p {
    margin-bottom: 1.5rem;
}

.h1,
h1 {
    font-size: 6.25em;
}

.biggest h2 {
    font-size: 6.25em;
    margin-bottom: 1.8rem;
    line-height: 1.2;
}

.bigger h2 {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 1.8rem;
}

.h2,
h2 {
    font-size: 2.625em;
}

.h3,
h3 {
    font-size: 1.25em;
}

.h4,
h4 {
    font-size: 1.125em;
}

.h5,
h5 {
    font-size: 1em;
}

.h6,
h6 {
    font-size: 0.85em;
    opacity: 0.8;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.dark .widget a,
.dark a {
    color: var(--color-white);
    text-underline-offset: 0.2rem;
}

.col-child-left > .col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.col-child-center > .col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right > .col-inner {
    margin-right: 0 !important;
    margin-left: auto !important ;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-white);
}

.off-canvas:not(.off-canvas-center) .nav-vertical .sub-menu li > a {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 500;
    color: #c4c4c4;
    padding: 8px 8px 8px 24px;
}

.nav:not(.nav-slide) .active>.children {
    padding-bottom: 15px;
}

.button.toggle-menu,
.button[aria-label='Menu'] {
    font-size: 1em;
    border-radius: 0;
    width: 5.2rem;
    height: 5.2rem;
    place-content: center;
}

.button[aria-label='Menu'] .icon-menu {
    font-size: 40px;
}

.button.is-large {
    font-size: 1.8rem;
    min-height: 5.2rem;
    line-height: 4.8rem;
}

.button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-weight: 500;
    min-width: 17.6rem;
}

.first-letter p::first-letter {
    font-size: 4.8rem;
    line-height: 1;
}

.social-button,
.social-icons .button.icon:hover,
.social-icons .button.icon:not(.is-outline) {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.social-icons .button.icon {
    min-width: 2.426em;
    min-height: 2.426em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.8rem;
}

.social-icons .button.icon:first-child {
    margin-left: 0;
}
.social-icons .button.icon:last-child {
    margin-right: 0;
}

.social-icons .button i {
    top: 0;
}

.row-divided > .col + .col:not(.large-12) {
    border-color: #c4c4c4;
}

.section.dark {
    background-color: #24272c;
}

.section .scroll-for-more {
    opacity: 1;
    margin: 0;
}
.section .scroll-for-more::before {
    content: 'Scroll';
    display: block;
    font-size: 1.8rem;
    text-transform: initial;
    background: url(/wp-content/uploads/2024/12/section-scroll.png) no-repeat top center / 5rem auto;
    height: 9rem;
    margin-bottom: -2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section .scroll-for-more .icon-angle-down {
    font-size: 24px !important;
    color: var(--fs-color-primary);
    animation: moveDown 1s ease-in-out reverse infinite;
}
@keyframes moveDown {
    0% {
        transform:translateY(0);
    }
    
    50% {
        transform:translateY(8px);
    }
    
    100% {
        transform:translateY(0);
    }
}
.section-title-container {
}

.section-title-container .section-title {
    margin: 0;
    border: none;
    text-transform: initial;
    font-size: 4.2rem;
}

.section-title-container .section-title-center {
    justify-content: center;
}

.section-title-container .section-title-center b {
    display: none;
}

.section-title-container .section-title span {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;
    text-transform: initial;
}

.box-text {
    font-size: 1em;
}
body .row.row-small {
    max-width: 1165px;
}

body .row.row-large {
    max-width: 1220px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none !important;
    color: #333;
    font-size: 1em;
    height: 5rem;
}

label {
    font-size: 1em;
    font-weight: 400;
}

.accordion .accordion-item {
    border: none;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-title {
    padding: 2.8rem 6rem 2.8rem 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    border-top: none;
    border-bottom: 1px solid var(--color-white);
}

.accordion .accordion-item .accordion-title.active {
    background: transparent;
    border-color: transparent;
}

.accordion .accordion-item .toggle {
    height: 1.5em;
    margin-right: 0;
    position: absolute;
    top: 0.8em;
    width: 2.3em;
    left: auto;
    right: 1.2rem;
    transform: unset !important;
    opacity: 1;
}

.accordion .accordion-item .toggle:after {
    content: '+';
    font-size: 3rem;
}

.accordion .accordion-item .accordion-title.active .toggle:after {
    content: '-';
}

.accordion .accordion-item .toggle .icon-angle-down {
    display: none;
}

.accordion-inner {
    display: none;
    padding: 1.5rem;
}

.white.is-outline:hover {
    color: var(--fs-color-primary) !important;
    background-color: var(--fs-color-secondary) !important;
}




/*************** HEADER ***************/
#header.transparent .header-main {
    margin-top: 4.2rem;
}



#header .header-main .header-button .button:hover {
    box-shadow:none;
    color:var(--fs-color-primary);
    background-color:var(--fs-color-secondary) !important;
}



#header .header-main .header-button .button {
    border-color:var(--color-white);
}

#header.transparent .button.toggle-menu,
#header.transparent .header-main .header-button .button {
    background-color: #212121 !important;
    color: var(--color-white);
        box-shadow:none !important;
}

#header .button.toggle-menu {
    border:none;
        box-shadow:none !important
}

#header .button.toggle-menu:hover  {
    background-color:transparent;
 
}

#header .button.toggle-menu:hover .line  {
    background-color:var(--color-white);
}

#header .stuck .button.toggle-menu:hover {
    background-color: var(--fs-color-primary) !important;
}

#header .stuck .button.toggle-menu:hover .line  {
    background-color:var(--fs-color-secondary);
}



#header.transparent .button.toggle-menu:hover,
#header.transparent .header-main .header-button .button:hover {
    background-color: var(--fs-color-primary) !important;
}

.block-html-after-header {
    position: fixed !important;
    top: 0 ;
    z-index: 9999;
    max-width: 100%;
    inset:0;
    width:100%;
    height:100%;
    display: none;
    background-color: rgb(51 53 60 / 80%);
}




.class-name h3 {
    font-size: 2.8rem;
}

.block-html-after-header .close-menu {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;

}

.block-html-after-header .desktop-menu  {
    top:14rem;
    position:relative;
        z-index: 10;
}

.logged-in .block-html-after-header   .desktop-menu {
    top: 17.2rem;
}

.desktop-menu  {
  
}

.desktop-menu .is-divider {
    background-color: transparent !important;
    border-top: 1px dashed #c4c4c4;
}

.desktop-menu .social-icons a {
    margin: 0 1rem;
}

.desktop-menu .menu li {
    border: none;
}

.desktop-menu .menu a {
    font-size: 1.8rem;
    padding: 1.2rem 0;
}

.widget .toggle {
    margin: 0 0 0 5px;
    min-height: 1em;
    width: 3.2rem;
    min-width: 3.2rem;
    opacity: 1;
}
.desktop-menu .widget > ul > li ul,
.desktop-menu ul.menu > li ul {
    border-left: none;
    padding-left: 2rem;
}

.button[aria-label='Menu'] .line,
.button.toggle-menu .line {
    border-radius: 10rem;
    height: 0.3rem;
    width: 3.2rem;
    display: block;
    background-color: var(--color-white);
    margin: 8px auto !important;
    transition: 0.3s;
}

.active .line1,
.current-lightbox-clicked .line1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.active .line2,
.current-lightbox-clicked .line2 {
    opacity: 0;
}

.active .line3,
.current-lightbox-clicked .line3 {
    transform: translate(0, -11px) rotate(45deg);
}

.sidebar-menu  .sidebar-menu-top-content {
    padding: 1rem 1.6rem 1.6rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: 16px solid rgba(255, 255, 255, 0.16);

}

.sidebar-menu + .mfp-close {
    opacity: 1;
    height: 5rem;
    width: 5rem;
}

.sidebar-menu  .sidebar-menu-top-content .icon-box {

    border-top: 1px solid #666;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-top: 1rem;
    margin-top: 1rem;
}

.sidebar-menu  .sidebar-menu-top-content .icon-box .button.is-large {
    font-size: 1.4rem;
    min-height: 4rem;
    line-height: 3.6rem;
    min-width: 14.4rem;
}
.sidebar-menu .icon-box .icon-box-text {
    text-align: left;
    color: var(--color-white);
    padding-right: 2px;
}


.mobile-sidebar,
.mobile-sidebar .sidebar-menu
 {
    height: 100vh;
}

.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: #24272c
}

.nav-sidebar.nav-vertical>li+li {
    border-top: none;
}


.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 16px;
}

.mobile-sidebar .sidebar-menu .nav {
        height: calc(100vh - 35rem);
        overflow-y: scroll;
        scrollbar-width: thin;
        overflow-x: hidden;
}

.off-canvas .sidebar-menu {
    padding: 0px 0 !important;
}

.lightbox-content.dark {
    background-color: #666666;
}

.lightbox-content {
    border-radius: 2.4rem;
}

.text.framed-text {
    max-height:42rem ;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.lightbox-content .mfp-close {
    opacity: 1;
    color: currentColor;
    top: 0 !important;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    width: auto;
}

.lightbox-content .mfp-close::before {
    content:"Đóng";
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
}

.text.framed-text::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
}

.text.framed-text::-webkit-scrollbar
{
	width: 5px;
	background-color: transparent
}

.text.framed-text::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--color-black);
}

.dark .text.framed-text::-webkit-scrollbar-thumb {
    background-color: var(--color-white);
}

.sidebar-menu .nav .html.header-button-2 {
    position: fixed;
    bottom: 0;
    border-top: 1.6rem solid rgba(255, 255, 255, 0.16);
    border-bottom: 5.5rem solid rgba(255, 255, 255, 0.16);
    background-color: #24272c;
    padding: 1rem 1.6rem;
}

.sidebar-menu .nav .html.header-button-2 .button {
    border-radius: 0;
    background: transparent;
    font-size: 1.8rem;
    min-height: auto;
    font-weight: bold;
    height: 4rem;
    line-height: 4rem;
    border: none;
}


/*************** END HEADER ***************/

/*************** FOOTER ***************/
#footer .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#footer .footer-menu .ux-menu-link {
    align-items: start;
}

#footer .absolute-footer .container {
    border-top: 1px solid #f3f3f3;
    max-width: 114rem;
    padding: 1.6rem 0rem 0;
}


.absolute-footer {

    padding: 10px 15px 15px;
}

.absolute-footer.dark,
.absolute-footer.dark a {
    color: hsla(0, 0%, 100%, 0.4);
}

.absolute-footer.dark a:hover {
    color: hsla(0, 0%, 100%, 1);
}

#footer .absolute-footer .policy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 2.4rem;
}
#footer .footer-secondary {
    padding: 0;
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/

.hero-banner {
    font-size: 3.2rem;
}

.hero-banner .text-box {
    font-size: 3.2rem;
}

.hero-banner .text-box p {
    margin: 0 0 1.5rem;
}

.hero-banner .banner-name {
    font-size: 4.8rem;
}

.banner-gap {
}

.about-section .about-row > .col {
    padding: 0 0.2rem 1.5rem !important;
}

.about-section .about-row > .col.large-2 {
    flex-basis: 22.5%;
    max-width: 22.5%;
}

.about-section .about-row > .col.large-4 {
    flex-basis: 24.5%;
    max-width: 24.5%;
}

.about-section .about-row > .col.large-6 {
    flex-basis: 53%;
    max-width: 53%;
}

.about-section .about-row .box .box-text h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.about-section .about-row .box .box-text .big-name h4 {
    font-size: 9.2rem;
}

.about-us-section .about-us-row > .col {
    padding: 0 4rem 4rem;
}


.about-us-section .about-us-inner-row > .col:first-child {
    flex-basis: 45%;
    max-width: 45%;
}

.about-us-section .about-us-inner-row > .col:last-child {
    flex-basis: 55%;
    max-width: 55%;
}

.testimonials-section .slider {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.testimonials-section .flickity-viewport {
    min-height: var(--minHeight) !important;
}

.testimonials-section .slider .flickity-slider > .row {
    opacity: 1;
    padding: 0 1.2rem;
    min-height: 100%;
}

.testimonials-section .slider .flickity-slider > .row > .col,
.testimonials-section .slider .flickity-slider > .row > .col > .col-inner {
    height: 100%;
}

.testimonials-section .slider .flickity-slider > .row > .col > .col-inner {
    background-color: #212121;
    padding: 3.2rem;
}

.testimonials-section .info-row > .col:first-child {
    flex-basis: 7.6rem;
    max-width: 7.6rem;
    padding-right: 2rem !important;
}

.testimonials-section .info-row > .col:last-child {
    flex-basis: calc(100% - 7.6rem);
    max-width: calc(100% - 7.6rem);
}

.star-rating span:before {
    color: #ffc000;
}

.testimonials-section .info-row .star-rating {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.5rem;
}

.testimonials-section .info-row .icon-box {
    width: max-content;
}

.testimonials-section .info-row .icon-box h4 {
    font-size: 2rem;
}

.testimonials-row > .col  {
    min-width:390px;
}


.testimonials-row > .col >.col-inner {
    background-color: #212121;
    padding: 3.2rem;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.13) !important;
    display: inline-block;
    white-space: normal;
}




        .testimonials-row {
            display: flex;
            white-space: nowrap;
                flex-wrap: nowrap;
        }
        
           .testimonials-row .text {
               white-space:normal;
           }

        .marquee-wrapper {
            overflow: hidden;
            padding: 1rem 0;
        }


        .testimonials-track {
            display: flex;
            animation: scroll 5s linear infinite;
            transition: all 1s;
            
        }

        .testimonials-track-reverse {
            animation-direction: reverse;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            95% {
              transform: translateX(calc(-1 * var(--scroll-width)));
            } 
            
            100% {
                transform: translateX(0px);
            }

        }

        .testimonials-track:hover,
        .testimonials-track-reverse:hover {
            animation-play-state: paused;
        }
        
        

.join-section .section-bg-overlay {
    background-color: transparent !important;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.5) 33%,
        rgba(0, 0, 0, 0.5) 66%,
        rgba(0, 0, 0, 1) 100%
    );
}

/*************** END HOME PAGE ***************/

/*************** ABOUT PAGE ***************/
.about-top-section h2 {
    font-size: 10rem;
    margin-bottom: 1.5rem;
}

.about-top-section p {
    font-size: 4.8rem;
    letter-spacing: 1.5rem;
}

.achievements-section .achievements-row > .col > .col-inner {
    padding: 2rem 2.4rem;
    border-radius: 2rem;
    box-shadow: -1.8rem -1.8rem 3.6rem rgba(255, 255, 255, 0.05), 1.8rem 1.8rem 3.6rem rgba(0, 0, 0, 0.2) inset;
}
.achievements-section .achievements-row .icon-box .icon-box-img .icon {
    height: 7.1rem;
    background-color: #666666;
    border-radius: 50%;
    padding: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.achievements-section .achievements-row .icon-box .icon-box-img .icon svg {
    top: 0;
}

.achievements-section .achievements-row .col-inner:hover .icon-box .icon-box-img .icon {
    background-color: var(--fs-color-primary);
}

.swal2-popup {
    font-size: 1em !important;
}

/*************** END ABOUT PAGE ***************/

/*************** CONTACT PAGE ***************/
.contact-section form input,
.contact-section form select,
.contact-section form textarea {
    background-color: #666 !important;
    color: var(--color-white) !important;
    border: none;
    margin-bottom: 3rem;
}


#book-class form {
    margin-bottom:0;
}

#book-class .contact-section form input,
#book-class .contact-section form select,
#book-class .contact-section form textarea {
    background-color: #858585 !important;
}



#book-class h2 {
    font-size:6rem;   
}


.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: var(--color-white);
}

.fb-image img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    border-radius: 0.8rem;
}

.contact-section select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    padding-right: 3.5rem;
}

.select-wrapper .wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrapper .wpcf7-form-control-wrap::after {
    content: '';
    font-size: 14px;
    color: #c4c4c4;
    position: absolute;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    top: 2.5rem;
    right: 1rem;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2024/12/select-arrow.png) no-repeat center / 1.6rem auto;
}

.contact-section form .button {
    min-width: 20.4rem;
    margin: 0;
}

/*************** END CONTACT PAGE ***************/

/*************** VIETNAM TRAVEL TRAINING PROGRAMS PAGE ***************/
.top-section h1 {
    font-size: 4.8rem;
}

.top-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #24272c00 0%, #24272c 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.training-plan-section .box .box-image .image-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 1.2rem;
    bottom: 1.2rem;
    border: 1px solid var(--fs-color-primary);
    z-index: 100;
    transition: all 0.3s;
}

.training-plan-section .box:hover .box-image .image-cover::before {
    right: 0;
    bottom: 0;
}

.training-plan-section .box .box-image img {
    padding: 1.2rem 0 0 1.2rem;
    transition: all 0.3s;
}

.training-plan-section .box:hover .box-image .image-cover img {
    padding: 1.2rem !important;
}

.image-glow {
    overflow: hidden;
}

.image-glow:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-glow:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-glow img {
    filter: brightness(1) !important;
}

.image-grayscale.image-glow:hover img {
    filter: brightness(1) grayscale(100%) !important;
}

.box .box-text h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/*************** END VIETNAM TRAVEL TRAINING PROGRAMS PAGE ***************/

/*************** VIETNAM VINH XUAN PAGE ***************/
.custom-size-row > .col.col.large-8 {
    flex-basis: 64%;
    max-width: 64%;
}

.custom-size-row > .col.col.large-4 {
    flex-basis: 36%;
    max-width: 36%;
}

.masters-section .masters-row > .col > .col-inner {
    display: flex;
    align-items: flex-end;
}

.yearl-older-text {
    white-space: nowrap;
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 72px;
}

.masters-section .masters-row .box .box-text h4 {
    font-size: 2.8rem;
    margin-bottom: 5px;
}

/*************** END VIETNAM VINH XUAN PAGE ***************/

@media only screen and (max-width: 1440px) {
    .hero-banner .banner-gap {
        padding-top: 40% !important;
    }

    .hero-banner {
        padding-top: 700px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-banner {
        padding-top: 600px;
    }
    .hero-banner .video-bg {
        object-fit: none !important;
    }

    .hero-banner .text-box {
        font-size: 2.4rem;
    }
    .hero-banner .banner-name {
        font-size: 3.2rem;
    }

    .col,
    .columns,
    .gallery-item {
        padding: 0 15px 30px;
    }
}

@media only screen and (max-width: 1080px) {
    .hero-banner {
        padding-top: 789px;
    }
}

@media only screen and (min-width: 849px) {
    .row-large > .col,
    .row-large > .flickity-viewport > .flickity-slider > .col {
        padding: 0 4rem 3rem;
    }

    .row-small > .col,
    .row-small > .flickity-viewport > .flickity-slider > .col {
        padding: 0 1.2rem 2.4rem;
    }

    .pr-0 {
        padding-right: 0 !important;
    }

    .pl-0 {
        padding-right: 0 !important;
    }
    
    .about-us-section .about-us-row > .col:last-child {
         padding-right: 0; 
    }
}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/
    #header.transparent .header-main {
        margin-top: 0;
        background: #24272c;
    }
    
    
    .row-divided>.col+.col:not(.large-12) > .col-inner {
        border-top: 1px solid #ececec;
    }
    
    .button[aria-label='Menu']  {
        border:none;
    }
    
        
    .button[aria-label='Menu']:hover{
        background-color:transparent !important;
    }
    
      .button[aria-label='Menu']:hover .line {
         background-color:var(--fs-color-secondary) !important ;
    }

    .home #header.transparent .header-main {
        background: linear-gradient(to bottom , rgba(36, 39, 44, 0.93),rgba(36, 39, 44, 0) );
    }

    .hero-section {
        margin-top: -9rem;
    }

    #header.transparent + #main {
        padding-top: 9rem;
    }

    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }
    
    .biggest h2 {
        font-size: 2.625em;
        margin-bottom: 1rem;
    }
    
    .bigger h2 {
       font-size: 2.25em;
        margin-bottom: 1rem;
    }
        
    .h2, h2,
    .section-title-container .section-title {
        font-size: 3.2rem;
    }

    .about-section .about-row > .col {
        padding: 0 1.5rem 1.5rem !important;
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .about-section .about-row > .col.large-6 .box-image {
        width: 100% !important;
    }

    .about-section .about-row .box .box-text .big-name h4 {
        font-size: 5.5rem;
    }

    .about-us-section .about-us-row > .col {
        padding: 0 1.5rem 4rem;
    }

    .reviews-section .slider .flickity-slider > .row {
        max-width: 75% !important;
    }

    .reviews-section .info-row .icon-box h4 {
        font-size: 1.8rem;
    }

    .about-top-section h2 {
        font-size: 8rem;
    }

    .about-top-section p {
        font-size: 3.6rem;
        letter-spacing: 1rem;
    }

    .medium-content-end {
        align-items: flex-end;
    }

    .top-section h1 {
        font-size: 3.2rem;
    }

    .accordion .accordion-item .accordion-title {
        padding: 2rem 5rem 2rem 1rem;
        font-size: 1.8rem;
    }

    .custom-size-row > .col.col.large-8,
    .custom-size-row > .col.col.large-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .masters-section .masters-row > .col > .col-inner {
        flex-direction: column;
        align-items: center;
    }
    .yearl-older-text {
        white-space: nowrap;
        font-size: 2.4rem;
        font-weight: bold;
        padding-bottom: 17px;
        padding-top: 10px;
    }

    .masters-section .masters-row .box .box-text h4 {
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .header.has-transparent, .header.show-on-scroll, .header.transparent {
        position: relative;
    }


    .button[aria-label='Menu'] .line {
        width: 2.4rem;
        margin: 0 ;
        margin: 6px 0 8px auto !important;
    }
    .button[aria-label='Menu'] .line2 {
        width: 1.8rem;
    }

    .button.toggle-menu, .button[aria-label='Menu'] {
        width: 4rem;
        height: 4rem;
        background: transparent;
        box-shadow: none;
    }
    .class-name h3 {
        font-size: 2.4rem;
    }
    
    #book-class h2 {
        font-size: 4.8rem;
    }
    
    
        .testimonial-track {
            animation-duration: 10s

        }
    
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .button.is-large {
        font-size: 1.4rem;
        min-height: 4rem;
        line-height: 3.6rem;
    }
    
    #book-class h2 {
        font-size: 3.2rem;
    }
    .button, input[type='button'], input[type='reset'], input[type='submit'] {
        font-weight: 500;
        min-width: 14.4rem;
    }
    .class-name h3 {
        font-size: 2rem;
    }

    .hero-banner {
        padding-top: 800px !important;
    }

    .section .scroll-for-more {
        display: none;
    }

    .hero-banner .banner-gap {
        padding-top: 115% !important;
    }

    .reviews-section .slider .flickity-slider > .row {
        max-width: 30.4rem !important;
    }

    .reviews-section .slider .flickity-slider > .row > .col > .col-inner {
        padding: 1rem;
    }

    .about-top-section h2 {
        font-size: 4rem;
    }

    .about-top-section p {
        font-size: 2.6rem;
        letter-spacing: 0.5rem;
    }

    .icon-box h3 {
        font-size: 1.25em;
    }
    #footer .absolute-footer .container {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    #footer .footer-menu {
            grid-template-columns: 1fr;
                    padding-left: 2rem;
    }
    

    #footer .footer-menu .ux-menu-link  .ux-menu-link__link:before  {
        content: '';
        dislay: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: currentColor;
        position: relative;
        top: -4px;
        margin-right:6px;
    }
    
     .button-group  > .col > .col-inner {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        flex-wrap:wrap;
     }
    
    .button-group .button {
        flex:1;
        margin:0;
    }    
        .testimonial-track {
            animation-duration: 15s

        }
}
