/*======================*/


/*!
 * Style v.1.0.0 (http://www.cyberolympus.com)
 * Copyright 2018 CyberOlympus.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        opacity: 1\9;
        /* IE9 only */
    }

    to {
        opacity: 1;
    }
}

@font-face {
    font-family: "vanilla_extractregular";
    src: url("fonts/vanillaextractregular-webfont.woff2") format("woff2"), url("fonts/vanillaextractregular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-regular";
    src: url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "centrale_sans_regularregular";
    src: url("fonts/centrale_sans_regular-webfont.woff2") format("woff2"), url("fonts/centrale_sans_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.outline-font {
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: red;
}

.fade-in {
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.fade {
    padding: 50px;
    opacity: 0;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

li {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*Color*/

.red {
    color: #e22c23;
}

.white {
    color: #ffffff;
}

.bg-black {
    background: #000000;
}

.bg-red {
    background: #e22c23;
}

.bg-red-black {
    background: linear-gradient(90deg, rgba(226, 44, 35, 1) 0%, rgba(152, 31, 25, 1) 100%);
}

.content-padding-30 {
    padding: 30px 0px 30px 0px;
}

.content-padding-50 {
    padding: 50px 0px 50px 0px;
}


/*
Navbar
================
*/

.navbar {
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.3);
}

.navbar a {
    color: #000000;
    font-family: "vanilla_extractregular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

a.navbar-brand {
    font-family: "vanilla_extractregular", sans-serif;
    font-weight: 300;
    color: #000000;
}

a.navbar-brand img {
    width: 100px;
}

.navbar li.active a {
    background: transparent;
    color: #e22c23 !important;
}

.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
    background: transparent;
    color: #e22c23 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar {
    background: #ffffff;
    position: relative;
}

.navbar-brand {
    position: relative;
}

.navbar-brand .splash {
    position: absolute;
    left: 0;
    width: 250px;
    margin-top: 50px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/*Navbar khususs dashboard
scroll jadi fixed top*/

.navbar-me {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-me.fixed-me {
    background: #ffffff;
    position: fixed;
}

.icon-bar {
    color: #e22c23;
}


/* .navbar-me.fixed-me .nav-item.active > a{
	 color: #e22c23 !important;
} */

@media screen and (max-width: 768px) {
    .navbar-collapse {
        text-align: left;
        width: 100%;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
        border-radius: 8px;
        margin-top: 10px;
    }

    .navbar-collapse li {
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 30px;
    }

    .dropdown-menu {
        position: absolute;
        margin: 10px;
    }
}


/*end */

.carousel>a {
    text-decoration: none;
    text-shadow: 1px 1px 2px black;
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item .row {
    height: 650px;
}

.carousel-caption {
    top: 35%;
}

.carousel-caption h1 {
    text-transform: uppercase;
    font-size: 64px;
}

@media screen and (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 38px;
    }

    .carousel-item .row {
        height: 350px;
    }
}

.carousel-indicators {
    margin-bottom: 100px;
}

.carousel-control-prev .fa,
.carousel-control-next .fa {
    width: 45px;
    height: 45px;
    padding-top: 11px;
    border-radius: 50%;
    /* border: 3px solid #e22c23; */
    color: #e22c23;
}

.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
    color: white;
}

.button-primary {
    background: linear-gradient(90deg, rgba(226, 44, 35, 1) 0%, rgba(152, 31, 25, 1) 100%);
    padding: 10px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.button-primary:hover {
    color: #f1f1f1;
    background: linear-gradient(270deg, rgba(226, 44, 35, 1) 0%, rgba(152, 31, 25, 1) 100%);
}

.button-white {
    background: #fff;
    padding: 10px;
    color: #c4a56d;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.button-white:hover {
    color: #ffffff;
    background: #c4a56d;
}


/*
Section
===============
*/

.section-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title h4 {
    color: #c4a56d;
    font-family: "vanilla_extractregular", sans-serif;
    font-weight: 300;
}

.section-title h1 {
    color: #333333;
    font-family: "vanilla_extractregular", sans-serif;
    font-weight: 600;
}


/*Hero images*/

.header-text {
    align-items: center;
    width: 100%;
}

.header-text h1 {
    font-size: 45pt;
    text-align: center;
    margin: auto;
    font-family: "vanilla_extractregular", sans-serif;
    font-weight: 600;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}

@media screen and (min-width: 992px) {
    .header-text {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .header-text h1 {
        font-size: 20pt;
        display: none;
    }
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* 
.fadescroll{
    opacity:0;
} */

.page-title-black {
    text-align: center;
    margin-bottom: 50px;
}

.page-title-white {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}


/* Services */

#services .item {
    text-align: center;
    margin-bottom: 75px;
    margin-top: -55px;
}

@media screen and (max-width: 768px) {
    #services .item {
        margin-top: 35px;
    }
}

#services .item img {
    max-width: 150px;
    margin-bottom: 20px;
}

#services .item h4 {
    font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
    font-size: 14pt;
    margin-bottom: 30px;
}


/* Value */

#page-value {
    padding-top: 50px;
    padding-bottom: 100px;
}

.panel-value {
    text-align: center;
    margin-bottom: 50px;
}

.panel-value .header-image {
    border-radius: 50%;
    overflow: hidden;
    max-width: 250px;
    margin: auto;
    border: 4px solid #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
    position: relative;
}

.list-value {
    margin-top: 45px;
}

.title-red {
    color: #ffffff;
    background: linear-gradient(270deg, rgba(226, 44, 35, 1) 0%, rgba(152, 31, 25, 1) 100%);
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 6px;
    width: 75%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.list-value li {
    list-style: none;
    border: 1px solid #e22c23;
    padding: 5px;
    margin-top: -1px;
}

.list-value li:first-child {
    padding-top: 30px;
    margin-top: -20px;
}


/* Competitive */

#page-competitive {
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}

#page-competitive .box {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
}

#page-competitive .box {
    position: relative;
}

#page-competitive .box img {
    z-index: 1006;
}

