/*
Template Name: Court CMS
Version: 1.0
Author: R. Idham Aziz Marlin, S.Kom
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;900&display=swap");
/*=================================================================*/
/*                      BASE
/*=================================================================*/
body {
  color: #000;
  background: #F0F0F0 url(../images/dot-overlay.png) repeat;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*=================================================================*/
/*                      GENERAL
/*=================================================================*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

a {
  color: #3f3f3f;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
}
a:focus {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
}
a:not([href]):not([tabindex]):focus {
  color: #0e29cd !important;
}
a:not([href]):not([tabindex]):hover {
  color: #0e29cd !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

h3.title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0e29cd;
}

h5 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin: 0 0 16px;
  color: #081430;
  line-height: 1.4;
  font-size: 16px;
  border-left: 2px solid #0e29cd;
  padding-left: 10px;
}
h5 a {
  color: #081430;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, #0e29cd, #0e29cd);
  background-position: left 87%;
  background-repeat: no-repeat;
  background-size: 0px 2px;
  padding-bottom: 4px;
}
h5 a:hover {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
  background-size: 100% 2px;
}
h5 a:focus {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
  background-size: 100% 2px;
}

span.bg-primary {
  background-color: #0e29cd !important;
}

span.bg-ptun {
  background-color: #fc9905 !important;
}

.btn-primary {
  color: #fff;
  background-color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.btn-outline-primary {
  color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0e29cd !important;
  border-color: #0e29cd !important;
}

.tooltip-inner {
  background-color: #ef1b48;
}

.tooltip .arrow::before {
  border-top-color: #ef1b48;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f0f4f8;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-fixed {
  background-attachment: fixed !important;
}

.white {
  color: #fff !important;
}

.theme {
  color: #0e29cd !important;
}

.black {
  color: #3f3f3f !important;
}

.grey {
  color: #777 !important;
}

.bg-grey {
  background: #f1f1f1 !important;
}

.bg-lgrey {
  background: #fbfbfb !important;
}

.bg-theme {
  background: #0e29cd !important;
}

.bg-secondary-theme {
  background: #fc9905 !important;
}

.bg-navy {
  background: #081430 !important;
}

.bg-ltheme {
  background: #F56961 !important;
}

.bg-black {
  background: #3f3f3f !important;
}

.bg-fblack {
  background: #000000 !important;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/*=================================================================*/
/*                      PRELOADER
/*=================================================================*/
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*=================================================================*/
/*                      PAGINATION
/*=================================================================*/
.pagination-main {
  line-height: 0.8;
}
.pagination-main ul.pagination {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.pagination-main ul.pagination li {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pagination-main ul.pagination li:before {
  display: none;
}
.pagination-main ul.pagination li:after {
  display: none;
}
.pagination-main ul.pagination li a {
  padding: 0;
  height: 40px;
  line-height: 38px;
  margin-right: 9px;
  text-align: center;
  width: 40px;
  color: #3f3f3f;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  background: #fbfbfb;
  background: #fff;
}
.pagination-main ul.pagination li a:hover {
  background-color: #0e29cd;
  color: #fff !important;
  border-color: #0e29cd;
}
.pagination-main ul.pagination li a:focus {
  background-color: #0e29cd;
  color: #fff !important;
  border-color: #0e29cd;
}
.pagination-main ul.pagination li:last-child > a {
  border-radius: none;
  margin: 0;
}
.pagination-main ul.pagination li:last-child > span {
  border-radius: none;
  margin: 0;
}
.pagination-main ul.pagination li.active a {
  background: #0e29cd !important;
  border-color: #0e29cd !important;
  color: #fff;
}
.pagination-main ul.pagination .prev a {
  border-radius: 0px;
}
.pagination-main ul.pagination .next a {
  border-radius: 0px;
}

/*=================================================================*/
/*                      ACCORDION
/*=================================================================*/
.accordion .accordion-item {
  margin-bottom: 12px;
}
.accordion .accordion-item .accordion-header {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.accordion .accordion-item .accordion-header .accordion-button {
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 14.5px 25px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  width: 100%;
  text-align: left;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0e29cd;
}
.accordion .accordion-item .accordion-body {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
}

/*=================================================================*/
/*                      HEADER
/*=================================================================*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px 5px;
  background-color: rgb(238, 237, 237);
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-size: 100% 220px;
  height: 220px;
}
header img.header-logo {
  width: 40%;
}
header .header-title {
  position: relative;
  left: -150px;
}
header .header-title .title {
  font-weight: bold;
  color: #fff;
  line-height: 1.4em;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
header .header-title .address {
  font-size: 15px;
  color: #fff;
}
header .header-small-logo-container {
  margin-right: 5px;
  margin-bottom: 5px;
}
header .header-small-logo-container a {
  cursor: pointer;
  padding: 0;
  margin-right: 5px;
}
header .header-small-logo-container a .header-small-logo {
  width: 50px;
  height: 50px;
}
header .date {
  text-align: right;
  color: #fff;
  font-weight: bold;
}
header .header-content {
  background: rgba(255, 255, 255, 0.1882352941);
}
header .header-content li {
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid #f1f1f1;
  margin: 0;
}
header .header-content li:first-child {
  border: none;
  padding-left: 0;
}
header .header-content li:last-child {
  padding-right: 0;
}
header .header-content a {
  font-size: 14px;
  color: #FFF !important;
}
header .header-content a:hover {
  color: #fc9905 !important;
}
header .header-content i {
  font-size: 14px;
}

/*=================================================================*/
/*                      NAVBAR
/*=================================================================*/
nav.navbar {
  background-color: #fc9905;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
nav.navbar .container-fluid .navbar-nav .nav-item {
  font-size: 13px;
}
nav.navbar .container-fluid .navbar-nav .nav-item a {
  color: #fff;
}
nav.navbar .container-fluid .navbar-nav .nav-item a:hover {
  color: #fff;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  background-color: #0e29cd;
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  background-color: #0e29cd;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #fc9905;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .dropdown-item {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  background-color: #0e29cd;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .dropdown-item:hover {
  background-color: #fc9905;
}
nav.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu li .submenu .sub {
  background-color: #0e29cd;
}

.section {
  padding: 20px 10px;
  background-color: rgb(238, 237, 237);
  margin-bottom: 15px;
}

/*=================================================================*/
/*                      BANNER
/*=================================================================*/
.section-banner {
  width: 100%;
  color: #fff;
  min-height: 450px;
}
.section-banner .slider-item {
  height: 450px;
  background-color: #0e29cd;
}
.section-banner .slider-item .slider-title {
  padding-top: 120px;
  padding-left: 40px;
  min-height: 450px;
}
.section-banner .slider-item .slider-title h1, .section-banner .slider-item .slider-title p {
  color: #fff;
}
.section-banner .slider-item .slider-title h1 {
  font-size: 2rem;
}
.section-banner .slider-item .slider-title p {
  margin-top: 10px;
}
.section-banner .slider-item .slider-bg {
  height: 450px;
  padding: 40px 20px 20px 20px;
}
.section-banner .slider-item .slider-bg img {
  height: 350px;
  width: 100%;
  border: 4px solid #ccc;
}
.section-banner .slider-banner {
  cursor: pointer;
}

/*=================================================================*/
/*                      MARQUEE
/*=================================================================*/
.section-marquee {
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
  margin-bottom: 10px;
}
.section-marquee .marquee-box {
  margin-top: -25px;
  width: 100%;
  background-color: white;
  box-shadow: inset 0 0 10px;
  border: 10px solid #fc9905;
}
.section-marquee .marquee-box marquee {
  padding: 5px;
}
.section-marquee .marquee-box marquee p {
  color: #000;
  font-weight: bold;
}

/*=================================================================*/
/*                      AD
/*=================================================================*/
.section-advert {
  width: 100%;
  margin-bottom: 15px;
}
.section-advert img {
  height: 240px;
  width: 100%;
}

/*=================================================================*/
/*                      SCHEDULE
/*=================================================================*/
.section-schedule {
  padding: 20px;
}
.section-schedule .element-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0e29cd;
}
.section-schedule .search-schedule .input-schedule {
  margin-bottom: 15px;
  margin-right: 15px;
  width: 20% !important;
}
.section-schedule table.schedule thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #0e29cd;
  color: #fff;
}

/*=================================================================*/
/*                      BREAKING NEWS
/*=================================================================*/
.section-breaking-news {
  position: relative;
  z-index: 1;
}
.section-breaking-news .breaking-news-ticker {
  position: relative;
  z-index: 1;
}
.section-breaking-news .breaking-news-ticker .title {
  flex: 0 0 180px;
  max-width: 180px;
  width: 160px;
  background-color: #0e29cd;
  height: 55px;
}
.section-breaking-news .breaking-news-ticker .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  line-height: 55px;
}
.section-breaking-news .breaking-news-ticker .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  flex: 0 0 calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: calc(100% - 180px);
}
.section-breaking-news .breaking-news-ticker .ticker ul {
  width: 100%;
  position: relative;
  z-index: 1;
}
.section-breaking-news .breaking-news-ticker .ticker ul li {
  display: none;
  width: 100%;
}
.section-breaking-news .breaking-news-ticker .ticker ul li a {
  display: block;
  font-size: 16px;
  color: #404040;
  height: 38px;
  line-height: 38px;
}
.section-breaking-news .breaking-news-ticker .ticker ul li a:hover {
  color: #0e29cd;
}
.section-breaking-news .breaking-news-ticker .ticker ul li a:focus {
  color: #0e29cd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}
@media only screen and (max-width: 767px) {
  .section-breaking-news {
    padding: 20px 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-breaking-news .breaking-news-ticker .title {
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title {
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    height: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title {
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .title h6 {
    line-height: 40px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker {
    padding: 0 10px;
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker {
    padding: 0 10px;
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 767px) {
  .section-breaking-news .breaking-news-ticker .ticker ul li a {
    font-size: 12px;
  }
}
/*=================================================================*/
/*                      APPLICATION
/*=================================================================*/
.section-application {
  background-color: #0e29cd;
  height: 250px;
  width: 100%;
}
.section-application img {
  height: auto;
  width: 60%;
}

/*=================================================================*/
/*                      INFORMATION
/*=================================================================*/
.section-infomation {
  padding: 20px;
}
.section-infomation h3 {
  margin-bottom: 15px;
}
.section-infomation .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-infomation .list i {
  padding-right: 8px;
  color: #0e29cd;
  font-size: 16px;
  line-height: 1;
}
.section-infomation .list li {
  margin-bottom: 10px;
}
.section-infomation .list li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.section-infomation .list li a:hover {
  color: #0e29cd;
}
.section-infomation .zona-list {
  list-style-type: none;
  padding-left: 0px;
}
.section-infomation .zona-list span.badge {
  margin-right: 10px;
}
.section-infomation .sidebar-information {
  padding-left: 120px;
}
.section-infomation .sidebar-information #google_translate_element {
  margin-bottom: 10px;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple {
  background-color: #fff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  display: inline-block;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none !important;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
  display: none;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
  display: none;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"] {
  display: none;
}
.section-infomation .sidebar-information #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
  display: none;
}

/*=================================================================*/
/*                      CONTENT
/*=================================================================*/
.section-content {
  padding: 20px;
}
.section-content .widget-box {
  margin-bottom: 20px;
}
.section-content .news-title {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin: 0 0 16px;
  color: #081430;
  line-height: 1.4;
  font-size: 21px;
}
.section-content .news-title::before {
  content: "";
  bottom: 0;
  left: 0;
  border-bottom: 2px dashed #0e29cd;
  width: 10%;
  margin: 0 auto;
}
.section-content .news-title a {
  color: #081430;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to right, #0e29cd, #0e29cd);
  background-position: left 87%;
  background-repeat: no-repeat;
  background-size: 0px 2px;
  padding-bottom: 4px;
}
.section-content .news-title a:hover {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
  background-size: 100% 2px;
}
.section-content .news-title a:focus {
  text-decoration: none;
  color: #0e29cd;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
  background-size: 100% 2px;
}
.section-content .single-blog-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 500ms;
}
.section-content .single-staff-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 500ms;
  border-bottom: 1px solid #000;
}
.section-content .single-staff-post .staff-content i {
  margin-right: 5px;
}
.section-content .more-news {
  margin-bottom: 15px;
}
.section-content .style-2:hover {
  transform: translateY(-10px);
}
.section-content .style-2 .blog-thumbnail {
  margin-bottom: 10px;
}
.section-content .style-2 .blog-thumbnail img {
  width: 100%;
}
.section-content .style-2 .blog-thumbnail iframe {
  width: 100% !important;
  height: 450px;
}
.section-content .style-2 .blog-title {
  position: relative;
  z-index: 1;
}
.section-content .style-2 .blog-title .post-date {
  font-size: 12px;
  color: #636363;
  margin-bottom: 10px;
}
.section-content .style-2 .blog-title .post-date span {
  margin-right: 15px;
}
.section-content .style-2 .blog-title .post-date i {
  margin-right: 2px;
}
.section-content .style-2 .blog-title .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.section-content .style-2 .blog-title .post-date .author {
  font-weight: 500;
}
.section-content .style-2 .blog-title .post-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0e29cd;
}
.section-content .style-2 .blog-content p {
  text-align: justify;
}
.section-content .style-4 .blog-thumbnail {
  margin-bottom: 10px;
  margin-right: 10px;
}
.section-content .style-4 .blog-thumbnail img {
  width: 120px;
  height: 80px;
}
.section-content .style-4 .blog-title {
  position: relative;
  z-index: 1;
}
.section-content .style-4 .blog-title .post-date {
  font-size: 12px;
  color: #636363;
  transition-duration: 500ms;
}
.section-content .style-4 .blog-title .post-date span {
  margin-right: 15px;
}
.section-content .style-4 .blog-title .post-date i {
  margin-right: 2px;
}
.section-content .style-4 .blog-title .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.section-content .style-4 .blog-title .post-date .author {
  font-weight: 500;
}
.section-content .style-4 .blog-title .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #0e29cd;
  transition-duration: 500ms;
}
.section-content .style-4 .blog-content {
  position: relative;
  z-index: 1;
}
.section-content .style-5 .blog-thumbnail {
  flex: 0 0 45%;
  max-width: 45%;
  width: 45%;
  margin-right: 30px;
}
.section-content .style-5 .blog-thumbnail img {
  width: 100%;
  aspect-ratio: 900/600;
}
.section-content .style-5 .blog-content {
  position: relative;
  z-index: 1;
  flex: 0 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
  width: calc(55% - 30px);
}
.section-content .style-5 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  transition-duration: 500ms;
}
.section-content .style-5 .blog-content .post-date span {
  margin-right: 15px;
}
.section-content .style-5 .blog-content .post-date i {
  margin-right: 2px;
}
.section-content .style-5 .blog-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.section-content .style-5 .blog-content .post-date .author {
  font-weight: 500;
}
.section-content .style-5 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0e29cd;
  transition-duration: 500ms;
}
.section-content .style-6 .photo-thumbnail {
  display: flex;
  justify-content: center;
}
.section-content .style-6 .photo-thumbnail img {
  width: 250px;
  height: 300px;
}
.section-content .style-6 .blog-content {
  position: relative;
  z-index: 1;
  flex: 0 0 calc(55% - 30px);
  max-width: calc(55% - 30px);
  width: calc(55% - 30px);
}
.section-content .style-6 .blog-content .post-date {
  font-size: 12px;
  color: #636363;
  transition-duration: 500ms;
}
.section-content .style-6 .blog-content .post-date span {
  margin-right: 15px;
}
.section-content .style-6 .blog-content .post-date i {
  margin-right: 2px;
}
.section-content .style-6 .blog-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.section-content .style-6 .blog-content .post-date .author {
  font-weight: 500;
}
.section-content .style-6 .blog-content .post-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0e29cd;
  transition-duration: 500ms;
}
.section-content .detail-content {
  position: relative;
  z-index: 1;
}
.section-content .detail-content p {
  margin-bottom: 10px;
}
.section-content .detail-content img {
  max-width: 100%;
}
.section-content .imager.fit.galeri img {
  width: 210px;
  height: 170px;
  transition: transform 0.2s ease;
}
.section-content .news-row {
  margin-bottom: 20px;
}
.section-content .single-event-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-duration: 500ms;
}
.section-content .single-event-post .date {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0;
  border-radius: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
  margin-right: 10px;
  box-shadow: inset 0 1px 2px #ffffff, 0 0 3px #bababa;
}
.section-content .single-event-post .date .day {
  font-size: 140%;
  font-weight: 700;
  display: block;
  padding: 3px 15px;
}
.section-content .single-event-post .date .month {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0 0 4px 4px;
  background: #0e29cd;
  color: #fff;
}
.section-content .single-event-post .blog-content .post-title {
  font-size: 14px;
  color: #0e29cd;
}
.section-content .youtube-embed {
  width: 100%;
  height: 450px;
}
.section-content .carousel .carousel-item img {
  height: 350px;
}
.section-content .slogan-row {
  border-left: 5px solid #0e29cd;
  height: 90px;
  padding: 20px;
  margin-left: 5px;
  margin-top: 30px;
}
.section-content .slogan-row .slogan {
  font-family: "Robotto", sans-serif;
  color: #0e29cd;
  font-size: 38px;
  font-weight: bold;
}
.section-content .mod-link {
  margin-bottom: 15px;
}
.section-content .mod-link .link-thumb {
  margin-bottom: 15px;
}
.section-content .mod-link .link-thumb .img-thumbnail {
  width: 50%;
}
.section-content .mod-link .link-desc {
  margin-left: -50px;
}
.section-content .mod-link .link-desc h6 {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.section-content .mod-link .link-desc p {
  font-size: 12px;
  text-align: justify;
}
.section-content .sidebar {
  padding-left: 5px;
}

.blog-full {
  overflow: hidden;
}
.blog-full .blog-height {
  height: 100%;
}
.blog-full .blog-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0px;
  transition: all ease-in-out 0.5s;
}
.blog-full .blog-image .h-date {
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 15px;
  z-index: 1;
}
.blog-full .blog-image > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}

