/* ===== RESET MẶC ĐỊNH ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background-color: #ffffff;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
  padding: 40px 0;
}

/* ===== BỐ CỤC CHUNG ===== */
.cv-container {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

/* ===== HEADER ===== */
header {
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

header h1 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

header .position {
  font-size: 17px;
  color: #444;
  margin-top: 5px;
}

.contact {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
}

.contact a {
  color: #004aad;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

/* ===== CÁC PHẦN CHÍNH ===== */
section {
  margin-bottom: 25px;
}

h2 {
  color: #004aad;
  font-size: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

p, li {
  color: #333;
  font-size: 15px;
}

ul {
  margin-left: 20px;
  margin-top: 5px;
}

strong {
  color: #000;
}

/* ===== DANH SÁCH KỸ NĂNG ===== */
.skills ul {
  list-style-type: disc;
}

/* ===== FOOTER (NẾU CÓ) ===== */
footer {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 20px;
}
