@font-face {
    font-family: 'open_sansbold';
    src: url('/static/assets/font/opensans/opensans-bold-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('/static/assets/font/opensans/opensans-bolditalic-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('/static/assets/font/opensans/opensans-extrabold-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('/static/assets/font/opensans/opensans-extrabolditalic-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('/static/assets/font/opensans/opensans-italic-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('/static/assets/font/opensans/opensans-light-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/static/assets/font/opensans/opensans-lightitalic-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/static/assets/font/opensans/opensans-regular-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/static/assets/font/opensans/opensans-semibold-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('/static/assets/font/opensans/opensans-semibolditalic-webfont.html') format('woff2'),
         url('/static/assets/font/opensans/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinzelregular';
    src: url('/static/assets/font/cinzel/cinzel-regular-webfont.html') format('woff2'),
         url('/static/assets/font/cinzel/cinzel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinzelblack';
    src: url('/static/assets/font/cinzel/cinzel-black-webfont.html') format('woff2'),
         url('/static/assets/font/cinzel/cinzel-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinzelbold';
    src: url('/static/assets/font/cinzel/cinzel-bold-webfont.html') format('woff2'),
         url('/static/assets/font/cinzel/cinzel-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'open_sanslight' !important;
    font-size: 0.9695735rem !important;
    line-height: 1.8 !important;
    color: #333 !important;
    text-rendering: optimizelegibility !important;
    letter-spacing: .025rem !important;
}

p {
	font-family: 'open_sanslight' !important;
}

a{
  color: #f37022;
}

a:hover{
  color: #ed671a;
}

table td {
	font-family: 'open_sanslight';
}

#topbar, .shortcut .list-inline-item{
  transition: all .5s linear;
  -webkit-transition: all .5s linear; /* Safari */
  -moz-transition: all .5s linear; /** Firefox **/
  -o-transition: all .5s linear; /** Opera **/
}

#topbar  a{
  color: #fff;
  font-size: 1.5rem;
}

#topbar a:hover{
  color: #000;
}

#topbar .list-inline > .list-inline-item {
  width: auto;
}

#topbar img{
  width: 1.5rem;
}

.mega-orange-color{
  color: rgb(241, 112, 48) !important;
}

.mega-dark-color{
  color: rgb(244, 176, 28) !important;
}

.mega-light-color{
  color: rgb(254, 201, 48) !important;
}

.bg-mega-orange{
  background-color: rgb(241, 112, 48) !important;
}

.bg-mega-dark{
  background-color: rgb(244, 176, 28) !important;
}

.bg-mega-light{
  background-color: rgb(254, 201, 48) !important;
}


.navbar-light .navbar-nav > li > a,
.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus  {
	font-family: 'open_sanssemibold';
	font-size: 90%;
	color: #fff !important;
	background-color: transparent !important;
}

.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
    color: #fff !important;
}

.fixed-top.scrolled .navbar-nav > li > a {
  color: #000 !important;
}

.navbar-light{
  background-color: transparent;
  box-shadow: none;
}

.fixed-top.scrolled .navbar-nav > li > a:hover,
.fixed-top.scrolled .navbar-nav > li > a:focus,
.fixed-top:hover .navbar-light .navbar-nav > li > a:hover,
.fixed-top:hover .navbar-light .navbar-nav > li > a:focus,
.fixed-top.scrolled .navbar-nav > .active > a,
.fixed-top.scrolled .navbar-nav > .active > a:hover,
.fixed-top.scrolled .navbar-nav > .active > a:focus,
.fixed-top.scrolled:hover .navbar-nav > .active > a,
.fixed-top.scrolled:hover .navbar-nav > .active > a:hover,
.fixed-top.scrolled:hover .navbar-nav > .active > a:focus
 {
    color: #000 !important;
}


.fixed-top.scrolled {
  background-color: rgba(255,255,255,.9)!important;
  background-image: inherit !important;
  transition: background-color 200ms linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fixed-top:hover{
  background-color: rgba(255,255,255,.9)!important;
  transition: background-color .5s ease-in;
}

.fixed-top:hover .navbar-light .navbar-nav > li > a{
  color: #000!important;
}

.navbar .dropdown-menu {
  margin-top: 18px;
  background-color: rgba(255,255,255,.9)!important;;
}

.navbar .dropdown-menu a {
	font-family: open_sansregular;
	font-size: 90%;
}

.dropdown-menu{
  border-radius: 0;
  border: 1px #ccc solid;
  padding: 0;
}

.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover, .active > a{
  background-color: transparent !important;
}

@media(min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item {
		font-size: .86rem;
		padding: 0 6px !important;
	}
	#navbarCollapse .btn {
		font-size: 73%;
		padding: 6px 8px 6px 12px;
	}
	#navbarCollapse .btn i {
		font-size: .7rem;
	}
	.navbar-brand > img {
		width: 80px;
	}
}

.navbar-nav .nav-item.active > .nav-link{
  background: inherit !important;
}

.btn {
	font-family: 'open_sansbold';
}

.btn-mega-light, .active > a{
  background-color: rgb(254, 201, 48) !important;
  color: #fff;

}

.btn-mega{
  background-color: rgb(244, 176, 28) !important;
  color: #fff;
  text-align: center;
}

.table .thead-light th {
  color: #000;
  text-align: center;
}

.table .thead-light-top th, .table .thead-light-top th h3{
  background-color: rgb(244, 176, 28) !important;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  margin:0;
  padding:5px;
}

.btn-mega:hover{
  color: #000;
}

