.elementor-381 .elementor-element.elementor-element-2c7f73a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-381 .elementor-element.elementor-element-4731b73{--spacer-size:50px;}.elementor-381 .elementor-element.elementor-element-2ed5796{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-381 .elementor-element.elementor-element-c3e4269{text-align:center;}.elementor-381 .elementor-element.elementor-element-c3e4269 .elementor-heading-title{font-family:"Nunito", Sans-serif;font-weight:600;color:#1E6FD9;}.elementor-381 .elementor-element.elementor-element-870b89b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-381 .elementor-element.elementor-element-70d68ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-381 .elementor-element.elementor-element-eab69a5{text-align:left;font-family:"Nunito", Sans-serif;font-size:16px;font-weight:400;color:#050505;}.elementor-381 .elementor-element.elementor-element-eab69a5 p{margin-block-end:0px;}.elementor-381 .elementor-element.elementor-element-17df3e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-381 .elementor-element.elementor-element-d14825b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-381 .elementor-element.elementor-element-70d68ad{--content-width:961px;}}@media(max-width:767px){.elementor-381 .elementor-element.elementor-element-c3e4269{text-align:center;}.elementor-381 .elementor-element.elementor-element-c3e4269 .elementor-heading-title{font-size:36px;}.elementor-381 .elementor-element.elementor-element-17df3e5{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-1fb6c14 *//* =========================
   FEATURE GRID
========================= */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: auto;
    padding: 40px 0;
}

/* =========================
   FEATURE CARD
========================= */
.feature-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

/* =========================
   ICON
========================= */
.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto 14px;
}

/* MÀU ICON */
.feature-icon.pink {
    background: #f77db5;
}

.feature-icon.orange {
    background: #ff9f3f;
}

.feature-icon.blue {
    background: #0b4ecb;
}

.feature-icon.green {
    background: #a8d85d;
}

/* =========================
   TEXT
========================= */
.feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0b3aa5;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #667085;
    line-height: 1.55;
    margin: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .feature-grid {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    .feature-card {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-eab69a5 */.elementor-381 .elementor-element.elementor-element-eab69a5,
.elementor-381 .elementor-element.elementor-element-eab69a5 p{
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #333;
  text-align: justify;
  margin: 0;
}

/* khoảng cách giữa các đoạn */
.elementor-381 .elementor-element.elementor-element-eab69a5 p + p{
  margin-top: 1.25em;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11c832e *//* GRID */
.teacher-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.teacher-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

/* IMAGE */
.teacher-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
}

.teacher-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* COUNTRY */
.teacher-country {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 999px;
}

/* TEXT */
.teacher-name {
  font-weight: 700;
  font-size: 16px;
  margin-top: 4px;
}

.teacher-title {
  font-size: 14px;
  color: #1E6FD9;
  margin-top: 2px;
}

.teacher-exp {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

/* DIVIDER */
.teacher-divider {
  height: 1px;
  background: #eee;
  margin: 10px 0;
}

/* SPECIALTY */
.teacher-specialty {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* TAGS */
.teacher-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.teacher-tags span {
  font-size: 12px;
  background: #f1f5ff;
  color: #1E6FD9;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .teacher-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .teacher-card {
    flex-direction: row;
    gap: 12px;
    padding: 12px;
  }

  .teacher-image {
    width: 100px;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .teacher-name {
    font-size: 15px;
  }

  .teacher-title {
    font-size: 13px;
  }

  .teacher-exp {
    font-size: 12px;
  }

  .teacher-divider {
    display: none;
  }

  .teacher-specialty {
    font-size: 12px;
  }

  .teacher-tags span {
    font-size: 11px;
    padding: 3px 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fff3fc */.morris-footer {
    width: 100%;
    padding: 60px 40px;
    background: #ffffff;
    font-family: "Nunito", sans-serif;
    text-align: left;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo img {
    max-width: 160px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.footer-col h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    margin-top: 5px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col a {
    text-decoration: none;
    color: #111;
    font-size: 16px;
    transition: 0.2s;
}

.footer-col a:hover {
    opacity: 0.7;
}

/* ICON */
.footer-social .social-icons a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.footer-note {
    margin-top: 15px;
    font-size: 15px;
    color: #222;
}

/* RESPONSIVE */
@media(max-width: 1024px) {
    .footer-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 768px) {
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 480px) {
    .footer-columns {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */