:root {
  --primary: #32367f;
  --secondary: #bb571d;
  --text: #171717;
  --gray: #999999;
  --light-gray: #e5e5e5;
  --blue-text: #021a84;
  --green-text: #2ada66;
  --red-text: #fe404c;
  --green-gradient: linear-gradient(90deg, #2ada66, #bb571d);
  --purple-gradient: linear-gradient(90deg, #32367f, #bb571d);
  --red-gradient: linear-gradient(90deg, #fe404c, #bb571d);
  --white: #ffffff;
}

html,
body {
  font-family: "Be Vietnam Pro", serif;
  font-size: 16px;
  /* background: linear-gradient(to right, #ffffff, #e7edfd, #ffffff); */
  /* BACKGROUND */
  background: linear-gradient(
    135deg,
    rgb(255, 255, 255) 14%,
    rgb(229, 235, 254) 55%,
    rgb(255, 255, 255) 92%
  );
  touch-action: manipulation;
  /* Ngăn các hành động zoom và swipe */
  -ms-touch-action: manipulation;
  /* Cho IE */
  user-select: none;
  /* Ngừng chọn văn bản */
}

a:visited {
  color: black;
  text-decoration: none;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
}

* {
  -webkit-user-select: none;
  /* Vô hiệu hóa chọn văn bản trên WebKit (Safari) */
  -moz-user-select: none;
  /* Vô hiệu hóa chọn văn bản trên Firefox */
  -ms-user-select: none;
  /* Vô hiệu hóa chọn văn bản trên IE */
  user-select: none;
  /* Vô hiệu hóa chọn văn bản cho tất cả trình duyệt */
}

/* Button */

.btn {
  position: static;
  min-width: 94px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10;
  padding: 8px 16px 8px 16px;
  color: var(--light-gray);
}

.btn-border {
  border-radius: 36px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  background: rgb(253, 30, 86);
}

table.aligncenter {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table.aligncenter th,
table.aligncenter td {
  border: 1px solid #000;
  padding: 10px;
  text-align: left;
}

table.aligncenter th {
  background-color: #f2f2f2;
  font-weight: bold;
}

table.aligncenter tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* TEST XÓA SAU  */

.fancybox p {
  line-height: 2;
}

.fancybox ul > li {
  line-height: 2;
}

/* End Button */
.ft-toc-tit svg {
  display: revert;
}