@charset "UTF-8";
/*!
Theme Name: Clickable for UMAC
Author: ClickableThings
Version: 1.0.0
Text Domain: clickable
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,600,700,700i&subset=vietnamese");
:root {
  --swiper-navigation-size: 1em !important;
}

/*--------------------------------------------------------------
# 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: 1.875em;
  margin: 0.67em 0;
}
@media screen and (min-width: 641px) {
  h1 {
    font-size: 2.5em;
  }
}

/* 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/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: "Roboto", -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;
}

.elementor .elementor-heading-title {
  line-height: inherit;
}

p {
  margin-bottom: 0.5em;
  margin-top: 0;
}

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;
  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;
}

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 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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: #BF0505;
  text-decoration: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus, a:active {
  color: #8d0404;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #BF0505;
  border-radius: 0;
  background: #BF0505;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #8d0404;
  background-color: #8d0404;
  color: #fff;
}
.button.secondary,
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background: none;
  color: #BF0505;
  border-color: #BF0505;
}
.button.secondary:hover,
button.secondary:hover,
input[type=button].secondary:hover,
input[type=reset].secondary:hover,
input[type=submit].secondary:hover {
  background-color: #BF0505;
  color: #fff;
}

.elementor .elementor-button {
  line-height: inherit;
  border-radius: 0 !important;
  background: #BF0505;
  color: #fff;
}
.elementor .elementor-button:hover {
  border-color: #8d0404;
  background-color: #8d0404;
  color: #fff;
}

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: 0;
  padding: 10px;
}
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%;
}

/* Grids
--------------------------------------------- */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col-] {
  flex-basis: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.row [class*=col-].flex-1 {
  flex: 1;
}
.row .col-1 {
  flex-basis: 8.3333333333%;
  width: 8.3333333333%;
}
.row .col-2 {
  flex-basis: 16.6666666667%;
  width: 16.6666666667%;
}
.row .col-3 {
  flex-basis: 25%;
  width: 25%;
}
.row .col-4 {
  flex-basis: 33.3333333333%;
  width: 33.3333333333%;
}
.row .col-5 {
  flex-basis: 41.6666666667%;
  width: 41.6666666667%;
}
.row .col-6 {
  flex-basis: 50%;
  width: 50%;
}
.row .col-7 {
  flex-basis: 58.3333333333%;
  width: 58.3333333333%;
}
.row .col-8 {
  flex-basis: 66.6666666667%;
  width: 66.6666666667%;
}
.row .col-9 {
  flex-basis: 75%;
  width: 75%;
}
.row .col-10 {
  flex-basis: 83.3333333333%;
  width: 83.3333333333%;
}
.row .col-11 {
  flex-basis: 91.6666666667%;
  width: 91.6666666667%;
}
.row .col-12 {
  flex-basis: 100%;
  width: 100%;
}
.row .col-24 {
  flex-basis: 20%;
  width: 20%;
}
.row .col-auto {
  width: inherit;
  flex-basis: inherit;
}
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding > [class*=col-] {
  padding: 0;
}
.row.padding-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.padding-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.padding-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.padding-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row.justify {
  justify-content: space-between;
  align-items: center;
}

.elementor-container .row {
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 320px) {
  .hidden-ss {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
  .row .no-xs-padding {
    padding: 0;
  }
  .row.padding-xs-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.padding-xs-5 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .xs-first-order {
    order: -1;
  }
}
@media screen and (max-width: 1024px) {
  .row .col-sm-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .row .col-sm-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .row .col-sm-3 {
    flex-basis: 25%;
    width: 25%;
  }
  .row .col-sm-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .row .col-sm-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .row .col-sm-6 {
    flex-basis: 50%;
    width: 50%;
  }
  .row .col-sm-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .row .col-sm-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .row .col-sm-9 {
    flex-basis: 75%;
    width: 75%;
  }
  .row .col-sm-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .row .col-sm-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .row .col-sm-12 {
    flex-basis: 100%;
    width: 100%;
  }
  .row .col-sm-24 {
    flex-basis: 20%;
    width: 20%;
  }
  .row .col-sm-auto {
    width: inherit;
    flex-basis: inherit;
  }
  .row .no-sm-padding {
    padding: 0;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .row .col-md-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .row .col-md-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .row .col-md-3 {
    flex-basis: 25%;
    width: 25%;
  }
  .row .col-md-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .row .col-md-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .row .col-md-6 {
    flex-basis: 50%;
    width: 50%;
  }
  .row .col-md-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .row .col-md-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .row .col-md-9 {
    flex-basis: 75%;
    width: 75%;
  }
  .row .col-md-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .row .col-md-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .row .col-md-12 {
    flex-basis: 100%;
    width: 100%;
  }
  .row .col-md-24 {
    flex-basis: 20%;
    width: 20%;
  }
  .row .col-md-auto {
    width: inherit;
    flex-basis: inherit;
  }
  .row .no-md-padding {
    padding: 0;
  }
  .row.padding-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.padding-md-10 > [class*=col-] {
    padding: 10px;
  }
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .show-tab {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .row .col-lg-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%;
  }
  .row .col-lg-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .row .col-lg-3 {
    flex-basis: 25%;
    width: 25%;
  }
  .row .col-lg-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .row .col-lg-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%;
  }
  .row .col-lg-6 {
    flex-basis: 50%;
    width: 50%;
  }
  .row .col-lg-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%;
  }
  .row .col-lg-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%;
  }
  .row .col-lg-9 {
    flex-basis: 75%;
    width: 75%;
  }
  .row .col-lg-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%;
  }
  .row .col-lg-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%;
  }
  .row .col-lg-12 {
    flex-basis: 100%;
    width: 100%;
  }
  .row .col-lg-24 {
    flex-basis: 20%;
    width: 20%;
  }
  .row .col-lg-auto {
    width: inherit;
    flex-basis: inherit;
  }
  .row .no-lg-padding {
    padding: 0;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* Icons
--------------------------------------------- */
@font-face {
  font-family: "feather";
  src: url("fonts/Feather.ttf?sdxovp") format("truetype"), url("fonts/Feather.woff?sdxovp") format("woff"), url("fonts/Feather.svg?sdxovp#Feather") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=clkico-]:before, [class*=" clkico-"]:before {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=clkimg-]:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.clkico-search:before {
  content: "\e9c1";
}

.clkico-menu:before {
  content: "\e98f";
}

.clkico-phone:before {
  content: "\e9a7";
}

.clkico-chevron-right:before {
  content: "\e930";
}

.clkico-chevron-left:before {
  content: "\e92f";
}

.clkico-chevron-down:before {
  content: "\e92e";
}

.clkico-arrow-right:before {
  content: "\e912";
}

.clkico-arrow-left:before {
  content: "\e910";
}

.clkico-arrow-upright:before {
  content: "\e917";
}

.clkico-menu:before {
  content: "\e98f";
}

.clkico-times:before {
  content: "\ea02";
}

.clkico-plus:before {
  content: "\e9b1";
}

.clkico-chat:before {
  content: "\e990";
}

.clkico-email:before {
  content: "\e98a";
}

.clkico-youtube:before {
  content: "\ea05";
}

.clkico-facebook:before {
  content: "\e95e";
}

.clkico-external-link:before {
  content: "\e95b";
}

.clkico-linkedin:before {
  content: "\e984";
}

.clkico-twitter:before {
  content: "\e9ea";
}

.clkimg-tiktok:before {
  background-image: url(images/tik-tok.svg);
}

.clkimg-zalo:before {
  background-image: url(images/zalo.svg);
}

.clkimg-support:before {
  background-image: url(images/support.svg);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body.menu-fixed {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  body.menu-fixed {
    margin-top: 144px;
  }
}
body.menu-fixed .site-header, body.menu-fixed .below-header {
  position: fixed;
  z-index: 12;
  top: 0;
  width: 100%;
}
body.menu-fixed .below-header {
  top: 80px;
}
@media screen and (min-width: 1025px) {
  body.menu-fixed.admin-bar .site-header {
    margin-top: 32px;
  }
}
body.menu-fixed.admin-bar .below-header {
  top: 112px;
}

.site-header {
  background-color: #BF0505;
  padding: 10px 0;
  position: relative;
  z-index: 12;
  border-bottom: 4px solid #f17230;
}
@media screen and (min-width: 1025px) {
  .site-header {
    padding: 15px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .below-header {
    padding: 5px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
}

.container-header {
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .container-header {
    max-width: 1400px;
  }
}

.navigation-wrapper {
  position: relative;
  background-color: #201E1E;
}
@media screen and (min-width: 1025px) {
  .navigation-wrapper {
    margin-top: 10px;
  }
}
.navigation-wrapper:before, .navigation-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #201E1E;
  z-index: 0;
  top: 0;
}
.navigation-wrapper:before {
  left: -15px;
  transform: skewX(-30deg);
  width: 30px;
}
.navigation-wrapper:after {
  width: calc(100% + 50vw - 624px);
  left: 0;
}
@media screen and (min-width: 1600px) {
  .navigation-wrapper:after {
    width: calc(100% + 50vw - 694px);
  }
}
.navigation-wrapper .row {
  position: relative;
  z-index: 1;
}

.site-branding .logo img {
  display: block;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .site-branding .logo {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-branding .logo img {
    height: 30px;
  }
}
.site-branding a {
  color: #fff;
}
.site-branding .site-domain {
  font-style: italic;
  color: #fff;
  font-size: 0.875em;
}
.site-branding .menu-ico i, .site-branding .search-ico i {
  padding: 5px 10px;
  display: block;
  font-size: 20px;
  color: #fff;
}
.site-branding .menu-ico i:before, .site-branding .search-ico i:before {
  display: block;
}
.site-branding .search-ico {
  margin-left: auto;
  margin-right: 10px;
}
.site-branding .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.site-intro a {
  color: #fff;
}

.site-slogan {
  color: #fff;
  margin-left: 1em;
  line-height: 1;
  font-size: 1.25em;
  font-weight: 700;
}

.mobile-language .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.mobile-language .wpml-ls-legacy-list-horizontal a {
  color: #fff;
  padding: 0;
  margin-left: 20px;
}
.mobile-language .wpml-ls-legacy-list-horizontal img {
  height: inherit;
}

@media screen and (max-width: 1024px) {
  .main-navigation {
    position: fixed;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    top: -100%;
    left: 0;
    padding: 50px 60px 40px 40px !important;
    overflow: auto;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation {
    padding-left: 15px;
  }
  .main-navigation.right {
    margin-left: auto;
  }
  .main-navigation.right ul.menu, .main-navigation.right div.menu > ul {
    justify-content: flex-end;
  }
}
.main-navigation.active {
  top: 0;
}
.main-navigation.active .close-ico {
  right: 10px;
  transition-delay: 0.3s;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .main-navigation ul.menu > li, .main-navigation div.menu > ul > li {
    font-size: 1.5em;
  }
  .main-navigation ul.menu > li > a, .main-navigation div.menu > ul > li > a {
    font-weight: 600;
  }
  .main-navigation a {
    margin-bottom: 20px;
    display: block;
    padding-right: 30px;
  }
  .main-navigation ul.sub-menu {
    margin-left: 15px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    font-size: 1.25rem;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li i.toggle-li {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0 5px;
    color: #BF0505;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-navigation li i.toggle-li.active {
    transform: rotate(45deg);
    color: #BF0505;
  }
  .main-navigation li.active > ul.sub-menu {
    max-height: 500px;
    opacity: 1;
  }
  .main-navigation .close-ico {
    padding: 10px;
    font-size: 24px;
    position: fixed;
    right: -200px;
    top: 0;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation a {
    color: #222;
    font-weight: 500;
    padding: 15px;
    display: block;
  }
  .main-navigation a:hover {
    color: #BF0505;
  }
  .main-navigation ul.menu, .main-navigation div.menu > ul {
    display: flex;
  }
  .main-navigation ul.menu > li.current-menu-item > a, .main-navigation ul.menu > li.current-menu-ancestor > a, .main-navigation ul.menu > li.current_page_item > a, .main-navigation div.menu > ul > li.current-menu-item > a, .main-navigation div.menu > ul > li.current-menu-ancestor > a, .main-navigation div.menu > ul > li.current_page_item > a {
    color: #fedede;
  }
  .main-navigation ul.menu > li > a, .main-navigation div.menu > ul > li > a {
    color: #fff;
  }
  .main-navigation ul.menu > li > a:hover, .main-navigation div.menu > ul > li > a:hover {
    color: #fedede;
  }
  .main-navigation ul.menu > li:first-child > a, .main-navigation div.menu > ul > li:first-child > a {
    padding-left: 0;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation div.menu > ul > li.menu-item-has-children > a:after {
    content: "\e92e";
    font-family: "feather" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    margin-top: 2px;
    display: inline-block;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-navigation li.menu-item-has-children {
    position: relative;
  }
  .main-navigation li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
  }
  .main-navigation ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #dedede;
    z-index: 2;
  }
  .main-navigation ul.sub-menu li {
    min-width: max-content;
    padding-right: 2em;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-navigation ul.sub-menu li.menu-item-has-children > a:after {
    content: "\e9b1";
    font-family: "feather" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 20px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-navigation ul.sub-menu li.menu-item-has-children:hover > a:after {
    transform: rotate(45deg);
  }
  .main-navigation ul.sub-menu li:hover {
    background-color: #fedede;
  }
  .main-navigation ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
  }
  .main-navigation ul.sub-menu a {
    font-weight: 400;
  }
}

#search-form form {
  position: relative;
}
#search-form form .search-field {
  width: 100%;
  font-size: 0.875em;
  padding: 5px 10px 5px 30px;
  border: 0;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  #search-form form .search-field {
    outline: 0;
    border: 0;
    color: #fff;
    background: none;
    font-size: 1.5em;
    padding-left: 50px;
  }
  #search-form form .search-field::placeholder {
    color: #999;
    opacity: 1;
  }
}
#search-form form:before {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #BF0505;
}
@media screen and (max-width: 1024px) {
  #search-form form {
    position: fixed;
    top: -100%;
    left: 15px;
    right: 15px;
    z-index: 3;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #search-form form:before {
    color: #fff;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #search-form.active form {
    top: 80px;
  }
}

#bg_dark_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  justify-content: center;
  color: #aaa;
}
#bg_dark_search p {
  margin: auto;
}

