/*!
Theme Name: Tropical Theme
Author: Thai Huu
Author URI: https://fb.com/thaihuuio
Description: A themes develope by Tropical
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tropical

*/
:root{
    --primary-color: #D9AA52;
}

@import "https://fonts.googleapis.com/css?family=Barlow:500,700|Open+Sans:400,400i,600,600i,700,700i&display=swap&subset=vietnamese";
@keyframes toBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes showUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes toRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes toLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    height: 0;
    width: 0;
    visibility: hidden;
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  23% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  48% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  73% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  98% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zig {
  0% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  5% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  10% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  15% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zig-big {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  5% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  15% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes run {
  45% {
    margin-top: 0;
  }
  55% {
    margin-top: -32px;
  }
  90% {
    margin-top: -32px;
  }
  100% {
    margin-top: 0;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  --client-width: 100%;
}
h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
  text-transform: uppercase;
  color: var(--primary-color);
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
table td {
  border: 1px solid #dedede;
  padding: 5px 10px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*="col-"] {
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.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.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding [class*="col-"] {
  padding: 0;
}
@media screen and (max-width: 320px) {
  .hidden-ss {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }
}
@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 .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.padding-md-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.padding-md-10 [class*="col-"] {
    padding: 10px;
  }
  .hidden-md {
    display: none !important;
  }
  .md-order-first {
    order: -1;
  }
}
@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%;
  }
  .hidden-lg {
    display: none !important;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
h2,
h3 {
  font-family: "Barlow", sans-serif;
}
p {
  margin-top: 0.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
  padding-inline-start: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-phone {
  background-image: url(images/icons/phone.svg);
}
.icon-arrow-right {
  width: 30px;
  height: 20px;
  background-image: url(images/icons/arrow-right.svg);
}
.icon-angle-right {
  background-image: url(images/icons/angle-right.svg);
}
.icon-angle-left {
  background-image: url(images/icons/angle-right.svg);
  transform: rotate(180deg);
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .float-lg-right {
    float: right !important;
  }
}
@media screen and (min-width: 641px) {
  .float-md-right {
    float: right !important;
  }
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.bd1 {
  border: 1px solid;
  padding: 5px 0;
  font-size: 0.875em;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 0;
  background: rgb(217 170 82 / 20%);
  padding: 10px 15px;
  display: inline-block;
  color: var(--primary-color);
  outline: 0;
  cursor: pointer;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
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,
.button:active,
.button:focus {
  outline: 0;
}
button.reflect-color,
input[type="button"].reflect-color,
input[type="reset"].reflect-color,
input[type="submit"].reflect-color,
.button.reflect-color {
  background-color: var(--primary-color);
  color: #333;
}
button.reflect-color:hover,
input[type="button"].reflect-color:hover,
input[type="reset"].reflect-color:hover,
input[type="submit"].reflect-color:hover,
.button.reflect-color:hover {
  background-color: var(--primary-color);
}
button.has-icon,
input[type="button"].has-icon,
input[type="reset"].has-icon,
input[type="submit"].has-icon,
.button.has-icon {
  padding: 10px 10px 10px 15px;
}
@media screen and (min-width: 641px) {
  button.has-icon,
  input[type="button"].has-icon,
  input[type="reset"].has-icon,
  input[type="submit"].has-icon,
  .button.has-icon {
    padding: 13px 20px 13px 35px;
  }
}
button.has-icon .icon,
input[type="button"].has-icon .icon,
input[type="reset"].has-icon .icon,
input[type="submit"].has-icon .icon,
.button.has-icon .icon {
  margin-left: 10px;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) {
  button.has-icon .icon,
  input[type="button"].has-icon .icon,
  input[type="reset"].has-icon .icon,
  input[type="submit"].has-icon .icon,
  .button.has-icon .icon {
    margin-left: 15px;
  }
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
  padding: 10px 20px;
}
button.small .icon,
input[type="button"].small .icon,
input[type="reset"].small .icon,
input[type="submit"].small .icon,
.button.small .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
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: #333;
  border: 1px solid #dedede;
  background-color: #e5e5e5;
  padding: 10px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
}
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 {
  border-color: #111;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  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 {
    font-size: 16px;
    font-size: 1rem;
  }
}
select {
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea {
  width: 100%;
  max-height: 8em;
  border-radius: 4px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  margin-bottom: 20px;
}
.wpcf7-form label {
  margin-left: 10px;
}
.form-popup {
  position: fixed;
  max-width: 700px;
  top: 2000px;
  z-index: 12;
  margin: auto;
  left: 15px;
  right: 15px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1333333333);
  transform: translateY(50%);
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-popup.active {
  top: 50px;
}
.form-popup input[type="text"],
.form-popup input[type="email"],
.form-popup input[type="url"],
.form-popup input[type="password"],
.form-popup input[type="search"],
.form-popup input[type="number"],
.form-popup input[type="tel"],
.form-popup input[type="range"],
.form-popup input[type="date"],
.form-popup input[type="month"],
.form-popup input[type="week"],
.form-popup input[type="time"],
.form-popup input[type="datetime"],
.form-popup input[type="datetime-local"],
.form-popup input[type="color"],
.form-popup textarea {
  margin-bottom: 10px;
  border: 1px solid #ededed;
}
.form-popup h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: var(--primary-color);
}
#bg_dark_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 8;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
#bg_dark_form:before {
  content: "+";
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  color: #fff;
  right: 5px;
  font-size: 3em;
  line-height: 1;
}
a {
  color: var(--primary-color);
  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: var(--primary-color);
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
@media screen and (max-width: 1024px) {
  #site-navigation {
    background: var(--primary-color);
    position: fixed;
    height: 100%;
    top: 0;
    width: 270px;
    z-index: 9;
    left: -300px;
    overflow-y: auto;
    -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) {
  #site-navigation {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    text-align: right;
  }
}
#site-navigation.active {
  left: 0;
}
#site-navigation.active #close_menu {
  right: 15px;
}
@media screen and (max-width: 1024px) {
  #site-navigation .container {
    padding: 0;
  }
}
#site-navigation .logo {
  margin: 30px 15px;
}
#close_menu {
  position: fixed;
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  right: -100px;
  top: 2px;
  line-height: 1;
  transition: right 0.6s ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .page-template-header-absolute .site-header:not(.sticky),
  .page-template-header-absolute2 .site-header:not(.sticky) {
    background: none;
    box-shadow: none;
  }
  .page-template-header-absolute
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li
    > a,
  .page-template-header-absolute2
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li
    > a {
    color: #fff;
  }
  .page-template-header-absolute
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li.current-menu-item
    > a:before,
  .page-template-header-absolute
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li.current-menu-ancestor
    > a:before,
  .page-template-header-absolute2
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li.current-menu-item
    > a:before,
  .page-template-header-absolute2
    .site-header:not(.sticky)
    .main-navigation
    ul.primary-menu
    > li.current-menu-ancestor
    > a:before {
    border-color: #fff;
    bottom: -7px;
  }
  .page-template-header-absolute .site-header:not(.sticky) .logo,
  .page-template-header-absolute2 .site-header:not(.sticky) .logo {
    background-image: url(images/logo-white.svg);
  }
}
.main-navigation {
  font-family: "Barlow", sans-serif;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation ul a {
  font-size: 0.875em;
  color: #fff;
  letter-spacing: 0.0125em;
  padding: 10px 12px;
  display: block;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
}
@media screen and (min-width: 1025px) {
  .main-navigation ul a {
    color: #333;
  }
}
.main-navigation ul li {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main-navigation ul li a {
    border-bottom: 1px solid #040b33;
    border-top: 1px solid #15226d;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation ul.sub-menu {
    display: none;
  }
  .main-navigation ul.sub-menu li a {
    font-size: 0.875em;
    font-weight: 400;
    text-transform: none;
    padding-left: 30px;
  }
  .main-navigation ul.sub-menu ul.sub-menu a {
    text-transform: none;
    padding-left: 30px;
  }
  .main-navigation ul.sub-menu i.toggle-li {
    height: 2em;
  }
  .main-navigation i.toggle-li {
    position: absolute;
    height: 2.1428571429em;
    line-height: 2em;
    z-index: 2;
    display: block;
    width: 2.2em;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    top: 0;
    right: 0;
    font-style: initial;
  }
  .main-navigation i.toggle-li:before {
    content: "+";
  }
  .main-navigation i.toggle-li.active:before {
    content: "-";
  }
  .main-navigation li.menu-item-has-children.active > ul.sub-menu {
    display: block;
  }
  .main-navigation li.current-menu-item > a {
    color: var(--primary-color);
  }
}
@media screen and (min-width: 1025px) {
  .main-navigation ul.primary-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .main-navigation ul.primary-menu > li:hover > a {
    color: var(--primary-color);
  }
  .main-navigation ul.primary-menu > li a {
    position: relative;
    z-index: 2;
  }
  .main-navigation ul.primary-menu > li.current-menu-item > a:before,
  .main-navigation ul.primary-menu > li.current-menu-ancestor > a:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--primary-color);
    display: block;
    height: 0px;
    width: initial;
    left: 15px;
    right: 15px;
    bottom: -17px;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-navigation ul.primary-menu > li.menu-item-has-children > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    vertical-align: super;
    margin-left: 8px;
  }
  .main-navigation ul.primary-menu > li > ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    width: max-content;
    min-width: 250px;
    overflow: hidden;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 4px;
  }
  .main-navigation ul.primary-menu > li > ul.sub-menu:before,
  .main-navigation ul.primary-menu > li > ul.sub-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-navigation ul.primary-menu > li:hover > ul.sub-menu {
    display: block;
  }
  .main-navigation ul.sub-menu li a {
    color: #333;
    font-size: 0.875em;
    text-transform: none;
    border-bottom: 1px solid #ededed;
  }
  .main-navigation ul.sub-menu li:hover ul.sub-menu {
    display: block;
  }
  .main-navigation ul.sub-menu li:hover > a {
    background-color: rgb(217 170 82 / 20%);
    color: var(--primary-color);
  }
  .main-navigation ul.sub-menu li.menu-item-has-children > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 15px;
    top: 17px;
  }
  .main-navigation ul.sub-menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: #fff;
    width: max-content;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
  .main-navigation ul.sub-menu li ul.sub-menu a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    background-color: #333;
    vertical-align: middle;
  }
  .main-navigation ul.sub-menu li ul.sub-menu a {
    font-weight: 400;
  }
  .main-navigation ul.sub-menu li ul.sub-menu a:hover:before {
    background-color: var(--primary-color);
  }
}
.site-header {
  background-color: #fff;
  background-size: 100%;
  position: fixed;
  z-index: 7;
  top: 0;
  width: 100%;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1333333333);
  padding: 10px 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-header .button {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .site-branding {
    text-align: center;
  }
}
#toggle_icon {
  display: inline-block;
  padding: 10px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 3px;
}
#toggle_icon span,
#toggle_icon:before,
#toggle_icon:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #333;
  margin-top: 6px;
  display: block;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toggle_icon:before {
  margin-top: 3px;
  width: 22px;
}
#toggle_icon span {
  width: 18px;
}
#toggle_icon.active:before {
  transform: rotate(45deg);
  transform-origin: 4px 4px;
}
#toggle_icon.active:after {
  transform: rotate(-45deg);
  transform-origin: 10px 0;
  width: 22px;
}
#toggle_icon.active span {
  display: none;
}
.logo {
  background-image: url(images/logo.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 30px;
  width: 90px;
  display: inline-block;
  vertical-align: top;
  background-size: 100%;
}
@media screen and (min-width: 1025px) {
  .logo {
    height: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  #site-navigation .logo {
    background-image: url(https://metalcoatingsvn.com/wp-content/uploads/2023/08/Asset-1-svg.png);
  }
}
#bg_dark_search {
  justify-content: center;
  font-size: 1.2em;
}
#bg_dark_search p {
  margin: auto;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .widget-area {
    top: 90px;
    position: sticky;
  }
}
@media screen and (max-width: 640px) {
  .widget-area {
    margin-top: 15px;
  }
}
.widget-area .widget {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.widget-area .widget-title {
  margin: 0;
  padding: 5px 0;
  margin-bottom: 10px;
  position: relative;
  font-family: "Barlow", sans-serif;
  border-bottom: 2px solid rgba(38, 53, 140, 0.4);
}
.widget-area ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.widget-area ul li {
  padding: 0.5em 0 0.5em 1.4em;
  position: relative;
}
.widget-area ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  left: 0;
  top: 1.15em;
}
.widget-area ul li + li {
  border-top: 1px solid #ededed;
}
.widget-area ul a {
  color: #333;
}
.widget-area ul a:hover {
  text-decoration: underline;
}
.container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  #content {
    margin-top: 70px;
  }
}
.home #content {
  margin-top: 0;
}
.site-content {
  padding: 15px 0;
}
.site-content > .container {
  height: 100%;
  position: relative;
}
.home .site-content {
  padding: 0;
}
.no-sidebar {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .sidebar-right {
    width: 75%;
    float: left;
    padding-right: 20px;
  }
  .sidebar-right + .widget-area {
    width: 25%;
    float: right;
  }
  .sidebar-left {
    width: 75%;
    float: right;
    padding-left: 20px;
  }
  .sidebar-left + .widget-area {
    width: 25%;
    float: left;
  }
}
.block {
  padding: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .block {
    margin: 0 -15px;
  }
}
.block h1 {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Barlow", sans-serif;
}
.page-template-hide-title h1,
.page-template-home h1 {
  display: none;
}
.page-template-hide-title .site-content,
.page-template-home .site-content {
  padding: 0;
}
.page-template-hide-title #breadcrumbs,
.page-template-hide-title .rank-math-breadcrumb,
.page-template-home #breadcrumbs,
.page-template-home .rank-math-breadcrumb {
  display: none;
}
.page-template-hide-title #content,
.page-template-home #content {
  margin-top: 0;
}
.single .entry-content img {
  display: block;
  margin: auto;
}
#breadcrumbs,
.rank-math-breadcrumb {
  color: #888;
  margin-bottom: 10px;
  font-size: 0.85em;
}
#breadcrumbs a,
.rank-math-breadcrumb a {
  color: #888;
}
#breadcrumbs a:hover,
.rank-math-breadcrumb a:hover {
  color: var(--primary-color);
}
.full-width {
  width: 100%;
  margin: 0 0%;
}
@supports (color: var(--client-width)) {
  .full-width {
    width: calc(var(--client-width));
    margin: 0 calc(50% - var(--client-width) / 2);
  }
}
.full-height {
  min-height: 650px;
}
@media screen and (min-width: 1025px) {
  @supports (color: var(--client-height)) {
    .full-height {
      min-height: calc(var(--client-height));
    }
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .full-height {
    min-height: 500px;
  }
}
@media screen and (max-width: 640px) {
  @supports (color: var(--client-height)) {
    .full-height {
      min-height: calc(var(--client-height));
    }
  }
}
.navigation.pagination {
  text-align: center;
  margin: 2em 0 1em;
}
.navigation.pagination .page-numbers {
  padding: 0.4em 0.8em;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 4px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background-color: var(--primary-color);
}
.no-bg {
  background: none !important;
}
.page-template-header-absolute,
.page-template-header-absolute2 {
  background: #fff url(images/bg-dark.png) 0 0 no-repeat;
  background-size: 100%;
}
.page-template-header-absolute h1,
.page-template-header-absolute2 h1 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.page-template-header-absolute #breadcrumbs,
.page-template-header-absolute .rank-math-breadcrumb,
.page-template-header-absolute2 #breadcrumbs,
.page-template-header-absolute2 .rank-math-breadcrumb {
  color: #fff;
  text-align: center;
  margin-bottom: 3.5em;
}
.page-template-header-absolute #breadcrumbs a,
.page-template-header-absolute .rank-math-breadcrumb a,
.page-template-header-absolute2 #breadcrumbs a,
.page-template-header-absolute2 .rank-math-breadcrumb a {
  color: #fff;
}
.page-template-header-absolute #breadcrumbs a:hover,
.page-template-header-absolute .rank-math-breadcrumb a:hover,
.page-template-header-absolute2 #breadcrumbs a:hover,
.page-template-header-absolute2 .rank-math-breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .page-template-header-absolute h1,
  .page-template-header-absolute2 h1 {
    margin-top: 1.5em;
  }
}
.page-template-header-absolute2 .entry-content {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 3em;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .bg-xs-1 {
    background-image: url(images/bg-xs-1.png) !important;
  }
  .bg-xs-2 {
    background-image: url(images/bg-xs-2.png) !important;
  }
  .bg-xs-3 {
    background-image: url(images/bg-xs-3.png) !important;
  }
}
body.archive.post-type-archive-machine .site-content,
body.archive.tax-machine_cat .site-content {
  background: #fff url(images/bg-dark.png) center no-repeat;
  background-size: 100%;
}
body.archive.post-type-archive-machine .site-content h1,
body.archive.tax-machine_cat .site-content h1 {
  color: #fff;
}
body.archive.post-type-archive-machine .site-content #breadcrumbs,
body.archive.post-type-archive-machine .site-content .rank-math-breadcrumb,
body.archive.tax-machine_cat .site-content #breadcrumbs,
body.archive.tax-machine_cat .site-content .rank-math-breadcrumb {
  color: #fff;
}
body.archive.post-type-archive-machine .site-content #breadcrumbs a,
body.archive.post-type-archive-machine .site-content .rank-math-breadcrumb a,
body.archive.tax-machine_cat .site-content #breadcrumbs a,
body.archive.tax-machine_cat .site-content .rank-math-breadcrumb a {
  color: #fff;
}
body.archive.post-type-archive-machine .site-content #breadcrumbs a:hover,
body.archive.post-type-archive-machine
  .site-content
  .rank-math-breadcrumb
  a:hover,