.blog-content {
  display: inline-block;
  width: 100%;
}
.blog-content .date-cats a {
  color: #999;
  font-style: italic;
  font-size: 15px;
}
.blog-content .date-cats a i {
  color: #0e29cd;
}
.blog-content > a:hover {
  color: #0e29cd !important;
  transition: all ease-in-out 0.5s;
}

@media only screen and (max-width: 767px) {
  .section-content .single-blog-post .style-5 .blog-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-content .single-blog-post .style-5 .blog-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
/*=================================================================*/
/*                      DETAIL ARTICLE
/*=================================================================*/
.page-cover h1 {
  color: #081430;
}
.page-cover a {
  color: #3f3f3f;
}
.page-cover .box-shadow {
  box-shadow: 0px 25px 20px -15px rgba(0, 0, 0, 0.71);
}

.post-articles-title-area {
  position: relative;
  z-index: 1;
  height: 250px;
  padding: 35px 0;
  background-color: #f0f4f8;
  margin-bottom: 15px;
}
.post-articles-title-area .bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.post-articles-title-area .post-content {
  padding: 20px;
}
.post-articles-title-area .post-content .tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  height: 45px;
  min-width: 180px;
  background-color: #fc9905;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 100px;
  text-align: center;
  transform: skewX(-30deg);
}
.post-articles-title-area .post-content .tag span {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  transform: skew(30deg);
}
.post-articles-title-area .post-content .post-date {
  font-size: 14px;
  display: block;
  color: #fff;
}
.post-articles-title-area .post-content .post-date span {
  margin-right: 15px;
}
.post-articles-title-area .post-content .post-date i {
  margin-right: 2px;
}
.post-articles-title-area .post-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.post-articles-title-area .post-content .post-date .author {
  font-weight: 500;
}
.post-articles-title-area .post-content .post-title {
  display: block;
  color: #ffffff;
  font-size: 62px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.post-articles-title-area .post-content p {
  color: #ffffff;
  font-size: 15px;
}

.post-details-title-area {
  position: relative;
  z-index: 1;
  height: 500px;
  padding: 35px 0;
  background-color: #f0f4f8;
  margin-bottom: 15px;
}
.post-details-title-area .bg-overlay::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.post-details-title-area .post-content {
  padding: 20px;
}
.post-details-title-area .post-content .tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  height: 45px;
  min-width: 180px;
  background-color: #fc9905;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  transform: skewX(-30deg);
}
.post-details-title-area .post-content .tag span {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;
  transform: skew(30deg);
}
.post-details-title-area .post-content .post-date {
  font-size: 14px;
  display: block;
  color: #fff;
}
.post-details-title-area .post-content .post-date span {
  margin-right: 15px;
}
.post-details-title-area .post-content .post-date i {
  margin-right: 4px;
}
.post-details-title-area .post-content .post-date .date {
  margin-bottom: 10px;
  margin-right: 5px;
}
.post-details-title-area .post-content .post-date .author {
  font-weight: 500;
}
.post-details-title-area .post-content .post-title {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 700;
}
.post-details-title-area .post-content p {
  color: #fff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .post-details-title-area {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .tag {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-details-title-area .post-content .post-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-details-title-area .post-content .post-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-title-area .post-content .post-date {
    font-size: 12px;
  }
}
/*=================================================================*/
/*                      INOVATION
/*=================================================================*/
.section-inovation {
  padding: 20px;
}
.section-inovation .inovation-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-inovation .inovation-title h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #0e29cd;
}
.section-inovation .row-inovation .inovation {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
}
.section-inovation .row-inovation .inovation img {
  width: 60%;
}