.btn-src{
  list-style: none;
  margin-left: 0;
  margin-right: 20px !important;
}


#submit-search-button.btn{
  margin: 0;
}


.table{
  margin-bottom: 0px;
}

.navbar .navbar-light .dropdown-menu {
  width: 250px;
}

.navbar .navbar-light .dropdown-menu > li {
  text-align: left;
}

.navbar .navbar-light .dropdown-menu > li > a{
  font-size: .8em;
}

.dropdown-menu{
  min-width: 11rem;
}


.dropdown-menu > li:hover{
  background-color: rgb(244, 176, 28);
  color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.fixed-bottom{
  background-color: #fff !important;
}


.carousel-index > .carousel-inner > .carousel-item {
  height: 100vh;
/*  max-height: 100vh; */
  overflow: hidden;
}


.carousel-index > .carousel-inner > .carousel-item > img,
.carousel-index > .carousel-inner > .carousel-item > a > img {
  height: 100%;
}


.carousel-index .carousel-control-prev-icon,
.carousel-index .carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: white;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-index  .carousel-control-next, .carousel-control-prev{
  width: 5%;
}

.carousel-index .carousel-caption{
  top: 30%;
  bottom: 0;
  z-index: 0;
  text-align: left;
  width: 44%;
  font-size: 1.5em;
  overflow: hidden !important;
}

.carousel-index .carousel-caption p{
  text-shadow: 1px 2px 2px rgba(0,0,0, .4);
}


@media (max-width: 575.98px) {
  .social-media{
      text-align: left;
  }

  .social-media-2{
    text-align: center!important;
    font-size: 1.5rem;
  }

  .language{
    text-align: right;
  }

  .language-2{
    text-align: right;
    padding: 1rem 0;
  }

  .language-2 img{
    width: 30px;
  }

  .language-2 ul > li{
    padding: 0 .2rem;
  }

  .megacall{
     /* font-size: 1rem!important;*/
     font-size: 13px!important;
     text-align: center;
  }
  .logo-logo-ojk{
    text-align: center!important;
  }

  .navbar-brand > img{
    width: 55px !important;
  }

  .navbar-light{
    /* background-color: rgba(255,255,255,1); */
    background-color: transparent;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }

  .fixed-top:hover{
    background-color: transparent!important;
  }


  .navbar-light .navbar-nav > li > a,
  .navbar-light .navbar-nav > .active > a,
  .navbar-light .navbar-nav > .active > a:hover,
  .navbar-light .navbar-nav > .active > a:focus  {
    font-weight: bolder;
    color: #000 !important;
    background-color: transparent !important;
    padding-left: 0;
    margin-left: 0;
  }

  .nav-item{
    padding:  0!important;
  }

  .navbar-nav{
    margin: 1rem 0 !important;
  }

  .navbar .dropdown-menu{
    position: inherit!important;
    margin:0;
    padding-left: 2rem;
    width: auto;
    border: 0px !important;
  }

  /* .jumbotron{
    overflow-x: hidden;
  } */

  /* .jumbotron img{
    height: 100%;
    max-width: none;
  } */


  .carousel-index > .carousel-inner > .carousel-item {
    height: 60vh;
    /* max-height: 60vh;*/
    max-height: 28.3vh;
    overflow: hidden;
  }

  .carousel-index .carousel-item img{
    /* width: auto !important;*/
    
    height: auto!important;
    right: 0;
    position: absolute;

  }
  .carousel-index .carousel-control-prev-icon,
  .carousel-index .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: white;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);

  }

  .carousel-index .carousel-control-next, .carousel-control-prev{
    width: 15%;
  }

  .carousel-index .carousel-caption{
   /*  top: auto;
	bottom: 14%;
    text-align: center;
    width: auto;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;*/

    top: 30%;
    bottom: 0;
    z-index: 0;
    text-align: left;
    width: 44%;
    font-size: 1.5em;
    overflow: hidden !important;
    padding: 0 0px!important;
  }


  /* ini */
  .carousel-caption h1 {
      font-size: 0.5rem !important;
      margin: .67rem 0 0 !important;
  }

  /* ini */
  .carousel-caption h3 {
    font-size: 1.1rem !important;
  }

  /* edit ini */
  .carousel-index .carousel-caption p{
    margin-bottom: 1rem;
    text-shadow: 1.5px 1.5px rgb(97,98,100);
    /* tambahan */
    font-size: 0.4rem !important;
    margin: .67rem 0 0 !important;
    line-height: 1.3;
  }

  /* tambah untuk btn */
  .carousel-caption .btn-more{
    font-size: .1rem!important;
    padding: 0.3rem 0.6rem!important;
  }

  .shortcut{
    font-size: .5em;

  }

  .shortcut .list-inline > .list-inline-item{
    width: 20%!important;
    font-size: .5rem!important;
    white-space: nowrap;
  }

  .text-shortcut{
    line-height: .6rem!important;
    padding: 3px 0;
  }


  .overlay-txt-middle h2, .overlay-txt-middle.bottom-index-img > h2{
    font-size: 2rem!important;
    padding-top: 20%!important;
  }

  #carousel-index-news .overlay-txt-middle h2, .overlay-txt-middle.bottom-index-img > h2{
    font-size: 1.2rem!important;
    padding-top: 0!important;

  }


  .overlay-txt-middle p{
    font-size: .8rem!important;
  }

  .overlay-txt-header h1{
    font-size: 1.5rem;
  }


}

