.SkillRowTitle {
  margin-top: 8px;
  margin-left: 8px;
}

.SkillTitle {
  font-weight: bolder;
  color: rgb(236, 130, 8);
  padding: 1px 7px;
  box-shadow: 0px 0px 8px rgb(226, 162, 52);
  border-radius: 6px;
}

.SkillEnglishTitle {
  color: rgb(236, 130, 8);
  font-family: "Times New Roman", Times, serif;
  vertical-align: 2px;
  font-weight: bold;
  font-size: 17px;
  margin-left: -5px;
}

.SkillItems {
  margin-left: 10px;
}

.SkillItem {
  margin-top: 13px;
  margin-left: 5px;
  font-weight: bolder;
  font-family: "Times New Roman", Times, serif;
}

.LinkMore {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
  font-size: 13px;
  border-radius: 5px;
  background-color: rgb(50, 238, 238);
  border-color: transparent;
  margin-left: 5px;
}

.right-arrow1 {
  display: inline-block;
  position: relative;
  width: 0px;
  height: 10px;
  margin-right: 22px;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: Flashing;
}

.right-arrow1::after {
  display: inline-block;
  content: "";
  height: 13px;
  width: 13px;
  border-width: 3px 3px 0 0;
  border-color: #0177ff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: 16px;
}

.right-arrow2 {
  display: inline-block;
  position: relative;
  width: 0px;
  height: 10px;
  margin-right: 0px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: Flashing;
}

.right-arrow2::after {
  display: inline-block;
  content: "";
  height: 13px;
  width: 13px;
  border-width: 3px 3px 0 0;
  border-color: #0177ff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  left: -20px;
}

@keyframes Flashing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
