@charset "UTF-8";
/*!
Theme Name: Impac
Author: Webseo247
Author URI: https://hazomedia.net
Description: A WooCommerce customized theme for Nam Quang Optical Brand in Vietnam.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: Impac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- The content
	- Header
	- Footer
	- General
	- Home
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

  --------------------------------------------------------------*/
/* Ws var colors */
/*02 Font-size */
/*03 Ws247 Mixin */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Font website
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #000;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/icon/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 15px;
}

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* reset
--------------------------------------------- */
:root {
  --color-blue: #01633a;
  --color-yellow: #ffc107;
  --color-pink-bold: #f25759;
}

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 {
  font-size: 14px;
  font-family: "Roboto Condensed";
}

a {
  text-decoration: none !important;
}

img,
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.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 (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* Navigation
--------------------------------------------- */
.pages,
.page-numbers {
  margin-top: 20px;
  text-align: center;
}
.pages ul li,
.page-numbers ul li {
  display: inline-block;
  padding: 0px 2.5px;
}
.pages ul li a,
.page-numbers ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #ddd;
  color: #465363;
}
.pages ul li a:hover,
.page-numbers ul li a:hover {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}
.pages ul .active a,
.page-numbers ul .active a {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}

.list-content-products .woocommerce-pagination ul {
  margin-top: 20px;
  text-align: center;
  border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li {
  display: inline-block;
  padding: 0px 2.5px !important;
  border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li a,
.list-content-products .woocommerce-pagination ul li span {
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 7px 15px !important;
  border: 1px solid #ddd !important;
  color: #465363 !important;
}
.list-content-products .woocommerce-pagination ul li a:hover,
.list-content-products .woocommerce-pagination ul li span:hover {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}
.list-content-products .woocommerce-pagination ul li .current {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}
.list-content-products .woocommerce-pagination ul .active a {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}

/* general
--------------------------------------------- */
.heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100px;
  height: 1.5px;
  background: var(--color-blue);
}

.btn-custom {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  min-width: 100px;
  padding: 0px 20px;
  line-height: 35px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-custom:hover {
  background: transparent;
  color: var(--color-blue);
}

.breadcrumb {
  background: #f1f2f2;
  padding: 10px 0px;
  margin: 0;
}
.breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #a7a9ac;
}
.breadcrumb p a {
  padding-right: 5px;
  color: #a7a9ac;
}
.breadcrumb p a:hover {
  color: var(--color-blue);
}
.breadcrumb p .separator {
  padding-right: 5px;
}
.breadcrumb p .last {
  color: var(--color-blue);
}
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-blue);
  font-weight: bold;
}
.breadcrumb .woocommerce-breadcrumb a {
  font-weight: 400;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  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;
}
.page-banner .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  display: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-banner {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner {
    height: 150px;
  }
}
.site-main {
  padding: 30px 0px;
}
.site-main .page-header {
  margin-bottom: 20px;
}
.site-main .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.site-main .page-header .page-title span {
  color: var(--color-blue);
}

.form-td {
  background: var(--color-blue);
  padding: 50px;
  margin-bottom: 30px;
}
.form-td h2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.form-td p {
  margin: 0;
}
.form-td input {
  height: 40px;
  border-radius: 0;
  padding-left: 10px;
  font-size: 15px;
  border: 0;
}
.form-td textarea {
  height: 150px;
  border-radius: 0;
  padding-left: 10px;
  font-size: 15px;
  border: 0;
}
.form-td .btn-white {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  margin: 0 auto;
  text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.share-mxh {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  overflow: hidden;
}
.share-mxh ul li {
  display: block;
}
.share-mxh ul li a {
  width: auto;
  padding: 0px 15px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  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;
  background-color: var(--color-blue);
  position: relative;
  right: -80px;
}
.share-mxh ul li a:hover {
  right: 0;
}
.share-mxh ul li a:hover span {
  transform: scale(1);
  transition: all 0.3s;
}
.share-mxh ul li a i {
  flex: auto;
  display: block;
}
.share-mxh ul li a span {
  flex: auto;
  display: block;
  padding-left: 10px;
  text-align: left;
  transform: scale(0);
  transition: all 0.3s;
}
.share-mxh ul li:first-child a {
  border-top-left-radius: 3px;
}
.share-mxh ul li:last-child a {
  border-bottom-left-radius: 3px;
}

/* Posts and pages
--------------------------------------------- */
.the_content {
  text-align: justify;
}
.the_content h2,
.the_content h3,
.the_content h4 {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.the_content h6 {
  font-size: 15px;
}
.the_content h5 {
  font-size: 15px;
}
.the_content h4 {
  font-size: 16px;
}
.the_content h3 {
  font-size: 18px;
}
.the_content h2 {
  font-size: 20px;
  line-height: 1.5;
}
.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.the_content p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 16px;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.the_content ul li a {
  color: #ff5912;
}
.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.the_content ol li a {
  color: #ff5912;
}
.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}
.the_content blockquote p {
  margin: 0 !important;
}
.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 16px;
  line-height: 1.5;
}
.the_content table > tbody > tr > td,
.the_content table > tbody > tr > th,
.the_content table > tfoot > tr > td,
.the_content table > tfoot > tr > th,
.the_content table > thead > tr > td,
.the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.the_content iframe {
  margin: auto;
}
.the_content .syntaxhighlighter {
  padding: 10px 0;
}

/* Header
--------------------------------------------- */
.header {
  position: relative;
  z-index: 99;
}
.header__logo {
  padding: 10px 0px;
  position: relative;
}
.header__logo span {
  padding-top: 5px;
  font-size: 14px;
  color: var(--color-blue);
  font-style: italic;
  font-weight: 600;
}
.header__logo .icon-mobile,
.header__logo .search-mobile {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--color-blue);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: none !important;
}
@media screen and (max-width: 991px) {
  .header__logo .icon-mobile,
  .header__logo .search-mobile {
    display: block !important;
  }
}
.header__logo .icon-mobile a,
.header__logo .search-mobile a {
  width: 100%;
  height: 100%;
  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;
}
.header__logo .icon-mobile svg,
.header__logo .search-mobile svg {
  width: 20px;
  fill: #fff;
}
.header__logo .search-mobile {
  right: 40px;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__menu ul li {
  padding: 0px 15px;
  position: relative;
  line-height: 85px;
}
.header__menu ul li:hover > .sub-menu {
  display: block;
}
.header__menu ul li .sub-menu {
  position: absolute;
  top: 80%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  display: block;
  margin: 0;
  display: none;
}
.header__menu ul li .sub-menu .sub-menu {
  left: 100%;
  top: 10px;
}
.header__menu ul li .sub-menu li {
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menu ul li .sub-menu li:hover {
  border-color: var(--color-blue);
  background: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__menu ul li .sub-menu li:hover > a {
  display: block;
  color: #fff;
}
.header__menu ul li .sub-menu li a {
  text-transform: none;
  color: #414042;
}
.header__menu ul li .sub-menu li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 13px;
  padding-right: 5px;
}
.header__menu ul li .sub-menu li a:after {
  display: none;
}
.header__menu ul li .sub-menu li span {
  display: inline-block;
}
.header__menu ul li:last-child {
  padding-right: 0;
}
.header__menu ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.header__menu ul li a:hover {
  color: var(--color-blue);
}
.header__menu ul .length .flag {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.header__menu ul .li__search span {
  font-size: 18px;
  cursor: pointer;
}
.header__menu ul .current-menu-item a {
  color: var(--color-blue);
}
.header__menu ul .menu-item-has-children a:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 15px;
  padding-left: 5px;
}
.header__menu ul span {
  display: none;
}
.header__menu ul .js-search {
  display: block;
}
.header .seach-ab {
  position: absolute;
  top: 80%;
  right: 0;
  min-width: 300px;
  max-width: 350px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  padding: 10px;
  display: none;
  z-index: 9999;
}
.header .seach-ab form {
  position: relative;
}
.header .seach-ab form input {
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--color-blue);
  padding-left: 10px;
  font-size: 15px;
  color: #333;
}
.header .seach-ab form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color-blue);
  color: #fff;
  font-size: 16px;
  border: 1px solid var(--color-blue);
  padding: 0;
}