/*=================================================================*/
/*                      FOOTER
/*=================================================================*/
footer#footer .footer-top {
  padding: 20px;
}
footer#footer .footer-top .footer-contact h3 {
  color: #0e29cd;
  font-weight: bold;
}
footer#footer .footer-top .footer-contact p {
  line-height: 1.7;
}
footer#footer .footer-top .footer-contact p span {
  font-weight: bold;
  margin-right: 10px;
}
footer#footer .footer-top .footer-links h4 {
  color: #0e29cd;
  font-weight: bold;
}
footer#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #0e29cd;
  font-size: 16px;
  line-height: 1;
}
footer#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
footer#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
footer#footer .footer-top .footer-links ul a:hover {
  color: #0e29cd;
}
footer#footer .footer-top .footer-map h4 {
  color: #0e29cd;
  font-weight: bold;
}
footer#footer .footer-top .footer-map .map {
  width: 100%;
  height: 250px;
}
footer#footer .footer-bottom {
  background: #0e29cd;
  padding: 20px 20px 0;
}
footer#footer .footer-bottom .copy {
  color: #fff;
  font-weight: bold;
}
footer#footer .footer-bottom .social-media {
  cursor: pointer;
  float: right;
}
footer#footer .footer-bottom .social-media a {
  margin-right: 10px;
}
footer#footer .footer-bottom .social-media i {
  color: #fff;
  transform: scale(1.5, 1.5);
}

