/* lower 1600 res */
@media screen and (max-width: 1680px) {
  header > section > article,
  main > section > article,
  footer > section > article {
    width: 80%;
  }
  header .slider-text {
    width: 35vw;
  }
}

/* lower 1400 res */
@media screen and (max-width: 1440px) {
  header > section > article,
  main > section > article,
  footer > section > article {
    width: 85%;
  }
  nav article {
    width: 85%;
  }
}

/* lower 1280 res */
@media screen and (max-width: 1280px), (max-device-width: 1280px) {
  header > section > article,
  main > section > article,
  footer > section > article {
    width: 90%;
  }
  nav article {
    width: 90%;
  }
}

/* lower 1024px = 64em res, Desktop Laptop and ipad pro 1024x1366 */
@media screen and (max-width: 1024px), (max-device-width: 1024px) and (orientation: landscape) {
  main#home section.slider .col-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
    gap: 1em;
    width: 90%;
  }
  main#inside .chem-bg > div:nth-child(1) {
    width: calc(60vw + 5em);
  }
  main#inside .chem-bg > div:nth-child(2) {
    width: calc(40vw + 5em);
  }
  main#inside .col2-g.chem {
    display: initial;
    grid-template: initial;
    gap: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  main#inside .col2-g.chem > div:nth-child(1) {
    width: 60%;
  }
  main#inside .col2-g.chem > div:nth-child(2) {
    width: 40%;
    padding-left: 0;
  }
}

/* lower 834px, Laptop and ipad pro 834x1112 */
@media screen and (max-width: 834px), (max-device-width: 834px) and (orientation: landscape) {
  main#home section.slider .slide-text > .logo {
    width: 30%;
  }
  main#home section.slider .col-2 {
    width: 90%;
  }
  .flag {
    right: initial;
    top: 1.8em;
    left: 5%;
  }
  .flag img {
    height: 30px;
    margin-left: 0;
    margin-right: 0.5em;
  }
  main#inside .vline > div:nth-child(odd) {
    padding-right: 1em;
  }
  main#inside .vline > div:nth-child(even) {
    padding-left: 1em;
  }
  main#inside .vline > div:nth-child(odd)::before {
    left: calc(100% + 1em - 6px);
  }
  main#inside .col2-g.chem > div:nth-child(1) {
    width: 54%;
  }
  main#inside .col2-g.chem > div:nth-child(2) {
    width: 42%;
  }
  main#inside .chem-bg > div:nth-child(1) {
    width: 55vw;
  }
  main#inside .chem-bg > div:nth-child(2) {
    width: 45vw;
  }
  main#inside .chem > div:nth-child(1) {
    padding-right: 1em;
  }
  main#inside .chem > div:nth-child(2) {
    padding-left: 1em;
  }
  main#inside .news {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
    gap: 1em;
  }
  main#inside .contact {
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[1];
        grid-template: auto/repeat(1, 1fr);
    gap: 0;
    width: 70%;
    margin: 4em auto 15em;
  }
}

