/*
Web designer: xers123@gmail.com
*/
@font-face {
  font-family: "roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-thin";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "noto";
  src: url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "noto";
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "promt";
  src: url("../fonts/Prompt-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "promt";
  src: url("../fonts/Prompt-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "galada";
  src: url("../fonts/galada.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alexbrush";
  src: url("../fonts/alexbrush.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rage";
  src: url("../fonts/rage.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

html {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 105%;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

figure {
  display: inline-block;
}

*,
*:before,
*:after,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "noto", "promt", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  color: #000;
  background: none;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:link {
  color: #111;
}

a:visited {
  color: #111;
}

a:hover {
  color: #d63636;
}

code,
pre,
samp {
  font-family: monospace;
}

img,
video {
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: "noto", "promt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
}

h1 {
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  font-size: 2em;
}

h2 {
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  font-size: 1.5em;
}

h3 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-size: 1.17em;
}

h4 {
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  font-size: 1em;
}

h5 {
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  font-size: 0.83em;
}

h6 {
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  font-size: 0.67em;
}

b,
strong {
  font-family: "noto", "promt", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000;
}

span {
  font-family: "noto", "promt", Helvetica, Arial, sans-serif;
  color: #000;
}

select {
  cursor: pointer;
  color: #666;
}

a.button,
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="search"],
input[type="submit"],
input[type="button"],
button,
select,
option {
  font-family: "roboto", Arial, sans-serif;
  outline: 0;
  outline: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0.1em;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  background: #fafafa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea:hover,
input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="search"]:hover,
select:hover {
  background: #d5e3f4;
}

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="search"]:focus,
select:focus {
  background: #eee;
}

a.button,
button,
input[type="file"],
input[type="submit"],
input[type="button"],
input[type="checkbox"] {
  cursor: pointer;
}

button,
a.button,
a.button:link,
a.button:visited,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  margin: 1em auto;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 100%;
  background: rgba(255, 255, 255, 0.2);
}

button:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: rgba(255, 255, 255, 0.4);
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
  color: #666;
  text-align: left;
}

:-ms-input-placeholder {
  color: #666;
  text-align: left;
}

::-ms-input-placeholder {
  color: #666;
  text-align: left;
}

::placeholder {
  color: #666;
  text-align: left;
}

:focus::-webkit-input-placeholder {
  color: #bbb;
  text-align: left;
}

:focus:-ms-input-placeholder {
  color: #bbb;
  text-align: left;
}

:focus::-ms-input-placeholder {
  color: #bbb;
}

:focus::placeholder {
  color: #bbb;
}

.xgallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
      grid-template: auto/repeat(4, 1fr);
  gap: 1em;
}

.xgallery > div {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.xgallery > div > div,
.xgallery > div a > div {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.xgallery > div > div:before,
.xgallery > div a > div:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 56.25%;
}

.xgallery > div > div:hover > div,
.xgallery > div a > div:hover > div {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.xgallery > div > div > div,
.xgallery > div a > div > div {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eee;
}

.xgallery > div > div > div > a,
.xgallery > div a > div > div > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xgallery > div > div > div img,
.xgallery > div > div > div > a > img,
.xgallery > div a > div > div img,
.xgallery > div a > div > div > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.xgallery + .navi ul {
  display: table;
  list-style: none;
  margin: 0.5em auto;
}

.xgallery + .navi ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
}

.xgallery + .navi ul li:last-child {
  border-right: 0;
}

.xgallery + .navi ul li:before,
.xgallery + .navi ul li:after {
  display: none !important;
}

.xgallery + .navi ul a {
  display: table-cell;
  padding: 0 0.7em;
  font-weight: bold;
}

.xgallery + .navi ul a:focus {
  color: #d63636;
}

.ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: 56.25% !important;
}

.ratio > div {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ratio:hover > div,
.ratio:hover > div img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ratio > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r21x9:before,
.r21x9 div a > div:before,
.r21x9 > div > div:before {
  padding-bottom: 42.8571% !important;
}

.r2x1:before,
.r2x1 div a > div:before,
.r2x1 > div > div:before {
  padding-bottom: 50% !important;
}

.r16x9:before,
.r16x9 div a > div:before,
.r16x9 > div > div:before {
  padding-bottom: 56.25% !important;
}

.r8x5:before,
.r8x5 div a > div:before,
.r8x5 > div > div:before {
  padding-bottom: 62.5% !important;
}

.r3x2:before,
.r3x2 div a > div:before,
.r3x2 > div > div:before {
  padding-bottom: 66.6666% !important;
}

.r4x3:before,
.r4x3 div a > div:before,
.r4x3 > div > div:before {
  padding-bottom: 75% !important;
}

.r1x1:before,
.r1x1 div a > div:before,
.r1x1 > div > div:before {
  padding-bottom: 100% !important;
}

.r120:before,
.r120 div a > div:before,
.r120 > div > div:before {
  padding-bottom: 120% !important;
}

.tooltip-top,
.tooltip-bottom {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tooltip-top:after,
.tooltip-bottom:after {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  cursor: initial;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
  margin: 0;
  padding: 3px 15px;
  font-family: "roboto", arial, sans-serif;
  font-size: 90%;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.tooltip-top:after {
  top: -2em;
}

.tooltip-bottom:after {
  bottom: -2em;
}

.tooltip-top:hover:after,
.tooltip-bottom:hover:after {
  content: attr(data-title);
  visibility: visible;
  opacity: 1;
}

.download:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url("../images/pdf.png");
  background-repeat: no-repeat;
  background-size: 13px 18px;
}

.download:link, .download:visited {
  color: #e7c300;
}

.download:hover {
  color: #ccc;
}

@media screen and (prefers-tomatouced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
    background: red;
  }
}

#xsplash {
  background-color: rgba(204, 34, 34, 0.85) !important;
}

#xlightbox-msg,
#xlightbox {
  background-color: rgba(204, 34, 34, 0.85) !important;
}

