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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--cl-x: #FE691A;
	--cl-y: #00B945;
	--fs-title: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
}

body{
    font-family: "Montserrat", sans-serif;
}

p:last-of-type{
	margin-bottom: 0;
}

.justify-content-center{
	justify-content: center;
}

.row-inner-full > .col > .col-inner{
	height: 100%;
}

.row-slider .flickity-slider > .col{
	padding-bottom: 0 !important;
}

.align-self-end{
    align-self: flex-end;
}

.order-0{
    order: 0;
}

.order-1{
    order: 1;
}

.order-2{
    order: 2;
}

.button, button, input[type=button], input[type=reset], input[type=submit], .button.icon{
    min-width: unset;
    min-height: unset;
    margin: 0;
    padding: 0.625rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: unset;
    line-height: normal;
    /*padding: 0.325rem 1rem;*/
    span{
        line-height: inherit;
    }
}

.button.is-outline{
    line-height: normal;
    border-width: 1px;   
}

.button.primary:not(.is-outline){
    color: var(--cl-x);
}


/*.button.secondary{
    border: 0;
    background: linear-gradient(180deg,rgba(255, 168, 123, 1) 0%,rgba(254, 105, 26, 1) 100%);
}*/

.svg-clip-path {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.wpcf7-form{
    margin-bottom: 0;
}

.wpcf7 .wpcf7-spinner{
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: -1rem;
    font-size: 0.75rem;
    z-index: 1;
}

.social-icons a{
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 !important;
}

.social-icons a i{
    top: unset;
}

/*===*/
#top-bar{
    overflow: hidden;
}
#top-bar .flex-row .flex-center{
    position: relative;
}

#top-bar .flex-row .flex-left{
    display: none;
}

#top-bar .flex-row .flex-center:after{
    position: absolute;
    content: "";
    left: 0;
    top: -1rem;
    bottom: -1rem;
    z-index: -1;
    width: 2000px;
    background-color: var(--cl-y);
}

#top-bar .nav li{
    font-size: 0.875rem;
}

.header-main{
    z-index: 100;
}


.header-main .header-nav > li.menu-item{
    margin: 0 1rem;
}

.header-main .header-nav > li.menu-item a{
    font-size: 1rem;
    font-weight: 600;
}

.header-main .nav>li.html{
    font-size: 1rem;
}


.header-search-lightbox{
    .button{
        padding: 0.5rem;
        background-color: rgba(254, 105, 26, 20%);
        color: #000 !important;
    }
}



#search-lightbox{
    font-size: 1rem;
}

.searchform-wrapper .flex-col{
    padding: 0 !important;
}

.searchform-wrapper.form-flat .flex-col:last-of-type{
    margin-left: -2.5rem;
}

.searchform-wrapper input[type=search]{
    height: unset;
    padding: 0.5rem 1rem;
}

.searchform-wrapper button[type="submit"]{
    margin: 0;
    padding: 0;
}


/*===*/
.banner-page{
    height: clamp(8rem, 6.6rem + 7.000000000000001vw, 15rem);
    background-color: transparent;
}

.banner-page .bg-fill{
    background-position: center bottom;
}

.banner-page .title-banner-page{
    margin: 0;
    font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
    font-weight: 700;
    line-height: normal;
}

.rank-math-breadcrumb p{
    margin-top: 0.25rem;
}


/**/
.main-title h2{
    font-size: var(--fs-title);
}

.main-title.has-underline h2{
    display: inline-block;
    width: unset;
    position: relative;
}

.main-title.has-underline h2:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: 3px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


.box-main-title h2{
    margin-bottom: 0.325rem;
    font-size: var(--fs-title);
}

.box-main-title h3{
    margin-bottom: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-family: "Great Vibes", cursive;
    font-weight: 400;
}


