.elementor-99942 .elementor-element.elementor-element-3b659ff{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-99942 .elementor-element.elementor-element-3b659ff:not(.elementor-motion-effects-element-type-background), .elementor-99942 .elementor-element.elementor-element-3b659ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dethitracnghiem.vn/wp-content/uploads/2025/12/Tai-mau-72.png");}.elementor-99942 .elementor-element.elementor-element-5bf2970{--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-99942 .elementor-element.elementor-element-ed59a11{--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;--justify-content:center;}.elementor-99942 .elementor-element.elementor-element-00b01ab{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-99942 .elementor-element.elementor-element-00b01ab:not(.elementor-motion-effects-element-type-background), .elementor-99942 .elementor-element.elementor-element-00b01ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-99942 .elementor-element.elementor-element-b99a6da{--display:flex;}.elementor-99942 .elementor-element.elementor-element-b99a6da:not(.elementor-motion-effects-element-type-background), .elementor-99942 .elementor-element.elementor-element-b99a6da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-99942 .elementor-element.elementor-element-5bf2970{--width:83%;}.elementor-99942 .elementor-element.elementor-element-ed59a11{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-8c9af9c *//* Bọc ngoài – full 100% trong container Elementor */
.hero-thpt-wrap {
  width: 100%;
  padding: 40px 0;      /* nếu muốn sát hơn thì giảm padding */
}

/* Khối hero chính */
.hero-thpt {
  width: 100%;
  max-width: 100%;
  padding: 32px 28px 36px;
  border-radius: 24px;
  background-color: #fff7ec;
  position: relative;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;

  /* nền chấm bi */
  background-image:
    radial-gradient(circle at 1px 1px, #e5d5c3 1px, transparent 0);
  background-size: 16px 16px;
}

/* Badge nhỏ ở trên cùng */
.hero-thpt__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #7c5530;
  box-shadow: 0 0 0 1px rgba(124, 85, 48, 0.15);
  margin-bottom: 20px;
}

.hero-thpt__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f97316;
}

/* Tiêu đề lớn */
.hero-thpt__title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
  margin: 0 0 10px;
}

/* Gạch chân màu be */
.hero-thpt__underline {
  width: 140px;
  height: 4px;
  border-radius: 999px;
  background-color: #faccaa;
  margin-bottom: 16px;
}

/* Đoạn mô tả */
.hero-thpt__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin: 0 0 26px;
}

.hero-thpt__desc strong {
  font-weight: 700;
  color: #111827;
}

/* Nhóm nút hành động */
.hero-thpt__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Nút chung */
.hero-thpt__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease,
              box-shadow 0.15s ease,
              background-color 0.15s ease,
              color 0.15s ease;
  cursor: pointer;
}

/* Nút chính “Xem Lộ Trình” */
.hero-thpt__btn--primary {
  background-color: #ffffff;
  color: #111827;
  border-color: #e5e7eb;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.hero-thpt__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.15);
}

/* Nút “Luyện Đề Ngay” – màu nhẹ hơn nhưng vẫn bấm được */
.hero-thpt__btn--ghost {
  background-color: #f3f4f6;
  color: #6b7280;
  border-color: #e5e7eb;
}

.hero-thpt__btn--ghost:hover {
  background-color: #e5e7eb;
}