@media (max-width: 991.98px) {
  .social-media{
      text-align: left;
  }

  .social-media-2{
    text-align: center!important;
    font-size: 1.5rem;
  }

  .language{
    text-align: right;
  }

  .language-2{
    text-align: right;
    padding: 1rem 0;
  }

  .language-2 img{
    width: 30px;
  }

  .language-2 ul > li{
    padding: 0 .2rem;
  }

  .megacall{
     /* font-size: 1rem!important;*/
    font-size: 13px!important;
     text-align: center;
  }
  .logo-logo-ojk{
    text-align: center!important;
  }

  .navbar-brand > img{
    width: 70px;
  }

  .navbar-light{
    /* background-color: rgba(255,255,255,1); */
    background-color: transparent;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  }

  .fixed-top:hover{
    background-color: transparent!important;
  }


  .navbar-light .navbar-nav > li > a,
  .navbar-light .navbar-nav > .active > a,
  .navbar-light .navbar-nav > .active > a:hover,
  .navbar-light .navbar-nav > .active > a:focus  {
    font-weight: bolder;
    color: #000 !important;
    background-color: transparent !important;
    padding-left: 0;
    margin-left: 0;
  }

  .nav-item{
    padding:  0!important;
  }

  .navbar-nav{
    margin: 1rem 0 !important;
  }

  .navbar .dropdown-menu{
    position: inherit!important;
    margin:0;
    padding-left: 2rem;
    width: auto;
    border: 0px !important;
  }


  .carousel-index .carousel-control-prev-icon,
  .carousel-index .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: white;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);

  }

  .carousel-index .carousel-control-next, .carousel-control-prev{
    width: 10%;
  }

  /* .carousel-index .carousel-caption{
    top: auto;
    text-align: center;
    width: auto;
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .carousel-index .carousel-caption p{
    margin-bottom: 1rem;
    text-shadow: 2px 2px rgb(97,98,100);
  } */

  .shortcut{
    font-size: .5em;

  }

  .shortcut .list-inline > .list-inline-item{
    width: 20%!important;
    font-size: .5rem!important;
    white-space: nowrap;
  }

  .text-shortcut{
    line-height: .6rem!important;
    padding: 3px 0;
  }


  .overlay-txt-middle h2, .overlay-txt-middle.bottom-index-img > h2{
    font-size: 2rem!important;
    padding-top: 20%!important;
  }

  #carousel-index-news .overlay-txt-middle h2, .overlay-txt-middle.bottom-index-img > h2{
    font-size: 1.2rem!important;
    padding-top: 0!important;

  }


  .overlay-txt-middle p{
    font-size: .8rem!important;
  }

  .overlay-txt-header h1{
    font-size: 1.5rem;
  }



}

.navbar-collapse {
  max-height: 100vh;
  overflow-y: auto;
}


.shortcut{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgb(97,98,100)!important;
}

.shortcut-new{
  background-color: rgb(243,243,243)!important;
}

.text-shortcut{
    line-height: .9rem;
}

.shortcut a{
  color: #fff !important;
}

.shortcut-new a{
  color: rgb(97,98,100)!important;

}

.shortcut i{
  font-size: 1.5rem;
}

.closing{
  font-size: .6em;
}

.closing a, .megacall a{
  color: #000 !important;
}

.megacall{
  font-weight: bolder;
  font-size: 1.2em;
}

.shortcut .list-inline > .list-inline-item{
  width: 10%;
  font-size: .8rem;
  white-space: nowrap;
}


.megacall-logo{
  color: rgb(241,112,48)
}

small{
  font-size: .5em;
}


.list-image img{
  position: relative;
}

.overlay-txt{
  position: relative;
}

.overlay-txt-header{
  position: absolute;
  color: #fff;
  top:0;
  font-weight: bolder;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
}

.overlay-txt-header h1{
  position: absolute;
  bottom: 25%;
  left: 10%;
  text-transform: uppercase;
}
.overlay-txt-bottom{
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  color: #000;
  bottom: 0;
  font-size: 1.2em;
  text-align: center;
  background-color: rgba(255,255,255,.7);
  width: 100%;
}

.overlay-txt-bottom  p{
  margin:0;
}

.overlay-txt-middle {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  color: #000;
  background-color: rgba(255,255,255,.7);
  left:0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay-txt-middle h2{
  font-size: 2.5em;
  padding-top: 25%;
  padding-bottom:0;
  margin:0;
}

.overlay-txt-middle.bottom-index-img > h2{
  font-size: 1.8rem!important;
}

h2{
  font-size: 1em;
}

.sub-menu a{
  color: #000;
  padding-top: 15px
}

.sub-menu a.disabled:hover, .sub-menu a:disabled:hover, .sub-menu a:hover{
  color: #fff !important;
  background-color: rgb(99,100,102) !important;
  padding-top: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: rgb(99,100,102) !important;
}

h2.header-news, h2.header-news > a{
  font-size: 1.12rem;
  color: #515254;

}

.social-media{
    text-align: right;
}

.social-media-2{
  text-align: left;
  font-size: 1.5rem;
}

.language{
  text-align: left;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sanssemibold' !important;
	color: #333;
    letter-spacing: 0;
}

.h6, h6 {
    font-size: 1.08rem;
}

b, strong {
	font-family: 'open_sanssemibold';
    font-weight: normal !important;
}

em {
    font-family: 'open_sanslight';
}

ul li {
    list-style: none;
}

::-webkit-selection,
::-moz-selection,
::selection {
  color: #fff;
  background: #f47b20;
}

svg {
    max-width: 100%;
    display: block;
}

.py-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bg-lightgrey {
    background: #f0f0f0;
}

.bg-yellow {
    background-color: #ffd400 !important;
}

.bg-light-orange {
    background: #f99d1c;
}

.border-4 {
    border: 4px solid #ea8030;
    padding: 3rem;
}

.border-none {
    border: 0 !important;
}

@media (max-width: 480px) {
    .border-4 {
        border: 0;
    }
}

header {
    z-index: 1500 !important;
}

.navbar-collapse {
    overflow-y: visible !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        overflow-y: auto !important;
    }
}

