.animation-custom{
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 999999;
			@extend .custom-background;
			transition:all 1s;
	background-color:#000;
		}
		.active-load{
			top: -100%;
			transition:all 1s;
		}
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

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

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

  .container-fluid {
    padding-right: 50px;
    padding-left: 50px; } }
.row {
  display: -ms-flexbox;
  display: 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;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -ms-flex: 0 0 100%;
  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;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    -ms-flex: 0 0 100%;
    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;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    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;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    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: flex !important; }

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

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

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

.justify-content-between {
  -ms-flex-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;
  align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -ms-flex-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, .footer .contact li, .footer .contact li .icon, .coppryight, .mxh, .mxh a, .menu-mobile .js-close, .site-about--content ul li, .site-about--content ul li .check, .site-album .nav, .rank-math-breadcrumb p, .site-category-products .order, .widget-area .widget ul li, .widget-area .widget ul li a, .widget-area .widget ul li a:before, .items-products .price-flex, .nhm-pagination ul, .nhm-pagination li a, .page-single-products .items-banner .price-flex, .items-news-top .author, .items-news .author, .page-content-single .single-title .author, .page-products .nav, .page-about-st .nav, .page-phamvi .content ul li, .page-help .help ul li .js-dropdown, .page-hl .content-hl .content-left ul li, .single-album-custom .nav, .page-contact .contact li, .page-contact .contact li .icon {
  display: flex;
  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;
  transition: all .3s; }

:root {
  --blue: #1890ff;
  --blue2: #3A50CB;
  --red: #ea3b3f;
  --yellow1: #e9d8cd;
  --yellow: #cdad94;
  --gray: #091e42;
  --box:0 12px 24px 0 rgba(0, 0, 0, .1);
  --font: "Plus Jakarta Sans", sans-serif;
  --font-banner: "Plus Jakarta Sans", sans-serif;
  --background-rgba: linear-gradient(to right,#3A50CB,#15268B); }

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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

* {
  margin: 0;
  padding: 0;
  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 {
  transition: all .3s; }

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

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

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

.clear {
  clear: both;
  background-image: 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, .animation-custom, .site-contact, .page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

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

.btn-white {
  border: 1px solid #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%;
    object-fit: cover; }

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

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

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

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

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

.slick-disabled {
  opacity: 0.2; }

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

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

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

.m-auto {
  margin: 0 auto; }

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

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

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

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

svg {
  width: 20px; }

.title-main {
  margin-bottom: 50px;
  text-align: center; }
  .title-main .text {
    display: block;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 600;
    color: var(--yellow);
    margin-bottom: 20px; }
  .title-main .heading {
    font-weight: bold;
    color: #000;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.3; }
  .title-main .content {
    display: block;
    font-size: 90%;
    font-weight: 400;
    color: #000;
    margin-top: 10px; }

.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 {
  box-shadow: 0 0 5px #ccc;
  background: var(--yellow);
  z-index: 99; }
  .header .btn {
    margin-left: auto; }
  .header .logo {
    padding: 5px 0px;
    color: #fff;
    text-transform: uppercase;
    position: relative; }
    .header .logo .js-menu-mobile {
      position: absolute;
      top: 50%;
      right: 0;
      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: 100px; }
  .header .menu {
    justify-content: flex-end;
    position: relative; }
    .header .menu ul li {
      position: relative;
      line-height: 50px; }
      .header .menu ul li:hover .sub-menu {
        display: block; }
      .header .menu ul li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: var(--yellow);
        padding-bottom: 0px 15px;
        z-index: 999;
        width: max-content;
        max-width: 300px;
        min-width: 200px;
        border-radius: 5px;
        display: none; }
        .header .menu ul li .sub-menu li {
          padding: 7px 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;
            font-weight: 600; }
            .header .menu ul li .sub-menu li a:after {
              display: none; }
            .header .menu ul li .sub-menu li a:hover {
              color: var(--yellow1); }
        .header .menu ul li .sub-menu .current-menu-item a {
          color: var(--yellow1) !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 20px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase; }
        .header .menu ul li a:hover {
          color: var(--yellow1); }
    .header .menu ul .current_page_item a,
    .header .menu ul .current_page_ancestor a {
      color: var(--yellow1); }
    .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: flex !important; }
      .header .menu ul .mega-menu .sub-menu {
        width: 100%;
        max-width: 100%;
        background: #fff;
        display: none;
        align-items: flex-start;
        border-radius: 5px;
        padding: 10px; }
        .header .menu ul .mega-menu .sub-menu li {
          border: 0;
          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;
            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;
              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 .menu .search {
      border-left: 1px solid #fff;
      padding-left: 20px; }
      .header .menu .search svg {
        fill: #fff; }



.footer {
  padding: 50px 0px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px #e7e7e7;
  background: var(--yellow); }
  .footer__content {
    margin-bottom: 20px; }
  .footer .logo {
    margin-bottom: 20px; }
    .footer .logo img {
      max-width: 100px; }
  .footer .the_content {
    padding-right: 50px; }
  .footer .title-ft {
    font-size: 150%;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px; }
  .footer__menu li a {
    display: block;
    padding: 10px 0px;
    font-size: 100%;
    color: var(--gray); }
    .footer__menu li a:hover {
      color: #000; }
  .footer .dt {
    text-align: center; }
    .footer .dt img {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
  .footer .mxh {
    margin-top: 20px; }
  .footer .contact li {
    margin-bottom: 10px; }
    .footer .contact li:last-child {
      margin-bottom: 0; }
    .footer .contact li .icon {
      flex: 0 0 35px;
      max-width: 35px;
      height: 35px;
      border-radius: 50%;
      background: #000;
      justify-content: center;
      margin-right: 20px; }
      .footer .contact li .icon svg {
        fill: #fff;
        width: 15px; }
        .footer .contact li .icon svg path {
          fill: #fff; }

.coppryight {
  width: 100%;
  font-size: 14px;
  color: #333;
  justify-content: center;
  border-top: 1px solid #333;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px; }

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

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: var(--gray);
  display: none;
  overflow: auto; }
  .menu-mobile .js-close {
    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: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .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;
    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::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;
    transition: all .3s; }

.pp-tour2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all .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;
    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::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;
    transition: all .3s; }

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

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

.site-banner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px; }

.site-about--content h2 {
  font-size: 150%;
  line-height: 1.3;
  color: #000; }
.site-about--content p {
  margin: 15px 0px;
  line-height: 1.5; }
.site-about--content ul li {
  padding: 10px 0px; }
  .site-about--content ul li .check {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--yellow);
    justify-content: center; }
    .site-about--content ul li .check svg {
      fill: #fff;
      width: 30px; }
      .site-about--content ul li .check svg path {
        fill: #fff; }
  .site-about--content ul li span {
    display: block;
    padding-left: 10px;
    color: #000; }
.site-about--content .name {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 10px; }
  .site-about--content .name h4 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px; }
  .site-about--content .name span {
    display: block; }

.site-services {
  background: var(--yellow1); }
  .site-services .col-border {
    border-right: 1px solid #a1a1a1; }
    .site-services .col-border:last-child {
      border: 0; }
  .site-services .items {
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: #000; }
    .site-services .items:hover a {
      color: var(--yellow); }
    .site-services .items img {
      max-width: 100px; }
    .site-services .items a {
      color: #000; }
    .site-services .items h3 {
      padding-top: 20px; }

.site-album .nav {
  justify-content: center; }
.site-album .title-main {
  margin-bottom: 0; }
.site-album .nav {
  margin: 30px 0px; }
  .site-album .nav li:last-child a {
    border-right: 0; }
  .site-album .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    color: var(--gray);
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    opacity: 0.8; }
    .site-album .nav li a:hover {
      color: var(--yellow); }
  .site-album .nav li .active {
    opacity: 1;
    color: #000;
    font-weight: 900; }

.items-album {
  position: relative;
  margin-bottom: 60px; }
  .items-album:hover img {
    opacity: 0.8; }
  .items-album:hover h3 a {
    background: var(--yellow);
    transform: scale(1.03); }
  .items-album h3 {
    position: absolute;
    bottom: -27px;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 0); }
    .items-album h3 a {
      padding: 20px 10px;
      font-size: 100%;
      font-weight: bold;
      text-transform: uppercase;
      color: #000;
      display: block;
      background: var(--yellow1);
      text-align: center; }

.site-team {
  background: var(--yellow1); }
  .site-team .items {
    text-align: center; }
    .site-team .items img {
      border-radius: 5px; }
    .site-team .items h3 {
      margin: 15px 0px;
      text-transform: uppercase; }

.site-contact {
  padding: 100px 0px;
  position: relative; }
  .site-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .site-contact .container {
    position: relative;
    z-index: 3;
    text-align: center; }
    .site-contact .container h3 {
      font-size: 150%;
      color: #fff; }
    .site-contact .container .btn {
      margin: 30px auto;
      padding: 15px 20px;
      height: auto;
      display: block; }

.mxh {
  justify-content: center; }
  .mxh .facebook {
    background: #3a589d; }
  .mxh .instagram {
    background: #3b6994; }
  .mxh .tiktok {
    background: #000; }
  .mxh .email {
    background: #000; }
  .mxh .phone {
    background: #51cb5a; }
  .mxh .youtube {
    background: #c33223; }

.site-feedback .title-main {
  text-align: left;
  margin-bottom: 30px; }
  .site-feedback .title-main .heading {
    margin: 0;
    text-align: left; }
.site-feedback .items {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 5px; }
.site-feedback .slick-feedback {
  margin: 0px -5px; }
  .site-feedback .slick-feedback .slick-slide {
    padding: 0px 5px; }
.site-feedback iframe {
  width: 100%;
  height: 300px; }

.tab-pane {
  display: none; }

.fade {
  opacity: 0; }

.active {
  display: block; }

.show {
  opacity: 1; }

.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 {
        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%;
    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;
    justify-content: space-between; }
    .site-category-products .order .woocommerce-result-count {
      float: none;
      margin: 0;
      font-size: 90%;
      color: #97a0af; }
    .site-category-products .order .woocommerce-ordering {
      float: none;
      margin: 0; }
      .site-category-products .order .woocommerce-ordering select {
        height: 40px;
        border: 1px solid #97a0af;
        border-radius: 5px;
        color: #333; }

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

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

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

.items-products {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  background: #fff;
  transition: all .3s; }
  .items-products:hover {
    transform: translate(0, -5px); }
    .items-products:hover img {
      transform: scale(1.1); }
  .items-products h3 a {
    display: block;
    font-size: 90%;
    font-weight: 600;
    color: var(--gray);
    margin: 10px 0px;
    line-height: 1.3; }
  .items-products .price-flex {
    color: #ff7557;
    font-size: 80%;
    margin-bottom: 10px; }
    .items-products .price-flex .price {
      padding-left: 10px; }
  .items-products .content {
    margin-bottom: 0;
    font-size: 80%;
    color: #97a0af; }

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

.page-single-products {
  padding-top: 0; }
  .page-single-products .woocommerce-variation-add-to-cart {
    display: none; }
  .page-single-products .slider-nav-single {
    margin-top: -10px; }
    .page-single-products .slider-nav-single .slick-list {
      padding: 0 !important; }
  .page-single-products .items-banner {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .page-single-products .items-banner h3 a {
      font-size: 100%;
      color: var(--gray);
      font-weight: 600;
      display: block;
      margin: 10px 0px; }
    .page-single-products .items-banner .price-flex {
      justify-content: center;
      font-size: 90%;
      color: var(--gray);
      padding-bottom: 20px; }
      .page-single-products .items-banner .price-flex .price {
        padding-left: 10px; }
  .page-single-products .items-right {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(0.8);
    transition: all .3s; }
    .page-single-products .items-right .ratio {
      padding-bottom: 87%; }
      .page-single-products .items-right .ratio img {
        object-fit: scale-down; }
  .page-single-products .slick-center .items-right {
    transform: scale(1);
    transition: all .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 h1 {
  font-size: 200%;
  margin-bottom: 15px; }
.single-products-top--content .variations td {
  padding-bottom: 20px; }
.single-products-top--content .variations th {
  display: block;
  padding-bottom: 10px; }
.single-products-top--content .selected {
  border-color: var(--yellow) !important; }
.single-products-top--content .price-flex {
  margin-bottom: 20px; }
  .single-products-top--content .price-flex .t {
    display: block;
    font-size: 90%;
    color: var(--gray);
    margin-bottom: 10px; }
  .single-products-top--content .price-flex .price {
    font-size: 200%;
    font-weight: bold; }
.single-products-top--content .reset_variations {
  color: #fff;
  width: max-content;
  padding: 5px 10px !important;
  border-radius: 3px;
  background: var(--yellow);
  font-weight: 500;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 15px; }
.single-products-top--content .woocommerce-variation-price .price {
  margin-bottom: 15px;
  display: block;
  font-size: 200%;
  color: var(--yellow);
  font-weight: bold; }

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

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

.items-news-top {
  margin-bottom: 30px; }
  .items-news-top:hover .ratio img {
    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 {
    flex: 0 0 40px;
    max-width: 40px; }
    .items-news-top .author .img img {
      width: 100%;
      height: 40px;
      border-radius: 50%;
      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;
  box-shadow: var(--box);
  border-radius: 5px;
  overflow: hidden;
  height: 100%; }
  .items-news:hover .ratio img {
    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 {
    flex: 0 0 40px;
    max-width: 40px; }
    .items-news .author .img img {
      width: 100%;
      height: 40px;
      border-radius: 50%;
      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 .single-title h1 {
  font-size: 200%;
  color: #000;
  line-height: 1.3;
  margin-bottom: 20px; }
.page-content-single .single-title .author .img {
  flex: 0 0 50px;
  max-width: 50px; }
  .page-content-single .single-title .author .img img {
    width: 100%;
    height: 50px;
    border-radius: 50%;
    object-fit: cover; }
.page-content-single .single-title .author--content {
  padding-left: 10px; }
  .page-content-single .single-title .author--content h4 {
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 90%;
    color: #000;
    font-weight: 400; }
  .page-content-single .single-title .author--content .date span {
    display: block;
    color: var(--gray);
    font-size: 100%; }

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

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

.items-news-sidebar {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  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;
      transform: translate(0, -50%); }

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

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

.page-products .nav {
  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 {
    justify-content: center;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--yellow);
    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;
  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 {
        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;
        transition: all .3s; }
    .page-help .help ul li .active svg {
      transform: rotate(180deg);
      transition: all .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 {
          flex: 0 0 30px;
          max-width: 30px;
          margin-right: 10px; }
    .page-hl .content-hl .content {
      padding-left: 20px; }
      .page-hl .content-hl .content h3 {
        font-size: 200%;
        margin-bottom: 20px;
        line-height: 1.5; }

.page-banner {
  height: 500px;
  display: flex;
  align-items: flex-end;
  padding: 50px 0px; }
  .page-banner h2 {
    font-size: 200%;
    color: #fff; }
  .page-banner span {
    display: block;
    font-size: 100%;
    color: #fff;
    margin-top: 20px; }

.page-about .items {
  margin-bottom: 100px; }
  .page-about .items:nth-child(2n+2) .row {
    flex-direction: row-reverse; }
  .page-about .items .img {
    position: relative;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-right: 50px; }
    .page-about .items .img:before {
      content: '';
      width: 100%;
      height: 100%;
      border: 2px solid #000;
      position: absolute;
      top: 30px;
      right: -20px; }
  .page-about .items .content > h3 {
    font-size: 300%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px; }

.page-banner-single {
  background-position: center 20%; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.333%;
  padding: 10px; }

.grid-item {
  float: left; }

.grid-item img {
  display: block;
  max-width: 100%; }

.single-album-custom .nav {
  justify-content: center; }
.single-album-custom .nav {
  margin: 30px 0px; }
  .single-album-custom .nav li:last-child a {
    border-right: 0; }
  .single-album-custom .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: bold;
    color: var(--gray);
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    opacity: 0.8; }
    .single-album-custom .nav li a:hover {
      color: var(--yellow); }
  .single-album-custom .nav li .active {
    opacity: 1;
    color: #000;
    font-weight: 900; }

.rank-math-breadcrumb {
  padding: 10px 0px; }
  .rank-math-breadcrumb a {
    color: #000; }

.page-help {
  background: var(--yellow1); }
  .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;
        transition: all .3s; }
    .page-help .help ul li .active svg {
      transform: rotate(180deg);
      transition: all .3s; }
    .page-help .help ul li .the_content {
      margin-top: 20px;
      display: none; }

.page-contact .contact li {
  margin-bottom: 10px;
  font-size: 125%; }
  .page-contact .contact li:last-child {
    margin-bottom: 0; }
  .page-contact .contact li .icon {
    flex: 0 0 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    justify-content: center;
    margin-right: 20px; }
    .page-contact .contact li .icon svg {
      fill: #fff;
      width: 15px; }
      .page-contact .contact li .icon svg path {
        fill: #fff; }
.page-contact label {
  display: block;
  font-weight: 600;
  font-size: 90%;
  margin-bottom: 5px; }
.page-contact .form-control {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.09);
  font-size: 100%; }
.page-contact textarea.form-control {
  height: 100px;
  border-radius: 10px; }
.page-contact .form p {
  margin-bottom: 0; }
.page-contact .form br {
  display: none; }
.page-contact .btn {
  border-radius: 30px;
  font-weight: bold; }

.items-services-page{
  background: #f5e9df;
  border-radius: 10px;
  overflow: hidden;
}
.items-services-page .ratio{
  padding-bottom: 80%;
}
.items-services-page .content{
  padding: 15px;
}
.items-services-page .content h3 a{
  font-size: 150%;
  color: #000;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.items-services-page .content .btn{
  border-radius: 30px;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
  font-size: 120%;
}
.items-services-page .content .btn:hover{
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
