.not-visible {
  visibility: hidden;
}
.bg-core{
  background-color : #000C75;
  color: #ffffff;
}
.bg-red{
  background-color: #B33732;
  color: #fff;
}
.bgc-000C75{
  background-color : #000C75;
  color: #ffffff;
}
.bg-indonesia{
  /* background-image: url('../../images/universalschool/indonesia-map.png'); */
  background-repeat: no-repeat;
  background-position: center;
}
.content-footer{
  /*min-height: 400px;*/
  padding: 10px 0 10px 0;
  /* background-image: url('../../images/universalschool/indonesia-map.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-color : #000C75;
  color: #ffffff;
}
.content-footer-simple{
  background-color : #011342;
  color: #ffffff;
}

.bg-visi-misi{
  height: 160px;
}
.padding-3 {
  padding: 30px;
}
.fa-1-2x {
  font-size: 1.2em;
}
.fa-1-3x {
  font-size: 1.3em;
}
.fa-1-4x {
  font-size: 1.4em;
}
.fa-1-5x {
  font-size: 1.5em;
}
.fa-1-5m {
  font-size: 5em;
}
.fa-1-3m {
  font-size: 3em;
}
a.list-group-item, button.list-group-item{
  color: #ffffff;
}
.bgc-430d64{
  background-color : #430d64;
  color: #ffffff;
}
.bgc-ffffff{
  background-color : #ffffff;
}
.padding-0 {
    padding: 0;
}
.margin-0 {
    margin: 0;
}
.padding-half {
    padding: 3px;
}
.padding-1 {
    padding: 10px;
}
.padding-top-1 {
    padding: 10px 0 0 0;
}
.margin-top-1 {
    margin: 10px 0 0 0;
}
.padding-left-1 {
    padding: 10px 0 0 0;
}
.margin-right-1 {
    margin: 10px 0 0 0;
}
.padding-2 {
    padding: 20px;
}
.padding-2-ignore-xs {
  padding: 20px;
}
.padding-top-2 {
    padding: 20px 0 0 0;
}
.padding-3 {
  padding: 30px;
}
.padding-top-3 {
  padding-top: 30px;
}
.padding-bottom-3 {
  padding-bottom: 30px;
}
.margin-top-2 {
    margin: 20px 0 0 0;
}
.padding-left-2 {
    padding: 20px 0 0 0;
}
.margin-right-1 {
    margin: 20px 0 0 0;
}

.form-control {
  height: 34px;
  border-radius: 2px;
}
.btn{
  font-size: 12px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px 14px;
  line-height: 1.5384616;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f5f5;
}
.width-3{
  width: 3%;
}
.width-5{
  width: 5%;
}
.width-10{
  width: 10%;
}
.width-15{
  width: 15%;
}
.width-20{
  width: 20%;
}
.width-25{
  width: 25%;
}

.btn-grey {
    color: #291888;
    background-color: white;
    border-color: darkgrey;
}
.thumbnail-news-fit {
  width: 100%; 
  height: 200px; 
  object-fit: cover
}
.btn-core {
    color: #ffffff;
    background-color: #000C75;
    border-color: #000C75;
}
.btn-core:hover {
    color: #ffffff;
    background-color: #291888;
    border-color: #000C75;
}
.btn-white {
    color: #000C75;
    background-color: #ffffff;
    border-color: #cecece;
}
.btn-white:hover {
    color: #000C75;
    background-color: #ffffff;
    border-color: #cecece;
}
.link-normal {
  color: #fff;
}

.preloader-loading{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('/images/text-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.fadeInUp {
  transition: all 300ms ease-in 2s;
}

.block-image {
  /* border: 20px #FFFFFF solid;  */
  border-radius: 15px; 
  background-color: #FFFFFF;
  padding: 20px;
}
.block-image-img-default {
  border-radius: 15px; background-color: transparent;
}
.text-maxline-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.text-maxline-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.text-maxline-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.text-maxline-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
          line-clamp: 5; 
  -webkit-box-orient: vertical;
}
.slide-text {
  position: absolute; 
  right: 0;
  bottom: 0;
  padding: 30px; 
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.menu_bold {
  font-weight: bold;
}

.not-visible {
    visibility: hidden;
}
.navbar-brand {
    padding: 0 0 0 20px;
}

.navbar-brand > img {
    position: absolute;
    z-index: 99;
    margin-top: 5px;
    height: 100px;
}

.navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 14px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 450px;
}