.carousel-index .carousel-caption {
    padding: 0 16px;
    left: 10%;
    right: 10%;
}
.carousel-caption .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.carousel-caption .btn-more {
    background-color: #f34c0b;
    color: #fff;
    font-size: .78rem;
    margin: 0 3px;
    padding: 16px 34px 16px 18px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.04rem;
}

.carousel-caption .btn i {
    font-size: .875rem;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.carousel-caption .btn-more:hover {
    background-color: #000;
    -webkit-box-shadow: 0px 12px 16px 0px rgba(50, 28, 4, 0.2);
    box-shadow: 0px 12px 16px 0px rgba(50, 28, 4, 0.2);
}

.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(160,160,160);
  background: -moz-linear-gradient(top, rgba(160,160,160,0) 0%, rgb(160,160,160) 8%, rgb(160,160,160) 92%, rgba(160,160,160,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(160,160,160,0) 0%, rgb(160,160,160) 8%, rgb(160,160,160) 92%, rgba(160,160,160,0) 100%);
  background: -o-linear-gradient(top, rgba(160,160,160,0) 0%, rgb(160,160,160) 8%, rgb(160,160,160) 92%, rgba(160,160,160,0) 100%);
  background: -ms-linear-gradient(top, rgba(160,160,160,0) 0%, rgb(160,160,160) 8%, rgb(160,160,160) 92%, rgba(160,160,160,0) 100%);
  background: linear-gradient(to bottom, rgba(160,160,160,0) 0%, rgb(160,160,160) 8%, rgb(160,160,160) 92%, rgba(160,160,160,0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.history-l {
  position: relative;
  width: 50%;
  float: left;
  text-align: right;
}

.history-r {
  position: relative;
  width: 50%;
  float: right;
}

.year-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.year {
  position: relative;
  display: inline;
  padding: 5px 10px;
  margin: 0 30px;
  font-weight: 600;
  text-align: left;
  color: #C93800;
}

.history-l .year:before,
.history-r .year:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  background: #fff;
  border-radius: 18px;
  border: 4px solid #F47B20;
  z-index: 10;
}

.history-r .year:before {
  left: -40px;
}

.history-l .year:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -5px;
  border: solid transparent;
  border-left-color: #C93800;
  border-width: 6px;
  pointer-events: none;
}

.history-r .year:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -5px;
  border: solid transparent;
  border-right-color: #C93800;
  border-width: 6px;
  pointer-events: none;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 14px 40px 0 15px;

  font-size: 0.878em;
  font-style: italic;
  line-height: 1.5em;
  color: #606060;
}

.history-r .desc {
  margin: 14px 15px 0 40px;
}

/* ================ Timeline Media Queries ================ */

@media (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.history-l,
.history-r {
	float: none;
	width: 100%;

	text-align: center;
}

.year-wrapper {
	text-align: center;
}

.year {
	background: rgb(255,255,255);
	z-index: 15;
}

.history-l .year:before,
.history-r .year:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.history-l .year:after,
.history-r .year:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);

  z-index: 15;
}

.history-l .desc,
.history-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	z-index: 15;
}

}

@media (min-width: 400px) and (max-width: 660px) {
    .history-l .desc,
    .history-r .desc {
    	margin: 1em 4em 0 4em;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        min-width: 220px;
    }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    /*background-color: #f37022;
    border-left: 1px solid #f37022;*/
    background-color: #fec930;
    border-left: 1px solid #fec930;
	border-top: 0;
	border-right: 1px solid #fff;
	border-bottom: 0;
	border-radius: 0;
}

.nav-tabs .nav-link {
    border-left: 1px solid #f2f2f2;
	border-top: 0;
	border-right: 1px solid #fff;
	border-bottom: 0;
    border-radius: 0;
	background: #f2f2f2;
	color: #495057;
	text-align: center;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  /*background: #f37022;*/
  background: #fec930;
  color: #fff;
}

.nav-tabs {
    border-bottom: 4px solid #9e9fa3;
	background: #f2f2f2;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    flex-grow: 2;
    border-top: 1px solid #fff;
}

.megacorp .nav-tabs, .megacorp .nav {
    padding-left: 0 !important;
}

.megacorp h1 {
	font-size: 1.7rem;
	margin-bottom: 1.3rem;
	color: rgb(210, 78, 13) !important;
}

.megacorp h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.megacorp h5 {
	font-size: 1.2rem;
	margin: 30px 0 15px;
	color: #cc4000;
	line-height: 1.4;
	letter-spacing: 0;
	text-rendering: optimizelegibility;
}

.megacorp .report {
    background: #f3f2ef;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.megacorp .report:hover {
    -webkit-box-shadow: 0 5px 21px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 21px 0 rgba(0,0,0,.1);
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1250ms cubic-bezier(0.19, 1.5, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1.5, 0.22, 1);
    transform: scale(1.02);
}

.megacorp .report p {
    padding: 20px 15px 0;
    margin: 0 0 auto;
}