/* Pages
--------------------------------------------- */
main {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@media screen and (min-width: 1025px) {
  main {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1600px) {
  main {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1599px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1250px;
  }
}
/* Elementor Mobile */
@media screen and (max-width: 1024px) {
  body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 15px;
  }
}
body.page-template-full-width main {
  max-width: 100%;
  padding: 0;
}
body.page-template-full-width .entry-header {
  display: none;
}

.block {
  position: relative;
  padding: 0;
}
.block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  z-index: 99;
  background-image: url(images/loading.gif);
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: center;
}

.fancy-title .elementor-heading-title {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-style: italic;
  display: inline-block;
  padding: 0 15px;
  z-index: 1;
  margin-left: 0.44em;
}
.fancy-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  width: 1em;
  left: -0.433em;
  top: 0;
  height: 100%;
  background-color: #f17230;
  z-index: -2;
}
.fancy-title .elementor-heading-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #BF0505;
  top: 0;
  left: 0;
  transform: skewX(-30deg);
  z-index: -1;
}

.clk-continue {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: #BF0505;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  margin-left: 0.2em;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 1.4em;
}
.clk-continue i {
  font-size: 0.8em;
}

#breadcrumbs, .rank-math-breadcrumb {
  padding: 20px 0 0;
  font-size: 14px;
  color: #666;
}
#breadcrumbs a, .rank-math-breadcrumb a {
  color: #666;
}
#breadcrumbs [class^=clkico-], .rank-math-breadcrumb [class^=clkico-] {
  font-size: 12px;
  margin: 0 10px;
}
#breadcrumbs p, .rank-math-breadcrumb p {
  margin: 0;
}