.text-stroke{
    font-weight: 900;
    line-height: 1;
    font-size: clamp(3rem, 2.4rem + 3vw, 6rem);
    font-family: "Montserrat-Bold", Helvetica;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0000001a;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.text-stroke + *{
    margin-top: -2rem;
}



/*===*/
.about-label{
    height: 100%;
    padding: 1.25rem clamp(1rem, 0.8rem + 1vw, 2rem);
    border-radius: 0.5rem;
    background-color: var(--cl-x);
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.img-about-cover{
    position: absolute;
    bottom: 0;
    transform: translateY(40%);
}

.img-about-1 .img-inner{
    border-radius: 50rem 50rem 0 0;
}

.img-about-2 .img-inner{
    border-radius: 0 0 50rem 50rem;
}

.wrapper-icon-about-1{
    transform: translateX(30%);
    position: relative;
    z-index: 1;
}


.box-icon-experience{
    display: flex;
    align-items: center;
    padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    border: 1px dashed var(--cl-x);
    border-radius: 0.625rem;
    background-color: #fff;
}

.box-icon-experience .icon-box-img{
    width: clamp(2rem, 1.4rem + 3vw, 5rem) !important;
}

.box-icon-experience .icon-box-text{
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.box-icon-experience .icon-box-text h3{
    margin-bottom: 0;
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
}

.wrapper-icon-about-2{
    transform: translateX(-10%);
    margin-left: -4rem;
    background-color: #fff;
    padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    border: 1px dashed var(--cl-x);
    border-radius: 0.625rem;
    position: relative;
    z-index: 1;
}

.about-list-img{
    --w-img: clamp(3rem, 2.8rem + 1vw, 4rem);
    width: var(--w-img) !important;
    border: 1px solid #fff;
    border-radius: 50%;
}

.about-list-img + .about-list-img{
    margin-left: calc(-1 * clamp(2rem, 1.8rem + 1vw, 3rem)) !important;
}

.about-list-img .img-inner{
    border-radius: inherit;
}

.wrapper-icon-about-2 .icon-box .text{
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

.wrapper-icon-about-2 .icon-box .text h3{
    margin-bottom: 0;
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
}


/*===*/
.box-program{
    padding: clamp(1rem, 0.8rem + 1vw, 2rem);
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: var(--cl-x);
    border-radius: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
}

.box-program h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}



/*===*/
.box-icon-utilities{
    height: 100%;
    padding: 0 1.5rem 1.5rem;
    background-color: var(--cl-x);
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    overflow: hidden;
}

.box-icon-utilities .icon-box-img{
    width: clamp(3rem, 2.8rem + 1vw, 4rem) !important;
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    background-color: #fff;
    border-radius: 50%;
    margin-top: -0.75rem;
}

.box-icon-utilities .icon-box-img .icon,
.box-icon-utilities .icon-box-img .icon-inner{
    width: inherit;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-icon-utilities .icon-box-img .icon-inner{
    padding: 0.5rem;
}


.row-box-utilities .col:nth-child(odd) .box-icon-utilities{
    background-color: var(--cl-y);
}


/*===*/
.box-icon-featured-utilities .icon-box-img{
    margin-bottom: 0;
    z-index: 1;
}

.box-icon-featured-utilities .icon-box-text{
    margin-top: -1.5rem;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0px 4px 4px #00000040;
    background: linear-gradient(
        90deg,
        rgba(254, 105, 26, 0.1) 0%,
        rgba(254, 105, 26, 1) 50%,
        rgba(254, 105, 26, 0.1) 100%
    );
    position: relative;
}

.box-icon-featured-utilities .icon-box-text:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
    180deg,
    rgba(254, 105, 26, 0.01) 0%,
    rgba(254, 105, 26, 1) 50%,
    rgba(254, 105, 26, 0.01) 100%
    );
}

.box-icon-featured-utilities .icon-box-text:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.75rem;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
    180deg,
    rgba(254, 105, 26, 0.01) 0%,
    rgba(254, 105, 26, 1) 50%,
    rgba(254, 105, 26, 0.01) 100%
    );
}



