/********** Template CSS **********/
:root {
    --primary: #15b3e8;
    --secondary: #e77817;
    --light: #F2F2F2;
    --dark: #3b3b82;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    opacity: .5;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.textbold{
    font-weight: bold;
}
hr{
    border: 5px black;
    opacity: .075;
    width: 60%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    margin-top: 60px;    
}



/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}


 .btn-primary-2{color:#fff;}
 .btn-primary-2:hover{color:#fff;background-color:#15b3e8}.btn-check:focus+.btn-primary-2,.btn-primary-2:focus{color:#fff;box-shadow:0 0 0 .25rem }
 .btn-check:checked+.btn-primary-2,.btn-check:active+.btn-primary-2,.btn-primary-2:active,.btn-primary.active,.show>.btn-primary-2.dropdown-toggle{color:#fff;border-color:#a20e1b}
 .btn-check:checked+.btn-primary-2:focus,.btn-check:active+.btn-primary-2:focus,.btn-primary:active:focus,.btn-primary-2.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem }
 .btn-primary-2:disabled,.btn-primary-2.disabled{color:#fff;background-color:#D81324;border-color:#D81324}

 .btn-primary-3{color:#fff;background-color:var(--secondary);}
 .btn-primary-3:hover{color:#fff;background-color:#15b3e8}.btn-check:focus+.btn-primary-3,.btn-primary-3:focus{color:#fff;box-shadow:0 0 0 .25rem }
 .btn-check:checked+.btn-primary-3,.btn-check:active+.btn-primary-3,.btn-primary-3:active,.btn-primary.active,.show>.btn-primary-3.dropdown-toggle{color:#fff;border-color:#a20e1b}
 .btn-check:checked+.btn-primary-3:focus,.btn-check:active+.btn-primary-2:focus,.btn-primary:active:focus,.btn-primary-3.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem }
 .btn-primary-3:disabled,.btn-primary-3.disabled{color:#fff;background-color:#D81324;border-color:#D81324}



.py-5-cust {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}
.mb-cust{margin-bottom:4rem !important}
.mt-cust{margin-top:4rem !important}


@media (min-width: 412px) {
    .py-5-cust{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;     
    }
    }

.btn-top.btn-primary-2{
    color: #FFFFFF;
    background-color: var(--primary);
}

.btn-primary-2:hover{
    color: #FFFFFF;
    background-color: var(--secondary);
}

.btn-top{
    display: inline-block;
    font-weight: 500;
    line-height: 3.4;
    color: #596277;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 0.8rem;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: var(--primary);
}

.btn-primary:hover{
    color: #FFFFFF;
    background-color: var(--secondary);
}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    z-index: 999999;
}
.logonav{
   max-width:140px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;

}
.carousel-caption-1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}


.img-fluid-1{
    max-width: 700px;
    height: auto;}
.logoheader-1{
    max-width: 700px;
    height: auto;
    z-index: 99;
    position: absolute;}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.container-xxl#blur.active {
filter: blur(5px);
user-select: none;
pointer-events: none;
transition: 1s;
}

/* Modal Content Sertifikat Hak Cipta Start */
/* The Modal (background) */






/*#popup{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width:1008px;
    padding-top: 50px;
    padding-right: 84px;
    padding-left: 84px;  
    padding-bottom: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .30);
    background: white;
    text-align: center;
    background-position: center center;
    visibility: hidden;
    transition: .5s;
    z-index: 99999;
}

#popup.active{
    visibility: visible;
    opacity: 1;
    top: 50%;
    border-radius: 17px;
}
.btn-modalclose{
    margin: -15px 0 0px 553px ;
    display: inline-block;
    font-weight: 500;
    background-position:center;
    color: #fff;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background-color: #15b3e8;
    font-size: 1rem;
    border-radius: 7px;
    padding: 1rem !important;}


.btn-modalclose:hover{
    background-color: #1c6e8a;
    color: #fff;
    transition: color 1s ease-in-out,background-color 1s ease-in-out;
    }*/



/*Desktop Viewports 1423px Start*/
@media (min-width: 1423px){
.modalA {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999;/* Sit on top */
    padding-top: 41px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 110%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    
}


@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}

.close_a {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: -21px 0px -18px 920px;
    padding: 1px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;
}

.close_a:hover,
.close_a:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
}

.modal-headerA{
    padding: 55px 25px 22.5px 10px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalA h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    }


.modal-contentA {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}

.modal-body-a img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 51px 296px;
}
/* Modal Content Sertifikat Hak Cipta End */



/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
.modalB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 110%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 9999;/* Sit on top */
}