.megacorp .report h5 {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 15px;
    margin: 0;
}

.megacorp .report a {
    margin-left: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.single-report .bg-lightgrey,
.single-report .bg-lightgrey .row .pr-0 {
    display: flex;
    flex-direction: column;
    min-height: 140px;
}

.single-report .thumbnail-container {
    position: absolute;
    overflow: hidden;
    max-height: 100%;
    top: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
}

@media (max-width: 575.98px) {
    .single-report .thumbnail-container {
        position: relative;
    }
}

.single-report .text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.single-report .text-overlay h5 {
    color: #fff;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
}

.single-report .text-overlay i {
    text-align: center;
    font-size: 3rem !important;
    color: #fff !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
}

.single-report .text-link,
.single-report .tab-content .doc-title p {
    color: #f47b20;
    font-size: .92rem;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
    border: 0;
    padding-top: 0;
}

.single-report .tab-content .doc-title {
    margin-bottom: 15px;
}

.single-report .tab-content .doc-title h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

.single-report .text-link:hover,
.single-report p > a:hover {
    color: #000 !important;
}

.single-report .tab-content p {
    font-size: .82rem;
    border-top: 1px solid #fff;
    margin: auto 0 0;
    padding-top: 15px;
    width: 100%;
}

.single-report .tab-content .doc-meta {
    margin: auto 0 0;
}

.single-report .tab-content .doc-meta p {
    margin-bottom: 0;
}

.single-report .tab-content i {
    font-size: 3.25rem;
    padding-top: 4px;
    color: #cc4000;
}

.single-report .nav-pills .nav-link {
    border-radius: 50px !important;
    padding: .6rem 1.25rem !important;
    border: 1px solid #ddd;
}

.single-report .nav-pills .nav-link.active, .single-report .nav-pills .show > .nav-link {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #ddd !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f99d1c;
}

.dropdown-menu {
    min-width: 260px;
}

.priority h5 {
    color: #b69c52 !important;
    margin: 26px 0 5px;
}

.priority .heading {
    margin-bottom: 2rem;
}

.priority h3 {
    font-family: 'cinzelregular', serif !important;
    font-size: 2rem;
    color: #b69c52;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .priority h3 {
        text-align: left !important;
    }
}
.priority h4 {
    font-size: 1.2rem !important;
    color: #b69c52 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.priority p span {
    font-family: 'cinzelregular', serif !important;
    font-weight: 400 !important;
    color: #b69c52 !important;
    font-size: 104%;
}

.priority .icon-circle ul li::before {
    background: #ede5cc !important;
}

.priority .text-link {
    color: #b69c52;
}

.priority .text-link i {
    margin-left: 4px;
    position: absolute;
    margin-top: .45rem;
    font-size: .86rem;
}

.priority .text-link:hover {
    letter-spacing: 0.06rem;
}

.priority .text-link:hover i {
    margin-left: 6px;
}

.priority .feature {
    margin-bottom: 3rem;
}

.priority img {
    margin-bottom: 1.5rem;
}

.priority .megafirst-lounge {
    margin-bottom: 30px;
}

.priority .megafirst-lounge img {
    margin-bottom: 0 !important;
}

.bg-megafirst {
    background: #00385a;
    color: #9c9c9c;
    padding: 5rem 0;
}

.bg-megafirst-light {
    background: #edecea;
    color: #42474b !important;
    padding: 5rem 0;
}

@media (max-width: 768px) {
    .megacorp h1, h3,
    .priority h3 {
    	font-size: 1.4rem;
    }
    .megacorp h4 {
    	font-size: 1.1rem;
    }
    .py-8 {
        padding-top: 1rem;
        padding-bottom: 2rem;
        }
    .border-4 {
        padding: 15px;
    }
}

.megacorp .text-light h5 {
    color: #e0e0e0 !important;
}

.megacorp .heading h3 {
    margin-bottom: 30px;
}

.megacorp h4, .megacorp h4 span {
	font-family: 'open_sanssemibold' !important;
    margin-top: 50px;
    font-size: 1.2634rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #de6d00 !important;
}

.megacorp .megacolor h1,
.megacorp .megacolor h2,
.megacorp .megacolor h3,
.megacorp .megacolor h4,
.megacorp .megacolor h5 {
    color: rgb(210, 78, 13);
}

.megacorp p span, .megacorp ul li span {
    color: #ba4008;
    font-weight: 600;
}

.megacorp ol li, .megacorp ul li, .megacorp ol li span, .megacorp ul li span {
    font-family: 'open_sanslight' !important;
	font-size: 0.964735rem !important;
	margin-bottom: 5px;
    text-align: left;
	text-rendering: optimizelegibility;
}

.megacorp .mb20 li ul {
    margin-bottom: 20px;
}

.megacorp ul, .megacorp ol {
    padding-left: 20px;
}

.megacorp .icon-circle ul {
    padding-left: 15px;
}

.megacorp .icon-check, .megacorp .icon-circle {
    position: relative;
}

.megacorp .icon-check ul li {
    list-style: none;
    position: relative;
    margin-left: 5px;
    margin-bottom: 10px;
}

.megacorp .icon-circle ul li,
.megacorp .promo-body .icon ul li,
.article ul li {
    list-style: none;
    position: relative;
    margin-left: 5px;
}

.megacorp .icon-circle ul li:before,
.megacorp .promo-body .icon ul li:before,
.article ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #b1b1b1;
    left: -15px;
    top: .72rem;
    border-radius: 3px;
}

