.elementor-93957 .elementor-element.elementor-element-152b0b2{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-93957 .elementor-element.elementor-element-5e36df2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-93957 .elementor-element.elementor-element-f4df906{--display:flex;}.elementor-93957 .elementor-element.elementor-element-714e67b{--display:flex;}.elementor-93957 .elementor-element.elementor-element-a94a388{--display:flex;}.elementor-93957 .elementor-element.elementor-element-cde22df{--display:flex;}.elementor-93957 .elementor-element.elementor-element-d0ecc36{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-93957 .elementor-element.elementor-element-d0ecc36 .elementor-divider-separator{width:70%;margin:0 auto;margin-center:0;}.elementor-93957 .elementor-element.elementor-element-d0ecc36 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-93957 .elementor-element.elementor-element-d0ecc36 .elementor-divider__text{font-family:"Roboto Slab", Sans-serif;font-size:20px;}.elementor-93957 .elementor-element.elementor-element-fff3953{--display:flex;}.elementor-93957 .elementor-element.elementor-element-915b95b{--display:flex;}.elementor-93957 .elementor-element.elementor-element-090d78c{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-93957 .elementor-element.elementor-element-090d78c .elementor-divider-separator{width:70%;margin:0 auto;margin-center:0;}.elementor-93957 .elementor-element.elementor-element-090d78c .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-93957 .elementor-element.elementor-element-090d78c .elementor-divider__text{font-family:"Roboto Slab", Sans-serif;font-size:20px;}.elementor-93957 .elementor-element.elementor-element-b286480{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-93957 .elementor-element.elementor-element-d0ecc36 .elementor-divider-separator{width:100%;}.elementor-93957 .elementor-element.elementor-element-090d78c .elementor-divider-separator{width:100%;}}@media(min-width:768px){.elementor-93957 .elementor-element.elementor-element-f4df906{--width:30%;}.elementor-93957 .elementor-element.elementor-element-714e67b{--width:100%;}.elementor-93957 .elementor-element.elementor-element-a94a388{--width:65%;}.elementor-93957 .elementor-element.elementor-element-fff3953{--width:60%;}}/* Start custom CSS for heading, class: .elementor-element-51eb98f */.exam-heading.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 32px;
}

.exam-heading.center .icon {
  font-size: 52px;
  line-height: 1;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exam-heading.center h2 {
  margin: 0;
  font-size: 32px;   /* font size lớn hơn */
  font-weight: 800;
  color: #1e3a8a;
}

.exam-heading.center h2 span {
  color: #2563eb;
}

.exam-heading.center p {
  margin: 6px 0 0;
  font-size: 16px;
  color: #475569;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a8b883 */.vstep-list {
  display: grid;
  gap: 18px;
}

.vstep-card {
  display: flex;
  flex-direction: column;   /* dàn từ trên xuống */
  justify-content: space-between; /* phân bổ đều theo chiều dọc */
  background: #fff;
  border: 1.5px solid #2563eb;
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  color: #0f172a;
  transition: all .18s ease;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.08);
  min-height: 180px;        /* đảm bảo card đều chiều cao */
}
.vstep-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.15);
}

/* Badge */
.vstep-card .badge {
  font-weight: 600;
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 8px;
  display: inline-block;
}

/* Title */
.vstep-card h3 {
  margin: 0 0 8px;
  font-weight: 700;
  color: #0b2a7a;
  line-height: 1.4;
  flex-grow: 1; /* giãn đều */
}

/* Meta */
.vstep-card .meta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  margin: 10px 0;
}
.vstep-card .meta svg {
  width: 18px;
  height: 18px;
  stroke: #334155;
  stroke-width: 2;
  fill: none;
}

/* CTA */
.vstep-card .cta {
  display: inline-block;
  background: #f59e0b;
  color: #fff;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  text-align: center;
  margin-top: auto; /* đẩy nút xuống đáy */
}
.vstep-card .cta:hover {
  background: #d97706;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b550915 */.exam-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.exam-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border: 1.5px solid #2563eb; /* viền xanh */
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: .18s ease;
}

.exam-item .title {
  font-weight: 700;
  color: #0f172a;
}

.exam-item .meta {
  color: #1e293b;
  font-weight: 600;
}

.exam-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, .15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-499da1a */.exam-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.exam-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border: 1.5px solid #2563eb; /* viền xanh */
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: .18s ease;
}

.exam-item .title {
  font-weight: 700;
  color: #0f172a;
}

.exam-item .meta {
  color: #1e293b;
  font-weight: 600;
}

.exam-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(37, 99, 235, .15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2799e4d */.cert-section{margin-top:28px;}
.cert-title{
  margin:0 0 12px;
  text-align:center;
  font-weight:900;
  font-size:22px;
  color:#1e3a8a;
}

.cert-grid{
  list-style:none; padding:0; margin:0;
  display:grid; gap:14px;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
}

.cert-card{
  display:flex; align-items:center; gap:12px;
  padding:14px 16px;
  background:#fff;
  border:2px solid #2563eb;
  border-radius:14px;
  text-decoration:none;
  box-shadow:0 3px 12px rgba(37,99,235,.10);
  transition:.18s ease;
}

.cert-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(37,99,235,.18);
}

.cert-icon{
  width:42px; height:42px; flex:0 0 42px;
  display:grid; place-items:center;
  border-radius:12px;
  background:linear-gradient(180deg,#eef2ff,#dbe7ff);
  font-size:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7), 0 2px 6px rgba(0,0,0,.06);
}

.cert-text{display:flex; flex-direction:column; gap:4px;}
.cert-name{font-weight:800; color:#0f172a;}
.cert-meta{font-size:13px; color:#475569; font-weight:600;}/* End custom CSS */