* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.overflow {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
  padding: 0 100px;
}

.content-wrapper:after, .hr-top:after, .gw-content:after, .col-do-full:after {
  content: '';
  display: block;
  clear: both;
}

.header-left {
  float: left;
}

.logo {
  display: block;
  width: 250px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.header-right, .language, .other-menus {
  float: right;
}

.language, .other-menus {
  font-size: 10px;
}

.lang:hover, .lang.active, .other-menus a:hover {
  color: #0071bc;
}

.other-menus a {
  margin-right: 50px;
}

.hr-bottom {
  margin-top: 10px;
}

/* MENU RESPONSIVE */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  position: relative;
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  color: #000;
  padding: 16px 17px 40px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

#cssmenu > ul > li:hover > a {
  color: #0071bc;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background-color: #eeeeee;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #929292;
  background-color: #f5f5f5;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#cssmenu.small-screen {
  width: 100%;
  text-align: right;
}

#cssmenu.small-screen ul {
  position: fixed;
  width: 100%;
  display: none;
  text-align: left;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

#cssmenu.small-screen > ul:before {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

#cssmenu.small-screen > ul {
  top: 80px;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

#cssmenu.small-screen.align-center > ul {
  text-align: left;
}

#cssmenu.small-screen ul li {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu.small-screen > ul > li:last-child {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}

#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  font-size: 16px;
  padding: 20px 50px;
}

#cssmenu.small-screen > ul > li {
  float: none;
}

#cssmenu.small-screen ul ul li a {
  padding-left: 25px;
}

#cssmenu.small-screen ul ul ul li a {
  padding-left: 35px;
}

#cssmenu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}

#cssmenu.small-screen ul ul li a {
  color: #000 !important;
  padding-left: 85px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen ul ul li:hover a {
  padding-left: 105px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color: #ffffff;
}

#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}

#cssmenu.small-screen #menu-button {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 40px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #000;
  cursor: pointer;
}

#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 24px;
  right: 13px;
  display: block;
  height: 5px;
  width: 24px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 17px;
  right: 13px;
  display: block;
  height: 2px;
  width: 24px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 24px;
  border: 0;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 24px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 56px;
  width: 56px;
  cursor: pointer;
}

#cssmenu.small-screen .submenu-button.submenu-opened {
  background: #fff;
}

#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}

#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 27px;
  right: 18px;
  width: 20px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}

#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #ddd;
}

#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 18px;
  right: 27px;
  display: block;
  width: 2px;
  height: 20px;
  background: #ddd;
  content: "";
}

#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#cssmenu.small-screen.select-list {
  padding: 5px;
}

#cssmenu.small-screen > ul > li > a, #cssmenu.small-screen > ul > li.current:hover > a {
  padding-left: 50px;
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
}

#cssmenu.small-screen > ul > li:after, #cssmenu.small-screen > ul > li:before {
  left: 0;
}

#cssmenu.small-screen > ul > li.current:after, #cssmenu.small-screen > ul > li.current:before, #cssmenu.small-screen > ul > li:hover:after, #cssmenu.small-screen > ul > li:hover:before {
  width: 15px;
  height: 15px;
  margin-left: 0;
}

#cssmenu.small-screen > ul > li:after {
  bottom: initial;
  top: 26px;
}

#cssmenu.small-screen > ul > li:before {
  top: 15px;
}

#cssmenu.small-screen > ul > li:hover > a {
  padding-left: 65px;
  -webkit-transition: padding .25s ease-in-out;
  transition: padding .25s ease-in-out;
}

.content-page {
  padding-top: 100px;
}

.header-page {
  position: relative;
  text-align: center;
  color: #fff;
  padding-bottom: 20%;
  background-size: cover;
}

.hp-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.title-page-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.title-page {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 800;
}

.main-title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.main-title-wrapper:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/favicon.png");
  background-size: cover;
}

.main-title {
  font-size: 24px;
  font-weight: 800;
  color: #0071bc;
  margin-top: 20px;
}

.content-page .content-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}

.grey-wrapper {
  padding: 50px;
  background-color: #f8f8f8;
}

.gw-content {
  position: relative;
}

.rslides {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}

.main-img-gallery {
  width: 100%;
}