.megacorp .icon-circle ul li ul li:before,
.megacorp .promo-body .icon ul li ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: transparent;
    border: 1px solid #b1b1b1;
    left: -20px;
    top: .57rem;
    border-radius: 3px;
}

.megacorp .icon-check ul li::before {
    /*font-family: 'Font Awesome 5 Free';*/
    content: "\f00c";
    position: absolute;
    left: -25px;
    top: 1px;
    font-size: 1rem;
    color: #f47b20;
}

.megacorp .icon ul {
    padding-left: 30px ;
}

.megacorp .feature-icon ul {
    padding-left: 65px !important;
}

.megacorp .feature-icon ul li {
    margin: 20px 0;
}

.megacorp .feature-icon i {
    width: 48px;
    height: 48px;
    font-size: 38px !important;
    margin: 5px 0 0 -65px !important;
    text-align: center;
}

.megacorp .promo-body .icon ul {
    padding-left: 15px;
}

.megacorp .icon-orange li i {
    list-style: none;
    position: absolute;
    margin: 6px 0 0 -27px;
    color: #f47b20;
    font-size: 0.8rem
}

.mega-cc .btn {
	min-width: 155px;
	padding: 12px 20px;
}

.mega-cc h6 {
    color: #999;
}

.overlay-txt-header {
    background-color: rgba(0, 0, 0, .05) !important;
}

.megacorp .table {
    border: 0;
    border-bottom: 2px solid #f2f2f2;
}

.megacorp .table .thead-light th {
    font-family: 'open_sanssemibold';
    color: #495057;
    background-color: #ffdb5e;
    border-color: #f8f8f8;
    border-block-end-color: #f6881f;
    border-width: 0 2px 2px 0;
    vertical-align: top;
}

.megacorp .table-bordered td,
.megacorp .table-bordered th {
    border: 2px solid #f8f8f8;
    border-width: 0 2px 0 2px;
}

.megacorp .table-bordered td:first-child,
.megacorp .table-bordered th:first-child {
    border-left: 0;
}

.megacorp .table-bordered td:last-child,
.megacorp .table-bordered th:last-child {
    border-right: 0;
}

.megacorp .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.megacorp .table-striped tbody tr:nth-of-type(2n+2) {
    background-color: rgba(0,0,0,.05);
}

.megacorp .table td p, .megacorp .table td ul {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .megacorp .table th p, .megacorp .table td p, .megacorp .table td ul li {
        line-height: 1.2;
        white-space: nowrap;
    }
}
.megacorp .table th, .megacorp .table th p {
	font-family: 'open_sanssemibold' !important;
    margin-bottom: 0;
    line-height: 1.2;
    color: #454648 !important;
}

.overlay-txt-header h1 {
    font-family: 'open_sansextrabold' !important;
	color: #fff;
	font-size: 3rem;
	letter-spacing: .026rem;
    top: 32% !important;
    left: 9.8% !important;
}

