        .main {
            background-image: url(../image/HP.jpg);
            height: calc(100vh - 160px);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
        }

        .textcover {
            background-color: rgba(255, 255, 255, 1);
            text-align: left;
            position: absolute;
            /* top: 50%; */
            bottom: 0;
            /* left: 50%; */
            /* transform: translate(-50%, -50%); */
            width: 100%;
        }

        .text {
            /* text-align: center;
            font-weight: 800;
            line-height: 2.5rem;
            font-size: 1.3rem !important;
            width: 950px;
            margin: 0 auto; */
            margin-left: 30px;

        }

        .text>h3 {
            line-height: 3rem;
        }

        .text>ul>li {
            list-style: square;
        }

        footer {
            width: 100%;
            height: 80px;
            background-color: #fff;
            border-top: 2px solid #336600;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        footer>.copy {
            font-size: 0.8rem;
            padding-left: 20px;
        }

        footer>.jlogo {
            padding-right: 20px;
        }