/*
 Theme Name:   EBU
 Theme URI:    http://toffeedev.com
 Description:  EBU Themes
 Author:       Dwivy Andre
 Author URI:   http://toffeenet.com
 Template:     toffeecore
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
 Text Domain:  toffeecore-child
*/

/*FONT TYPE*/

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Regular.ttf')  format('truetype'),
       url('fonts/Lato-Regular.woff')  format('woff'),
       url('fonts/Lato-Regular.woff2')  format('woff2'); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/NunitoSans-SemiBold.ttf')  format('truetype'),
       url('fonts/NunitoSans-SemiBold.woff')  format('woff'),
       url('fonts/NunitoSans-SemiBold.woff2')  format('woff2'); 
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('fonts/NunitoSans-Black.ttf')  format('truetype'),
       url('fonts/NunitoSans-Black.woff')  format('woff'),
       url('fonts/NunitoSans-Black.woff2')  format('woff2'); 
  font-weight: 700;
  font-style: normal;
}



 /* --- BODY TYPOGRAPHY --- */

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #000;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

/* --- HEADING TYPOGRAPHY --- */

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #000;
  width: 100%;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #898888;
}

a:hover {
  color: #000;
}

/* --- COLOR --- */

#main .tcore-btn-1 > button {
  border-color: #9f9f9b;
}

.primary-menu .menu > li:after,
#main .tcore-btn-1 > button:after {
  background-color: #9f9f9b;
}

.button a {
    padding: 10px 20px;
    border-radius:20px;
}

/* --- STYLING --- */

.primary-menu li {
  float: left;
  padding: unset;
  margin-right: 5px;
  position: relative;
}

span.sub-menu-toggle {
    color: #fff;
    position: absolute;
    right: 0;
    top: 35%;
}

.primary-menu ul {
  float: right;
}

.primary-menu ul li a,
.sticky .primary-menu .menu > li > a {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    display: block;
    color: #fff;
    transition: 0.3s all;
    position: relative;
    padding: 30px 20px;
}

.primary-menu li.current_page_item > a {
    font-weight: 700;
}

.primary-menu li a:before {
    content: '';
    height: 4px;
    width: 0%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.2s all;
}

.primary-menu li:hover a:before,
.primary-menu li.current_page_item a:before,
.primary-menu li.current-menu-item a:before {
    width: 100%;
}

/*--- HEADER -----*/

.tcore-page-banner {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    padding-top: 22%;
    position: relative;
}

.tcore-page-banner > div {
    position: relative;
}

.tcore-page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    display: block;
    top: 0;
    opacity: 0.3;
}

.tcore-page-banner > img {
    width: 100%;
    position: absolute;
    bottom: -2px;
}

.wrap-logo-branding {
    min-height: 70px;
    display: flex;
    align-items: center;
}

.wrap-page-title {
    max-width: 100%;
}

.wrap-page-title > h1,
.wrap-page-title > h3 {
    color: #fff;
}

.wrap-page-title > h1 {
    font-size: 50px;
    padding-left: 20px;
    border-left: 2px solid;
}

.wrap-page-title > h3 {
    font-size: 20px;
    padding-left: 3px;
}

.header {
  transition: all 0.4s ease;
  width: 100%;
  padding: 0;
  position: relative;
  min-height: unset;
}

#top {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile i {
    color: #fff;
}

.sticky .sticky-header #top {
  position: fixed;
  background: #000;
  z-index: 99;
  padding: 0;
  width: 100%;
}

.error404 .second-bar,
.search-no-results .second-bar,
.sticky .second-bar {
	border-bottom: unset;
}

.admin-bar.sticky .sticky-header #top {
  top: 32px;
}

#top .row div.display-table {
  display: table;
  width: 100%;
}

#top .row div.display-table > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: block;
}

#branding {
  display: inline;
  margin: 10px 0;
}

.sticky #branding {
  height: 50px;
}

.sticky #branding img {
  height: auto;
  width: auto;
  object-fit: cover;
}

.error404 .second-bar,
.search-no-results .second-bar,
.sticky .second-bar {
    background:#09306b;
}

.top-bar {
    background: #3a3e4c;
    display: flex;
    min-height: 50px;
    align-items: center;
}

.second-bar {
    position: relative;
}

.second-bar > div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.second-bar > div > div:first-child {
    padding: 0;
}

.wrap-logo-branding #branding img {
    width: 100%;
}

