<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------*/
/*-----------Media Query 480px---------------*/
/*-------------------------------------------*/


@media only screen and (max-width: 480px) {

    .slick-prev, .slick-next {
       top: 95px;
    }
    .slick-prev {
        background-position: 0px;
        left: 15px;
        
    }
    
    .slick-next {
        background-position: -22px;
        right: 10px;
    }
    

    /*----------------------------------------*/
    /*  Nav
    /*----------------------------------------*/
    .hamburger {
        display: inline-block;
        margin: 1rem;
    }

    .nav-grid {
        text-align: center;
        grid-template-columns: 1fr;
        height: 0;
    }
    
    nav {
        height: auto;
    }

    ul.menu {
        grid-template-columns: 1fr;
    }

    ul.menu li {
        height: 30px;
    }

    .logo {
        width: 20%;
        margin: 0 auto;
    }



    /*----------------------------------------*/

    /*----------------------------------------*/
    /*  index
    /*----------------------------------------*/

    .content-main1 {
        margin-top: -40px;
    }
    
    .content-main1-grid {
        grid-template-columns: 1fr;
    }

    .content-main1-items1 img {
        width: 60%;
        display: block;
        margin: auto;
        padding-bottom: 15px;
    }

    .content-main1-items1 h1 {
        font-size: 25px;
        text-align: center;
    }



    .content-main1-items1 p {
        font-size: 16px;
        text-align: center;
    }

    .buttonnews {
        display: block;
        margin: auto;
    }

     
    .content-main3-grid {
        grid-template-columns: 1fr;
    }


    .content-main3-grid img {
        width: 80%;
        display: block;
        margin: auto;
    }
    .content-main3-items1 {
        padding-bottom: 10px;
    }

    .content-main3-items1 h1 {
        font-size: 20px;
        text-align: center;
    }

    .content-main3-items1 p {
        font-size: 12px;
        text-align: center;
    }
    /*----------------------------------------*/


    /*----------------------------------------*/
    /*  about
    /*----------------------------------------*/

    .content-about1 {
        margin-top: -35px;
    }

    .content-about1 img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .content-about2 h1 {
        font-size: 25px;
        text-align: center;
    }

    .content-about2  h2 {
        font-size: 13px;
        text-align: center;

    }
    .content-about1-grid {
        grid-template-columns: 1fr;
    }

    .content-about1-items1 img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .content-about1-items1 p {
        font-size: 13px;
        text-align: center;
        padding-top: 10px;
    }
    


    .box5s h1 {
        font-size: 25px;
        text-align: center;
        margin-top: -65px;
        margin-bottom: -65px;
    }

    .box5s p {
        font-size: 18px;
        text-align: center;
    }

    .box5s-grid-items {
        display: block;
        margin: auto;
    }


    .box5s-grid {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .content-about3 h1 {
        font-size: 25px;
        text-align: center;
    }
    
    .carousel1 .carousel-view img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .content-about3 p {
        font-size: 13px;
        text-align: center;
    }


    /*----------------------------------------*/
    /*  Product
    /*----------------------------------------*/

    .box-product1-grid {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        row-gap: 40px;
    }

    /*----------------------------------------*/
    /*  News
    /*----------------------------------------*/

    .content-news-grid {
        grid-template-columns: 1fr;
    }

    .news-item h1 {
        font-size: 20px;
        text-align: center;
    }

    .news-item p {
        text-align: center;
    }
    .content-news-detail h1 {
        font-size: 22px;
        text-align: center;
    }

    .content-news-detail h2 {
        font-size: 20px;
        text-align: center;
    }

    .content-news-detail p {
        font-size: 15px;
        text-align: center;
    }

    /*----------------------------------------*/
    /*  Contact
    /*----------------------------------------*/

    .box-hr h1 {
        font-size: 25;
        text-align: center;
    }

    .box-hr p {
        text-align: center;
    }

    .box-hr iframe {
        width: 100%;
        height: auto;
    }


    .background-contact {
        height: 5px;
    }   


    /*----------------------------------------*/
    /* Promotion
    /*----------------------------------------*/

    .promotion-text p {
        font-size: 20px;
        padding-left: 20px;
    }



















    .footer-grid {
        grid-template-columns: 1fr;
     }

     .footer-grid-items1 img {
        margin-top: -25px;
        width: 40%;
     }


     .footer-grid-items2  {
        margin-top: 15px;
        text-align: center;
     }

     .footer-grid-items2 h2 {
        padding-bottom: -51px;
     }


     .location img {
        position: relative;
        top: 10px;
     }

     .email img {
        position: relative;
        top: 5px;
     }

     .phone img {
        position: relative;
        top: 5px;
     }

     .footer-grid-items2 span {
        font-family: 'Prompt';
        font-style: normal;
        font-weight: 700;
        font-size: 0.8rem;
        line-height: 15px;
        color: #FFFFFF;
    }

     .footer-grid-items3 iframe {
        width: 100%;
     }


     footer {
        height: auto;
     }


     .layout {
        flex-direction: column;
      }
      .menu-product {
        width: 100%;
      }
      .products {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
      }

      .products img {
        width: 100%;
      }

      .product-w img {
        width: 30%;
      }
      .menu-product ul ul {
        width: 100%;
        position: relative;
      }




}



@media only screen and (max-width: 960px) {
    .carousel {
        width: 90%;
    }
}</pre></body></html>