@charset "UTF-8";
.post_photo img, .card_photo img {
  width: 100%;
  height: 100%;
  inset: 0;
}

.post_context > h3, .post_context > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post_context > h3, .post_context > p {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.card_id, .card_saleoff, .card_price > span, .app_pagination a {
  font-family: var(--font-number);
}

.card_options > a, .card_saleoff::after, .card_details > dl dt, .card_price > span:nth-child(2), .app_breadcrumb_list > li {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .card_options > a, .card_saleoff::after, .card_details > dl dt, .card_price > span:nth-child(2), .app_breadcrumb_list > li {
    font-size: 1.4rem;
  }
}

.header_logo > a, body {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .header_logo > a, body {
    font-size: 1.6rem;
  }
}

.the_content h6, .card_details > dl dd, .buy_now_text, .app_socials > li a, .nav_menu > li, .card_viewmore, .app_pagination a {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .the_content h6, .card_details > dl dd, .buy_now_text, .app_socials > li a, .nav_menu > li, .card_viewmore, .app_pagination a {
    font-size: 1.8rem;
  }
}

.the_content h5, .card_title, .card_price > span, .app_services_calculator_result, .totop {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .the_content h5, .card_title, .card_price > span, .app_services_calculator_result, .totop {
    font-size: 2rem;
  }
}

.card_saleoff {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .card_saleoff {
    font-size: 2.2rem;
  }
}

.the_content h4, .post_context > h3, .card_id, .heading_sub, .buy_now_text > span, .app_searchbox_input > button {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .the_content h4, .post_context > h3, .card_id, .heading_sub, .buy_now_text > span, .app_searchbox_input > button {
    font-size: 2.4rem;
  }
}

.the_content h3, .heading {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .the_content h3, .heading {
    font-size: 3.2rem;
  }
}

.post_photo img, .card_photo img, .card_buy_now, .buy_now, .buy_now_context, .buy_now_close, .app_searchbox_input > button, .card_viewmore {
  transition: 300ms ease;
}

.app_pagination a {
  font-weight: 500;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .app_pagination a {
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .app_pagination a:hover {
    background-color: var(--color-accent-hover);
  }
}

.card_viewmore {
  font-weight: 700;
  color: var(--color-base);
  width: 100%;
  height: 32px;
  background-color: var(--card-viewmore);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .card_viewmore {
    width: 200px;
    max-width: 100%;
    height: 40px;
    border-radius: 12px 0px 12px 0px;
    corner-shape: bevel;
    -webkeit-corner-shape: bevel;
  }
  .card_viewmore:hover {
    background-color: var(--color-accent);
    color: var(--color-light);
    translate: 0 -5px;
  }
}

html {
  line-height: 1.6;
  scrollbar-width: thin;
}
body {
  font-family: var(--font-base);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-base);
  -webkit-font-smoothing: antialiased;
}

a {
  transition: 150ms ease;
}

img {
  width: 100%;
  height: auto;
}

:root {
  --color-base: #eee;
  --color-light: #fee2e2;
  --color-dark: #020617;
  --color-accent: #dc2626;
  --color-accent-hover: #fbbf24;
  --color-accent-hover-light: #fde68a;
  --color-accent-hover-bold: #ca8a04;
  --color-accent-soft: #ef4444;
  --color-accent-bold: #b91c1c;
  --bc-base: #0f172a;
  --bc-base-light: #1f2937;
  --bc-base-dark: #111827;
  --color-border: #fde68a;
  --card-bc: #020617;
  --card-bc-softlight: #fef08a;
  --card-border: #fde68a;
  --card-accent: #fbbf24;
  --card-title: var(--card-accent);
  --card-price: var(--card-accent);
  --card-viewmore: #ca8a04;
  --search-button: #dc2626;
  --search-button-hover: #b91c1c;
}

/**
 *  --color-base: #ccc;
 *  --color-light: #27272a;
    --color-accent: #db2777;
    --color-accent-soft: #ec4899;
    --color-accent-bold: #be185d;

    --bc-base: #27272a;
 */
:root {
  --font-base: "Open Sans", sans-serif;
  --font-number: "Nunito", sans-serif;
}

[data-ani-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-ani-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-ani-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-ani-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-ani-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-ani-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-ani-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-ani-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-ani-delay="0.9s"] {
  transition-delay: 0.9s;
}

.fadein {
  transform: translate(0, 40px);
  filter: blur(8px);
}

.js_ani {
  opacity: 0;
  transition-property: transform, filter, opacity;
  transition-duration: 650ms;
  transition-timing-function: ease-out;
}
.js_ani.is_show {
  opacity: 1;
  transform: none;
  filter: none;
}

.pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

[data-align=center] {
  text-align: center;
}

[data-fw="100"] {
  font-weight: 100;
}

[data-fw="200"] {
  font-weight: 200;
}

[data-fw="300"] {
  font-weight: 300;
}

[data-fw="400"] {
  font-weight: 400;
}

[data-fw="500"] {
  font-weight: 500;
}

[data-fw="600"] {
  font-weight: 600;
}

[data-fw="700"] {
  font-weight: 700;
}

[data-fw="800"] {
  font-weight: 800;
}

[data-fw="900"] {
  font-weight: 900;
}

.container_md, .container_fluid, .container {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .container_md {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header {
  width: 100%;
  background-color: var(--bc-base);
  border-bottom: 1px solid rgb(from var(--color-light) r g b/0.5);
  position: fixed;
  z-index: 2506;
  top: 0;
  left: 0;
}
.header_inner {
  width: 100%;
  height: 60px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-block: 8px;
}
@media only screen and (min-width: 768px) {
  .header_inner {
    height: 80px;
  }
}
.header_logo {
  width: 92px;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .header_logo {
    width: 138px;
  }
}
.header_logo > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_logo > a:hover {
    opacity: 0.8;
  }
}
.header_searchbox .app_searchbox {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header_searchbox .app_searchbox {
    display: block;
  }
}

.nav {
  flex-shrink: 0;
}
.nav_toggler {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .nav_toggler {
    display: none;
  }
}
.nav_toggler.is_open span {
  background-color: var(--color-base);
}
.nav_toggler.is_open span:nth-child(1) {
  opacity: 0;
  translate: -8px 0;
}
.nav_toggler.is_open span:nth-child(2) {
  rotate: 45deg;
}
.nav_toggler.is_open span:nth-child(3) {
  rotate: -45deg;
}
.nav_toggler.is_open span:nth-child(4) {
  opacity: 0;
  translate: 8px 0;
}
.nav_toggler_box {
  width: 24px;
  height: 16px;
  position: relative;
}
.nav_toggler_box span {
  width: 100%;
  height: 2px;
  background-color: var(--color-accent-hover);
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: 300ms ease;
}
.nav_toggler_box span:nth-child(1) {
  top: 0;
}
.nav_toggler_box span:nth-child(3), .nav_toggler_box span:nth-child(2) {
  top: 50%;
}
.nav_toggler_box span:nth-child(4) {
  top: 100%;
}
.nav_menu {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .nav_menu {
    gap: 16px;
    flex-direction: row;
  }
}
.nav_menu > li {
  font-weight: 500;
}
.nav_menu > li a,
.nav_menu > li p {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  position: relative;
  padding: 4px;
}
@media only screen and (min-width: 768px) {
  .nav_menu > li a,
  .nav_menu > li p {
    padding: 4px 8px;
  }
  .nav_menu > li a:hover,
  .nav_menu > li p:hover {
    color: var(--color-accent-hover);
  }
  .nav_menu > li a:hover::after,
  .nav_menu > li p:hover::after {
    scale: 1 1;
    transform-origin: left center;
  }
}
.nav_menu > li a::after,
.nav_menu > li p::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  scale: 0 1;
  transform-origin: right center;
  transition: scale 300ms ease;
}
@media only screen and (min-width: 768px) {
  .nav_menu > li a::after,
  .nav_menu > li p::after {
    height: 2px;
    border-radius: 2px;
  }
}
.nav_menu > li p {
  background-color: rgba(255, 255, 255, 0);
  color: var(--color-accent-hover);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .nav_menu > li p {
    background-color: rgba(255, 255, 255, 0);
  }
}
.nav_menu > li p::after {
  scale: 1 1;
  transform-origin: left center;
}
.nav_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav_pc {
    display: block;
  }
}
.nav_mobile {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: var(--bc-base);
  padding: 100px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms linear;
}
@media only screen and (min-width: 768px) {
  .nav_mobile {
    display: none;
  }
}
.nav_mobile.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.footer {
  padding-top: 80px;
  background-color: rgb(from var(--bc-base) r g b/0.6);
}
.footer_logo {
  width: 180px;
  position: relative;
  margin-inline: auto;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .footer_logo {
    width: 260px;
  }
}
.footer_logo > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_logo > a:hover {
    opacity: 0.8;
  }
}
.footer_socials {
  margin-top: 16px;
}
.footer_copyright {
  border-top: 1px solid var(--color-base);
  margin-top: 32px;
  padding-block: 24px;
}

