   
@media (max-width: 768px) {
    .topbar{
        display: block !important;
    }
    .topbar .system{
        display: block !important;
    }
    .part{
        display: block !important;
        margin: 10px 0px;
        /* border-bottom: 1px solid #666666; */
        text-align: center;
    }

    .part a{
        margin: 5px 0px !important;
    }
    .depend{height: auto;}
    .gallery .swiper-pagination{
        margin-top: 20px;
    }
    .contact-sync{
        height: auto;
    }
}


/* table css start */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #bbbbbb;
  color: #000000;
  font-weight: 600;
  background: #ffffff;
}

table th {
  font-size: 17px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #F3F3F3;
  border: 1px solid #bbbbbb;
  color: #006413;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.freez ul li a{
    color: #000000;
}
.siren{
    font-size: 24px !important;
}
.reporting h5{
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}
.reporting p{
    color: #ef0000;
}