@media (max-width: 575.98px) {
    .overlay-txt-header h1 {
        font-size: 1.15rem !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .overlay-txt-header h1 {
        font-size: 1.6rem !important;
    }
}

.nav-pills .nav-link {
	font-family: 'open_sansbold' !important;
	font-size: 88%;
	color: #636466 !important;
    border-radius: .15rem !important;
    padding: 1.3rem 1rem 1.15rem !important;
}

.rounded {
    border-radius: .15rem !important;
}

.nav-pills .nav-link.active, .nav-pills .show > a .nav-link:hover {
    color: #fff !important;
}

.nav-pills a,
.nav-pills .nav-link p {
	font-family: 'open_sansbold' !important;
	font-size: 88%;
    height: 100%;
    font-size: 96%;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .nav-pills a,
    .nav-pills .nav-link p {
        font-size: 83%;
        letter-spacing: 0;
    }
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
	font-family: 'open_sansregular';
}

.carousel-caption h1 {
    font-family: 'open_sansextrabold' !important;
	font-size: 3.2rem;
	color: #fff !important;
    margin: 2rem 0 0 !important;
    line-height: 1.11 !important;
    text-shadow: 1px 3px 4px rgba(0,0,0, .3);
}

.carousel-caption h3 {
	font-family: 'open_sansregular' !important;
    font-size: 1.8rem;
    color: #fff !important;
    line-height: 1.11 !important;
    text-shadow: 1px 1px rgb(97,98,100);
}

.carousel-caption p {
	font-family: 'open_sanssemibold' !important;
    font-size: 1.12rem !important;
	line-height: 1.5;
    margin: .67rem 0 2rem !important;
}
/* tambahan min nya */
@media (min-width: 576px) and (max-width: 991.98px) {
    .carousel-caption h1 {
        font-size: 1.5rem !important;
        margin: .67rem 0 0 !important;
    }
    .carousel-caption h3 {
        font-size: 1.1rem !important;
    }
    .carousel-caption p {
        font-size: 0.9rem !important;
        margin: .67rem 0 1rem !important;
        line-height: 1.3;
    }
}

.app-feature-mega-cc {
    padding: 6rem 0 3rem;
}

.app-container {
    position: relative;
}

.app-circle {
    border: 1px dashed #888;
    border-radius: 50%;
    max-width: 459px !important;
    height: 459px !important;
}

.app-img {
    position: absolute !important;
    top: -65px;
    max-width: 130px !important;
    max-height: 130px;
    padding: 0 !important;
}

.app-img:nth-child(2) {
    top: calc(25% - 65px);
    right: 120px;
}

.app-img:nth-child(3) {
    top: calc(75% - 65px);
    right: 120px;
}

.app-img:nth-child(4) {
    top: calc(100% - 65px);
}

.app-img:nth-child(5) {
    top: calc(75% - 65px);
    left: 120px;
}

.app-img:nth-child(6) {
    top: calc(25% - 65px);
    left: 120px;
}

.app-item {
    color: #fff;
    text-align: center;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-weight: bold;
    font-size: 1.1rem;
    padding-top: 54%;
    border-radius: 50%;
}

.app-item::before {
    position: relative;
    background-color: #f2760e;
    height: 30%;
}

.app-item .btn {
    background-color: #f2760e !important;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    border-radius: 12px 0;
    margin: 0 0 15px;
    width: 100%;
}

.app-item p {
    margin-bottom: 0;
}

.app-img.check .back {
	transform: scale(0);
}

.app-img.check input[type=radio]:checked ~ .front {
    opacity: 1;
}

.app-img.check input[type=radio]:checked ~ .back {
	transform: scale(1);
}

.app-img.check {
	position: relative;
	width: 140px;
	height: 140px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	color: white;
}
.app-img.check input[type=radio] {
	width: 0;
	height: 0;
	display: none;
}
.app-img.check .front, .app-img.check .back {
	transition: .2s all ease-in-out;
	transform-style: preserve-3d;
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-grow: 1;
	cursor: pointer;
}

@media (max-width: 575.98px) {
    .app-circle {
        display: none;
    }
    .app-img {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .app-img:nth-child(2),
    .app-img:nth-child(3) {
        right: 8px;
    }
    .app-img:nth-child(5),
    .app-img:nth-child(6) {
        left: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-img:nth-child(2),
    .app-img:nth-child(3) {
        right: -20px;
    }
    .app-img:nth-child(5),
    .app-img:nth-child(6) {
        left: -20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app-img:nth-child(2),
    .app-img:nth-child(3) {
        right: 74px;
    }
    .app-img:nth-child(5),
    .app-img:nth-child(6) {
        left: 74px;
    }
}

.input-group-text {
    color: #fff;
    background: #333;
    font-size: 0.96rem;
}

#promotabs .tab-pane a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    color: #000;
    text-align: center;
    opacity: 0;
}

#promotabs .tab-pane a:hover {
    background: #ffca08;
    opacity: 1;
}

#promotabs .tab-pane a span {
    position: absolute;
    font-size: 90%;
    padding: 10px 15px;
    border: 1px solid #000;
    text-transform: uppercase;
    top: calc(50% - 18px);
    left: 20%;
    right: 20%;
}

#promo-detail .promo-body {
    background: #f6f6f6;
    border: 1px solid #eee;
    padding: 0;
}

#promo-detail .promo-body .text-link {
    color: #f37022;
}

#promo-detail .promo-body .text {
    padding: 30px;
}

@media (max-width: 576px) {
    #promo-detail .promo-body .text {
        padding: 20px;
    }
}

#promo-detail h3 {
    color: rgb(241, 112, 48) !important;
    margin-bottom: 30px;
    font-size: 1.45rem;
    font-weight: 600;
}

.form-group label {
    display: none;
}

.form-control {
    padding: .73rem .75rem;
    font-size: .86rem;
    color: #fff;
    background-color: transparent !important;
    border: 1px solid #b6b6b6;
    border-radius: .125rem;
}

.subheader {
    position: absolute;
    width: 26%;
    color: #fff;
    top: 53%;
    left: 9.8%;
    z-index: 9;
}

.subheader p {
	font-family: 'open_sansregular' !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .subheader {
        font-size: 80% !important;
    }
}

@media (max-width: 767.98px) {
    .subheader {
        display: none;
    }
}

#cc-detail h4 {
    margin-top: 0 !important;
}

#cc-detail .nav-tabs .nav-item.show .nav-link,
#cc-detail .nav-tabs .nav-link.active {
    color: #f37022;
	font-weight: 600;
    background-color: transparent !important;
    border: 0 !important;
	border-radius: 0;
}

#cc-detail svg {
	margin-bottom: 10px;
	padding: 0;
}

@media (min-width: 992px) {
    #cc-detail svg {
	    padding: 0 20px;
    }
}
#cc-detail .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	/* color: #f37022; */
}

#cc-detail .nav-tabs .nav-link {
    border: 0 !important;
    border-radius: 0;
	background: transparent !important;
	color: #999;
	font-weight: 600;
}

#cc-detail .nav-tabs {
    border-bottom: 2px solid #eaeaea;
    background: transparent !important;
}

#cc-detail .carousel-item {
    height: 100% !important;
    width: auto !important;
}

.article h3 {
    color: #ed7129;
}

.saving-app .form-control {
    border: 1px solid #333;
    color: #333;
}