body.single-post #breadcrumbs .breadcrumb_last, body.single-product #breadcrumbs .breadcrumb_last {
  display: none;
}
body.single-post .rank-math-breadcrumb .last, body.single-product .rank-math-breadcrumb .last {
  display: none;
}

.navigation.pagination {
  text-align: center;
  margin: 2em 0 1em;
}
.navigation.pagination .page-numbers {
  padding: 0.4em 0.8em;
  color: #BF0505;
  background-color: none;
  border: 1px solid #BF0505;
  border-radius: 0;
}
.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover {
  background-color: #BF0505;
  color: #fff;
}

/* Posts
--------------------------------------------- */
.loop-post > [class*=col-] {
  margin-bottom: 30px;
}

.post-item {
  color: #222;
  height: 100%;
}
.post-item h2, .post-item h3 {
  font-size: 1.125rem;
  color: #BF0505;
}
.post-item .continue {
  font-size: 0.875em;
  font-weight: 500;
  color: #BF0505;
}
.post-item a {
  color: inherit;
}
.post-item .image {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
  overflow: hidden;
}
.post-item img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-item:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.posted-on {
  font-size: 0.875em;
}
.posted-on time {
  color: #888;
}
.posted-on a {
  color: #666;
  font-weight: 500;
}
.posted-on a:hover {
  color: #BF0505;
}
.posted-on .post-meta + .post-meta:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #c4c4c4;
  margin: 0 10px 3px;
}

