/* HEADER-FOOTER : CSS */
.navbar-dark {
  background-color: rgba(0,46,102,1);
  box-shadow: 0.5px 0.5px 7px #000 !important;
}

.logo-tokofin {
  height: 40px;
  transition: .2s;
}

.logo-tokofin:hover {
  opacity: .8;
  height: 42px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle-split {
  margin-left: -5px;
}

.bold {
  font-weight: bold;
}

.nav-link a {
  color: #fff !important;
  transition: .2s;
}

.nav-link:hover a {
  color: rgba(255,184,51,1) !important;
  text-decoration: none;
}

.nav-divider {
  border-right: 1px solid #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.dropdown-item:hover {
  background-color: rgba(255,184,51,.8) !important;
}

.bg-footer {
  background-color: rgba(0,46,102,1);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-list {
  list-style: none;
}

.footer-title label {
  font-weight: bold;
  padding-left: 20px;
  line-height: 3em;
}

.footer-tag-up {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-list a {
  color: #fff;
  line-height: 2em;
  font-size: 13px;
  transition: .1s;
}

.footer-list a:hover {
  color: rgba(255,184,51,1);
  text-decoration: none;
}

.footer-tag-up p {
  font-size: 12.5px;
  font-weight: bold;
}

.footer-label label {
  display: block;
  text-align: right;
  padding-top: 7px;
  font-size: 12px;
}

.ojk-logo {
  height: 60px;
  transition: .2s;
}

.footer-logo img {
  height: 75px;
  padding-top: 20px;
  margin-top: 20px;
  transition: .2s;
}

.footer-label a {
  color: #fff;
}

.label-footer {
  font-size: 12px;
  margin-left: 20px;
}

.__b a {
  font-size: 12px;
}

.__b li {
  margin-left: -15px;
}

.footer-list li {
  margin-left: -15px;
}

.sosmed a {
  font-size: 30px;
}

.sosmed li {
  display: inline;
  padding-right: 30px;
}

.footer-logo img:hover {
  height: 80px;
  opacity: .8;
}
/* END : HEADER-FOOTER : CSS */

/* HOME : CSS */
.carousel-item {
  /*background-color: #c7dbe3;*/
  background-image: linear-gradient(134deg, #fbce50, #e08106);
}

.card, .card__inner, .img-thumbnail, figure, .blog-card {
  box-shadow: 0.5px 0.5px 2.5px #c4c4c4 !important;
}

.title-card label {
  font-size: 16px;
  text-align: center;
  display: block;
}

.title-card h4 {
  text-align: center;
  font-weight: bold;
}

.content-card label {
  font-size: 16px;
  text-align: center;
  display: block;
}

.content-card h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-head {
  width: 450px;
  margin-top: 50px;
  padding: 20px 20px;
  border-radius: 25px;
}

.btn-primary {
  background-color: rgba(102,232,255,1) !important;
  color: #000;
  border-color: rgba(102,232,255,1) !important;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: rgba(62,226,255,1) !important;
}

main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.title-main h3 {
  text-align: center;
  font-weight: bold;
}

.title-main h4 {
  text-align: center;
  font-weight: bold;
}

.title-main label {
  display: block;
  text-align: center;
  font-size: 14px;
}

.main-divider {
  width: 70px;
  border-top: 2px solid rgba(0,0,0,.5);
}

.img-header {
  height: 385px;
  padding-top: 20px;
}

.header-main {
  padding-top: 45px;
}

.product-list {
  margin-top: -50px;
}

.product-link {
  color: #000;
  text-decoration: none !important;
  transition: .2s;
  cursor: pointer;
}

.product-link:hover {
  color: rgba(0,46,102,1);
}

.icon-product {
  font-size: 50px;
  text-align: center;
  display: block;
}

.icon-product:hover {
  font-size: 55px;
}

.label-product {
  text-align: center;
  padding-top: 7px;
  margin-bottom: 0px;
}

.col-spacing {
  padding: 20px 20px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.partner-content {
  margin-top: 70px; 
}

.testimonial-content {
  margin-top: 130px;
}

.detail-products {
  margin-top: 25px;
}

* {
  box-sizing: border-box;
}

.wrapper {
  margin: 5em auto;
  max-width: 1000px;
}

.header {
  padding: 30px 30px 0;
  text-align: center;
}
.header__title {
  margin: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.1;
}
.header__subtitle {
  margin: 0;
  font-size: 1.5em;
  color: #949fb0;
  font-weight: 500;
  line-height: 1.1;
}

.cards {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
}

.card__products {
  margin: 15px;
  width: calc((100% / 3) - 30px);
  transition: all 0.2s ease-in-out;
}

.card__products:hover .card__inner {
  background-image: linear-gradient(134deg, #fbce50, #e08106);
    /*background-color: rgba(255,184,51,.8);*/
    color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card__inner {
  width: 100%;
  padding: 30px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 25px;
  border: 1px solid rgba(0,0,0,.125);
}
.card__inner:after {
  transition: all 0.3s ease-in-out;
}
.card__inner .fa {
  width: 100%;
  margin-top: 0.25em;
}
.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: rgba(0,46,102,1);
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 1.5em;
  border-radius: 25px;
}
.card__expander .fa {
  font-size: 0.75em;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.card__expander .fa:hover {
  opacity: 0.9;
}
.card__products.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.card__products.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.card__products.is-expanded .card__inner {
  background-image: linear-gradient(134deg, #fbce50, #e08106);
    /*background-color: rgba(255,184,51,.8);*/
    color: #000;
}
.card__products.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0,46,102,1);
}
.card__products.is-expanded .card__inner .fa:before {
  content: "\f115";
}
.card__products.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}
.card__products.is-expanded:hover .card__inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.card__products.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}
.card__products.is-inactive:hover .card__inner {
  background-color: #949fb0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.prod__detail {
  color: #fff;
}

.prod__detail:hover {
  text-decoration: none;
  color: #fff;
}

.prod_detail__menu {
  color: #000;
}

.prod_detail__menu:hover {
  text-decoration: none;
  color: #fff;
}

.prod__icon {
  font-size: 45px;
  text-align: center;
  display: block;
  transition: .2s;
}

.prod__icon:hover {
  font-size: 50px;
  color: #f5f5f5;
}

.prod_icon__menu {
  font-size: 45px;
  text-align: center;
  display: block;
  transition: .2s;
}

.prod_icon__menu:hover {
  font-size: 50px;
}

.prod__label {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.prod_label__menu {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.partner-img {
  height: 100px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  margin-right: 10px;
  /*filter: drop-shadow(1px 1px 5px gray);*/
}

.partner-list {
  margin-top: 50px;
}

.img-thumbnail {
  padding: 10px 10px;
  transition: .2s;
}

.img-thumbnail:hover {
  background-color: #f0f0f0;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.snip1473 {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  background-image: linear-gradient(134deg, #fbce50, #e08106);
  /*background-color: rgba(255,184,51,.8);*/
  padding-top: 88px;
}
.snip1473 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1473 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1473 figcaption {
  width: 100%;
  background-color: rgba(0,46,102,1);
  padding: 25px;
  position: relative;
  color: #fff;
}
.snip1473 .profile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  max-height: 88px;
  opacity: 1;
}
.snip1473 h3 {
  font-size: 1.3em;
  margin: 25px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.snip1473 h3 span {
  display: block;
  font-size: 0.65em;
  font-weight: 600;
  color: #000;
}
.snip1473 blockquote {
  margin: 0 0 10px;
  padding: 0 0 30px;
  letter-spacing: 1px;
  opacity: 1;
}
.snip1473 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 180px;
  line-height: 1em;
  color: #fff;
  font-style: normal;
  content: "\201D";
  right: 20px;
  bottom: -105px;
}

.testimoni-list {
  margin-top: 50px;
}

.about-bg {
  background-image: linear-gradient(134deg, #fbce50, #e08106);
  /*background-color: rgba(255,184,51,.8);*/
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-content {
  margin-top: 35px;
}

.card-about {
  margin-top: 95px;
}

.about-mascot {
  padding-top: 5px;
}

.mascot-img {
  width: 50%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.display-mobile {
  display: none;
}
/* END : HOME : CSS */

/*button social media*/

.btn {
  display: block;
  background: grey;
  text-decoration: none;
  margin: 15px 0;
  padding: 7px 20px 7px 20px;
  border-radius: 5px;
  position: relative;
}
.btn::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0), 0 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.btn:hover::after {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.2);
}

.btn-social {
  padding-left: 64px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.btn-social .fab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  line-height: 2.2;
  border-radius: 5px 0 0 5px;
}

.btn-social .fas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  line-height: 2.2;
  border-radius: 5px 0 0 5px;
}

.btn-facebook {
  background-color: #3b5897;
  color: #fff;
}

.btn-twitter {
  background-color: #53abee;
  color: #fff;
}

.btn-google {
  background-color: #de4e3b;
  color: #fff;
}

.btn-linkedin {
  background-color: #00a1db;
  color: #fff;
}

.btn-facebook,
.btn-twitter,
.btn-google,
.btn-social:hover {
  color: #f0f0f0;
}

/*--------------------
Form
--------------------*/
.form fieldset {
  border: none;
  padding: 0;
  margin: 20px 0;
  position: relative;
}
.form fieldset input {
  width: 100%;
  height: 41px;
  color: #333333;
  padding: 7px 20px 7px 20px;
  border-radius: 5px;
  font-size: 14px;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
.form button {
  width: 100%;
  outline: none !important;
  /*background: linear-gradient(-5deg, grey, #ffffff);*/
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 3px 0px rgba(115, 136, 89, 0.2);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/*--------------------
Signup
--------------------*/
.signup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 800px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
}

.signup-connect,
.signup-classic {
  width: 50%;
  padding: 30px 50px;
}

.signup-connect {
  background: linear-gradient(134deg, #fbce50, #e08106);
  color: white;
}
.signup-connect h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.signup-classic h2 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 23px;
  margin-bottom: 43px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.signup-classic fieldset::after {
  content: '\f007';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 2;
  width: 20px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.signup-classic fieldset.email::after {
  content: '\f0e0';
}
.signup-classic fieldset.password::after {
  content: '\f023';
}

/*--------------------
Signin
--------------------*/
.signin {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 1000px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
}

.signin-connect {
  width: 40%;
  padding: 30px 50px;
}
.signin-classic {
  width: 60%;
  padding: 30px 50px;
}

.signin-connect {
  background: linear-gradient(134deg, #fbce50, #e08106);
  color: white;
}
.signin-connect h1 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.signin-classic h2 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 23px;
  margin-bottom: 43px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.signin-classic fieldset::after {
  content: '\f007';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 2;
  width: 20px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.signin-classic fieldset.email::after {
  content: '\f0e0';
}
.signin-classic fieldset.password::after {
  content: '\f023';
}

/* menu CSS */
.header-menu {
  background-size: cover;
  margin-top: 66px;
  height: 370px;
}

.content-head h2 {
  font-weight: bold;
  margin-top: 50px;
}

.content-head {
  padding: 50px 0px 50px 0px;
}

.menu-content p {
  margin-top: 30px;
}

.btn-menu {

  margin: 0 auto !important;
}

.try-field {
  margin-top: 25px;
}

.label-menu {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.slick-slide {
  height: 16% !important;
}

.pad-bg {
  padding: 50px 50px;
}

/*PEN STYLES*/
.blog-card {
  font-family: 'Gotham-Book' !important;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}
.blog-card:hover .photo {
  -webkit-transform: scale(1.3) rotate(3deg);
          transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.blog-card .details,
.blog-card .description ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left .2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: .9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .description .author:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f00c";
}
.blog-card .description .date:before {
  font-family: FontAwesome;
  margin-right: 10px;
  content: "\f00c";
}
.blog-card .description .tags ul:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}
.blog-card .description .tags li {
  margin-right: 2px;
}
.blog-card .description .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: linear-gradient(134deg, #fbce50, #e08106);
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}

.menu__b {
  margin-top: 50px;
}

.product-card-img {
  height: 20vh;
  margin: 25px auto;
  vertical-align: middle;
  display: block;
}
.btn-card-menu {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.btn-card-menu:hover {
  color: #fff !important;
}

table td {
  padding-right: 10px;
  padding-bottom: 7px;
}

.icon-card-menu {
  color: #ffb833;
}

.card-in-menu {
  width: 500px;
  border-radius: 25px !important;
  margin: 0 auto;
  float: none;
  padding: 20px 20px;
}

.description p {
  font-size: 14px;
}

.description td {
  font-size: 14px;
}
/* menu CSS : END */

.breadcrumb-item {
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb-pos {
  margin-top: 65px;
}

.menu-head {
  margin-top: 30px;
}

.card-menu-menu {
  border-radius: 25px;
}

.card-menu-menu:hover {
  background-image: linear-gradient(134deg, #fbce50, #e08106);
}

/*card-talk*/
/* CSS talk bubble */
.talk-bubble {
  padding: 7% 7%;
  display: inline-block;
  position: relative;
  width: 350px;
  height: auto;
  background-color: white;
}
.border {
  border: 8px solid #000;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
} 

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #000 #000 transparent transparent;
}
.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: white white transparent transparent;
}