.mfp-bg {
  background-color: #cc2222;
}

.mfp-iframe-scaler iframe,
.mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-dotted {
  margin: 0 !important;
}

body {
  display: -ms-grid;
  display: grid;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
}

header,
main,
footer {
  width: 100%;
}

header > section,
main > section,
footer > section {
  width: 100%;
  height: auto;
  margin: auto;
}

header > section > article,
main > section > article,
footer > section > article {
  width: 75%;
  height: auto;
  margin: auto;
}

header > article,
main > article,
footer > article {
  width: 75%;
  height: auto;
  margin: auto;
}

header {
  position: relative;
  width: 100%;
  height: auto;
}

.flag {
  position: absolute;
  top: 2em;
  right: 5%;
  z-index: 2;
}

.flag img {
  display: inline-block;
  width: auto;
  height: 28px;
  margin-left: 0.5em;
}

main#home {
  position: absolute;
}

main#home section.slider {
  position: relative;
  max-width: 100vw;
  width: 100vw;
  height: calc(100vh - 3em);
  height: calc(var(--vh, 1vh) * 100 - 3em);
}

main#home section.slider > article {
  position: relative;
}

main#home section.slider .slide {
  position: relative !important;
  height: auto;
  height: calc(100vh - 3em);
  height: calc(var(--vh, 1vh) * 100 - 3em);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

main#home section.slider .bg-100 {
  position: relative;
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top;
}

main#home section.slick-dotted.slick-slider {
  margin-bottom: 0;
}

main#home .slide-text {
  display: block;
  position: relative;
  top: 28%;
  margin: auto;
  padding: 1em;
  width: 95vw;
  height: auto;
  font-family: "roboto-thin", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

main#home .slide-text > .logo {
  width: 13%;
  margin: 0 auto 1em;
  padding: 0.7em 0.5em 0.5em;
  border-radius: 50%;
  background-color: #fff;
}

main#home .slide-text h1 {
  margin: 0;
  padding: 0;
  font-family: "galada", Helvetica, Arial, sans-serif;
  font-size: 300%;
  color: #fff;
}

main#home .slide-text h2 {
  margin: 0;
  padding: 0;
  font-family: "rage", Helvetica, Arial, sans-serif;
  font-size: 270%;
  color: red;
}