@media screen and (min-width: 641px) {
  body.page-template-default .entry-content, body.page-template-default .entry-header, body.single-post .entry-content, body.single-post .entry-header {
    margin-right: 30px;
  }
}
body.page-template-default .entry-header, body.single-post .entry-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
body.page-template-default h1, body.single-post h1 {
  margin: 0.25em 0;
}
body.page-template-default .post-container, body.single-post .post-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-default .post-sidebar .related-section, body.single-post .post-sidebar .related-section {
  padding-top: 0;
  border: 0;
}
body.page-template-default .post-sidebar h2, body.single-post .post-sidebar h2 {
  border-bottom: 1px solid #dedede;
}
body.page-template-default .post-sidebar .loop-post > [class*=col-], body.single-post .post-sidebar .loop-post > [class*=col-] {
  margin-bottom: 10px;
}
body.page-template-default .post-sidebar h3, body.single-post .post-sidebar h3 {
  font-size: 1rem;
}
body.page-template-default .entry-content, body.single-post .entry-content {
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  body.page-template-default .entry-content, body.single-post .entry-content {
    font-size: 1.125rem;
  }
}

.related-section {
  padding-top: 40px;
  border-top: 1px solid #dedede;
}

.share-btn {
  display: flex;
  column-gap: 2px;
  padding: 10px 0;
}

.kk-star-ratings {
  margin: 12px 0 15px;
}

