@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header input.form-control.mr-sm-2.search {
    text-align: right !important;
  }
}

body {
  background-color: white;
}

::-webkit-scrollbar {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: 'Roboto', sans-serif !important;
}

p.big {
  font-size: 120%;
}

p.small {
  font-size: 80%;
}

video::-webkit-media-controls {
  display: none;
}

.justify {
  text-align: justify;
}

a[tabindex="0"]:hover {
  cursor: pointer;
}

iframe#ifrm {
  display: none;
}

footer {
  padding-top: 20px;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.bg-dark {
  opacity: 0.9 !important;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
  padding-left: 40px;
  padding-right: 40px;
}

.bg-dark {
  background-color: #000000 !important;
}

h3.title-video-slide {
  font-family: 'Roboto Slab', serif !important;
  font-weight: 400;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: 5;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.media-controls > .controls-bar {
  display: none;
}

.section.full > div > div > div {
  padding: 0px;
}

.section.section-footer .row {
  padding: 20px 0px;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
}

.font-size-10,
header .warp-search input,
header .warp-search button,
header .warp-lang button,
header .warp-lang .dropdown-item {
  font-size: 10pt;
}

.btn-special,
section.form a.submit {
  text-transform: uppercase;
  background-color: #026b9b;
  color: white;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.btn-special:hover,
section.form a.submit:hover {
  background-color: #025a82;
}

a:hover {
  text-decoration: none;
}

body header .bg-dark {
  background-color: #0b6b8a !important;
}

body header .bg-dark .warp-search a {
  display: block;
  text-align: right;
  color: white;
  text-transform: uppercase;
  font-size: 10pt;
  width: 100%;
}

.backgroundLoading {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000001;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.centerPos {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

/* Loader 1 */

.loader-1 {
  height: 48px;
  width: 48px;
  -webkit-animation: loader-1-1 4.8s linear infinite;
  animation: loader-1-1 4.8s linear infinite;
}

@-webkit-keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-1-1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loader-1 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  clip: rect(0, 48px, 48px, 16px);
  -webkit-animation: loader-1-2 1.2s linear infinite;
  animation: loader-1-2 1.2s linear infinite;
}

@-webkit-keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
  }
}

@keyframes loader-1-2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

.loader-1 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 48px;
  width: 48px;
  clip: rect(0, 48px, 48px, 16px);
  border: 3px solid #FFF;
  border-radius: 50%;
  -webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
  }

  50% {
    -webkit-transform: rotate(-160deg);
  }

  100% {
    -webkit-transform: rotate(140deg);
  }
}

