/* style block 1 from contact.htm */
[v-cloak] {
            display: none;
        }
        .swiper-container {
            height: 500px;
        }
        .slide {
            height: 500px;
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .slide h1{
            font-size: 60px;
            margin-top: 80px;
            color: #fff;
            align-self: center;
            position: relative;
            top: 110px;
            width: 15em; height: 1.25em;
            border-right: 1px solid transparent;
            font-family: Consolas, Monaco;
            word-break: break-all;
            overflow: hidden;
            text-align: center;
        }

/* style block 2 from contact.htm */
body {
            background-color:#FFFFFF;
            margin: 0px;
            padding:0px;
        }


        .contact
        {
            flex-direction: column;
            display: flex;
            width: 1200px;
            margin: 0 auto;
            height: 404px;
            padding-bottom: 100px;
            /* align-items: center; */
            padding-top: 100px;
            min-height: 800px;
        }



        @media (max-width: 767px){

            .swiper-container{
                height: 350px;
            }

            .slide{
                height:100%;
                align-items: center;
                justify-content: center;
            }

            .slide>h1{
                width: 80%;
                position: relative;
                font-size: 36px;
                top: 0;
                margin-top:0;
            }


            .about
            {
                margin-right:0px;
                flex-direction:column;
                background-image:url(template/1/default/images/1597369935778.svg);
                display:flex;
                width:100%;
                background-size:cover;
                background-position:center;
                justify-content:flex-end;
                height:160px;
                margin-left:0px;
            }
            .about div
            {
                margin-right:0px;
                background-color:rgba(0, 0, 0, 0.04);
                align-items:center;
                flex-direction:row;
                display:flex;
                width:100%;
                justify-content:flex-start;
                height:40px;
                margin-left:0px;
            }
            .about div .menu
            {
                margin-right:16px;
                background-color:rgba(0, 0, 0, 0.5);
                color:#FFFFFF;
                align-items:center;
                word-wrap:break-word;
                display:flex;
                width:80px;
                justify-content:center;
                margin-left:16px;
                height:100%;
            }
            .contact
            {
                padding-bottom: 30px;
                align-items: flex-start;
                flex-direction: column;
                display: flex;
                width: 90%;
                padding-top: 40px;
                margin-top: 0px;
                min-height: 600px;
            }


        }
