@keyframes blendInLetterStart {
    from { 
        filter: blur(8px); 
        font-size: 250px; 
        top: -115px;
        left: -20px;
    }
    to {
        filter: blur(0px); 
        font-size: 120px; 
        top: 0px;
        left: 0;
    }
}

.blendInLetterStart {
    animation: blendInLetterStart 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    filter: blur(8px); 
    font-size: 150px; 
    top: -28px;
}

@keyframes blendOutLetterStart {
    from { 
        filter: blur(0px); 
        font-size: 120px; 
        top: 0px;
        left: 0;
        opacity: 1;
    }
    to {
        filter: blur(8px); 
        font-size: 250px; 
        top: -115px;
        left: -20px;
        opacity: 0;
    }
}

.blendOutLetterStart {
    animation: blendOutLetterStart 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    filter: blur(0px); 
    font-size: 120px; 
    top: 0px;
    left: 0;
    opacity: 1;
}

@keyframes loadingbullet {
    0% { 
        top: 0; 
    }
    50% {
        top: -20px; 
    }
    100% {
        top: 0; 
    }
}

.loadingbullet {
    animation: loadingbullet 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    top: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 1.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: 1s;
}

@keyframes hoverBtnSlideshow {
    0% { transform: perspective(0) rotateY(0); 
        background: transparent; 
        padding: 10px 0px 10px 45px;
        color: #0073a2; 
    }
    50% {transform: perspective(400px) rotateY(-45deg); 
        background: #0073a2; 
        padding: 10px 0px 10px 45px; 
        color: white;
    }
    100% {transform: perspective(0) rotateY(0); 
        background: #0073a2; 
        padding: 10px 15px 10px 15px; 
        color: white;
        box-shadow: 2px 3px 20px rgba(0,0,0,0.4);
    }
}
.hoverBtnSlideshow {
    animation: hoverBtnSlideshow 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    transform: perspective(0) rotateY(0);
}

@keyframes unhoverBtnSlideshow {
    0% { transform: perspective(0) rotateY(0); 
        background: #0073a2; 
        padding: 10px 15px 10px 15px; 
        color: white;
        box-shadow: 2px 3px 20px rgba(0,0,0,0.4);
    }
    50% {transform: perspective(400px) rotateY(45deg); 
        background: #0073a2; 
        padding: 10px 0px 10px 45px; 
        color: white;
    }
    100% {transform: perspective(0) rotateY(0); 
        background: transparent; 
        padding: 10px 0px 10px 45px;
        color: #0073a2;
        box-shadow: 0;
    }
}
.unhoverBtnSlideshow {
    animation: unhoverBtnSlideshow 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    transform: perspective(0) rotateY(0);
}


@keyframes hoverBtnSlideshowBlopper {
    0% { opacity: 0; margin-left: 15px;}
    50% {opacity: 0; margin-left: 15px;}
    100% {opacity: 1; margin-left: 15px; }
}

.hoverBtnSlideshowBlopper {
    animation: hoverBtnSlideshowBlopper 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}

@keyframes unhoverBtnSlideshowBlopper {
    0% { opacity: 1; margin-left: 15px;}
    50% {opacity: 1; margin-left: 15px;}
    100% {opacity: 0; margin-left: 15px; }
}

.unhoverBtnSlideshowBlopper {
    animation: unhoverBtnSlideshowBlopper 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 0;
}
.delay_05 {
    animation-delay: 0.5s; 
}
/* END KEYFRAMES */











.title-course-start, .title-animation {
    display: block;
/*    transform: rotateX(-70deg);*/
    position: relative;

    transition: 1.5s linear;
}

.con-txt-start {
    text-align: left;
    position: absolute;
    display: block;
    left: 5%;
    bottom: 0%;
    width: 50%;
}
@media (max-width: 575.98px) {
    .con-txt-start {
        bottom: 10%;
        width: 90%;
        text-align: center;
    }
}

.con-txt-start._2 {
    top: 20%;
    left: 5%;
}

