.square{
    padding-bottom: 100%;  /* initial ratio of 1:1*/
}

.col-md-12 .square{
    padding-bottom: 50% !important;  /* initial ratio of 1:1*/
}


.sidebar {
     /*border-right: 1px solid #788791;*/
     border-right: 1px solid #cccccc;
}

.landing-link, .landing-link:hover, .landing-link:visited {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.landing-link {
  background-color: #4AB4E4;
}

.job-card {
    transform: scale(0.8);
    transition: transform .4s; /* Animation */
    border-color: #dddddd;
}

.job-card:hover {
    transform: scale(0.9);
}

.job-card .card-header {
    background-color: #48AFDE;
}

.job-card-link, .job-card-link:hover {
    color: #333; text-decoration: none;
}

.col-address p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

a.list-group-item.list-group-item-action:hover {
    background-color: #4f6373;
}

.header-image img {
    width: 100%;
}

.header-title {
    text-align: center;
    background-color: white;
    padding: 30px;
}

.header-title h1 {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    /*font-weight: bold;*/
    font-size: 2.5em;
    display: block;
}

.header-title .bar-bottom {
    background-color: #4AB4E4;
    width: 100px;
    height: 6px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.content-area {
    background-color: #f2f2f2;
    padding: 100px 30px;
}

.content-snapshot {
    width: 80%;
    margin: auto;
    display: block;
}



.snapshot-link {
    text-align: center;
    padding: 160px 10px 10px 10px;
    min-height: 400px;
}

.snapshot-link a,
.snapshot-link a:visited {
    background-color: #4AB4E4;
    display: block;
    margin: auto;
    padding: 20px 30px;
    text-align: center;
    color: white;
    width: 300px;
}

.snapshot-link a:hover {}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.content-with-tab {
    width: 96%;
    margin: auto;
}

.header-tab {}

.header-tab .nav-tabs {}

.nav-tabs a.nav-item {
    background-color: #4AB4E4;
    -webkit-box-shadow: inset 0px -5px 4px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px -5px 4px 1px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px -5px 4px 1px rgba(0, 0, 0, 0.05);
    color: white;
    font-size: 24px;
    padding: 20px;
    border-radius: 0px;
}

.nav-tabs a.nav-item.active {
    box-shadow: none;
    color: #363636;
    border-radius: 0px;
}

.nav-tabs .nav-link {
    border: 2px solid #f2f2f2;
    border-top-left-radius: 0px;
}

.nav-tabs .nav-link.active {
    border: 0px solid #f2f2f2;
}

.content-tab {
    background-color: white;
    padding: 40px;
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    -webkit-box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 14px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #e9ecef;
    border-top: solid 1px #fff;
}

.content-tab h2 {
    text-align: center;
    color: #363636;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.content-tab img {
    max-width: 100%;
}

.list-news-home {
    margin-bottom: 40px;
}

.list-news-home div img {
    border-left: solid 6px #4AB4E4;
}

.list-news-home div a h3 {
    color: #363636;
    font-weight: normal;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.list-news-home div a:hover,
.list-news-home div a:visited {
    text-decoration: none;
    color: #363636;
}

.list-news-home div,
.list-news-home div p {
    font-size: 16px;
    line-height: 24px;
}

.list-news-home a.more-news {
    color: white;
    padding: 5px 30px;
    background-color: #4AB4E4;
    display: block;
    width: 150px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.list-news-home a.more-news:hover {
    color: white;
}

.content-area-news {}

.breadcrumb {
    border-top: 1px solid #cccccc;
    font-size: 14px;
    padding-left: 50px;
}

.breadcrumb .separator {
    color: #cccccc;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumb a {
    color: #212529;
}


.content-area-news .text-area {
    font-family: 'Open Sans', sans-serif;
    padding: 30px 50px;
    border-left: 1px solid #cccccc;
}

.content-area-news .text-area,
.content-area-news .text-area p {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: justify;
}

.content-area-news .text-area h1 {
    margin-bottom: 10px;
    text-align: left;
}

.content-area-news .text-area .news-date {
    margin-bottom: 20px;
}

#header-merah-putih {
    background-image: url(../img/spanduk-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 150px;
    height: 150px;
    padding: 0px;
}

#header-merah-putih a {
    margin: 0px;
    padding: 0px;
}

#header-merah-putih img.d-inline.mcci {
    width: auto !important; 
    height: 150px !important;
    margin: 0px;
    padding: 0px;
    right: 0px;
}

@media screen and (max-width: 440px) {
    #header-merah-putih {
        background-size: auto 90px;
        height: 90px;
    }

    #header-merah-putih img.d-inline.mcci {
        height: 90px !important;
    }
}