/* .swiffy-slider */
.slider-item-ratio .slider-container>*>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* general */
.page-header {
  /* padding-bottom: 9px; */
  /* margin: 40px 0 20px; */
  /* border-bottom: 1px solid #ddd; */
}

/* visi misi */
.tentang-kami-visi-misi-relative {
  position: relative; 
  width: 100%; 
  height: 500px; 
  text-align: center; 
  margin-top: 20px;
}
.tentang-kami-visi-misi-gambar-1 {
  position: absolute; 
  width: 550px; 
  height: 400px; 
  background-color: #FFFFFF; 
  left: 50%; 
  text-align: left; 
  border: 1px solid #000C75; 
  border-radius: 10px; padding: 15px;
}
.tentang-kami-visi-misi-gambar-2 {
  position: absolute; 
  width: 500px; 
  height: 350px; 
  background-color: #FFFFFF; 
  top: 100px;
  right: 45%;
  z-index: 99; 
  border-radius: 10px; 
  padding: 15px; 
  border: 1px solid #000C75;
}
.padding-visi-misi{
  margin: 0 0 10px 0;
  padding: 10px 0 5px 0;
}

.box-akademik {
  padding-right:  30px;
}
.akademik-title {
  border-bottom: 1px solid #000C75;
  font-size: 30px;
  text-transform: uppercase;
}
.akademik-description-text {
  padding-left: 30px;
  text-align: justify;
}
.box-akademik-image {
  padding-left: 30px;
  padding-right: 30px;

}

.ng-thumbnail canvas {
  width: 100%;
  height: 150px;
  object-fit: cover;
}


/* ---------- HOME: ABOUT US ------------ */
.class_about_us {
  background-color: #000C75; 
  color: #FFFFFF;
}

/* ---------- HOME: AKADEMIK ------------ */
.class_akademik {
  background-color: #000C75; 
  color: #FFFFFF
}

/* ---------- HOME: GALLERY & FACILITY ------------ */
.class_gallery_fasility {
  background-color: #B33732; 
  color: #FFFFFF
}

/* ---------- ABOUT US: tentang kami ------------ */
.class_profil {
  background-color: #B33732; 
  color: #FFFFFF
}

/* ---------- CONTACT: saran dan kritik ------------ */
.class_contact_saran_kritik {
  background-color: #B33732; 
  color: #FFFFFF
}

.container-vertical-side {
  min-height: 300px;
  position: relative;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 70%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-general {
  border-bottom: 2px solid #291888; 
  font-size: 30px;
  color: #291888;
  text-transform: uppercase;
  padding: 10px;
}
.description-general {
  font-size: 14px; 
  text-align: justify; 
  text-justify: inter-word;
  padding-left: 10px;
  padding-right: 10px;
}
.title-general-second {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.position-visi-misi {
  /* text-align: center; */
}

.btn-sxlg,
.btn-group-sxlg > .btn {
  padding: 15px 21px;
  font-size: 16px !important;
  line-height: 1.4285715;
  border-radius: 3px;
}


/* apply */
.apply-form {
  position: relative; 
  height: 210px;
}
.apply-form-link {
  position: absolute; 
  left: 15%; 
  right: 15%; 
  top: 30%;
  /* width: 60%; */
}

.thumbnail .caption-simple {
  padding-top: 20px;
}

.formulir-box {
  /* display: table-cell;
  width: 250px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  vertical-align: middle; */
  height: 50px; line-height: 50px; border-radius: 10px; text-align: center;
}