html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    scroll-behavior: smooth;
    overflow-x:hidden;
    overflow-y:hidden;
}
*{
    user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 -khtml-user-select:none;
 -webkit-user-select:none
}
body a {
    text-decoration: none;
}

html {

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}
#background{
    background:white;
}
.primary-color{
    color:#196ea5;
}
.secondary-color{
    color:#969799;
}
.bg-primer{
    background:#0E0D3F;
}
.bg-secondarys{
    background:#F18D1E;
}
.bg-tersier{
    background:#3300FF;
}
.bg-dark-grey{
    background:#D9D9D9;
}
.b-200{
    border-radius:20px;
}
.bg-green{
    background: #90ED6F;
}
.bg-white{
    background:white;
}
.color-primary{
    color:#0E0D3F;
}
.color-secondary{
    color:#F18D1E;
}
.color-tersier{
    color:#3300FF;
}
.text-black{
    color:black;
}
.text-oren{
    color:#F18D1E;
    cursor:pointer;
}
.text-oren:hover{
    color:#181818;
    transition:.3s ease-in;
}
a:hover {
    text-decoration: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

ul {
    margin: 0;
    padding: 0;
}

/* Background */
.banner {
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom, #1f2f63,#3d5293, #5bb7dc);
    clip-path: polygon(0 90%, 0 0, 100% 0, 200% 40%);
}
.icon {
    width: 70px;
    height: 70px;
    margin: auto;
    text-align: center;
    background: #0075BC;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -40%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.icon:hover{
    background:#1e1b32;
    transition: .5s;
    color:#5bb7dc;
    cursor:pointer;
}
.areabawah{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%);
}
.box {
    background: #1e1b32;
    width: 100%;
    transition: all .3s ease-in-out;
    display: block;
    border-radius:20px;
}
.box img{
    opacity:.5;
    height:60px;
}
.box img.active{
    opacity:1;
}
.areaslider{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}
.areaslider2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.show {
    display: block;
}
.visuallyhidden {
    transform: translate3d(0,40px,0);
    opacity:0;
}
.boks{
    background: #e8e8e8;
    width: 95%;
    height: 80vh;
    border-radius: 10px;
}
.owl-prev {
    position: absolute;
    top: 47%;
    left:-50px;
    display: block !important;
}
.owl-carousel2 .owl-prev{
    position: absolute;
    top: 40%;
    left:0;
    display: block !important;
}
.owl-carousel2 .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    display: block !important;
}
.owl-carousel2 .owl-prev i,.owl-carousel2  .owl-next i {
    font-size: 20px;
    color: white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa631 !important;
}
.owl-next {
    position: absolute;
    top: 47%;
    right: -50px;
    display: block !important;
}
.owl-prev i, .owl-next i {
    font-size:40px;
    color:white;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:transparent !important;
}
.area1{
    background:url('../images/bg1.png')no-repeat center,#196ea5;
    background-size: cover;
    height:80vh;
    border-radius: 10px 0 0 10px;
}
.footerteks{
    line-height: 14px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.tekssub{
    font-size:12px;
    font-weight: 100;
}
.area2{
    background:url('../images/bg2.png')no-repeat center;
    height:80vh;
    border-radius: 0 10px 10px 0;
}
.konten2{
    border-radius:20px;
    border:1px solid #196ea5;
    height:89%;
    margin:40px;
}
.logo{
    width:50% !important;
}
.konten2 h1{
    font-weight:500;
    font-size:60px;
    color:#196ea5;
    font-family: "poppins";
    line-height:65px;
}
.sublogo{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 90%;
}
.sublogo img{
    width:30% !important;
}
.slide2{
    position:relative;
    background:url('../images/daftarisi.jpg')no-repeat center;
    background-size: cover;
}
.area3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translate(0%, -60%);
}
.area3 h1{
    font-size:80px;
    font-weight:bold;
    font-family: 'poppins';
}
.tekstoc{
    border-bottom: 2px solid white;
    width: 60%;
}
.tekstoc i h2{
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em; 
    animation: 
    typing 3.5s steps(40, end) infinite,
    blink-caret .75s step-end infinite;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }
.leftbtn{
    width: 80px;
    height: 150px;
    background: white;
    border-radius: 150px 0 0 150px;
    color:black;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
}
.leftbtn:hover{
    background:#0E0D3F;
    color:white;
    transition: .5s;;
}
.leftbtn i{
    position: absolute;
    right: 0;
    animation:arrow 1s infinite;
}
@keyframes arrow {
    0% {
        opacity: 1;
        right: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        right: 30%;
    }
}
.visuallyhidden2 {
    transform: translate3d(10%,-50%,0);
    opacity:0;
}
.area4{
    border-radius: 20px 0 0 20px;
    background: #d68228bd;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 55%;
    transition: all .5s linear;
}
.area4 img{
    width: 72% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide3{
    border-radius:30px;
    width:100%;
    height:100%;
}
.label{
    position: absolute;
    top: 50%;
    left: 0;
    background: #29AAE2;
    transform: translate(-39.3%, -50%) rotate(270deg);
    z-index: 1;
    width: 300px;
    height: 65px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.label h6, .label2 h6{
    font-size:11px;
}
.bottompage {
    width: 92%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.bottompage img{
    width: 4% !important;
    margin-bottom: 4px;
}
.halaman{
    border-top:1px solid black;
    width:100%;
}
.kanan h5{
    color:#016fb9;
    font-size:20px;
    font-weight:bold;
    font-family:"poppins";
}
.kanan p{
    font-size:8px;
    font-weight:normal;
    font-family:"poppins";
}
.area5{
    position:relative;
    height:94%;
}
.area5 img{
    width: 90% !important;
    position: absolute;
    bottom: 0;
}
.a5konten{
    width:60%;
    position: absolute;
    right:0;
    bottom:20px;;
}
.a5konten h5{
    color:#0075BC;
    font-size:16px;
    font-family:"poppins";
}
.a5konten h6{
    color:#29AAE2;
    font-size:12px;
    font-family:"poppins";
}
.area6 h1, .area7 h1, .area8 h1, .area10 h1{
    font-family: "poppins";
    color: #0075BC;
    font-weight: bold;
    font-size: 28px;
}
.area6 h3, .area7 h3, .area8 h3, .area10 h3{
    font-size: 16px;
    color: #29AAE2;
    font-weight: normal;
    font-family: "poppins";
}
.a6scroll{
    height:48vh;
    overflow-y:auto;
}
.area6 p, .area7 p, .area8 p, .area10 p{
    font-size: 12px;
    text-align: justify;
    line-height: 13px;
}
.area6 i p, .area7 i p, .area8 i p, .area10 i p{
    font-size: 12px;
    color:#808285;
    text-align: justify;
    line-height: 13px;
}
.label2 {
    position: absolute;
    top: 50%;
    left: 0;
    background: #29AAE2;
    transform: translate(-39.3%, -50%) rotate(270deg);
    z-index: 1;
    width: 300px;
    height: 65px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.area7{
    height: 85%;
}
.detail-foto{
    width:100%;
    height:320px;
}
.detail-foto img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.area8{
    background: #D68328;
    height: 85%;
    border-radius: 0 0 50px 50px;
}
.fitur{
    background:#BA6F29;
    border-radius:15px;
    color:white;
    width:75%;
}
.fitur:hover{
    background:#1e1b32;
    color:#D68328;
    transition:.5s;
}
.fitur img{
    width: 30% !important;
}
.slide5{
    border-radius:30px;
    background:url('../images/bgslide5.png')no-repeat center;
    background-size: cover;
    width:100%;
    height:100%;
}
.box2 {
    transition: all .3s linear;
  }
.facility{
    background: #0075BC;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    color: white;
    font-family: "poppins";
    font-size: 16px;
    font-weight: bold;
    animation: ripple .4s linear infinite;
    -webkit-animation: ripple .4s linear infinite;
    /* animation: ripple 1s linear infinite, useranimation 1.2s infinite;
    -webkit-animation: ripple 1s linear infinite, useranimation 1.2s infinite; */
    cursor:pointer;
    text-align: center;
    padding: 64px 0;
}
.facility:hover{
    background:#1f2f63;
    transition:.5s;
    animation: ripple2 .4s linear infinite;
    -webkit-animation: ripple2 .4s linear infinite;
    /* animation: ripple2 1s linear infinite, useranimation2 1.2s infinite;
    -webkit-animation: ripple2 1s linear infinite, useranimation2 1.2s infinite; */
}
@-webkit-keyframes ripple {
0% {
    box-shadow: 0 0 0 0 rgba(7, 143, 255, 0.2), 0 0 0 10px rgba(7, 143, 255, 0.2), 0 0 0 20px rgba(7, 143, 255, 0.2); }
100% {
    box-shadow: 0 0 0 10px rgba(7, 143, 255, 0.2), 0 0 0 20px rgba(7, 143, 255, 0.2), 0 0 0 40px rgba(255, 102, 138, 0); } }
  
@keyframes ripple {
0% {
    box-shadow: 0 0 0 0 rgba(7, 143, 255, 0.2), 0 0 0 10px rgba(7, 143, 255, 0.2), 0 0 0 20px rgba(7, 143, 255, 0.2); }
100% {
    box-shadow: 0 0 0 10px rgba(7, 143, 255, 0.2), 0 0 0 20px rgba(7, 143, 255, 0.2), 0 0 0 40px rgba(255, 102, 138, 0); } }

@-webkit-keyframes useranimation{
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC;
    }
    100% {
        box-shadow: none;
    }
}
@keyframes useranimation{
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC, 0 5px 50px 0 #0075BC;
    }
    100% {
        box-shadow: none;
    }
}

@-webkit-keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 0 rgba(7, 65, 255, 0.2), 0 0 0 10px rgba(7, 65, 255, 0.2), 0 0 0 20px rgba(7, 65, 255, 0.2); }
    100% {
        box-shadow: 0 0 0 10px rgba(7, 65, 255, 0.2), 0 0 0 20px rgba(7, 65, 255, 0.2), 0 0 0 40px rgba(255, 102, 138, 0); } }
        
@keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 0 rgba(7, 65, 255, 0.2), 0 0 0 10px rgba(7, 65, 255, 0.2), 0 0 0 20px rgba(7, 65, 255, 0.2); }
    100% {
        box-shadow: 0 0 0 10px rgba(7, 65, 255, 0.2), 0 0 0 20px rgba(7, 65, 255, 0.2), 0 0 0 40px rgba(255, 102, 138, 0); } }
@-webkit-keyframes useranimation2{
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63;
    }
    100% {
        box-shadow: none;
    }
}
@keyframes useranimation2{
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63, 0 5px 50px 0 #1f2f63;
    }
    100% {
        box-shadow: none;
    }
}
.fasbox1{
    border-radius:20px;
    background:#004492b6;
    color:white;
}
.fasbox2{
    border-radius:20px;
    background:#9e601ec4;
    color:white;
}
.fasbox1 h1,.fasbox2 h1{
    font-family: "poppins";
    font-weight: bold;
    font-size: 28px;
}
.fasbox1 h3, .fasbox2 h3{
    font-size: 16px;
    font-weight: normal;
    font-family: "poppins";
}
.fasbox1 p, .fasbox2 p{
    font-size: 9px;
    text-align: justify;
    line-height: 13px;
}
.fasbox1:hover, .fasbox2:hover{
    background:#26243c;
    transition: .5s;
    animation: fadeLeft .4s linear;
    position:relative;
    left:-50px;
}
@keyframes fadeLeft {
    0% {
        left:0;}
    100% {
        left:-50px } }
.bgslide11{
    background:url('../images/bgslide6.png')no-repeat center;
    background-size: cover;
    border-radius: 0 30px 30px 0;
}
.halaman2{
    border-top:1px solid #9b9b9b;
    width:100%;
}
.area11{
    height:100%;
}
.video{
    border-radius:20px;
    height:80%;
}
.area11 h1{
    color:#0075BC;
    font-family: 'poppins';
}
.video video{
    height:100%;
    border-radius:30px;
    object-fit: cover;
    width:100%
}
#phone{
    display:none;
}
.phonepic{
    border-radius: 10px;
    height: 90vh;
}
.phonepic img{
    height:100%;
    width:auto !important;
}
.navbottom{
    width:100%;
    border-radius: 20px 20px 0 0;
    background: #5bb7dc;
    position:fixed;
    bottom:0;
}
.navbottom i{
    padding: 0.9em 0.9em;
}
.navbottom i:hover{
    border-radius: 60px;
    padding: 0.9em 0.9em;
    background:#36315a;
    cursor:pointer;
    color:white;
    transition:.5s;
}
.navlogo{
    position:absolute;
    top:0;
}
.navlogo img{
    width:40%;
}
.ikon{
    position:absolute;
    right:0;
}
.ikon i{
        border-radius: 60px;
        padding: 0.9em 0.9em;
        background:#36315a;
        cursor:pointer;
        color:white;
}
.ikon i:hover{
    background:white;
    color:#36315a;
    transition:.5s;
}
.sidebar{
    position:absolute;
    top:0;
    width:85vw;
    height:100%;
    box-sizing:border-box;
    padding:20px 30px;
    background:white;
  }
  .close-icon{
    text-decoration:none;
    font-size:1.4rem;
    color:#36315a;
  }
  .open-icon{
    position:absolute;
    left:0px;
    top:10px;
    text-decoration:none;
    font-size:1.8rem;
    font-weight:800;
    padding:2px 5px;
    box-shadow:1px 1px 1px 1px #ccc;
  }
  .hide{
    transition:left 0.3s linear;
    left:-85vw;
  }
  .show2{
    transition:left 0.3s linear;
    left:0px;
  }