/*===*/
.wrapper-review-button{
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.wrapper-review-button .review-prev,
.wrapper-review-button .review-next{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #00000040;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.wrapper-review-button .review-prev:hover,
.wrapper-review-button .review-next:hover{
    box-shadow: 0px 0px 8px #00000040;
}


.review-slide .testimonial-box{
    align-items: center;
    margin-top: 2rem;
}

.review-slide .testimonial-box img{
    padding-top: 0;
}

.review-slide .testimonial-box .testimonial-text h3{
    margin-bottom: 0;
}

.review-slide .testimonial-box .testimonial-meta{
    display: none;
}



/*===*/
.wrapper-box-icon-change{
    padding: 5%;
    border: 1px dashed #fff;
    border-radius: 0.75rem;
}

.box-icon-change .text-top{
    width: clamp(5rem, 4.6rem + 2vw, 7rem);
    height: clamp(5rem, 4.6rem + 2vw, 7rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--cl-y);
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.box-icon-change .text-bottom{

}


/*#form-booking{
    scroll-padding-top: 200px;
}*/

.form-booking .form-control{
    height: unset;
    padding: 0.625rem 1rem;
    border-radius: 0.375rem;
    background-color: #F7F7F7;
    box-shadow: unset !important;
}

.form-booking input[type='submit']{
    width: 100%;
    background-color: var(--cl-y);
}



/*===*/
.product-small .badge-container{
    left: unset;
    right: 0.5rem;
    margin-top: 0.5rem;
    .badge{
        height: 1.8rem;
    }
}

.product-small.box{
    margin: 0.25rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 4px #00000040;
    .box-image{
        border-radius: 0.25rem;
    }

    .box-text{
        margin-top: 0.75rem;
        padding: 0;
        .product-title{
            height: 3rem;
            margin: 0 0 1rem;
            padding: 0.5rem 1rem;
            font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
            font-weight: 400;
            text-align: center;
        }

        .product-title a{
            margin: 0;
            color: var(--cl-x);
        }


        .price-wrapper{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1rem;
            background-color: var(--cl-x);
        }

        .price-wrapper .price{
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            gap: 1.25rem;
            font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
        }

        span.amount{
            color: #fff;
            font-weight: 500;
        }

        .lable-contact{
            background: linear-gradient(90deg,rgba(255, 223, 96, 1) 0%,rgba(200, 165, 28, 1) 50%,rgba(255, 217, 66, 1) 100%);
            -webkit-background-clip: text !important;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
            font-weight: 500;
        }
    }
}


/*====*/
.box-blog-post{
    display: flex;
    flex-direction: column;
    .box-image{
        width: 100%;
        border-radius: 0.25rem;
    }

    .box-text{
        flex: 1;
        padding: 0.75rem 0 0;
        font-size: inherit;
        line-height: 1.3;
    }
    .box-text-inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .is-divider{
        display: none;
    }

    .post-title{
        margin-top: 0;
        margin-bottom: 0.75rem;
        font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
        font-weight: 600;
    }

    .post-title a{
        margin: 0;
    }

    .from_the_blog_excerpt{
        line-height: inherit;
        margin: 0 0 clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    }

    .button{
        margin: auto 0 0;
        padding: 0.375rem 0.5rem;
        color: #fff;
        background-color: var(--cl-y) !important;
        font-weight: 400;
    }

    :hover .post-title a{
        
    }
}


/*=== Footer*/
.col-footer h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.col-footer p{
    margin-bottom: 0.325rem;
}

.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
    margin-top: 0.5rem !important;
}

.col-footer .ux-menu .ux-menu-link__link{
    flex: unset;
    min-height: unset;
    padding: 0;
    transition: all .3s ease-in-out;
    color: var(--cl-x);
}

.col-footer .ux-menu .ux-menu-link__link:hover{
    transform: translateX(0.5rem);
    color: var(--cl-y) !important;
}

.social-icons.social-footer{
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 1rem;
}

.social-icons.social-footer a{
    margin: 0;
    padding: 0.25rem;
    width: 2rem;
    height: 2rem;
    min-width: unset;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cl-x);
    border: 0;
    color: #fff;
    font-size: 0.75rem;
}

.social-footer a i{
    top: 0;
    line-height: normal;
    font-size: 1rem;
}

.icon-envelop:before{
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
}

.absolute-footer{
    display: none;
}

.menu-footer-bottom{
    flex-direction: row;
    gap: 1.5rem;
}

.menu-footer-bottom .ux-menu-link__link{
    min-height: unset;
    padding: 0;
}

.menu-footer-bottom .ux-menu-link__link:hover{
    color: var(--cl-y) !important;
}

.form-footer{
    display: flex;
    gap: 0.5rem;
}

.form-footer .form-control{
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent !important;
    box-shadow: unset !important;
    color: #fff !important;
}

.form-footer .form-control::placeholder{
    color: #fff;
}

.form-footer input[type="submit"]{
    margin: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent !important;
    color: #fff;
}

.back-to-top{
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
}


/*==== Page About*/
.box-vs-ms{
    height: 100%;
    padding: 2rem;
    background-color: var(--cl-y);
    border-radius: 0.75rem;
}

.box-core-value{
    height: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: var(--cl-x);
}

.box-core-value .icon-box-img{
    width: 3rem !important;
    height: 3rem;
}


.box-core-value .icon-box-img .icon,
.box-core-value .icon-box-img .icon-inner{
    width: inherit;
    height: inherit;
}

.box-core-value .icon-box-img img{
    padding-top: 0;
    height: 100%;
    object-fit: contain;
}


/*===*/
.row-team-slide .col{
    padding-bottom: 0;
}

.box-member{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.box-member .box-text{
    padding: 0;
}

.box-member .box-image{
    width: 100%;
}

.box-member .box-text .person-name{
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 0.75rem;
}

.box-member .box-text br{
    display: none;
}

.box-member .box-text .person-title{
    font-size: 1rem;
    font-weight: 700 !important;
    color: var(--cl-x);
    opacity: 1;
}

.box-member.no-image{
    padding: 0.5rem;
    background-color: #F9F6F4;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);
}

.box-member.no-image .box-image{
    display: none;
}


/*===*/
.row-teacher-slide .flickity-viewport {
    transition: height .35s ease;
}

.box-teacher .box-image{
    border-radius: 0.5rem;
}

html:not([ng-app="uxBuilder"]) .box-teacher .box-text .text{
    height: 3rem;
    overflow: hidden;
    transition: height 0.35s ease;
}

.box-teacher .text.is-open {
    height: auto;
}

.box-teacher .box-text h4{
    color: var(--cl-x);
}




/*==== Page Contact*/
.icon-info-contact{
    --w-icon: clamp(3rem, 2.9rem + 0.5vw, 3.5rem);
    align-items: center;
}


.icon-info-contact .icon-box-img{
    width: var(--w-icon) !important;
    height: var(--w-icon);
    background-color: var(--cl-y);
    border-radius: 50%;
    padding: 0.5rem;
}

.icon-info-contact .icon,
.icon-info-contact .icon-inner{
    width: 100%;
    height: 100%;
}

.icon-info-contact .icon-box-img img{
    padding-top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-info-contact .icon-box-text{
    line-height: normal;
}

.icon-info-contact .icon-box-text h3{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    margin-bottom: 0.25rem;
}


.box-map{
    border-radius: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
    overflow: hidden;
    height: 400px;
}

.box-map iframe{
    width: 100%;
}

.form-contact .form-control{
    height: unset;
    background-color: #FFFFFF;
    padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) 1rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: none !important;
    color: #000;
}

.form-contact .form-control::placeholder{
    color: rgba(0, 0, 0, 0.5);
}

.form-contact textarea.form-control{
    height: 6rem;
}

.form-contact input[type=submit]{
    background-color: var(--cl-y);
}


.category-chuong-trinh-hoc #post-list .row,
.category-7 #post-list .row{
    justify-content: center;
}




/*button contact*/
.button-contact-fixed{
    position: fixed;
    bottom: 8%;
    right: 0.25rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.box-ring {
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: visibility .5s;
    position: relative;
}

.box-ring-outline {
    position: absolute;
    width: clamp(4rem, 3.8rem + 1vw, 5rem);
    height: clamp(4rem, 3.8rem + 1vw, 5rem);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid rgba(30, 30, 30, 0.5);
    background-color: transparent;
    border-radius: 50%;
    opacity: .5;
    transition: all .5s;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}

.box-ring-inline {
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(3rem, 2.8rem + 1vw, 4rem);
    height: clamp(3rem, 2.8rem + 1vw, 4rem);
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}

.box-ring-image{
    width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.box-ring-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-ring-label{
	position: absolute;
	right: 2rem;
	height: 2.25rem;
	z-index: -1;
	padding: 0.25rem 3rem 0.25rem 1rem;
	border-radius: 50rem;
	white-space: nowrap;
	color: #fff;
	display: flex;
	align-items: center;
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}