/*!
Theme Name: Master Theme
Theme URI: http://underscores.me/
Author: Master
Author URI: https://wordpress.org/
Description: The wordpress theme for you
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: master-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Master Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
:root {
  --color-primary: #71bf47;
  --color-hover: #56ad27;
  --color-title: #79c14f;
  --color-secondary: #2D2D2D;
  --color-text: #333333;
  --color-white: #ffffff;
  --border-color: #cccccc;
  --color-red: #ff0000;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  line-height: 1.3;
  color: var(--color-text);
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
/**
 * 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 {
  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;
  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 {
  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"] {
  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/ */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Roboto', 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: 'Roboto', sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: 'Roboto', sans-serif;
}
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 {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* 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);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none;
}
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;
  outline: none;
}
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%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 24px;
}
ol.menu *,
ul.menu *,
ol.menu ul,
ul.menu ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single,
body input:not(input[type="radio"],input[type="checkbox"]),
body textarea {
  width: 100%;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 0;
}
.select2-container--default .select2-selection--single:focus,
body input:not(input[type="radio"],input[type="checkbox"]):focus,
body textarea:focus {
  border-color: var(--color-hover);
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 10px 17px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
img {
  max-width: 100%;
  height: auto;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
.shipping-calculator-form {
  text-align: left;
}
#page {
  background-repeat: no-repeat;
  background-position: top left;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-branding img {
  max-height: 86px;
}
#masthead {
  margin-bottom: 10px;
}
.header-top {
  padding: 18px 0;
}
.phone-header {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 600;
}
.phone-header i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.phone-header span {
  color: var(--color-primary);
}
.phone-header a {
  color: var(--color-red);
}
.search-form-header {
  position: relative;
  padding-right: 7px;
}
.search-form-header .icons-search {
  color: var(--color-white);
  line-height: 0;
  font-size: 19px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.search-form-header .search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 310px;
  padding: 14px 18px;
  background: var(--color-white);
  border-radius: 5px;
  box-shadow: 1px 1px 6px var(--border-color);
  display: none;
  z-index: 3;
}
.search-form-header .content-form-search {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.search-form-header .content-form-search button {
  padding: 0;
  border-radius: 0;
  background-color: var(--color-primary);
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 20px 20px 0;
}
.search-form-header .content-form-search input.search-field {
  width: calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  height: 40px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-right: 0;
  border-radius: 20px 0 0 20px;
}
.slider-homer {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 15px;
}
.slider-homer .slider-item img {
  width: 100%;
}
.slider-homer .slider-next,
.slider-homer .slider-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.slider-homer .slider-next:before,
.slider-homer .slider-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-text);
  opacity: 0.5;
}
.slider-homer .slider-next i,
.slider-homer .slider-prev i {
  position: relative;
  z-index: 1;
}
.slider-homer .slider-next {
  right: 10px;
}
.slider-homer .slider-prev {
  left: 10px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.main-navigation {
  background-color: var(--color-primary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.main-navigation ul.nav-menu > li {
  width: auto;
}
.main-navigation ul.nav-menu > li > a {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}
.main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  margin-left: 9px;
}
.main-navigation ul li {
  position: relative;
  width: 100%;
}
.main-navigation ul li a {
  padding: 12px 15px;
  font-size: 14px;
  display: block;
  color: var(--color-white);
  position: relative;
  text-transform: uppercase;
}
.main-navigation ul li:hover:before,
.main-navigation ul li.current-menu-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-hover);
}
.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  max-width: 250px;
  min-width: 200px;
  background-color: var(--color-hover);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}