/* !Background */

/* Preloader */
  #preloader{
    background: #fff url('../images/load.gif') no-repeat center center;
    width:100%;
    height:100vh;
    position:fixed;
    z-index:100;
  }
/* !Preloader */

/* Responsive */
@media (max-width: 1780px){
    
}
@media (max-width:1366px){
    .box{
        width:80%;
    }
    .box img {
        height: 35px;
    }
    .icon {
        width: 60px;
        height: 60px;
        transform: translate(-80%, -20%);
    }
    .boks {
        width: 65%;
    }
    .konten2 {
        margin: 20px;
        height: 92%;
    }
    .area1 {
        background: url(../images/bg1.png)no-repeat bottom,#196ea5;
        background-size: contain;
    }
    .footerteks p{
        font-size: 10px;
    }
    .tekssub {
        font-size: 8px !important;
        line-height: 9px;
    }
    .footerteks {
        line-height: 6px;
        bottom: 20px;
        right: 20px;
    }
    .konten2 h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .sublogo h6, .sublogo i p{
        font-size:10px;
    }
    .area3 h1 {
        font-size: 60px;
        margin-left: 20px !important;
    }
    .tekstoc i h2{
        font-size:25px;
        margin-left: 20px !important;
        letter-spacing: normal;
    }
    .area6 h1, .area7 h1, .area8 h1, .area10 h1 {
        font-size: 18px;
    }
    .area6 h3, .area7 h3, .area8 h3, .area10 h3 {
        font-size: 11.5px;
    }
    .area6 p, .area7 p, .area8 p, .area10 p {
        font-size: 7px;
        line-height: 8px;
    }
    .area6 i p, .area7 i p, .area8 i p, .area10 i p {
        font-size: 7px;
        line-height: 8px;
    }
    .label,.label2{
        width: 210px;
        height: 35px;
        transform: translate(-41.8%, -50%) rotate(270deg);
    }
    .label h6, .label2 h6 {
        font-size: 7px;
    }
    .a5konten h5 {
        font-size: 10px;
    }
    .a5konten h6 {
        font-size: 8px;
    }
    .bottompage {
        width: 97%;
    }
    .kanan h5 {
        font-size: 10px;
    }
    .kanan p {
        font-size: 5px;
    }
    .slide3 {
        border-radius: 20px;
    }
    .detail-foto {
        height: 190px;
    }
    .fitur h5{
        font-size:10px;
    }
    .fitur i h6{
        font-size:8px;
    }
    .owl-theme .owl-dots .owl-dot span{
        height:5px !important;
        width:5px !important;
        margin: 2px 4px !important;
    }
    .facility{
        width: 120px;
        height: 120px;
        padding: 52px 0;
        font-size: 12px;
    }
    .fasbox1 h1, .fasbox2 h1 {
        font-size: 18px;
    }
    .fasbox1 h3, .fasbox2 h3 {
        font-size: 12px;
    }
    .fasbox1 p, .fasbox2 p {
        font-size: 7px;
        line-height: 7px;
    }
    .fasbox1, .fasbox2{
        border-radius: 10px;
    }
    .area11 h1{
        font-size:22px;
    }
    .video video {
        border-radius: 20px;
    }
    .area8 {
        border-radius: 0 0 20px 20px;
    }
    .slide5 {
        border-radius: 20px;
    }
    .bgslide11 {
        border-radius: 0 20px 20px 0;
    }
}
@media(max-width:1280px) {
    
}
@media(max-width:1150px) {
    .boks {
        width: 75%;
    }
}
@media(max-width:1080px) {
    
}
@media(max-width:991px) {
    #background{
        display:none;
    }
    #phone{
        display:block;
    }
}
@media(max-width:780px) {
    .phonepic {
        height: 100%;
    }
    .phonepic img {
        height: auto;
        width: 100% !important;
    }
    .owl-prev {
        left: -6%;
    }
    .owl-next {
        right: -6%;
    }
}
@media(max-width:768px) {
    
}
@media(max-width:667px) {
    
}
@media(max-width:640px) {
    
}
@media(max-width:414px) {
    .owl-prev i, .owl-next i {
        font-size: 30px;
        color: white;
    }
    .video{
        position: absolute;
        top: 50%;
        right: -25%;
        transform: translate(-50%, -50%);
        height: 30%;
        width: 70%;
    }
    .video video {
        border-radius: 10px;
    }
    .owl-prev {
        left: -3%;
    }
    .owl-next {
        right: -3%;
    }
}
@media(max-width:384px) {
    
}
@media(max-width:375px) {
    
}
@media(max-width:320px) {
    
}
/* !Responsive */