/* Home
--------------------------------------------- */
.padding-50 {
  padding: 50px 0px;
}
.site-slider {
  margin-top: -120px;
}
.site-slider .owl-theme .owl-nav {
  margin-top: 0;
}
.site-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-slider .owl-prev span {
  font-size: 60px;
  color: #fff;
}
.site-slider .owl-prev span:hover {
  color: var(--color-blue);
}
.site-slider .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-slider .owl-next span {
  font-size: 60px;
  color: #fff;
}
.site-slider .owl-next span:hover {
  color: var(--color-blue);
}
@media screen and (min-width: 1200px) {
  .site-slider img {
    height: 100vh;
    object-fit: cover;
  }
}
.site-about {
  background-size: cover;
  background-repeat: no-repeat;
}
.site-about .the_content {
  text-align: justify;
}
.site-products-hl .owl-carousel .owl-stage-outer {
  padding-left: 1px;
}
.site-products-hl .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.site-products-hl .owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.item-products {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-products:hover .images {
  border-color: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-products:hover h3 a {
  color: var(--color-blue);
}
.item-products .images {
  border: 1px solid #f4f4f4;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.item-products .images img {
}
.item-products h3 a {
  display: block;
  margin: 15px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.item-products p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item-products .btn-custom {
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
  padding: 0px 5px;
  font-size: 12px;
}

.site-categorys-products {
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-categorys {
  position: relative;
  margin-bottom: 30px;
}
.item-categorys:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.item-categorys:hover h3 a {
  background: var(--color-blue);
  color: #fff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.item-categorys .images {
  overflow: hidden;
}
.item-categorys img {
  width: 100%;
  display: block;
  height: 270px;
  object-fit: cover;
}
.item-categorys h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 15px;
  background: rgba(2, 2, 2, 0.3);
}
.item-categorys h3 a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 10px;
  display: block;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.site-services {
  padding-bottom: 20px;
}

.item-services {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.item-services:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.item-services:hover img {
  opacity: 0.9;
}
.item-services:hover h3 a {
  color: var(--color-blue);
}
.item-services a {
  display: block;
  width: 100%;
}
.item-services img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-services h3 a {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.item-services p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.site-news {
  background: #f1f1f1;
}
.site-news .heading {
  text-align: left;
  font-size: 20px;
}
.site-news .heading:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.site-news .item {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.site-news .item:hover .text p {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-news .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(2, 2, 2, 0.7);
  padding: 15px;
  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: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.site-news .item .text h3 a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.site-news .item .text p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #bfbebe;
}
.site-news .news-hight {
  overflow: hidden;
}
.site-news .slider-hight {
  padding: 10px;
  background: var(--color-blue);
  height: 400px;
}
.site-news .slider-hight iframe {
  height: 250px;
  width: 100%;
}
.site-news .slider-hight p {
  font-size: 15px;
  color: #fff;
  padding-top: 10px;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0;
}
.site-news .marquee {
  top: 6em;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  text-align: left;
}
.site-news .marquee h3 a {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
  text-transform: lowercase;
  text-align: justify;
}
.site-news .marquee h3 a:first-letter {
  text-transform: uppercase;
}
.site-news .marquee h3 a:first-letter {
  text-transform: uppercase;
}
.site-news .marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    top: 400px;
  }
  100% {
    top: -400px;
  }
}
@keyframes marquee {
  0% {
    top: 400px;
  }
  100% {
    top: -400px;
  }
}
.site-news .microsoft .marquee {
  margin: 0;
  padding: 0 1em;
  line-height: 1.5em;
  font: 1em "Segoe UI", Tahoma, Helvetica, Sans-Serif;
}
.site-news .vanity {
  color: #333;
  text-align: center;
  font: 0.75em "Segoe UI", Tahoma, Helvetica, Sans-Serif;
}
.site-news .vanity a,
.site-news .microsoft a {
  color: #1570a6;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
}
.site-news .vanity a:hover,
.site-news .microsoft a:hover {
  color: #f65314;
}
.site-news .toggle {
  display: block;
  margin: 2em auto;
}
.site-news .owl-theme .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 0%;
}
.site-news .owl-theme .owl-nav button {
  outline: none;
  background: none !important;
  margin: 0 !important;
}
.site-news .owl-theme .owl-nav button span {
  width: 40px;
  height: 40px;
  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;
  font-size: 18px;
  color: #fff;
  background: rgba(2, 2, 2, 0.7);
  margin: 0;
}
.site-news .owl-theme .owl-nav button span:hover {
  background: var(--color-blue);
}

.site-hightlight {
  padding-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 465px;
  display: flex;
  align-items: center;
}
.site-hightlight .ab-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.site-hightlight .btn-custom:hover {
  background: #fff;
}
.site-hightlight .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.site-hightlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
}
.site-hightlight .heading {
  text-align: left;
  font-size: 20px;
  color: #fff;
}
.site-hightlight .heading:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #fff;
}
.site-hightlight .item-hightlight {
  margin-bottom: 20px;
}
.site-hightlight .item-hightlight .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.site-hightlight .item-hightlight .top .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  background: var(--color-blue);
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  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;
}
.site-hightlight .item-hightlight .top h3 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue);
}
.site-hightlight .item-hightlight .des p {
  font-size: 15px;
  text-align: justify;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
}
.site-hightlight .video__youtube {
  width: 100%;
  height: 250px;
}
.site-hightlight .video__youtube iframe {
  width: 100%;
  height: 100%;
}

.site-customer {
  background: #f2f2f2;
}
.site-customer .heading {
  text-align: left;
  font-size: 30px;
}
.site-customer .heading:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.site-parnert .item {
  height: 100px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 10px;
}
.site-parnert .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.site-parnert .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.site-parnert .parnert-content {
  margin-bottom: 20px;
}
.site-parnert .parnert-content:last-child {
  margin-bottom: 0;
}

