.mySlides {
    display: none;
  
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;  }

img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* On hover, add a black background color with a little bit see-through */
.prev02:hover, .next02:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}

/* Caption text */
.text {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-variant-numeric: oldstyle-nums;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ccc;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.btn_tcc {
    background-color: rgb(5, 64, 123);
    border: none;
    color: #fff;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 1.2vw;
    width: 20%;
    margin-left: 45%;
    text-decoration: none;
}
  /* Darker background on mouse-over */
  .btn_tcc:hover {
    background-color: RoyalBlue;
  }

  .dowload_tcc{
    width:100%;
  }

  .cont_tcc{
    display: inline-flex;
    width: 50%;
  }

  .cont_tcc .cont_tcc_list{
background-color: transparent;
margin: 0 auto;
  }