main#home .slide-text p {
  margin: 0 0 0.2em;
  padding: 1em 0.1em 1em 0.6em;
  font-family: "roboto", Helvetica, Arial, sans-serif;
  font-size: 110%;
  color: #eee;
}

main#home .slide-text b {
  color: #ccc;
}

main#home ul.slick-dots {
  bottom: 0 !important;
}

main#home section.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

main#home .col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  gap: 2em;
  width: 70%;
  height: 100%;
  margin: auto;
}

main#home .col-2 > div {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

main#home .col-2 > div p {
  margin-top: 0;
}

main#home .col-2 > div .logo {
  width: 30%;
  margin: 0 auto 0;
}

main#home .col-2 > div .map {
  width: 50%;
  margin: auto;
}

main#home .col-2 > div .map:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

main#home .col-2 > div .wh {
  color: green;
}

main#home .col-2 > div .gmap {
  border: 5px solid #d63636;
}

main#home .col-2 > div .gmap > div {
  border: 20px solid #222;
}

main#home .col-2 > div .gmap a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#inside .under {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#inside .col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  gap: 0;
  position: relative;
  height: auto;
  padding: 4em 0 15em;
}

#inside .col-2 > div {
  width: 100%;
  height: auto;
}

#inside h1,
#inside h2 {
  font-family: "galada", Helvetica, Arial, sans-serif;
  font-size: 200%;
  color: #d63636;
}

#inside .vline > div:nth-child(odd) {
  border-right: 1px solid #222;
  padding-right: 2em;
}

#inside .vline > div:nth-child(even) {
  padding-left: 2em;
}

#inside .vline > div:nth-child(odd)::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 2em - 6px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 7px solid #d63636;
}

#inside .col2-g {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  gap: 1em;
  position: relative;
  height: auto;
  padding: 4em 0 15em;
}

#inside .col2-g > div {
  width: 100%;
  height: auto;
}

#inside .chem-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

#inside .chem-bg > div {
  height: 100vh;
}

#inside .chem-bg > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw + 5em);
  background: #fff;
  -webkit-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: -2;
}

#inside .chem-bg > div:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 5em);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

#inside .chem > div:nth-child(1) {
  width: 100%;
  height: 100%;
  padding-right: 7em;
}

#inside .chem > div:nth-child(2) {
  width: 100%;
  height: 100%;
}

#inside .chem > div:nth-child(2) a {
  display: block;
}

#inside .chem .content > div:not(:first-child) {
  display: none;
}

#inside .chem .active {
  color: orange;
}

#inside .chem .img-head {
  width: 40%;
  margin: 0 auto 2em;
}

#inside .chem p {
  text-align: justify;
  text-indent: 2em;
}

#inside .chem h2 {
  border-bottom: 1px solid #000;
}

#inside .chem .h-chem {
  display: none;
}

#inside .news-bg {
  position: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: calc(100vh - 4em);
}

#inside .news {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  gap: 4em;
}

#inside .news > div {
  text-align: justify;
}

#inside .news p {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.2);
}

#inside .news .img-news {
  width: 40%;
  margin: 0 auto 2em;
}

#inside .news .img-news img {
  width: 100%;
}

#inside .news h2,
#inside .news h3 {
  display: block;
  text-align: center;
}

#inside .news h4 {
  font-weight: bold;
}

#inside .contact {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
      grid-template: auto/repeat(2, 1fr);
  gap: 2em;
  width: 70%;
}

#inside .contact > div {
  text-align: center;
}

#inside .contact > div p {
  margin-top: 1em;
}

#inside .contact > div .logo {
  width: 30%;
  margin: 0 auto 0;
}

#inside .contact > div .map {
  width: 50%;
  margin: auto;
}

#inside .contact > div .map:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#inside .contact > div .wh {
  color: green;
}

#inside .contact > div .gmap {
  border: 5px solid #d63636;
}

#inside .contact > div .gmap > div {
  border: 20px solid #222;
}

#inside .contact > div .gmap a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  background-image: url("../images/winmar_mapbg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.fullscreen2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
/*# sourceMappingURL=style.css.map */