#page-competitive .box .label {
    color: #ffffff;
    text-align: center;
    background-image: url("assets/images/background-splash-red-small.png");
    background-size: cover;
    margin-top: -100px;
    z-index: 1008;
    position: absolute;
    width: 100%;
    height: 150px;
    padding-top: 50px;
}


/* Statistic */

#page-statistic {
    background-image: url("assets/images/background-splash-grey.png");
    background-size: 100% 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#page-statistic .box {
    border: 1px solid #e22c23;
    border-radius: 0px;
    margin-bottom: 50px;
    padding: 25px;
    text-align: center;
}

#page-statistic .box {
    position: relative;
}

#page-statistic .box img {
    max-width: 100px;
    max-height: 100px;
}

#page-statistic .box h2 {
    color: #e22c23;
    margin-top: 15px;
}

#page-statistic .box .label {
    color: #e22c23;
}


/* Page testi */

#page-testimonial {
    background-color: #f9f9f9;
    padding-top: 300px;
    padding-bottom: 100px;
}

.testimonial-panel {
    text-align: center;
}

.testimonial-panel img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.testimonial-panel .photo p {
    color: #ffffff;
}

.testimonial-panel .bubble-panel {
    padding: 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.testimonial-panel .bubble-panel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    margin-top: 15px;
    border-top: solid 20px rgba(255, 255, 255, 0.7);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

#owl-testi .item {
    padding: 15px;
}


/* Awards */

#page-awards {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* Gallery */

#page-gallery {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(90deg, rgba(226, 44, 35, 1) 0%, rgba(152, 31, 25, 1) 100%);
}

#page-gallery .item {
    padding: 15px;
}

#page-gallery .item .box {
    background: #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

#page-gallery .item .box .label {
    padding: 10px;
    font-size: 11pt;
    font-style: italic;
}


/* News */

#page-news {
    padding-top: 100px;
    padding-bottom: 100px;
}

#page-news .panel-news {
    background: #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
}

.panel-news .news-content {
    padding: 25px;
    position: relative;
}

.panel-news .news-content p {
    font-size: 11pt;
    margin-top: 15px;
}

.panel-news .news-content a.news-title {
    text-decoration: none;
    color: #333333;
    font-size: 13pt;
    font-weight: 400;
}

.panel-news .news-calendar-red {
    background: #e22c23;
    padding: 15px 5px;
    width: 70px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-left: 15px;
    margin-top: -15px;
    border-radius: 5px 0 5px 5px;
    line-height: 1;
}

.panel-news .news-calendar-red:after {
    width: 0;
    height: 0;
    content: " ";
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #941610;
    position: absolute;
    right: 0;
    margin-right: -15px;
    top: 0;
}

.panel-news .news-calendar-red .cl-date {
    font-size: 18pt;
}

.panel-news .news-calendar-red .cl-mt {
    font-size: 12pt;
}

