.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    background: white;
    z-index: 1000;
}

.f-logo {
    width: 90px;
    position: absolute;
    top: 35px;
    left: 20px;
    cursor: pointer;
}

.menu-b {
    position: absolute;
    width: 50px;
    right: 20px;
    top: 25px;
    cursor: pointer;
}



.accordion {
    width: 100%;
    position: absolute;
    top: 100px;
    display: none;
    height: 0;
    background: #e6e6e6;
    padding: 0;
    list-style: none;
    border-top: 1px solid black;
    z-index: 1000;

}

.accordion li {
    min-height: 50px;
    border-bottom: 1px solid black;
}

.accordion .link {
    cursor: pointer;
    display: block;
    line-height: 48px;
    color: black;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;

    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    background: #6fcfeb;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
   * Submenu
   -----------------------------*/


.submenu {
    display: none;
    border-top: 1px solid black;
    font-size: 14px;

}

.submenu li {
    border-bottom: 1px solid black;
}

.submenu li:last-child {
    border-bottom: none !important;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 48px;
    height: 50px;
    padding-left: 150px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {}



.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: white;
    height: 55px;
    z-index: 9999;
}

.f-face {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 30px;
}

.f-insta {
    position: absolute;
    left: 65px;
    width: 30px;
    display: none !important;
    top: 13px;
}

.popup-d {
    position: fixed;
    left: 60px;
    top: 150px;
    width: 90%;
    left: 5%;
    height: 230px;
    border: 1px solid black;
    background: white;
    display: none;

}

@media screen and (min-width:420px) {
    .popu-text {
        font-size: 30px !important;
    }
}

@media screen and (max-width:419px) {
    .popu-text {
        font-size: 26px !important;
    }
}

.popu-text {
    position: relative;
    width: 100%;
    left: 30px;
    top: 15px;

    line-height: 35px;
    font-weight: 400;
}

.popu-b {
    position: absolute;
    width: 100px;
    height: 40px;
    right: 30px;
    bottom: 20px;
    font-size: 15px !important;
    background: #6fcfeb;
    border: 1px solid black !important;
    font-weight: 400;
}

.popu-c {
    width: 100%;
    position: absolute;
    top: 30px;
    border-top: 1px solid black;
    height: 200px;
}

.popu-close {
    width: 20px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}


.content {
    position: absolute;
    top: 152px;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 150px);
    background: black;
    overflow-y: auto;
    z-index: 999;
}

.page-header {
    position: absolute;
    top: 100px;
    height: 50px;
    width: 100%;
    background: #6fcfeb;
    color: black;
    font-size: 20px;
    line-height: 46px;
    padding-left: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.content p {
    word-break: keep-all;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 33px;
    color: white;
}

.sm_p {
    word-break: keep-all;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px !important;
    line-height: 30px !important;
    color: white;
}

.l-table {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid black;
}

.l-table tr {
    height: 50px;
    border-bottom: 1px solid black;
}

.l-table td {
    font-size: 16px;
    color: black;
    vertical-align: middle;
    padding-left: 20px;
}

.l-table .td1 {
    width: 39%;

}

.l-table .td2 {
    width: 10px;
}

.l-table .td1:before {
    position: relative;
    height: 30px;
    border-right: 1px solid black;
}

.l-table input {
    background: #e6e6e6;
    border: none !important;
}


.pro-list {
    width: calc(100% - 40px);

    position: relative;
    left: 20px;
    top: 30px;
    margin-bottom: 30px;

}

.pro-list img {
    cursor: pointer;
}

.pro-list p {
    color: black !important;
    padding: 0 !important;
}

.pro-list .title {
    font-weight: 400;
    margin-top: 20px;
}


.sm-table {
    width: 100%;
}

.sm-table tr {
    height: 40px;
}


.theater-table2,
.theater-table3 {
    width: calc(100% - 40px);
    margin-left: 20px;
    border-top: 1px solid black;
}

.theater-table2 tr {
    height: 30px;
}

.theater-table2 td,
.theater-table3 td {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 18px;
}

.theater-table2 th,
.theater-table3 th {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-top: 10px;
}






.pas-list {


    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    /*   margin: 1.5em;
      padding: 0;*/
    width: calc(100% - 40px);
    margin-left: 20px;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;

}




.grid-item {
    display: inline-block;

    padding: 1em;
    margin: 0 0 1em;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.grid-item img {
    max-width: 100%;
    cursor: pointer;
}