.elementor .e-4ae6a5c-0992ecb{gap:20px;}.elementor .e-71d0a75-797bdca{width:33%;padding-inline-start:0px;}.elementor .e-56ce993-6dfc7dd{width:33%;}.elementor .e-9a47360-6624bf1{width:33%;}.elementor .e-a7b6ad2-2409c4d{padding-inline-start:0px;align-items:center;}.elementor .e-39e64ea-fcac729{width:50%;flex-direction:column;}.elementor .e-0714f27-eb48a3f{width:50%;}.elementor .e-3fb238e-6e80ec8{width:1280px;align-items:center;}.elementor .e-8bf6e7f-9e9c71e{height:650px;background-image:url("https://truecore.vn/wp-content/uploads/2026/07/d8377f44-49f2-41e9-891b-05d6d3391a90.png");background-repeat:no-repeat;background-attachment:scroll;background-size:cover;background-position:center right;justify-content:center;}.elementor .e-786934a-c144a28{font-family:Be Vietnam Pro;font-weight:700;font-size:30px;}.elementor .e-2bfdfe8-1d66a70{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-ccbc007-9ccdd49{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-c4c2602-ed28a40{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-51f6529-7b96157{padding:0px;gap:10px;justify-content:space-evenly;}.elementor .e-95bacba-2d134c4{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-523d21a-744df74{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-2403f45-70a4335{width:33%;padding:20px;border-radius:10px;border-width:1px;border-color:#EEE;border-style:solid;background-color:#ffffff;flex-direction:column;}.elementor .e-37db93e-757a90d{padding:0px;gap:10px;justify-content:space-evenly;}.elementor .e-ef677ac-2c1676e{gap:10px;}.elementor .e-068e1d8-cf1b906{flex-direction:column;gap:20px;}.elementor .e-e3bb56a-ceb235b{width:1280px;flex-direction:column;}.elementor .e-71815bb-2106e42{background-color:#f8faff;justify-content:center;}.elementor .e-06df923-814ce72{font-family:Be Vietnam Pro;font-weight:700;font-size:30px;}.elementor .e-0d543a5-6bf344a{width:30%;flex-direction:column;gap:20px;}.elementor .e-0e751a6-22b0ffa{width:70%;flex-direction:column;}.elementor .e-2cfdfb6-dbce504{width:1280px;flex-direction:row;align-items:center;}.elementor .e-1b18b1c-0e3caad{background-color:#f8faff;justify-content:center;*,
*::before,
*::after {
box-sizing: border-box;
}

.qt-process {
--qt-blue: #2f80ed;
--qt-line: #cbdcf0;
--qt-title: #111827;
--qt-text: #667085;
--qt-background: #f7f9fd;
--qt-circle-size: 54px;

width: 100%;
padding: 42px 20px 34px;
overflow: hidden;
background: var(--qt-background);
font-family: inherit;
}

/* ================================
 DANH SÁCH
================================ */

.qt-process__list {
position: relative;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0;
list-style: none;
}

/* Đường nối ngang từ 01 đến 05 */
.qt-process__list::before {
content: "";
position: absolute;
z-index: 0;
top: calc(var(--qt-circle-size) / 2);
right: 10%;
left: 10%;
height: 1px;
background: var(--qt-line);
transform: translateY(-50%);
}

/* ================================
 TỪNG BƯỚC
================================ */

.qt-process__item {
position: relative;
z-index: 1;
min-width: 0;
margin: 0;
padding: 0;
text-align: center;
}

/* Không sử dụng đường nối riêng trên từng item */
.qt-process__item::before,
.qt-process__item::after {
content: none;
display: none;
}

/* ================================
 SỐ THỨ TỰ
================================ */

.qt-process__number {
position: relative;
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: var(--qt-circle-size);
height: var(--qt-circle-size);
margin: 0 auto 16px;
border: 5px solid #edf5ff;
border-radius: 50%;
background: var(--qt-blue);
box-shadow: 0 7px 18px rgba(47, 128, 237, 0.24);
color: #ffffff;
font-size: 15px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
}

/* ================================
 NỘI DUNG
================================ */

.qt-process__title {
margin: 0 0 5px;
color: var(--qt-title);
font-size: 16px;
font-weight: 700;
line-height: 1.35;
overflow-wrap: break-word;
}

.qt-process__description {
width: 100%;
max-width: 180px;
margin: 0 auto;
color: var(--qt-text);
font-size: 13px;
font-weight: 400;
line-height: 1.55;
overflow-wrap: break-word;
}

/* ================================
 TABLET
 Vẫn hiển thị 5 bước nằm ngang
================================ */

@media (min-width: 600px) and (max-width: 900px) {
.qt-process {
  padding: 36px 12px 30px;
}

.qt-process__list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.qt-process__title {
  font-size: 14px;
}

.qt-process__description {
  max-width: 135px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 12px;
  line-height: 1.45;
}
}

/* ================================
 MOBILE
 Chỉ dưới 600px mới chuyển dọc
================================ */

@media (max-width: 599px) {
.qt-process {
  padding: 30px 16px;
  overflow: visible;
}

.qt-process__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

/* Đường nối dọc từ bước 01 đến bước 05 */
.qt-process__list::before {
  top: calc(var(--qt-circle-size) / 2);
  right: auto;
  bottom: calc(var(--qt-circle-size) / 2);
  left: calc(var(--qt-circle-size) / 2);
  width: 1px;
  height: auto;
  transform: translateX(-50%);
}

.qt-process__item {
  display: grid;
  grid-template-columns:
    var(--qt-circle-size)
    minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 116px;
  padding-bottom: 26px;
  text-align: left;
}

.qt-process__item:last-child {
  min-height: var(--qt-circle-size);
  padding-bottom: 0;
}

.qt-process__number {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: var(--qt-circle-size);
  height: var(--qt-circle-size);
  margin: 0;
}

.qt-process__title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-width: 0;
  margin: 3px 0 5px;
  font-size: 17px;
}

.qt-process__description {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
}

/* ================================
 MOBILE NHỎ
================================ */

@media (max-width: 360px) {
.qt-process {
  padding-right: 10px;
  padding-left: 10px;
}

.qt-process__item {
  column-gap: 10px;
}

.qt-process__title {
  font-size: 16px;
}

.qt-process__description {
  font-size: 13px;
}
}\n}.elementor .e-4b2e88b-f507a10{font-family:Be Vietnam Pro;font-weight:700;font-size:26px;}.elementor .e-38b73d2-513601a{width:30%;flex-direction:column;gap:20px;justify-content:center;}.elementor .e-4593857-53d1c97{width:30%;border-radius:20px;border-width:1px;border-color:#eee;border-style:solid;background-color:#f8faff;flex-direction:column;gap:20px;justify-content:center;align-items:center;}.elementor .e-a403971-59c393e{width:40%;align-items:center;}.elementor .e-a29b3ff-f1885f9{width:30%;border-radius:20px;border-width:1px;border-color:#eee;border-style:solid;background-color:#f8faff;flex-direction:column;gap:20px;justify-content:center;align-items:center;}.elementor .e-eeb3cef-0c94a0c{width:70%;flex-direction:row;justify-content:center;}.elementor .e-68fe3a2-dc79e19{width:1280px;flex-direction:row;justify-content:center;}.elementor .e-c5aa8b3-a0ed680{justify-content:center;}.elementor .e-5832219-f995588{width:1280px;flex-direction:column;gap:20px;}.elementor .e-d41c364-206555f{background-color:#f8faff;justify-content:center;}.elementor .e-672fce6-fbd10ec{width:150px;height:150px;aspect-ratio:1/1;object-fit:cover;object-position:top center;}.elementor .e-2dc366a-715a2ed{width:30%;}.elementor .e-28c9e1f-c82ff8c{width:50%;}.elementor .e-ce98b0b-ed249cf{padding:0px;}.elementor .e-ce50d56-2996c55{width:70%;padding:0px;flex-direction:column;}.elementor .e-5228136-1b95361{width:50%;padding:0px;}.elementor .e-71efd70-b9bc755{width:33%;padding-inline-start:0px;}.elementor .e-b432b4c-96486d5{width:33%;}.elementor .e-d5bd038-b4abb5a{width:33%;}.elementor .e-a71ff45-e67735e{padding-inline-start:0px;align-items:center;}.elementor .e-f899710-4b212b9{width:50%;}.elementor .e-24e6bbf-87f3804{width:1280px;min-height: 155px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  color: #fff;
  background: radial-gradient(circle at 32% 20%, rgba(12, 119, 255, .11), transparent 24%), linear-gradient(105deg, #061734, #04122e);\n}.elementor .e-46bd193-7f25c5c{justify-content:center;}.elementor .e-8720664-03dd054{font-family:Be Vietnam Pro;font-weight:700;font-size:30px;}.elementor .e-29d7abb-5ec097e{width:1280px;flex-direction:column;gap:20px;}.elementor .e-7009ae4-e9dbd69{background-color:#f8faff;justify-content:center;}