.override {
  padding: 0;
  margin: 0;
}
.left-column {
  background-color: var(--primary-color);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-column_container {
  text-align: center;
}
.avatar-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 8px solid #70c4c1;
}
.left-column_nav {
  text-transform: uppercase;
  list-style: none;
  font-size: 2.4rem;
  margin: 24px 0;
  font-weight: 700;
}
.left-column_nav:hover {
  cursor: pointer;
}
.link-no-active {
  text-decoration: none;
  color: var(--color-no-active);
}
.link-no-active.active {
  color: var(--color-active);
}

/* Cột bên phải  */
.header-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  font-size: 2.4rem;
  color: var(--text-color);
  height: 60px;
  background-color: var(--primary-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header-mobile__name {
  font-size: 3.2rem;
  color: var(--text-color);
  font-weight: 500;
}
.nav-icon {
  color: #f1f1f1;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.nav-mobile {
  background-color: var(--primary-color);
  position: fixed;
  height: 0;
  top: 60px;
  left: 0;
  right: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: 0.3s;
}

.nav-mobile.nav-mobile__active {
  height: 350px;
}
.right-column {
  width: 100%;
}
.right-column_container {
  padding: 30px 60px;
  margin-left: 24vw;
  width: 100%;
}
.about {
  margin: 0;
}

.about-name {
  font-size: 9rem;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
}
.name {
  color: var(--primary-color);
}
.name:hover {
  color: var(--color-link);
}
.job-address {
  font-size: 2.4rem;
  color: var(--text-color);
  margin: 10px 0;
}

.job-address-icon {
  width: 40px;
}

.job-address-name {
  display: inline-block;
  color: var(--text-color);
}
.view:hover {
  color: var(--color-link);
}
.about-link {
  color: var(--primary-color);
  text-decoration: none;
  display: inline;
  text-transform: uppercase;
}
.about-link:hover {
  text-decoration: underline;
  color: var(--color-link);
}

.welcome {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 20px 0;
}

.welcome-title {
}

.welcome-tell {
}

.skill-item {
  font-size: 1.8rem;
  color: var(--text-color);
  letter-spacing: 0.8px;
  font-weight: 400;
}
.skill-item i {
  margin-right: 10px;
}
.skill-item__text {
  display: inline-block;
}
.skill-name {
  display: inline-block;
  margin: 0;
}
.skill-description {
  font-size: 2.2rem;
}
.contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--text-color);
  margin: 20px 12px 0 0;
  color: var(--color-active);
  font-size: 2.2rem;
  text-decoration: none;
}
.social-item:hover {
  cursor: pointer;
  background-color: var(--color-link);
}
.section {
  margin-top: 20px;
}
.line {
  width: 100%;
  background-color: #f5f5f5;
  margin: 60px 0;
  padding: 0;
}
.heading {
  font-size: 6rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
}

.company-time {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: var(--primary-color);
  margin: 20px 0 10px 0;
}

.company {
  font-weight: 700;
  font-size: 4rem;
  color: var(--primary-color);
  text-decoration: none;
}
.company:hover,
.time:hover {
  color: var(--color-link);
}

.time {
  font-weight: 400;
  font-size: 2.2rem;
}

.position {
  color: var(--text-color);
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.position-description {
  font-size: 2rem;
  color: var(--text-color);
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
}
.bookmark {
  color: #ffc107;
  font-size: 1.4rem;
  margin-right: 4px;
}
.language {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.language-text {
  font-size: 2.4rem;
  color: var(--text-color);
  font-weight: 400;
}

.language-item {
  color: var(--color-icon);
  font-size: 5rem;
  margin-right: 20px;
}

.project-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.cup-icon {
  color: #ffc107;
  font-size: 1.8rem;
  margin-right: 4px;
}
.project-item__description {
  font-size: 2.2rem;
  font-weight: 300;
  margin-left: 6px;
}
.project-item__link {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 500;
}
.project-item__link:hover {
  color: var(--color-link);
}
.hobby-text {
  font-size: 2.2rem;
  color: var(--text-color);
  font-weight: 300;
  line-height: 1.4;
}
.hobby-image {
  margin: 0 auto;
  width: 20%;
  height: 20%;
}
.download {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--color-link);
  border-radius: 50%;
  animation: bounce 2s ease infinite;
}
.download i {
  color: var(--color-active);
}
.download:hover {
  cursor: pointer;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* Language Switcher Styles */
.language-switcher {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}

.lang-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.lang-selected {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: var(--color-no-active);
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.lang-selected:hover {
  background: #f8f8f8;
}

.lang-flag {
  width: 20px;
  height: 15px;
  margin-right: 8px;
  object-fit: cover;
}

.lang-text {
  flex: 1;
  font-size: 14px;
  color: #333;
}

.lang-selected i {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}

.lang-options {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: var(--color-no-active);
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lang-select.active .lang-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  transition: all 0.2s ease;
}

.lang-option:hover {
  background: #f8f8f8;
}

.lang-option:first-child {
  border-radius: 4px 4px 0 0;
}

.lang-option:last-child {
  border-radius: 0 0 4px 4px;
}

/* Active state */
.lang-select.active .lang-selected {
  border-color: #bd5d38;
}

.lang-select.active i {
  transform: rotate(180deg);
}

/* Responsive styles */
@media (max-width: 768px) {
  .language-switcher {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 20px auto;
  }
}

.functionality-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-left: 20px;
}

.functionality-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #333;
  font-size: 1.8rem;
}

.functionality-list li:before {
  content: "•";
  color: var(--primary-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.8rem;
}

.functionality-list li:hover {
  color: var(--primary-color);
  transition: color 0.3s ease;
}