[data-widget_type="carousel-category.default"] .swiper-button-next, [data-widget_type="carousel-category.default"] .swiper-container-rtl .swiper-button-prev,
[data-widget_type="carousel-category.default"] .swiper-button-prev, [data-widget_type="carousel-category.default"] .swiper-container-rtl .swiper-button-next, [data-widget_type="posts.clickpaint-skin-slider"] .swiper-button-next, [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container-rtl .swiper-button-prev,
[data-widget_type="posts.clickpaint-skin-slider"] .swiper-button-prev, [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container-rtl .swiper-button-next {
  background: none;
  font-size: 2em;
  line-height: 47px;
}

@media screen and (min-width: 641px) {
  [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container .swiper-slide {
    height: initial;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container {
    margin-left: -5px;
    margin-right: -5px;
  }
  [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container .swiper-slide {
    height: initial;
    padding: 5px;
  }
}
[data-widget_type="posts.clickpaint-skin-slider"] .swiper-button-next, [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
[data-widget_type="posts.clickpaint-skin-slider"] .swiper-button-prev, [data-widget_type="posts.clickpaint-skin-slider"] .swiper-container-rtl .swiper-button-next {
  left: -50px;
}

.elementor .swiper-pagination {
  position: relative;
}

@media screen and (min-width: 641px) {
  [data-widget_type="carousel-category.default"] .carousel-category-widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
[data-widget_type="carousel-category.default"] .swiper-button-next, [data-widget_type="carousel-category.default"] .swiper-container-rtl .swiper-button-prev {
  right: 10px;
}
[data-widget_type="carousel-category.default"] .swiper-button-prev, [data-widget_type="carousel-category.default"] .swiper-container-rtl .swiper-button-next {
  left: 10px;
}
[data-widget_type="carousel-category.default"] .swiper-slide {
  height: initial;
  padding: 20px 5px 5px;
  background-color: #fff;
  border: 1px solid #dedede;
  text-align: center;
  margin-bottom: 5px;
}
[data-widget_type="carousel-category.default"] .swiper-slide h3 {
  font-weight: 600;
  font-size: 1em;
  color: #222;
}
[data-widget_type="carousel-category.default"] .swiper-slide img {
  max-height: 80px;
}

.clk-style-slider .swiper-slide-contents {
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.clk-style-slider .swiper-slide-contents:after {
  content: "";
  width: 8px;
  left: -4px;
  top: 15px;
  bottom: 15px;
  margin: auto;
  background-color: #BF0505;
  position: absolute;
}

/* Products
--------------------------------------------- */
.post-item.product.has-info {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.post-item.product.has-info .info {
  padding: 15px;
}
.post-item.product.has-info h2, .post-item.product.has-info h3 {
  margin-top: 0;
}
.post-item.product .parameter .item {
  display: flex;
  margin-top: 4px;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  border-top: 1px solid #ededed;
}
.post-item.product .parameter span {
  font-size: 0.875em;
}

.att-box .post-item {
  padding: 20px 20px 5px;
  border: 1px solid #dedede;
}
.att-box .post-item h2, .att-box .post-item h3 {
  font-weight: 600;
  padding-right: 20px;
  font-size: 1em;
}
.att-box .post-item .info {
  position: relative;
}
.att-box .post-item .info:before {
  content: "\e930";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 5px;
  color: #BF0505;
}

.list-term-children {
  height: 100%;
  margin-bottom: 40px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 1024px) {
  .list-term-children {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.list-term-children ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .list-term-children ul {
    overflow: scroll;
  }
}
@media screen and (min-width: 1025px) {
  .list-term-children ul {
    flex-wrap: wrap;
  }
}
.list-term-children ul a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  color: #BF0505;
}
@media screen and (min-width: 1025px) {
  .list-term-children ul li {
    margin: 5px 0;
  }
}
.list-term-children ul li.current-menu-item a {
  color: #201E1E;
}

.archive-description {
  margin-top: -1em;
  margin-bottom: 2em;
}

@media screen and (min-width: 641px) {
  .site-has-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .site-has-sidebar .widget-area {
    flex-basis: 25%;
    width: 25%;
    padding-right: 30px;
  }
  .site-has-sidebar .site-main {
    flex-basis: 75%;
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .site-has-sidebar .widget-area {
    flex-basis: 20%;
    width: 20%;
  }
  .site-has-sidebar .site-main {
    flex-basis: 80%;
    width: 80%;
  }
}
.site-has-sidebar .site-main {
  padding: 0;
}

body.single-product .entry-content {
  margin: 20px 0 40px;
}
body.single-product .swiper-button-next, body.single-product .swiper-button-prev {
  padding: 5px;
  width: 2em;
  height: 2em;
  background: rgba(255, 255, 255, 0.5333333333);
  color: #222;
  border-radius: 50px;
  font-weight: 700;
}
body.single-product h1 {
  margin: 0.25em 0 0;
}
body.single-product .is-download {
  display: inline-block;
  margin: 1em 0;
}
@media screen and (max-width: 640px) {
  body.single-product .is-download {
    width: 100%;
  }
}
body.single-product .para {
  padding: 10px;
  margin-bottom: 5px;
  background: #fedede;
  font-weight: 600;
}
body.single-product .para span {
  width: 210px;
  font-weight: 400;
  display: inline-block;
}
body.single-product .para + .product-excerpt {
  margin-top: 2em;
}
body.single-product .product-excerpt {
  margin-top: 1em;
}

.product-images {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  .product-images {
    top: 60px;
    position: sticky;
  }
}
.product-images .slider-image {
  padding-bottom: 75%;
  background-size: auto 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.thumbnail-images .thumb-image {
  padding: 2px;
}
.thumbnail-images .thumb-image:hover, .thumbnail-images .thumb-image.swiper-slide-thumb-active {
  background-color: #BF0505;
}
.thumbnail-images .thumb-image img {
  display: block;
}

.product-images .swiper-slide.image {
  cursor: pointer;
}

.button-open-filter {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.archive-filters {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #dedede;
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 640px) {
  .archive-filters {
    padding: 15px;
    background: #fff;
    border-radius: 0;
    margin-top: -19px;
    border: 1px solid #dedede;
  }
}
.archive-filters h3 {
  text-transform: uppercase;
  margin: -15px -15px 15px;
  padding: 12px 15px;
  background: #201E1E;
  color: #fff;
}
.archive-filters input[type=submit] {
  width: 100%;
}
.archive-filters .block-filter {
  margin-bottom: 1.5em;
}
.archive-filters.active {
  display: block !important;
}
.archive-filters .clear-filter {
  display: block;
  margin-top: 15px;
  text-align: center;
}

section.range-slider {
  position: relative;
}
@media screen and (max-width: 640px) {
  section.range-slider {
    margin-bottom: 20px;
  }
}
section.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 4px;
  background: #BF0505;
  left: 0;
  top: 10px;
  width: 100%;
  outline: none;
  height: 5px;
  margin: 0;
  padding: 0;
}
section.range-slider input[type=range]:disabled {
  background-color: #888;
}
section.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fff)); /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, white 0, #fff 100%); /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, white 0, #fff 100%); /* W3C */
}
section.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, white 0, #fff 100%); /* W3C */
}
section.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  background-image: linear-gradient(to bottom, white 0, #fff 100%); /* W3C */
}
section.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}
section.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
section.range-slider .range-box {
  position: relative;
  width: 100%;
  height: 25px;
}
section.range-slider span.rangeValues {
  display: block;
  font-weight: 600;
  height: 20px;
}

.filter-form {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.filter-form input[type=search] {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.filter-form .block-filter {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.filter-form .name-block {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.filter-form [type=checkbox]:not(:checked),
.filter-form [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.filter-form [type=checkbox]:not(:checked) + label,
.filter-form [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.filter-form [type=checkbox]:not(:checked) + label:before,
.filter-form [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #BF0505;
  background: #BF0505;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.filter-form [type=checkbox]:not(:checked) + label:before {
  background: none;
}
.filter-form [type=checkbox]:not(:checked) + label:after,
.filter-form [type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.15em;
  font-size: 1.2em;
  line-height: 0.8;
  color: #fff;
  transition: all 0.2s;
}
.filter-form [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.filter-form [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.filter-form [type=checkbox]:disabled:not(:checked) + label:before,
.filter-form [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.filter-form [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.filter-form [type=checkbox]:disabled + label {
  color: #aaa;
}
.filter-form [type=checkbox]:checked:focus + label:before,
.filter-form [type=checkbox]:not(:checked):focus + label:before {
  *border: 2px solid #BF0505;
}
.filter-form [type=checkbox] + label:hover:before {
  border: 2px solid #BF0505 !important;
}

/* Comments
--------------------------------------------- */
/* 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;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #201E1E;
  padding: 60px 0 30px;
  color: #fff;
}
.site-footer .row > [class*=col-] {
  margin-bottom: 30px;
}

.menu-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-footer li {
  margin-bottom: 8px;
}
.menu-footer a {
  color: #fff;
}

.footer-logo {
  width: 60%;
}

.footer-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .footer-container {
    max-width: 1400px;
  }
}

.footer-social {
  margin: 30px 0;
}
.footer-social i {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  background: #BF0505;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0;
}
.footer-social [class*=clkimg-]:before {
  vertical-align: text-top;
}
.footer-social .zalo_number i:before {
  width: 24px;
}
.footer-social .zalo_number i {
  background-color: #0573ff;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .zalo_number i:hover {
  background-color: #0057c7;
}
.footer-social .youtube_link i {
  background-color: #ff0a00;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .youtube_link i:hover {
  background-color: #c20800;
}
.footer-social .facebook_link i {
  background-color: #2d88ff;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .facebook_link i:hover {
  background-color: #0067ef;
}
.footer-social .twitter_link i {
  background-color: #1D9BF0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .twitter_link i:hover {
  background-color: #0d7ac3;
}
.footer-social .linkedin_link i {
  background-color: #0A66C2;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .linkedin_link i:hover {
  background-color: #074788;
}

.site-copyright {
  text-align: center;
  padding: 20px 15px;
  background-color: #111;
  font-size: 0.875em;
  color: #888;
}
.site-copyright a {
  text-decoration: underline;
}

.quick-access {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 11;
}
.quick-access a {
  height: 48px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin-bottom: 10px;
  border-radius: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .quick-access a {
    width: 48px;
  }
}
.quick-access [class*=clkimg-]:before {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .quick-access .zalo_number i {
    font-size: 30px;
  }
  .quick-access .zalo_number i:before {
    margin-top: 8px;
  }
}
.quick-access .hotline {
  background-color: #1ec300;
}
.quick-access .zalo_number {
  background-color: #0573ff;
}
@media screen and (min-width: 1025px) {
  .quick-access .zalo_number {
    padding: 0 20px;
    font-size: 1.25em;
    display: flex;
    gap: 10px;
    border-radius: 8px;
  }
}
/*--------------------------------------------------------------
# Scheme
--------------------------------------------------------------*/
body.page-template-bang-mau {
  background-color: #f5f5f5;
}

@media screen and (min-width: 641px) {
  .color-tags .color-item {
    width: 12.5%;
    flex-basis: 12.5%;
  }
}

.group-color {
  display: none;
}
.group-color.active {
  display: block;
}

.color-tags .color-tag {
  border-radius: 3px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 3px solid #fff;
}
.color-tags .color-tag.active {
  border-color: #BF0505;
}
.color-tags .color-tag .color-pattern {
  padding-bottom: 75%;
}
.color-tags .color-tag img {
  display: block;
}
.color-tags .color-tag .inner-text {
  background-color: #fff;
  padding: 10px;
}
.color-tags .color-tag .inner-text h4 {
  margin: 0;
}
.color-tags .color-tag .inner-text span {
  font-size: 0.8em;
  line-height: 1.2;
  display: block;
  height: 2.3em;
}

.groups-tag {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}
.groups-tag img {
  display: block;
  border-radius: 4px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.groups-tag .group-tag {
  padding: 10px !important;
  text-align: center;
}
.groups-tag .tag {
  width: 60px;
  height: 40px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
}
.groups-tag h5 {
  margin: 5px 0;
}
.groups-tag .active {
  background-color: #444;
  border-radius: 4px;
}
.groups-tag .active h5 {
  color: #fff;
}

[tab-id]:not([tab-id=""]) {
  cursor: pointer;
}

.scheme-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #dedede;
}
.scheme-item .img {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  transform: scale(1);
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scheme-item .image {
  overflow: hidden;
}
.scheme-item .info {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 15px;
}
.scheme-item .info h2, .scheme-item .info h3 {
  margin: auto;
  text-align: center;
  font-size: 1.25em;
  color: #222;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .scheme-item:hover .img {
    transform: scale(1.2);
  }
  .scheme-item:hover h2, .scheme-item:hover h3 {
    color: #BF0505;
  }
}

.scheme-full {
  padding: 0 15px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .scheme-full {
    padding: 0 30px 30px;
  }
}
.scheme-full #breadcrumbs {
  margin-bottom: 15px;
}

.canvas-bg {
  position: relative;
}
.canvas-bg .button {
  font-size: 1em;
}
@media screen and (min-width: 1025px) {
  .canvas-bg .box-title {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 6;
    display: flex;
  }
  .canvas-bg .box-title .button {
    background-color: #BF0505;
    border-radius: 0 100px 100px 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
  }
  .canvas-bg .box-title .entry-title {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100px 0 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .canvas-bg .box-title {
    text-align: center;
  }
  .canvas-bg .box-title h1 {
    font-size: 1.5em;
    background: none;
    border: 0;
    color: #222;
  }
  .canvas-bg #save_image {
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 30px;
    display: block;
  }
}

body.single-scheme #color_tags {
  max-height: 400px;
  overflow-y: auto;
  padding: 5px;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
}
@media screen and (min-width: 1600px) {
  body.single-scheme #color_tags {
    max-height: 600px;
  }
}
body.single-scheme #color_tags::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
body.single-scheme #color_tags::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
body.single-scheme #color_tags::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
body.single-scheme .color-tags .color-tag {
  cursor: pointer;
}
body.single-scheme .color-tags .color-tag:hover {
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1333333333);
}

#color_pick_tags {
  position: relative;
}

#color_legend {
  padding: 5px 0;
}

.legend .legend-tag {
  width: 8px;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 1px;
  cursor: pointer;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 641px) {
  .legend .legend-tag {
    width: 10px;
  }
}
.legend .legend-tag:hover {
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.0666666667);
}
@media screen and (min-width: 1025px) {
  .legend .legend-tag:hover {
    transform: scale(1.5);
  }
}

#pick_box {
  border: 1px solid #dedede;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #pick_box {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 45px 15px;
  }
}
#pick_box h3 {
  padding: 15px;
  margin: 0;
}
#pick_box .button-box {
  padding: 15px;
  background: #fafafa;
}

#close_pickbox {
  margin-top: 15px;
}

.canvas-object {
  position: relative;
  background-color: #fff;
  min-height: 500px;
}
.canvas-object.ovh {
  overflow: hidden;
  max-height: 500px;
}
.canvas-object.block:before {
  content: "";
  z-index: 7;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(scheme/assets/loading.gif) #fff center no-repeat;
}
.canvas-object .canvas-layer {
  position: relative;
  background-color: #ddd;
  overflow: hidden;
}
.canvas-object .canvas-layer .layer {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.canvas-object .canvas-layer #canvas_main {
  max-height: 700px;
  margin: auto;
  display: block;
  max-width: 100%;
}
.canvas-object .canvas-layer #canvas_bg {
  display: block;
}
.canvas-object .canvas-layer #watermark_layer {
  display: none;
}
.canvas-object .canvas-layer #watermark_layer2 {
  z-index: 5;
}
.canvas-object .color-picker {
  display: flex;
}
.canvas-object .color-picker .picker-layer {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dedede;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .canvas-object .color-picker .picker-layer {
    text-align: center;
    flex: 1;
  }
}
@media screen and (min-width: 641px) {
  .canvas-object .color-picker .picker-layer {
    margin-bottom: -1px;
    border-color: transparent;
    border-width: 1px 1px 0;
    border-radius: 4px 4px 0;
  }
}
.canvas-object .color-picker .picker-layer + .picker-layer {
  margin-left: 15px;
}
.canvas-object .color-picker .picker-layer span {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 32px;
  border: 1px solid #dedede;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 641px) {
  .canvas-object .color-picker .picker-layer span {
    margin-right: 8px;
  }
}
.canvas-object .color-picker .picker-layer.active {
  border-color: #dedede;
  background: #fff;
}
.canvas-object .color-picker .picker-layer.active b {
  color: #222;
}
.canvas-object .color-picker .picker-layer b {
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .canvas-object .color-picker .picker-layer b {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) {
  .canvas-object .color-picker .picker-layer b {
    color: #aaa;
  }
}
.canvas-object .color-picker .title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.canvas-object .color-scheme .head {
  background-color: #272727;
  padding: 7px;
}
.canvas-object .color-scheme .head:after, .canvas-object .color-scheme .head:before {
  content: "";
  clear: both;
  display: table;
}
.canvas-object .color-scheme .head label {
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid #272727;
  cursor: pointer;
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.canvas-object .color-scheme .head label:hover {
  z-index: 2;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.canvas-object .color-scheme .head label.active {
  border-color: #fff;
}
.canvas-object .color-scheme .content-color {
  background: #fff;
  height: 200px;
  overflow-y: auto;
}
.canvas-object .color-scheme .content-color::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.canvas-object .color-scheme .content-color::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #201E1E;
}
.canvas-object .color-scheme .content-color .tab-color {
  display: none;
  padding: 5px;
}
.canvas-object .color-scheme .content-color .tab-color:after, .canvas-object .color-scheme .content-color .tab-color:before {
  content: "";
  clear: both;
  display: table;
}
.canvas-object .color-scheme .content-color .tab-color.active {
  display: block;
}
.canvas-object .color-scheme .content-color .tab-color label {
  width: 25%;
  float: left;
  padding: 1px;
}
.canvas-object .color-scheme .content-color .tab-color span {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #fff;
}
.canvas-object .color-scheme .close {
  position: absolute;
  top: -21px;
  right: 0;
  z-index: 3;
  font-size: 10px;
  background: #272727;
  color: #fff;
  padding: 3px 10px;
  cursor: pointer;
}
.canvas-object .btn {
  margin-top: 15px;
}

@media screen and (min-width: 1025px) {
  .sticky-sidebar {
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .sticky-sidebar {
    position: sticky;
    top: 50px;
  }
}
/*--------------------------------------------------------------
# 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;
}

.hidden {
  display: none !important;
}

/* 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;
}

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

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

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

/*# sourceMappingURL=style.css.map */