.letter-con-start {
/*    width: 60px;*/
    height: 200px;
    position: relative;
    display: inline-block;
}

.btn-more {
    display: inline-block;
    background: white;
    border: 2px solid #FFA15C;
    color: #FFA15C;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 15px 0px 15px 40px;
    letter-spacing: 1px;
    border-radius: 5px;
    transform: perspective(0) rotateY(0);
}

.btn-more.start {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-more-arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    opacity: 0;
    margin-left: 20px;
    transition: 0.2s ease;
}

.btn-more-arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    opacity: 0;
    margin-left: 20px;
    transition: 0.2s ease;
}
a.btn-more-info {
    font-family: Museo, sans-serif;
    text-decoration: none;
    font-size: 17px;
    color: white;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    display: block;
    opacity: 0.5;
}
a.btn-more-info:hover {
    text-decoration: underline;
    color: white;
    opacity: 1;
}

.con-slide {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    display: none;
    z-index: 1;
    pointer-events: none;
}

.con-txt-start._3 {
    top: 60%;
    left: 30%;
}

.con-txt-start._1 {
    left: 5%;
    bottom: 5%;
}

#Logo {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 1;
    height: 100px;
}
@media (max-width: 575.98px) {
    #Logo {
        width: 50%;
        left: 25%;
        right: ;
        height: auto;
    }
}

.container-course {
    position: absolute;
    right: 2%;
    top: 0;
    height: 100%;
}

.td-course-bullet {
    vertical-align: middle;
    height: 30px;
    position: relative;
}

.bullet-course {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 0;
    position: relative;
    
    transition: 0.3s linear;
}

.bullet-course.active, .bullet-course:hover {
    border: 4px solid white;
    background: transparent;
    height: 18px;
    width: 18px;
    margin-left: -4px;
}


.tag-bullet-course-hover {
    background:#545454;
    font-family: 'Snubnose';
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 6px 15px;
    border-radius: 5px;
    position: absolute;
    z-index: 3;
    top: -5%;
    right: 200%;
    display: none;
    white-space: nowrap;
}

.con-txt-start._4 {
    left: 10%;
    top: 60%;
}

.letter-start {
    font-size: 250px;
    font-family: 'Snubnose';
    color: white;
    font-weight: 700;
    position: absolute;
    left: -20px;
    top: -115px;
/*    display: inline-block;*/
    display: none;
}



.sidebarimitation-slideshow {
    width: 5%;
    position: fixed;
    left: 0;
    height: 100vh;
    background: transparent;
    top: 0;
    z-index: 50;
}
@media (min-width: 2000px) {
	.sidebarimitation-slideshow {
		width: 80px;
	}
}

.hamburger-line.unhover.slideshow {
    background: white;
}
.hamburger-line.hover.slideshow {
    background: rgba(255,255,255,0.5);
}

.getwidth-letter {
    font-size: 120px;
    font-family: 'Snubnose';
    color: white;
    font-weight: 700;
    position: relative;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    min-width: 40px;
}

.txt-slideshow {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 20px;
    position: relative;
    top: -25px;
}



.con-index-slide {
    position: fixed;
    z-index: 1;
    display: inline-block;
    bottom: 3.5%;
    right: 3%;
    cursor: default;
}
@media (max-width: 575.98px) {
    .con-index-slide {
        width: 100%;
        left: 0;
        right: ;
        text-align: center;
        bottom: 2%;
    }
}

.bullet.slide {
    height: 10px;
    width: 10px;
    background: white;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s ease;
}
.bullet.slide.active, .bullet.slide:hover {
    opacity: 1;
}

#loading-page {
    position: fixed;
	z-index: 1;
	height: 100vh;
    width: 100vw;
    background: white;
    z-index: 1000;
}

.bullet.loading {
    height: 10px;
    width: 10px;
    background: #0073a2;
    display: inline-block;
    margin: 2px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.slide-logo {
    position: relative;
    width: 80%;
}

.blur {
    filter: blur(8px);
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    left: -8px;
    top: -8px;
    
    transition: filter 0.8s ease;
}

#endSlide {
    position: fixed;
	z-index: 2;
    display: none;
}
@media (max-width: 767.98px) {
	#endSlide {
		left: 0;
		width: 100%;
		top: 0;
		height: 100%;
	}
}

