.visualswiper-home {max-width: 1920px;}
.visualswiper-home .swiper-slide {width: 100vw;/*height: 100%;*/display: flex;justify-content: center;align-items: center;position: relative;}
.youtube-container {position: absolute;width: 100%;height: 100%;overflow: hidden;pointer-events: none;top: 0;left: 0;}
.youtube-container iframe {position: absolute;top: 50%;left: 50%;width: 177.77vh;height: 100vh;transform: translate(-50%, -50%);border: none;pointer-events: none;margin: 0 !important;}
@media (min-aspect-ratio: 16/9) {.youtube-container iframe {width: 100vw;height: 56.25vw;}}
@media (max-width: 767px) {.youtube-container iframe {height: 100%!important;}}

.visual-link {margin-top:-100px; position:relative; z-index:2;}
.visual-link a {text-decoration:none; color:#1B367B; font-weight:700}
.visual-link a .icon-arrow {border: 3px solid #1B367B; background:#fff; min-width:40px; height:40px; line-height:normal; display:flex; align-items:center; justify-content:center; transition:all ease-in-out .3s}
.visual-link a .icon-arrow img {transition:all ease-in-out .3s; max-width:100%; width:auto; height:auto}
.visual-link a:hover .icon-arrow {background:#1B367B;}
.visual-link a:hover .icon-arrow img {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(241deg) brightness(120%) contrast(105%);}
.visual-link .divider {width:100%; height:3px; background:#1B367B}
.visual-link a {font-size: calc(1.275rem + .3vw)}

.visual-content .swiper-button-next, .visual-content .swiper-button-prev {position: absolute; top: calc(50% - 23px);bottom: var(--swiper-navigation-top-offset, 0px);width: calc(var(--swiper-navigation-size)/ 44 * 27);height: var(--swiper-navigation-size);margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));z-index: 10;cursor: pointer;display: flex;align-items: center;justify-content: center;color: var(--swiper-navigation-color,var(--swiper-theme-color));border-radius: 0rem; }
.visual-content .swiper-button-next:after, .visual-content .swiper-button-prev:after{font-size:20pt!important; color:#333!important;}
.visual-content .swiper-button-prev, .swiper-rtl .swiper-button-prev {left: 0;background: transparent;width: 45px;height: 45px;-webkit-transition-duration: .3s;transition-duration: .3s;border: 1px solid transparent}
.visual-content .swiper-button-next, .swiper-rtl .swiper-button-next {right: 0;background: transparent;width: 45px;height: 45px;-webkit-transition-duration: .3s; transition-duration: .3s; border: 1px solid transparent}

@media (max-width:767px) {
.visual-content .swiper-button-next, .visual-content .swiper-button-prev{top: calc(40% - 23px);}
}
.visualswiper-home .swiper-slide picture{opacity:0!important;-webkit-transition:all 0.1s ease-in-out!important;transition:all 0.1s ease-in-out!important;}
.visualswiper-home .swiper-slide-active picture{opacity:1!important;}
.youtube-container iframe{opacity:0; }
.swiper-slide-active .youtube-container{background:#ede6d3;}
.swiper-slide-active .youtube-container iframe{opacity:1;}

.visualswiper-home .swiper-button-next.swiper-button-disabled, 
.visualswiper-home .swiper-button-prev.swiper-button-disabled ,
.visualswiper-home .swiper-button-next.swiper-button-hidden, 
.visualswiper-home .swiper-button-prev.swiper-button-hidden {opacity:0;}

.visualswiper-home .swiper-button-next, .visualswiper-home .swiper-button-prev {position: absolute;top: var(--swiper-navigation-top-offset,50%);width: calc(var(--swiper-navigation-size)/ 44 * 27);height: var(--swiper-navigation-size);margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));z-index: 10;cursor: pointer;display: flex;align-items: center; justify-content: center; color: #fff}
.visualswiper-home .swiper-button-prev {left:50px;}
.visualswiper-home .swiper-button-next {right:50px}
.visualswiper-home .swiper-pagination {position: absolute;text-align: center;transition: .3s opacity;transform: translate3d(0, 0, 0);z-index: 10;left:0; right:0px;top: auto;bottom: 5%;display: flex;flex-direction: initial; margin:auto; width:91.666%; align-items:flex-end; justify-content:center}
.visualswiper-home .swiper-pagination-bullet {width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));display: inline-block;border-radius: var(--swiper-pagination-bullet-border-radius, 0px);background: var(--swiper-pagination-bullet-inactive-color, #fff);opacity: var(--swiper-pagination-bullet-inactive-opacity, .40); border-radius:0px;}
.visualswiper-home .swiper-pagination-bullet-active {opacity: var(--swiper-pagination-bullet-opacity, 1);background:#fff; height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));}
.visualswiper-home .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .visualswiper-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: var(--swiper-pagination-bullet-vertical-gap, 0rem .5rem)}
@media (min-width:1200px) {
/*Ken Burns Effect*/
.visualswiper-home .swiper-container {width: 100vw;height: 100vh;}
.visualswiper-home .swiper-slide {background-size: cover;background-position: center;width: 100%;height: 100%;justify-content: center;align-items: center;}
.visualswiper-home .swiper-slide > .swiper-slide-cover {position: relative;}
.visualswiper-home .swiper-slide > .slide-img {width: 100%;height: 100vh;transform-origin: 50% 50%;}
.visualswiper-home .swiper-slide > .slide-img img{width: 100%;height: 100%;object-fit: cover;}/*image full screen effect*/
.visualswiper-home .swiper-scale-effect .swiper-slide-cover {transition-timing-function: linear;transition-duration: 20s;transform: scale(1);}
.visualswiper-home .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {transform: scale(1.4);}

.visualswiper-home .visual-caption-contaier-park {position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px; z-index:992}
.visualswiper-home .visual-caption-contaier-park .visual-text {background: rgba(7,84,124,.90); position:relative;  z-index:992}

.visualswiper-home .swiper-pagination {position: absolute;text-align: center;transition: .3s opacity;transform: translate3d(0, 0, 0);z-index: 10;left:auto; right:50px;top: 0;bottom: 0;display: flex;flex-direction: column; margin:auto; width:auto; align-items:flex-end; justify-content:center}
.visualswiper-home .swiper-pagination-bullet {width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));display: inline-block;border-radius: var(--swiper-pagination-bullet-border-radius, 0px);background: var(--swiper-pagination-bullet-inactive-color, #fff);opacity: var(--swiper-pagination-bullet-inactive-opacity, .40); border-radius:0px;}
.visualswiper-home .swiper-pagination-bullet-active {opacity: var(--swiper-pagination-bullet-opacity, 1);background:#fff; height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));}
.visualswiper-home .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .visualswiper-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: var(--swiper-pagination-bullet-vertical-gap, 0.4rem 0rem)}
}

.animeslide-slide {position: relative;}
.animeslide-slide.swiper-slide-active [data-animate] {opacity: 1;transform: none;}
.animeslide-slide.swiper-slide-active .panel1 {transition-delay: 0.5s;}
.animeslide-slide.swiper-slide-active .panel2 {transition-delay: 0.7s;}
.animeslide-slide.swiper-slide-active .visuallink {transition-delay: 1s;}

[data-animate] {opacity: 0;transition: all 0.5s ease-out;}
[data-animate="bottom"] {transform: translate3d(-100px, 0, 0);}
[data-animate="top"] {transform: translate3d(25px, 0, 0);}