.mig-wrapper {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.img-porto img {
  width: 100%;
}

.accordion {
  width: 50%;
  min-height: 900px;
}

.accordion li {
  margin: 20px 0;
}

ul .inner {
  padding-left: 30px;
  overflow: hidden;
  display: none;
}

ul .inner.show {
  display: block;
}

ul li {
  margin: .5em 0;
}

ul li a.toggle {
  position: relative;
  width: 100%;
  display: block;
  padding: 15px;
  padding-left: 30px;
  font-weight: 600;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

ul li > a.toggle:hover {
  color: #0071bc;
}

ul li > a.toggle.arrow:hover {
  color: initial;
}

ul li li > a.toggle:hover {
  color: initial;
}

ul li li > a.toggle.arrow:hover {
  color: #fff;
}

ul li li a.toggle {
  padding-left: 15px;
  background-color: #e6e7e8;
}

ul li li a.toggle:hover {
  background-color: #c8c8c8;
}

ul li li a.toggle.arrow {
  color: #fff;
  background-color: #0071bc;
}

ul li a.toggle.arrow {
  cursor: default;
}

ul li a.toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-tab-h.png");
  background-size: cover;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

ul li a.toggle.arrow:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

ul li li a.toggle span {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 10px;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #414042;
}

ul li li a.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -6px;
  left: initial;
  right: 21px;
  width: 3px;
  height: 12px;
  background: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul li li a.toggle:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -1px;
  left: initial;
  right: 17px;
  width: 12px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

ul li li a.toggle.arrow:before {
  opacity: 0;
}

.thumb-gallery {
  text-align: center;
  font-size: 0;
  margin: 0 -20px;
}

ul ul .thumb-gallery {
  margin: 0 -20px 0 -50px;
}

.thumb-gallery li {
  display: inline-block;
  font-size: 14px;
  padding: 20px;
  width: 25%;
  vertical-align: top;
}

.thumb-3-column li {
  width: 33.33333%;
}

.bg-thumb {
  background-color: #e6e7e8;
}

.thumb {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: #e6e7e8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 4px solid #f8f8f8;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bg-thumb .thumb {
  background-size: contain;
}

.thumb-3-column li .thumb {
  padding-bottom: 200%;
}

.thumb:hover {
  opacity: .8;
}

.callbacks_here .thumb {
  opacity: 1;
  border: 4px solid #0071bc;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.item-name {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}

.box-info-item {
  margin-top: 50px;
  padding: 30px;
  color: #fff;
  background-color: #0071bc;
  font-weight: 600;
}

.category-item {
  margin: 5px 0;
}

.detail-info {
  padding-left: 10px;
}

.detail-info td {
  padding: 5px 0;
}

.detail-info tr > td:first-of-type {
  width: 100%;
}

.additional-box {
  padding: 20px 30px;
  margin-top: 10px;
  line-height: 1.5;
  background-color: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid #000;
}

.button-additional {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}

.button-additional a {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  width: 45%;
  padding: 30px 0;
  margin-right: 5%;
  color: #fff;
  background-color: #0071bc;
}

.button-additional a:hover {
  background-color: #0061a2;
}

.footer {
  padding: 60px 0;
  line-height: 1.5;
  color: #bcbec0;
  background-color: #414042;
}

.col-footer {
  float: left;
  width: 25%;
  padding-right: 100px;
}

#col-f-1, #col-f-2 {
  width: 32.5%;
}

#col-f-3 {
  width: 20%;
  padding-right: 50px;
}

#col-f-4 {
  width: 15%;
  padding-right: 0;
}

.footer a {
  color: #bcbec0;
}

.footer a:hover {
  color: #fff;
}

.logo-bottom {
  display: block;
  width: 250px;
  height: 50px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.detail-footer {
  position: relative;
  padding: 10px 0 10px 70px;
  margin: 10px 0 0;
}

.icon-detail {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.title-footer {
  font-weight: 700;
  margin: 30px 0;
}

.paragraph {
  text-align: justify;
}

.link-footer-wrapper li {
  margin: 0;
}

.logo-sertifikasi {
  padding-bottom: 35%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-bottom: 15px;
}

#order-content {
  padding-top: 50px;
}

.left-order-content, .right-order-content {
  float: left;
  width: 50%;
  max-height: 1000px;
  overflow: auto;
}

.loc {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.right-order-content .accordion {
  width: 100%;
}

.right-order-content ul li a.toggle.arrow {
  color: #0071bc;
  font-size: 16px;
  font-weight: 700;
}

.right-order-content ul li a.toggle.arrow:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.title-detail {
  font-weight: 700;
  margin-bottom: 10px;
}

.detail-order {
  margin-bottom: 20px;
  line-height: 1.5;
}

.col-do-left {
  width: 50%;
  float: left;
}

.col-do-full {
  padding: 5px 0;
}

.detail-order p {
  padding: 5px 0;
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.075);
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0 !important;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

/*
 * Fix
 * Version 0.1.1
 * https://github.com/jaydenseric/Fix
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: block;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