/*=================================================================*/
/*                      CONTACT FORM
/*=================================================================*/
.contact {
  position: fixed;
  right: 5px;
  bottom: -399px;
  width: 400px;
  z-index: 9999;
}
.contact .contact-title {
  float: left;
  width: 100%;
  background: #0e29cd;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.contact .contact-form {
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  padding: 10px;
  border: 1px solid #999;
  background-color: #fff;
}
.contact .contact-form input {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact .contact-form .message {
  background-color: #eee;
  padding: 14px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.contact .contact-form .message h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

/*=================================================================*/
/*                      NAV TAB
/*=================================================================*/
ul.nav-tabs {
  border-color: #0e29cd;
  border-width: 2px;
}
ul.nav-tabs .nav-item {
  background-color: #4A86FF;
  border-color: #4A86FF #4A86FF #fff;
  margin-right: 3px;
  font-size: 15px;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
ul.nav-tabs .nav-item .nav-link {
  color: #fff;
}
ul.nav-tabs .nav-item .active {
  background-color: #0e29cd;
  color: #fff;
  border-color: #0e29cd;
}

.tab-content .tab-pane {
  padding: 10px;
}
.tab-content > .active {
  display: block;
}

/*=================================================================*/
/*                      NAV PILLS
/*=================================================================*/
ul.nav-pills {
  border-color: #0e29cd;
  border-width: 2px;
}
ul.nav-pills .nav-item {
  background: #fff;
  margin-right: 3px;
  font-size: 15px;
  font-weight: bold;
}
ul.nav-pills .nav-item .nav-link {
  color: #0e29cd;
  border-radius: 0px !important;
}
ul.nav-pills .nav-item .active {
  background-color: #0e29cd;
  color: #fff;
  border-color: #0e29cd;
}

/*=================================================================*/
/*                      ICON BAR
/*=================================================================*/
.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  background-color: #000;
}
.icon-bar .socmed {
  color: #fff;
}
.icon-bar .facebook {
  background: #3B5998;
}
.icon-bar .twitter {
  background: #55acee;
}
.icon-bar .instagram {
  background: #dd4b39;
}
.icon-bar .youtube {
  background: #bb0000;
}

/*=================================================================*/
/*                      BACK TO TOP
/*=================================================================*/
#scrollUp {
  background-color: #000000;
  border-radius: 0;
  bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  left: 10px;
  text-align: center;
  width: 40px;
  transition-duration: 500ms;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}
#scrollUp:hover {
  background-color: #0e29cd;
  color: #ffffff;
}

