/*
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.   ***************/

body {
    font-family: 'SFProDisplay' !important;
    font-size: 16px;
    line-height: 1.5;
}

h1,
.banner h1 {
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h2,
.banner h2 {
    font-size: 1.9em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h3,
.banner h3 {
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
input,
textarea,
select {
    outline: none !important;
    box-shadow: none !important;
}
.justify p {
    text-align: justify;
}
.button, button, input[type=button], input[type=reset], input[type=submit], .res-text {
    font-size: 1em;
}
img.size-full.alignnone {
    margin-bottom: 15px;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 10px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 10px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text p {
    margin-bottom: 15px;
    margin-top: 0;
}
p:last-of-type {
    margin: 0 !important;
}
.single-page img {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a{
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 30px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
/*.nav>li>a,*/
/*.nav-dropdown-default .nav-column li>a,*/
/*.nav-dropdown.nav-dropdown-default>li>a {*/
    /*font-size: 16px;*/
/*}*/
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    color: #000000;
    background: rgba(208,200,191,1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-secondary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 10px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 70px;
    height: 70px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 70px;
    height: 70px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 36px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    position: relative;
    z-index: 9;
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

.header-main .nav > li > a {
    font-weight: 700;
}
.socials-footer > .col-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
.socials-footer .img {
    width: auto !important;
    margin: 0 !important;
}
.socials-footer .img .img-inner {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 5px;
    transition: 0.5s;
}
.socials-footer .img:hover .img-inner {
    background-color: var(--fs-color-secondary);
}
.socials-footer .img .img-inner img {
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    color: #CFCFCF;
}

.col.col-center > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col.col-center .wpcf7-form input {
    width: 100%;
    height: 3em;
}
.entry-meta-breadcrumb {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.entry-meta-breadcrumb .entry-meta .byline {
    display: none;
}
.entry-meta-breadcrumb .entry-meta .posted-on {
    font-size: 0;
    pointer-events: none;
    white-space: nowrap;
    padding-left: 10px;
}
.entry-meta-breadcrumb .entry-meta .posted-on a {
    font-size: 16px;
}
.entry-meta-breadcrumb .rank-math-breadcrumb a {
    color: var(--fs-color-primary);
}
.page-wrapper.blog-single {
    padding-top: 60px;
    padding-bottom: 0;
}
.blog-single .post {
    margin: 0;
}
.site-related_post {
    padding: 60px 0 30px;
    background-color: #F5F6F8;
}
.site-related_post .post-item .box {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}
.site-related_post .post-item .box-image .image-cover {
    padding-top: 56.52%;
}
.site-related_post .post-item .box-text {
    padding: 10px;
}
.post-item .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.post-item .box-text-inner .post-title {
    margin: 0;
}
.post-item .box-text-inner .post-title a {
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    /*overflow: hidden;*/
    margin: 0;
}
.post-item .box-text .post-meta {
    font-size: 1em;
}
.post-item .box-text .btn-view-more a span {
    position: relative;
    top: 1px;
}
.site-banner-cat .col {
    padding-bottom: 0;
}
.site-banner-cat .col .col-inner {
    min-height: 400px;
    padding: 30px 0 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.site-search-archive input {
    height: 3em;
}
.site-search-archive button {
    width: 3em;
    height: 3em;
}
.blog-vertical .post-item .box {
    display: flex;
    flex-flow: row wrap;
    min-height: 274px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
    overflow: hidden;
}
.blog-vertical .post-item .box .box-image {
    flex-basis: 40%;
    max-width: 40%;
    margin: 0;
}
.blog-vertical .post-item .box .image-cover {
    padding-top: 0 !important;
    height: 100%;
}
.blog-vertical .post-item .box .box-text {
    flex-basis: 60%;
    max-width: 60%;
    padding: 20px !important;
}
.blog-vertical .post-item .box .box-text .box-text-inner {
    gap: 15px;
}
.blog-vertical .post-item .box-text-inner .post-title a {
    font-weight: 400;
}
.blog-vertical .post-item .box .post-meta-cat {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.blog-vertical .post-item .box .cat-label {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--fs-color-primary);
}
.blog-vertical .post-item .box .cat-label a {
    color: var(--fs-color-primary);
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 5px;
}
.blog-archive.page-wrapper {
    padding-bottom: 0;
}

.slider-wrap {
    display: flex;
    gap: 40px;
}

/* main slider */
.main-slider {
    width: 60%;
}

.main-slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* accordion thumbs */
.site-teaching-staff .accordion-thumbs {
    width: 50%;
}

.site-teaching-staff .thumb-item {
    padding: 10px 0;
    cursor: pointer;
}

.site-teaching-staff .thumb-item h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding-right: 15px;
    position: relative;
}
.site-teaching-staff .thumb-item h4 .icon-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    min-width: 85px;
    height: 85px;
    border: 2px var(--fs-color-primary) solid;
    border-radius: 50%;
}
.site-teaching-staff .thumb-item h4 .icon-title img {
    width: 100%;
    max-width: 40px;
    height: 100%;
    max-height: 40px;
    object-fit: contain;
}

.site-teaching-staff .thumb-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px 0 95px;
    transition: all 0.3s ease;
}
.site-teaching-staff .thumb-item h4:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 29px;
    color: var(--fs-color-primary);
}
.site-teaching-staff .thumb-item.active h4:after {
    content: '-';
}
.site-teaching-staff .thumb-item.active .thumb-content {
    max-height: 200px;
}
.slider-teachers .col-inner {
    padding-bottom: 30px;
}
.slider-teachers .box {
    padding: 0 15px 20px;
    position: relative;
}
.slider-teachers .box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 1.25rem;
    box-shadow: 3px 4px 30px 0 rgba(58, 22, 22, 0.10);
}
.slider-teachers .box .box-text {
    padding: 15px 0 0;
}
.slider-teachers .box .certificate {
    padding: 10px;
    background-color: var(--fs-color-success);
    text-align: center;
    border-radius: 0.625rem;
    margin-bottom: 15px;
}
.slider-teachers .box .certificate h4 {
    margin: 0;
}
.teachers-box .box .box-image {
    width: 190px;
    height: 190px;
    background-color: #f3f6fb;
    border: solid 7px white;
    box-shadow: 0px 4px 10px rgba(15, 111, 183, 0.15);
    margin: 0 auto;
    border-radius: 50%;
}
.teachers-box .box .box-image
.gallery-chung-chi .flickity-prev-next-button {
    display: none;
}
.slider-achievements .flickity-slider>:not(.is-selected) {
    transform: scale(.79);
}
.slider-custom-width.slider-achievements {
    margin: 0;
}
.slider-custom-width.slider-achievements .row .col {
    padding: 0 !important;
}
.slider-achievements .col-inner {
    padding-bottom: 30px;
}
.slider-achievements .box {
    padding: 0 15px 20px;
    position: relative;
}
.slider-achievements .box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 1.25rem;
    box-shadow: 3px 4px 30px 0 rgba(58, 22, 22, 0.10);
    opacity: 0;
    transition: 0.3s;
}
.slider-achievements .is-selected .box:after {
    opacity: 1;
}
.slider-achievements .box .box-image {
    width: 120px;
    height: 120px;
    background-color: #f3f6fb;
    border: solid 7px white;
    box-shadow: 0px 4px 10px rgba(15, 111, 183, 0.15);
    margin: 0 auto;
    border-radius: 50%;
}
.slider-achievements .box .box-text p {
    opacity: 0;
    transition: 0.3s;
}
.slider-achievements .flickity-slider>.is-selected .box .box-text p {
    opacity: 1;
}

/* Filter posts */
.site-product-filter {
    text-align: left;
}
.col.col-posts-filter {
    padding-bottom: 0;
}
.site-filter-form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.filter-field {
    background: #92beaa;
    padding: 10px;
    border-radius: 0;
    overflow: hidden;
}
.filter-field .field-input {
    display: inline-block;
    position: relative;
    margin: 0;
    white-space: nowrap;
}
.filter-field .field-input:last-child {
    margin: 0;
}
.filter-field .field-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.filter-field .field-input label {
    display: block;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 90px;
    transition: 0.5s;
    margin: 0;
}
.filter-field .field-input:hover label,
.filter-field .field-input input.checked + .label-for-check {
    color: #ffffff;
    background: var(--fs-color-primary);
}
.loading {
    opacity: 0.5;
}
.site-posts-filter .post-item .box-text {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.51);
    color: #ffffff;
}
.site-posts-filter .post-item .from_the_blog_excerpt,
.site-posts-filter .post-item .post-title a {
    color: #ffffff;
}
.site-posts-filter .post-item .btn-view-more a,
.site-posts-filter .post-item .post-meta,
.site-posts-filter .post-item a:hover {
    color: #ffffff;
}
.site-loadmore {
    text-align: center;
}
.site-loadmore a.button {
    border-radius:10px;
    padding:0 40px 0 40px;
}
.post-item .box-text .post-title a {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin: 0;
}

@media only screen and (min-width: 850px) {
    .site-posts-filter .row {
        display: block;
        position: relative;
    }
    .site-posts-filter .row .col {
        float: left;
        width: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .site-posts-filter .row .col:nth-child(1),
    .site-posts-filter .row .col:nth-child(6) {
        width: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .site-posts-filter .row .col:nth-child(5) {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .site-posts-filter .post-item .box-text {
        min-height: 138px;
    }
    .site-posts-filter .post-item .box-image .image-cover {
        padding-top: 0 !important;
        height: 260px;
    }
    .site-posts-filter .post-item:nth-child(1) .box-image .image-cover,
    .site-posts-filter .post-item:nth-child(6) .box-image .image-cover {
        height: 550px;
    }
}

.parent-feedback .box {
    height: 100%;
    padding: 9px 9px 39px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.parent-feedback .box .box-image {
    border-radius: 10px;
}
.parent-feedback .box .box-text {
    position: unset;
}
.parent-feedback .box .icon-box-name .icon-box-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
.parent-feedback .box .icon-box-name h3 {
    margin: 0;
}
.parent-feedback .box .icon-box-date {
    position: absolute;
    bottom: 9px;
    left: 9px;
}
.site-loadmore {
    text-align: center;
}
.site-change-process .col-inner {
    padding-bottom: 20px;
}
.site-change-process .box {
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(15, 111, 183, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.site-change-process .box .box-image {
    border-radius: 15px;
    overflow: hidden;
}
/* Step */
.cf7-steps .cf7-step {
    display: none;
}
.cf7-steps .cf7-step.active {
    display: block;
}
.cf7-steps .cf7-step h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}
.cf7-steps .wpcf7-list-item {
    display: block;
    background: #f3f3f3;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.cf7-steps input,
.cf7-steps textarea,
.cf7-steps select {
    border-radius: 5px;
}
.cf7-steps .cf7-next,
.cf7-steps .cf7-prev,
.cf7-steps .wpcf7-submit {
    width: 100%;
    border-radius: 5px;
    border: none;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #000000 !important;
    background: var(--fs-color-secondary);
    margin-top: 10px;
}
.step-error-msg {
    color: #e53935;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: -9px;
}
.row-btn {
    padding-top: 15px;
}
.row-btn button {
    margin: 0 !important;
}
.site-info-course > .col-inner {
    padding: 15px;
    background: rgb(238, 240, 250);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}
.site-info-course .row .col {
    flex-basis: 20%;
    max-width: 20%;
}
.site-info-course p:last-of-type {
    margin-bottom: 15px;
}
.site-info-course .row .col .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.site-info-course .row .col:not(:last-child) .col-inner:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    top: calc(50% - 35px);
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.site-dac-quyen.row .col .col-inner {
    padding: 15px 5px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(15.000000000000018, 110.99999999999996, 183, 0.15);
    transition: 0.3s;
}
.site-dac-quyen.row .col .col-inner:hover {
    background-color: var(--fs-color-secondary);
}
.section-form {
    z-index: 9;
}
.site-teaching-methods .post-item .post-title {
    margin: 0;
    position: relative;
    z-index: 9;
}
.site-teaching-methods .post-item .post-title a {
    display: inline-block;
    border-radius: 0 0.75rem 0.75rem 0;
    background: var(--fs-color-primary);
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    position: relative;
}
.site-teaching-methods .post-item .post-title a:after {
    content: '';
    position: absolute;
    height: 1.5rem;
    width: 3rem;
    background-color: var(--fs-color-primary);
    clip-path: polygon(100% 0, 0 0, 100% 70%);
    left: 0;
    bottom: -1.5rem;
}
.site-teaching-methods .post-item .box {
    width: 96%;
    margin-left: auto;
    padding: 45px 20px 20px;
    border-radius: 0.75rem;
    background-color: #D9D9D94D;
    margin-top: -1.5rem;
}
.site-teaching-methods .post-item .btn-view-more {
    text-align: right;
}
.site-teaching-methods .post-item .btn-view-more a {
    color: var(--fs-color-primary);
}

.site-tom-tat .accordion-item {
    box-shadow: 3px 4px 24px rgba(58, 22, 22, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.site-tom-tat .accordion-item:last-child {
    margin-bottom: 0;
}
.site-tom-tat .accordion-title {
    background-color: #ffffff;
    border: none;
    font-size: 1.5em;
}
.site-tom-tat .accordion-inner {
    padding: 32px;
    background-color: #92beaa;
}
.section-title-container {
    margin: 0;
}
.section-title.section-title-normal {
    border: none;
}
.section-title.section-title-normal b {
    display: none;
}
.section-title.section-title-normal span {
    display: inline-block;
    border: none;
    padding: 0.25rem 1rem;
    border-radius: 0.625rem 1.25rem;
    background: linear-gradient(180deg, var(--fs-color-primary) 0%, var(--fs-color-primary) 100%);
    color: #ffffff;
    text-transform: none;
    margin: 0;
}
.icon-tam-nhin .icon-box-img {
    height: 70px;
    background-color: var(--fs-color-primary);
    border: 3px #ffffff solid;
    box-shadow: 3px 4px 10px rgba(58, 22, 22, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-tam-nhin .icon-box-img img,
.icon-tam-nhin .icon-box-img svg {
    width: 32px;
}
.col-lich-su .col-inner {
    position: relative;
}
.col-lich-su .col-inner:before {
    content: '';
    width: 2px;
    height: 100%;
    border-left: 1px dashed var(--fs-color-primary);
    position: absolute;
    left: 6.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.col-lich-su .col-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.col-lich-su .col-inner .item-lich-su {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.col-lich-su .col-inner .item-lich-su h3 {
    width: 80px;
    min-width: 80px;
    position: relative;
    padding: 0.25rem 1rem;
    border-radius: 1.25rem;
    font-size: 1.125rem;
    color: #ffffff;
    background: var(--fs-color-primary);
    text-align: center;
    margin: 0 32px 0 0;
}
.col-lich-su .col-inner .item-lich-su h3:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: var(--fs-color-primary);
    position: absolute;
    right: -30px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.mfp-close {
    mix-blend-mode: unset;
    opacity: 1;
}
.z-index-99 {
    position: relative;
    z-index: 99;
}
.logo-footer .icon-inner {
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer .icon-inner img {
    max-width: 110px;
    max-height: 110px;
    object-fit: contain;
    padding: 0;
}
/* Ép màu số điện thoại trên iPhone */
.text-sdt a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.text-sdt a[x-apple-data-detectors],
.text-sdt a[x-apple-data-detectors] * {
    color: #ffffff !important;
    text-decoration: none !important;
}
.text-sdt-2 a {
    color: rgb(207, 207, 207) !important;
    text-decoration: none !important;
}

.text-sdt-2 a[x-apple-data-detectors],
.text-sdt-2 a[x-apple-data-detectors] * {
    color: rgb(207, 207, 207) !important;
    text-decoration: none !important;
}
.post-meta.post-meta-mobile {
    display: none;
}
@media only screen and (min-width: 850px) {
    .site-info-course .row .col,
    .site-dac-quyen.row .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width: 550px) {
    .site-teaching-methods .post-item .box {
        display: flex;
    }
    .site-teaching-methods .post-item .box-image {
        flex-basis: 25%;
        max-width: 25%;
    }
    .site-teaching-methods .post-item .box-text {
        flex-basis: 75%;
        max-width: 75%;
        padding-left: 25px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}