@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}
.modal-headerB {
    padding: 55px 25px 22.5px 0px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalB h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    }


.modal-contentB {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;}

    .modal-body-B img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 10px 284px;}
.close_b {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: -21px 0px -18px 920px;
    padding: 1px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;
}

    .page1{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 470px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page2{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 470px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page3{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 470px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page4{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 470px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }

.close_b:hover,
.close_b:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
    opacity: 1;
}


}


/*Desktop Viewports Start*/
@media (min-width: 1800px){
.modalA {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999;/* Sit on top */
    padding-top: 76px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    
}


@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}

.close_a {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin:-27px 0px -18px 1251px;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;
}

.close_a:hover,
.close_a:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
}

.modal-headerA{
    padding: 55px 25px 22.5px 10px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalA h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    }


.modal-contentA {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}

.modal-body-a img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 10px 457px
}
/* Modal Content Sertifikat Hak Cipta End */



/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
.modalB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 76px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 9999;/* Sit on top */
}

@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}
.modal-headerB {
    padding: 55px 25px 22.5px 0px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalB h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    }


.modal-contentB {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}
.close_b {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: -21px 0px -18px 1262px;
    padding: 1px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;

    }

    .page1{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 639px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page2{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 639px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page3{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 639px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page4{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 639px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }

.close_b:hover,
.close_b:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
    opacity: 1;
}

.modal-body-B img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 10px 457px
}
}
/*Desktop Viewports end*/

/*max-width 1080 Viewports Start*/
@media (max-width: 1089px){
.modalA {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999;/* Sit on top */
    padding-top: 32px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    
}


@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}

.close_a {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin:-27px 0px -18px 690px;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;
}

.close_a:hover,
.close_a:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
}

.modal-headerA{
    padding: 55px 25px 22.5px 10px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalA h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    margin : 0px 60px 10px 60px;
    }


.modal-contentA {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 50px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}

.modal-body-a img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 175px 10px 181px;
}
/* Modal Content Sertifikat Hak Cipta End */



/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
.modalB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 32px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 9999;/* Sit on top */
}

@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}
.modal-headerB {
    padding: 55px 25px 22.5px 0px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalB h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    margin: 0px 60px 10px 60px;
    }


.modal-contentB {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}
.close_b {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: -27px 0px -18px 690px;
    padding: 1px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;

    }

    .page1{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 377px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page2{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 377px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page3{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 377px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page4{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 377px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }

.close_b:hover,
.close_b:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
    opacity: 1;
}

.modal-body-B img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 175px 10px 181px;
}
}
/*max-width 1080 Viewports end*/






/*Ipad 10.2inc 2019 Viewports*/
@media (max-width: 820px){

    @keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}
.modalA {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999;/* Sit on top */
    padding-top: 76px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */}



.close_a {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin:-21px 0px -18px 508px;
    padding: 0 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;
}

.close_a:hover,
.close_a:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
}

.modal-headerA{
    padding: 55px 25px 22.5px 10px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalA h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    margin: 0 40px 17px 40px;
    }


.modal-contentA {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}

.modal-body-a img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 38px 88px;
}
/* Modal Content Sertifikat Hak Cipta End */



/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
.modalB {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 76px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 9999;/* Sit on top */
}

@keyframes animatetop {
    from {top:-200px; opacity:0}
    to {top:0; opacity:1}
}
.modal-headerB {
    padding: 53px 25px 32.5px 11px;
    background-color: var(--primary);
    margin-right: auto;
    margin-left: auto;
    border-radius: 35px 35px 0 0;
    }
.HeadlineModalB h2{
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    }


.modal-contentB {
    position: relative;
    background-color: var(--dark);
    margin: auto; 
    padding: 0px 0px 10px 0px;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 35px;
}
.close_b {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: -21px 0px -18px 508px;
    padding: 1px 0 0 0;
    width: 30px;
    height: 30px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: 1;

    }

    .page1{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 252px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page2{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 252px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page3{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 252px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }
    .page4{
    font-size: 23px;
    font-weight: lighter;
    text-align: center;
    margin: 24px 0 19px 252px;
    padding: 0 0 0 0;
    width: 38px;
    height: 38px;
    border-radius: 128px;
    color: var(--primary);
    background: var(--light);
    opacity: .7;
    text-shadow: 0 0 0.5px;
    z-index: 99999999999999999;
    }

.close_b:hover,
.close_b:focus{
    font-family:Font Awesome 5 Free;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 128px;
    transition: 1s;
    color: var(--light);
    background: var(--secondary);
    opacity: 1;
}

.modal-body-B img{
    max-width:400px;
    height: auto;
    padding:0px 31px;
    margin:42px 0 10px 82px;
}
}
/*ipad 10.2inch 2019 end*/

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 749px;}  
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;}
}