@keyframes loader-1-3 {
  0% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

  50% {
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }

  100% {
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

.fixed-top {
  position: relative !important;
}

header {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

header.top20 {
  margin-top: 20px;
}

header.top0 {
  margin-top: 0px;
}

header .nav-link {
  padding: 0 !important;
  margin: 8px 10px;
  height: 20px;
}

header .bg-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

header .navbar {
  padding: 4px 16px;
}

header .navbar-brand {
  width: 170px;
}

header .navbar-brand img {
  width: 100%;
}

header > .container-fluid {
  padding: 0px !important;
}

header .mr-auto,
header .mx-auto {
  margin-left: auto !important;
  margin-right: 10px !important;
}

header ul > li > a {
  text-transform: uppercase;
  font-size: 9pt;
  /*font-weight: 500;*/
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
}

header .nav-item a:hover {
  border-bottom: 1px solid #ffffff;
}

header ul > li.active > a {
  color: #ffffff !important;
}

header li.nav-item.active a {
  border-bottom: 1px solid;
}

header .warp-search {
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .warp-search input {
  background-color: transparent;
  border: 0;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 10px;
}

header .warp-search input:focus {
  outline: none;
}

header .warp-search input::-webkit-input-placeholder {
  text-align: right;
}

header .warp-search input::-moz-placeholder {
  text-align: right;
}

header .warp-search input::-ms-input-placeholder {
  text-align: right;
}

header .warp-search input::placeholder {
  text-align: right;
}

header .warp-search button {
  background-color: transparent;
  border: 0;
  color: white;
  padding: 0;
}

header .warp-search button:hover {
  cursor: pointer;
}

header .warp-search button:focus {
  outline: none;
}

header .warp-lang {
  text-align: right;
}

header .warp-lang button {
  background-color: transparent;
  color: white;
  padding: 0;
}

header .warp-lang button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .warp-lang .dropdown-menu {
  left: inherit;
  right: 0;
  text-align: right;
  padding: 0;
  background-color: transparent;
  border: 0;
}

header .warp-lang .dropdown-item {
  padding: 0;
  color: #ffffff;
}

header .warp-lang .dropdown-item:focus,
header .warp-lang .dropdown-item:hover {
  color: #ffffff;
  background-color: inherit;
}

@media only screen and (min-width: 992px) {
  .warp-search-lang {
    width: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .warp-search input::-webkit-input-placeholder {
    text-align: left !important;
  }
  .warp-search input::-moz-placeholder {
    text-align: left !important;
  }
  .warp-search input::-ms-input-placeholder {
    text-align: left !important;
  }
  .warp-search input::placeholder {
    text-align: left !important;
  }

  .warp-search-lang {
    padding-bottom: 30px;
  }

  header .nav-link {
    margin: 8px 0;
  }
}

footer nav.menu-footer > ul > li {
  display: inline-block;
}

footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  background-color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
}

footer nav.menu-footer a {
  text-transform: uppercase;
}

footer nav.menu-footer a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 10pt;
}

nav.menu-footer li {
  padding: 0px 10px;
}

nav.menu-footer li.active a {
  color: #3e9bff;
}

footer .dropdown button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
}

footer .btn.focus,
footer .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

footer .dropdown-item.active,
footer .dropdown-item:active {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

footer .dropdown-item:focus,
footer .dropdown-item:hover {
  color: #16181b;
  background-color: rgba(0, 0, 0, 0);
}

footer .dropdown-menu {
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid;
  border-radius: 0px;
}

footer .dropdown-item {
  padding: 0px;
}

footer .dropdown-menu.show a {
  font-weight: 500;
}

.section-footer-extra,
.section.section-footer {
  position: relative;
  bottom: -24px;
}

.section-footer select.select2x {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12pt;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 10px 0px;
}

/* .section-footer-extra {
    position: relative;
    bottom: -24px;
} */

.section-footer-extra ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.section-footer-extra ul li {
  display: inline-block;
  padding: 0px 5px;
}

.section-footer-extra li,
.section-footer-extra a {
  color: #ffffff;
  font-size: 8pt;
}

.section-footer-extra .row {
  padding: 10px 0px;
}

.section-footer-extra a {
  font-weight: 600;
  border-bottom: 1px solid;
}

.section-footer-extra a:hover {
  text-decoration: none;
}

.section-footer-extra {
  background-color: #0b6b9e;
}

.section-footer {
  /* margin-top: 160px; */
  background-color: #000000;
}

.section-footer .sosmed ul {
  padding-left: 0px;
  margin: 7px 0px;
}

.section-footer .sosmed ul li {
  display: inline-block;
  padding: 0px 5px;
}

.section-footer .sosmed a {
  color: #ffffff;
  font-size: 22pt;
}

.section-footer p.title-column {
  font-size: 13pt;
  color: #0b6b9e;
  font-weight: 600;
  margin-bottom: 0;
}

.section-footer p {
  color: #ffffff;
  font-size: 10pt;
}

.section-footer .dropdown.style-2 .select2-container--default .select2-selection--single {
  background-color: #000000;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid;
}

footer nav.menu-footer > ul > li {
  display: inline-block;
}

/* 
================================================
    Section min width
================================================
*/

@media only screen and (min-width: 992px) {
  .page-contact .section-search {
    margin-top: 0;
    /* margin-bottom: 50px; */
  }

  .page-contact .section-search > div > div > div {
    padding: 60px;
  }
}

@media only screen and (min-width: 1440px) {
  content .sub-text h3 {
    font-size: 50pt;
  }

  .sub-text p {
    font-size: 18pt;
    line-height: 20px !important;
  }
}

@media only screen and (min-width: 1600px) {
  .sticky {
    top: 98px !important;
  }

  .content-left-side p {
    font-size: 14pt !important;
  }

  content .sub-text h3 {
    font-size: 50pt;
  }

  .sub-text p {
    font-size: 18pt;
  }

  .section.section-map.full {
    height: 60vh !important;
  }
}

@media only screen and (min-width: 1600px) {
  content .sub-text h3 {
    font-size: 50pt;
  }

  .sub-text p {
    line-height: 28px !important;
    font-size: 18pt !important;
  }

  .section-banner.full .row > div {
    height: 510px !important;
  }
}

@media only screen and (min-width: 1920px) {
  .content-left-side p {
    font-size: 16pt !important;
  }

  .section-banner.full .row > div {
    height: 600px !important;
  }

  .section.section-map.full {
    height: 60vh !important;
  }

  /* Safari (10.1+) */

  .section.section-map.full {
    height: 55vh !important;
  }
}

/* 
================================================
Section max width
================================================
*/

@media only screen and (max-width: 991px) {
  .page-contact .section-search {
    background-color: #b9b9b9;
  }
}

@media only screen and (max-width: 575px) {
  video {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    background-color: #000000;
  }
}

@media only screen and (max-width: 425px) {
  .title-about-us {
    height: auto !important;
  }

  .title-about-us p {
    margin-top: inherit !important;
  }

  .title-about-us h2 {
    font-size: 26px;
  }

  .title-about-us {
    margin-bottom: 20px;
  }
    header .navbar {
        padding: 4px 10px;
    }
    header .navbar-brand {
    	width: 150px
    }
    nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
      padding-left: 10px;
      padding-right: 10px;
    }
}

@media only screen and (max-width: 320px) {
  .title-about-us {
    min-height: 250px;
    height: auto !important;
  }
}

.section-footer-extra,
.section.section-footer {
  bottom: 0;
}

section.form {
  height: auto;
  /*height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.form h1 {
  color: black;
}