body.archive.tax-machine_cat .site-content #breadcrumbs a:hover,
body.archive.tax-machine_cat .site-content .rank-math-breadcrumb a:hover {
  text-decoration: underline;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.product-images {
  max-width: 650px;
}
.product-images .slider-image {
  padding-bottom: 75%;
  background-size: auto 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .product-images .slider-image:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6) url(images/zoom.svg) center no-repeat;
    background-size: 20px auto;
  }
}
@media screen and (min-width: 1025px) {
  .product-images .slider-image:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(images/zoom.svg) center no-repeat;
    background-size: 50px auto;
  }
}
.thumbnail-images .thumb-image {
  float: left;
  width: 16.66%;
  padding: 5px;
  cursor: pointer;
}
.thumbnail-images .thumb-image:hover {
  background-color: var(--primary-color);
}
.thumbnail-images .thumb-image img {
  display: block;
}
.product-images .image {
  cursor: pointer;
}
.single-machine .product-excerpt {
  padding-bottom: 10px;
  background: url(images/top-eaebed-2.png) no-repeat left bottom;
  background-size: 70%;
}
.single-machine .entry-header {
  padding-bottom: 20px;
  margin-top: 1em;
}
.single-machine .entry-header h3 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.single-machine h1 {
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .single-machine .hang {
    top: 100px;
    position: sticky;
  }
}
.single-machine .list-hashtag {
  padding: 15px 0;
  font-size: 0.9em;
}
.single-machine .list-hashtag a {
  display: block;
  margin-bottom: 5px;
  padding: 8px 10px;
  background: rgb(217 170 82 / 20%);
  border-radius: 4px;
}
.single-machine .first-row {
  margin-bottom: 4em;
}
.single-machine .first-row h2 {
  border-bottom: 1px solid #ededed;
}
.single-machine .entry-meta .price {
  margin-bottom: 5px;
  color: var(--primary-color);
}
.single-machine .entry-meta .price .head {
  font-size: 0.8em;
  color: #555;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.single-machine .block-content-sp {
  background-color: #fff;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
  border-radius: 4px;
  margin-top: 2em;
}
.single-machine .block-content-sp h2 {
  padding: 10px 20px 5px;
  margin: 0;
}
.single-machine .block-content-sp .inner-content {
  padding: 20px;
}
.single-machine .wrapper-yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.single-machine .wrapper-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive #primary {
  padding: 30px 0;
}
.archive h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}
.outter-list.machine {
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
  background-color: #fff;
  border-radius: 4px;
}
.outter-list.machine > .row > div {
  border: solid #ededed;
  border-width: 1px 0 0;
}
.outter-list.machine > .row > div:first-child {
  border-top: 0;
}
@media screen and (min-width: 641px) {
  .outter-list.machine > .row .col-md-4 {
    border-width: 1px 1px 0 0;
  }
  .outter-list.machine > .row .col-md-4:nth-child(-n + 3) {
    border-top: 0;
  }
  .outter-list.machine > .row .col-md-4:nth-child(3n + 3) {
    border-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .outter-list.machine > .row .col-lg-3 {
    border-width: 1px 1px 0 0;
  }
  .outter-list.machine > .row .col-lg-3:nth-child(-n + 4) {
    border-top: 0;
  }
  .outter-list.machine > .row .col-lg-3:nth-child(4n + 4) {
    border-right: 0;
  }
}
.product-item {
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .product-item {
    padding: 40px 20px;
  }
}
.product-item .sku {
  color: #fff;
  padding: 6px 20px;
  font-weight: 700;
  background-color: var(--primary-color);
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
}
.product-item .continue {
  position: absolute;
  right: 40px;
  top: 110px;
}
.product-item h2,
.product-item h3 {
  margin: 0 0 10px;
  overflow: hidden;
  height: 2.4em;
  line-height: 1.2;
  font-size: 1.625em;
  color: #333;
}
@media screen and (min-width: 641px) {
  .product-item .image {
    max-width: 260px;
  }
}
.more-link {
  text-align: right;
}
.post-item {
  margin-bottom: 2em;
}
.post-item h2,
.post-item h3 {
  font-size: 1.25em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .post-item h2,
  .post-item h3 {
    height: 4.5em;
    overflow: hidden;
  }
}
.post-item h2:hover,
.post-item h3:hover {
  color: var(--primary-color);
}
.post-item .image {
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}
.post-item .image img {
  display: block;
  width: 100%;
}
.post-item .box-info {
  padding: 20px 20px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
}
.post-item .box-info .time {
  color: #666;
  font-size: 0.875em;
}
.post-item .box-info .continue {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.single-post .site-content {
  padding: 0;
}
.single-post #breadcrumbs {
  color: #666;
}
.single-post #breadcrumbs a {
  color: #666;
}
.single-post .entry-header {
  padding: 3em 0 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ededed;
}
.single-post .entry-header a:hover {
  text-decoration: underline;
}
.single-post h1 {
  margin: 0.2em 0;
  text-transform: none;
  font-size: 3em;
  line-height: 1.25;
}
.scheme-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
}
.scheme-item .image {
  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 .box-info {
  position: absolute;
  bottom: 0;
  width: 101%;
  left: 0;
  z-index: 2;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
.scheme-item .box-info h2,
.scheme-item .box-info h3 {
  color: #fff;
  font-size: 1.25em;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scheme-item .box-info h2:before,
.scheme-item .box-info h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-bottom: 5px;
  background-color: var(--primary-color);
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (min-width: 1025px) {
  .scheme-item:hover .image {
    transform: scale(1.2);
  }
}
.single-scheme .canvas-object {
  position: relative;
  background-color: #fff;
  min-height: 500px;
}
.single-scheme .canvas-object.ovh {
  overflow: hidden;
  max-height: 500px;
}
.single-scheme .canvas-object.block {
  background-color: #ddd;
}
.single-scheme .canvas-object .canvas-layer {
  position: relative;
  background-color: #ddd;
}
.single-scheme .canvas-object .canvas-layer .layer {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.single-scheme .canvas-object .canvas-layer #canvas_main {
  max-height: 700px;
  margin: auto;
  display: block;
  max-width: 100%;
}
.single-scheme .canvas-object .canvas-layer #canvas_bg {
  display: block;
}
.single-scheme .canvas-object .canvas-layer #watermark_layer {
  display: none;
}
.single-scheme .canvas-object .tool-box {
  top: 0;
}
.single-scheme .canvas-object .tool-box h1 {
  font-size: 18px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}
.single-scheme .canvas-object .tool-box .button {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .single-scheme .canvas-object .color-picker {
    float: none !important;
  }
}
.single-scheme .canvas-object .color-picker:after,
.single-scheme .canvas-object .color-picker:before {
  content: "";
  display: table;
  clear: both;
}
.single-scheme .canvas-object .color-picker .picker-layer {
  margin-bottom: 5px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .single-scheme .canvas-object .color-picker .picker-layer {
    float: left;
    width: 50%;
  }
}
.single-scheme .canvas-object .color-picker .picker-layer span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 32px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  -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);
}
.single-scheme .canvas-object .color-picker .picker-layer span:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.single-scheme .canvas-object .color-picker .picker-layer.active span {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px 1px rgba(217, 133, 30, 0.8);
}
.single-scheme .canvas-object .color-picker .picker-layer.active b {
  font-weight: 700;
}
.single-scheme .canvas-object .color-picker .picker-layer b {
  color: var(--primary-color);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.single-scheme .canvas-object .color-picker .title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Barlow", sans-serif;
}
.single-scheme .canvas-object .color-scheme .head {
  background-color: #272727;
  padding: 7px;
}
.single-scheme .canvas-object .color-scheme .head:after,
.single-scheme .canvas-object .color-scheme .head:before {
  content: "";
  clear: both;
  display: table;
}
.single-scheme .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);
}
.single-scheme .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);
}
.single-scheme .canvas-object .color-scheme .head label.active {
  border-color: #fff;
}
.single-scheme .canvas-object .color-scheme .content-color {
  background: #fff;
  height: 200px;
  overflow-y: auto;
}
.single-scheme .canvas-object .color-scheme .content-color::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.single-scheme
  .canvas-object
  .color-scheme
  .content-color::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--primary-color);
}
.single-scheme .canvas-object .color-scheme .content-color .tab-color {
  display: none;
  padding: 5px;
}
.single-scheme .canvas-object .color-scheme .content-color .tab-color:after,
.single-scheme .canvas-object .color-scheme .content-color .tab-color:before {
  content: "";
  clear: both;
  display: table;
}
.single-scheme .canvas-object .color-scheme .content-color .tab-color.active {
  display: block;
}
.single-scheme .canvas-object .color-scheme .content-color .tab-color label {
  width: 25%;
  float: left;
  padding: 1px;
}
.single-scheme .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;
}
.single-scheme .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;
}
.single-scheme .canvas-object .btn {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .single-scheme .sticky-sidebar {
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .single-scheme .sticky-sidebar {
    position: sticky;
    top: 50px;
  }
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.tinhson_nav {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.tinhson_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.tinhson_nav ul:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.tinhson_nav ul li {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 40px;
  background: #fff;
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 2;
  border: 3px solid #fff;
  border-radius: 50%;
}
.tinhson_nav ul li.active {
  background-color: var(--primary-color);
  color: #fff;
}
.tinhson_nav ul li + li {
  margin-left: 100px;
}
@media screen and (max-width: 640px) {
  .tinhson_nav ul li + li {
    margin-left: 60px;
  }
}
.box-block {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 15px 30px 30px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1333333333);
  border-radius: 4px;
}
#form_tinhson.expand {
  max-width: 100%;
}
#form_tinhson h3 {
  margin-bottom: 5px;
}
#form_tinhson h3:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #404040;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  border-radius: 50%;
}
#form_tinhson input[type="text"],
#form_tinhson input[type="number"] {
  background-color: #e5e5e5;
  color: #333;
}
#form_tinhson input[type="text"]:focus,
#form_tinhson input[type="number"]:focus {
  background-color: #fff;
}
#form_tinhson input[type="submit"] {
  margin-top: 15px;
}
#form_tinhson input[type="button"] {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-top: 15px;
  background: none;
}
#form_tinhson input[type="button"]:hover {
  color: #fff;
  background-color: var(--primary-color);
}
#form_tinhson select {
  width: 100%;
  font-size: 16px;
  padding: 8px;
  outline: 0;
  background: rgba(0, 0, 0, 0.1);
  border-color: #eee;
  opacity: 0.5;
}
#form_tinhson .select-sp {
  float: left;
  width: 70%;
}
#form_tinhson .select-lop {
  float: left;
  width: 30%;
  padding-left: 10px;
}
#form_tinhson label {
  font-size: 12px;
  padding-left: 15px;
}
#form_tinhson label .red {
  color: red;
}
#form_tinhson .error {
  display: inline-block;
  margin-right: 15px;
  color: red;
}
#form_tinhson .white select {
  background-color: var(--primary-color);
  color: #fff;
  opacity: 1;
}
#form_tinhson .result-item {
  background: #fff;
  padding: 10px;
}
#form_tinhson .result-item:before,
#form_tinhson .result-item:after {
  content: "";
  display: table;
  clear: both;
}
#form_tinhson .result-item .image {
  float: left;
  width: 40%;
  text-align: center;
}
#form_tinhson .result-item .text {
  float: left;
  width: 60%;
  padding-left: 10px;
}
#form_tinhson .result-item .text span {
  font-weight: 700;
}
#form_tinhson .result-item .text p {
  margin: 5px 0;
}
#form_tinhson .result-item .text h4 {
  text-transform: uppercase;
  margin: 5px 0 10px;
}
#form_tinhson .result-item .text .cost span {
  color: red;
}
#form_tinhson .result-item img {
  max-height: 200px;
}
#form_tinhson #cal_price {
  font-family: "Barlow", sans-serif;
}
#form_tinhson #cal_price span {
  color: red;
  font-size: 1.25em;
}
#tinhson_step2,
#tinhson_step3 {
  display: none;
}
#phongthuy {
  max-width: 900px;
}
#form_phongthuy .inner-phongthuy {
  max-width: 500px;
  margin: 15px auto;
}
#form_phongthuy label {
  display: block;
  margin: 5px 0;
  margin-left: 10px;
}
#form_phongthuy select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
#result_phongthuy {
  margin-top: 15px;
}
#result_phongthuy img {
  display: block;
  margin: auto;
}
.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;
}
.title-card.text-white {
  color: #fff;
}
.title-card.text-white .button {
  background-color: #fff;
  color: var(--primary-color);
}
.title-card.text-white .button:hover {
  color: var(--primary-color);
}
.title-card.text-white h4 {
  color: #fff;
}
.title-card .button {
  margin-top: 50px;
}
.title-card h2 {
  margin: 0 0 15px;
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .title-card h2 {
    line-height: 1.05;
    margin: 0 0 20px;
    font-size: 3.25em;
  }
}
.title-card h3 {
  font-size: 1.2em;
  margin: 0 0 15px;
  color: var(--primary-color);
}
@media screen and (min-width: 641px) {
  .title-card h3 {
    font-size: 2.25em;
    margin: 0;
    padding-bottom: 20px;
  }
}
.title-card h4 {
  font-size: 1em;
  margin: 0 0 10px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
}
.title-card .description {
  position: relative;
}
@media screen and (min-width: 641px) {
  .title-card .description {
    font-size: 1.25em;
  }
}
.title-card .description p {
  margin-top: 20px;
  margin-bottom: 0;
}
.list-features > .row > div {
  margin-bottom: 30px;
}
.list-features .feature-item {
  background: #fff;
  height: 100%;
  position: relative;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-features .feature-item h3 {
  margin: 0 0 20px;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .list-features .feature-item h3 {
    font-size: 2.25em;
  }
}
.list-features .feature-item .inner-text p {
  margin: 0;
}
.list-features .feature-item .inner-text .read-more {
  margin-top: 30px;
  text-align: right;
}
@media screen and (min-width: 641px) {
  .list-features .feature-item .inner-text .read-more {
    margin-top: 60px;
  }
}
.list-features .feature-item .image {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.list-features .feature-item:hover {
  background-color: #f8fdff;
}
@media screen and (min-width: 1025px) {
  .list-features .feature-item:hover {
    transform: translateY(-10px);
  }
}
.list-features a {
  color: initial;
}
.spepre {
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .spepre .inner-spepre {
    width: 2550px;
    margin-left: calc(var(--client-width) / 2 - 1150px);
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.spepre .inner-spepre.left {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .spepre .inner-spepre.left .el-1 .col-subel-2 {
    width: 20%;
    flex-basis: 20%;
  }
}
.spepre .inner-spepre.right {
  margin-left: calc(var(--client-width) - 2160px);
}
@media screen and (min-width: 1025px) {
  .spepre .inner-spepre.right .el-3 .col-subel-1 {
    width: 20%;
    flex-basis: 20%;
  }
}
.spepre .col-el {
  padding: 30px;
  width: 100%;
  flex-basis: 100%;
  position: relative;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .spepre .col-el {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .spepre .col-el {
    width: 730px;
    flex-basis: 730px;
  }
}
.spepre [class*="col-subel-"] {
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1024px) {
  .spepre .el-2 {
    order: -1;
  }
}
.spepre .el-2 .text {
  border-radius: 25px;
  height: 100%;
  padding: 60px 60px 0;
  background-color: #fff;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
}
.spepre .el-2 .text .button {
  margin-bottom: -30px;
}
.spepre .el-1,
.spepre .el-3 {
  z-index: 2;
}
.spepre .el-1 .inner-box,
.spepre .el-3 .inner-box {
  border-radius: 25px;
  box-shadow: 2px 10px 30px rgba(3, 22, 33, 0.15);
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .spepre .el-1 .row,
  .spepre .el-3 .row {
    width: 200%;
    height: 100%;
  }
}
.spepre .el-1 .text,
.spepre .el-3 .text {
  padding: 60px 30px;
}
@media screen and (max-width: 1024px) {
  .spepre .el-1 .col-subel-1 {
    width: 60%;
    flex-basis: 60%;
  }
  .spepre .el-1 .col-subel-2 {
    width: 40%;
    flex-basis: 40%;
    background-size: cover;
  }
}
@media screen and (min-width: 1025px) {
  .spepre .el-1 .row {
    justify-content: flex-end;
    margin-left: -100%;
  }
  .spepre .el-1 .col-subel-1 {
    width: 30%;
    flex-basis: 30%;
  }
  .spepre .el-1 .col-subel-2 {
    width: 50%;
    flex-basis: 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .spepre .el-3 .col-subel-1 {
    width: 40%;
    flex-basis: 40%;
  }
  .spepre .el-3 .col-subel-2 {
    width: 60%;
    flex-basis: 60%;
    background-size: cover;
  }
}
@media screen and (min-width: 1025px) {
  .spepre .el-3 .col-subel-1 {
    width: 50%;
    flex-basis: 50%;
  }
  .spepre .el-3 .col-subel-2 {
    width: 30%;
    flex-basis: 30%;
    background-size: cover;
  }
}
.site-footer {
  padding-top: 60px;
  background-color: #f8fdff;
}
.site-footer .container {
  max-width: 1000px;
}
.site-footer ul {
  padding-left: 0;
  list-style: none;
  column-count: 2;
}
.site-footer ul li {
  margin-bottom: 0.25em;
  position: relative;
}
.site-footer ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  vertical-align: middle;
  margin-right: 10px;
  position: absolute;
  top: 10px;
}
.site-footer ul li a {
  padding-left: 15px;
  display: block;
}
.footer-title {
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 0;
  color: var(--primary-color);
}
.footer-branding {
  margin-top: 1.5em;
}
.footer-branding img {
  max-width: 200px !important;
  width: 100%;
}
.footer-social {
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .footer-social {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
  }
}
.footer-social svg {
  width: 18px;
  position: relative;
}
.footer-social svg path,
.footer-social svg polygon {
  fill: #fff;
}
.footer-social [class*="icon-"] {
  padding: 8px;
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.footer-social [class*="icon-"]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 4px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-social .icon-yt:hover:before {
  background-color: #d22100;
}
.footer-social .icon-fb:hover:before {
  background-color: #3b5997;
}
.footer-social .icon-tw:hover:before {
  background-color: #03a9f3;
}
.footer-social .icon-in:hover:before {
  background-color: #0481c1;
}
.footer-social .icon-gg:hover:before {
  background-color: #d04433;
}
.site-info {
  color: #666;
  text-align: center;
  border-top: 1px solid #dce1ee;
  padding: 25px 0;
  margin-top: 45px;
}
#bg_dark {
  z-index: -1;
}
.bg-dark {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
}
.bg-dark.active {
  display: block;
} /*# sourceMappingURL=style.css.map */
