@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex, .btn, .title-main, .header .header--infor, .header .header--infor .infor--left ul, .header .header--infor .infor--left ul li, .menu ul, .menu ul li a, .coppryight, .mxh, .mxh a, .menu-mobile .js-close, .site-banner .items, .rank-math-breadcrumb p, .site-category-products .order, .widget-area .widget ul li, .widget-area .widget ul li a, .widget-area .widget ul li a:before, .items-products .price-flex, .nhm-pagination ul, .nhm-pagination li a, .page-single-products .items-banner .price-flex, .items-news-top .author, .items-news .author, .page-content-single .single-title .author, .page-products .nav, .page-about-st .nav, .page-phamvi .content ul li, .page-help .help ul li .js-dropdown, .page-hl .content-hl .content-left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
}

.btn {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

:root {
  --blue: #2e3192;
  --blue2: #3A50CB;
  --red: #e31e24;
  --yellow: #f06022;
  --gray: #091e42;
  --box:0 12px 24px 0 rgba(0, 0, 0, .1);
  --font: "Plus Jakarta Sans", sans-serif;
  --font-title: "Roboto Condensed", sans-serif;
  --font-text: "Roboto", serif;
  --font-banner: "Plus Jakarta Sans", sans-serif;
  --background-rgba: linear-gradient(to right,#3A50CB,#15268B);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font-text);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a, button {
  -webkit-transition: all .3s;
  transition: all .3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 1rem;
}

button, img, input, select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="tel"], input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background, .site-banner .items, .page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 100%;
  font-weight: 500;
  padding: 0px 20px;
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: var(--gray);
  border-color: var(--gray);
}

.btn-white {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  background: #fff;
  color: var(--gray);
}
.btn-white:hover {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img,
.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading {
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 40px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 0;
  border: 0;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  padding: 8px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-arrow:before {
  display: none;
}

.slick-disabled {
  opacity: 0.2;
}

.slick-next {
  right: -5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%237A8588' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}

.slick-prev {
  left: -5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%0A%237A8588' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
}

.mb-20 {
  margin-bottom: 20px;
}

.m-auto {
  margin: 0 auto;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--yellow);
  background: transparent;
  border-radius: 50%;
}

.slick-dots li button {
  display: none;
}

.slick-dots .slick-active {
  background: var(--yellow);
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font-title);
  padding-bottom: 0px;
  border-bottom: 1px solid var(--blue);
}
.title-main .more {
  font-size: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--blue);
  text-decoration: underline !important;
}
.title-main .heading {
  font-weight: bold;
  color: var(--blue);
  line-height: 1.3;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.title-main-2 {
  margin-bottom: 50px;
}

.the_content {
  font-size: 100%;
  color: #000;
  text-align: justify;
  line-height: 1.5;
}
.the_content p {
  font-size: 100%;
  margin-bottom: 1rem;
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.the_content ul li {
  font-size: 100%;
  line-height: 1.5;
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 10px;
}
.the_content ol li {
  font-size: 100%;
  line-height: 1.5;
  padding: 5px 0px;
}
.the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
  margin-bottom: 1rem;
  color: #000;
  font-size: 150%;
}
.the_content img {
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}

.header {
  background: #fff;
  z-index: 99;
  margin-top: -20px;
}
.header .btn {
  margin-left: auto;
}
.header .logo {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.header .logo .js-menu-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 30px;
  color: var(--gray);
  display: none;
}
.header .logo .js-menu-mobile svg {
  width: 25px;
  fill: var(--gray);
}
@media screen and (max-width: 991px) {
  .header .logo .js-menu-mobile {
    display: block;
  }
}
.header .logo img {
  max-width: 200px;
}
.header .header--infor {
  padding: 10px 0px;
  padding-top: 30px;
}
.header .header--infor .infor--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-right: 30px;
}
.header .header--infor .infor--left ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.header .header--infor .infor--left ul li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
}
.header .header--infor .infor--left ul li .content {
  padding-left: 10px;
}
.header .header--infor .infor--left ul li span {
  font-size: 80%;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.header .header--infor .infor--left ul li p {
  margin-bottom: 0;
  font-size: 90%;
  font-weight: 600;
  color: var(--red);
}
.header .header--infor .infor--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.header .header--infor .infor--right img {
  width: 100%;
  display: block;
}
.header .form {
  margin-top: 10px;
}
.header .form form {
  position: relative;
}
.header .form form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  outline: none;
  border: 0;
  background: none;
}