.main-navigation ul ul li a {
  padding: 9px 15px;
  font-size: 14px;
  border-bottom: 1px solid var(--color-primary);
}
.main-navigation ul ul li:hover:before,
.main-navigation ul ul li.current-menu-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 0.8;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.nav-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-title);
  color: var(--color-white);
  padding: 10px 15px;
}
.nav-mobile .text-mobile {
  text-transform: uppercase;
  font-size: 15px;
}
.nav-mobile .icons-mobile {
  padding: 7px 14px;
  border-radius: 4px;
  line-height: 0;
  border: 1px solid var(--color-text);
}
.nav-mobile .icons-mobile:hover {
  background-color: var(--color-text);
}
.main-navigation-mobile {
  background-color: var(--color-primary);
  border-top: 1px solid var(--color-text);
  display: none;
}
.main-navigation-mobile ul {
  margin-left: 0;
  padding-left: 0;
}
.main-navigation-mobile ul li {
  position: relative;
}
.main-navigation-mobile ul li.menu-active,
.main-navigation-mobile ul li:hover {
  background-color: var(--color-hover);
}
.main-navigation-mobile ul li a {
  display: block;
  padding: 10px 15px;
  color: var(--color-white);
  font-size: 13px;
}
.main-navigation-mobile ul li .show-menu {
  position: absolute;
  width: 35px;
  height: 39.5px;
  right: 0;
  top: 0;
  z-index: 1;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-navigation-mobile ul ul {
  display: none;
}
.main-navigation-mobile ul ul li a {
  border-bottom: 1px solid #cccccc69;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.master-breadcrums {
  padding: 9px 0px;
  border-bottom: 1px solid #0074BA;
  color: #999999;
}
.master-breadcrums span,
.master-breadcrums a {
  font-size: 14px;
}
.master-breadcrums a {
  color: #999999;
}
.master-breadcrums a:hover {
  color: var(--color-text);
}
.home-post-category .content-text h3.title-home-new {
  margin-bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.home-post-category .content-text h3.title-home-new a {
  color: var(--color-text);
  font-weight: 600;
}
.home-post-category .content-text .desc-home-new {
  font-size: 14px;
  line-height: 1.42857143;
}
.home-post-category .post-news .img-home-new {
  position: relative;
  border: 1px solid #e8e8e8;
  padding: 2px;
}
.home-post-category .post-news .img-home-new a {
  display: block;
  line-height: 0;
}
.home-post-category .post-news .img-home-new a img {
  width: 100%;
}
.home-post-category .post-news .img-home-new span {
  width: 101px;
  height: 32px;
  position: absolute;
  bottom: 15px;
  left: -6px;
  color: var(--color-white);
  padding: 3px 0;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  background-image: url(assets/images/date_up.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.home-post-category .post-newss .box-home-new {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.home-post-category .post-newss .box-home-new .img-home-new {
  width: 130px;
}
.home-post-category .post-newss .box-home-new .img-home-new a {
  display: block;
  line-height: 0;
  border: 1px solid #c8c8c8;
  padding: 2px;
}
.home-post-category .post-newss .box-home-new .content-text {
  width: calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  padding-left: 10px;
}
.home-post-category .post-newss .box-home-new .content-text .title-home-new {
  padding-top: 0;
}
.home-post-category .post-newss article.box-home-new .img-home-new {
  width: 150px;
}
.home-post-category .post-newss article.box-home-new .content-text {
  width: calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: -webkit-calc(100% - 150px);
}
.home-product-category {
  position: relative;
}
.home-product-category .km-prd-new {
  position: relative;
  box-shadow: 0px 0px 7px #ececec;
}
.home-product-category .km-prd-new:hover .add-cart {
  border-bottom: 2px solid var(--color-primary);
}
.home-product-category .km-prd-new:hover .add-cart a:before {
  background-image: url('assets/images/bg_cart.png');
}
.home-product-category .item-product {
  margin-bottom: 20px;
}
.home-product-category .entry-product h3 {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
}
.home-product-category .entry-product h3 a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  height: 50px;
}
.home-product-category .entry-product .add-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px 10px;
  border-bottom: 2px solid #ccc;
}
.home-product-category .entry-product .add-cart a {
  width: 44px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.home-product-category .entry-product .add-cart a i {
  position: relative;
  z-index: 1;
}
.home-product-category .entry-product .add-cart a:before {
  content: '';
  position: absolute;
  background-image: url('assets/images/bg_car.png');
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-product-category .entry-product .price {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 600;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.single-post .entry-title {
  font-size: 20px;
  color: #0074ba;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.entry-content h2 {
  font-size: 18px;
}
.entry-content h3 {
  font-size: 16px;
}
.entry-content h4 {
  font-size: 14px;
}
.entry-content h5 {
  font-size: 12px;
}
.entry-content h6 {
  font-size: 10px;
}
.images-summary .post-thumbnail {
  border: 1px solid #ddd;
  padding: 4px;
}
.entry-summary.entry-product {
  margin-top: 0;
}
.entry-summary.entry-product h2 {
  color: #565656;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
}
.entry-summary.entry-product .price-single {
  color: var(--color-red);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.entry-summary.entry-product .price-single span {
  color: #3A3A3A;
  padding-right: 10px;
}
.entry-summary.entry-product .short-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.entry-summary.entry-product .variations-button button {
  text-transform: uppercase;
  padding: 8px 15px;
  background: #e55f43;
  border: 0px solid #f54f27;
  font-size: 80%;
  border-radius: 0;
}
.title-tab {
  margin-bottom: 20px;
  border-bottom: 4px solid #dddddd;
}
.title-tab span {
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px;
  border-bottom: 4px solid #333333;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-primary);
  padding-left: 0;
}
.single-product .entry-content {
  margin-bottom: 50px;
}
#modal-order .modal-header {
  background-color: var(--color-title);
  text-align: center;
  font-size: 18px;
  color: var(--color-white);
  position: relative;
}
#modal-order .modal-header .modal-title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
#modal-order .modal-header button {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  color: var(--color-white);
  box-shadow: none;
  right: 5px;
  top: 10px;
  background: transparent;
}
#modal-order .form-quick-order {
  width: 100%;
}
#modal-order .form-quick-order .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#modal-order .form-quick-order textarea {
  height: 85px;
}
#modal-order .form-quick-order .ten-san-pham {
  display: none;
}
#modal-order .form-quick-order .submit-order {
  text-align: center;
}
#modal-order .form-quick-order .submit-order input {
  text-transform: uppercase;
  padding: 12px 15px;
  background: #e55f43;
  border: 0px solid #f54f27;
  font-size: 80%;
  border-radius: 0;
  color: var(--color-white);
}
#modal-order .form-quick-order .wpcf7-spinner {
  position: absolute;
  top: 41%;
  left: 41%;
}
#modal-order .form-quick-order .wpcf7-not-valid-tip {
  font-size: 12px;
}
#modal-order .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
}
#modal-order .modal-body {
  padding-bottom: 30px;
  border-bottom: 4px solid var(--color-title);
}
.contact-form .group-input {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-form .group-input label {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}
.contact-form .group-input .wpcf7-form-control-wrap {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form .group-input textarea {
  height: 114px;
}
.contact-form .submit-form {
  padding-left: calc(33.33333333% + 15px);
  padding-left: -moz-calc(33.33333333% + 15px);
  padding-left: -webkit-calc(33.33333333% + 15px);
}
.contact-form .submit-form input {
  display: inline-block;
  width: auto;
  background: #e55f43;
  border: 0px solid #f54f27;
  color: var(--color-white);
  font-size: 80%;
  text-transform: uppercase;
  padding: 12px;
  cursor: pointer;
  overflow: visible;
}
.content-contact {
  border-top: 1px solid #8AC318;
  margin-top: 20px;
  padding-top: 20px;
}
.content-contact .title-contact {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.content-contact .description-editor-contact {
  font-size: 14px;
}
.content-contact .maps-contact {
  margin-top: 15px;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.tax-pagination {
  margin-bottom: 20px;
}
.tax-pagination ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tax-pagination ul li {
  margin: 0 2px;
}
.tax-pagination ul li span,
.tax-pagination ul li a {
  display: flex;
  width: 30px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
}
.tax-pagination ul li a {
  color: #337ab7;
  font-size: 14px;
}
.tax-pagination ul li span,
.tax-pagination ul li a:hover {
  color: var(--color-white);
  background-color: #000000;
  border-color: #000000;
}
.title-tax-guarantee {
  margin-bottom: 20px;
}
.title-tax-guarantee .page-title {
  border-bottom: 1px solid var(--color-primary);
  padding: 9px 0px;
  color: #242424;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  display: flex;
}
.title-tax-guarantee .page-title i {
  margin-right: 5px;
  color: var(--color-primary);
}
.title-tax-guarantee h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: var(--color-red);
}
.list-warranty-card-term {
  border: 1px solid #ccc;
  min-height: 200px;
  border-radius: 5px;
  padding: 10px;
}
.list-warranty-card-term .item-warranty-card {
  margin-bottom: 20px;
}
.warranty-card-term .title h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--color-red);
}
.warranty-card-term img {
  width: 100%;
}
.warranty-card-term .imgages-tax {
  margin-bottom: 20px;
}
.warranty-card-term .search-guarantee {
  border-top: 1px solid var(--border-color);
  padding: 20px 0 50px;
}
.warranty-card-term .form-search-guarantee label {
  color: #BE1522;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  padding: 0px 0;
  margin-bottom: 10px;
}
.warranty-card-term .form {
  display: flex;
  flex-wrap: wrap;
}
.warranty-card-term .form input[type="search"] {
  width: 200px;
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 0;
  height: 32px;
  border-color: var(--color-secondary);
}
.warranty-card-term .form .submit-guarantee {
  background: #e55f43;
  border: 0px solid #f54f27;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  font-size: 80%;
}
/*.warranty-card-term span {
  display: block;
}*/
.warranty-card-term .error {
  color: var(--color-red);
  font-size: 12px;
}
.warranty-card-term .operator-content {
  margin-top: 20px;
/*  padding: 30px 20px 20px;
  border: 4px solid var(--color-primary);
  border-radius: 16px;
  font-size: 15px;*/
}
/*.warranty-card-term .operator-content h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  color: var(--color-primary);
  margin-bottom: 30px;
}*/
/*.warranty-card-term .operator-content h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #e55f43;
}*/
.warranty-card-term .operator-content tr th,
.warranty-card-term .operator-content tr td {
  padding: 5px 10px;
  font-size: 14px;
}
.warranty-card-term .operator-content tr td{
  padding-top: 10px;
  padding-bottom: 10px;
      font-family: Times new Roman;
}
.warranty-card-term .operator-content tr th span{
      color: rgb(255, 234, 0);
      padding-left: 5px;
}
.warranty-card-term .operator-content tbody tr:nth-child(even) td{
      background: #F0F0F0 none repeat scroll 0% 0%;
}
.warranty-card-term .operator-content tbody tr:last-child{
  border-bottom: 1px solid var(--border-color);
}
.warranty-card-term .operator-content tr th:last-child{
  border-right: 1px solid rgb(113, 113, 113);
}
.warranty-card-term .operator-content tr th:first-child{
  border-left: 1px solid rgb(113, 113, 113);
}
.warranty-card-term .operator-content tr th{
    background: rgb(113, 113, 113) none repeat scroll 0% 0%;
    color: var(--color-white);
        font-size: 14px;
}
.warranty-card-term .operator-content tr td:first-child {
  width: 210px;
  border-left: 1px solid var(--border-color);
}
.warranty-card-term .operator-content tr td:last-child{
  border-right: 1px solid var(--border-color);
}
.warranty-card-term .operator-content ol {
  margin-left: 0;
  list-style: none;
  counter-reset: section;
}
.warranty-card-term .operator-content ol li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.warranty-card-term .operator-content ol li::before {
  counter-increment: section;
  content: counter(section);
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin-right: 10px;
}
.warranty-card-term blockquote {
  border: 1px solid var(--color-primary);
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 17px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.warranty-card-term blockquote:before {
  content: '';
  background-color: var(--color-primary);
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.warranty-card-term blockquote > * {
  position: relative;
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.title-tax,
.title-widget-home {
  margin-bottom: 10px;
}
.title-tax h1,
.title-widget-home h1,
.title-tax h3,
.title-widget-home h3 {
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-primary);
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 20px 0 0 20px;
}
.title-tax h1 span.title,
.title-widget-home h1 span.title,
.title-tax h3 span.title,
.title-widget-home h3 span.title {
  background-color: var(--color-title);
  padding: 10px 10px;
  display: inline-block;
  padding-left: 45px;
  line-height: 1.3;
  border-radius: 20px 0 0 20px;
  position: relative;
  height: 37px;
}
.title-tax h1 span.title:before,
.title-widget-home h1 span.title:before,
.title-tax h3 span.title:before,
.title-widget-home h3 span.title:before {
  content: "";
  height: 37px;
  width: 67px;
  z-index: 1;
  right: -67px;
  position: absolute;
  top: 0;
  background: url(assets/images/before.png) no-repeat scroll left center;
}
.title-tax h1 .images-icons,
.title-widget-home h1 .images-icons,
.title-tax h3 .images-icons,
.title-widget-home h3 .images-icons {
  position: absolute;
  z-index: 1;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  background-image: url(assets/images/bg_title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.widget-area .widget_nav_menu {
  background-color: var(--color-primary);
  border-radius: 3px;
}
.widget-area .widget_nav_menu .widget-title {
  text-transform: uppercase;
  position: relative;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.6;
  margin-bottom: 0;
  display: flex;
}
.widget-area .widget_nav_menu .widget-title:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 10px;
}
.widget-area .widget_nav_menu ul {
  padding-left: 0;
  margin-left: 0;
}
.widget-area .widget_nav_menu ul li {
  position: relative;
}
.widget-area .widget_nav_menu ul li span.show-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}
.widget-area .widget_nav_menu ul li a {
  color: var(--color-white);
  font-size: 14px;
  border-bottom: 1px dashed var(--color-hover);
  padding: 10px;
  display: block;
}
.widget-area .widget_nav_menu ul li a:hover {
  background-color: var(--border-color);
}
.widget-area .widget_nav_menu ul ul.sub-menu {
  display: none;
  background: #D0D0D0;
}
.widget-area .widget_nav_menu ul ul.sub-menu li span.show-menu {
  color: var(--color-text);
}
.widget-area .widget_nav_menu ul ul.sub-menu li a {
  border-bottom: 1px solid #ddd;
  color: var(--color-text);
}
.widget-area .widget_nav_menu ul ul.sub-menu li a:hover {
  background: #DDD;
}
.widget-area .widget_nav_menu ul ul.sub-menu li:last-child a {
  border-bottom: 0;
}
.widget-area .widget:not(.widget_nav_menu) {
  border: 1px solid #dbdbdb;
  background: #eff9ff;
  position: relative;
}
.widget-area .widget:not(.widget_nav_menu) .widget-top {
  background-image: url('assets/images/height_line.png');
  padding: 10px;
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 0;
}
.widget-area .widget:not(.widget_nav_menu) .widget-top .widget-title {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: var(--color-primary);
}
.widget-area .widget:not(.widget_nav_menu) .widget-top .widget-title::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -12px;
  left: 0px;
  height: 3px;
  background: #999999;
}
.widget-area .widget:not(.widget_nav_menu) > *:last-child {
  padding: 20px;
  display: block;
}
.widget-area .widget:not(.widget_nav_menu) figure.wp-caption {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  width: 100% !important;
  justify-content: center;
}
.widget-area .widget:not(.widget_nav_menu) figure.wp-caption figcaption {
  order: 1;
  width: 100%;
  color: var(--color-red);
  margin-top: 0;
}
.widget-area .widget:not(.widget_nav_menu) figure.wp-caption a {
  order: 2;
}
.widget-area .widget:not(.widget_nav_menu) .prev-pro,
.widget-area .widget:not(.widget_nav_menu) .next-pro {
  position: absolute;
  top: 0;
  height: 44px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: var(--color-primary);
  cursor: pointer;
}
.widget-area .widget:not(.widget_nav_menu) .prev-pro:hover,
.widget-area .widget:not(.widget_nav_menu) .next-pro:hover {
  color: var(--color-red);
}
.widget-area .widget:not(.widget_nav_menu) .next-pro {
  right: 10px;
}
.widget-area .widget:not(.widget_nav_menu) .prev-pro {
  right: 30px;
}
.widget-area .widget:not(.widget_nav_menu) .list-featured-products-widget .item-product {
  text-align: center;
}
.widget-area .widget:not(.widget_nav_menu) .list-featured-products-widget .item-product h3 {
  color: #2A2A2A;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.widget-area .widget:not(.widget_nav_menu) .supp_img {
  display: flex;
  flex-wrap: wrap;
}
.widget-area .widget:not(.widget_nav_menu) .supp_img .images-phone {
  width: 48px;
}
.widget-area .widget:not(.widget_nav_menu) .supp_img .phone {
  width: calc(100% - 48px);
  width: -moz-calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.widget-area .widget:not(.widget_nav_menu) .supp_img .phone .line_holine {
  font-size: 14px;
  padding: 2px 0;
}
.widget-area .widget:not(.widget_nav_menu) .supp_img .phone .line_holine span {
  color: var(--color-red);
}
.widget-area .widget.masten-list-product-new {
  background-color: #F4F4F4;
}
.widget-area .widget.masten-list-product-new .title-widget {
  background-color: var(--color-primary);
  padding: 0px 10px;
  background-image: url('assets/images/bg_block.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.widget-area .widget.masten-list-product-new .title-widget h3 {
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  padding: 14px 0;
  font-weight: 600;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product:last-child {
  border-bottom: 0;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product .images-product {
  width: 70px;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product .entry-product {
  width: calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  padding-left: 2%;
  text-align: left;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product h3 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product h3 a {
  color: #2C2C2C;
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product h3 a:hover {
  color: var(--color-primary);
}
.widget-area .widget.masten-list-product-new .list-product-new .item-product p.price {
  font-weight: bold;
  font-size: 12px;
  color: var(--color-hover);
}
.widget-area .count_item {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.widget-area .count_item span {
  font-weight: 400;
  color: var(--color-text);
}
.widget-area .count_item span img {
  margin-right: 4px;
  width: 20px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.logo-trademark {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.logo-trademark .title-trademark,
.logo-trademark .content-slider {
  width: 100%;
}
.logo-trademark .title-trademark {
  order: 2;
}
.logo-trademark .content-slider {
  order: 1;
  margin-bottom: 15px;
}
.logo-trademark .slider-trademark .item-logo-trademark {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.logo-trademark .slider-trademark .item-logo-trademark img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
}
.logo-trademark .title-trademark {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -77px;
  position: relative;
}
.logo-trademark .title-trademark > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(assets/images/doi_tac.png);
  background-repeat: no-repeat;
  background-position: center;
  min-width: 422px;
  padding-bottom: 20px;
  justify-content: center;
  max-width: 100%;
}
.logo-trademark .title-trademark .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1f3155;
}
.logo-trademark .title-trademark .next-trademark,
.logo-trademark .title-trademark .prev-trademark {
  margin-left: 15px;
  margin-right: 15px;
}
#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  opacity: 0;
  visibility: hidden;
  z-index: 66;
}
#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: var(--color-white);
}
.site-footer {
  background-color: var(--color-primary);
  padding-top: 40px;
  color: var(--color-white);
  font-size: 13px;
  line-height: 1.42857143;
}
.site-footer .widget-title {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--color-white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.site-footer ul {
  padding-left: 0;
  margin-left: 0;
}
.site-footer ul li {
  position: relative;
}
.site-footer ul li a {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 4px 0px;
  color: var(--color-white);
  position: relative;
}
.site-footer ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 7px;
}
.site-footer ul li span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer ul ul {
  display: none;
  padding-left: 10px;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .main-navigation,
  .phone-header {
    display: none;
  }
  .slider-homer .slider-next,
  .slider-homer .slider-prev {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home-post-category .post-news {
    margin-bottom: 20px;
  }
  .site-branding img {
    max-height: 57px;
  }
  .contact-form .group-input label {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact-form .group-input .wpcf7-form-control-wrap {
    width: 100%;
  }
  .logo-trademark .title-trademark {
    margin-bottom: -75px;
  }
  .warranty-card-term .operator-content tr td:first-child {
    width: 157px;
  }
}
@media (max-width: 576px) {
  .tax-category.home-post-category .post-newss article.box-home-new .content-text,
  .tax-category.home-post-category .post-newss article.box-home-new .img-home-new {
    width: 100%;
  }
  .tax-category.home-post-category .post-newss article.box-home-new .img-home-new {
    margin-bottom: 10px;
  }
  .tax-category.home-post-category .post-newss article.box-home-new .img-home-new img {
    width: 100%;
  }
  .tax-category.home-post-category .post-newss article.box-home-new .content-text {
    padding-left: 0;
  }
  .logo-trademark .title-trademark > div {
    background-size: contain;
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
  .logo-trademark .title-trademark {
    margin-bottom: -70px;
  }
}
@media (min-width: 992px) {
  .nav-mobile {
    display: none;
  }
}