.backtotop > a > i {
    color: #000;
}

.tcore-search > a {
    color: #fff;
}

.tcore-search input.search-field {
  top: 90px;
}

.home .wrapper-breadcrumb {
    display:none;
}

.wrap-breadcrumb *,
.wrap-breadcrumb a:hover {
    color: #fff;
    text-transform: uppercase;
}

.wrap-breadcrumb i {
    margin: 0 10px;
}

.wrap-breadcrumb p {
    margin: unset;
}

.wrap-breadcrumb #breadcrumbs {
    padding: 10px 0;
    border-top: 1px solid #ffffff61;
    max-width: 50%;
}

.search-form input {
    font-weight: 400;
    font-size: 13px;
}

.search-form label {
    width:100%;
    margin: 10px 0;
}

.search-form > label > i {
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #b9b9b9;
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

#primary-menu .sub-menu {
    min-width: 350px;
    background: #fff;
    right: 0px;
    margin-top: -2px;
}

/*#primary-menu .sub-menu:before {
    content:'';
    height: 15px;
    width: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: white;
    position: absolute;
    right: 5px;
    top: -10px;
}*/

#primary-menu .sub-menu > li {
    margin: unset;
}

#primary-menu .sub-menu > li > a {
    color: #7d7d7d;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #7d7d7d36;
    font-weight: 600;
}

#primary-menu .sub-menu > li:last-child > a {
    border-bottom: unset;
}

#primary-menu .sub-menu > li > a:hover,
#primary-menu .sub-menu > li.current_page_item > a {
    background: #09306b;
    color: #fff;
}

#primary-menu .sub-menu > li > a:before {
    width: 0;
}

/*Back to Top*/
#buttonTop.show {
    opacity: 1;
    visibility: visible;
}

#buttonTop {
    opacity: 0;
	z-index: 99;
}

/*Global Use*/

.inner {
    display: block;
    width: 100%;
    float: left;
}

.section_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section_small {
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.section_medium {
    min-height: 450px;
    background-size: cover;
    background-position: center;
}

.section_big {
    min-height: 650px;
    background-size: cover;
    background-position: center;
}

.section_large {
    min-height: 850px;
    background-size: cover;
    background-position: center;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 1;
}

.no-padding {
    padding: unset;
}

.on-padding {
    padding: 50px;
}

.title-underline {
    color: #7e7e7e;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #dedede;
}

.title-underline:after {
    content:'';
    min-width: 10%;
    height: 4px;
    background: #7e7e7e;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.btn-ebu {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    margin: 30px 0;
    background: #09306b;
    color: #fff;
    border-radius: 40px;
    font-weight: 700;
    position: relative;
}

.btn-ebu:after {
    content:"\f054";
    font-family: 'Font Awesome\ 5 Pro';
    vertical-align: middle;
    margin-left: 40px;
    transition: 0.25s all;
    font-weight: 300;
}

.btn-ebu:hover {
    color: #fff;
}

.btn-ebu:hover:after {
    margin-left: 50px;
}

a {
    color: #0e4e28;
    transition: 0.2s all;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none;
    color: unset;
}

button:focus {
    outline: none;
}

.wrap-text {
    margin: 30px 0;
}

.text-white {
    color: #fff;
}

/*Footer*/
#footer {
    background: #09306b;
    color: #fff;
    padding: unset;
    width: 100%;
}

#footer .row {
    display: flex;
    align-items: center;
    min-height: 45px;
}

.section-widget {
    min-height: 350px;
}

.copyright {
    text-align: center;
    padding: 30px 0;
}

.wrap-widget,
.wrap-widget a {
    font-size: 16px;
    color: #fff;
}

.widget-title {
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 20px 0;
}

.wrap-logo-footer {
    margin-bottom: 20px;
}

.wrap-widget {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.item-widget ul.contact-list {
    color: #fff;
}

.item-widget ul.contact-list a {
    color: #fff;
}

.item-widget ul.contact-list > li:before {
    color: #fff;
}

#menu-footer-menu > li {
    width: 100%;
    float: none;
    padding: 5px 0;
}

#menu-footer-menu > li > a {
    font-weight: 600;
    padding: 0;
    display: inline-block;
    color: #fff;
    transition: 0.2s all;
}

#menu-footer-menu > li > a:hover {
    color: #efcb19;
}

.footer-title {
    font-weight: 600;
    text-transform: capitalize;
    margin: unset;
    font-size: 16px;
    color: #fff;
}