.header-top {
  background: var(--blue);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 52% 100%, 50% 40%, 0 40%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 52% 100%, 50% 40%, 0 40%);
}
.header-top .translate {
  padding: 11px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top .translate a {
  margin-left: 5px;
}

.header-menu {
  background: var(--red);
  font-family: var(--font-title);
}

.menu ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu ul li {
  position: relative;
  line-height: 50px;
}
.menu ul li:hover .sub-menu {
  display: block;
}
.menu ul li:hover a {
  color: #fff;
  background: var(--blue);
}
.menu ul li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background: var(--blue);
  padding-bottom: 0px 15px;
  z-index: 999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
  min-width: 300px;
}
.menu ul li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid #565656;
  font-size: 100%;
  text-align: left;
  line-height: 1.5;
}
.menu ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.menu ul li .sub-menu li a {
  color: #fff;
  font-size: 100%;
}
.menu ul li .sub-menu li a:after {
  display: none;
}
.menu ul li .sub-menu li a:hover {
  color: var(--red);
}
.menu ul li .sub-menu .current-menu-item a {
  color: var(--yellow) !important;
}
.menu ul li .sub-menu .current-menu-item .sub-menu a {
  color: var(--gray) !important;
}
.menu ul li a {
  font-size: 120%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 20px;
}
.menu ul .current_page_item a,
.menu ul .current_page_ancestor a {
  color: #fff;
  background: var(--blue);
}
.menu ul .menu-item-has-children a:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu ul .mega-menu {
  position: initial;
}
.menu ul .mega-menu:hover .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu ul .mega-menu .sub-menu {
  width: 100%;
  max-width: 100%;
  background: #fff;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 5px;
  padding: 10px;
}
.menu ul .mega-menu .sub-menu li {
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.menu ul .mega-menu .sub-menu li a {
  font-weight: bold;
  margin-bottom: 5px;
}
.menu ul .mega-menu .sub-menu li .sub-menu {
  position: relative;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block !important;
  border-radius: 0;
  padding: 0;
}
.menu ul .mega-menu .sub-menu li .sub-menu li {
  border: 0;
  padding: 5px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.menu ul .mega-menu .sub-menu li .sub-menu li a {
  font-weight: 500;
  font-size: 90%;
  color: var(--gray);
  margin: 0;
}
.menu ul .mega-menu .sub-menu li .sub-menu li a:hover {
  color: var(--yellow);
}
.menu .search {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.menu .search svg {
  fill: #fff;
}

.footer {
  padding: 50px 0px;
  padding-bottom: 10px;
  background: #36404b;
  color: #fff;
}
.footer__content {
  margin-bottom: 20px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .the_content {
  color: #fff;
}
.footer .the_content h2,
.footer .the_content h3,
.footer .the_content h4,
.footer .the_content h5,
.footer .the_content h6 {
  color: #fff;
}
.footer .title-ft {
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__menu {
  padding-top: 20px;
}
.footer__menu li a {
  display: block;
  padding: 10px 0px;
  font-size: 100%;
  color: #fff;
}
.footer__menu li a:hover {
  color: var(--red);
}
.footer .dt {
  text-align: center;
}
.footer .dt img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.coppryight {
  width: 100%;
  font-size: 14px;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.coppryight a {
  color: #fff;
  font-weight: bold;
}
.coppryight a:hover {
  color: red;
}

.mxh {
  margin-bottom: 20px;
}
.mxh a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.mxh a:hover {
  background: var(--gray);
}
.mxh a svg {
  width: 15px;
}
.mxh a:last-child {
  margin: 0;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: var(--gray);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 100%;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 25px;
}

.pp-tour {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.pp-tour .logo {
  text-align: center;
  padding: 20px;
  background: #f7faff;
  position: relative;
}
.pp-tour .logo img {
  max-width: 150px;
}
.pp-tour .logo p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 90%;
  color: var(--gray);
}
.pp-tour .logo .js-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pp-tour .logo .js-close svg {
  fill: #000;
}
.pp-tour .logo .js-close svg path {
  fill: #000;
}
.pp-tour .content {
  max-width: 500px;
  border-radius: 5px;
  overflow: hidden;
}
.pp-tour .content .form {
  padding: 20px 30px 40px;
  width: 100%;
  background: #fff;
}
.pp-tour .form p {
  margin-bottom: 0;
  position: relative;
}
.pp-tour .form br {
  display: none;
}
.pp-tour .form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pp-tour .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid var(--gray);
  background-color: #fff;
  padding-left: 10px;
  margin-bottom: 10px;
  outline: none;
  font-size: 90%;
  border-radius: 5px;
  font-weight: bold;
}
.pp-tour .form-control::-webkit-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour .form-control:-ms-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour .form-control::-ms-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour .form-control::placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour textarea.form-control {
  height: 200px;
  padding-top: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  font-family: var(--font);
}
.pp-tour .btn {
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pp-tour2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.pp-tour2 .logo {
  text-align: center;
  padding: 20px;
  background: #f7faff;
  position: relative;
}
.pp-tour2 .logo img {
  max-width: 200px;
}
.pp-tour2 .logo p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 90%;
  color: var(--gray);
}
.pp-tour2 .logo .js-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pp-tour2 .logo .js-close svg {
  fill: #000;
}
.pp-tour2 .logo .js-close svg path {
  fill: #000;
}
.pp-tour2 .content {
  max-width: 500px;
  border-radius: 5px;
  overflow: hidden;
}
.pp-tour2 .content .form {
  padding: 20px 30px 40px;
  width: 100%;
  background: #fff;
}
.pp-tour2 .form p {
  margin-bottom: 0;
  position: relative;
}
.pp-tour2 .form br {
  display: none;
}
.pp-tour2 .form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pp-tour2 .form-control {
  width: 100%;
  height: 40px;
  border: 1px solid var(--gray);
  background-color: #fff;
  padding-left: 10px;
  margin-bottom: 10px;
  outline: none;
  font-size: 90%;
  border-radius: 5px;
  font-weight: bold;
}
.pp-tour2 .form-control::-webkit-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour2 .form-control:-ms-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour2 .form-control::-ms-input-placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour2 .form-control::placeholder {
  font-weight: 600;
  color: #333;
}
.pp-tour2 textarea.form-control {
  height: 100px;
  padding-top: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  font-family: var(--font);
  max-width: 100%;
  min-width: 100%;
}
.pp-tour2 .btn {
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-pp {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.site-banner .items {
  height: 100vh;
  max-height: 550px;
  color: #fff;
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.site-banner .items:hover:before {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.site-banner .items:hover .content {
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}
.site-banner .items:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(56%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 56%);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  content: '';
}
.site-banner .items .content {
  max-width: 50%;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: -100px;
  opacity: 0;
}
.site-banner .items h2 {
  font-size: 250%;
}
.site-banner .items p {
  font-size: 125%;
  margin: 20px 0px;
}
.site-banner .slick-prev {
  left: 20px;
}
.site-banner .slick-next {
  right: 20px;
}

.site-about .img-about h3 {
  font-size: 120%;
  text-align: center;
  text-transform: uppercase;
}
.site-about .img-about .logo {
  margin: 20px 0px;
}
.site-about .btn {
  margin-top: 10px;
}
.site-about .content-about {
  padding-left: 50px;
}
.site-about .content {
  margin-top: 20px;
}
.site-about .content h3 {
  font-size: 125%;
  margin-bottom: 10px;
}
.site-about .content ul li a {
  display: block;
  padding: 10px 0px;
  font-size: 100%;
  font-weight: bold;
  color: var(--blue);
}
.site-about .content ul li a:hover {
  color: var(--red);
}

.site-products {
  padding-top: 0;
  padding-bottom: 20px;
}

.site-news {
  padding-top: 0;
}

.site-pn {
  background: #f5f5f5;
}
.site-pn .slick-pn {
  margin: 0px -10px;
}
.site-pn .slick-pn .items {
  padding: 0px 10px;
}
.site-pn .ratio {
  background: #fff;
  border: 1px solid #ccc;
  padding-bottom: 80%;
}
.site-pn .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.site-contact {
  padding-bottom: 100px;
}
.site-contact--content {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background-image: url(../images/bg_contact.webp);
  padding: 30px 100px;
  padding-top: 100px;
  overflow: hidden;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 5;
  margin-top: -160px;
}
.site-contact--content .btn {
  margin-top: 30px;
}
.site-contact--content .title-main .heading {
  max-width: 100%;
}
.site-contact--content .images {
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
  margin-bottom: -200px;
  border-radius: 50%;
}
.site-contact--content .images svg {
  width: 100%;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.category-custom {
  background: #f4f8f9;
  padding: 30px;
  border-radius: 5px;
}
.category-custom .slick-taxanomy2 {
  margin: 0px -15px;
}
.category-custom .slick-taxanomy2 .slick-slide {
  padding: 0px 15px;
}
.category-custom .items-taxanomy {
  background: transparent;
  padding-bottom: 0;
}
.category-custom .items-taxanomy .ratio {
  padding-bottom: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
}
.category-custom .items-taxanomy .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-custom .items-taxanomy h3 a {
  margin-bottom: 0;
}

.form-search {
  position: relative;
}
.form-search input {
  height: 45px;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 100%;
  -webkit-box-shadow: var(--box);
          box-shadow: var(--box);
}
.form-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.site-search {
  padding: 30px 0px;
  padding-bottom: 0;
}
.site-search .title-main {
  margin-bottom: 30px;
}

.rank-math-breadcrumb {
  margin: 20px 0px;
}
.rank-math-breadcrumb p {
  font-size: 100%;
  margin-bottom: 0;
}
.rank-math-breadcrumb p a {
  font-weight: bold;
  color: var(--gray);
}
.rank-math-breadcrumb p .separator {
  padding: 0px 5px;
}

.site-category-products {
  padding-top: 30px;
}
.site-category-products .order {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-category-products .order .woocommerce-result-count {
  float: none;
  margin: 0;
  font-size: 90%;
  color: #97a0af;
}
.site-category-products .order .woocommerce-ordering {
  float: none;
  margin: 0;
}
.site-category-products .order .woocommerce-ordering select {
  height: 40px;
  border: 1px solid #97a0af;
  border-radius: 5px;
  color: #333;
}

.text-center {
  text-align: center;
}

.widget-area .widget {
  margin-bottom: 20px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  font-size: 100%;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}
.widget-area .widget ul {
  max-height: 200px;
  overflow: auto;
  padding-right: 10px;
}
.widget-area .widget ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.widget-area .widget ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.widget-area .widget ul::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.widget-area .widget ul li {
  padding: 10px 0px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget-area .widget ul li:after, .widget-area .widget ul li:before {
  display: none !important;
}
.widget-area .widget ul li a {
  font-size: 90%;
  color: var(--gray);
  font-weight: 600;
}
.widget-area .widget ul li a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0px;
}
.widget-area .widget ul li .count {
  font-size: 13px;
  color: var(--gray);
}
.widget-area .widget_layered_nav_filters ul li {
  margin-right: 10px;
}
.widget-area .widget_layered_nav_filters ul li:last-child {
  margin-right: 0;
}
.widget-area .widget_layered_nav_filters ul li a:before {
  border-color: var(--red);
  content: "";
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='red' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}

.woocommerce
.woocommerce-widget-layered-nav-list
.woocommerce-widget-layered-nav-list__item--chosen
a::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%2357bb00' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}

.items-products {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.items-products:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.items-products:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.items-products h3 a {
  display: block;
  font-size: 125%;
  font-weight: 600;
  color: var(--gray);
  margin: 10px 0px;
  line-height: 1.3;
}
.items-products .price-flex {
  color: #ff7557;
  font-size: 80%;
  margin-bottom: 10px;
}
.items-products .price-flex .price {
  padding-left: 10px;
}
.items-products .content {
  margin-bottom: 0;
  font-size: 80%;
  color: #97a0af;
}
.items-products .btn {
  min-width: 100px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 90%;
  margin: 0 auto;
  margin-top: 10px;
  background: var(--blue);
  border: 0;
}

.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination li a {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 100%;
  color: var(--gray);
  margin: 0px 5px;
  border-radius: 5px;
}
.nhm-pagination li a:hover {
  background: var(--gray);
  color: #fff;
  border-color: var(--gray);
}
.nhm-pagination .active a {
  background: var(--gray);
  color: #fff;
  border-color: var(--gray);
}

.page-single-products .woocommerce-variation-add-to-cart {
  display: none;
}
.page-single-products .the_content {
  margin-bottom: 20px;
  max-height: 400px;
  overflow: auto;
}
.page-single-products .slider-nav-single {
  margin-top: -10px;
}
.page-single-products .slider-nav-single .slick-list {
  padding: 0 !important;
}
.page-single-products .items-banner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.page-single-products .items-banner h3 a {
  font-size: 100%;
  color: var(--gray);
  font-weight: 600;
  display: block;
  margin: 10px 0px;
}
.page-single-products .items-banner .price-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 90%;
  color: var(--gray);
  padding-bottom: 20px;
}
.page-single-products .items-banner .price-flex .price {
  padding-left: 10px;
}
.page-single-products .items-right {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-single-products .items-right .ratio {
  padding-bottom: 87%;
}
.page-single-products .items-right .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.page-single-products .slick-center .items-right {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: var(--red);
}
.page-single-products .the_content {
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  background: #f7faff;
}
.page-single-products .the_content .title-main {
  margin-bottom: 30px;
}
.page-single-products .the_content .title-main .heading {
  text-align: left;
  max-width: 100%;
  margin: 0;
  font-size: 28px;
}

.single-products-top--content h1 {
  font-size: 200%;
  margin-bottom: 15px;
}
.single-products-top--content .variations td {
  padding-bottom: 20px;
}
.single-products-top--content .variations th {
  display: block;
  padding-bottom: 10px;
}
.single-products-top--content .selected {
  border-color: var(--yellow) !important;
}
.single-products-top--content .price-flex {
  margin-bottom: 20px;
}
.single-products-top--content .price-flex .t {
  display: block;
  font-size: 90%;
  color: var(--gray);
  margin-bottom: 10px;
}
.single-products-top--content .price-flex .price {
  font-size: 200%;
  font-weight: bold;
}
.single-products-top--content .reset_variations {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px !important;
  border-radius: 3px;
  background: var(--yellow);
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.single-products-top--content .woocommerce-variation-price .price {
  margin-bottom: 15px;
  display: block;
  font-size: 200%;
  color: var(--yellow);
  font-weight: bold;
}

.site-splq {
  padding-bottom: 50px;
}

.page-banner-blog {
  background: #f7faff;
  padding: 20px 0px 50px 0px;
}
.page-banner-blog .rank-math-breadcrumb {
  margin-top: 0;
}
.page-banner-blog .title-main .text {
  text-transform: none;
  color: var(--gray);
  font-weight: 400;
}

.items-news-top {
  margin-bottom: 30px;
}
.items-news-top:hover .ratio img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news-top .ratio {
  padding-bottom: 65%;
  border-radius: 5px;
  overflow: hidden;
}
.items-news-top .content h3 a {
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.items-news-top .content p {
  margin: 20px 0px;
  font-size: 100%;
  font-weight: 500;
  color: var(--gray);
}
.items-news-top .author .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}
.items-news-top .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-news-top .author--content {
  padding-left: 10px;
}
.items-news-top .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}
.items-news-top .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}
.items-news-top .more {
  display: inline-block;
  text-decoration: underline !important;
  color: #000;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 30px;
}

.items-news {
  background: #fff;
  -webkit-box-shadow: var(--box);
          box-shadow: var(--box);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.items-news:hover .ratio img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-news .ratio {
  padding-bottom: 60%;
}
.items-news .content {
  padding: 15px;
}
.items-news .content h3 a {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.items-news .content p {
  margin: 15px 0px;
  font-size: 90%;
  font-weight: 500;
  color: var(--gray);
}
.items-news .author .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}
.items-news .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-news .author--content {
  padding-left: 10px;
}
.items-news .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}
.items-news .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}
.items-news .more {
  display: inline-block;
  text-decoration: underline !important;
  color: #000;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 500;
}
.items-news .more:hover {
  color: var(--red);
}

.items-news-video {
  height: calc(100% - 72px);
  text-align: center;
}
.items-news-video h3 {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 110%;
  text-transform: uppercase;
}
.items-news-video .more {
  text-align: center;
}

.page-banner-single {
  padding-bottom: 20px;
}

.page-content-single .single-title h1 {
  font-size: 200%;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page-content-single .single-title .author .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}
.page-content-single .single-title .author .img img {
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content-single .single-title .author--content {
  padding-left: 10px;
}
.page-content-single .single-title .author--content h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 90%;
  color: #000;
  font-weight: 400;
}
.page-content-single .single-title .author--content .date span {
  display: block;
  color: var(--gray);
  font-size: 100%;
}

.single-content-detaisl .img {
  margin-bottom: 20px;
}

.sidebar-news .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.items-news-sidebar {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: var(--box);
          box-shadow: var(--box);
  padding: 10px;
  border-radius: 5px;
}
.items-news-sidebar:hover .content h3 a {
  color: var(--yellow);
}
.items-news-sidebar .ratio {
  border-radius: 5px;
  padding-bottom: 80%;
}
.items-news-sidebar .content h3 a {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.items-news-sidebar .content span {
  display: block;
  font-size: 90%;
  color: var(--gray);
}

.form-sidebar {
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.form-sidebar .title-form {
  text-align: center;
  margin-bottom: 20px;
}
.form-sidebar .title-form h4 {
  margin-bottom: 10px;
  font-size: 120%;
  color: #000;
  line-height: 1.3;
}
.form-sidebar .title-form p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--gray);
}
.form-sidebar .form p {
  position: relative;
}
.form-sidebar .form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page-banner-page {
  padding-bottom: 1px;
}

.page-banner-about {
  padding: 50px 0px;
}

.page-products .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.page-products .nav li {
  padding: 0px 20px;
}
.page-products .nav li a {
  display: block;
  font-size: 100%;
  color: var(--gray);
  font-weight: 600;
}
.page-products .nav li a:hover {
  color: var(--yellow);
}
.page-products .nav li .active {
  color: var(--yellow);
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .fade {
  opacity: 0;
}
.tab-content .active {
  display: block;
}
.tab-content .show {
  opacity: 1;
}

.page-about-st {
  background: #f7faff;
}
.page-about-st .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--yellow);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about-st .nav li a {
  display: block;
  font-size: 100%;
  color: var(--gray);
  font-weight: 600;
  padding: 0px 20px;
  padding-bottom: 15px;
  position: relative;
}
.page-about-st .nav li a:hover {
  color: var(--yellow);
}
.page-about-st .nav li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--yellow);
  opacity: 0;
}
.page-about-st .nav li .active {
  color: var(--yellow);
}
.page-about-st .nav li .active:after {
  opacity: 1;
}
.page-about-st .tab-pane--content {
  padding-right: 20px;
}
.page-about-st .title {
  font-size: 150%;
  margin-bottom: 20px;
  line-height: 1.5;
}

.page-nentang .slick-nentang {
  margin: 0px -10px;
}
.page-nentang .slick-nentang:last-child {
  margin-bottom: 0;
}
.page-nentang .slick-nentang .slick-list {
  padding: 0 0px !important;
}
.page-nentang .slick-nentang .slick-slide {
  padding: 30px 10px;
}
.page-nentang .items {
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  -webkit-box-shadow: var(--box);
          box-shadow: var(--box);
  background: #fff;
}
.page-nentang .items img {
  margin: 0;
  height: 30px;
}
.page-nentang .items h3 {
  font-weight: 500;
  font-size: 100%;
  margin: 10px 0px;
}
.page-nentang .items p {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 14px;
}

.page-phamvi {
  padding-top: 0;
}
.page-phamvi .content {
  text-align: justify;
}
.page-phamvi .content h3 {
  font-size: 150%;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px;
}
.page-phamvi .content ul li {
  padding: 10px 0px;
  line-height: 1.5;
  font-size: 100%;
}
.page-phamvi .content ul li svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
}
.page-phamvi .content ul li span {
  padding-left: 10px;
}

.page-help {
  background: #f7faff;
}
.page-help .help ul li {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}
.page-help .help ul li:last-child {
  border-bottom: 0;
}
.page-help .help ul li .js-dropdown {
  font-size: 100%;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}
.page-help .help ul li .js-dropdown svg {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-help .help ul li .active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-help .help ul li .the_content {
  margin-top: 20px;
  display: none;
}

.page-hl {
  padding-bottom: 200px;
}
.page-hl .content-hl {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px;
  color: #fff;
}
.page-hl .content-hl .content-left {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
}
.page-hl .content-hl .content-left h3 {
  font-size: 150%;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
.page-hl .content-hl .content-left ul li {
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  padding: 10px 0px;
}
.page-hl .content-hl .content-left ul li svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  max-width: 30px;
  margin-right: 10px;
}
.page-hl .content-hl .content {
  padding-left: 20px;
}
.page-hl .content-hl .content h3 {
  font-size: 200%;
  margin-bottom: 20px;
  line-height: 1.5;
}

.page-banner {
  height: 400px;
}

.sidebar {
  font-family: var(--font-title);
}
.sidebar .title-sidebar {
  background-color: var(--blue);
  padding: 15px 10px;
  font-size: 125%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebar ul li a {
  display: block;
  padding: 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 90%;
  color: var(--blue);
  border-bottom: 1px solid #ccc;
}
.sidebar ul li a:hover {
  color: var(--red);
}

.the_content_menu ul li a {
  display: block;
  padding: 10px 0px;
  color: var(--blue);
}
.the_content_menu ul li a:hover {
  color: var(--red);
}
.the_content_menu ul li a:before {
  content: ">";
  padding-right: 5px;
}

.category-product {
  margin-bottom: 20px;
}
.category-product .slick-products {
  margin: 0px -5px;
}
.category-product .slick-products .slick-slide {
  padding: 0px 5px;
}
.category-product .slick-products .slick-arrow {
  top: 50%;
}
.category-product .items-products .ratio {
  padding-bottom: 80%;
}

.title-archive a {
  padding: 15px 10px;
  font-size: 100%;
  color: #fff;
  border-radius: 5px;
  background-color: var(--red);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: var(--font-title);
  display: block;
}

.items-archive-products {
  background: #f8fafa;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.items-archive-products .ratio {
  padding-bottom: 80%;
}
.items-archive-products .ratio img {
  -o-object-fit: contain;
     object-fit: contain;
}
.items-archive-products .content h3 a {
  display: block;
  font-size: 120%;
  color: var(--blue);
}
.items-archive-products .content p {
  margin: 15px 0px;
}

.page-contact-form .title-main {
  display: block;
}
.page-contact-form .title-main .heading {
  margin-bottom: 10px;
}
.page-contact-form .form textarea.form-control {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  outline: none;
  padding-top: 10px;
}
.page-contact-form .form .form-control {
  font-size: 100%;
}
.page-contact-form .form p {
  position: relative;
}
.page-contact-form .form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-contact-form .maps {
  margin-top: 20px;
}
.page-contact-form .maps iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .page-contact-form .maps iframe {
    height: 300px;
  }
}

.doitac-category {
  padding-bottom: 20px;
}
.doitac-category .ratio {
  padding-bottom: 60%;
}
.doitac-category .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.doitac-category .items {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
}
.doitac-category .items:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.doitac-category .items h3 {
  text-align: center;
  font-size: 100%;
  text-transform: uppercase;
  color: var(--blue);
  font-family: var(--font-title);
  padding: 10px 0px;
}
/*# sourceMappingURL=style.css.map */