/* ipad lower 768px = 48em */
/* kindle lower 800px = 50em */
/* only divice */
@media screen and (max-width: 768px), (max-device-width: 768px) and (orientation: landscape) {
  header {
    display: none !important;
  }
  main#home section.slider {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  main#home section.slider .bg-100 {
    display: none;
  }
  main#home section.slider .slide {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  main#home section.slider .slide-text > .logo {
    width: 40%;
    margin: 0 auto 1em;
  }
  main#home section.slider .col-2 {
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[1];
        grid-template: auto/repeat(1, 1fr);
    gap: 0;
    width: 70%;
    height: auto !important;
    margin: 4em auto 15em;
  }
  main#home section.slider .slick-dots {
    position: relative;
    top: -3em;
  }
  main#home section.slider .slick-dots li {
    position: relative;
    top: -1.5em;
    width: 1.8em;
    height: 1.8em;
    margin: 0;
    z-index: 1;
  }
  main#home section.slider .slick-dots li:nth-child(6),
  main#home section.slider .slick-dots li:nth-child(7) {
    display: none;
  }
  main#home section.slider .slick-dots li button:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: #d63636;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  main#home section.slider .slick-dots li.slick-active button:before {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #555;
  }
  main#inside .col-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[1];
        grid-template: auto/repeat(1, 1fr);
    gap: 0;
    padding: 4em 0 2em;
  }
  main#inside .under {
    position: fixed;
  }
  main#inside .vline > div:nth-child(odd),
  main#inside .vline > div:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
  main#inside .vline > div:nth-child(odd)::before {
    display: none;
  }
  main#inside .vline > div:nth-child(even)::before {
    display: none;
  }
  main#inside .col2-g {
    padding: 4em 0 0;
  }
  main#inside .col2-g.chem {
    all: unset;
    display: block;
    position: relative;
    max-width: 95%;
    min-height: calc(100vh - 5.5em);
    margin: 4em auto 0;
    overflow-x: hidden;
  }
  main#inside .col2-g.chem > div {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    min-height: calc(100vh - 5em);
  }
  main#inside .col2-g.chem > div:nth-child(1) {
    display: block;
    width: 80%;
    height: auto;
  }
  main#inside .col2-g.chem > div:nth-child(2) {
    display: block;
    position: absolute;
    top: 0;
    right: -30%;
    width: 50%;
    height: auto;
    padding: 0 1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
  }
  main#inside .col2-g.chem > div:nth-child(2):hover {
    right: 0;
    background-color: #ccc;
  }
  main#inside .col2-g.chem .h-chem {
    display: block;
  }
  main#inside .chem-bg > div:nth-child(1) {
    width: 78%;
  }
  main#inside .chem-bg > div:nth-child(2) {
    width: 22%;
  }
  main#inside .chem > div {
    padding: 0 2em 0 0;
  }
  main#inside .chem p {
    text-align: initial !important;
  }
  main#inside .news-bg {
    position: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }
  main#inside .news {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[1];
        grid-template: auto/repeat(1, 1fr);
    gap: 0;
    margin-top: 0;
  }
  main#inside .news > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main#inside .news > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  main#inside .news p {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  main#inside .news .img-news {
    width: 50%;
    margin: initial;
  }
  main#inside .news h2,
  main#inside .news h3 {
    text-align: initial;
  }
  main#inside .local p {
    padding: 1em;
  }
}

/* lower 480px = 30em res */
/* lower 667px = 41.6875em res */
@media only screen and (max-width: 667px), (max-device-width: 667px) and (orientation: portrait) {
  header > section > article,
  main > section > article,
  footer > section > article {
    width: 95%;
  }
  section > article {
    width: 95%;
  }
  main#home .slide .col-2 {
    width: 95% !important;
  }
  main#home .slide .col-2 > div p {
    margin-top: 1em;
  }
  main#home .slide .col-2 > div .gmap {
    height: 180px;
    border: 0;
  }
  main#home .slick-dots {
    top: -1em !important;
  }
  main#inside .col2-g.chem > div:nth-child(1) {
    width: 84%;
  }
  main#inside .col2-g.chem > div:nth-child(2) {
    right: -58%;
    width: 75%;
    font-size: 95%;
  }
  main#inside .chem-bg > div:nth-child(1) {
    width: 82%;
  }
  main#inside .chem-bg > div:nth-child(2) {
    width: 18%;
  }
  main#inside .contact {
    width: 100% !important;
    margin: 4em auto 1em !important;
  }
  main#inside .contact .gmap {
    height: 180px;
    border: 0 !important;
  }
}

/* lower 320px = 20em res iPhone5 */
@media only screen and (max-width: 320px), (max-device-width: 320px) and (orientation: portrait) {
  header > section > article,
  main > section > article,
  footer > section > article {
    width: 98%;
  }
  section > article {
    width: 98%;
  }
}
/*# sourceMappingURL=style-devices.css.map */