:root {
  --color-main: #fabc11;
  --color-primary: #1206c0;
  --color-text: #563121;
  --color-white: #fff;
  --color-black: #000;
  --color-phone: #fabc11;
  --color-price: #d00;
  --bg-footer: #1206c0;
  --color-active: rgb(145, 5, 5);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 4.2666666667vw;
  }
}

body {
  color: #000;
  font-family: "Nunito Sans";
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 1rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
    font-weight: 400;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1360px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper--sm {
    max-width: 960px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common__heading {
  text-align: center;
  padding: 0.5rem 0;
  color: var(--color-white);
  background-color: var(--color-primary);
}
@media print, (min-width: 768px) {
  .header-common {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    font-size: 0.75rem;
  }
}

.menu-common {
  z-index: 999;
  background-color: var(--color-white);
}

@media print, (min-width: 768px) {
  .logo-menu {
    width: 7.5757575758%;
  }
  .logo-menu__wrapper {
    display: block;
    width: 100% !important;
  }
  .logo-menu canvas {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .nav-common__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media print, (min-width: 768px) {
  .list-menu__wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .list-menu__link {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 25px 0;
  }
  .list-menu__link:hover {
    color: var(--color-primary);
  }
  .list-menu__link.has-child {
    position: relative;
    padding-right: 0.625rem;
  }
  .list-menu__link.has-child i {
    font-size: 0.625rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .list-menu__item {
    position: relative;
  }
  .list-menu__item::before {
    content: "";
    position: absolute;
    background-color: var(--color-main);
    left: 50%;
    top: calc(100% - 21px);
    height: 2px;
    border-radius: 50px;
    transform: translateX(-50%);
    width: 0;
    transition: all ease 0.3s;
  }
  .list-menu__item.active::before {
    width: 100%;
  }
  .list-menu__item:hover::before {
    width: 100%;
  }
  .list-menu__item:hover .list-menu-primary {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .list-menu__item:hover .list-menu__link i {
    transform: translateY(-50%) rotate(90deg);
  }
}

.list-menu-primary__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-menu-primary {
    position: absolute;
    z-index: 999;
    left: 0;
    top: calc(100% - 3px);
    width: 100%;
    min-width: 220px;
    background-color: var(--color-white);
    box-shadow: 2px 3px 5px var(--color-primary);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    border-top: 2px solid #5c5c5c;
  }
  .list-menu-primary__item {
    text-transform: capitalize;
    border-top: 1px solid #ecf0f1;
  }
  .list-menu-primary__link {
    display: block;
    padding: 0.625rem 0.3125rem;
    color: var(--color-primary);
  }
}

.list-action__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.list-action__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--color-main);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--color-main);
  gap: 0.2rem;
}

.footer-common__inner {
  background-color: var(--bg-footer);
}
.footer-common__title {
  letter-spacing: 0.02em;
  position: relative;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  color: var(--color-main);
  text-transform: uppercase;
}
.footer-common__powered {
  padding: 0.5rem 0;
  text-align: center;
  box-shadow: inset 0 1px 2px var(--color-main);
  color: var(--color-white);
  background-color: var(--color-primary);
}
.footer-common__info {
  color: var(--color-main);
}
@media print, (min-width: 768px) {
  .footer-common__inner {
    padding: 50px 0;
  }
  .footer-common__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding-bottom: 4rem;
  }
  .footer-common__inner {
    padding: 2.1875rem 0;
  }
  .footer-common__title {
    font-size: 1.125rem;
  }
}

/* Paging */
/* Paging Ajax */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.pagination-ajax a.current {
  color: #ffffff !important;
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.first:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}
.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.last:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.prev:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

/* Scroll Top */
.scrollToTop {
  position: fixed;
  bottom: 85px;
  right: 25px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
}
.scrollToTop::before {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f102";
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--color-main);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}
.scrollToTop svg path {
  fill: none;
}
.scrollToTop svg.progress-circle path {
  stroke: var(--color-main);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scrollToTop.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-frame {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.btn-frame i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media only screen and (max-width: 767.98px) {
  .btn-frame {

  width: 45px;
  height: 45px; 
 }

.btn-frame i {
  width:45px;
  height: 45px;
}
}

.btn-frame.btn-yellow i{

  background: var(--color-white);
}

.btn-frame.btn-mess img,
.btn-frame.btn-yellow img
{
filter: brightness(0) saturate(100%) invert(51%) sepia(88%) saturate(5373%) hue-rotate(195deg) brightness(102%) contrast(107%);
}

.btn-frame i img {
  vertical-align: middle;
  width: 65%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--color-primary);
  opacity: 0.5;
}

.btn-frame.btn-yellow .kenit-alo-circle {
  border: none;
}

.btn-frame.btn-yellow{box-shadow: 4px 4px 5px #0000004d;border-radius: 50%; transition: all ease .3s;}
.btn-frame.btn-yellow:hover{box-shadow: 4px 4px 10px #000;}

.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame.btn-yellow .kenit-alo-circle-fill{display: none;}
.btn-frame .pulse {
  animation-name: pulse;
}

.btn-tiktok {
  bottom: 405px;
}

.btn-shopee {
  bottom: 320px;
}

.btn-zalo {
  bottom: 235px;
}

@media only screen and (max-width: 767.98px) {
 .btn-zalo.btn-mess {
  bottom: 210px;
}
}


.btn-phone {
  bottom: 150px;
}



.js-facebook-messenger-container.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000000000000000000;
  z-index: 999;
  z-index: 999;
  color: #404040;
  background: #fff;
  bottom: 97px;
  right: 97px;
}

.js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.js-facebook-messenger-box {
  z-index: 999;
  z-index: 999;
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: var(--color-phone);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-button {
  z-index: 999;
  z-index: 999;
  z-index: 999;
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.js-facebook-messenger-box.rubberBand {
  animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}

.js-facebook-messenger-container {
  z-index: 1000;
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  z-index: 1000;
}
.js-facebook-messenger-container iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.js-facebook-messenger-container-button {
  z-index: 1000;
  z-index: 1000;
}
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.js-facebook-messenger-top-header {
  width: 220px;
  color: #ffffff;
  background: var(--color-phone);
  display: block;
  position: relative;
  width: 220px;
  background: var(--color-phone);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  background: var(--color-phone);
  width: 220px;
}

.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}

.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 480px;
  z-index: 10;
  background: var(--color-primary);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: var(--color-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

@media only screen and (max-width: 991px) {
  .cart-fixed {
    bottom: 320px !important;
  }
}
.button-common {
  position: relative;
  display: inline-block;
  line-height: normal;
  border: 1px solid var(--color-white);
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  color: var(--color-text);
  overflow: hidden;
}
.button-common::before {
  position: absolute;
  content: "";
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  background-color: var(--color-white);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button-common:hover {
  color: var(--color-white);
}
.button-common:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}
@media print, (min-width: 768px) {
  .button-common {
    padding: 10px 28px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common {
    padding: 3px 1.125rem;
    font-size: 0.625rem;
  }
}

.button-contact {
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-main);
  background-color: var(--color-primary);
  padding: 0.625rem 1.25rem;
}
@media print, (min-width: 768px) {
  .button-contact {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-contact {
    font-size: 0.75rem;
  }
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

.list-product__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-product__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 1rem;
}
.list-product__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-product__picture--one {
  z-index: 1;
}
.list-product__picture--two {
  opacity: 0;
  z-index: 2;
  transition: all ease 0.3s;
}
.list-product__item:hover .list-product__picture--two {
  opacity: 1;
}
.list-product__link {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.list-product__link:hover {
  color: var(--color-main);
}
.list-product__title {
  margin-bottom: 0.625rem;
}
.list-product__detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
.list-product__price-sale {
  font-weight: 600;
  color: var(--color-price);
}
.list-product__price-regular {
  color: var(--color-text);
  text-decoration: line-through;
}
@media print, (min-width: 768px) {
  .list-product__wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
  .list-product__price-regular {
    font-size: 1rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1024px) {
  .list-product__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-product__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .list-product__price-regular {
    font-size: 0.75rem;
  }
}

.list-category__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-category__item {
    margin-bottom: 50px;
  }
  .list-category__item:last-child {
    margin-bottom: 0;
  }
}
.list-outstanding__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3125rem;
  padding: 0.3125rem;
}
.list-outstanding__item {
  overflow: hidden;
  position: relative;
}
.list-outstanding__title {
  margin-bottom: 1rem;
  color: var(--color-white);
}
.list-outstanding__thumbnail {
  transition: all ease 6s;
}
.list-outstanding__thumbnail:hover {
  transform: scale(1.2);
}
.list-outstanding__content {
  position: absolute;
  width: 86.6666666667%;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
}
@media print, (min-width: 768px) {
  .list-outstanding__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-outstanding__title {
    font-size: 1.875rem;
  }
  .list-outstanding__content {
    bottom: 3.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-outstanding__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-outstanding__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
  }
  .list-outstanding__content {
    bottom: 0.625rem;
  }
}

.list-newsh__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-newsh__thumbnail {
  margin-bottom: 1rem;
}
.list-newsh__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-newsh__title a {
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.list-newsh__title a:hover {
  color: var(--color-main);
}
.list-newsh__detail {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}
@media print, (min-width: 768px) {
  .list-newsh__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .list-newsh__detail {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-newsh__title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  .list-newsh__detail {
    font-size: 0.75rem;
  }
}

.list-footer__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-footer__item {
  margin-bottom: 0.5rem;
}
.list-footer__link {
  color: var(--color-main);
}
.list-footer__link:hover {
  color: var(--color-main);
}

.block-category__inner {
  border: 1px solid #e3e5ec;
}
.block-category__heading {
  font-weight: bold;
  text-align: center;
  color: var(--color-text);
  text-transform: uppercase;
  padding: 0.625rem 0;
  border-bottom: solid 2px var(--color-text);
}
@media print, (min-width: 768px) {
  .block-category__inner {
    padding: 20px;
  }
  .block-category__heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-category__inner {
    padding: 1rem;
  }
}

.list-page__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-page__item {
  margin-bottom: 0.375rem;
}
.list-page__item:last-child {
  margin-bottom: 0;
}
.list-page__link {
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.list-page__link:hover {
  color: var(--color-text);
  opacity: 0.8;
}

.list-capacity__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-capacity__title {
  font-weight: 800;
  text-align: center;
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
.list-capacity__detail {
  text-align: center;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .list-capacity__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .list-capacity__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-capacity__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .list-capacity__title {
    font-size: 1.125rem;
  }
}

.list-other__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-other__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-other__item {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.list-other__item:last-child {
  margin-bottom: 0;
}

.list-procedure__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-procedure__number {
  color: #fcb615;
  font-weight: 900;
}
.list-procedure__title {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
.list-procedure__detail {
  text-align: justify;
}
.list-procedure__thumbnail {
  margin-bottom: 0.5rem;
}
@media print, (min-width: 768px) {
  .list-procedure__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .list-procedure__number {
    font-size: 2.25rem;
  }
  .list-procedure__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-procedure__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .list-procedure__number {
    font-size: 1.25rem;
  }
  .list-procedure__title {
    font-size: 1rem;
  }
}

.list-phone__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list-phone__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.list-phone__icon {
  font-size: 1.125rem;
  color: var(--color-white);
  background-color: var(--color-main);
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.list-phone__information {
  flex: 1;
}
.list-phone__text {
  font-weight: bold;
  color: var(--color-primary);
}
.list-phone__numb {
  font-weight: bold;
  color: var(--color-main);
}
@media print, (min-width: 768px) {
  .list-phone__wrapper {
    gap: 50px;
  }
  .list-phone__text {
    font-size: 0.875rem;
  }
  .list-phone__numb {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-phone__wrapper {
    gap: 1.125rem;
  }
  .list-phone__text {
    font-size: 0.75rem;
  }
  .list-phone__numb {
    font-size: 0.75rem;
  }
}

.list-benefit__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.625rem;
}
.list-benefit__item {
  background-color: #f1f3f4;
}
.list-benefit__title {
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.list-benefit__detail {
  font-weight: 300;
  text-align: justify;
  margin-bottom: 1rem;
}
.list-benefit__numb {
  font-weight: 900;
  text-align: end;
  color: var(--color-primary);
}
@media print, (min-width: 768px) {
  .list-benefit__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .list-benefit__item {
    padding: 2.5rem 0.625rem 0.3125rem 1.5rem;
  }
  .list-benefit__numb {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-benefit__item {
    padding: 1.75rem 1.125rem 0.3125rem 1.125rem;
  }
  .list-benefit__numb {
    font-size: 2.25rem;
  }
}

.list-service__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-service__thumbnail {
  border-radius: 0.5rem;
  overflow: hidden;
}
.list-service__information {
  position: relative;
  margin: auto;
  color: var(--color-main);
  background-color: var(--color-primary);
  width: 73.9130434783%;
  border-radius: 0.5rem;
}
.list-service__title {
  font-weight: 900;
  text-align: center;
  margin-bottom: 1rem;
}
.list-service__detail {
  text-align: justify;
}
@media print, (min-width: 768px) {
  .list-service__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .list-service__information {
    padding: 35px 15px;
    margin-top: -100px;
  }
  .list-service__title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-service__wrapper {
    gap: 1.5rem;
  }
  .list-service__information {
    padding: 0.9375rem 2rem;
    margin-top: -5rem;
  }
  .list-service__title {
    font-size: 1.125rem;
  }
}

.list-certificate__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-certificate__thumbnail {
  margin-bottom: 1rem;
}
.list-certificate__title {
  font-weight: 300;
  text-align: center;
}
@media print, (min-width: 768px) {
  .list-certificate__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 42px;
  }
  .list-certificate__title {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-certificate__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .list-certificate__title {
    font-size: 0.75rem;
  }
}

.list-why__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.list-why__item {
  box-shadow: rgb(180, 180, 180) 1px 1px 15px 0px;
}
.list-why__title {
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
@media print, (min-width: 768px) {
  .list-why__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .list-why__heading {
    margin-bottom: 1.5rem;
  }
  .list-why__content {
    padding: 10px 20px;
  }
  .list-why__title {
    font-size: 1.375rem;
  }
  .list-why__detail {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-why__wrapper {
    gap: 1rem;
  }
  .list-why__heading {
    margin-bottom: 1rem;
  }
  .list-why__content {
    padding: 0.5rem 1rem;
  }
  .list-why__title {
    font-size: 1rem;
  }
  .list-why__detail {
    font-size: 0.75rem;
  }
}

.row-process {
  position: relative;
}
.row-process::before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
}
.row-process__number {
  position: relative;
  font-weight: 900;
  color: var(--color-white);
}
.row-process__number::before {
  position: absolute;
  content: "";
  background-color: var(--color-primary);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.row-process__title {
  font-weight: 900;
  color: var(--color-primary);
}
@media print, (min-width: 768px) {
  .row-process::before {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 78%;
    top: 50%;
  }
  .row-process__number {
    font-size: 3.375rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .row-process__number::before {
    top: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .row-process__title {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .row-process::before {
    left: 1rem;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 78%;
    top: 50%;
  }
  .row-process__item {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .row-process__number {
    font-size: 2.25rem;
  }
  .row-process__number::before {
    right: calc(100% - 0.25rem);
    top: 50%;
    transform: translate(-50%, 50%);
  }
  .row-process__title {
    font-size: 1rem;
  }
}

.title-common {
  text-align: center;
  color: var(--color-primary);
  text-transform: capitalize;
}
.title-common--left {
  text-align: start;
}
.title-common-primary {
  text-align: center;
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 1rem;
  text-transform: capitalize;
}
@media print, (min-width: 768px) {
  .title-common {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .title-common-primary {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .title-common-primary {
    font-size: 1.5rem;
  }
}

.title-othernews {
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-main);
  margin-bottom: 1rem;
  padding: 0.5rem;
}
@media print, (min-width: 768px) {
  .title-othernews {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-othernews {
    font-size: 1rem;
  }
}

.title-machining {
  font-weight: 900;
  text-align: center;
  color: var(--color-primary);
}
.title-machining span {
  color: var(--color-white);
}
@media print, (min-width: 768px) {
  .title-machining {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-machining {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.slogan-machining {
  text-align: center;
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .slogan-machining {
    max-width: 680px;
    margin: 0 auto 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .slogan-machining {
    margin: 0 auto 1rem;
  }
}

/* Lazyload */
img:not(.initial) {
  transition: opacity 1s;
}
img:not([src]) {
  visibility: hidden;
}
img.lazy {
  opacity: 0;
}
img.initial {
  opacity: 1;
}
img.loaded {
  opacity: 1;
}
img.error {
  opacity: 1;
}
/*# sourceMappingURL=basic.css.map */