.panel-news .news-calendar-red .cl-yr {
    font-size: 10pt;
}

.panel-news .button-primary {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

#article-detail .news-calendar-red {
    background: #e22c23;
    padding: 5px;
    width: 70px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    margin-left: 15px;
    margin-top: -15px;
}

#article-detail .news-calendar-red:after {
    width: 0;
    height: 0;
    content: " ";
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #941610;
    position: absolute;
    right: 0;
    margin-right: -15px;
    top: 0;
}

#article-detail .news-calendar-red .cl-date {
    font-size: 18pt;
}

#article-detail .news-calendar-red .cl-mt {
    font-size: 12pt;
}

#article-detail .news-calendar-red .cl-yr {
    font-size: 10pt;
}

.article-box {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
}

.article-box a {
    color: #111113;
    font-size: 12pt;
    text-decoration: none;
}

.article-box p {
    color: #999;
    font-size: 11pt;
}


/* Page join */

#page-join {
    padding-top: 100px;
    padding-bottom: 100px;
}

#page-join .info-content {
    color: #ffffff;
}


/* Page education */

.panel-program {
    margin-bottom: 50px;
}

.panel-program .header-icon {
    width: 30%;
}

.panel-program .header-icon img {
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #e22c23;
    float: left;
    max-width: 120px;
    max-height: 120px;
}

.panel-program .program-content {
    float: left;
    width: 70%;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
}

.panel-program .program-content li {
    list-style-type: none;
    margin-left: 15px;
}

.panel-program .program-content li:before {
    content: "\25A0";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}


/* About */

@media screen and (max-width: 768px) {
    #page-about .bg-black {
        margin: 30px;
    }
}

.timeline {
    border-left: 1px solid #000000;
}

.timeline b {
    background-color: #e22c23;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 9pt;
}

.timeline b:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.timeline li {
    list-style: none;
    margin-left: 15px;
    line-height: 30px;
}

.timeline li:before {
    content: "";
    /*kosong, for it to exist*/
    background-color: red;
    border-radius: 50%;
    /*perfect round curve*/
    height: 10px;
    /*dimension of the shape*/
    position: absolute;
    width: 10px;
    /*dimension of the shape*/
    margin-left: -20px;
    margin-top: 8px;
    border: 1px solid #ffffff;
}

.list-program {
    margin-bottom: 30px;
}

.list-program p {
    margin: 0px;
}

.list-program ul {
    padding: 0px;
    margin: 0px;
}

.list-program li {
    list-style-type: none;
    margin-left: 15px;
}

.list-program li:before {
    content: "\25A0";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.about-list {
    margin-bottom: 30px;
}


/* Page hero */

#page-hero {
    height: 650px;
    display: table;
    width: 100%;
}

#page-hero .content-middle {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#page-hero h1 {
    font-size: 42pt;
}


/* Contact */

.page-contact .panel-contact h6 {
    font-size: 12pt;
    color: #999999;
}




.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}

.social-nav li {
    display: inline-block;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.model-2 a {
    overflow: hidden;
    font-size: 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
}

.model-2 a:hover {
    background: #fff;
}

.model-2 .twitter {
    background: #00aced;
}

.model-2 .twitter:hover {
    color: #00aced;
}

.model-2 .facebook {
    background: #3b579d;
}

.model-2 .facebook:hover {
    color: #3b579d;
}

.model-2 .google-plus {
    background: #dd4a3a;
}

.model-2 .google-plus:hover {
    color: #dd4a3a;
}

.model-2 .linkedin {
    background: #007bb6;
}

.model-2 .linkedin:hover {
    color: #007bb6;
}

.model-2 .pinterest {
    background: #cb2026;
}

.model-2 .pinterest:hover {
    color: #cb2026;
}

.status {
    font-size: 10pt;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.status-success {
    border: 1px solid #4caf50;
    background-color: #eff8ef;
    color: #4caf50;
}


/* Green */

.status-info {
    border: 1px solid #2196f3;
    background-color: #dbeefd;
    color: #2196f3;
}


/* Blue */

.status-warning {
    border: 1px solid #ff9800;
    background-color: #ffefd8;
    color: #ff9800;
}


/* Orange */

.status-danger {
    border: 1px solid #f44336;
    background-color: #fde0dd;
    color: #f44336;
}


/* Red */

.status-other {
    background-color: #e7e7e7;
    color: black;
}


/* Gray */