@media (min-width: 420px) {
     img .img-fluid-1  {
        max-width: 100px;
        height: 100px}
    img .logoheader-1 {
        max-width: 100px;
        height: 100px;
        z-index: 99;
        position: absolute;}  

}

/*S21FE Viewports*/
@media (max-width: 418px) {

    @keyframes animatetop {
     from {top:-200px; opacity:0}
     to {top:0; opacity:1}}

    .modalA {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}


    .close_a {
        font-size: 17px;
        line-height: 1.65rem;
        text-align: center;
        margin: -2px 0 49px 346px;
        padding: 0 0 0 0;
        width: 30px;
        height: 30px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}

    .close_a:hover,
    .close_a:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);}

    .modal-headerA{
        padding: 8px 0px 40.5px 3px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalA h2{
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 100%;
        margin: -62px 59px -22px 49px;}


    .modal-contentA {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}

    .modal-body-a img{
        max-width:295px;
        height: auto;
        padding:0px 0px;
        margin:26px 0 40px 46px;}
/* Modal Content Sertifikat Hak Cipta End */


/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
    .modalB {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}

    @keyframes animatetop {
        from {top:-200px; opacity:0}
        to {top:0; opacity:1}}

    .modal-headerB {
        padding: 8px 0px 40.5px 3px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalB h2{
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 100%;
        margin: -55px 59px -8px 49px;}

    .modal-contentB {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}
    .close_b {
        font-size: 17px;
        line-height: 1.65rem;
        font-weight: bold;
        text-align: center;
        margin: -2px 0 49px 344px;
        padding: 0 0 0 0;
        width: 30px;
        height: 30px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}
    .page1{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .page2{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page3{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page4{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .close_b:hover,
    .close_b:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);
        opacity: 1;}

    .modal-body-B img{
        max-width:295px;
        height: auto;
        padding:0px 0px;
        margin:26px 0 40px 46px;}


    .back-to-top {
        position: fixed;
        display: none;
        right: 19px;
        bottom: 4px;
        z-index: 99;
        opacity: .5;}

    .btn-top{
        display: inline-block;
        font-weight: 500;
        line-height: 3.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: .5rem;
        margin-bottom: 1rem;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

    .btn-top.btn-primary-2{
        color: #FFFFFF;
        background-color: var(--primary);}

    .btn-top.btn-primary-2:hover{
        color: #FFFFFF;
        background-color: var(--secondary);}
        .btn {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        margin-bottom: 1rem;
        padding-right: 6rem !important;
        padding-left: 6rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

        .btn-2 {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        padding-right: 8.7rem !important;
        padding-left: 8.1rem !important;}

}


/*ip12 pro Viewports*/
@media (max-width: 392px) {

    @keyframes animatetop {
     from {top:-200px; opacity:0}
     to {top:0; opacity:1}}

    .modalA {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}


    .close_a {
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        margin: -1px 0 16px 291px;
        padding: 0 0 0 0;
        width: 30px;
        height: 30px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}

    .close_a:hover,
    .close_a:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);}

    .modal-headerA{
        padding: 33px 0 40.5px 3px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalA h2{
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 100%;
        margin: -62px 59px -22px 49px;}


    .modal-contentA {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}

    .modal-body-a img{
        max-width:295px;
        height: auto;
        padding:0px 0px;
        margin:26px 0 40px 23px;}
/* Modal Content Sertifikat Hak Cipta End */


/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
    .modalB {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}

    @keyframes animatetop {
        from {top:-200px; opacity:0}
        to {top:0; opacity:1}}

    .modal-headerB {
        padding: 10px 0 40.5px 3px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalB h2{
        color: #fff;
        font-size: 19px;
        text-align: center;
        line-height: 100%;
        margin: -62px 59px -22px 49px}

    .modal-contentB {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}
    .close_b {
         font-size: 19px;
        font-weight: bold;
        text-align: center;
        margin: -1px 0 49px 291px;
        padding: 0 0 0 0;
        width: 30px;
        height: 30px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}
    .page1{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .page2{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page3{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page4{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .close_b:hover,
    .close_b:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);
        opacity: 1;}

    .modal-body-B img{
        max-width:295px;
        height: auto;
        padding:0px 0px;
        margin:26px 0 40px 23px;}


    .back-to-top {
        position: fixed;
        display: none;
        right: 19px;
        bottom: 4px;
        z-index: 99;
        opacity: .5;}

    .btn-top{
        display: inline-block;
        font-weight: 500;
        line-height: 3.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: .5rem;
        margin-bottom: 1rem;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

    .btn-top.btn-primary-2{
        color: #FFFFFF;
        background-color: var(--primary);}

    .btn-top.btn-primary-2:hover{
        color: #FFFFFF;
        background-color: var(--secondary);}
        .btn {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        margin-bottom: 1rem;
        padding-right: 7rem !important;
        padding-left: 7rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

        .btn-2 {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        padding-right: 8.7rem !important;
        padding-left: 8.1rem !important;}

}

/*redmi 10 Viewports*/
@media (max-width: 397px) { 

    @keyframes animatetop {
     from {top:-200px; opacity:0}
     to {top:0; opacity:1}}

    .modalA {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}


    .close_a {
        font-size: 17px;
        font-weight: lighter;
        line-height: 1.28rem;
        text-align: center;
        margin: -3px 0 49px 306px;
        padding: 0 0 0 0;
        width: 20px;
        height: 20px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}

    .close_a:hover,
    .close_a:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);}

    .modal-headerA{
        padding: 13px 0 40.5px 22px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalA h2{
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 100%;
        margin: -42px 61px -6px 50px;}


    .modal-contentA {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}

    .modal-body-a img{
        max-width: 250px;
        height: auto;
        padding: 0px 0px;
        margin: 26px 0 40px 62px;}
/* Modal Content Sertifikat Hak Cipta End */


/* Modal Content Surat Izin Alkes */
/* The Modal (background) */
    .modalB {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 76px;
        left: -10px;
        top: 0px;
        width: 104%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8);}

    @keyframes animatetop {
        from {top:-200px; opacity:0}
        to {top:0; opacity:1}}
    .modal-headerB {
        padding: 13px 0 40.5px 22px;
        background-color: var(--primary);
        margin-right: auto;
        margin-left: auto;
        border-radius: 15px 15px 0 0;}

    .HeadlineModalB h2{
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 100%;
        margin: -42px 61px -6px 50px;}

    .modal-contentB {
        position: relative;
        background-color: var(--dark);
        margin: auto; 
        padding: 0px 0px 20px 0px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.5s;
        animation-name: animatetop;
        animation-duration: 0.5s;
        border-radius: 15px;}

    .modal-body-B img{
        max-width: 250px;
        height: auto;
        padding: 0px 0px;
        margin: 26px 0 40px 62px;}

    .close_b {
        font-size: 17px;
        font-weight: lighter;
        line-height: 1.28rem;
        text-align: center;
        margin: -3px 0 49px 306px;
        padding: 0 0 0 0;
        width: 20px;
        height: 20px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: 1;}

    .page1{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .page2{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page3{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}
    .page4{
        font-size: 23px;
        font-weight: lighter;
        text-align: center;
        margin: 2px 0 19px  166px;
        padding: 0 0 0 0;
        width: 38px;
        height: 38px;
        border-radius: 128px;
        color: var(--primary);
        background: var(--light);
        opacity: .7;
        text-shadow: 0 0 0.5px;
        z-index: 99999999999999999;}

    .close_b:hover,
    .close_b:focus{
        font-family:Font Awesome 5 Free;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-radius: 128px;
        transition: 1s;
        color: var(--light);
        background: var(--secondary);
        opacity: 1;}


    .back-to-top {
        position: fixed;
        display: none;
        right: 19px;
        bottom: 4px;
        z-index: 99;
        opacity: .5;}

    .btn-top{
        display: inline-block;
        font-weight: 500;
        line-height: 3.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: .5rem;
        margin-bottom: 1rem;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

    .btn-top.btn-primary-2{
        color: #FFFFFF;
        background-color: var(--primary);}

    .btn-top.btn-primary-2:hover{
        color: #FFFFFF;
        background-color: var(--secondary);}
        .btn {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        margin-bottom: 1rem;
        padding-right: 4rem !important;
        padding-left: 4rem !important;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;}

        .btn-2 {
        display: inline-block;
        font-weight: 500;
        line-height: 1.4;
        color: #596277;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 0.8rem;
        border-radius: 0px;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        padding-right: 8.7rem !important;
        padding-left: 8.1rem !important;}

}

/*max-width: 512px Start*/


/*max-width: 512px End*/

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7)), url(../img/carousel/carousel-bg-7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel/carousel-bg-9.jpg) center center no-repeat;
    background-size: cover;}

.bg-dark-1{
    background-color: var(--secondary);
    opacity: .4;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*other services*/
#produklainnya p{ 
    text-indent: 35px;
    text-align: justify; 
}
.accordion{
    margin:0px 0px 0px 0px;
    width: auto;
    text-align: justify;
}
.accordion li{
    list-style: none;
    width: 100%;
    margin:20px auto;
    padding: 10px;
    border-radius: 30px;
    color: var(--dark);
    background-color: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px 10px -1px rgba(186, 108, 0, 0.2);}
.accordion li p{
    text-indent: 35px;
}

.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;}

label::before{
    content: '+';
    margin-right: 5px;
    font-size: 24px;
    font-weight: 600;}

input[type="radio"]{
    display: none;}

.accordion .other-product-content{
    color: #555;
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s}

.accordion input[type="radio"]:checked + label + .other-product-content{
    max-height: 300px;
    padding: 10px 10px 9px;
}





/*other services END*/


/*** services ***/

.services-item .services-overlay{
    box-shadow: 10px 10px 15px 15px black;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: translateY(88%);
    opacity: .9;
    transition: .5s;}

#service-container{
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.4);}

.services-item:hover .services-overlay {
    background: var(--secondary);
    transform: translateY(25%);}

.text-sevice h2 {
    font-size: 20px;
    margin-top: -235px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    color: var(--light);}


.services-item p{
    opacity: 0 ;
    color: var(--light);}
.text-sevice{
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
.services-item:hover p{
    opacity: 1; 
    visibility: visible;}


 .img-services{
    transform: scale(1);
    transition: 0.2s; }   

 .img-services:hover{
   filter: blur(2px);
   -webkit-filter: blur(2px);
   transform: scale(1.2);
   rotate:1deg; }


/*** services  Desktop Viewports 1423px***/
@media (min-width: 1423px){
.services-item .services-overlay{
    box-shadow: 10px 10px 15px 15px black;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: translateY(88%);
    opacity: .9;
    transition: .5s;}

#service-container{
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.4);}

.services-item:hover .services-overlay {
    background: var(--secondary);
    transform: translateY(25%);}

.text-sevice h2 {
    font-size: 20px;
    margin-top: -235px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    color: var(--light);}

.text-sevice p{
    text-align: justify;
    text-indent: 20px;
}
.services-item p{
    opacity: 0 ;
    color: var(--light);}
.text-sevice{
    margin-left: 20px;
    margin-right: 20px;
}
.services-item:hover p{
    opacity: 1; 
    visibility: visible;}


 .img-services{
    transform: scale(1);
    transition: 0.2s; }   

 .img-services:hover{
   filter: blur(2px);
   -webkit-filter: blur(2px);
   transform: scale(1.2);
   rotate:1deg; }
}
/*Desktop Viewport 1423px*/
/*Services*/

/*Desktop Mobile Viewports tablets, 768px and up*/ 

@media @media (min-width: @screen-sm-min) {
            .services-item .services-overlay{
                box-shadow: 10px 10px 15px 15px black;
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--primary);
                transform: translateY(88%);
                opacity: .9;
                transition: .5s;}

            #service-container{
                box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.4);}

            .services-item:hover .services-overlay {
                background: var(--secondary);
                transform: translateY(25%);}

            .text-sevice h2 {
                font-size: 20px;
                margin-top: -235px;
                margin-bottom: 25px;
                margin-left: 0px;
                margin-right: 0px;
                color: var(--light);}

            .services-item p{
                opacity: 0 ;
                color: var(--light);}


            .text-sevice{
                margin-left: 20px;
                margin-right: 20px;}

            .text-sevice p{
                text-align: justify;
                text-indent: 20px;}  

            .services-item:hover p{
                opacity: 1; 
                visibility: visible;}


             .img-services{
                transform: scale(1);
                transition: 0.2s; }   

             .img-services:hover{
               filter: blur(5px);
               -webkit-filter: blur(5px);
               transform: scale(1.2);
               rotate:1deg; }
}




/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;border-radius: 15px;
    background: var(--primary);
    opacity: .1;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--light);
    opacity: 1;
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-    : none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}