/*===============================
 * Pusdiklat DPR
 * (C)2017
 * DOT Indonesia
 * @himmarama
 ================================*/
/*--- Transition ---*/
/*--- Centering ---*/
/*===== General =====*/
html {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

p {
  line-height: 1.88;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--- Navigations ---*/
a {
  color: #4990e2;
}

nav ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/*--- Button ---*/
.btn {
  border-radius: 19px;
  height: 38px;
  line-height: 24px;
  overflow: hidden;
  padding: 6px 25px;
  position: relative;
}

.btn:before {
  border-radius: 19px;
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.btn:hover:before {
  opacity: 1;
  transform: scale(1);
}

.btn:focus {
  outline: none;
}

.btn span {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #fff;
  border-color: #ffffff;
}

.btn-default:before {
  background-color: #e7b84c;
}

.btn-default:hover span {
  color: #ffffff;
}

.btn-outline {
  border-color: #ffffff;
}

.btn-outline:before {
  background-color: #4990e2;
}

.btn-outline,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #ffffff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #4990e2;
  border-color: #4990e2;
}

.btn-primary:before {
  background-color: #1f69c0;
}

/*--- Forms ---*/
button:focus {
  outline: none;
}

.line-form .form-control {
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.line-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}

/*--- Tables ---*/
table.dpr-table>thead>tr>th {
  padding: 12px 15px;
}

table.dpr-table>tbody>tr>td {
  padding: 8px 15px;
  vertical-align: middle;
}

table.dpr-table>tbody>tr>td:first-child {
  text-align: right;
  width: 50px;
}

table.dpr-table>tbody>tr>td:last-child {
  text-align: center;
}

/*===== Header =====*/
#main-header {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

@media screen and (min-width: 992px) {
  #main-header {
    padding: 30px 0;
  }
}

#main-header .logo {
  display: inline-block;
}

#main-header .logo img {
  width: 200px;
}

@media screen and (min-width: 992px) {
  #main-header .logo img {
    width: auto;
  }
}

#main-header .right-header {
  display: none;
  float: right;
  padding: 14px 0;
}

@media screen and (min-width: 992px) {
  #main-header .right-header {
    display: inline-block;
  }
}

#main-header .mobile-menu {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4285714286rem;
  float: right;
  margin: 8px 0;
}

@media screen and (min-width: 992px) {
  #main-header .mobile-menu {
    display: none;
  }
}

#jPanelMenu-menu {
  background: #545454;
  box-shadow: inset 2px 0px 6px rgba(0, 0, 0, 0.3);
  margin-right: 0;
  padding: 15px 0;
  overflow-y: hidden !important;
}

#jPanelMenu-menu ul li {
  display: block;
  padding: 0;
}

#jPanelMenu-menu ul li a {
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

#jPanelMenu-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#jPanelMenu-menu ul li+li {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

/*--- Main Menu */
.main-menu {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.main-menu ul li {
  display: inline-block;
  padding: 0 15px;
}

.main-menu ul li a {
  color: #ffffff;
}

.main-menu ul li a:hover {
  color: #e7b84c;
  text-decoration: none;
}

/*===== Footer =====*/
#main-footer {
  background: #4990e2;
  color: #ffffff;
}

#main-footer .copyright {
  background: url(../img/bg-blue.png) repeat-x center center #4990e2;
  padding: 30px 0;
  text-align: center;
}

.footer-widget-area {
  background: url(../img/bg-footer.jpg) no-repeat center center #424242;
  background-size: cover;
  font-size: 1rem;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .footer-widget-area {
    padding: 60px 0;
  }
}

.footer-widget-area .footer-widget-title {
  font-size: 1.4285714286rem;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer-widget-area .footer-widget-title {
    font-size: 1.7142857143rem;
    margin-top: 0;
  }
}

.footer-widget-area .footer-logo {
  display: block;
  text-align: center;
}

.footer-widget-area .footer-logo img {
  height: 100px;
}

@media screen and (min-width: 768px) {
  .footer-widget-area .footer-logo {
    display: inline-block;
    /* margin: 30px 0;  */
  }

  .footer-widget-area .footer-logo img {
    height: auto;
  }
}

.footer-widget-area .footer-menu li+li {
  margin-top: 5px;
}

.footer-widget-area a {
  color: #ffffff;
}

.footer-widget-area a:hover {
  color: #e7b84c;
  text-decoration: none;
}

.footer-widget-area address {
  line-height: 1.7em;
  margin-bottom: 0;
}