.footer-title:hover {
    color: #fff;
}


/*Gravity Form*/

.wrapper-form {
    padding: 20px;
    background: #f4f4f4;
}

.gform_wrapper label.gfield_label {
    display: none !important;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper select {
    background: #eeeeee;
    border: unset;
    padding: 10px 30px !important;
    border-radius: 30px;
    color: #9b9b9b;
}

.gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 4px;
    z-index: 1;
    position: relative;
}

.gform_wrapper input[type=text]::placeholder,
.gform_wrapper textarea::placeholder {
    color: #9b9b9b;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select:before {
    content: '\f107';
    position: absolute;
    right: 15px;
    top: 20%;
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 20px;
    transition: 0.2s all;
}

.ginput_container_fileupload:before {
    content: 'Upload CV';
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding-left: 10px;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
}

.gform_footer .btn-ebu {
    border: unset;
    margin: unset;
}

.gform_wrapper form li, .gform_wrapper li {
    margin-top: unset !important;
    margin-bottom: 10px;
}

/*Transition*/
.sweep-to-top {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #034ea2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*Page Home*/
.item-latest-update {
    color: #fff;
    padding: 0 20px;
	margin-bottom: 25px;
}

.owl-item:nth-child(2) .item-latest-update {
    border-right: 1px solid #ffffff5e;
    border-left: 1px solid #ffffff5e;
}

.item-latest-update .text-white {
    margin: 10px 0;
}

.section-latest-update {
    position: relative;
    min-height: 180px;
}

.section-latest-update > div {
    position: relative;
    z-index: 1;
}

.item-latest-update h5 {
    font-weight: 500;
  }
    

/*.section-latest-update:before {*/
/*    content:'';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #537bb2;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 0.85;*/
/*}*/

.section-latest-update:after {
    content:'';
    width: 30%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}

.wrap-latest-update .col-md-4:nth-child(2) {
    border-right: 1px solid #ffffff78;
    border-left: 1px solid #ffffff78;
}

.wrap-latest-update .col-md-6:first-child {
    border-right: 1px solid #ffffff78;
}

.section-about-us .inner.section_center:nth-child(even) {
    flex-flow: row-reverse;
}

.section-service.section_large {
    min-height: 650px;
}

.service-carousel .owl-stage-outer {
    background-image: url(https://psu.co.id/wp-content/uploads/2020/07/BU-PSU-e1597027933961.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item-home-carousel {
    display: flex;
    align-items: center;
    padding: 20px;
    text-align: center;
    height: 650px;
    color: #fff;
    border-right: 0.5px solid;
    position: relative;
    overflow: hidden;
}

.owl-item:last-child > .item-home-carousel {
    border-right:unset;
}

.item-home-carousel:before {
    content:'';
    height:100%;
    width: 100%;
    background: #09306b;
    position: absolute;
    left: 0;
    opacity: 0.5;
    transition: 0.3s all;
    bottom: 0;
}

.item-home-carousel > div {
    position: relative;
    transition: 0.4s all;
}

.item-first-header {
    display: inline-block;
    width: 100%;
    float: left;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 20px;
}

.item-first-header:before {
    content:'';
    height: 50%;
    width: 1px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}

.number-carousel {
    margin: unset;
    color: #fff;
    opacity: 0.5;
}

.subtitle-carousel {
    color: #fff;
}

.item-second-header > h2 {
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.item-second-header > h2:before {
    content:'';
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}

.service-carousel .owl-nav {
    text-align: right;
    padding: 10px 0;
    display: inline-block;
    padding-right: 100px;
    width: 80%;
    float: left;
    position: relative;
    margin: 20px 0;
}

.service-carousel .owl-nav:before {
    content: '';
    width: 7%;
    height: 1px;
    background: #09306b;
    position: absolute;
    top: 50%;
    right: 10px;
}

.service-carousel .owl-nav button {
    margin: 0 5px;
}

.service-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: auto;
}

.service-carousel .owl-nav button > i {
    padding: 12px;
    border: 2px solid;
    border-radius: 50%;
    color: #09306b;
}

.wrap-button-carousel {
    display: inline-block;
    float: right;
    width: 20%;
}

.wrap-button-carousel > a {
    margin: unset;
}

.grid-container {
    display: grid;
    grid-template-columns: 33.33333333% 33.33333333% 33.33333333%;
    min-height: 650px;
    grid-template-rows: 1fr 1fr;
    margin: 30px 0;
}

.grid-container > div {
    padding: 30px;
    color: #fff;
}

.grid-1 { 
    background: #09306b;
    grid-row: 1 / span 2;
}

.grid-container > div:nth-child(2) {
    grid-row: 1 / span 1;
}

.grid-container > div:nth-child(3) {
    grid-row: 2 / span 1;
}

.grid-container > div:last-child {
    grid-row: 1 / span 2;
}

.btn-outline {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    margin: 30px 0;
    color: #fff;
    border-radius: 40px;
    border: 1px solid;
    font-weight: 700;
    position: relative;
}

.btn-outline:after {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Pro';
    vertical-align: middle;
    margin-left: 40px;
    transition: 0.25s all;
    font-weight: 300;
}

.btn-outline:hover {
    color: #fff;
}

.btn-outline:hover:after {
    margin-left: 50px;
}

.grid-1 .title-underline {
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.grid-1 .title-underline:after {
    background: #fff;
}

.grid-post {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-post:before {
    content:'';
    width: 100%;
    height: 100%;
    background: #09306b;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.grid-post > div {
    position: relative;
}

.meta-post {
	margin-bottom: 20px;
}

.meta-post-title h2,
.meta-post-title h3 {
    color: #fff;
}

.meta-post-date > p {
    position: relative;
    padding-left: 20px;
}

.meta-post-date > p:before {
    content:"\f073";
    font-family:'Font Awesome\ 5 Pro';
    position: absolute;
    left: 0;
}

.btn-read-more {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 100px;
}

.btn-read-more:before {
    content:'';
    height: 1px;
    width: 50%;
    background: #fff;
    position: absolute;
    transition: 0.2s all;
    top: 50%;
    left: 80px;
}

.btn-read-more:hover {
    color: #fff;
}

.btn-read-more:hover:before {
    width: 0%;
}

.grid-post .meta-post-title {
    display: flex;
    align-items: flex-end;
}

.wrap-download {
    height: 428px;
    overflow: scroll;
    background: #f9f9f9;
    padding: 20px;
}

ul.list-download {
    padding: unset;
    list-style: none;
}

ul.list-download > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

ul.list-download > li > p {
    margin: unset;
}

.btn-green {
    padding: 0px 20px;
    border: 1px solid;
    border-radius: 20px;
    font-size: 14px;
    background: #0f4e29;
    color: #fff;
}

.btn-green:hover {
    background: #0f4e29;
    color: #fff;
}

.wrapper-form-contact {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 40px;
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    background: #fff;
    position: relative;
    z-index: 1;
}

ul.contact-list {
    padding: unset;
    list-style: none;
}

ul.contact-list > li {
    padding-left: 40px;
    position: relative;
}

ul.contact-list > li a {
    color: #000;
}

ul.contact-list > li:before {
    font-family: "Font Awesome\ 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    font-size: 20px;
    color: #09306b;
}

ul.contact-list > li.contact-address:before {
    content:'\f3c5';
}

ul.contact-list > li.contact-email:before {
    content:'\f0e0';
}

ul.contact-list > li.contact-call:before {
    content:'\f095';
}

.section-map {
    margin-top: -200px;
}

.section-latest-update .inner {
    padding: 30px 0;
}

/*Page About*/
.page-id-710 .section-about-us {
    min-height: 550px;
}

.page-id-752 .section-about-us {
    min-height: 600px;
}

.page-id-752 .section-facility {
    min-height: 450px;
}

.section-milestone {
    position: relative;
}

.section-milestone:before {
    content:'';
    width: 100%;
    height: 100%;
    background: #09306b;
    position: absolute;
    display:block;
    top: 0;
    opacity:0.8;
}

.section-milestone .inner .wrap-text * {
    color: #fff;
}

.item-milestone * {
    color: #fff;
}

.year-milestone * {
    margin: unset;
}

.carousel-milestone .owl-stage > div:nth-child(even) .year-milestone {
    padding: 30px 0;
}

.item-milestone {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
}

.carousel-milestone .owl-stage > div:nth-child(even) .item-milestone {
    flex-flow: column-reverse;
}

.carousel-milestone .owl-stage:before {
    content:'';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
}

.year-milestone {
    display: block;
    float: left;
    width: 100%;
    height: 95px;
    position: relative;
}

.year-milestone:before {
    content:'';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #acacac;
    position: absolute;
    bottom: 7px;
}

.carousel-milestone .owl-stage > div:nth-child(even) .year-milestone:before {
    bottom: unset;
    top: 7px;
}

.desc-milestone * {
    margin: unset;
}

.desc-milestone {
    height: 250px;
    margin-bottom: 10px;
}

.carousel-milestone .owl-stage > div {
    padding-top: 190px;
}

.carousel-milestone .owl-stage > div:nth-child(even) {
    padding-top: unset;  
}

.carousel-milestone {
    padding: 40px 0;
}

.carousel-milestone .owl-nav {
    position: absolute;
    top: 47.5%;
    width: 100%;
}

.carousel-milestone .owl-nav > button > i {
    font-size: 30px;
    color: #fff;
}

.carousel-milestone .owl-nav > button {
    position: absolute;
}

.carousel-milestone .owl-nav > button.owl-prev {
    left: -50px;
}

.carousel-milestone .owl-nav > button.owl-next {
    right: -50px;
}

.item-carousel-facility > img {
    height: 200px;
    object-fit: cover;
}

.item-carousel-facility:hover .tooltip-carousel {
    visibility: visible;
    opacity: 1;
}

.tooltip-carousel {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 20px;
    font-size: 15px;
    background: #09306b;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    visibility: hidden;
    transition: 0.3s all;
    opacity: 0;
}

.tooltip-carousel:before {
    content:'';
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 20px;
    width: 30px;
    position: absolute;
    background: #09306b;
    bottom: -15px;
    left: 20px;
}

.carousel-facility .owl-item {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.item-carousel-facility {
    padding: 10px;
    border: 5px solid #09306b;
}

.carousel-facility .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.carousel-facility .owl-nav > button {
    position: absolute;
}

.carousel-facility .owl-nav > button.disabled {
    opacity: 0.5;
}

.carousel-facility .owl-nav > button.owl-prev {
    left: -80px;
}

.carousel-facility .owl-nav > button.owl-next {
    right: -80px;
}

.carousel-facility .owl-nav > button > i {
    font-size: 60px;
    color: #09306b;
}

/*Page Our Staff*/
.image-staff {
    padding: 10px;
    border: 5px solid #09306b;
    position: relative;
}

.image-staff:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #09306b73;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s all;
}

.image-staff:hover:before {
    opacity: 1;
}

.text-staff {
    text-align: center;
    color: #000;
}

.text-staff > h4 {
    color: #09306b;
    margin-bottom: 5px;
}

.text-staff > a {
    color: #000;
}

.image-staff > img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.item-grid-staff {
    margin-bottom: 50px;
}

.section-grid-staff .inner {
    padding: 30px 0;
}

.wrap-grid-staff {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.title-divisi {
    text-align: center;
    text-transform: uppercase;
    color: #09306b;
}

.popup-staff {
    border-radius: 20px;
    width: 80%;
}

.popup-staff .image-staff > img {
    height: 350px;
}

.description-staff > h4 {
    color: #09306b;
}

.popup-staff .fancybox-close-small {
    background: #09306b;
    border-radius: 50%;
}

.popup-staff .fancybox-button svg {
    color: #fff;
}

/*Page Sertifikat*/
.item-sertifikat {
    text-align: center;
    padding: 20px 0;
    height: 205px;
}

.item-sertifikat > img {
    height: 120px;
    transition: 0.2s all;
}

.item-sertifikat > img:hover {
    margin-top: -10px;
}

.wrap-sertifikat {
    display: block;
    width: 100%;
    float: left;
    margin: 30px 0;
}

/*Page Partner*/

.wrap-partner {
    display: block;
    width: 100%;
    float: left;
    margin: 30px 0;
}

.wrap-partner > div {
    height: 200px;
}

.item-partner {
    border: 8px solid #09306b;
    margin-bottom: 10px;
    transition: 0.2s all;
}

.item-partner:hover {
    margin-top: -10px;
}

.item-partner > img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

/*Page World of EBU*/
.section-world.section_small {
    min-height: 200px;
}

.page-id-62 .section-about-us.section_big {
    min-height: 920px;
}

.parent-pageid-157 .section-about-us.section_big {
    min-height: 620px;
}

.section-about-us .wrap-text h3 {
    margin-top: unset;
    margin-bottom: 10px;
}

.section-list-world .inner {
    margin: 50px 0;
}

.item-list-woe {
    display: flex;
    align-items: center;
    margin: 20px 0;
    height: 95px;
}

.img-list-woe {
    width: 20%;
}

.img-list-woe > img {
    width: 90%;
    object-fit: cover;
}

.text-list-woe {
    padding: 0 20px;
    width: 80%;
}

.text-list-woe * {
    margin: unset;
    color: #fff;
}

.text-list-woe > p {
    font-size: 20px;
    font-weight: 700;
}

.note-ebu {
    text-align: right;
    color: #fff;
    opacity: 0.5;
}

/*Single Job*/
.accordion-job .panel {
    border: unset;
    border-radius: unset;
}

.accordion-job .panel-heading {
    border: unset;
    box-shadow: none;
    border-radius: unset;
    padding: 0;
}

.accordion-job .panel-heading > a {
    display: block;
    padding: 10px 20px;
    background: #09306b;
    color: #fff;
    font-weight: 700;
    font-family:'Nunito';
    position: relative;
}

.accordion-job .panel-heading > a:before {
    content: '\f105';
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 20px;
    transition:0.2s all;
    transform: rotate(90deg);
}

.accordion-job .panel-heading > a.collapsed:before {
    transform: rotate(0deg);
}

.accordion-job .panel-heading > a.collapsed {
    background: #e7e7e7;
    color: #000;
}

.accordion-job .panel-heading:hover > a.collapsed {
    background: #09306b;
    color: #fff;
}

/*Page Archive News*/
.wrapper-blog {
    display: block;
    width: 100%;
    float: left;
    margin: 50px 0;
}

.item-blog {
    padding: 15px;
    height: 440px;
    overflow: hidden;
}

.item-blog .btn-green {
    padding: 5px 15px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 50px;
}

.img-blog {
    position: relative;
}

.img-blog img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.date-blog {
    position: absolute;
    display: block;
    top: 10px;
    right: -10px;
    padding: 5px 10px;
    background: #09306b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;

}

.txt-blog h4 {
    color: #09306b;
}

.dropdown-category {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.dropdown-category > span {
    margin-right: 20px;
}

.wrap-dropdown-cat > select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 10px 20px;
    width: 100%;
    font-weight: 700;
    color: #09306b;
    background: unset;
    border: unset;
    position: relative;
    z-index: 2;
}

.wrap-dropdown-cat > select:focus {
    outline: unset;
}

.wrap-dropdown-cat {
    min-width: 300px;
    position: relative;
    border: 1px solid #09306b;
    border-radius: 30px;
    overflow: hidden;
}

.wrap-dropdown-cat:after {
    content:"\f0d7";
    font-family: 'Font Awesome\ 5 Pro';
    position: absolute;
    font-size: 20px;
    top: 20%;
    right: 20px;
    color: #09306b;
    z-index: 1;
}

/*Single Post*/
.section-single-post .inner {
    margin: 40px 0;
}

.img-post {
    margin: 20px 0;
}

.img-post > img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.section-single-post .item-blog {
    height: unset;
    margin-bottom: 20px;
}

.section-single-post .btn-read-more {
    color: #000;
    font-weight: 600;
}

.section-single-post .btn-read-more:before {
    background: #000;
}

.meta-post > span {
    margin-right: 20px;
    padding-left: 30px;
    position: relative;
}

.meta-post > span:before {
    font-family:'Font Awesome\ 5 Pro';
    position: absolute;
    left: 0;
    color: #000;
}

.meta-post > span.date-post:before {
    content:'\f073';
}

.meta-post > span.author-post:before {
    content:'\f007';
}

.wrap-single-post {
	padding: 20px 0 50px 0;
}

/*Page Gallery*/
.item-gallery-album {
    height: 320px;
    background-size: cover;
    background-position: center;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}

.item-gallery-album:before {
    content:'';
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.item-gallery-album:hover {
    cursor: pointer;
}

.meta-album {
    position: relative;
    color: #fff;
    font-weight: 700;
}

.meta-album > h4 {
    margin: unset;
    color: #fff;
}

.section-intro-gallery {
    padding: 30px 0;
}

.grid-gallery-album {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.item-big-gallery {
    display: none;
    text-align: center;
}

.item-big-gallery.content_appear {
    display: block;
}

.gallery-popup {
    max-width: 70%;
    padding: 20px 70px;
}

.big-gallery {
    margin-bottom: 30px;
}

.thumbnail-gallery .item-gallery-thumbnail:hover {
    cursor: pointer;
}

.item-gallery-thumbnail > img {
    height: 150px;
    object-fit: cover;
}

.item-big-gallery > img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}

.thumbnail-gallery .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.thumbnail-gallery .owl-nav > button {
    position: absolute;
}

.thumbnail-gallery .owl-nav > button > i {
    background: #97c27f;
    padding: 10px 13px;;
    border-radius: 50%;
}

.thumbnail-gallery .owl-nav > button.owl-prev {
    left: -40px;
}

.thumbnail-gallery .owl-nav > button.owl-next {
    right: -40px;
}

.item-gallery-thumbnail {
    border: 3px solid #fff;
    position: relative;
}

.item-gallery-thumbnail:before {
    content:'';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: 0.2s all;
}

.thumbnail-gallery .owl-item.highlight > .item-gallery-thumbnail:before,
.item-gallery-thumbnail:hover:before {
    opacity: 0.3;
}

.item-gallery-thumbnail:hover,
.thumbnail-gallery .owl-item.highlight > .item-gallery-thumbnail {
    border: 3px solid #09306b;
}

/*Pagination*/
.wrapper-pagination {
    display: flex;
    justify-content: center;
}

.page-numbers {
    padding: 1px 10px;
    margin-right: 10px;
    border: 1px solid #888585;
    border-radius: 5px;
    color: #888585;
}

.page-numbers.current,
.page-numbers:hover {
    background: #09306b;
    color: #fff;
    border: 1px solid #888585;
}

/*Page 404 & Result Page*/
.search-no-results #page-header-title,
.error404 #page-header-title {
    display: none;
}

.big-404 {
    text-align: center;
}

.big-404 > h2 {
    font-size: 250px;
    margin: unset;
    line-height: 0.7;
    color: #e0e0e0;
}

.search-no-results .big-404 > h2 {
    font-size: 150px;
}

.section-awan {
    background-size: contain;
}

.section-text-404 {
    background: #e0e0e0;
    color: #676767;
}

.wrap-text-error {
    text-align: center;
}

.wrap-text-error > h2 {
    color: #09306b;
}

.wrap-text-error > p {
    color: #676767;
    font-size: 20px;
}

.searchform-post {
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
}

.searchform-post form > label {
    position: relative;
}

.searchform-post form > label:before {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Pro';
    vertical-align: middle;
    transition: 0.25s all;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 20%;
    color: #09306b;
}

.searchform-post input {
    border-radius: 20px;
    color: #000;
    padding: 20px;
    box-shadow: unset;
    border: unset;
}

.searchform-post input::placeholder {
    color: #000;
}

/*Page Contact*/
.section-contact .inner > div {
    padding: unset;
}

.wrap-contact-page-form {
    width: 90%;
}

.wrap-contact-page-form .gform_wrapper input[type=text], 
.wrap-contact-page-form .gform_wrapper textarea, 
.wrap-contact-page-form .gform_wrapper select {
    border-radius: unset;
}

/*Page Social Media*/
.page-id-188 .entry-content {
    margin: 50px 0;
    padding: 20px 0;
}

.entry-content, .wp-block-group {
	margin: 50px 0;
}

/* --- RESPONSIVE --- */
@media only screen and (max-width: 992px) {

}

@media screen and (max-width: 1920px) {
    .popup-staff .image-staff > img {
      height: 450px;
    }
}

/* Small devices (tablets, 768px and up) */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {

	.section_center,
	.section_end {
		display: block;
	}

	.item-home-carousel:before {
		height: 100%;
	}

	.item-home-carousel > div {
		opacity: 1;
	}

	section .inner {
		margin-bottom: 20px;
	}

	.service-carousel .owl-nav {
		width: 45%;
		padding-right: 50px;
	}

	.wrap-button-carousel {
		width: 50%;
	}

	.sticky .sticky-header #top {
		background: #09306b;
	}

	.grid-container {
		display: block;
	}

	.grid-container > div {
		min-height: 350px;
	}

	ul.list-download > li {
		display: block;
		text-align: center;
	}

	.wrap-download {
		margin-bottom: 30px;
	}

	.copyright {
		line-height: 2;
	}

	#footer {
		text-align: center;
		padding: 20px;
	}

	.zoom-social-icons-widget .zoom-social-icons-list--align-right {
		text-align: center;
	}

	.widget {
		margin: 20px 0;
	}

	.wrap-page-title > h1 {
		font-size: 25px;
	}

	.wrap-breadcrumb #breadcrumbs {
		max-width: unset;
	}

	.tcore-page-banner {
		padding-top: 40%;
		min-height: 250px;
	}

	.carousel-facility .owl-item {
	    padding-top: 180px;
	}

	.tooltip-carousel {
	    visibility: visible;
	    opacity: 1;
	}

	.carousel-facility .owl-nav {
	    bottom: 15%;
	    top: unset;
	}

	.carousel-facility .owl-nav > button.owl-prev {
	    left: 0;
	}

	.carousel-facility .owl-nav > button.owl-next {
	    right: 0;
	}

	.section-contact.section_large {
	    min-height: 400px;
	}

	.section-contact .inner {
	    margin: 30px 0;
	} 

	.carousel-milestone .owl-nav > button.owl-prev {
		left: -15px;
	}

	.carousel-milestone .owl-nav > button.owl-next {
		right: -15px;
	}

	.item-list-woe {
		height: unset;
	}

	.text-list-woe > h2 {
		font-size: 22px;
	}

	.text-list-woe > p {
		font-size: 16px;
	}

	#tcore-mobile ul li a {
		color: #fff;
		display: block;
		text-transform: uppercase;
		font-size: 12px;
	}

	.ginput_container_fileupload:before {
		display: block;
		width: 100%;
		float: unset;
		margin-bottom: 20px;
	}

	.item-big-gallery {
		display: none !important;
	}

	.gallery-popup {
		max-width: 100%;
	}

	.error404 section .inner,
	.search-no-results section .inner {
		margin-bottom: unset;
	}

	.big-404 > h2,
	.search-no-results .big-404 > h2 {
		font-size: 60px;
	}

	.search-no-results .section_medium,
	.error404 .section_medium {
		min-height: 200px;
		display: flex;
		align-items: flex-end;
	}

	.wrap-text-error {
		padding: 30px 0;
	}

	.search-no-results #top,
	.error404 #top {
		background: #09306b;
	}

	.structured-list {
		padding-left: 20px;
	}

	.wrapper-pagination {
	    display: block;
	    text-align: center;
	    float: left;
	    width: 100%;
	}

	.item-blog {
	    height: unset;
	}

	.carousel-facility .owl-item {
	    padding-top: 100px;
	    padding-bottom: unset;
	}

	.carousel-milestone .owl-nav,
	.carousel-facility .owl-nav {
	    bottom: unset;
	    text-align: center;
	    margin: 20px 0;
	    position: relative;
	}

	.carousel-milestone .owl-nav > button,
	.carousel-facility .owl-nav > button {
	    position: relative;
	    margin: 0 5px;
	}

	.wrapper-blog > .col-md-4 {
	    padding: unset;
	}

  .popup-staff {
      padding: 10px;
      width: unset;
  }

  .wrap-widget {
      display: block;
  }

  .section-map {
      margin-top: unset;
  }

  .item-widget ul {
      float: none;
  }

  .wrapper-form-contact {
    padding: 10px 0;
  }

  .section-contact .wrap-text {
    margin: 30px 0;
    padding: 0 30px;
  }

  .wrap-contact-page-form {
    width: 100%;
    padding: 0 30px;
  }
  
  .item-latest-update {
        padding: unset;
  }
	

  .wrap-latest-update > div {
        padding: unset;
  }
  
  .wrap-latest-update .owl-dots {
    margin: 10px 0;
  }
    
    .wrap-latest-update .owl-dots>button.active {
        opacity: 0.3;
    }
    
    .wrap-latest-update .owl-dots>button>span {
        background: #fff;
        height: 10px;
        width: 10px;
        display: block;
        border-radius: 50%;
    }
    
    .wrap-latest-update .owl-dots>button {
        margin-right: 15px;
    }
    
    .section-latest-update .inner {
        padding: 10px 0;
    }
    
    .item-latest-update {
        height: unset;
    }
    
    .owl-item:nth-child(2) .item-latest-update {
        border-right: unset;
        border-left: unset;
    }
    
}

@media only screen and (max-width: 320px) { 

	#tcore-mobile ul li a {
		font-size: 10px;
	}

	.service-carousel .owl-nav {
	    float: none;
	    width: 100%;
	    padding-right: unset;
	    text-align: center;
	}

	.service-carousel .owl-nav:before {
	    display: none;
	}

	.wrap-button-carousel {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin: unset;
	}

	.wrap-button-carousel p > a {
	    margin: unset;
	}

}