.overlay.endslide {
    background: white;
    opacity: 0.3;
}

.btn-slideshow {
    display: inline-block;
    background: transparent;
    border: 2px solid #0073a2;
    color: #0073a2;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0px 10px 45px;
    letter-spacing: 1px;
    border-radius: 5px;
    transform: perspective(0) rotateY(0);
    cursor: default; 
    margin-top: 20px;
}

.btn-more-arrow.slideshow {
    position: relative;
    display: inline-block;
    width: 35px;
    opacity: 0;
    margin-left: 15px;
    transition: 0.2s ease;
}

.img.slide {
    position: relative;
    display: inline-block;
    width: 30px;
    opacity: 0.5;
    cursor: pointer;
}
.img.slide:hover, .img.slide.active {
    opacity: 1;
}

.con-endslide {
    position: fixed;
	z-index: 1;
    width: 95%;
    left: 5%;
    height: 100vh;
}
@media (max-width: 767.98px) {
	.con-endslide {
		overflow: scroll;
		height: calc(100% + 16px);
		left:0;
		width: 100%;
	}
}

.book-gif {
    position: absolute;
    height: 50%;
    top: 70%;
    left: -100%;
}
@media (max-width: 767.98px) {
    .book-gif {
        width: 90%;
        left: -43%;
        height: auto;
        top: 85%;
    }
}
@media (max-width: 767.98px) {
    .hamburger.sh {
        width: 10vw;
        height: auto;
        left: 85vw;
        top: 2%;
		z-index: 2;
    }
}
#Slide0, .slide_bg-0 {
    top: 0;
    display: block;
    background-image: url(../img/Slideshow/08.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slide1, .slide_bg-1 {
    background-image: url(../img/Slideshow/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

#Slide2, .slide_bg-2 {
    background-image: url(../img/Slideshow/02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slide3, .slide_bg-3 {
    background-image: url(../img/Slideshow/03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#Slide4, .slide_bg-4 {
    background-image: url(../img/Slideshow/04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slide5, .slide_bg-5 {
    background-image: url(../img/Slideshow/05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#Slide6, .slide_bg-6 {
    background-image: url(../img/Slideshow/06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#Slide7, .slide_bg-7 {
    background-image: url(../img/Slideshow/07.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767.98px) {
    
    #Slide0, .slide_bg-0 {
        background-image: url(../img/Slideshow/08_m.jpg);
        background-position: center center;
    }
    #Slide1, .slide_bg-1 {
        background-image: url(../img/Slideshow/01_m.jpg);
        background-position: center center;
    }
    #Slide2, .slide_bg-2 {
        background-image: url(../img/Slideshow/02_m.jpg);
        background-position: center center;
    }
    #Slide3, .slide_bg-3 {
        background-image: url(../img/Slideshow/03_m.jpg);
        background-position: center center;
    }
    #Slide4, .slide_bg-4 {
        background-image: url(../img/Slideshow/04_m.jpg);
        background-position: center center;
    }
    #Slide5, .slide_bg-5 {
        background-image: url(../img/Slideshow/05_m.jpg);
        background-position: center center;
    }
    #Slide6, .slide_bg-6 {
        background-image: url(../img/Slideshow/05_m.jpg);
        background-position: center center;
    }
    #Slide7, .slide_bg-7 {
        background-image: url(../img/Slideshow/07_m.jpg);
        background-position: center center;
    }
}


.btn_close_mobile_drop {
	position: relative;
	background: #ffd100;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	margin-top: 10px;
	color: white;
	font-size: 30px;
	padding-bottom: 5px;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
	cursor: pointer;
}

.coming-soon-home {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #213a8f;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .coming-soon-home {
        left: 0%;
        width: 100%;
    }

    .coming-soon-home > img {
        height: auto;
        width: 100%;
    }
}

