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

.logo-left .logo {
    margin-left: 0;
    margin-right: 0px;
}

ul.header-nav.header-nav-main.nav.nav-left {
    display: flex;
    justify-content: center;
    gap: 3px;
}

ul.header-nav.header-nav-main.nav.nav-left a.nav-top-link {
       font-weight: 700;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background-color: var(--fs-color-primary);
    content: " ";
    height: 2px;
  
}li.html.header-button-1 a.button.secondary {
    padding: 4px 15px;
    background: #025E31;
}

.gtranslate_wrapper {
    display: flex;
    gap: 16px;
}


.btn-color-green>* {
    color: #085130;
}

li.html.header-button-1 .header-button span {
	color: #f4e88c;
}


.section-footer .icon-box p {
    margin-bottom: 5px;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
}

.section-footer span.ux-menu-link__text:hover {
    color: #F4E88C;
}

.ux-menu.stack.stack-col.justify-start.menu-ngang {
    display: flex;
    flex-direction: row;
    gap: 22px;
    justify-content: end;
}

.absolute-footer.dark {
    display: none;
}

.section-footer a.icon {
    color: #F4E88C;
}

.section-footer .social-icons.follow-icons {
    display: flex;
    gap: 16px;
}

.banner-grad {
    position: relative;
    overflow: hidden;
}

.banner-grad::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(11, 91, 52, 0.8) 21.03%, rgba(102, 102, 102, 0) 100%);
    pointer-events: none;
}

.banner-grad .banner-layers {
    position: relative;
    z-index: 2;
}

.icon-box-align {
    display: flex;
    align-items: center;
}

.row-4-divide>.col {
    position: relative;
}

.row-4-divide>.col::before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 5px;
    width: 1px;
    background-color: #d8d8d8;
}

.row-4-divide>.col:first-child::before {
    display: none;
}

.col-under-banner {
    position: relative;
    z-index: 999;
}

.row-5-col>.col {
    flex-basis: 20%;
    max-width: 20%;
}

.col-img-box-hst .box.img-box-hst {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.col-img-box-hst .box.img-box-hst:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.col-img-box-hst .box-image,
.col-img-box-hst .image-cover,
.col-img-box-hst .image-cover img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}


.col-img-box-hst h3 {
    min-height: 46px;
}

.cf7-form-ngang {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
}

.cf7-form-ngang .cf7-field,
.cf7-form-ngang .cf7-submit-wrap {
    width: 100%;
    min-width: 0;
}

.cf7-form-ngang .cf7-submit-wrap {
    grid-column: 1 / -1;
}



.cf7-form-ngang input {
    width: 100%;
    height: 41px;
    border: 0;
    border-radius: 4px;
    background: #FFFAEC;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    padding: 0 10px;
    box-shadow: none;
    margin: 0;
}

.cf7-form-ngang input::placeholder {
    color: #333;
    opacity: 1;
}

.cf7-submit-wrap {
    flex: 0 0 auto;
}

.cf7-submit-btn {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 5px;
    background: #006132;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 13px;
    cursor: pointer;
    margin: 0;
}

.cf7-submit-btn svg {
    width: 13px;
    height: 13px;
}

.cf7-submit-btn:hover {
    background: #004f2a;
    color: #fff;
}

.cf7-form-ngang .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: 4px;
}

.cf7-form-ngang .wpcf7-spinner {
    display: none;
}

.secondary.is-outline:hover {
    color: #0b5b34;
}

.col.post-item .box-blog-post {
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.col.post-item .box-blog-post:hover {
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

.col.post-item .box-image,
.col.post-item .image-cover {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.col.post-item .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: transform 0.35s ease;
}

.col.post-item .box-blog-post:hover .image-cover img {
    transform: scale(1.03);
}

.col.post-item .box-text {
    padding: 14px 22px 24px;
    background: #fff;
}

.col.post-item .post-meta {
    margin-bottom: 14px;
}

.col.post-item .post-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 20px;
}

.col.post-item .post-title a {
    color: #000;
}

.col.post-item .post-title a:hover {
    color: #F4E88C !important;
}

.col.post-item .button.is-link {
    color: #F4E88C;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.col.post-item .button.is-link::after {
    content: "›";
    margin-left: 8px;
    font-size: 17px;
    line-height: 1;
}

.col.post-item .button.is-link:hover {
    color: #006132;
}


.banner-grad-white {
    position: relative;
    overflow: hidden;
}

.banner-grad-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 8.85%, rgba(255, 255, 255, 0.00) 79.92%);
    pointer-events: none;
}