.footer-widget-area .socmed {
  font-size: 2.0rem;
  /*1.2857142857rem;*/
  margin-bottom: 45px;
  text-align: center;
}

.footer-widget-area .socmed li {
  display: inline-block;
}

.footer-widget-area .socmed li+li {
  margin-left: 25px;
}

.footer-widget-area .socmed li a:hover {
  color: #60cdff;
}

.footer-widget-area .form-control {
  color: #ffffff;
}

/*===== Content =====*/
/*--- Page Header */
.page-header {
  background: no-repeat center center;
  background-size: cover;
  border-bottom: 0;
  height: 400px;
  margin: 0 0;
  position: relative;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-header .introduction {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  padding-bottom: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-header .introduction .page-title {
  font-weight: bold;
}

/*--- Block Heading */
.block-heading {
  background-color: #efefef;
  padding: 15px 0;
}

.block-heading .block-title {
  font-weight: bold;
  line-height: 1.7142857143rem;
  margin: 0;
  text-transform: uppercase;
}

.block-heading .block-title .fa {
  color: #60cdff;
  margin-right: 5px;
}

.block-heading .dropdown {
  background-color: transparent;
}

.block-heading .dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 0.9285714286rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.block-heading .dropdown .dropdown-toggle .caret {
  border-top-width: 7px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: 10px;
}

/*--- Page Section */
.page-section {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .page-section {
    padding: 50px 0;
  }
}

.page-section h2.section-title {
  font-size: 1.5714285714rem;
}

.page-section .section-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.page-section .section-title:after {
  border-top: solid 4px #4990e2;
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 60px;
}

.page-section .section-title+.section-intro {
  margin-top: -10px;
}

.page-section .section-title.left {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}

.page-section .section-title.left:after {
  margin: 10px 0 0;
}

.page-section .section-intro {
  margin-bottom: 30px;
  text-align: center;
}

.page-section .action {
  text-align: center;
}

.page-section.logo-bg {
  background: url(../img/bg-logo.png) no-repeat center center;
  background-attachment: fixed;
}

.page-section.alter {
  background-color: #efefef;
}

.page-section.blue-pattern {
  background: url(../img/bg-blue.png) repeat-x center top #4990e2;
}

.page-section.blue-pattern .section-title {
  color: #ffffff;
}

.page-section.blue-pattern .section-title:after {
  border-top-color: #ffffff;
}

.page-section.compact-blue {
  background: #4990e2;
  color: #ffffff;
  padding: 40px 0;
}

.page-section.compact-blue .section-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.page-section.compact-blue .section-title:after {
  border-top-color: #ffffff;
  margin: 10px 0 0;
}

.page-section.compact-blue p {
  line-height: 1.8em;
}

.page-section.half-image {
  position: relative;
}

.page-section.half-image .illustration {
  background: no-repeat center center;
  background-size: cover;
  display: none;
}

@media screen and (min-width: 992px) {
  .page-section.half-image {
    padding: 100px 0;
  }

  .page-section.half-image .illustration {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
  }

  .page-section.half-image .illustration img {
    object-fit: cover;
  }
}

.page-section.half-image p {
  font-size: 1.0714285714rem;
  line-height: 1.9em;
}

.page-section.half-image p+p {
  margin-top: 2.5rem;
}

/*--- Blockquote */
.blockquote {
  margin: 30px 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .blockquote {
    padding: 0;
  }

  .blockquote .wrap {
    border-bottom: solid 1px #e7e7e5;
    display: table;
    position: relative;
  }

  .blockquote .wrap:after {
    border-top: solid 4px #545454;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    width: 80%;
  }

  .blockquote .header {
    display: table-cell;
    padding: 25px 0;
    vertical-align: middle;
    width: 30%;
  }

  .blockquote .header .section-title {
    margin: 0;
  }

  .blockquote .content {
    color: #9f9d9d;
    display: table-cell;
    font-size: 1.0714285714rem;
    padding: 25px 0;
  }

  .blockquote .content .quote {
    font-style: italic;
    margin-bottom: 25px;
  }
}

/*--- Separated columns */
@media screen and (min-width: 992px) {
  .separated-columns {
    display: flex;
  }

  .separated-columns .column {
    border-left: solid 1px #efefef;
    padding: 30px 60px;
  }

  .separated-columns .column:first-child {
    border-left: none;
    padding-left: 0;
  }

  .separated-columns .column:last-child {
    padding-right: 0;
  }

  .separated-columns .column .column-title {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .separated-columns .column p {
    line-height: 1.88;
  }
}

/*--- News box list */
@media screen and (min-width: 768px) {
  .news-box-list {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .news-box-list {
    padding: 0 65px;
  }
}

.news-box-list.no-side-margin {
  margin: 0 -15px;
  padding: 0 0;
}

.news-box-list .news-box {
  background-color: #efefef;
  margin: 0 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .news-box-list .news-box {
    display: flex;
    flex-basis: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

.news-box-list .news-box>* {
  flex: 1;
}

.news-box-list .news-box .thumb {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  min-height: 150px;
  width: 100%;
  transition: all 0.3s ease;
}

.news-box-list .news-box .thumb:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  transform: scale(1.03);
}

@media screen and (min-width: 768px) {
  .news-box-list .news-box .thumb {
    width: 47%;
  }
}

.news-box-list .news-box .content {
  border: solid 1px #e7e7e5;
  font-family: "Roboto", sans-serif;
  padding: 20px;
}

.news-box-list .news-box .content .title {
  display: block;
  color: #545454;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: none;
}

.news-box-list .news-box .content .excerpt {
  color: #9f9d9d;
}

.news-box-list .news-box .content .meta {
  margin-top: 10px;
  text-align: right;
}

.news-box-list .news-box .content .meta .date {
  color: #4990e2;
  font-size: 0.8571428571rem;
}

.news-box-list .news-box:nth-child(4n+3),
.news-box-list .news-box:nth-child(4n) {
  flex-direction: row-reverse;
}

/*--- Home Event */
.home-event {
  background-color: #fff;
}

.home-event .calendar-wrap,
.home-event .wrap {
  border: solid 1px #60cdff;
}

.home-event .action {
  margin: 15px 0;
}

.home-event .wrap .list {
  height: 400px;
}

.home-event .wrap .list ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.home-event .wrap .list ul li a {
  display: table;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
}

.home-event .wrap .list ul li a>* {
  display: table-cell;
}

.home-event .wrap .list ul li a:hover {
  background-color: #efefef;
}

.home-event .wrap .list ul li a .time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-right: 15px;
  text-align: center;
}

.home-event .wrap .list ul li a .time .date {
  font-size: 2em;
}

.home-event .wrap .list ul li a .data {
  color: #545454 !important;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}

.home-event .wrap .list ul li+li {
  border-top: solid 1px #60cdff;
}

.home-event .wrap-title {
  background-color: #4990e2;
  border-bottom: solid 1px #60cdff;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}

.home-event .wrap-title h4 {
  margin: 0;
}

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

  .home-event .wrap {
    width: calc(50% - 175px);
  }

  .home-event .calendar-wrap {
    border-left: 0;
    border-right: 0;
    flex-shrink: 0;
    width: 350px;
  }
}

/*--- Event with Calendar */
.event-with-calendar {
  background-color: #fff;
}

.event-with-calendar .calendar-wrap {
  border: solid 1px #60cdff;
}

.event-with-calendar .event-wrap {
  border: solid 1px #60cdff;
  height: 476px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .event-with-calendar {
    display: flex;
    align-content: space-between;
  }

  .event-with-calendar .calendar-wrap {
    flex-shrink: 0;
    width: 450px;
  }

  .event-with-calendar .event-wrap {
    margin-left: -1px;
  }
}

.event-with-calendar .event-list .heading .date {
  color: #4990e2;
  font-size: 3.4285714286rem;
  line-height: 1;
  text-align: right;
  width: 60px;
}

@media screen and (min-width: 768px) {
  .event-with-calendar .event-list .heading .date {
    width: 100px;
  }
}

.event-with-calendar .event-list .heading .data {
  font-size: 1.0714285714rem;
  line-height: 1.6em;
  padding-left: 10px;
}

.event-with-calendar .event-list .heading .data .month {
  color: #4990e2;
}

.event-with-calendar .event-list .active .heading .date,
.event-with-calendar .event-list .active .heading .month {
  color: #ffffff;
}

/*--- Register Event */
.register-event-list {
  height: 300px;
}

.register-event-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.register-event-list ul li {
  display: table;
  width: 100%;
}

.register-event-list ul li>* {
  display: table-cell;
  padding: 7px 0;
  vertical-align: middle;
}

.register-event-list ul li .content {
  padding-left: 20px;
}

.register-event-list ul li .content .date {
  font-size: 0.8571428571rem;
}

.register-event-list ul li .content .title {
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.register-event-list ul li .action {
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 150px;
}

.register-event-list ul li .action:before {
  border-left: solid 1px #e7e7e5;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
}

/*--- Event Detail ---*/
.event-data {
  margin-bottom: 30px;
}

.event-data>div .fa {
  margin-right: 10px;
  text-align: center;
  width: 14px;
}

.event-data>div+div {
  border-top: solid 1px #e7e7e5;
  margin-top: 10px;
  padding-top: 10px;
}

/*--- List with Preview */
.list-with-preview .preview-area {
  background: no-repeat center center #e7e7e5;
  background-size: cover;
  border: solid 1px #60cdff;
  min-height: 300px;
  position: relative;
  transition: all 0.3s ease;
}

.list-with-preview .preview-area .inner {
  height: 100%;
}

.list-with-preview .preview-area .inner .item {
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.list-with-preview .preview-area .dots-area {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.list-with-preview .list-area {
  border: solid 1px #60cdff;
  height: 500px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .list-with-preview {
    display: flex;
    align-content: space-between;
  }

  .list-with-preview .preview-area {
    flex-shrink: 0;
    width: 43.8596491228%;
  }

  .list-with-preview .list-area {
    margin-left: -1px;
  }

  .list-with-preview .list-area .collapsible-list .heading .data {
    padding-left: 40px;
  }
}

/*--- Gallery Albums */
.gallery-albums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-albums .album {
  background-color: #fff;
  display: block;
  margin: 15px 0;
  position: relative;
}

.gallery-albums .album .thumb {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  transition: all 0.3s ease;
}

.gallery-albums .album .caption {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.gallery-albums .album .caption .date {
  display: block;
  font-size: 0.8571428571rem;
}

.gallery-albums .album .caption .title {
  color: #545454;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.gallery-albums .album .action {
  color: #9f9d9d;
  font-size: 0.8571428571rem;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 15px;
  transition: all 0.5s ease;
}

.gallery-albums .album .action:before {
  background-color: #9f9d9d;
  content: '';
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  vertical-align: middle;
  width: 200px;
}

.gallery-albums .album:hover {
  text-decoration: none;
}

.gallery-albums .album:hover .thumb {
  padding-bottom: 43.75%;
}

.gallery-albums .album:hover .action {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .gallery-albums .album {
    width: calc(33.333333% - 15px);
  }
}

/*--- Gallery Grid */
.gallery-grid .controls {
  margin-bottom: 20px;
  text-align: center;
}

.gallery-grid .controls button {
  background-color: #efefef;
  border: none;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  margin: 0 4px;
  width: 80px;
  transition: all 0.3s ease;
}

.gallery-grid .controls button .fa {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .gallery-grid .controls button {
    width: 120px;
  }
}

.gallery-grid .controls button:hover {
  background: #d6d6d6;
}

.gallery-grid .controls button.active {
  background-color: #4990e2;
  color: #ffffff;
}

.gallery-grid .item-content .grid-item {
  margin: 10px 0;
  width: calc(100%);
}

@media screen and (min-width: 768px) {
  .gallery-grid .item-content .grid-item {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 992px) {
  .gallery-grid .item-content .grid-item {
    width: calc(33.333333% - 20px);
  }
}

.gallery-grid .item-content .grid-item img {
  height: auto;
  width: 100%;
  transition: transform 0.3s ease;
}

.gallery-grid .item-content .grid-item:before {
  border: double 1px rgba(255, 255, 255, 0.5);
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  opacity: 0;
  transform: translate(0, -15px) scale(0.15);
  transition: all 0.3s ease;
}

.gallery-grid .item-content .grid-item.video:before {
  background: rgba(0, 0, 0, 0.5);
}

.gallery-grid .item-content .grid-item.video:after {
  color: #ffffff;
  content: '\f144';
  display: block;
  font-family: FontAwesome;
  font-size: 40px;
  opacity: .85;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.gallery-grid .item-content .grid-item:hover:before {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.gallery-grid .item-content .grid-item:hover:after {
  opacity: 1;
  transform: scale(2) translate(-25%, -25%);
}

.gallery-grid .action {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .gallery-grid .action {
    margin-top: 40px;
  }
}

.gallery-grid .action .load-more {
  width: 180px;
}

.gallery-grid .action .load-more .load {
  display: none;
}

.gallery-grid .action .load-more.loading {
  background-color: #e7e7e5 !important;
  border-color: #e7e7e5;
  cursor: not-allowed;
}

.gallery-grid .action .load-more.loading:before {
  background-color: #e7e7e5;
}

.gallery-grid .action .load-more.loading .default {
  display: none;
}

.gallery-grid .action .load-more.loading .load {
  display: inline-block;
}

/*--- Gallery video */
.video-open {
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.video-open #main-header,
.video-open #main-content,
.video-open #main-footer {
  filter: blur(5px);
}

.video-modal {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  overflow: auto;
  padding: 50px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.video-modal .content {
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  height: calc(100vh - 100px);
  width: calc(182vh - 100px);
}

.video-modal .content .done {
  background: #ffffff;
  border: Solid 5px #ffffff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: -40px;
  line-height: 30px;
  width: 40px;
  height: 40px;
}

.video-modal .content .done:hover {
  background-color: #4990e2;
  color: #ffffff;
}

.video-modal .content .frame {
  position: relative;
  height: 100%;
  width: 100%;
}

.video-modal .content .frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*--- Sliders ---*/
.owl-carousel~.nav-area>* {
  background: no-repeat center center #545454;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  transition: all 0.3s ease;
}

.owl-carousel~.nav-area .owl-prev {
  background-image: url(../img/arrow-left.png);
}

.owl-carousel~.nav-area .owl-next {
  background-image: url(../img/arrow-right.png);
}

.dots-area {
  text-align: center;
}

.dots-area .owl-dot {
  background-color: #fff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
}

.dots-area .owl-dot:hover {
  background-color: #efefef;
}

.dots-area .owl-dot.active {
  background-color: #4990e2;
}

/*--- Simple slider */
.simple-slider .dots-area {
  margin-top: 50px;
}

.simple-slider .dots-area .owl-dot {
  background-color: #4990e2;
  border: solid 2px #4990e2;
}

.simple-slider .dots-area .owl-dot:hover {
  background-color: #4990e2;
}

.simple-slider .dots-area .owl-dot.active {
  background-color: #efefef;
}

.simple-slider.image {
  height: 100%;
}

.simple-slider.image .item {
  background: no-repeat center center;
  background-size: cover;
}

.simple-slider.image .item img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.simple-slider.image .dots-area {
  margin-top: 0;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  width: 100%;
}

/*--- Banner slider */
.banner-slider {
  position: relative;
}

.banner-slider .item>a {
  display: block;
  background: no-repeat center center;
  background-size: cover;
  height: 0;
  position: relative;
  padding-bottom: 100vh;
}

.banner-slider .item>a .caption {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: right;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.banner-slider .item>a .caption h1 {
  font-size: 2.4285714286rem;
  margin-bottom: 3px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s ease;
  transition-delay: .7s;
}

.banner-slider .item>a .caption p {
  font-size: 1.2857142857rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  transition-delay: 1.2s;
}

@media screen and (min-width: 768px) {
  .banner-slider .item>a .caption {
    bottom: 100px;
  }

  .banner-slider .item>a .caption h1 {
    font-size: 3.1428571429rem;
  }

  .banner-slider .item>a .caption p {
    font-size: 1.7857142857rem;
  }
}

.banner-slider .active .item>a .caption h1,
.banner-slider .active .item>a .caption p {
  opacity: 1;
  transform: translateY(0);
}

.banner-slider .dots-area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

/*--- Card List Slide */
.card-list-slide {
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .card-list-slide {
    padding: 0 80px;
  }
}

.card-list-slide .card-item {
  transition: all 0.3s ease;
}

.card-list-slide .card-item .thumb {
  background: no-repeat center center #545454;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-bottom: 74.0458015267%;
  width: 100%;
}

.card-list-slide .card-item .thumb .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card-list-slide .card-item .thumb .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.card-list-slide .card-item .content {
  background-color: #fff;
  border: solid 1px #e7e7e5;
  border-top-width: 0;
  border-bottom-width: 5px;
  padding: 15px;
  transition: border 0.5s ease;
}

.card-list-slide .card-item .content .title {
  color: #545454;
  font-family: "Roboto", sans-serif;
  font-size: 1.0714285714rem;
  font-weight: normal;
}

.card-list-slide .card-item .content .date {
  color: #9f9d9d;
  font-size: 0.8571428571rem;
  margin-bottom: 7px;
}

.card-list-slide .card-item .content .excerpt {
  font-family: "Roboto", sans-serif;
  font-size: 0.8571428571rem;
}

.card-list-slide .card-item:hover {
  transform: translateY(-5px);
}

.card-list-slide .card-item:hover .thumb .btn {
  opacity: 1;
}

.card-list-slide .card-item:hover .content {
  border-color: #4990e2;
}

.card-list-slide .nav-area .owl-prev,
.card-list-slide .nav-area .owl-next {
  background-color: #4990e2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.card-list-slide .nav-area .owl-prev:hover,
.card-list-slide .nav-area .owl-next:hover {
  background-color: #1f69c0;
}

.card-list-slide .nav-area .owl-prev {
  left: 0;
}

.card-list-slide .nav-area .owl-next {
  right: 0;
}

/*--- Profile List */
.profile-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.profile-list .profile {
  border-bottom: solid 1px #e7e7e5;
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  transition: all 0.3s ease;
}

.profile-list .profile:hover {
  background-color: #fafafa;
}

.profile-list .profile .photo {
  background: no-repeat center center;
  background-size: cover;
  float: left;
  width: 80px;
  padding-bottom: 90.3816793893px;
}

.profile-list .profile .data {
  margin-left: 100px;
}

.profile-list .profile .data .name {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.profile-list .profile .data .job {
  margin-bottom: 5px;
}

/*--- Profile Slide */
.profile-slider {
  padding: 0 10px;
  position: relative;
}

.profile-slider .owl-carousel .owl-stage-outer {
  margin-top: -10px;
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .profile-slider {
    padding: 0 80px;
  }
}

.profile-slider .profile {
  text-align: center;
  transition: all 0.3s ease;
}

.profile-slider .profile .photo {
  background: no-repeat center top;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 112.9770992366%;
  position: relative;
}

.profile-slider .profile .photo:after {
  border: solid 1px rgba(255, 255, 255, 0.75);
  content: '';
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.profile-slider .profile .data {
  background-color: #aaa;
  color: #ffffff;
  padding: 10px;
}

.profile-slider .profile .detail {
  background-color: #fff;
  font-size: 0.9285714286rem;
  padding: 10px 20px;
  text-align: left;
}

.profile-slider .profile .detail .bio {
  height: 12.633rem;
  /*6.6326530679rem;*/
  margin-bottom: 5px;
  overflow: hidden;
}

.profile-slider .profile .name {
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.profile-slider .profile:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.profile-slider .profile:hover .photo:after {
  opacity: 1;
  transform: scale(1);
}

.profile-slider .nav-area .owl-prev,
.profile-slider .nav-area .owl-next {
  background-color: #4990e2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.profile-slider .nav-area .owl-prev:hover,
.profile-slider .nav-area .owl-next:hover {
  background-color: #1f69c0;
}

.profile-slider .nav-area .owl-prev {
  left: 0;
}

.profile-slider .nav-area .owl-next {
  right: 0;
}

/*--- Profile Detail Popup ---*/
@media screen and (min-width: 992px) {
  .profile-detail.modal .modal-dialog {
    width: 800px;
  }

  .profile-detail.modal .modal-dialog .modal-body {
    display: flex;
  }

  .profile-detail.modal .modal-dialog .modal-body .photo {
    width: 280px;
  }

  .profile-detail.modal .modal-dialog .modal-body .data {
    padding-left: 15px;
    width: 100%;
  }

  .profile-detail.modal .modal-dialog .modal-body .data .name {
    color: #4990e2;
    font-family: "Roboto", sans-serif;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

/*--- Gallery slider */
.gallery-slider {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.gallery-slider .owl-stage-outer {
  padding: calc(((1/3)*(3/4/2)*100%) + 10px) 0;
}

@media screen and (min-width: 768px) {
  .gallery-slider .owl-stage-outer {
    padding: calc(((1/5)*(3/4/2)*100%) + 10px) 0;
  }
}

.gallery-slider .owl-item>span,
.gallery-slider .owl-item>a {
  background: #efefef;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  transition: all .3s ease;
}

.gallery-slider .owl-item>span img,
.gallery-slider .owl-item>a img {
  height: 100%;
  min-width: 100%;
  width: auto;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gallery-slider .owl-item>span .caption,
.gallery-slider .owl-item>a .caption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  color: #FFFFFF;
  opacity: 0;
  font-size: .5em;
  padding: 5px 7px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  transition: all 0.3s ease;
}

.gallery-slider .owl-item.active.center {
  z-index: 2;
}

.gallery-slider .owl-item.active.center>span,
.gallery-slider .owl-item.active.center>a {
  transform: scale(2, 2);
}

.gallery-slider .owl-item.active.center .caption {
  opacity: 1;
}

.gallery-slider .owl-item.active+.active {
  z-index: 1;
}

.gallery-slider .owl-item.active+.active>span,
.gallery-slider .owl-item.active+.active>a {
  transform: scale(1.5, 1.5);
}

.gallery-slider .owl-item.active.center {
  z-index: 2;
}

.gallery-slider .owl-item.active.center>span,
.gallery-slider .owl-item.active.center>a {
  transform: scale(2, 2);
}

.gallery-slider .owl-item.active.center+.active+.active {
  z-index: 0;
}

.gallery-slider .owl-item.active.center+.active+.active>span,
.gallery-slider .owl-item.active.center+.active+.active>a {
  transform: scale(1, 1);
}

.gallery-slider .nav-area {
  text-align: center;
}

.gallery-slider .nav-area>* {
  background-color: #e7b84c;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-top: -20px;
  top: calc(50% - 12px);
  z-index: 100;
}

.gallery-slider .nav-area>*:hover {
  background-color: #cb961b;
}

.gallery-slider .nav-area .owl-prev {
  margin-left: calc(-33.3333333% - 20px);
}

@media screen and (min-width: 768px) {
  .gallery-slider .nav-area .owl-prev {
    margin-left: calc(-20% - 20px);
  }
}

.gallery-slider .nav-area .owl-next {
  margin-left: calc(33.33333333% - 20px);
}

@media screen and (min-width: 768px) {
  .gallery-slider .nav-area .owl-next {
    margin-left: calc(20% - 20px);
  }
}

/*--- Testimony slider */
.testimony-slider .dots-area {
  margin-top: 50px;
}

.testimony-slider .testimony {
  color: #ffffff;
}

.testimony-slider .testimony .photo {
  margin-bottom: 10px;
  text-align: center;
}

.testimony-slider .testimony .photo .picture {
  background-color: #fff;
  border: solid 4px #ffffff;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  height: 150px;
  width: 150px;
}

.testimony-slider .testimony .photo .picture img {
  object-fit: cover;
}

.testimony-slider .testimony .data {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.testimony-slider .testimony .data .name {
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.testimony-slider .testimony .data .job {
  margin-bottom: 10px;
}

.testimony-slider .testimony .data .excerpt {
  font-size: 0.9285714286rem;
  line-height: 1.7em;
}

@media screen and (min-width: 768px) {
  .testimony-slider .testimony {
    display: table;
    width: 100%;
  }

  .testimony-slider .testimony>* {
    display: table-cell;
    vertical-align: top;
  }

  .testimony-slider .testimony .photo {
    margin-bottom: 0;
    padding-right: 30px;
  }
}

/*--- Collapsibles */
.collapsible-list {
  font-family: "Roboto", sans-serif;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.collapsible-list>li+li {
  border-top: solid 1px #60cdff;
}

.collapsible-list>li .heading {
  cursor: pointer;
  display: table;
  width: 100%;
  transition: all 0.3s ease;
}

.collapsible-list>li .heading:hover {
  background-color: #efefef;
}

.collapsible-list>li .heading>* {
  display: table-cell;
  font-weight: bold;
  padding: 10px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .collapsible-list>li .heading>* {
    padding: 20px;
  }
}

.collapsible-list>li .heading div {
  transition: all 0.2s ease;
}

.collapsible-list>li .heading .name {
  color: #4990e2;
  font-size: 1.5714285714rem;
}

.collapsible-list>li .heading .action {
  padding-left: 0;
  width: 2.1428571429rem;
}

.collapsible-list>li .heading .action button {
  background-color: transparent;
  border: none;
  font-size: 2.1428571429rem;
}

.collapsible-list>li .content {
  border-top: solid 1px #60cdff;
  display: none;
  font-weight: 300;
  line-height: 1.7em;
  padding: 20px 30px;
}

.collapsible-list>li.active .heading {
  background-color: #4990e2;
  color: #ffffff;
}

.collapsible-list>li.active .heading div {
  color: #ffffff;
}

.collapsible-list>li.active .heading .action button {
  transform: scaleY(-1);
}

.collapsible-list>li.active .content {
  display: block;
}

.collapsible-list .empty-list {
  color: #e7e7e5;
  font-size: 20px;
  font-weight: bold;
  padding: 100px 0;
  text-align: center;
}

/*--- Accordion */
.panel-group .panel {
  border: solid 1px #60cdff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel+.panel {
  margin-top: -1px;
}

.panel-group .panel .panel-heading {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.panel-group .panel .panel-heading .panel-title {
  background-color: #fff;
  color: #4990e2;
  font-size: 1.2857142857rem;
}

.panel-group .panel .panel-heading .panel-title a {
  background: url(../img/accordion-down.png) no-repeat calc(100% - 18px) center;
  display: block;
  padding: 10px 45px 10px 25px;
  text-decoration: none;
}

.panel-group .panel .panel-heading .panel-title a[aria-expanded=true] {
  background-image: url(../img/accordion-up.png);
  background-color: #4990e2;
  color: #FFFFFF;
}

.panel-group .panel .panel-body {
  border: none;
  background-color: #efefef;
  border-top: solid 1px #e7e7e5;
  line-height: 1.7em;
  padding-left: 25px;
  padding-right: 25px;
}

/*--- Map Section ---*/
.page-map-section .wrapper {
  position: relative;
}

.page-map-section .wrapper:nth-child(n+2) {
  border-top: solid 10px #9f9d9d;
}

@media screen and (min-width: 992px) {
  .page-map-section {
    display: flex;
  }

  .page-map-section .wrapper {
    width: 50%;
    flex-shrink: 0;
  }

  .page-map-section .wrapper:nth-child(n+2) {
    border-top: none;
    border-left: solid 10px #9f9d9d;
  }
}

.page-map-section .location-label {
  background-color: #4990e2;
  color: #ffffff;
  margin-top: 20px;
  padding: 10px 15px;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
}

.page-map-section .location-label:before {
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 20px #4990e2;
  content: '';
  display: block;
  position: absolute;
  margin-left: -10px;
  left: 50%;
  top: -20px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .page-map-section .location-label {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

/*===== MISC =====*/
/*--- Time picker */
.event-date .bootstrap-datetimepicker-widget .picker-switch {
  display: none;
}

.event-date .bootstrap-datetimepicker-widget thead .picker-switch {
  display: table-cell;
  font-size: 1.1428571429rem;
  font-weight: bold;
  padding: 20px 0;
  cursor: default;
  pointer-events: none;
}

.event-date .bootstrap-datetimepicker-widget .prev,
.event-date .bootstrap-datetimepicker-widget .next {
  color: #9f9d9d;
  font-size: 1.7142857143rem;
}

.event-date .bootstrap-datetimepicker-widget .day {
  height: 30px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .event-date .bootstrap-datetimepicker-widget .day {
    height: 50px;
    line-height: 50px;
  }
}

.event-date .bootstrap-datetimepicker-widget .day:not(.disabled) {
  background-color: #4990e2;
  color: #ffffff;
}

.home-event .event-date .bootstrap-datetimepicker-widget .day {
  height: 30px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .home-event .event-date .bootstrap-datetimepicker-widget .day {
    height: 30px;
    line-height: 30px;
  }
}

/*--- Custom scroll */
.mCustomScrollbar {
  overflow: hidden;
}

.mCustomScrollbar .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCustomScrollbar .mCSB_scrollTools {
  width: 10px;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  width: 10px;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4990e2;
  border-radius: 10px;
  width: 10px;
}

/*--- Tabs */
.custom-tabs {
  background-color: #fff;
}

.custom-tabs .nav-tabs.nav-justified>li>a {
  background-color: #9f9d9d;
  border: none;
  border-bottom: 0;
  border-radius: 0 0 0 0;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  position: relative;
}

.custom-tabs .nav-tabs.nav-justified>li>a:hover {
  background-color: #b8b7b7;
}

.custom-tabs .nav-tabs.nav-justified>.active>a {
  border: none;
  background-color: #fff !important;
  color: #545454;
}

.custom-tabs .nav-tabs.nav-justified>.active>a:after {
  background-color: #e7e7e5;
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
}

.custom-tabs .tab-pane {
  padding: 20px;
}

.custom-tabs .pagination {
  margin-bottom: 0;
}

/*--- Pagination */
.pagination>li a {
  color: #545454;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
}

.pagination>li:first-child>a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination>li:last-child>a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination>.active a {
  background-color: #e7b84c !important;
  border-color: #e7b84c !important;
}

.ui.grid {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
}

.ui.grid .row {
  margin-left: 0;
}

.ui.table thead th {
  background: #4990e2;
  color: #ffffff;
}

.ui.pagination.menu .item:hover,
.ui.pagination.menu .item.active {
  background-color: #4990e2;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map */