/* Footer
--------------------------------------------- */
.footer {
  background: var(--color-blue);
  padding: 50px 0px 20px 0px;
}
.footer__left {
  padding-right: 50px;
}
.footer__content {
  margin-bottom: 30px;
}
.footer__content .logo {
  text-align: right;
}
.footer__content .logo img {
  width: 200px;
}
.footer .title-footer {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.footer h4 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
  word-break: break-word;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer ul li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a {
  color: #fff;
}
.footer form input {
  height: 40px;
  border-radius: 0;
  border: 0;
  background: #fff;
  padding-left: 10px;
  font-size: 15px;
}
.footer form textarea {
  height: 100px;
  border-radius: 0;
  border: 0;
  background: #fff;
  padding-left: 10px;
  font-size: 15px;
}
.footer form .btn-white {
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
.footer form .btn-white:hover {
  background: var(--color-blue);
  color: #fff;
}

.coppright {
  background: #034e2f;
  padding: 15px 0px;
  text-align: center;
}
.coppright a {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
}

.scroll-top {
  display: none;
}

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.active-scroll a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: var(--color-blue);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50%;
  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;
  margin-left: 10px;
}
.active-scroll a img {
  width: 30px;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: var(--color-blue);
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: var(--color-blue);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.hc-offcanvas-nav a {
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  border-left: 0;
  width: 25px;
  height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: -1px;
}

.nav-close a {
  padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
  text-transform: uppercase;
}

.flag-content {
  border-bottom: 1px solid #fff;
}
.flag-content a {
  border: 0;
}

.full-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none;
}
.full-search .input-search {
  width: 70%;
  margin: 20% auto;
  border-bottom: 1px solid #ffff;
}
.full-search .input-search input {
  width: 100%;
  outline: none;
  background: none;
  width: calc(100% - 110px);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20px 20px;
  border: 0;
}
.full-search .input-search input:focus {
  color: #fff;
}
.full-search .input-search input::-webkit-input-placeholder {
  color: #fff;
}
.full-search .input-search input:-ms-input-placeholder {
  color: #fff;
}
.full-search .input-search input::-ms-input-placeholder {
  color: #fff;
}
.full-search .input-search input::placeholder {
  color: #fff;
}
.full-search .input-search button {
  width: 100px;
  color: #fff;
  font-size: 20px;
  background: none;
  outline: none;
  cursor: pointer;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20.6px 20px;
  border: 0;
}
.full-search .times-search {
  position: absolute;
  top: 50px;
  right: 50px;
}
.full-search .times-search a {
  color: #fff;
  font-size: 30px;
}

/* Woocommerce
--------------------------------------------- */
/* Update */
body.woocommerce-cart,
body.woocommerce-checkout {
  min-height: 100%;
  line-height: normal;
  background: #f9f9f9;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  margin: 0 !important;
}

body.woocommerce-cart .quantity .screen-reader-text,
body.woocommerce-checkout .quantity .screen-reader-text {
  width: 100%;
}

.gini-shipping .container {
  width: auto !important;
  max-width: 1170px !important;
}

.gini-shipping .shipping-header {
  padding-top: 25px;
  padding-bottom: 15px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step
  .bs-wizard-stepnum {
  color: #a3a3a3;
  font-size: 14px;
}

.gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step:first-child
  > .progress {
  left: 50%;
  width: 50%;
}

.gini-shipping .shipping-header .bs-wizard > .bs-wizard-step > .progress {
  height: 3px;
  margin: 22px 0;
  background: #b9b9b9;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  font-size: 12px;
  text-align: center;
}

.gini-shipping .shipping-header .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 2px solid #35c4f6;
  line-height: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  top: 40px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-align: center;
}

.gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step:last-child
  > .progress {
  width: 50%;
}

.gini-shipping .shipping-header .gini-logo img {
  max-height: 60px;
}

.gini-shipping .shipping-header .gini-hotline svg {
  height: 35px;
  width: 45px;
}

.gini-shipping a {
  text-decoration: none;
}

.gini-shipping .shipping-header .gini-hotline span {
  width: 100%;
  font-size: 14px;
}

.gini-shipping .shipping-header .gini-hotline span small {
  display: block;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}

.woocommerce-cart
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  > .bs-wizard-dot,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  > .bs-wizard-dot,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  > .bs-wizard-dot,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  > .bs-wizard-dot,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  > .bs-wizard-dot,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-3
  > .bs-wizard-dot {
  background: var(--color-blue);
  font-size: 15px;
  color: #fff;
  border: none;
  line-height: 26px;
  -webkit-box-shadow: #666 0 0 2px;
  box-shadow: #666 0 0 2px;
}

.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  > .progress
  > .progress-bar {
  width: 50%;
}

.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  > .progress
  > .progress-bar,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  > .progress
  > .progress-bar {
  width: 100%;
}

.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-3
  > .progress
  > .progress-bar {
  width: 100%;
}

.gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step
  > .progress
  > .progress-bar {
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--color-blue);
  -webkit-transition: none;
  transition: none;
}

.gini-shipping .shipping-header .gini-hotline a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-blue);
  border: 1px solid #ddd;
  border-radius: 23px;
  width: 100%;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  min-width: 170px;
}

.woocommerce-cart
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  .bs-wizard-stepnum,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  .bs-wizard-stepnum,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  .bs-wizard-stepnum,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-3
  .bs-wizard-stepnum {
  color: #000;
}

.gini-shipping .gini-main .gini-h1 {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ffe2ec;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.title-woo-custom {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-blue);
}

.woocommerce-cart .gini-shipping .gini-main .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-cart .gini-shipping .gini-main .woocommerce-cart-form table,
.woocommerce-cart
  .gini-shipping
  .gini-main
  .cart-collaterals
  .cart_totals
  table {
  border: none;
  margin: 0;
}

.woocommerce-cart
  .gini-shipping
  .gini-main
  .woocommerce-cart-form
  table
  .product-name
  a {
  color: #000;
}

.woocommerce-cart
  .gini-shipping
  .gini-main
  .woocommerce-cart-form
  table
  .product-thumbnail
  img {
  width: 100px;
}