/* Responsive cho màn nhỏ */
@media (max-width: 640px) {
  .hero-thpt {
    padding: 24px 20px 28px;
  }

  .hero-thpt__title {
    font-size: 30px;
  }

  .hero-thpt__actions {
    flex-direction: column;
  }

  .hero-thpt__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b9597e */<style>
    /* --- Thiết lập biến màu theo website của bạn --- */
    :root {
        --primary-blue: #1e3a8a; /* Màu xanh đậm từ footer/text */
        --accent-orange: #d97706; /* Màu cam từ nút search */
        --bg-cream: #FFFBF0; /* Màu nền vàng kem nhẹ */
        --card-bg: #ffffff;
        --text-grey: #64748b;
    }

    .exam-landing-container {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Font phổ biến hoặc font của theme */
        background-color: var(--bg-cream);
        padding: 60px 20px;
        max-width: 100%;
    }

    /* --- Phần Header --- */
    .exam-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .exam-header .sub-title {
        color: var(--accent-orange);
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.9rem;
    }

    .exam-header h2 {
        color: var(--primary-blue);
        font-size: 2.5rem;
        margin: 10px 0;
        font-weight: 800;
    }

    .exam-header p {
        color: var(--text-grey);
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.1rem;
    }

    /* --- Grid Layout --- */
    .exam-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* --- Card Style --- */
    .exam-card {
        background: var(--card-bg);
        border-radius: 16px;
        padding: 30px;
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(0,0,0);
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .exam-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(30, 58, 138, 0.1); /* Bóng xanh nhẹ khi hover */
        border-color: var(--accent-orange);
    }

    /* --- Icon Style --- */
    .card-icon {
        font-size: 3rem;
        margin-bottom: 20px;
        background: var(--bg-cream);
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    /* --- Text Style --- */
    .card-content h3 {
        color: var(--primary-blue);
        font-size: 1.3rem;
        margin-bottom: 5px;
        font-weight: 700;
    }

    .card-content p {
        color: var(--text-grey);
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    /* --- Button Style --- */
    .btn-start {
        display: inline-block;
        padding: 10px 25px;
        background-color: transparent;
        color: var(--primary-blue);
        border: 2px solid var(--primary-blue);
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: 0.3s;
    }

    .exam-card:hover .btn-start {
        background-color: var(--primary-blue);
        color: #;
    }

    /* --- Mobile Responsive --- */
    @media (max-width: 768px) {
        .exam-header h2 {
            font-size: 1.8rem;
        }
        .exam-grid {
            grid-template-columns: 1fr; /* 1 cột trên điện thoại */
            padding: 0 10px;
        }
    }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a73c209 */<style>
    /* --- KHAI BÁO BIẾN (Giữ nguyên) --- */
    :root {
        --primary-blue: #1e3a8a;
        --accent-orange: #d97706;
        --bg-cream: #FFFBF0;
        --white: #ffffff;
        --grey-text: #64748b;
    }

    .featured-section {
        background-color: var(--bg-cream);
        padding: 60px 20px 80px;
        font-family: 'Segoe UI', sans-serif;
    }

    /* --- Header Section --- */
    .sec-header {
        text-align: center;
        margin-bottom: 50px;
    }
    .tag-label {
        background: linear-gradient(90deg, #d97706, #f59e0b); /* Gradient cam */
        color: white;
        padding: 6px 18px;
        border-radius: 30px;
        font-weight: 700;
        font-size: 0.85rem;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
        box-shadow: 0 4px 10px rgba();
    }
    .sec-header h2 {
        color: var(--primary-blue);
        font-size: 2.5rem;
        font-weight: 800;
        margin: 5px 0;
        text-shadow: 2px 2px 0px rgba(0,0,0,0.05); /* Bóng chữ nhẹ */
    }
    .sec-header p { color: var(--grey-text); font-size: 1.1rem; }

    /* --- List Layout --- */
    .featured-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 25px; /* Tăng khoảng cách giữa các thẻ */
    }

    /* --- ITEM ROW STYLE (NÂNG CẤP MẠNH) --- */
    .exam-row {
        background: var(--white);
        border-radius: 16px; /* Bo góc tròn trịa hơn */
        padding: 25px 30px;
        display: flex;
        align-items: center;
        gap: 25px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Hiệu ứng nảy */
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.8);
        
        /* [Hiệu ứng nổi] Bóng đổ lớn + Vạch màu bên trái */
        box-shadow: 0 10px 25px -5px rgba(30, 58, 138, 0.08), 0 5px 10px -5px rgba(0,0,0,0.04);
        border-left: 6px solid var(--accent-orange); 
    }

    /* Hover: Thẻ bay lên và sáng hơn */
    .exam-row:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 40px -5px rgba(30, 58, 138, 0.15);
        border-color: rgba(30, 58, 138, 0.1);
    }

    /* --- RANKING NUMBER (Số thứ tự làm đẹp) --- */
    .rank-num {
        font-size: 1.8rem;
        font-weight: 800;
        color: var(--primary-blue);
        background: #eff6ff; /* Nền xanh nhạt */
        width: 60px;
        height: 60px;
        border-radius: 50%; /* Hình tròn */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border: 2px solid #dbeafe;
    }
    
    /* Top 1 nổi bật hơn hẳn (Màu vàng) */
    .exam-row:first-child .rank-num {
        background: #fef3c7;
        color: #d97706;
        border-color: #fcd34d;
    }

    /* --- Content --- */
    .exam-info { flex: 1; }
    
    .exam-info h3 {
        color: var(--primary-blue);
        font-size: 1.2rem;
        font-weight: 700;
        margin: 10px 0;
        line-height: 1.4;
    }

    /* Badges */
    .badges { display: flex; gap: 8px; font-size: 0.75rem; font-weight: 700; }
    .badge-hot { background: linear-gradient(135deg, #ef4444, #dc2626); color: white; padding: 4px 10px; border-radius: 6px; box-shadow: 0 2px 5px rgba(220, 38, 38, 0.3); }
    .badge-new { background: #dbeafe; color: #2563eb; padding: 4px 10px; border-radius: 6px; }
    .badge-subject { padding: 3px 10px; border-radius: 6px; background: #f1f5f9; color: var(--grey-text); border: 1px solid #e2e8f0; }

    /* Meta Data */
    .meta-data {
        display: flex;
        gap: 20px;
        font-size: 0.95rem;
        color: var(--grey-text);
        margin-top: 8px;
    }
    .meta-data span i { color: var(--accent-orange); margin-right: 5px; }

    /* --- BUTTON (Nút bấm nổi bật) --- */
    .btn-take-exam {
        padding: 10px 25px;
        
        /* Đổi sang nền Gradient Cam thay vì trong suốt */
        background: linear-gradient(135deg, var(--accent-orange) 0%, #b45309 100%);
        color: white;
        
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.3s ease;
        
        /* Hiệu ứng bóng nút bấm */
        box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
        border: none; /* Bỏ viền */
    }

    /* Hover nút */
    .btn-take-exam:hover, .exam-row:hover .btn-take-exam {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(217, 119, 6, 0.5);
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
        color: white; /* Giữ nguyên chữ trắng */
    }

    /* --- Mobile --- */
    @media (max-width: 768px) {
        .exam-row { flex-direction: column; align-items: flex-start; border-left-width: 4px; padding: 20px; }
        .rank-num { width: 40px; height: 40px; font-size: 1.2rem; position: absolute; top: 20px; right: 20px; }
        .exam-action { width: 100%; margin-top: 15px; }
        .btn-take-exam { display: block; text-align: center; width: 100%; }
        .meta-data { flex-wrap: wrap; gap: 10px; }
    }
    /* --- BUTTON STYLE (Phiên bản Viền Đen) --- */
    .btn-take-exam {
        padding: 8px 25px;
        

        /* Chữ màu đen + Viền màu đen */
        color: #000000; 
        border: 2px solid #000000; 
    }
.exam-row {
        /* ... giữ nguyên các thuộc tính khác ... */
        
        border: 1px solid #000000; 
    }
    }
</style>/* End custom CSS */