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

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --primary: #b41a20;
    --secondary: #222f6e;
    --white: #fff;
    --black: #000;
    --black1: #111;
    --black2: #222;
    --black3: #333;
}

/* === HEADER === */

.header-wrapper:not(.stuck) .header-main .header-nav {
    margin-top: 0 !important;
}

.header-action,.header-action a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-action img {
    width: 36px;
    height: 36px;
}

.header-action a {
    gap: 6px;
}

.header-action span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

/* === HOME === */

.phongvt-he-thong-giao-duc {
    background: linear-gradient(180deg, #e5f7fd 0%, #feeeef 100%);
    padding-top: 60px !important;
 }

.phongvt-he-thong-giao-duc h2 {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3 .col-inner {
    height: 100%;
    width: calc(100% - 40px);
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .col-inner {
    margin-left: auto;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title,
.phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title {
    border-radius: 0 100px 0 0;
    margin-left: -40px;
}

.phongvt-he-thong-giao-duc .row2 .phongvt-box-item .title:before {
    border-color: var(--primary) transparent transparent transparent;
    border-style: solid;
    border-width: 40px 40px 0 0;
    bottom: -40px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.phongvt-he-thong-giao-duc .row2 .phongvt-box-item .title:after {
    border-color: rgba(0, 0, 0, .3) transparent transparent transparent;
    border-style: solid;
    border-width: 40px 40px 0 0;
    bottom: -40px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title:before,
.phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title:before {
    border-color: transparent var(--primary) transparent transparent;
    border-width: 0 40px 40px 0;
    left: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title:after,
.phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title:after {
    border-color: transparent rgba(0, 0, 0, .3) transparent transparent;
    border-width: 0 40px 40px 0;
    left: 0;
}

.phongvt-he-thong-giao-duc .phongvt-box-item .title h2 {
    color: var(--white);
}

.phongvt-he-thong-giao-duc .phongvt-box-item .title p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

.phongvt-he-thong-giao-duc .phongvt-box-item .desc {
    font-size: 14px;
    padding: 12px;
}

.phongvt-he-thong-giao-duc .phongvt-box-item .icon-box-img {
    margin: 12px auto;
    padding-top: 12px;
}

.phongvt-he-thong-giao-duc .phongvt-box-item {
    background: var(--white);
    height: 100%;
    min-height: 310px;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(2) .phongvt-box-item, 
.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item {
    min-height: 380px;
}

.phongvt-he-thong-giao-duc .phongvt-box-item .title {
    background-color: var(--primary);
    border-radius: 100px 0 0 0;
    padding: 16px;
    position: relative;
    width: calc(100% + 40px);
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:first-child .col-inner,
.phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .col-inner{
    padding-top: 180px;
}

.phongvt-chuong-trinh-hoc h2 {
    font-size: 28px;
    color: #ffb038;
    margin-bottom: 8px;
}

.phongvt-chuong-trinh-hoc h3 {
    font-size: 24px;
    line-height: 1.4;
    color: var(--secondary);
    margin-bottom: 40px;
}

.phongvt-chuong-trinh-hoc .box-text {
    -webkit-mask-image: url(views/theme-store/widget/items/style26/assets/bg_dark.png);
    mask-image: url(/wp-content/uploads/2025/05/bg_dark.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 86%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    padding-top: 180px;
}

.phongvt-chuong-trinh-hoc .box-image img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.phongvt-chuong-trinh-hoc .box-image {
    margin-bottom: -160px;
    z-index: 9;
}

.phongvt-chuong-trinh-hoc .box-text h3 {
    font-size: 22px;
    padding-left: 18px;
    padding-right: 18px;
    color: var(--white);
    min-height: 70px;
    margin-bottom: 0;
}

.phongvt-chuong-trinh-hoc a.button.white  i.icon-angle-right:before {
    content: '\f061';
    font-family: FontAweSome;
}

.phongvt-chuong-trinh-hoc a.button.white  span {
    display: none;
}

.phongvt-chuong-trinh-hoc a.button.white i.icon-angle-right,.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .phongvt-boxnho a.button i.icon-angle-right {
    margin: 0;
    top: 0;
    left: -3px;
}

.phongvt-chuong-trinh-hoc a.button.white {
    width: 40px;
    height: 40px;
}

.phongvt-chuong-trinh-hoc2 {
    position: relative;
}

.phongvt-chuong-trinh-hoc2:before {
    content: '';
    width: 100%;
    height: 800px;
    background: url(/wp-content/uploads/2025/05/cloud.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -800px;
    left: 0;
    display: block;
    background-position: bottom;
}

.phongvt-chuong-trinh-hoc2 {
    background: linear-gradient(180deg, #dcf7ff 0%, #ffffff 100%);
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .phongvt-boxnho a.button span {
    font-size: 13px;
    padding-right: 8px;

}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc {
    background: var(--secondary);
    max-width: 1290px;
    border-radius: 16px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .phongvt-boxnho .col-inner {
    background: #0073D4;
    border-radius: 12px;
    padding: 16px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 {
    padding: 24px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .phongvt-boxnho .header {
    font-size: 24px;
    margin-bottom: 0;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .phongvt-boxnho .header-description {
    font-size: 15px;
    line-height: 1.5;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-img img {
    height: 100px;
    object-fit: contain;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-img {
    width: 120px !important;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-text .title .heading {
    font-size: 18px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-text .title .description {
    font-size: 14px;
}

.phongvt-feedback .flickity-slider .row {
    max-width: 33.33%;
}

.phongvt-feedback .flickity-slider {
    display: grid;
}

.phongvt-feedback .flickity-slider>.row:not(.is-selected) {
    opacity: .5;
    transform: scale(.75);
}

.phongvt-chuong-trinh-hoc-3 .row1 {
    align-items: flex-end;
}

.phongvt-chuong-trinh-hoc-3 .img-effect {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .spinner {
    animation: 3s linear infinite spinner;
    animation-play-state: inherit;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .spinner .frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .spinner .frame .round-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px dashed #93e2f9;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .spinner .frame .round-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 85%;
    height: 85%;
    z-index: 1;
    background: linear-gradient(90deg, #c8b5ff 0%, #569eed 100%);
}

.phongvt-chuong-trinh-hoc-3 .img-effect .spinner .frame .round-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 65%;
    height: 65%;
    z-index: 1;
    background: linear-gradient(25deg, #18c4ff 0%, #4520e5 100%);
}

.phongvt-chuong-trinh-hoc-3 .img-effect .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 35%;
    height: 35%;
    z-index: 1;
    line-height: 0;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.phongvt-chuong-trinh-hoc-3 .title .number{
    color: var(--primary);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
}

.phongvt-chuong-trinh-hoc-3 .title .heading{
    color: var(--black);
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 8px;
}

.phongvt-chuong-trinh-hoc-3 .title .description {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.phongvt-chuong-trinh-hoc-3 .col-inner > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.phongvt-chuong-trinh-hoc-3 .col-inner div {
    width: 100%;
    line-height: 1;
}

.phongvt-chuong-trinh-hoc-3 .col-inner div .icon-divider {
    padding: 0;
    margin: 0;
}

.phongvt-chuong-trinh-hoc-3 .col-inner .title {
    width: 94%;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .heading {
    font-size: 25px;
    line-height: 35px;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content {
    grid-row: 2 / span 2;
    grid-column: 1;
    position: relative;
    padding: 0;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box {
    position: absolute;
    width: calc(100% - 500px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0 30px 10px 30px;
    z-index: 2;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .group-circle {
        position: relative;
    padding-bottom: 25%;
    height: 0;
    overflow: hidden;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .half-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .half-circle .box-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .half-circle .box-circle .circle-shape {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    border: 5px solid var(--white);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(119, 207, 234, 0.89) 0%, rgba(250, 230, 241, 0.91) 20%);
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .half-circle .box-circle .circle-shape .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box h2 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto 16px;
    padding-left: 22%;
    padding-right: 22%;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box p {
    font-size: 15px;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box .icon-box-img {
    width: 80px !important;
}

.phongvt-chuong-trinh-hoc-3 {
    max-width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.phongvt-chuong-trinh-hoc-3 .row2 {
    margin-top: -100px;
}

.phongvt-chuong-trinh-hoc-3 .row1 .col.large-3:first-child,.phongvt-chuong-trinh-hoc-3 .row1 .col.large-3:last-child {
    margin-bottom: -140px;
}

.phongvt-khoi-mo-thuong-hieu {
    padding-top: 60px !important;
}

.phongvt-khoi-mo-thuong-hieu h2 {
    font-size: 30px;
    color: var(--primary);
}

.phongvt-khoi-mo-thuong-hieu {
    background: linear-gradient(180deg, #ffffff00 0%, #dbfaff 100%);
    padding-top: 60px !important;
}

.phongvt-khoi-mo-thuong-hieu .icon-box .icon-box-text h3 {
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 0;
}

.phongvt-khoi-mo-thuong-hieu .col-inner > div .icon-box-text p {
    font-size: 15px;
    width: 65%;
    margin-left: auto;
}

.phongvt-khoi-mo-thuong-hieu .col-inner > div:nth-child(2) .icon-box-text p, .phongvt-khoi-mo-thuong-hieu .col-inner > div:last-child .icon-box-text p {
    margin-left: 0;
}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner > div {
    position: relative;
}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner > div:last-child:after {
    display: none;
}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner > div:after {
    content: '';
    height: 70px;
    width: 80%;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner > div:nth-of-type(2n+1):after {
    background-image: url(/wp-content/uploads/2025/05/journey-line-left.png);
}

.phongvt-khoi-mo-thuong-hieu .col-left .col-inner > div:nth-of-type(2n+2):after {
    background-image: url(/wp-content/uploads/2025/05/journey-line-right.png);
}

.phongvt-khoi-mo-thuong-hieu .col-left {
    padding-bottom: 60px;
}

.phongvt-khoi-mo-thuong-hieu .col-right {
    padding-bottom: 0;
}

.phongvt-khoi-mo-thuong-hieu .section-content .row {
    align-items: flex-end;
}

.phongvt-feedback {
    background: linear-gradient(180deg, #bbf6ff 0%, #ffffff 100%);
    padding-top: 60px !important;
}

.phongvt-feedback h2 {
    font-size: 30px;
    color: var(--secondary);
}

.phongvt-feedback .flickity-viewport .col .col-inner {
    position: relative;
}

.phongvt-feedback .flickity-viewport .col .col-inner svg {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 74%;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box .icon-box-img img {
    border-radius: 100%;
    border: 5px solid var(--white);
    padding: 0;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box .icon-box-img {
    width: 100px !important;
    margin-bottom: 12px;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box .icon-box-text .name {
    font-size: 18px;
    margin-bottom: 0;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box .icon-box-text .role {
    font-size: 15px;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box {
    position: relative;
    z-index: 9;
    padding: 40px;
}

.phongvt-feedback .flickity-viewport .col .col-inner .icon-box .icon-box-text .desc {
    font-size: 15px;
}

.phongvt-feedback .slider {
    padding-top: 0;
}

.phongvt-feedback .testimonial-box .icon-box-text {
    display: flex;
    flex-wrap: wrap;
}

.phongvt-feedback .testimonial-box .icon-box-text .testimonial-meta {
    order: 1;
    padding-top: 0;
}

.phongvt-feedback .testimonial-box .icon-box-text .star-rating {
    order: 2;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    line-height: 32px;
}

.phongvt-feedback .testimonial-box .icon-box-text .testimonial-text {
    order: 3;
    padding-top: 12px;
}

.phongvt-feedback .testimonial-box .icon-box-text .star-rating:before,
.phongvt-feedback .testimonial-box .icon-box-text .star-rating span:before {
    width: 100%;
    font-size: 32px;
}

.phongvt-feedback .testimonial-box .icon-box-text .testimonial-meta strong.testimonial-name {
    font-size: 20px;
}

.phongvt-feedback .testimonial-box .icon-box-text .testimonial-meta span.testimonial-name-divider {
    display: none;
}

.phongvt-feedback .testimonial-box .icon-box-text .testimonial-meta span.testimonial-company {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.phongvt-feedback .testimonial-box .icon-box-text .star-rating span {height: 32px;}

.phongvt-feedback .testimonial-box {
  position: relative;
  padding: 3rem 2rem;
  background: none;
  z-index: 1;
  text-align: center;
}
.phongvt-feedback .testimonial-box::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 78%;
  pointer-events: none;
  background: url('data:image/svg+xml;utf8,\
<svg viewBox="0 0 1448 922" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">\
<path d="M1356.34 22.1114C924.251 -9.03098 401.784 -5.26023 96.2822 20.8442C61.6385 23.8045 33.5749 49.9675 28.3935 84.3492C-16.1595 379.988 -1.77575 665.634 27.1422 840.09C32.7627 873.997 61.2945 898.845 95.574 901.339C522.111 932.373 968.22 924.218 1352.58 900.702C1387.87 898.543 1417.19 872.807 1422.12 837.791C1448.48 650.255 1462.77 303.276 1423.8 81.3584C1417.99 48.2734 1389.85 24.5262 1356.34 22.1114Z" fill="%23C8102E"/>\
<path d="M1310.14 59.809C923.284 25.3291 446.236 39.496 145.516 60.6607C103.269 63.6341 68.6712 95.1845 62.9364 137.146C29.4612 382.086 38.6299 640.686 61.5967 794.428C67.5946 834.579 101.465 863.647 141.968 866.411C536.13 893.304 947.111 886.341 1303.44 865.744C1345.37 863.32 1380.35 832.847 1385.95 791.215C1408.9 620.527 1420.5 326.102 1387.56 129.398C1381.14 91.0372 1348.89 63.2619 1310.14 59.809Z" fill="white"/>\
</svg>') no-repeat center/cover;
  z-index: -1;
}


.phongvt-feedback button.flickity-button {
    top: auto;
    bottom: -4px;
    opacity: 1 !important;
    border: 1px dashed var(--primary);
    border-radius: 100%;
    padding: 12px;
    width: 40px;
    height: 40px;
    display: block;
}

.phongvt-feedback button.flickity-button.previous {
    left: 46%;
}

.phongvt-feedback button.flickity-button.next {
    right: 46%;
}

.phongvt-feedback button.flickity-button svg {
    background: var(--primary);
    color: var(--white);
    padding: 10px;
}

.swiper {
    width: 400px;
    height: 600px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.phongvt-giao-vien .section-content,
.phongvt-giao-vien .swiper-slide > *,
.phongvt-giao-vien .swiper-slide .col-inner,
.phongvt-giao-vien .swiper-slide .img,
.phongvt-giao-vien .swiper-slide .img .img-inner {
    width: 100%;
    height: 100%;
    padding: 0;
}

.phongvt-giao-vien .swiper-slide .img-inner img {
    object-fit: cover;
    height: 100%;
}

.phongvt-giao-vien .swiper-slide .col-inner .img {
    height: 100%;
}

.phongvt-giao-vien .swiper-slide .col-inner .name {
    position: absolute;
    bottom: -4px;
    left: 32px;
    font-size: 18px;
}

.phongvt-giao-vien .swiper-slide .img-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000004f;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.phongvt-giao-vien .swiper-slide .col-inner {
    position: relative;
}

.phongvt-giao-vien {
    background: linear-gradient(180deg, #e5f7fd 0%, #9edfff 100%);
    padding-top: 40px !important;
}

.phongvt-giao-vien .row {
    align-items: center;
}

.phongvt-giao-vien h2 {
    font-size: 24px;
    color: var(--secondary);
}

.phongvt-giao-vien .col-left .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.phongvt-giao-vien .col-left .col-inner .icon-box {
    align-items: center;
}

.phongvt-giao-vien .col-left .col-inner .icon-box .icon-box-text {
    font-size: 14px;
    font-weight: 600;
}

.phongvt-giao-vien .col-left .col-inner a.button {
    margin: 16px 0 0 0;
}

.phongvt-khoi-mo h2 {
    font-size: 28px;
    color: var(--secondary);
}

.phongvt-khoi-mo .col-left .col-inner svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}

.phongvt-khoi-mo .col-left {
    position: relative;
}

.phongvt-khoi-mo .col-left .col-inner .video.video-fit {
    width: 88%;
    margin-top: 40px;
    border-radius: 16px;
}

.phongvt-khoi-mo .col-left .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.phongvt-khoi-mo .col-right .col-inner .col.post-item {
    padding-bottom: 16px;
}

.phongvt-khoi-mo .col-right .col-inner .col.post-item .box-image {
    border-radius: 12px;
}

.phongvt-khoi-mo .col-right .col-inner .col.post-item .box-text h5 {
    font-size: 16px;
    margin-bottom: 12px;
}

.phongvt-khoi-mo .col-right .col-inner .col.post-item .box-text p {
    font-size: 14px;
}

.phongvt-khoi-mo .col-right .col-inner .col.post-item .box-text  .is-divider {
    display: none;
}

.phongvt-khoi-mo .col-right .col-inner a.button {
    margin-top: 12px;
}

.phongvt-su-menh {
    padding-top: 60px !important;
}

.phongvt-su-menh .title {
    display: flex;
    align-items: center;
}

.phongvt-su-menh h2 {width: fit-content;margin-right: 16px;}

.phongvt-su-menh .title img {
    width: 60px;
}

.phongvt-su-menh p.desc {
    font-size: 15px;
}

.phongvt-cta {
    overflow: hidden;
}

.phongvt-su-menh .col-right .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.phongvt-su-menh .col-right .col-inner .icon-box-text h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.phongvt-su-menh .col-right .col-inner .icon-box-text p {
    font-size: 14px;
}

.phongvt-su-menh .col-right .col-inner .icon-box {
    align-items: center;
    background: rgb(255 255 255 / 90%);
    border-radius: 44px;
    padding: 12px;
}

.phongvt-su-menh .col-right .col-inner div {
    width: 100%;
}

.phongvt-su-menh .col-right .col-inner > div:first-child, .phongvt-su-menh .col-right .col-inner > div:nth-child(3) {
    margin-left: 60px;
}

.phongvt-su-menh .col-right .col-inner > div:last-child, .phongvt-su-menh .col-right .col-inner > div:nth-child(2) {
    margin-right: 60px;
}

.phongvt-su-menh .row {
    align-items: flex-end;
}

.phongvt-su-menh .col-right .col-inner .icon-box .icon-box-img {
    background: var(--white);
    border-radius: 100%;
    padding: 12px;
}

.form-lien-he:before{
		content:"";
		display: block;
		width: 150px;
		height: 315px;
		background:url(/wp-content/uploads/2021/01/rocket-icon.png) no-repeat;
		position: absolute;
    top: -130px;
    left: -22px;
}

.form-lien-he{
		padding: 80px 100px;
    background: url(/wp-content/uploads/2021/01/bg-form-2.png) no-repeat;
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 0px 5px 20px #8c8c8c9e;
		background-size: cover;
}
.form-lien-he .row1,.form-lien-he .row2{
		display: flow-root;
}
.form-lien-he .row1 input[type='text'],.form-lien-he .row2 input[type='number']{
		width: 32%;
    float: left;
    margin-right: 1%;
}
.form-lien-he .row1 input[type='email']{
		width: 33%;
    float: left;
    margin-right: 1%;
}
.form-lien-he .row1 input[type='tel']{
		width: 33%;
    float: right;
}
.form-lien-he .row2 select{
		width: 67%;
    float: right;
}
.form-lien-he .row3 input[type='submit']{
		margin-top: 25px;
		padding: 8px 39px;
    font-size: 16px;
    background-color: #ff9c14;
    border-radius: 15px;
		margin-bottom: 0px;
		box-shadow: none;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0px;
    position: absolute;
    opacity: .8;
    background-color: unset;
}

.wpcf7,.title-banner {
    z-index: 9;
}

.form-lien-he input[type='email'],.form-lien-he input[type='search'],.form-lien-he input[type='number'],.form-lien-he input[type='url'],.form-lien-he input[type='tel'],.form-lien-he input[type='text'],.form-lien-he textarea,.form-lien-he select,.form-lien-he select option{
    appearance: none;
    box-shadow: none;
    border: none;
    padding: 5px 39px;
    height: 56px;
    border-radius: 15px;
}
.section6 form:after{
		content: "";
    display: block;
    width: 650px;
    height: 285px;
    background: url(/wp-content/uploads/2021/01/bg-children.png) no-repeat;
    position: absolute;
    bottom: -135px;
    right: -235px;
    z-index: -1;
}
.form-lien-he:after{
		    content: "";
    display: block;
    width: 369px;
    height: 321px;
    background: url(/wp-content/uploads/2021/01/children-bg.png) no-repeat;
    position: absolute;
    bottom: -135px;
    right: 88px;
    z-index: 0;
}

#footer .footer {
    padding-top: 60px !important;
}

#footer .footer .col {
    padding-bottom: 0;
}

#footer .tabbed-content .tab-panels {
    border: 0;
}

#footer .tabbed-content li a:before {right: auto;left: 0;height: 20px;width: 20px;border-radius: 100%;background: var(--white);top: 8px;opacity: 1;transform: translateX(0);}

#footer .tabbed-content li a {
    padding-left: 30px;
}

#footer .tabbed-content li.active a:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: var(--primary);
    top: 12px;
    left: 4px;
    opacity: 1;
    transform: translateX(0);
    z-index: 9;
}

#footer .tabbed-content .nav li {
    border: 0;
    padding-bottom: 40px;
    position: relative;
}

#footer .tabbed-content .nav li:before {
    content: '';
    width: 2px;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 9px;
    top: 16px;
}

#footer .tabbed-content .nav li:last-child:before {
    display: none;
}

#footer .footer .col {
    padding-bottom: 0;
}

#footer .tab-panels .title strong {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
}

#footer .tab-panels, #footer .tab-panels > *, #footer .tab-panels p {
    font-size: 15px;
}

#footer .tab-panels p {
    margin-bottom: 12px;
}

#footer .social-icons.follow-icons {
    display: block;
    margin-top: 16px;
}

#footer .ux-logo .ux-logo-link {
    padding: 0 !important;
    margin-top: 10px;
}

.__bolide-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .1), 0 0 0 8px rgba(255, 255, 255, .1), 0 0 20px #fff;
    animation: star_fall 5s linear infinite;
    z-index: 1;
}

.__bolide-animation:nth-child(2) {
    top: 0;
    right: 80px;
    left: initial;
    animation-delay: 0.5s;
    animation-duration: 5s;
}

.__bolide-animation:nth-child(3) {
    top: 80px;
    right: 0;
    left: initial;
    animation-delay: 01s;
    animation-duration: 4s;
}

.__bolide-animation:nth-child(4) {
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 3s;
}

.__bolide-animation:nth-child(5) {
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 01.2s;
    animation-duration: 4.5s;
}

.__bolide-animation:nth-child(7) {
    top: 300px;
    right: 0;
    left: initial;
    animation-delay: 2s;
    animation-duration: 4.75s;
}

.__bolide-animation:nth-child(8) {
    top: 0;
    right: 700px;
    left: initial;
    animation-delay: 2.4s;
    animation-duration: 4.25s;
}

.__bolide-animation:nth-child(9) {
    top: 0;
    right: 1000px;
    left: initial;
    animation-delay: 1.75s;
    animation-duration: 5.25s;
}

.__bolide-animation:nth-child(10) {
    top: 0;
    right: 1000px;
    left: initial;
    animation-delay: 3.75s;
    animation-duration: 2.25s;
}

.__bolide-animation:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 4px;
    background: linear-gradient(90deg, #ff89037a, transparent);
}

.__bolide {
    height: 0;
}

.arrow-controls div {
    top: auto;
    bottom: -74px;
    padding: 24px;
    border-radius: 100%;
    border: 1px dashed var(--secondary);
}

.arrow-controls div::after {
    font-size: 16px;
    color: var(--white);
    background: var(--secondary);
    padding: 13px;
    border-radius: 100%;
    width: 40px !important;
    height: 40px;
    display: flex;
    line-height: 1;
    min-height: 30px !important;
    justify-content: center;
    align-items: center;
    min-width: 40px;
}

.arrow-controls .swiper-button-prev {
    left: 36%;
}

.arrow-controls .swiper-button-next {
    right: 36%;
}

.arrow-controls div:hover:after {
    background: var(--primary);
}

.arrow-controls div:hover {
    border-color: var(--primary);
}

.phongvt-giao-vien .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.phongvt-giao-vien .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: bubbles 25s linear infinite;
    bottom: -150px;
}

.phongvt-giao-vien .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.phongvt-giao-vien .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.phongvt-giao-vien .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.phongvt-giao-vien .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.phongvt-giao-vien .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.phongvt-giao-vien .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.phongvt-giao-vien .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.phongvt-giao-vien .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.phongvt-giao-vien .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}


.phongvt-giao-vien .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.phongvt-giao-vien .col {
    z-index: 9;
}

#footer .tabbed-content .nav {
    width: 33.33%;
}

#footer .nav-vertical+.tab-panels {
    padding-left: 15px;
    padding-right: 15px;
}

/* === KEYFRAMES === */
@keyframes spinner {
    0% {
        transform:rotate(0deg)
    }
    100% {
        transform:rotate(360deg)
    }
}

@keyframes star_fall {
    0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
}

70% {
    opacity: 1;
}
100% {
    transform: rotate(315deg) translateX(-1500px);
    opacity: 0;
}
}

@keyframes bubbles {
	0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
    clip-path: circle(50% at 50% 50%);
    background: radial-gradient(circle at center, #ffffff 0%, #0b5394 100%);
}

100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 1;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background: #ffae07;
}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.phongvt-he-thong-giao-duc .row2 .col.large-3:first-child .col-inner, .phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .col-inner {
    padding-top: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3 .col-inner {
    width: calc(100% - 40px);
}

.phongvt-he-thong-giao-duc .row2 .col.large-3 .col-inner {
    margin-left: 0 !important;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title, .phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title {
    border-radius: 100px 0 0 0;
    margin-right: -40px;
    margin-left: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title:before, .phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title:before {
    border-width: 40px 40px 0 0;
    border-color: var(--primary) transparent transparent transparent;
    left: auto;
    right: 0;
}

.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item .title:after, .phongvt-he-thong-giao-duc .row2 .col.large-3:last-child .phongvt-box-item .title:after {
    border-color: rgba(0, 0, 0, .3) transparent transparent transparent;
    border-style: solid;
    border-width: 40px 40px 0 0;
    left: auto;
    right: 0;
}

.phongvt-he-thong-giao-duc .phongvt-box-item,
.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(2) .phongvt-box-item, 
.phongvt-he-thong-giao-duc .row2 .col.large-3:nth-child(3) .phongvt-box-item {
    min-height: unset;
}

.phongvt-he-thong-giao-duc {
    padding-top: 40px !important;
}
.phongvt-he-thong-giao-duc h2 {
    font-size: 22px;
    line-height: 32px;
}

.phongvt-chuong-trinh-hoc h2 {
    font-size: 22px;
}

.phongvt-chuong-trinh-hoc h3 {
    font-size: 14px;
}

.phongvt-chuong-trinh-hoc .col.small-6 {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
}

.phongvt-chuong-trinh-hoc .box-image {
    margin-bottom: -150px;
}

.phongvt-chuong-trinh-hoc .box-image img {
    width: 200px;
    height: 200px;
}

.phongvt-chuong-trinh-hoc .box-text {
    padding-top: 160px;
}

.phongvt-chuong-trinh-hoc .box-text h3 {
    font-size: 16px;
    padding: 0;
    min-height: auto;
    margin-bottom: 8px;
}

.phongvt-chuong-trinh-hoc .box-text p {
    font-size: 11px;
}

.phongvt-chuong-trinh-hoc a.button.white {
    margin: 0;
    margin-top: 6px;
    width: 30px;
    height: 30px;
}

.phongvt-chuong-trinh-hoc a.button.white i.icon-angle-right {
    top: -1px;
    left: -5px;
}

.phongvt-chuong-trinh-hoc:after {
    height: 190px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc {display: block;}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 {
    width: 100%;
    max-width: 100% !important;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-img {
    max-width: 26%;
    width: 100% !important;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-text .title .heading {
    font-size: 16px;
    margin-bottom: 0;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-text .title .description {
    font-size: 12px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 .icon-box .icon-box-text .title {
    text-align: left;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3:first-child {
    padding-top: 24px;
    padding-bottom: 16px;
}

.phongvt-chuong-trinh-hoc2 .row.phongvt-box-chuongtrinhhoc .col.large-3:last-child {
    padding-bottom: 16px;
}

.phongvt-khoi-mo-thuong-hieu h2 {
    font-size: 18px;
    line-height: 1.5;
}

.phongvt-khoi-mo-thuong-hieu h2 {
    font-size: 18px;
    line-height: 1.5;
}

.phongvt-khoi-mo-thuong-hieu .col-inner > div .icon-box-text p {
    width: 100%;
}

.phongvt-khoi-mo-thuong-hieu .col-right {
    position: absolute;
    bottom: 0;
}

.phongvt-khoi-mo-thuong-hieu .col-right img {
    opacity: .3;
}

.phongvt-khoi-mo-thuong-hieu .col-right .img {
    float: right;
}

.phongvt-feedback h2 {
    font-size: 22px;
}

.phongvt-feedback button.flickity-button.previous {
    left: 37%;
}

.phongvt-feedback button.flickity-button.next {
    right: 37%;
}

.phongvt-chuong-trinh-hoc-3 .col-inner > div {
    flex-wrap: nowrap;
}

.phongvt-chuong-trinh-hoc-3 .img-effect {
    order: 1;
    width: 34% !important;
}

.phongvt-chuong-trinh-hoc-3 .col-inner div .icon-divider {
    display: none;
}

.phongvt-chuong-trinh-hoc-3 .col-inner .title {
    order: 2;
    width: 100%;
    text-align: left;
}

.phongvt-chuong-trinh-hoc-3 {
    max-width: 100%;
}

.phongvt-chuong-trinh-hoc-3 .row1 .col.large-3:first-child, .phongvt-chuong-trinh-hoc-3 .row1 .col.large-3:last-child {
    margin-bottom: 0;
}

.phongvt-chuong-trinh-hoc-3 .img-effect .icon {
    top: 44px;
}

.phongvt-chuong-trinh-hoc-3 .title .number {
    font-size: 22px;
    margin-bottom: 8px;
}

.phongvt-chuong-trinh-hoc-3 .title .heading {
    font-size: 13px;
}

.phongvt-chuong-trinh-hoc-3 .title .description {
    font-size: 12px;
}

.phongvt-chuong-trinh-hoc-3 .row2 {
    margin-top: 0;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 0;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box .icon-box-img {
    width: 24px !important;
    margin-bottom: 0;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box h2 {
    font-size: 12px;
    padding-left: 16%;
    padding-right: 16%;
    margin-bottom: 4px;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .icon-box p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.phongvt-chuong-trinh-hoc-3 .col-inner .icon-box-text .text {
    width: 74%;
}

.phongvt-chuong-trinh-hoc-3 .col-inner .icon-box-text {
    display: flex;
    justify-content: center;
}

.phongvt-chuong-trinh-hoc-3 .group-main-content .group-circle {
    padding-bottom: 36%;
}    

.phongvt-giao-vien h2 {
    font-size: 20px;
    text-align: center;
}

.phongvt-giao-vien .col-left .col-inner .icon-box .icon-box-text {
    font-size: 12px;
}

.phongvt-giao-vien .col-left .col-inner a.button {
    font-size: 14px;
    margin: 8px auto 0;
}

.phongvt-giao-vien h2 {
    font-size: 20px;
    text-align: center;
}

.phongvt-giao-vien .col-left .col-inner .icon-box .icon-box-text {
    font-size: 12px;
}

.phongvt-giao-vien .col-left .col-inner a.button {
    font-size: 14px;
    margin: 8px auto 0;
}

.swiper {
    width: 270px;
    height: 360px;
    padding-top: 0 !important;
    background: transparent;
}

.arrow-controls .swiper-button-prev {
    left: 30%;
}

.arrow-controls .swiper-button-next {
    right: 30%;
}

.phongvt-khoi-mo h2 {
    font-size: 22px;
}

.phongvt-khoi-mo h2 br {
    display: none;
}

.phongvt-khoi-mo h2 {
    font-size: 22px;
}

.phongvt-khoi-mo h2 br {
    display: none;
}

.phongvt-khoi-mo .col-left .col-inner {
    margin-top: 0;
}

.phongvt-khoi-mo .col-left .col-inner .video.video-fit {
    margin-top: 24px;
}

.phongvt-khoi-mo .col-right {
    margin-top: 32px;
}

.phongvt-su-menh {
    padding-top: 30px !important;
}

.phongvt-su-menh .col-right .col-inner > div:first-child, .phongvt-su-menh .col-right .col-inner > div:nth-child(3),.phongvt-su-menh .col-right .col-inner > div:last-child, .phongvt-su-menh .col-right .col-inner > div:nth-child(2) {
    margin: 0;
}

.phongvt-su-menh .col-right .col-inner .icon-box-text h4 {
    font-size: 12px;
}

.phongvt-su-menh .col-right .col-inner .icon-box-text p {
    font-size: 12px;
}

.form-lien-he {
    padding: 15px;
		margin-top: 70px;
}
.form-lien-he .row1 input[type='text'], .form-lien-he .row2 input[type='number'] {
    width: 100%;
    margin-right: 0;
}
.form-lien-he .row1 input[type='email'] {
    width: 100%;
    margin-right: 0;
}
.form-lien-he .row1 input[type='tel'] {
    width: 100%;
}
.form-lien-he .row2 select {
    width: 100%;
}
.form-lien-he:before {
    background-size: 80px;
    top: -80px;
    left: -10px;
}
.form-lien-he:after {
    width: 161px;
    height: 150px;
    bottom: -150px;
    right: 53px;
    z-index: -1;
    background-size: 160px;
}

#footer .footer {
    padding-top: 30px !important;
}

#footer .tabbed-content .nav li {
    padding-bottom: 0;
}

}