.elementor-501 .elementor-element.elementor-element-77a2a9f{--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-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-501 .elementor-element.elementor-element-d3ca2c8{--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-501 .elementor-element.elementor-element-c60ad06{--display:flex;}.elementor-501 .elementor-element.elementor-element-7091e2c{--display:flex;}.elementor-501 .elementor-element.elementor-element-4b2c0bc{--display:flex;}.elementor-501 .elementor-element.elementor-element-1d65d11{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-501 .elementor-element.elementor-element-a6e01be{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-501 .elementor-element.elementor-element-a6e01be .elementor-divider-separator{width:70%;margin:0 auto;margin-center:0;}.elementor-501 .elementor-element.elementor-element-a6e01be .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-501 .elementor-element.elementor-element-a6e01be .elementor-divider__text{font-family:"Roboto Slab", Sans-serif;font-size:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-501 .elementor-element.elementor-element-a6e01be .elementor-divider-separator{width:100%;}}@media(min-width:768px){.elementor-501 .elementor-element.elementor-element-c60ad06{--width:30%;}.elementor-501 .elementor-element.elementor-element-7091e2c{--width:100%;}.elementor-501 .elementor-element.elementor-element-4b2c0bc{--width:65%;}}/* Start custom CSS for heading, class: .elementor-element-dcb4a04 */.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-da7eaed */.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-9531c65 */.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 */