/*=================================================================*/
/*                      GOOGLE TRANSLATE
/*=================================================================*/
#google_translate_element {
  margin-bottom: 10px;
}
#google_translate_element .goog-te-gadget-simple {
  background-color: #fff;
  color: #212529;
  border: 1px solid #ced4da;
  border-radius: 3px;
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  display: inline-block;
}
#google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none !important;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(213, 213, 213);"] {
  display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(118, 118, 118);"] {
  display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="color: rgb(155, 155, 155);"] {
  display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left: 1px solid rgb(187, 187, 187);"] {
  display: none;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
  display: none;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 30px;
  }
}
/**
* RESPONSIVE FOR PHONES
*/
@media (max-width: 43em) {
  header img.header-logo {
    width: 70%;
  }
  header .header-title {
    left: -40px;
  }
  header .header-title .title {
    font-size: 10px;
  }
  header .header-title .address {
    font-size: 8px;
  }
  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .section-banner .slider-item .slider-title {
    padding-top: 90px;
    padding-left: 30px;
  }
  .section-infomation .sidebar-information {
    padding-left: 0px;
  }
  .section-content .slogan-row {
    display: none;
  }
  .section-content .mod-link .link-desc {
    margin-left: -50px;
  }
  footer#footer .footer-top .footer-contact {
    margin-bottom: 20px;
  }
  footer#footer .footer-top .footer-links {
    margin-bottom: 20px;
  }
  footer#footer .footer-bottom {
    text-align: center;
  }
  footer#footer .footer-bottom .copy {
    font-size: 12px;
  }
  footer#footer .footer-bottom .sosmed {
    width: 100%;
    display: block;
    padding: 0 auto;
  }
}
/**
* RESPONSIVE FOR TABLET
*/
@media (min-width: 43em) and (max-width: 62em) {
  header img.header-logo {
    width: 80%;
  }
  header .header-title {
    left: -40px;
  }
  header .header-title .title {
    font-size: 12px;
  }
  header .header-title .address {
    font-size: 10px;
  }
  .section-infomation .sidebar-information {
    padding-left: 0px;
  }
  .section-content .slogan-row {
    display: none;
  }
  .section-content .mod-link .link-desc {
    margin-left: -70px;
  }
  footer#footer .footer-top .footer-contact {
    margin-bottom: 15px;
  }
  footer#footer .footer-top .footer-links {
    margin-bottom: 15px;
  }
}
/**
* RESPONSIVE FOR DESKTOP LARGER SCREEN
*/
@media (min-width: 82em) {
  nav.navbar .container-fluid .navbar-nav > li:hover {
    background-color: #0e29cd;
  }
  nav.navbar .container-fluid .navbar-nav > li:hover > ul {
    display: block;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #fc9905;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */