@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&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: 1360px;
  }

  .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, .header .menu, .header .menu ul, .header .menu ul li a, .header .header--form, .header .header--form .icon, .menu-products ul, .menu-products ul li a, .footer--contact .form, .footer--contact .form-res, .footer .zalo, .coppryight, .mxh a, .menu-mobile .js-close, .site-whychose .hl .items, .rank-math-breadcrumb p, .site-category-products .order, .site-category-products .order .js-filter, .widget-area .widget ul li, .widget-area .widget ul li a, .widget-area .widget ul li a:before, .nhm-pagination ul, .nhm-pagination li a, .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, .items-products .images--off, .items-products .price, .filter-sidebar .title, .category-a-e ul, .page-single-products .items-banner .price-flex, .single-products-top--content .price, .single-products-top--content .price-sale, .addbottom, .page-woo-custom .woocommerce .title-woo, .page-woo-custom .price-custom, .page-woo-custom .cart-collaterals .title-cart-right, .tab-custom .check3, .checkout-cart-totals .cart-row, .checkout-cart-totals .gh, .page-woo-custom ul.order_details 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 0.3s;
  transition: all 0.3s;
}

:root {
  --blue: #004098;
  --blue2: #3a50cb;
  --red: #ea3b3f;
  --yellow: #ea3b3f;
  --yellow2: #ffd749;
  --gray: #091e42;
  --box: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  --font: "Quicksand", sans-serif;
  --font-title: "1FTV Photograph Signature";
  --font-t: "SVN-Santis";
  --font-banner: "Quicksand", 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);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.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-whychose, .page-banner-sp .banner, .bg-footer-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
  height: 50px;
  padding: 0px 10px;
  color: #fff;
  background-color: var(--yellow);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
}
.btn:hover {
  background: #000;
  color: #fff;
}

.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 {
  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;
}

.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 0.3s;
  transition: all 0.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 #b6b6b6;
  background: transparent;
  background-color: #b6b6b6;
  border-radius: 50%;
}

.slick-dots li button {
  display: none;
}

.slick-dots .slick-active {
  background: #000;
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 20px;
}
.title-main span {
  color: var(--blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  display: block;
  margin-bottom: 10px;
}
.title-main .heading {
  color: #000;
  font-size: 200%;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
.title-main .text {
  color: #707070;
  margin-top: 12px;
  font-size: 16px;
  max-width: 1100px;
}

.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 {
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  background: #fff;
  z-index: 99;
}
.header .btn {
  margin-left: auto;
}
.header .logo {
  padding: 20px 0px;
  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: 160px;
}
.header .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 30px;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:last-child a {
  padding-right: 0;
}
.header .menu ul li:first-child a {
  padding-left: 0;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background: #fff;
  padding-bottom: 0px 15px;
  z-index: 999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
}
.header .menu ul li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  text-align: left;
  line-height: 1.5;
}
.header .menu ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.header .menu ul li .sub-menu li a {
  color: #000;
  padding: 0px 10px;
}
.header .menu ul li .sub-menu li a:after {
  display: none;
}
.header .menu ul li .sub-menu li a:hover {
  color: var(--yellow);
}
.header .menu ul li .sub-menu .current-menu-item a {
  color: var(--yellow) !important;
}
.header .menu ul li .sub-menu .current-menu-item .sub-menu a {
  color: var(--gray) !important;
}
.header .menu ul li a {
  font-size: 100%;
  padding: 0px 12px;
  color: var(--gray);
}
.header .menu ul li a:hover {
  color: var(--yellow);
}
.header .menu ul .current_page_item a,
.header .menu ul .current_page_ancestor a {
  color: var(--yellow);
}
.header .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='%23333' 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: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.header .menu ul .mega-menu {
  position: initial;
}
.header .menu ul .mega-menu:hover .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .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;
}
.header .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%;
}
.header .menu ul .mega-menu .sub-menu li a {
  font-weight: bold;
  margin-bottom: 5px;
}
.header .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;
}
.header .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%;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu li a {
  font-weight: 500;
  font-size: 90%;
  color: var(--gray);
  margin: 0;
}
.header .menu ul .mega-menu .sub-menu li .sub-menu li a:hover {
  color: var(--yellow);
}
.header .header--form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header--form .js-menu-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .header--form .js-menu-mobile {
    display: block;
  }
}
.header .header--form form {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.header .header--form form button {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
}
.header .header--form input {
  height: 48px;
  border-radius: 62px;
  background: #f0f0f0;
  padding-left: 55px;
  border: 0;
  width: 100%;
}
.header .header--form .icon a {
  display: block;
  color: #000;
  position: relative;
  margin: 0px 6px;
}
.header .header--form .icon a span {
  position: absolute;
  top: -5px;
  right: -5px;
  color: red;
}
.header .header--form .icon svg {
  width: 28px;
  fill: #000;
}
.header .header--form .lag {
  border-left: 1px solid #000;
  padding-left: 20px;
}
.header .header--form .lag a {
  padding-left: 5px;
}

.menu-products {
  background-color: var(--red);
}
.menu-products ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-products ul li {
  position: relative;
  line-height: 50px;
}
.menu-products ul li:last-child a {
  padding-right: 0;
}
.menu-products ul li:first-child a {
  padding-left: 0;
}
.menu-products ul li:hover .sub-menu {
  display: block;
}
.menu-products ul li .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  background: #fff;
  padding-bottom: 0px 15px;
  z-index: 999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  min-width: 200px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
}
.menu-products ul li .sub-menu li {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 100%;
  text-align: left;
  line-height: 1.5;
}
.menu-products ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.menu-products ul li .sub-menu li a {
  color: #000;
  padding: 0px 10px;
}
.menu-products ul li .sub-menu li a:after {
  display: none;
}
.menu-products ul li .sub-menu li a:hover {
  color: var(--yellow);
}
.menu-products ul li .sub-menu .current-menu-item a {
  color: var(--yellow) !important;
}
.menu-products ul li .sub-menu .current-menu-item .sub-menu a {
  color: var(--gray) !important;
}
.menu-products ul li a {
  font-size: 100%;
  padding: 0px 12px;
  color: #fff;
  font-weight: 600;
}
.menu-products ul li a:hover {
  color: var(--blue);
}
.menu-products ul .current_page_item a,
.menu-products ul .current_page_ancestor a {
  color: var(--yellow);
}
.menu-products 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: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-products ul .mega-menu {
  position: initial;
}
.menu-products ul .mega-menu:hover .sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.menu-products 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-products 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-products ul .mega-menu .sub-menu li a {
  font-weight: bold;
  margin-bottom: 5px;
}
.menu-products 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-products 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-products ul .mega-menu .sub-menu li .sub-menu li a {
  font-weight: 500;
  font-size: 90%;
  color: var(--gray);
  margin: 0;
}
.menu-products ul .mega-menu .sub-menu li .sub-menu li a:hover {
  color: var(--yellow);
}

@media screen and (max-width: 1199px) {
  .header .menu,
  .header .header--form form {
    display: none;
  }

  .site-banner .bg-banner video {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .header .header--form {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .js-menu-mobile {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .logo img {
    max-width: 100%;
  }

  .js-menu-mobile {
    margin: 0px 10px;
  }

  .header .header--form .lag {
    padding-left: 10px;
  }

  .header .header--form .icon a {
    margin: 0px 5px;
  }

  .header .header--form .icon svg {
    width: 25px;
  }
}
.footer--contact {
  max-width: 1240px;
  margin: 0 auto;
  background: #ebe5e0;
  padding: 10px;
  position: relative;
  z-index: 5;
}
.footer--contact .images img {
  border-radius: 10px;
}
.footer--contact .content {
  padding-left: 40px;
}
.footer--contact .content .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  font-size: 100%;
  font-weight: 600;
}
.footer--contact .content .title svg {
  margin-left: 10px;
}
.footer--contact .content h3 {
  margin: 12px 0px;
  font-size: 120%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer--contact form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}
.footer--contact .form {
  background-color: #fff;
  padding: 12px;
}
.footer--contact .form .title {
  background-color: #000;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.footer--contact .form-res {
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer--contact .form-res .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  max-width: 15px;
  height: 20px;
  background-image: url(../svg/icon-phone.svg);
}
.footer--contact .form-res input {
  height: 46px;
  background: none;
  border: 0;
  border-radius: 0;
}
.footer--contact .form-res form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 100%;
}
.footer--contact .form-res .btn {
  background: #fff;
  border: 1px solid #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-size: 100%;
  max-width: 70px;
  min-width: 70px;
  color: #000;
}
.footer--contact .form-res .btn:hover {
  background: #000;
  color: #fff;
}

.footer {
  padding: 50px 0px;
  padding-bottom: 10px;
  background: #f0f0f0;
  margin-top: -50px;
  padding-top: 100px;
}
.footer__content {
  margin-bottom: 20px;
}
.footer .the_content img {
  max-width: 150px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .the_content h4 {
  font-size: 100%;
}
.footer .title-ft {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__menu {
  padding-top: 20px;
}
.footer__menu li a {
  display: block;
  padding: 10px 0px;
  font-size: 100%;
  color: var(--gray);
}
.footer__menu li a:hover {
  color: var(--yellow);
}
.footer .dt {
  text-align: center;
}
.footer .dt img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.footer .footer__content__1 {
  padding-right: 50px;
}
.footer .zalo img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  max-width: 52px;
}
.footer .zalo a {
  padding-left: 10px;
  font-size: 100%;
  font-weight: 600;
  color: #000;
}

.menu_mxh li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_mxh li a span {
  padding-left: 10px;
}

.coppryight {
  width: 100%;
  font-size: 14px;
  color: var(--gray);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 15px 0px;
}
.coppryight a {
  color: #fff;
  font-weight: bold;
}
.coppryight a:hover {
  color: red;
}

.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(--gray);
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.mxh a:hover {
  background: var(--yellow);
}
.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(--blue);
  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: 150px;
}
.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: 200px;
  padding-top: 10px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  font-weight: bold;
  font-family: var(--font);
}
.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;
}

.pp-khoahoc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pp-khoahoc .js-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.pp-khoahoc .content {
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin: 0 auto;
}

.pp-khoahoc .btn {
  border: 0;
  outline: none;
  margin: 0 auto;
}

.pp-khoahoc .content .js-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}

.pp-khoahoc .content .js-close svg {
  fill: #000;
}

.pp-khoahoc .content .js-close svg path {
  fill: #000;
}

.pp-khoahoc .content .title {
  text-align: center;
  font-size: 150%;
  margin-bottom: 20px;
}

.active-pp {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}

.form-contact .form-group {
  margin-bottom: 10px;
}

.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}

.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}

.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}

.form-contact br {
  display: none;
}