.card .mega-tab {
    background: transparent;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.mega-tab-trigger .card .mega-tab h2 {
    font-size: 1.288rem;
    font-weight: 600;
    color: #333;
}

.mega-tab-trigger .card .mega-tab h3 {
    font-weight: 300;
}
.mega-tab-trigger .card .mega-tab i {
    position: absolute;
    font-size: .85rem;
    right: 15px;
}

.mega-tab-trigger[aria-expanded="false"] .card .mega-tab i {
    top: calc(50% - 3px);
    bottom: 0;
}

.mega-tab-trigger[aria-expanded="true"] .card .mega-tab i {
    transform: rotate(180deg);
    bottom: calc(50% - 9px);
}

.mega-tab-trigger[aria-expanded="true"] .card .mega-tab h2,
.mega-tab-trigger .card .mega-tab:hover h2 {
    color: #cc4000;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 576px) {
    .mega-tab-trigger .card .mega-tab h2 {
        font-size: 1rem;
    }
    .megacorp .report h5 {
        font-size: .98rem;
    }
    .mega-tab-trigger .card .mega-tab i {
        font-size: .65rem;
    }
}

.overlay-txt-middle {
    background: -moz-linear-gradient(top, rgba(150, 88, 15,0) 40%, rgba(150, 88, 15,0.3) 50%, rgba(150, 88, 15,0.9) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(150, 88, 15,0) 40%,rgba(150, 88, 15,0.3) 50%,rgba(150, 88, 15,0.9) 100%) !important;
    background: linear-gradient(to bottom, rgba(150, 88, 15,0) 40%,rgba(150, 88, 15,0.3) 50%,rgba(150, 88, 15,0.9) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c4e0a', endColorstr='#cc8c4e0a',GradientType=0 );
    color: #fff !important;
}

.overlay-txt-middle h2 {
    font-size: 1.5rem !important;
    color: #fff !important;
}

@media (min-width: 992px) {
    .overlay-txt-middle h2 {
        padding-top: 36% !important;
    }
}

.overlay-txt-middle a {
    color: #fff !important;
	margin-top: 12px;
}

.overlay-txt-middle p {
    font-family: 'open_sansregular' !important;
	font-size: 90%;
	line-height: 1.2;
    padding: 0 !important;
	margin: 6px 0 0;
}

.carousel-item .overlay-txt-middle {
    background: rgba(150,92,0,0.55) !important;
}

.carousel-item .overlay-txt-middle h6 {
    color: #fff !important;
    padding-top: 20%;
    font-size: .7rem;
}

.overlay-txt-middle.bottom-index-img > h2 {
    font-family: 'open_sansbold' !important;
	font-size: 1.5rem !important;
    color: #fff !important;
    text-align: center !important;
}

@media (max-width: 479.98px) {
    .overlay-txt-middle.bottom-index-img > h2 {
        padding-top: 8% !important;
    }
}

@media (min-width: 480px) and (max-width: 767.98px) {
    .overlay-txt-middle h2, .overlay-txt-middle.bottom-index-img > h2 {
        padding-top: 25% !important;
    }
}

@media (max-width: 420px) {
    .carousel-item .overlay-txt-middle h6 {
        padding-top: 0;
        margin-top: -25px !important;
    }
}

.carousel-item .overlay-txt-middle.bottom-index-img > h2 {
    font-size: 1.2rem !important;
    padding-top: 0 !important;
    color: #fff !important;
    text-align: center !important;
}

.carousel-item .overlay-txt-middle a {
    color: #fff !important;
}

.carousel-item .carousel-caption small {
    text-align: center !important;
}

@media (min-width: 576px) {
    .carousel-inner > .carousel-item {
        height: auto !important;
    }
}

.carousel-index .carousel-control-prev-icon, .carousel-index .carousel-control-next-icon {
    background-color: transparent !important;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .carousel-index .carousel-control-prev-icon, .carousel-index .carousel-control-next-icon {
        width: 30px !important;
        height: 30px !important;
    }
}

.modal-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent !important;
    background: transparent;
    height: 100%;
    width: 100%;
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 900px;
    }
}

.board-title h2 {
    font-size: 1.1rem;
}

.board-title p {
    color: #888;
}

.board-title img {
    width: 100%;
    padding: 0 20%;
    margin-bottom: 12px;
}

.modal {
    z-index: 1600 !important;
}

.modal-body h4 {
    margin-top: 0;
}

.modal-body img {
    width: 100%;
    padding: 0;
}

@media (max-width: 991.98px) {
    .modal-body h3,
    .modal-body h4 {
        text-align: center;
    }
    .modal-body img {
        padding: 0 22% 1rem;
    }
    .board-title h2 {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .modal-body h3 {
        font-size: 1.3rem;
    }
    .modal-body h4 {
        font-size: 1.1rem;
    }
    .modal-body img {
        padding: 0 16% 1rem;
    }
    .board-title img {
        padding: 0 3%;
    }
}

.modal-body .close {
    position: absolute;
    font-size: 2.5rem;
    right: 15px;
    top: -10px;
    z-index: 9;
}

.modal-body .close span {
    font-weight: 300;
}

.modal .fade .modal-dialog {
    -webkit-transition: .3s ease-out !important;
    transition: .3s ease-out !important;
}

.form-control:focus {
    border-color: #f47b20;
    box-shadow: 0 0 0 .2rem rgba(242, 201, 118, .5);
}

abbr[title] {
    display: none;
}

.mega-wbs .form-control {
    background-color: rgba(240, 233, 213, 0.36) !important;
    border: 0;
    border-radius: 22px;
    color: #888;
}

.mega-wbs p {
    margin-bottom: 5px;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .mega-wbs p {
        margin-bottom: 0;
    }
}

.mega-wbs .btn-submit {
    border-radius: 24px;
}

@media (max-width: 767.98px) {
    .overlay-txt-middle {
    position: absolute;
    top: 15%;
    height: 85%;
    text-align: center;
    color: #000;
    background-color: rgba(255,255,255,.7);
    left: 0;
    width: 100%;
	padding-top: 0 !important;
    }

    .carousel-item .overlay-txt-middle{
        top:0;
        height: 100%;
    }

    .carousel-item .overlay-txt-middle h6{
        margin-top: 5% !important;
    }

}

