:root {
  --primary-color: var(--primary-text);
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fontsize);
  font-family: var(--family);
  text-align: left;
  text-transform: none;
  color: var(--primary-text);
}
a {
  text-decoration: unset;
  color: var(--link-color);
}
a:hover {
  color: var(--link-color-hover);
  text-decoration: unset;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--family);
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
button {
  outline: none;
}
p:last-child {
  margin: 0px;
}
.swiper-pagination {
  bottom: 0px;
  display: block;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0px 2.5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: var(--primary);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
#button {
  display: inline-block;
  background-color: var(--primary);
  display: inline-flex;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 12px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.min20 {
  width: 15px !important;
  height: 15px !important;
  margin: auto;
  margin: auto !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  visibility: hidden;
}
.swap-lazy {
  width: 20px;
  height: 20px;
  color: var(--primary);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
.head-line3 {
  position: relative;
}
.head-line3 h2 {
  display: block;
  padding-top: 37px;
}
.head-line3 h2:before {
  content: '';
  display: inline-block;
  width: 57px;
  height: 15px;
  border-color: var(--primary);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.head-line3 h3 {
  display: block;
}
.head-line3::after {
  content: '';
  display: block;
  border-bottom: 5px solid var(--primary);
  width: 57px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.head-line4 .head-line-cs {
  padding-top: 0px;
  padding-left: 80px;
}
.head-line4 .head-line-cs .box-icon {
  height: 57px;
  width: 57px;
  background: var(--primary);
  border-style: unset;
  border-width: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: 0;
  display: inline-flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.head-line4 .head-line-cs .box-icon i {
  color: #fff;
  font-size: 26px;
}
.head-line4 .head-line-cs:before {
  content: '';
  width: 57px;
  height: 57px;
  background: var(--primary);
  border-style: unset;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
.head-line5 .head-line-cs {
  padding-top: 0px;
  position: relative;
}
.head-line5 .head-line-cs:before {
  content: '';
  width: 57px;
  height: 57px;
  background: var(--primary);
  border-style: unset;
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
@-webkit-keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.fa-spin {
  animation: xoayvong 2s linear 0s infinite;
  -webkit-animation: xoayvong 2s linear 0s infinite;
  -moz-animation: xoayvong 2s linear 0s infinite;
  -o-animation: xoayvong 2s linear 0s infinite;
}
.bt-cart-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}
.bt-cart-grid .bt-add-cart {
  background-color: var(--primary);
  border: 0;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #fff;
  padding: 1.25rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.bt-cart-grid .bt-add-cart:hover {
  opacity: 0.8;
}
.bt-cart-grid .bt-add-cart:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bt-cart-grid .bt-add-cart:focus-visible {
  box-shadow: none;
}
.bt-cart-grid .bt-add-cart button {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
  background: unset;
  left: 0px;
  top: 0;
  color: #fff;
}
.bt-cart-grid .bt-add-cart .loading-swap {
  display: none;
  position: absolute;
  background: var(--primary);
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  z-index: 1;
}
.bt-cart-grid .bt-buynow {
  background: #0B309D;
}
.bt-cart-grid .cart-loading {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: d7 1s infinite linear;
  height: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.prices {
  display: block;
}
.prices .in-prices {
  margin: auto;
  display: inline-block;
  position: relative;
}
.prices i {
  font-style: normal;
  position: relative;
  margin-right: 5px;
  color: var(--price);
}
.prices .price {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--price);
  font-size: 16px;
  font-weight: 700;
}
.prices .price-origin {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.prices .price-origin i {
  color: rgba(0, 0, 0, 0.54);
}
.prices .price-unit {
  font-size: 13px;
  position: relative;
  padding-left: 6px;
}
.prices .price-unit:after {
  content: "/";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 8px;
  height: 30px;
  width: 3px;
  margin: auto;
  bottom: 0px;
  display: inline-block;
  color: #8a8787;
}
.prices .price-call {
  margin-left: 0px;
}
.pagination {
  margin: 15px 0px;
}
.pagination .el-pagination {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pagination ul.el-pager li a {
  padding: 5px 10px;
  color: var(--primary);
}
.pagination ul.el-pager li.active {
  background-color: var(--primary);
}
.pagination ul.el-pager li.active a {
  color: #fff;
}
.breadcrumb {
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-x: auto;
  margin: 10px 0px;
  text-overflow: ellipsis;
}
.breadcrumb li {
  display: inline-flex;
  overflow-x: auto;
}
.el-input.is-disabled .el-input__inner {
  color: #333;
}
.el-input__inner {
  color: #333;
}
.el-checkbox__label,
.el-radio__label {
  font-size: 15px;
  color: #333;
}
.ft-copyright {
  padding: 10px 0px;
  background: #d7d7d7;
  font-size: 13px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: 0;
  outline: 0px solid #f0f0f0;
  outline-offset: 0px;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 8px;
}
table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table tr:hover {
  background-color: #ddd;
}
table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.zalo-chat-widget {
  right: 5px !important;
  position: fixed !important;
  left: unset !important;
}
.zalo-chat-widget img {
  height: 45px !important;
}
.page-post table {
  background: white;
  border-radius: 6px;
  border-collapse: collapse;
  height: unset;
  margin: auto;
  max-width: 100%;
  padding: 5px;
  width: 100%;
  animation: float 5s infinite;
  margin-bottom: 20px;
  overflow: hidden;
  border: 0px solid #d7d7d7;
}
.page-post table th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.page-post table th:first-child {
  border-top-left-radius: 3px;
}
.page-post table th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.page-post table tr {
  color: #666B85;
  font-size: 15px;
  font-weight: normal;
}
.page-post table tr td {
  border: 1px solid #d7d7d7;
}
.page-post table tr td:first-child {
  border-right: 0px solid #d7d7d7;
}
.page-post table tr:first-child td {
  background: var(--primary);
  color: #fff;
  border: 0px;
}
.page-post table tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
  border-left: 0px solid #d7d7d7;
}
.page-post table tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px;
}
.page-post table tr:last-child {
  border: 0px;
}
.page-post table tr:last-child td {
  background: unset;
  border: 1px solid #d7d7d7;
}
.page-post table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}
.page-post table tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}
.page-post table tr:nth-child td {
  background: #EBEBEB;
}
.page-post table tr:nth-child:hover td {
  background: #4E5066;
}
.page-post table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.page-post table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.page-post table td {
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  border-right: 1px solid #C1C3D1;
}
@keyframes ring {
  0% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  100% {
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes move-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes shine {
  to {
    left: 200%;
  }
}
@keyframes color_360 {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
#root-confirm-get-code {
  padding-bottom: 50px;
}
