.jh_slideshow {
    position: relative;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 1px;
    background-color: #fff;
}

.jh_slideshow a {
    text-decoration: none;
}

/* .jh_mySlides {
    display: none;
  } */
.jh_slideshow-container {
    max-width: 1420px;
    position: relative;
    margin: auto;
  }

.jh_numbertext {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    color: rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.65);
    font-size: 8px;
    margin: 3px 3px;
    border-radius: 50% 50% 50% 0;
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

.jh_slideshow-container:hover .prev, .jh_slideshow-container:hover .next {
    background-color: rgba(0,0,0,0.4);
 }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.15);
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.jh_slideshow-container:hover .prev:hover, .jh_slideshow-container:hover .next:hover {
  background-color: rgba(129, 211, 21, 0.9);
}
.dot-container{
    text-align: center;
    /*background-color: antiquewhite;*/
    margin: 8px 0 20px;
}
.dot1 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active1, .dot1:hover {
  background-color: #177165;
}
.fade {
  animation-name: fade1;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.sTitle {
    animation-name: sTitle;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
.sText {
    animation-name: sText;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
.aImg01 {
    animation-name: aImg01;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  }
.aImg02 {
animation-name: aImg02;
animation-duration: 6s;
animation-fill-mode: forwards;
}
@keyframes fade1 {
  from {transform: translateX(10%);opacity: .1}
  to {transform: translateX(0%);opacity: 1}
}
@keyframes sTitle {
    from {transform: translateX(50%);opacity: .0}
    to {transform: translateX(0%);opacity: 1}
}
@keyframes sText {
    from {transform: translateX(50%);opacity: .0}
    to {transform: translateX(0%);opacity: 1}
}

@keyframes aImg02 {
    from {background-size: auto 110%; background-position: 50% 50%;}
    to {background-size: auto 130%; background-position: 90% 30%;}
}

@media only screen and (max-width: 480.8px) {
    .sImg {
        position: relative;
        width: 100%;
        height: calc(100vw * 1.5);
        max-height: 720px;
        overflow: hidden;
    }
    .sImg02 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 122% !important;
        height: auto;
        max-width: 852px;
    }
    .jh_sText-container01 {
        position: absolute;
        bottom: 10%;
        left: 5%;
        width: 55%;
    }
    .jh_sText-container02 {
        position: absolute;
        bottom: 22%;
        left: 5%;
        width: 55%;
    }
    .jh_sText-bg {
        background-color: rgba(255,255,255,0.70);
        margin: -12px -20px;
        padding: 12px 20px 12px 48px;
        border-radius: 0 10px 10px 0;
        animation-name: fade;
        animation-duration: 2s;
    }
    .jh_sTitle {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #1a5d9c;
        font-size: 2rem;
        font-weight: 600;
        font-weight: bolder;
        line-height: 1.1;
      }
    .jh_sText {
      color: #000;
      font-size: 1rem;
    }
    .jh_sMore {
        display: inline-block;
        color: #1a5d9c;
        font-size: 1rem;
        padding: 2px 10px;
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,0.3);
        margin: 8px 0;
    }
    .jh_sText02 {
        display: none;
    }
    
    .pImg_01{
        background: url(../images/adimg01a.jpg) 40% 50%/cover no-repeat #ccc;
    }
    .pImg_02{
        background: url(../images/adimg02a.jpg) 90% 30%/auto 130% no-repeat #ccc;
    }
    @keyframes aImg01 {
        from {background-size: auto 130%; background-position: 80% 50%;}
        to {background-size: auto 100%; background-position: 40% 50%;}
    }
}
@media only screen and (min-width: 481px) {
    .sImg {
        width: 100%;
        height: calc(100vw * 0.45);
        max-height: 640px;
    }
    .sImg02 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 65%;
        height: auto;
        max-width: 852px;
    }
    .jh_sText-container01 {
        position: absolute;
        bottom: 7%;
        left: 5%;
        width: 70%;
    }
    .jh_sText-container02 {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 60%;
    }
    .jh_sTitle {
        color: #1a5d9c;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 1vw;
      }
    .jh_sText {
      color: #000;
      font-size: 0.825rem;
      width: 65%;
    }
    .jh_sMore {
        display: inline-block;
        color: #000;
        background-color: rgba(255,255,255,0.6);
        font-size: .75rem;
        padding: 2px 10px;
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,0.1);
        margin: 8px 0;
        transition: background-color 0.3s;
    }
    .jh_sText02 {
        display: none;
        font-size: 1rem;
        color: #fff;
        margin-top: 20px;
    }
    .jh_sText02 ul {
        color: #fff;
        margin: 0;
    }
    .jh_sMore:hover {
        background-color: rgba(255,255,255,1);
    }
    
    .pImg_01{
        background: url(../images/adimg01a.jpg) 40% 50%/cover no-repeat #ccc;
    }
    .pImg_02{
        background: url(../images/adimg02a.jpg) 90% 30%/auto 130% no-repeat ;
    }
    @keyframes aImg01 {
        from {background-size: 120% auto; background-position: 30% 50%;}
        to {background-size: 100% auto; background-position: 50% 50%;}
    }
}
@media only screen and (min-width: 768px) {
    .jh_sText-container01 {
        bottom: 10%;
    }
    .jh_sText-container02 {
        position: absolute;
        top: 7%;
        left: 5%;
        width: 60%;
    }
    .jh_sTitle {
        color: #1a5d9c;
        font-size: 2.5rem;
        font-weight: 600;
      }
    .jh_sText {
      color: #000;
      font-size: 1rem;
      width: 75%;
    }
    .jh_sMore {
        font-size: 1rem;
    }
    .jh_sText02 {
        display: block;
        font-size: 0.8rem;
        margin-top: 1.5vw;
    }
}
@media only screen and (min-width: 1190px) {
    .sImg02 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        height: auto;
        max-width: 852px;
    }
    .jh_sText-container02 {
        position: absolute;
        top: 10%;
        left: 5%;
        width: 60%;
    }
    .jh_sTitle {
        color: #1a5d9c;
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 12px;
      }
    .jh_sText {
      color: #000;
      font-size: 1.25rem;
      width: 100%;
    }
    .jh_sText02 {
        display: block;
        font-size: 1rem;
        margin-top: 24px;
    }
}