.img-radius img {
    border-radius: 16px;
}

.title-divide,
.title-divide-yellow {
    text-align: center;
}

.title-divide h2,
.title-divide h3,
.title-divide-yellow h2,
.title-divide-yellow h3 {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #025e31;
}

.title-divide h2::before,
.title-divide h2::after,
.title-divide h3::before,
.title-divide h3::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #F4E88C;
    display: block;
    flex: 0 0 70px;
}

.title-divide-yellow h2::before,
.title-divide-yellow h2::after,
.title-divide-yellow h3::before,
.title-divide-yellow h3::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #d9aa2f;
    display: block;
    flex: 0 0 70px;
}

.col-grad .col-inner {
    background: linear-gradient(180deg, #E4C25B 0%, #FFF0C3 100%);
}

.col-value .col-inner {
    min-height: 368px;
}

.col-img-box-hst {
    position: relative;
    z-index: auto;
    overflow: visible !important;
}

.col-img-box-hst>.col-inner,
.col-img-box-hst .box,
.col-img-box-hst .box-text,
.col-img-box-hst .box-text-inner,
.col-img-box-hst .row,
.col-img-box-hst .col-icon {
    overflow: visible !important;
}

.col-img-box-hst .box {
    position: relative;
    z-index: 1;
}

.col-icon {
    position: relative;
    z-index: 20;
}

.col-icon>.col-inner {
    position: relative;
    z-index: 20;
}

.col-icon .img {
    position: relative;
    z-index: 30;
}

.cf7-form-tu-van {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cf7-form-tu-van .cf7-field {
    flex: 1;
    min-width: 0;
}

.cf7-form-tu-van input,
.cf7-form-tu-van select {
    width: 100%;
    height: 41px;
    border: 0;
    border-radius: 5px;

    background: #FFFAEC;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    padding: 0 10px;
    box-shadow: none;
    margin: 0;
    outline: none;
}

.cf7-form-tu-van input::placeholder {
    color: #333;
    opacity: 1;
}

.cf7-form-tu-van select {
    appearance: auto;
    cursor: pointer;
}

.cf7-submit-wrap {
    flex: 0 0 140px;
}


.cf7-submit-btn svg {
    width: 13px;
    height: 13px;
}

.cf7-submit-btn:hover {
    background: #004f2a;
    color: #fff;
}

.cf7-form-tu-van .wpcf7-not-valid-tip {
    font-size: 10px;
    margin-top: 4px;
}

.cf7-form-tu-van .wpcf7-spinner {
    display: none;
}

.col-img-1,
.col-img-2,
.col-img-1 .img-inner,
.col-img-2 .img-inner {
    position: relative;
    overflow: hidden;
}

.col-img-1,
.col-img-1 .img-inner,
.col-img-1 img {
    border-radius: 20px 0 0 20px;
}

.col-img-2,
.col-img-2 .img-inner,
.col-img-2 img {
    border-radius: 0 20px 20px 0;
}

.col-img-1 .img-inner::after,
.col-img-2 .img-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.col-img-1 .img-inner::after {
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 75.66%,
            #fff 100%);
}

.col-img-2 .img-inner::after {
    background: linear-gradient(270deg,
            rgba(255, 255, 255, 0) 0%,
            #fff 100%);
}

.col-img-1 img,
.col-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-icon-box-contact .col-inner {
    border: 1px solid rgb(229, 231, 235);
}


.col-icon-box-contact .icon-inner {
    background: #0b5b34;
    border-radius: 8px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.col-icon-box-contact svg {
    width: 25px;
    height: 25px;
}

.col-icon-box-contact .col-inner {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.col-icon-box-contact:hover .col-inner {
    transform: scale(1.03);
    border-color: #0B5B35;
    cursor: pointer;
}

.social-icon a.icon.button {
    background-color: #F3F4F6 !important;
    color: #0F1729 !important;
    border-radius: 12px !important;
    border: none !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.social-icon a.icon.button i {
    font-size: 18px;
}

.social-icon a.icon.button:hover {
    background-color: #0B5B34 !important;
    color: #ffffff !important;
}

.social-icon a {
    text-decoration: none !important;
}

.col-ho-tro-grad .col-inner {
    background: linear-gradient(135deg,
            #378BF6 0%,
            #0FC3F8 100%);
}

.col-ho-tro-grad .btn-ho-tro {
    background: #fff !important;
    border-color: #fff;
}

.col-ho-tro-grad .btn-ho-tro span,
.col-ho-tro-grad .btn-ho-tro i {
    color: #063D24;
}

.col-ho-tro-grad .btn-ho-tro:hover {
    background: #e7e2e2 !important;
}

.cf7-form-wrap {
    background: #fff;
    border-radius: 14px;
}

.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.cf7-field.full {
    grid-column: 1 / -1;
}

.cf7-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0f1729;
    font-size: 0.95rem;
}

.cf7-field .req {
    color: #ef4444;
}

.cf7-field input,
.cf7-field select,
.cf7-field textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.2s ease;
}

.cf7-field textarea {
    min-height: 120px;
    resize: none;
}

.cf7-field input:focus,
.cf7-field select:focus,
.cf7-field textarea:focus {
    border-color: #0b5b34;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(60, 131, 246, 0.15);
}

.cf7-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%236b7280' d='M137.4 374.6L8.4 245.6c-11.2-11.2-11.2-29.4 0-40.6l22.6-22.6c11.2-11.2 29.4-11.2 40.6 0L160 270.7l88.4-88.4c11.2-11.2 29.4-11.2 40.6 0l22.6 22.6c11.2 11.2 11.2 29.4 0 40.6l-129 129c-11.2 11.2-29.4 11.2-40.6 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
    padding: 4px 10px;
}

.cf7-submit {
    grid-column: 1 / -1;
}

.btn-submit {
    width: 100%;
    color: #F4E88C;
    /* color: #fff; */
    border: none;
    border-radius: 12px;
    padding: 6px 14px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: none;
    background: #025E31;
}

.btn-submit svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.btn-submit:hover {
    background: #ded27c;
}



.bee-job-filter {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 24px;
    margin-bottom: 30px;
}

.bee-job-filter input,
.bee-job-filter select {
    width: 100%;
    height: 62px;
    padding: 0 30px;
    border: 1px solid #d5d5d5;
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 16px;
    box-shadow: none;
}

.bee-job-filter button {
    height: 62px;
    padding: 0 34px;
    border: 0;
    border-radius: 999px;
    background: #F4E88C;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.bee-job-filter button:hover {
    background: #dacf7c;
}

.bee-job-section-title {
    margin: 0 0 46px;
    color: #063D24;
    font-size: 30px;
    font-weight: 800;
}

.bee-jobs-list {
    background: #fff;
    border-radius: 18px;
}

.bee-job-item {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d6d6d6;
}

.bee-job-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.bee-job-title-row h3 {
    margin: 0;
    color: #063D24;
    font-size: 20px;
    line-height: 1.25;
}

.bee-job-badges {
    display: flex;
    gap: 14px;
}

.bee-job-badge {
    min-width: 110px;
    height: 34px;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bee-job-hot {
    background: #0b5b34;
}

.bee-job-new {
    background: #F4E88C;
}

.bee-job-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 90px;
}

.bee-job-meta-grid span,
.bee-job-card-info span {
    display: block;
    margin-bottom: 8px;
    color: #777;
    font-size: 15px;
}

.bee-job-meta-grid strong,
.bee-job-card-info strong {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}

.bee-job-link {
    color: #F4E88C;
    font-size: 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 6px;
}

.bee-job-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 408px;
    gap: 80px;
    align-items: start;
}

.bee-job-content h1 {
    margin: 0 0 28px;
    color: #063D24;
    font-size: 34px;
    font-weight: 800;
}

.bee-job-editor {
    color: #222;
    font-size: 16px;
    line-height: 1.65;
}

.bee-job-sidebar {
    position: sticky;
    top: 110px;
}

.bee-job-card {
    padding: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    background: #fff;
}

.bee-job-card h2 {
    margin: 18px 0 30px;
    color: #063D24;
    font-size: 22px;
    font-weight: 800;
}

.bee-job-card-info {
    margin-bottom: 22px;
}

.bee-job-apply {
    width: 100%;
    height: 46px;
    margin-top: 14px;
    border-radius: 999px;
    background: #063D24;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.bee-job-apply:hover {
    background: #DCB11B;
    color: #fff;
}

.bee-job-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bee-job-pagination .page-numbers {
    width: 48px;
    height: 48px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #eeeeee;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.bee-job-pagination .page-numbers:hover,
.bee-job-pagination .page-numbers.current {
    background: #063D24;
    border-color: #063D24;
    color: #fff;
}

.bee-job-pagination .prev,
.bee-job-pagination .next {
    border-color: transparent;
    background: transparent;
    font-size: 34px;
    color: #063D24;
}

.bee-job-pagination .prev:hover,
.bee-job-pagination .next:hover {
    background: transparent;
    color: #F4E88C;
}

.bee-filter-submit::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: -3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5.5' stroke='white' stroke-width='2'/%3E%3Cpath d='M12.2 12.2L16 16' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.bee-filter-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.bee-filter-select select,
.bee-job-filter select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 62px !important;
    background-image: none !important;
}

.bee-filter-select {
    position: relative;
}

.bee-filter-select::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 42%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;

    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-about {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 32px 12px 64px;
    background: #0b5b34 !important;
    color: #ffffff;
    border-radius: 99px;
    font-weight: 500;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
    text-decoration: none;
    box-shadow: 0 3px 12px rgba(44, 52, 62, 0.45);

}

.btn-about::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 0;
}

.btn-about::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    filter: brightness(0) saturate(100%) invert(64%) sepia(17%) saturate(600%) hue-rotate(3deg) brightness(95%) contrast(85%) !important;
    z-index: 1;
}

.btn-about span {
    position: relative;
    z-index: 1;
}

.btn-about:hover {
    background: #074b2a !important;
    transform: translateY(2px);
    box-shadow: 0 3px 12px rgba(44, 52, 62, 0.45);
}

.col-shadow {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
    padding: 60px 40px 40px 40px;
    position: relative;
    min-height: 500px !important;
}

.col-top {
    position: relative;
    z-index: 5;
}

.col-shadow h3 {
    min-height: 104px;
}

.img-box-course h3 {
    padding: 12px 0px;
}

.button.is-link.is-small::before,
.button.is-link.is-small::after {
    content: "";
    position: absolute;
    background: none;
    box-shadow: none;
    border-radius: 0;
    transform: none;
}

.button.is-link.is-small {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 22px 10px 58px;
    border-radius: 999px;
    background: transparent;
    color: #0E1A5E;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    overflow: hidden;
    border: none;
}

.button.is-link.is-small::before {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, #ffda6a 0%, #fff7de 100%);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: -1;
}

.button.is-link.is-small::after {
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F4E88C;


    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23ffffff' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;

    z-index: 2;
}

.button.is-link.is-small:hover::before {
    transform: scaleX(1);
}

.button.is-link.is-small:hover {
    color: #0E1A5E;
}

.button.is-link.is-small:hover::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%232C343E' d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}


.icon-box-teacher .icon-box-img,
.icon-box-teacher .icon,
.icon-box-teacher .icon-inner {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  overflow: hidden;
}

.icon-box-teacher .icon-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  display: block;
}


.logo-white img {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}