body {font-family: "Lato", "Times New Roman", Georgia, Serif;}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  letter-spacing: 5px;
}
.bottom_footer {
  /*or前面的是absolute就可以用*/
  bottom: 0px;
  padding: 10px 0px 5px 0px;
  text-align: center;
  background-color: #054a83;
  color: white;
  font-size: 15px;
  width: 100%;
}

.mySlides {display: none}
* {box-sizing: border-box}

 .filter-green{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(102%) contrast(105%);
}

.mySlides_01 {display: none}

.product_col-1{
  padding-left:4%;
  padding-right:4%;
}

.product_col-2{
  padding-right:4%;
  padding-left:4%;
  padding-top:0%;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.black_block{
  background-color: #99881a;
  color: black;
  padding:2% 4% 2% 4%;
}
.navbar-nav {
  margin: 0px -15px;
}

.blue_block{
  background-color:#054a83fd;
  color: black;
  padding:2% 4% 2% 4%; /*top right bottom */
}
.product_des{
  background-color: white;
  color:black;
  padding: 12px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 49.5%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: rgba(116, 116, 116, 0.609);
  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(153, 136, 26, 0.774);
}
.product_title{
  font-size: 20px;
  font-weight: bold;
}
/* Caption text */
.text {
  color: #010101;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.w3-top{
  z-index:9999;
}
.text_1 {
  color: #010101;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
}
.proudctImg{
  width: 100%;
	padding-top: 1px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgba(153, 136, 26, 0.774);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (min-width: 601px) {
  .responsive {
    font-size: 20px;
  }
  .block-title{
    font-size: 30px;
  }
  .card-title{
    font-size: 20px;
  }
  .card-text{
    font-size: 18px;
  }
  .dot{
    height: 15px;
    width: 15px;
  }
}

@media screen and (max-width: 600px) {
  .responsive {
    font-size: 12px;
  }
  .block-title{
    font-size: 18px;
  }
  .card-title{
    font-size: 13px;
  }
  .card-text{
    font-size: 13px;
  }
  .dot{
    height: 12px;
    width: 12px;
  }
}