.woocommerce-cart
  .gini-shipping
  .gini-main
  .woocommerce-cart-form
  table
  .product-name
  a:hover {
  color: var(--color-blue);
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table thead th {
  font-weight: bold;
}

.woocommerce-checkout .gini-shipping .gini-main table.shop_table th {
  font-weight: normal;
}

.gini-shipping .woocommerce button.button {
  background: var(--color-blue);
  background-color: var(--color-blue);
  font-size: 18px;
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0 3px 3px 0;
  font-weight: normal;
  margin: 0;
  padding: 9px 15px;
}

.gini-shipping .woocommerce button.button:hover {
  background: #fdd835;
  background-color: #fdd835;
  color: #4a4a4a;
}

.gini-shipping input,
.gini-shipping textarea {
  padding: 5px 10px;
}

.woocommerce-cart
  .gini-shipping
  .gini-main
  .woocommerce-cart-form
  table
  .coupon
  button[name="update_cart"] {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  background-color: #fffbfb;
  border-color: #ff959c;
  color: #ff3b27;
  border: 1px solid #ff3b27;
  border-radius: 4px;
}

.woocommerce-info {
  border-top-color: #ff3b27;
}

.woocommerce-message::before {
  color: #ff3b27;
}

.woocommerce-info::before {
  color: #ff3b27;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  padding: 15px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #ff699d;
  border-color: #c2000c;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-title {
  font-size: 17px;
  color: #000;
  font-weight: 400;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body input {
  width: 65%;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 0;
}

.product-quantity .quantity {
  margin-bottom: 0;
}

.woocommerce-cart .coupon.ws-boxshadow .panel-body button {
  width: 35%;
  font-weight: normal;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table tbody th {
  font-weight: normal;
}

.woocommerce-cart .cart-collaterals .order-total span.woocommerce-Price-amount,
.woocommerce-checkout .order-total span.woocommerce-Price-amount {
  color: #fe3834;
  font-size: 22px;
  font-weight: normal;
}

.ws-buy-conti {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.ws-buy-conti:hover {
  color: #fff;
  background: #0060c4;
}

.gini-shipping .gini-h1 {
  border-bottom: 1px solid #c9d0cd;
  padding-bottom: 10px;
  font-size: 17px;
  color: var(--color-blue);
}

.gini-shipping h1.gini-h1,
.gini-shipping #ship-to-different-address {
  border: none;
  padding: 0;
  margin: 0;
}

.ws-boxshadow {
  border-left: 1px solid #c9d0cd;
  border-right: 1px solid #c9d0cd;
  border-bottom: 1px solid #c9d0cd;
  border-top: 3px solid var(--color-blue) !important;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 2px;
  padding: 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1),
    0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.woocommerce-checkout form .form-row {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  width: 100% !important;
}

.woocommerce-checkout form .form-row label,
#billing_address_2_field > label {
  width: 30% !important;
}

.woocommerce-checkout form .form-row span,
.woocommerce form .form-row.address-field .select2-container {
  width: 70%;
  border-radius: 0;
}

.woocommerce form .form-row.address-field .select2-container {
  width: 70% !important;
}

.woocommerce
  form
  .form-row.address-field#billing_state_field
  > .woocommerce-input-wrapper
  > .select2-container {
  width: 100% !important;
}

.woocommerce-checkout #place_order {
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-column__title {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-2 {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  min-width: 49%;
  padding: 0;
  margin-bottom: 20px;
}

.gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step
  .bs-wizard-stepnum
  a {
  color: #a3a3a3;
  font-size: 14px;
}

.woocommerce-cart
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  .bs-wizard-stepnum
  a,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-1
  .bs-wizard-stepnum
  a,
.woocommerce-checkout
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-2
  .bs-wizard-stepnum
  a,
.woocommerce-order-received
  .gini-shipping
  .shipping-header
  .bs-wizard
  > .bs-wizard-step.step-3
  .bs-wizard-stepnum
  a {
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: #ffe2ec;
}

.woocommerce-LostPassword a {
  color: var(--color-blue);
}

.woocommerce form .form-row .required {
  color: #ff9e00;
}

.gini-main {
  padding: 50px 0px;
}

.woocommerce-MyAccount-navigation ul {
  background: #fff;
  width: 90%;
}
.woocommerce-MyAccount-navigation ul li {
  font-size: 15px;
  color: #333;
  padding: 15px 20px;
  border-bottom: 1px solid #ffeded;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #333;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-blue);
}

.woocommerce-MyAccount-content {
  padding: 20px;
  background: #fff;
}

.gini-shipping a {
  color: var(--color-blue);
}
.gini-shipping p {
  line-height: 1.5;
}
.gini-shipping .custom-bold {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}
.gini-shipping input {
  height: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}

.woocommerce form .form-row {
  width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.quantity {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity span {
  margin-right: 40px;
  line-height: 33px;
}

.quantity input {
  border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 50px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 1200px) {
  .gini-shipping .shipping-header {
    background: #fff;
  }

  .gini-shipping .shipping-header .bs-wizard > .bs-wizard-step > .progress {
    height: 6px;
    margin: 20px 0;
    background: #ebebeb;
  }

  .gini-shipping
    .shipping-header
    .bs-wizard
    > .bs-wizard-step
    > .bs-wizard-dot {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: none;
    line-height: 26px;
    -webkit-box-shadow: #666 0 0 2px;
    box-shadow: #666 0 0 2px;
  }

  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-info {
    background-color: #fffbfb;
    border-color: var(--color-blue);
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    border-radius: 4px;
  }

  .woocommerce-info::before {
    color: var(--color-blue);
  }

  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    background: #fff;
    border: 1px solid var(--color-blue);
    margin: 15px 0px;
  }

  .woocommerce form .form-row label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    width: 100%;
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce
    .woocommerce-form-login
    .woocommerce-form-login__rememberme
    span {
    padding-left: 10px;
  }

  .woocommerce form .show-password-input,
  .woocommerce-page form .show-password-input {
    top: 6px;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout form .form-row label,
  #billing_address_2_field > label {
    width: 100% !important;
  }

  .woocommerce-checkout form .form-row span,
  .woocommerce form .form-row.address-field .select2-container {
    width: 100%;
    border-radius: 0;
  }

  .woocommerce form .form-row.address-field .select2-container {
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-navigation ul {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }
}
/* products
--------------------------------------------- */
.site-products-page {
  padding: 50px 0px;
}
.site-products-page .filter-top {
  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;
  border-bottom: 1px solid #eff2f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-products-page .filter-top .filter-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-products-page .filter-top .filter-left .js-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.site-products-page .filter-top .filter-left .filter-tt p {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  background: var(--color-blue);
}
.site-products-page .filter-top .filter-left .filter-tt p a {
  padding-left: 5px;
  color: #fff;
}
.site-products-page .filter-top bespan {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.site-products-page .filter-content {
  display: none;
}
.site-products-page .filter-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eff2f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-products-page .filter-content ul li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.site-products-page .filter-content ul li ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.site-products-page .filter-content ul li ul li {
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.site-products-page .filter-content ul li ul li:last-child {
  padding: 0;
}
.site-products-page .filter-content ul li ul li a {
  font-size: 14px;
  color: #333;
}
.site-products-page .filter-content ul li ul li a:hover {
  color: var(--color-blue);
}
.site-products-page .list-content-products .item-products {
  margin-bottom: 30px;
}
.list-content-products {
  margin-top: 15px;
}
.site-products-page .list-content-products .title-top {
  margin-bottom: 30px;
  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;
}
.site-products-page .list-content-products .title-top .title {
  font-size: 30px;
  font-weight: bold;
  color: var(--color-blue);
  text-transform: uppercase;
}
.site-products-page .list-content-products .title-top .select-filter .select {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-products-page
  .list-content-products
  .title-top
  .woocommerce-result-count {
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 10px;
}
.site-products-page .list-content-products .title-top .woocommerce-ordering {
  margin: 0;
}
.site-products-page
  .list-content-products
  .title-top
  .woocommerce-ordering
  select {
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
}
.site-products-page .products-slider .slider-for .item {
  background: #fff;
  margin-right: 1px;
  padding-right: 1px;
  border: 1px solid #ececec;
}
.site-products-page .products-slider .slider-for .item img {
  width: 100%;
  height: 100%;
}
.site-products-page .products-slider .slider-nav {
  margin: 0px -5px;
  margin-top: 10px;
}
.site-products-page .products-slider .slider-nav .slick-slide {
  padding: 0px 5px;
}
.site-products-page .products-slider .slider-nav .slick-list {
  padding: 0 !important;
}
.site-products-page .products-slider .slider-nav .slick-current .item {
  border: 1px solid var(--color-blue);
}
.site-products-page .products-slider .slider-nav .item {
  width: 100px;
  height: 88px;
  background: #fff;
  padding: 5px;
  border: 1px solid #ececec;
}
.site-products-page .products-slider .slider-nav .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.site-products-page .products-slider .slick-prev {
  left: 6px;
  z-index: 9;
}
.site-products-page .products-slider .slick-next {
  right: 6px;
  z-index: 9;
}
.site-products-page .products-slider .slick-dots {
  bottom: 115%;
}
.site-products-page .related__product h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.site-products-page .related__product .owl-nav .owl-prev {
  left: 0;
}
.site-products-page .related__product .owl-nav .owl-nextbe {
  right: 0;
}
.site-products-page .related__product .item-products {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.site-products-page .related__product .item-products h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.site-products-page .single-product__info {
  margin-top: 50px;
}
.site-products-page .single-product__info .info__title {
  border-bottom: 1px solid #ccc;
}
.site-products-page .single-product__info .info__title li {
  margin-right: 5px;
  border-bottom: none;
  display: inline-block;
  min-width: 203px;
  height: 40px;
  text-align: center;
  margin-bottom: -2px;
}
.site-products-page .single-product__info .info__title a {
  font-size: 15px;
  color: var(--color-blue);
  margin: 0;
  line-height: 38px;
  font-weight: 600;
  padding: 0 10px;
}
.site-products-page .single-product__info .info__title .active {
  background: var(--color-blue);
  color: #fff;
}
.site-products-page .single-product__info .info__detail {
  background: #fff;
  padding-top: 25px;
}
.site-products-page .single-product__info .info__detail-text {
}
.site-products-page .single-product__info .info__detail-text p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}
.site-products-page .single-product__info .info__detail-text h6 {
  margin-bottom: 10px;
  font-family: sfui-semibold;
}
.site-products-page .single-product__info .info__detail .info__detail-show {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.site-products-page .single-product__info .info__detail .hide-more:before {
  display: none !important;
}
.site-products-page .single-product__info .info__detail .show-more {
  text-align: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  display: none;
}
.site-products-page .single-product__info .info__detail .show-more:before {
  height: 30px;
  margin-top: 0px;
  content: -webkit-gradient(
    linear,
    0% 100%,
    0% 0%,
    from(#fff),
    color-stop(0.2, #fff),
    to(rgba(255, 255, 255, 0))
  );
  display: block;
}
.site-products-page .single-product__info .info__detail .show-more a {
  width: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  margin: 10px auto;
  cursor: pointer;
  color: var(--color-blue);
}
.site-products-page .single-product__info .info__detail .show-more a i {
  margin-left: 4px;
}
.site-products-page .single-product__info .video-youtube {
  padding-top: 25px;
  background: #fff;
}
.site-products-page .single-product__info .video-youtube iframe {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .site-products-page .single-product__info .video-youtube iframe {
    height: 300px;
  }
}
.site-products-page .single-product__description {
  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;
}
.site-products-page .single-product__description h2,
.site-products-page .single-product__description h1 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.site-products-page .single-product__description .des {
  margin-bottom: 15px;
}
.site-products-page .single-product__description .des span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.site-products-page .single-product__description .des p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0;
}
.site-products-page .single-product__description .des ul li {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
.site-products-page .single-product__description .des ul li:last-child {
  margin-bottom: 0;
}
.site-products-page .single-product__description .contact-details {
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}
.site-products-page
  .single-product__description
  .contact-details
  .single_add_to_cart_button {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #fff;
  font-weight: 400;
  padding: 7px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.site-products-page
  .single-product__description
  .contact-details
  .single_add_to_cart_button:hover {
  border: 1px solid var(--color-blue);
  background: #fff;
  color: var(--color-blue);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.site-products-page
  .single-product__description
  .contact-details
  .single_add_to_cart_button
  span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding-top: 7px;
}
.site-products-page .single-product__description .contact-cty ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-products-page .single-product__description .contact-cty ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
.site-products-page .single-product__description .contact-cty ul li a {
  font-size: 15px;
  color: #666;
}
.site-products-page .single-product__description .contact-cty ul li a i {
  padding-right: 5px;
}
.site-products-page .single-product__description .price-t {
  margin-bottom: 15px;
}
.site-products-page .single-product__description .price-t .price {
  margin-bottom: 0;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.site-products-page .single-product__description .price-t .price del {
  color: #ccc;
  padding-left: 10px;
  font-weight: 300;
  font-size: 14px;
}
.site-products-page .single-product__description .price-t .price ins {
  background: none;
  color: var(--color-blue);
}
.site-products-page .single-product__description .list-mt {
  margin-bottom: 15px;
}
.site-products-page .single-product__description .list-mt ul li {
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-blue);
  margin-bottom: 0;
  font-weight: bold;
}
.site-products-page .single-product__description .list-mt ul li span {
  font-weight: 400;
  color: #414141;
  padding-right: 5px;
}
.site-products-page .single-product__description .list-mt ul li:last-child {
  padding-bottom: 0;
}
.site-products-page .single-product__description .list-mt ul li a {
  color: #333;
  font-weight: bold;
}
.site-products-page .single-product__description .list-mt ul li a:hover {
  color: var(--color-blue);
}
.site-products-page
  .single-product__description
  .list-mt
  ul
  li
  .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-products-page
  .single-product__description
  .list-mt
  ul
  li
  .woocommerce-product-rating
  .star-rating {
  margin: 0;
  color: var(--color-yellow);
}
.site-products-page
  .single-product__description
  .list-mt
  ul
  li
  .woocommerce-product-rating
  .star-rating:before {
  color: var(--color-yellow);
}
.site-products-page
  .single-product__description
  .list-mt
  ul
  li
  .woocommerce-product-rating
  .star-rating
  span {
  color: var(--color-yellow);
}
.site-products-page
  .single-product__description
  .list-mt
  ul
  li
  .woocommerce-product-rating
  .woocommerce-review-link {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #6d6e71 !important;
  padding-left: 10px;
  font-weight: 400;
}
.site-products-page
  .single-product__description
  .thong-bao
  .woocommerce-message {
  margin: 0;
  margin-bottom: 5px;
}
.site-products-page .related__product {
  padding: 30px 0px;
}
.site-products-page .related__product .title-main .heading span {
  background: #fff;
}
.site-products-page .related__product .sl-sale {
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.site-products-page .related__product .sl-sale .owl-theme .owl-nav {
  margin-top: 0;
}
.site-products-page .related__product .sl-sale .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-products-page .related__product .sl-sale .owl-prev span {
  font-size: 60px;
  color: #8e8e8e;
}
.site-products-page .related__product .sl-sale .owl-prev span:hover {
  color: var(--color-blue);
}
.site-products-page .related__product .sl-sale .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-products-page .related__product .sl-sale .owl-next span {
  font-size: 60px;
  color: #8e8e8e;
}
.site-products-page .related__product .sl-sale .owl-next span:hover {
  color: var(--color-blue);
}

.slick-prev:before,
.slick-next:before {
  color: var(--color-blue);
}

.contact-details .quantity {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  margin-right: 10px;
}
.contact-details .quantity input[type="number"] {
  max-width: 60px;
  width: 60px;
}
.contact-details .quantity input {
  border-color: #ccc;
}
.contact-details .quantity input[type="button"] {
  width: 30px;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantity span {
  margin-right: 20px;
  line-height: 33px;
  font-weight: bold;
}

.quantity input {
  border: 1px solid #ffe2ec;
}

.quantity input[type="button"] {
  border-radius: unset;
  background: #fff;
}

.quantity input[type="button"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quantity input[type="number"] {
  border-radius: unset;
  border-left: none;
  border-right: none;
  max-width: 30px;
  text-align: center;
}

.quantity input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-splq {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 10px;
}
.single-splq .title-custom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #414042;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}
.single-splq .title-custom span {
  display: inline-block;
  position: relative;
}
.single-splq .title-custom span:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-blue);
}
.single-splq .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.single-splq .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.single-splq .item .text {
  padding-left: 10px;
}
.single-splq .item .text h3 a {
  display: block;
  font-size: 15px;
  color: #58595b;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.single-splq .item .text h3 a:hover {
  color: var(--color-blue);
}
.single-splq .item .price del {
  display: none;
}
.single-splq .item .price ins {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-blue);
  background: none;
}

.sidebar-products {
}
.sidebar-products h3,
.sidebar-products h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0px;
  background: var(--color-blue);
  text-align: center;
  color: #fff;
}
.sidebar-products .widget,
.sidebar-news .widget_product_categories {
  margin-bottom: 20px;
  border: 1px solid var(--color-blue);
  border-radius: 5px;
}
.sidebar-products ul li,
.sidebar-news .widget_product_categories li {
  padding: 15px 15px;
  border-bottom: 1px solid var(--color-blue);
  background: #f6f6f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item {
  padding: 15px;
}
.sidebar-products ul li .children,
.sidebar-news .widget_product_categories ul li .children {
  margin: 0;
  display: none;
}
.sidebar-products ul li:hover,
.sidebar-news .widget_product_categories ul li:hover {
  background: var(--color-blue);
}
.sidebar-products ul li:hover > a,
.sidebar-products ul li:hover > span,
.sidebar-news .widget_product_categories ul li:hover > a,
.sidebar-news .widget_product_categories ul li:hover > span {
  color: #fff;
}
.sidebar-products ul li:last-child,
.sidebar-news .widget_product_categories ul li:last-child {
  border: 0;
}
.sidebar-products ul li a,
.sidebar-news .widget_product_categories ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-blue);
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 991px) {
  .single-product__description {
    margin-top: 20px;
    height: auto;
  }

  .site-products-page .single-product__description .contact-details {
    margin-bottom: 15px;
  }

  .list-splq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-splq .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single-splq .title-custom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-products-page .list-content-products .title-top {
    display: block;
  }

  .site-products-page .list-content-products .title-top .title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .page-banner {
    height: 200px;
  }

  .site-products-page .single-product__description h1 {
    font-size: 20px;
  }
}
.site-products-page .content-custom {
  border: 1px solid var(--color-blue);
  padding: 20px 30px;
  margin-bottom: 20px;
}
.site-products-page .content-custom .item-products {
  margin-bottom: 0 !important;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.site-products-page .content-custom .item-products h3 a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.site-products-page .item-products .images img {
  height: 200px;
  object-fit: cover;
}
.site-products-page .content-custom .title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.site-products-page .content-custom .title h2 a {
  color: #333;
}
.site-products-page .content-custom .owl-theme .owl-nav {
  margin-top: 0;
}
.site-products-page .content-custom .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 !important;
  background: none !important;
  outline: none !important;
}
.site-products-page .content-custom .owl-theme .owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--color-blue);
}
.site-products-page .content-custom .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 !important;
  background: none !important;
  outline: none !important;
}
.site-products-page .content-custom .owl-theme .owl-nav .owl-next span {
  font-size: 50px;
  color: var(--color-blue);
}

.form-tuvan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.form-tuvan .js-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.5);
}
.form-tuvan__content {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 9;
  background: #fff;
}
.form-tuvan__content p {
  margin: 0 !important;
}
.form-tuvan__content h3 {
  background: var(--color-blue);
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.form-tuvan__content form {
  padding: 30px;
}
.form-tuvan__content input {
  height: 40px;
  border-radius: 0;
  padding-left: 10px;
}
.form-tuvan__content textarea {
  height: 150px;
}
.form-tuvan__content .btn-custom {
  cursor: pointer;
  margin: 0 auto;
  border-radius: 3px;
  background: var(--color-blue);
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-tuvan__content .btn-custom:hover {
  background: transparent;
  color: var(--color-blue);
}

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

/* page
--------------------------------------------- */
.site-about-page {
  padding: 30px 0px;
}

.site-banner-page {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.site-banner-page .title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
}
.site-banner-page .rank-math-breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.site-banner-page .rank-math-breadcrumb p span {
  padding-left: 5px;
}
.site-banner-page .rank-math-breadcrumb p a {
  color: var(--color-blue);
}

.site-news-page {
  padding: 50px 0px;
}

.sidebar-news .title {
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  border-radius: 5px;
}
.sidebar-news .news-content img {
  width: 100%;
  display: block;
}
.sidebar-news .news-content h3 {
  padding: 10px 0px;
}
.sidebar-news .news-content h3 a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.sidebar-news .news-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.title-top {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.title-top .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-blue-medium);
}

.news-content .title-top {
  font-size: 10px;
  padding-bottom: 11px;
}
.news-content .title-top .title {
  font-size: 2.4em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.item-news {
  margin-bottom: 20px;
}
.item-news:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.item-news:hover .text h3 a {
  color: var(--color-blue);
}
.item-news .img {
  overflow: hidden;
}
.item-news .text {
  padding-top: 10px;
}
.item-news .text h3 a {
  display: block;
  font-size: 20px;
  color: var(--color-blue-medium);
  margin-bottom: 10px;
}
.item-news .text p {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 0;
  line-height: 1.5;
}

.recruitment-content_list .item-news:hover .text {
  color: #fff;
}
.recruitment-content_list .item-news:hover .text .btn-custom {
  background: var(--color-blue);
  color: #fff;
}
.recruitment-content_list .item-news:hover .text h3 a {
  color: var(--color-blue);
}
.recruitment-content_list .item-news .col-lg-9 {
  background: #f3f3f3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.recruitment-content_list .item-news .img {
  height: 100%;
}
.recruitment-content_list .item-news .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.recruitment-content_list .item-news .text {
  padding-left: 20px;
  position: relative;
}
.recruitment-content_list .item-news .text h3 a {
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 700;
}
.recruitment-content_list .item-news .text .date span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.recruitment-content_list .item-news .text .date span i {
  color: var(--color-blue);
  padding-right: 5px;
}
.recruitment-content_list .item-news .text .des {
  padding-top: 10px;
}
.recruitment-content_list .item-news .text .des p {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.recruitment-content_list .item-news .text .btn-custom {
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  vertical-align: middle;
  text-align: center;
  border-radius: unset;
  color: #000;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 0px 15px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.sidebar-news .news-content {
  padding: 20px;
  background: #ebebeb;
}
.sidebar-news .list-news {
  margin-top: 16px;
}
.sidebar-news .list-news .item {
  margin-bottom: 12px;
}
.sidebar-news .list-news .item .text {
  padding-left: 10px;
}
.sidebar-news .list-news .item .text h3 a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.site-single {
  padding: 30px 0px;
}

.comment-facebook {
  margin-top: 30px;
}

.contact-tt {
  margin-top: 20px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
}
.contact-tt .title-tt {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-blue);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.contact-tt .box-contact {
  margin-bottom: 20px;
}
.contact-tt .box-contact h4 {
  text-decoration: underline;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.contact-tt .box-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-tt .box-contact ul li {
  padding-bottom: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.contact-tt .box-contact ul li:before {
  content: "\f005";
  font-family: fontawesome;
  font-size: 15px;
  color: var(--color-yellow);
  padding-right: 5px;
}
.contact-tt .box-contact ul li:last-child {
  padding-bottom: 0;
}
.contact-tt .form p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.contact-tt .form input {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-left: 5px;
  background: #fff;
}
.contact-tt .form textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-left: 5px;
  background: #fff;
  height: 148px;
}
.contact-tt .form .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 3px;
  background: var(--color-blue);
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  min-width: 120px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  padding: 0px 20px;
  border: 1px solid var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-tt .form .btn-custom:hover {
  background: none;
  color: var(--color-blue);
}

.related-news {
  margin-top: 30px;
}
.related-news .item-news .text h3 a {
  font-size: 16px;
  line-height: 1.5;
}

.title-site-news {
  font-size: 10px;
  padding-bottom: 23px;
}
.title-site-news h1,
.title-site-news h2 {
  font-size: 2.4em;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.title-site-news.has-bd h2 {
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
}

.box-galerry {
  margin-bottom: 20px;
}
.box-galerry:hover .box-images img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}
.box-galerry:hover .box-text h3 {
  color: var(--color-blue);
}
.box-galerry .box-images {
  max-width: 100%;
  height: 205px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .box-galerry .box-images {
    height: auto;
  }
}
.box-galerry .box-images img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .box-galerry .box-images img {
    height: auto;
  }
}
.box-galerry .box-text {
  padding-top: 15px;
}
.box-galerry .box-text h3 {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.product-galerry img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-galerry .slider-for {
  -webkit-box-shadow: 0px 2px 16px 1px rgba(233, 236, 239, 0.61);
  box-shadow: 0px 2px 16px 1px rgba(233, 236, 239, 0.61);
}
.product-galerry .slider-for:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}
.product-galerry .slider-for:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.product-galerry .slider-for .item {
  height: 500px;
  cursor: pointer;
}
.product-galerry .slider-for .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-galerry .slider-for .slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  color: #000;
}
.product-galerry .slider-for .slick-next {
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.product-galerry .slider-for .slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  color: #000;
}
.product-galerry .slider-nav {
  background-color: rgba(246, 247, 248, 0.753);
  margin: 0px -5px;
  margin-top: 10px;
}
.product-galerry .slider-nav .slick-slide {
  padding: 0px 5px;
}
.product-galerry .slider-nav:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}
.product-galerry .slider-nav:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.product-galerry .slider-nav .slick-slide {
  height: 75px;
}
.product-galerry .slider-nav .slick-slide div {
  height: 100%;
}
.product-galerry .slider-nav .item {
  cursor: pointer;
  height: 100%;
}
.product-galerry .slider-nav .item img {
  height: 100%;
  display: block;
}
.product-galerry .slider-nav .slick-prev {
  background: rgba(188, 189, 192, 0.699);
  height: 100%;
  left: 5px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0;
}
.product-galerry .slider-nav .slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  color: #000;
}
.product-galerry .slider-nav .slick-next {
  background: rgba(188, 189, 192, 0.699);
  height: 100%;
  right: 5px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0;
}
.product-galerry .slider-nav .slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  color: #000;
}

.text-content {
  background: var(--color-blue);
  height: 100%;
}
.text-content .the_content p {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  padding: 30px 20px;
}

.show-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 10px;
}
.show-view span {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
}
.show-view span::before {
  font-family: "fontawesome";
  padding-right: 4px;
}
.show-view .date-post span::before {
  content: "\f073";
}
.show-view .count-view {
  margin-left: 10px;
}
.show-view .count-view span::before {
  content: "\f06e";
}

.related-post-bottom {
  padding-bottom: 40px;
}

.contact-container {
  padding: 40px 0px;
}
.contact-container .form-left form .form-group .text-contact {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.contact-container .form-left form .form-group .form-control {
  border-radius: 0;
}
.contact-container .form-left form .form-group textarea {
  height: 100px;
}
.contact-container .form-left form .btn {
  background: var(--color-blue);
  border-radius: 0;
  padding: 7px 25px;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .contact-container .text-right-contact {
    padding-top: 20px;
  }
}
.contact-container .text-right-contact h2 {
  color: var(--color-blue);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contact-container .text-right-contact .box-cotact {
  margin-bottom: 20px;
}
.contact-container .text-right-contact .box-cotact h3 {
  font-size: 16px;
  color: #333333;
  padding-bottom: 10px;
  font-weight: 600;
}
.contact-container .text-right-contact .box-cotact ul li {
  padding: 5px 0px;
  color: #333;
  font-size: 15px;
}
.contact-container .text-right-contact .box-cotact ul li a {
  color: #333;
  line-height: 1.5;
}
.contact-container .text-right-contact .box-cotact ul li a i {
  padding-right: 5px;
}
.contact-container .maps {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact-container .maps iframe {
    height: 300px;
  }
}

.site-contact-maps .maps-content {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-contact-maps .maps-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(rgba(255, 255, 255, 0.5))
  );
  background-image: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 0.5) 100%
  );
}
.site-contact-maps .maps-content .container {
  position: relative;
  z-index: 8;
}
.site-contact-maps .maps-content .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.site-contact-maps .maps-content .text ul li {
  font-size: 16px;
  padding-bottom: 15px;
  color: #333;
}
.site-contact-maps .maps-content .text ul li:last-child {
  padding-bottom: 0;
}
.site-contact-maps .maps-content .maps {
  background: #666;
  padding: 20px;
  position: relative;
}
.site-contact-maps .maps-content .maps p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.site-contact-maps .maps-content .maps a {
  height: 45px;
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-contact-maps .maps-content .maps a:hover {
  background: #fff;
  color: #333;
  font-weight: 600;
}
.site-contact-maps .maps-content .maps a i {
  padding-left: 5px;
}
.site-contact-maps .maps-content .maps:after {
  content: "";
  border-top: 12px solid #666;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -11px;
  left: 50px;
}

@media screen and (max-width: 991px) {
  .sidebar-news {
    margin-top: 30px;
  }
}
.sidebar-news .news-content {
  padding: 10px;
  background: #ebebeb;
}
.sidebar-news .news-content:hover h3 a {
  color: var(--color-blue);
}
@media screen and (max-width: 991px) {
  .sidebar-news .news-content .text {
    padding-left: 15px;
  }
}
.sidebar-news .list-news {
  margin-top: 16px;
}
.sidebar-news .list-news .item {
  margin-bottom: 12px;
}
.sidebar-news .list-news .item:hover .text h3 a {
  color: var(--color-blue);
}
.sidebar-news .list-news .item .text {
  padding-left: 10px;
}
.sidebar-news .list-news .item .text h3 a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* .sidebar-news .product-categories {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #333;
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sidebar-news .product-categories li {
  border-bottom: 1px solid #333;
  transition: all 0.3s;
}
.sidebar-news .product-categories li:last-child {
  border-bottom: 0;
}
.sidebar-news .product-categories li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  padding: 12px 10px;
  display: inline-block;
}
.sidebar-news .product-categories li:hover {
  background: #01a15e;
} */
.border-sidebar {
  border: 1px solid #ccc;
}
.sidebar-news .list-news {
  padding: 0px 10px;
}
/* .sidebar-news .product-categories li:hover a {
  color: #fff;
} */
.sidebar-news .title,
.widget-title {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: var(--color-blue);
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-news:hover h3 a {
  color: var(--color-blue);
}
.blog-news img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  border:1px solid #ccc;
}
.blog-news .date {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 15px;
  color: #666;
}
.blog-news .date i {
  color: var(--color-blue);
}
.blog-news h3 a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 15px 0px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-news p {
  font-size: 14px;
  line-height: 1.5;
}

.fb_iframe_widget_fluid span iframe {
  width: 100% !important;
}

.title-custom {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding: 10px 15px;
  background: var(--color-blue);
  margin-bottom: 15px;
  color: #fff;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.site-services-page .blog-news {
  text-align: center;
}
.site-services-page .blog-news img {
  height: 250px;
}
.site-services-page .blog-news h3 a {
  text-transform: uppercase;
  font-size: 20px;
}
.site-services-page .blog-news p {
  font-size: 18px;
}

.archive-custom {
  margin-bottom: 30px;
}
.the_content strong {
  color: red;
}
.the_content a {
  color: var(--color-blue);
}
.archive-custom .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;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding: 10px 15px;
  background: var(--color-blue);
  color: #fff;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.archive-custom .title h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.archive-custom .title .btn-custom {
  padding: 0;
  height: auto;
  color: #fff;
  line-height: 1.5;
  min-width: 10px;
}
.archive-custom .title h2 a:hover {
  color: var(--color-blue);
}

@media screen and (max-width: 1199px) {
  .site-services-page .blog-news h3 a {
    font-size: 18px;
  }

  .site-services-page .blog-news p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .site-services-page .blog-news h3 a {
    font-size: 16px;
  }

  .site-services-page .blog-news p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment-content_list .item-news .text {
    padding-left: 10px;
    text-align: justify;
    padding-right: 10px;
  }
}
/* about
--------------------------------------------- */
.nav-tab .nav {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #333;
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 20px;
}
.nav-tab .nav li {
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tab .nav .current-menu-item a {
  background: var(--color-blue);
  color: #fff;
}
.nav-tab .nav li:last-child {
  border-bottom: 0;
}
.nav-tab .nav li:hover {
  background: #01a15e;
}
.nav-tab .nav li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  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;
  background: #fff;
  padding: 13px 10px;
}
.nav-tab .nav li a:hover {
  background: #01a15e;
  color: #fff;
}
.nav-tab .nav li .active {
  background: var(--color-blue);
  color: #fff;
}
.site-about-page .the_content h2,
.site-about-page .the_content h3,
.site-about-page .the_content h4,
.site-about-page .the_content h5,
.site-about-page .the_content h6 {
  color: var(--color-blue);
  font-weight: bold;
}
.site-about-page .tab-content .title-content {
  background: var(--color-blue);
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 767px) {
  .tab-content {
    padding-top: 30px;
  }
}
.border-custom {
  border: 1px solid #ccc;
  padding: 10px;
}
.bonus {
  position: fixed;
  bottom: 200px;
  z-index: 999;
  right: 10px;
}
.bonus .hotline {
  margin-bottom: 5px;
}
.bonus .hotline a {
  background: url(../images/icon_zalo.svg) no-repeat;
  height: 50px;
  background-position: center;
  background-size: cover;
  width: 50px;
  display: block;
  margin: auto;
}
.bonus .hotline a:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .bonus {
    bottom: 100px;
  }
  /* .bonus .hotline {
    float: left;
    width: 25%;
    margin-bottom: 5px;
    margin-right: 0;
  } */
}
.widget_product_categories ul li {
  position: relative;
}
.widget_product_categories .product-categories ul {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  z-index: 999999999;
  top: 30%;
  min-width: 200px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}

@media only screen and (min-width: 768px) {
  .widget_product_categories .product-categories li:hover > ul {
    display: block;
  }
}
/* .widget_product_categories .product-categories li.cat-parent::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  top: 12px;
} */
.widget_product_categories ul li:hover:after {
  color: #fff;
}
@media (max-width: 768px) {
  .widget_product_categories ul li {
    flex-wrap: wrap;
  }
  .widget_product_categories .product-categories ul {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit;
    box-shadow: none;
    min-width: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    margin-top: 10px !important;
  }
  .widget_product_categories .product-categories ul.active {
    display: block;
  }
  .widget_product_categories .product-categories li.cat-parent::after {
    display: none;
  }
  .widget_product_categories .product-categories li.cat-parent > .li::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .widget_product_categories
    .product-categories
    li.active.cat-parent
    > .li::after {
    content: "\f106";
  }
  .widget_product_categories ul li:hover {
    background: #f6f6f6;
    color: var(--color-blue);
  }
  .widget_product_categories ul li:hover > a,
  .widget_product_categories ul li:hover > span,
  .widget_product_categories ul li:hover > li {
    color: var(--color-blue);
  }
}
section.header.header-top.header-active {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 5px 1px 7px 1px #e1dbdb;
}