.form-contact p {
  margin-bottom: 0;
  position: relative;
}

.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 991px) {
  .footer--contact .content {
    padding-left: 0;
  }

  .footer {
    padding: 50px 0px;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .footer .footer__content__1 {
    padding-right: 0;
  }
}
.site-banner .bg-banner {
  position: relative;
  height: 100vh;
  max-height: 800px;
}
.site-banner .bg-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spotlight-text {
  color: transparent;
  position: relative;
  padding: 0 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #c5e4ff), to(#fff));
  background-image: linear-gradient(90deg, #fff 0%, #c5e4ff 50%, #fff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-animation: spotlight-shine 5s infinite linear;
          animation: spotlight-shine 5s infinite linear;
}

/* Định nghĩa animation */
@-webkit-keyframes spotlight-shine {
  0% {
    background-position: 100% 0;
    /* Bắt đầu từ bên trái, ngoài vùng hiển thị của chữ */
  }
  100% {
    background-position: -100% 0;
    /* Di chuyển sang bên phải, ra khỏi vùng hiển thị của chữ */
  }
}
@keyframes spotlight-shine {
  0% {
    background-position: 100% 0;
    /* Bắt đầu từ bên trái, ngoài vùng hiển thị của chữ */
  }
  100% {
    background-position: -100% 0;
    /* Di chuyển sang bên phải, ra khỏi vùng hiển thị của chữ */
  }
}
.items-category {
  text-align: center;
}
.items-category:hover h3 {
  color: var(--red);
}
.items-category:hover .images {
  border-color: var(--red);
}
.items-category h3 {
  margin-top: 15px;
  font-size: 120%;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.items-category .images {
  border: 7px solid #f2f2f2;
  border-radius: 50%;
  padding: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-category .images img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-about .slick-list {
  padding: 0 !important;
}
.site-about .slick-dt {
  margin-top: 30px;
}
.site-about .slick-dt .images {
  text-align: center;
  height: 100px;
  width: 100%;
}
.site-about .slick-dt .images img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 100%;
}

.site-whychose {
  padding: 85px 0px;
}
.site-whychose .items-1 {
  text-align: justify;
}
.site-whychose .items-1 img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.site-whychose .items-1 h3 {
  margin: 20px 0px 15px 0px;
}
.site-whychose .items-1 p {
  font-size: 14px;
  margin-bottom: 0;
}
.site-whychose .hl {
  max-width: 1000px;
  background-color: #fff;
}
.site-whychose .hl .items {
  padding: 32px;
}
.site-whychose .hl .items--content {
  padding-left: 15px;
}
.site-whychose .hl .items h3 {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
}
.site-whychose .hl .items p {
  margin-bottom: 0;
  font-size: 14px;
}

.site-news {
  background: var(--blue);
  padding-bottom: 200px;
  margin-bottom: -155px;
}
.site-news .title-main {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.site-news .title-main .heading {
  color: #fff;
}
.site-news .title-main p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.items-news-home .ratio {
  padding-bottom: 50%;
  border-radius: 20px;
}
.items-news-home h3 a {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
.items-news-home p {
  margin: 15px 0px;
  color: #fff;
  font-size: 90%;
}
.items-news-home .more {
  color: var(--yellow2);
  font-weight: bold;
  font-size: 100%;
  display: block;
}

@media screen and (max-width: 1199px) {
  .site-banner .bg-banner video {
    width: 100%;
  }

  .site-banner .content {
    max-width: 100%;
  }

  .footer--contact .form .title {
    padding: 15px 5px;
  }

  .items-category .images img {
    width: 150px;
    height: 150px;
  }

  .site-news {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .site-banner .bg-banner {
    max-height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .site-banner .content {
    padding: 20px;
  }

  .site-banner .bg-banner {
    height: 60vh;
  }

  .menu-products {
    display: none;
  }

  .site-banner .bg-banner {
    height: 50vh;
  }

  .items-products .btn {
    min-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-banner .content h2 {
    font-size: 150%;
  }

  .site-banner .content {
    padding: 15px;
  }

  .site-banner {
    padding: 0;
  }

  .site-about .slick-about .items,
  .site-about .slick-about .is-prev .items,
  .site-about .slick-about .is-next .items,
  .site-about .slick-slide.slick-center .items {
    width: 100% !important;
  }

  .site-about .slick-about {
    min-height: 100px;
  }

  .the_content h2,
  .the_content h3,
  .the_content h4,
  .the_content h5,
  .the_content h6 {
    text-align: left;
  }

  .footer--contact .form {
    display: none;
  }

  .footer--contact .images img {
    max-width: 200px;
  }

  .footer--contact .content {
    text-align: center;
  }

  .footer--contact .images {
    text-align: center;
  }

  .site-banner .bg-banner {
    height: 25vh;
  }

  .items-category .images img {
    width: 100px;
    height: 100px;
  }

  .items-category h3 {
    font-size: 100%;
    line-height: 1.3;
  }

  .site-about {
    padding-top: 0;
  }

  .site-about .title-main {
    margin-top: 20px;
  }

  .site-whychose {
    padding: 50px 0px;
  }
}
.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;
  border: 1px solid #000;
}
.site-category-products .order .js-filter {
  border-right: 1px solid #000;
  padding: 10px 24px;
}
.site-category-products .order .js-filter svg {
  margin-right: 5px;
}
.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: 0;
  color: #333;
  border-left: 1px solid #000;
}

.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;
}

.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-banner-blog {
  background: #f7faff;
  padding: 30px 0px 30px 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%;
}

.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: 20px 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%;
}

.page-banner-single {
  padding-bottom: 20px;
}

.page-content-single {
  padding: 30px 0px;
}
.page-content-single .single-title {
  padding: 20px 0px;
}
.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%;
}

.sidebar-news {
  margin-bottom: 20px;
}
.sidebar-news .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.widget img {
  width: 100%;
  max-width: 100%;
}

.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-content {
  padding-bottom: 50px;
}

.page-banner-about {
  padding: 30px 0px;
}
.page-banner-about .site-about {
  padding: 0;
}
.page-banner-about .site-about .banner {
  display: block;
}
.page-banner-about .btn {
  display: none !important;
}

.page-content-about {
  padding-bottom: 50px;
}
.page-content-about .the_content {
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .rank-math-breadcrumb p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .page-content-single .single-title h1 {
    font-size: 150%;
  }
}
.page-feedback-custom .site-feedback {
  display: none;
}

.page-feedback .items {
  background: #f0f0f0;
  height: 100%;
}
.page-feedback .items h3 {
  padding: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.items-products {
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  overflow: hidden;
  border-radius: 9px;
  background: #f6f6f6;
  padding: 20px;
}
.items-products:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-products:hover h3 a {
  color: var(--red);
}
.items-products:hover .images .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  opacity: 1;
}
.items-products:hover .images--off {
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-products .images {
  position: relative;
}
.items-products .images .yith-add-to-wishlist-button-block {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: none;
  z-index: 5;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-products .images .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.items-products .images .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  opacity: 0;
}
.items-products .images .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added {
  opacity: 1;
}
.items-products .images .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button--added svg path {
  fill: var(--red);
}
.items-products .images--off {
  position: absolute;
  top: 0;
  left: -150px;
  background: #e3e3e3;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #000;
  z-index: 99;
  font-size: 100%;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-products .images--off span {
  padding-left: 5px;
}
.items-products .ratio {
  background: #fff;
  padding-bottom: 100%;
  border-radius: 3px;
}
.items-products .ratio .sale {
  position: absolute;
  top: 30px;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ea4b48;
  font-size: 32px;
  font-weight: 600;
}
.items-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.items-products h3 a {
  display: block;
  font-size: 105%;
  font-weight: 600;
  color: #000;
  margin: 12px 0px 8px 0px;
  line-height: 1.3;
}
.items-products .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #484848;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 0;
}
.items-products .price del {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.items-products .price ins {
  text-decoration: none !important;
}
.items-products .price ins bdi {
  text-decoration: none !important;
}
.items-products .prie-attr .price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 100%;
}
.items-products .sku {
  font-size: 90%;
  color: #333;
}
.items-products .sku span {
  font-weight: bold;
  color: var(--blue);
}
.items-products .btn {
  border-radius: 10px;
  height: 45px;
  min-width: 180px;
  margin: 0 auto;
}

.slick-products {
  margin: 0px -5px;
}
.slick-products .items {
  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;
  border: 1px solid #000;
}
.site-category-products .order .js-filter {
  border-right: 1px solid #000;
  padding: 10px 24px;
  cursor: pointer;
}
.site-category-products .order .js-filter svg {
  margin-right: 5px;
}
.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: 0;
  color: #333;
  border-left: 1px solid #000;
}

.filter-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999999999;
  width: 100%;
  height: 100vh;
  display: none;
}
.filter-sidebar .js-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
  z-index: 1;
}
.filter-sidebar .content {
  background: #fff;
  max-width: 500px;
  height: 100%;
  position: relative;
  z-index: 5;
  width: 100%;
  overflow: auto;
}
.filter-sidebar .title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  color: #000;
  border-bottom: 1px solid #000;
}
.filter-sidebar .title h3 {
  font-size: 200%;
  font-weight: 600;
}
.filter-sidebar .title svg {
  width: 25px;
  fill: #000;
}
.filter-sidebar .title svg path {
  fill: #000;
}
.filter-sidebar .widget-area {
  padding: 20px;
}
.filter-sidebar .widget-area .widget .product-categories li {
  display: block;
}
.filter-sidebar .widget-area .widget .product-categories li .children {
  padding-left: 20px;
  padding-top: 10px;
  height: auto !important;
  overflow: initial;
}
.filter-sidebar .widget-area .widget .product-categories li .children li:last-child {
  padding-bottom: 0 !important;
}
.filter-sidebar .widget-area .widget .active a::before {
  background-color: red !important;
  border-color: red !important;
}
.filter-sidebar .widget-area .widget_layered_nav_filters .amount {
  padding-left: 10px;
}