.totop {
  font-weight: 500;
  width: 44px;
  height: 44px;
  background-color: var(--color-accent);
  border-radius: 4px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease;
  translate: 0 100px;
}
@media only screen and (min-width: 768px) {
  .totop {
    cursor: pointer;
  }
  .totop:hover {
    background-color: var(--color-accent-hover);
  }
}
.totop.is_show {
  translate: none;
}

.app {
  overflow: clip;
  position: relative;
  padding-top: 140px;
}
@media only screen and (min-width: 768px) {
  .app {
    padding-top: 100px;
    padding-top: clamp(140px, (1025px - 100vw) * 1000, 210px);
  }
}
.app::before {
  content: "";
  min-width: 100vw;
  min-height: 100vh;
  aspect-ratio: 1;
  background-color: var(--bc-base);
  background-image: radial-gradient(var(--bc-base-dark), var(--bc-base-light));
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.app_list {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.app_list > .row {
  margin: 0;
}
.app_breadcrumb {
  padding-bottom: 12px;
}
.app_breadcrumb_list > li {
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
  color: rgb(from var(--color-base) r g b/0.7);
}
.app_breadcrumb_list > li + li::before {
  content: "";
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid currentColor;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.app_breadcrumb_list > li a {
  color: var(--color-base);
}
@media only screen and (min-width: 768px) {
  .app_breadcrumb_list > li a:hover {
    color: var(--color-accent-hover);
  }
}
.app_block {
  padding-block: 20px;
}
@media only screen and (min-width: 768px) {
  .app_block {
    padding-block: 40px;
  }
}
.app_block:nth-child(1) {
  padding-top: 0;
}
.app_searchbox {
  height: 60px;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 1025px) {
  .app_searchbox {
    height: auto;
    display: none;
  }
}
.app_searchbox.is_fixed .app_searchbox_form {
  width: 100%;
  background-color: var(--bc-base);
  position: fixed;
  top: 60px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .app_searchbox.is_fixed .app_searchbox_form {
    top: 80px;
  }
}
.app_searchbox_form {
  padding-block: 14px;
}
@media only screen and (min-width: 768px) {
  .app_searchbox_form {
    background-color: rgba(0, 0, 0, 0);
  }
}
.app_searchbox_input {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.app_searchbox_input > input {
  width: 100%;
  max-width: calc(100% - 12px - 44px);
  height: 44px;
  background-color: var(--bc-base-light);
  border-radius: 8px;
  font-weight: 500;
  color: var(--color-light);
  display: block;
  padding: 4px 16px;
}
@media only screen and (min-width: 1025px) {
  .app_searchbox_input > input {
    width: 28vw;
    max-width: 640px;
  }
}
.app_searchbox_input > button {
  width: 44px;
  aspect-ratio: 1;
  background-color: var(--search-button);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .app_searchbox_input > button:hover {
    background-color: var(--color-accent);
  }
}
.app_socials {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.app_socials > li a {
  color: var(--color-light);
  width: 28px;
  height: 28px;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .app_socials > li a:hover {
    background-color: var(--color-accent-hover);
  }
}
.app_pagination {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  padding-block: 16px;
}
@media only screen and (min-width: 768px) {
  .app_pagination {
    gap: 8px;
  }
}
.app_pagination a {
  background-color: rgba(0, 0, 0, 0);
}
.app_pagination .current {
  pointer-events: none;
  background-color: var(--color-accent-hover);
}
.app_pagination .next,
.app_pagination .prev {
  position: relative;
}
.app_pagination .next::after,
.app_pagination .prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-right: 10px solid currentColor;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.app_pagination .next::after {
  content: "";
  scale: -1 1;
}
.app_pagination .extend {
  letter-spacing: 0.1em;
}

.app_table {
  width: 100%;
  border: 1px solid rgb(from var(--color-light) r g b/0.2);
  margin-top: -1px;
  font-size: 1.6rem;
}

.app_services_table {
  width: 100%;
}
.app_services_table th,
.app_services_table td {
  padding: 8px;
  font-weight: 500;
  text-align: left;
}
.app_services_table th {
  width: 200px;
}
.app_services_table th:nth-child(3) {
  width: calc(100% - 200px);
}
.app_services_table thead {
  border-bottom: 1px solid rgb(from var(--color-light) r g b/0.2);
}
.app_services_table tbody tr:nth-child(even) {
  background-color: rgb(from var(--color-light) r g b/0.05);
}
.app_services_calculator_result {
  font-weight: 500;
  margin-top: 16px;
}
.app_services_calculator_result::before {
  content: "Tổng cộng: ";
}

.app_input select,
.app_input input[type=text],
.app_input input[type=number] {
  width: 100%;
  min-width: 164px;
  height: 44px;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgb(from var(--color-base) r g b/0.4);
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-light) !important;
}
.app_input select {
  background-image: url("./../images/icon/caret_down.svg");
  background-size: 12px 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.app_input select option {
  background-color: var(--bc-base);
}

.buy_now {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.buy_now.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.buy_now.is_show .buy_now_context {
  translate: none;
}
.buy_now_mask {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgb(from var(--bc-base-dark) r g b/0.5);
}
.buy_now_qr img {
  border-radius: 8px;
}
.buy_now_context {
  width: 360px;
  height: 100%;
  margin-left: auto;
  background-color: var(--bc-base-dark);
  padding: 100px 24px;
  translate: 110% 0;
}
.buy_now_text {
  margin-top: 24px;
}
.buy_now_text > span {
  font-weight: 500;
  color: var(--color-accent-hover);
}
.buy_now_close {
  width: 120px;
  height: 40px;
  border: 1px solid rgb(from var(--color-base) r g b/0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .buy_now_close:hover {
    background-color: var(--color-accent-hover-bold);
  }
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(0deg, #f1a3b1 0%, rgb(118, 217, 254) 100%);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.heading {
  line-height: 2;
  font-weight: 700;
  color: var(--color-accent-hover);
  margin-bottom: 32px;
  border-left: 2px solid currentColor;
  padding-left: 24px;
}

.heading_sub {
  line-height: 2;
  font-weight: 700;
  color: var(--color-accent-hover);
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.heading_sub::after {
  content: "";
  width: 256px;
  display: block;
  border-bottom: 1px solid currentColor;
}

.row {
  --gap: 10px;
  --col-counter: 1;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .row {
    --gap: 32px;
    margin-top: 64px;
  }
}
.row.row_sm {
  margin-top: 32px;
}
.row > .col {
  width: calc(50% - var(--gap) * 0.5);
}
@media only screen and (min-width: 768px) {
  .row > .col {
    width: clamp(100% / var(--col-counter) - var(--gap) * (var(--col-counter) - 1) / var(--col-counter), (1160px - 100vw) * 1000, 50% - var(--gap) * 0.5);
  }
}
.row_1 {
  --col-counter: 1;
}
.row_2 {
  --col-counter: 2;
}
.row_3 {
  --col-counter: 3;
}
.row_4 {
  --col-counter: 4;
}
.row_5 {
  --col-counter: 5;
}
@media only screen and (min-width: 768px) {
  .row_5 {
    --gap: 20px;
  }
}
.row_6 {
  --col-counter: 6;
}
@media only screen and (min-width: 768px) {
  .row_6 {
    --gap: 20px;
  }
}
.row_7 {
  --col-counter: 7;
}
@media only screen and (min-width: 768px) {
  .row_7 {
    --gap: 20px;
  }
}

.card {
  width: 100%;
  height: 100%;
  background-color: var(--card-bc);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  position: relative;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .card {
    border-radius: 20px 0px 20px 0px;
    corner-shape: bevel;
    -webkeit-corner-shape: bevel;
    padding: 16px 16px 24px;
  }
}
.card_options {
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.card_options > a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 4px 16px;
  background-color: var(--color-accent);
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .card_options > a:hover {
    background-color: var(--color-accent-hover);
  }
}
.card_id {
  font-weight: 500;
  color: var(--color-accent-hover);
}
.card_saleoff {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--color-accent);
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  translate: 0 -50%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: kf_saleoff_color 850ms linear 0s infinite both;
}
@media only screen and (min-width: 768px) {
  .card_saleoff {
    width: 50px;
    height: 50px;
  }
}
.card_saleoff::before {
  content: "-" attr(data-saleoff);
}
.card_saleoff::after {
  content: "%";
}
.card_saleoff > span {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.card_saleoff > span::after, .card_saleoff > span::before {
  content: "";
  background-color: var(--card-accent);
  border-radius: 2px;
  position: absolute;
  z-index: -1;
  inset: 0;
  animation: kf_saleoff_spin 850ms linear 0s infinite both;
}
.card_saleoff > span::after {
  transform: rotate(45deg);
}
.card_photo {
  width: 100%;
  aspect-ratio: 1.7777777778;
  position: relative;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .card_photo {
    margin-top: 12px;
  }
}
.card_photo img {
  object-fit: cover;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .card_photo img {
    border-radius: 16px;
  }
}
.card_context {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .card_context {
    padding: 16px 0;
  }
}
.card_title {
  font-weight: 700;
  color: var(--card-accent);
  min-height: 64px;
  margin-bottom: auto;
}
@media only screen and (min-width: 768px) {
  .card_title {
    min-height: 64px;
  }
}
.card_details {
  background-color: rgb(from var(--card-bc-softlight) r g b/0.1);
  border-left: 2px solid var(--card-accent);
  border-radius: 0 4px 4px 0;
  display: none;
  gap: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 16px;
  padding: 8px;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .card_details {
    min-height: 94px;
    display: flex;
    gap: 12px;
    margin-top: 24px;
    padding: 12px;
  }
}
.card_details > dl {
  width: calc(50% - 2px);
  background-color: rgb(from var(--card-bc-softlight) r g b/0.1);
  border: 1px dashed rgb(from var(--card-bc-softlight) r g b/0.2);
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .card_details > dl {
    width: calc(33% - 8px);
    padding: 8px;
  }
}
.card_details > dl dt {
  color: rgb(from var(--color-base) r g b/0.6);
}
.card_details > dl dd {
  font-weight: 500;
  color: var(--card-accent);
}
.card_price {
  border-top: 1px dashed rgb(from var(--card-accent) r g b/0.4);
  margin-top: 12px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .card_price {
    margin-top: 24px;
  }
}
.card_price > span:nth-child(1) {
  font-weight: 700;
  padding-right: 8px;
  color: var(--card-price);
}
.card_price > span:nth-child(2) {
  font-weight: 500;
  text-decoration: line-through;
  color: rgb(from var(--color-base) r g b/0.6);
}
.card_viewmore {
  margin-inline: auto;
}
.card_detail {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .card_detail {
    gap: 24px;
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .card_detail .card_id {
    position: absolute;
    top: 16px;
    left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .card_detail .card_photo {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .card_detail .card_context {
    width: calc(50% - 24px);
  }
}
.card_detail .card_title {
  min-height: 1px;
}
.card_detail .card_details {
  display: flex;
  gap: 32px;
  flex-direction: column;
  padding-top: 28px;
}
.card_detail .card_details dl {
  width: 100%;
  position: relative;
  text-align: left;
}
.card_detail .card_details dt {
  position: absolute;
  top: -24px;
  left: 0;
}
.card_buy_now {
  width: 100%;
  height: 40px;
  background-color: rgb(from var(--color-accent-hover-bold) r g b/0.5);
  border: 1px solid var(--color-accent-hover);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 16px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .card_buy_now {
    width: 160px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
  }
  .card_buy_now:hover {
    background-color: var(--color-accent-hover-bold);
  }
}

@keyframes kf_saleoff_spin {
  0%, 100% {
    background-color: var(--color-accent);
    scale: 1;
  }
  50% {
    background-color: var(--card-accent);
    scale: 1.2 1.2;
  }
}
@keyframes kf_saleoff_color {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: var(--card-accent);
  }
}
.post {
  width: 100%;
}
.post > a {
  display: flex;
  flex-direction: column;
  background-color: rgb(from var(--bc-base) r g b/0.25);
}
@media only screen and (min-width: 768px) {
  .post > a {
    flex-direction: row;
  }
  .post > a:hover {
    background-color: var(--bc-base);
  }
  .post > a:hover img {
    scale: 1.1;
  }
}
.post_photo {
  width: 100%;
  aspect-ratio: 1.7777777778;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .post_photo {
    width: 320px;
  }
}
.post_photo img {
  object-fit: cover;
}
.post_context {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.post_context > h3 {
  color: var(--color-accent-hover);
}
.post_context > time {
  padding-bottom: 12px;
}
.the_content {
  margin-top: 64px;
}
.the_content h3 {
  margin-block: 32px;
}
.the_content h4 {
  margin-block: 24px;
}
.the_content h5 {
  margin-block: 20px;
}
.the_content h6 {
  margin-block: 18px;
}
.the_content a {
  color: var(--color-accent-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (min-width: 768px) {
  .the_content a:hover {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.the_content ol ol,
.the_content ol ul,
.the_content ul ol,
.the_content ul ul {
  padding-left: 24px;
}
.the_content ol {
  counter-reset: counta;
}
.the_content ol > li {
  counter-increment: counta;
}
.the_content ol > li > h4,
.the_content ol > li > h5,
.the_content ol > li > h6 {
  margin-bottom: 8px;
}
.the_content ol > li > h4:first-child::before,
.the_content ol > li > h5:first-child::before,
.the_content ol > li > h6:first-child::before {
  content: counter(counta) ".";
  margin-right: 8px;
}

.currency::after {
  content: "vnđ";
  margin-left: 4px;
}

/*# sourceMappingURL=common.css.map */