.page-banner-sp .banner {
  min-height: 450px;
  text-align: center;
  padding-top: 50px;
  color: #fff;
}
.page-banner-sp .banner p {
  font-size: 200%;
  font-weight: 400;
  margin-bottom: 0;
}
.page-banner-sp .banner h3 {
  font-size: 200%;
  font-weight: 600;
  margin: 20px 0px;
  margin-top: 15px;
}
.page-banner-sp .banner h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.page-banner-sp .title-main {
  margin: 25px 0px;
}
.page-banner-sp .title-main .text {
  max-width: 700px;
}

.woocommerce-category {
  padding-bottom: 30px;
}

.items-category-page {
  background-color: #f1f1f1;
  padding: 50px 0px;
}
.items-category-page .relative-page {
  position: relative;
}
.items-category-page .content {
  position: absolute;
  top: 0;
  left: 0;
}
.items-category-page .content .btn {
  margin: 0;
  background-color: #000;
  color: #fff;
}
.items-category-page .content .btn:hover {
  background-color: #f1f1f1;
  color: #000;
}
.items-category-page h3 {
  color: #000;
  font-family: var(--font-t);
  font-size: 200%;
  font-weight: 400;
}
.items-category-page span {
  display: block;
  margin: 12px 0px;
  font-size: 100%;
  color: #707070;
}
.items-category-page h2 {
  color: #9f9d9d;
  font-family: var(--font-t);
  font-size: 80px;
  font-weight: 400;
  max-width: 680px;
  z-index: 5;
  position: relative;
}
.items-category-page p {
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  max-width: 360px;
  margin: 24px 0px;
}
.items-category-page:nth-child(2n + 2) {
  background-color: #fff;
}
.items-category-page:nth-child(2n + 2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.items-category-page:nth-child(2n + 2) .content {
  text-align: right;
  right: 0;
}
.items-category-page:nth-child(2n + 2) .content .btn {
  margin-left: auto;
}
.items-category-page:nth-child(2n + 2) .content p {
  margin-left: auto;
}
.items-category-page:nth-child(2n + 2) .content h2 {
  margin-left: auto;
}

.page-th {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.page-about {
  padding-bottom: 50px;
}
.page-about .the_content {
  max-width: 650px;
}

.bg-footer-product {
  background-color: #f1f1f1;
  padding: 100px 0px;
  text-align: center;
  margin-bottom: 50px;
}
.bg-footer-product .content {
  max-width: 555px;
  margin: 0 auto;
  text-align: left;
}
.bg-footer-product p {
  margin-bottom: 0;
}
.bg-footer-product h2 {
  color: #9f9d9d;
  font-family: SVN-Santis;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.bg-footer-product h2 span {
  font-size: 14px;
}

.category-a-e ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-a-e ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  border-radius: 10px;
  background: #ececec;
  font-weight: 600;
  border: 0;
}
.category-a-e ul .active-category a {
  background: #000;
  color: #fff;
}

.page-single-products {
  padding-top: 0;
}
.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 .ratio {
  padding-bottom: 105%;
}
.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-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-single-products .items-right .ratio {
  padding-bottom: 110%;
}
.page-single-products .slick-center .items-right {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: var(--yellow);
}
.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 .price {
  color: #484848;
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 2.4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-products-top--content .price del {
  font-size: 80%;
  padding-left: 20px;
  color: #999;
  font-weight: 400;
}
.single-products-top--content .price ins {
  text-decoration: none !important;
}
.single-products-top--content .price ins bdi {
  text-decoration: none !important;
}
.single-products-top--content .price-sale {
  margin-bottom: 24px;
}
.single-products-top--content .price-sale .sale-off {
  border-radius: 62px;
  background: rgba(255, 51, 51, 0.1);
  color: #ff3333;
  font-size: 16px;
  padding: 6px 14px;
  display: inline-block;
  font-weight: 500;
  margin-left: 20px;
}
.single-products-top--content h1 {
  font-size: 200%;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.single-products-top--content .nx {
  margin: 10px 0px;
}
.single-products-top--content .woocommerce-product-details__short-description {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.single-products-top--content .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-products-top--content .variations {
  width: 100%;
  display: table;
}
.single-products-top--content .variations tr {
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: block;
  border-bottom: 1px solid #ccc;
}
.single-products-top--content .variations .label {
  padding-bottom: 15px;
}
.single-products-top--content .variations td {
  width: 100%;
  display: block;
  position: relative;
}
.single-products-top--content .variations td .selected {
  border: 0 !important;
  padding: 0 !important;
}
.single-products-top--content .variations td .selected .yith_wccl_value:before {
  opacity: 1;
}
.single-products-top--content .variations td .select_option {
  padding: 0 !important;
  border: 0 !important;
}
.single-products-top--content .variations td .yith_wccl_value {
  width: 37px;
  height: 37px;
  border: 0 !important;
  position: relative;
}
.single-products-top--content .variations td .yith_wccl_value:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../svg/check2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}
.single-products-top--content .variations td .attribute_pa_size .selected .yith_wccl_value {
  background: #000;
  color: #fff;
}
.single-products-top--content .variations td .attribute_pa_size .yith_wccl_value {
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: relative;
  font-size: 100%;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 30px;
  line-height: 1;
  cursor: pointer;
}
.single-products-top--content .variations td .attribute_pa_size .yith_wccl_value:before {
  display: none;
}
.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 .reset_variations {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px !important;
  border-radius: 3px;
  background: var(--red);
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
}
.single-products-top--content .woocommerce-variation-price .price {
  margin-bottom: 15px;
  display: block;
  font-size: 200%;
  color: #000;
  font-weight: bold;
}
.single-products-top--content .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-products-top--content .woocommerce-variation-add-to-cart .button {
  border-radius: 50px !important;
  background-color: #000 !important;
  color: #fff !important;
  margin-left: 20px !important;
  font-weight: 600 !important;
  padding: 16px 20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 165px !important;
}
.single-products-top--content .woocommerce-variation-add-to-cart .button:hover {
  background: var(--red) !important;
}
.single-products-top--content .cart-nhm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-products-top--content .cart-nhm .button {
  border-radius: 50px !important;
  background-color: #000 !important;
  color: #fff !important;
  margin-left: 20px !important;
  font-weight: 600 !important;
  padding: 16px 20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 165px !important;
}
.single-products-top--content .cart-nhm .button:hover {
  background: var(--red) !important;
}

.items-atrri {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.items-atrri p {
  margin-bottom: 0;
}
.items-atrri strong {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.Colors label {
  font-size: 0;
}
.Colors .custom-nhm {
  position: relative;
  font-size: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}
.Colors .custom-nhm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../svg/check2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
}
.Colors .custom-nhm input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}
.Colors .checked:before {
  opacity: 1;
}

.Size label {
  display: inline-block;
  position: relative;
  font-size: 100%;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  background: #f0f0f0;
  border-radius: 30px;
  cursor: pointer;
}
.Size label .custom-nhm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Size .checked {
  background: #000;
  color: #fff;
}

.addbottom .button {
  border-radius: 50px !important;
  background-color: #000 !important;
  color: #fff !important;
  margin-left: 20px !important;
  font-weight: 600 !important;
  padding: 16px 20px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 165px !important;
}
.addbottom .button:hover {
  background: var(--red) !important;
}

.so-luong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0px;
  border-radius: 62px;
  background: #f0f0f0;
  /* Firefox */
}
.so-luong label {
  display: block;
  font-size: 30px;
  padding: 10px 20px;
  cursor: pointer;
}
.so-luong input {
  text-align: center;
  border: 0;
  background: transparent;
  font-size: 20px;
}
.so-luong input::-webkit-outer-spin-button,
.so-luong input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.so-luong input[type="number"] {
  -moz-appearance: textfield;
}

.site-splq {
  padding-bottom: 50px;
}

.wc-block-cart__submit-button {
  background: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  outline: none !important;
}

.woocommerce-customer-details {
  display: none;
}

.woocommerce-order-details__title {
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: bold;
}

.woocommerce-bacs-bank-details {
  line-height: 1.5;
}

.woocommerce-bacs-bank-details {
  display: none;
}

.page-woo-custom .woocommerce tr td {
  border: 0;
}
.page-woo-custom .woocommerce tr thead {
  display: none;
}
.page-woo-custom .woocommerce tr th {
  display: none;
}
.page-woo-custom .woocommerce .title-woo {
  margin-bottom: 24px;
}
.page-woo-custom .woocommerce .title-woo h2 {
  font-size: 200%;
  color: #000;
  font-weight: 600;
}
.page-woo-custom .woocommerce .title-woo .cart-total-quantity {
  color: #484848;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 10px;
}
.page-woo-custom .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.page-woo-custom .shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
}
.page-woo-custom .shop_table .cart_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-woo-custom .shop_table .cart_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-woo-custom .title-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-woo-custom .title-cart .product-name a {
  font-size: 120%;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.page-woo-custom .title-cart .product-name .custom-variation-attributes li {
  padding: 5px 0px;
}
.page-woo-custom .title-cart a.remove {
  background: var(--red) !important;
  color: #fff !important;
}
.page-woo-custom .wc-proceed-to-checkout {
  padding-bottom: 0 !important;
}
.page-woo-custom .button-btn {
  background: #56b247 !important;
  height: 45px;
  color: #fff !important;
  font-weight: 500 !important;
  width: 100%;
  border-radius: 30px !important;
  margin-top: 1em !important;
}
.page-woo-custom .checkout-button {
  padding: 15px !important;
  font-weight: 500 !important;
  font-size: 100% !important;
  background: #000 !important;
  border-radius: 30px !important;
}
.page-woo-custom .checkout-button:hover {
  background: var(--red) !important;
}
.page-woo-custom .btn-trans {
  padding: 15px !important;
  font-weight: 500 !important;
  font-size: 100% !important;
  background: #fff !important;
  border-radius: 30px !important;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  display: block;
  width: 100%;
}
.page-woo-custom .btn-trans:hover {
  background: #000 !important;
  color: #fff;
}
.page-woo-custom .actions {
  margin-top: 1em;
}
.page-woo-custom .actions .coupon .coupon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  background: #56b247;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #fff;
}
.page-woo-custom .actions .coupon .coupon-title p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 100%;
}
.page-woo-custom .actions .coupon .coupon-title span {
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
}
.page-woo-custom .actions .coupon input {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 30px;
  min-width: 200px;
  min-width: 200px;
  width: calc(100% - 100px);
  background: #f0f0f0;
  border: 0;
  color: #000;
}
.page-woo-custom .actions .coupon input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-woo-custom .actions .coupon input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-woo-custom .actions .coupon input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-woo-custom .actions .coupon input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.page-woo-custom .actions .coupon .button {
  background: #000;
  border-radius: 30px;
  height: 45px;
  color: #fff;
  font-weight: 500;
}
.page-woo-custom .actions .coupon .button:hover {
  background: #000;
}
.page-woo-custom .price-custom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-woo-custom .price-custom .product-price {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.page-woo-custom .price-custom input {
  width: 50px !important;
}
.page-woo-custom .price-custom .so-luong label {
  padding: 5px 20px;
}
.page-woo-custom .content-cart-custom {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-woo-custom .cart-collaterals {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.page-woo-custom .cart-collaterals h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-woo-custom .cart-collaterals .shop_table {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.page-woo-custom .cart-collaterals .border-custom {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-woo-custom .cart-collaterals .title-cart-right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-woo-custom .cart-collaterals .title-cart-right .heading-left {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.page-woo-custom .cart-collaterals .title-cart-right .heading-right {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.page-woo-custom .cart-collaterals .title-cart-right .price-sale {
  color: #f33;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.page-woo-custom .cart-collaterals .title-cart-right .woocommerce-remove-coupon {
  font-size: 14px;
  color: #000;
  padding-left: 5px;
}
.page-woo-custom .cart-collaterals .title-cart-right .woocommerce-remove-coupon:hover {
  color: var(--blue);
}
.page-woo-custom .woocommerce-shipping-destination,
.page-woo-custom .shipping-calculator-button {
  display: none !important;
}
.page-woo-custom .show-copun {
  padding-top: 10px;
}
.page-woo-custom .shipping-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-woo-custom .shipping-title ul li:last-child {
  margin-bottom: 0 !important;
}
.page-woo-custom .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
}
.page-woo-custom .variation dt {
  display: none !important;
}
.page-woo-custom .note {
  margin-top: 25px;
}
.page-woo-custom .note-items {
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}
.page-woo-custom .note-items:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/check3.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page-woo-custom .note-items:last-child {
  margin-bottom: 0;
}
.page-woo-custom .note-items h5 {
  margin-bottom: 5px;
}

.tab-custom {
  padding: 20px;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  border-radius: 0 !important;
}
.tab-custom .title {
  line-height: 1.5;
  font-weight: bold;
}
.tab-custom .title small {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 100%;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-right: 15px;
}
.tab-custom .title span {
  font-weight: 400;
}
.tab-custom .form-row {
  padding: 0 !important;
}
.tab-custom .form-login-custom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.tab-custom .form-login-custom input {
  height: 40px !important;
  border-radius: 0 !important;
}
.tab-custom .form-login-custom .woocommerce-form-login__rememberme {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-custom .form-login-custom .woocommerce-form-login__rememberme span {
  padding-left: 10px;
}
.tab-custom .form-login-custom .password {
  display: block;
  text-decoration: underline !important;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.tab-custom .form-login-custom .password:hover {
  color: var(--red);
}
.tab-custom .form-login-custom .woocommerce-button {
  width: 100%;
  background-color: #000;
  border: 0;
  color: #fff;
  height: 40px;
  font-weight: 500;
}
.tab-custom .form-login-custom .button-mh {
  text-align: center;
}
.tab-custom .form-login-custom .button-mh span {
  padding: 10px 0px;
  display: block;
}
.tab-custom .form-login-custom .button-mh .btn-trans {
  cursor: pointer;
  border-radius: 5px !important;
  padding: 10px 0px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-custom #customer_details {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}
.tab-custom #customer_details input {
  height: 40px !important;
  border-radius: 0 !important;
}
.tab-custom #customer_details h3 {
  padding: 10px 0px;
}
.tab-custom #customer_details .form-row {
  margin-bottom: 10px;
}
.tab-custom #customer_details textarea.input-text {
  min-width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
  height: 100px;
  font-size: 16px;
}
.tab-custom #customer_details textarea.input-text:focus {
  outline: none;
}
.tab-custom #ship-to-different-address .woocommerce-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-custom #ship-to-different-address .woocommerce-form__label span {
  padding-left: 5px;
}
.tab-custom .check3 {
  margin: 15px 0px;
}
.tab-custom .check3 span {
  padding-left: 10px;
}
.tab-custom .btn {
  background: #000;
  width: 100%;
  color: #fff;
  height: 40px;
}
.tab-custom .btn:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.tab-custom #place_order {
  float: none !important;
  width: 100% !important;
  background: #000 !important;
  padding: 15px 10px !important;
}
.tab-custom .js-title-tab {
  cursor: pointer;
}
.tab-custom .js-tab {
  display: none;
}
.tab-custom .active-tab {
  display: block;
}

.checkout-cart-items img {
  width: 100% !important;
}
.checkout-cart-items .cart-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-cart-items .cart-item h3 {
  font-size: 100%;
  font-weight: bold;
}
.checkout-cart-items .cart-item .sl {
  margin: 10px 0;
}
.checkout-cart-items .cart-item .sl-text {
  padding-right: 10px;
}
.checkout-cart-items .cart-item .sl .product-quantity {
  color: red;
}
.checkout-cart-items .cart-item .custom-variation-attributes li {
  line-height: 1.5;
}
.checkout-cart-items .cart-item .cart-item-total {
  font-size: 125%;
  margin-top: 15px;
  font-weight: bold;
}

.checkout-cart-totals .cart-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}
.checkout-cart-totals .cart-row .woocommerce-Price-amount {
  font-size: 120%;
  font-weight: bold;
}
.checkout-cart-totals .gh {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}

.order-total {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

#order_review_heading {
  font-size: 125%;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-woo-custom .woocommerce-order-details table tr th {
  display: block !important;
}
.page-woo-custom .woocommerce-order-details table thead tr {
  display: none !important;
}
.page-woo-custom .woocommerce-thankyou-order-received {
  text-align: center;
  padding: 20px;
  background: #00ba00;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-woo-custom .notice-error-custom {
  text-align: center;
  padding: 20px;
  background: var(--red);
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.page-woo-custom ul.order_details {
  margin-bottom: 30px;
}
.page-woo-custom ul.order_details li {
  float: none;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.page-woo-custom ul.order_details li strong {
  padding-left: 10px;
}
.page-woo-custom .qr-bank {
  background: #fbfbfb;
  padding: 20px;
  border-radius: 5px;
}
.page-woo-custom .qr-bank .vdh_bank_item {
  max-width: 300px;
  width: 100%;
}
.page-woo-custom .woocommerce-table__line-item a {
  color: #00ba00 !important;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 120%;
  font-weight: 600;
}

.yith_wcwl_wishlist_footer {
  display: none;
}

.wishlist-items-wrapper td {
  font-size: 16px;
}
.wishlist-items-wrapper td a {
  color: #000;
}
.wishlist-items-wrapper .product-name {
  font-size: 20px;
}
.wishlist-items-wrapper .product-add-to-cart a {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.wishlist-items-wrapper .product-price {
  font-size: 20px;
  color: #000;
}
.wishlist-items-wrapper .product-price del {
  font-size: 14px;
  color: #ececec;
  padding-right: 10px;
}
.wishlist-items-wrapper .product-price ins {
  text-decoration: none !important;
}

.wishlist-title {
  font-size: 150%;
}

.wishlist_table tr td.product-thumbnail a {
  max-width: 150px;
}

.form-dn h3 {
  font-size: 200%;
  margin-bottom: 20px;
  font-weight: 500;
}
.form-dn label {
  display: block;
  margin-bottom: 5px;
}
.form-dn input {
  width: 100%;
  height: 40px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  padding-left: 10px;
}
.form-dn .woocommerce-form-login__rememberme {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}
.form-dn .woocommerce-form-login__rememberme span {
  padding-left: 10px;
}
.form-dn .password {
  display: block;
  text-decoration: underline !important;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.form-dn .password:hover {
  color: var(--red);
}
.form-dn .woocommerce-form__input-checkbox {
  width: 15px;
  height: 15px !important;
}
.form-dn .woocommerce-button {
  width: 100%;
  background-color: #000;
  border: 0;
  color: #fff;
  height: 40px;
  font-weight: 500;
}
.form-dn .button-mh {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.form-dn .button-mh span {
  display: none;
}
.form-dn .button-mh .button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 500;
  height: 45px;
}
.form-dn .button-mh .button:hover {
  background: var(--red);
}
.form-dn .button-mh .btn-trans {
  display: none;
}
.form-dn .form-dk label {
  margin-bottom: 0;
}
.form-dn .form-dk .btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  border: 0;
  font-size: 100%;
  text-transform: uppercase;
}
.form-dn .form-dk .btn:hover {
  background: var(--red);
}
.form-dn .form-dk .res {
  color: #000;
  margin-top: 10px;
  display: block;
}

.woocommerce-MyAccount-navigation {
  width: 25% !important;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 15px 0px;
  padding-left: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 100%;
  color: #000;
  display: block;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard {
  padding-top: 0;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a {
  font-size: 120%;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--red);
}
.woocommerce-MyAccount-navigation ul .is-active a {
  color: var(--blue);
}

.woocommerce-MyAccount-content {
  width: 74% !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  line-height: 1.5;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tr td .view {
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-Price-amount {
  font-size: 100%;
  padding-right: 10px;
  font-weight: 600;
  color: var(--red);
}

.addresses .woocommerce-Address {
  float: none !important;
  width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  line-height: 1.5;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
.addresses .woocommerce-Address:last-child {
  margin-bottom: 0;
}
.addresses .woocommerce-Address .edit {
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .single-products-top--content .cart-nhm {
    display: block;
  }

  .single-products-top--content .cart-nhm .button {
    margin: 0 !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-cart-form .the_content {
    display: none;
  }
  .woocommerce-cart-form .cart-collaterals {
    margin-top: 20px;
  }

  .items-products .btn {
    min-width: 100px;
  }

  .items-products {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-category-products .order {
    display: block;
  }
  .site-category-products .order .js-filter {
    border: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #000;
  }
  .site-category-products .order .woocommerce-result-count {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .site-category-products .order .orderby {
    width: 100%;
    border: 0 !important;
  }

  .pp-khoahoc .content {
    max-width: 95%;
  }

  .items-products h3 a {
    font-size: 100%;
  }

  .items-products .price {
    font-size: 16px;
  }

  .items-products .ratio .sale {
    top: 10px;
    font-size: 100%;
  }

  .footer--contact {
    overflow: hidden;
  }

  .slick-next {
    right: 5px;
  }

  .slick-prev {
    left: 5px;
  }

  .page-woo-custom .woocommerce .title-woo {
    display: block;
  }

  .page-woo-custom .woocommerce .title-woo .cart-total-quantity {
    padding: 0;
    padding-top: 10px;
  }

  .page-woo-custom .title-cart .product-name a {
    font-size: 90%;
    padding-right: 20px;
  }

  .page-woo-custom .price-custom .product-price {
    font-size: 16px;
    line-height: 1.3;
  }

  .page-woo-custom .price-custom .so-luong label {
    padding: 5px 10px;
  }

  .page-woo-custom .actions .coupon .coupon-title {
    display: block;
  }

  .page-woo-custom .actions .coupon .coupon-title span {
    padding-left: 0;
    padding-top: 5px;
  }
}
.form {
  max-width: 750px;
  margin: 0 auto;
}
.form br {
  display: none;
}
.form p {
  margin-bottom: 0;
}
.form .btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.form .btn:hover {
  background-color: var(--red);
}
.form .form-control {
  border-radius: 0;
}
.form textarea.form-control {
  height: 100px;
  outline: none;
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
}

.page-contact .maps iframe {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */