@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
* {
  font-family: "Open Sans"; }

html, body {
  height: 100%; }

a {
  color: #f5b900; }

a, a:hover, a:focus {
  color: #cc9a00;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  color: #6f6f6f;
  margin-bottom: 1.5em; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

.help-block {
  font-size: 13px; }

.cursor-pointer {
  cursor: pointer !important; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

.error-form {
  display: block;
  margin-top: 5px;
  font-family: "Open Sans";
  font-size: 11px;
  color: #F00; }

.alert {
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px; }
  .alert.alert-danger a {
    color: #721c24;
    font-weight: bold; }

.alert-mini {
  padding: 7px 15px !important; }

.alert .close {
  margin-top: -4px; }

.icon-facebook {
  color: #295396 !important; }

.icon-twitter {
  color: #28aae1 !important; }

.icon-instagram {
  color: #d6249f !important; }

.tbl-trans-info td {
  color: rgba(0, 0, 0, 0.56); }
  .tbl-trans-info td strong {
    color: rgba(0, 0, 0, 0.8); }

.btn-copy {
  font-size: 0.8125rem;
  color: #f5b900;
  cursor: pointer; }
  .btn-copy:hover {
    color: rgba(0, 0, 0, 0.7); }

.toolbar {
  float: left; }

.small-gutters {
  margin-right: -10px;
  margin-left: -10px; }
  .small-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.mb-pro {
  margin-bottom: 30px; }

#ifrm {
  display: none; }

.btn-main {
  padding: 8px 25px;
  font-size: 0.875rem;
  color: #FFF;
  background: #f5b900; }

.btn-table {
  font-size: 0.875rem; }

.btn-action {
  padding: 3px 10px;
  font-size: 0.75rem; }

.badge-konf {
  font-size: 0.75rem; }

.modal-kecil .modal-header, .modal-kecil .modal-footer {
  padding: 13px; }

.modal-konf .modal-footer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

#alert-konf {
  display: none; }

.next-page {
  text-align: center; }
  .next-page a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid #f5b900;
    border-radius: 30px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    .next-page a:hover {
      color: #fff;
      background-color: #f5b900;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .next-page a .fa {
      margin-left: 5px;
      font-size: 1rem; }

.modal-content .modal-title, .modal-content label, .modal-content .form-control, .modal-content .help-block {
  font-family: "Open Sans"; }
.modal-content label {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54); }
.modal-content .form-control {
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  border-radius: 3px; }
.modal-content .help-block {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.4); }

.modal-footer .btn {
  font-family: "Open Sans";
  font-size: 0.8125rem; }

.table-modal th, .table-modal td {
  padding: 5px 10px;
  font-family: "Open Sans";
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54); }

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  color: #FFF;
  border-left: 5px solid #eee; }
  .callout a {
    color: #fff;
    text-decoration: underline; }
    .callout a:hover {
      color: #eee; }
  .callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: bold; }
  .callout p {
    color: #fff; }
    .callout p:last-child {
      margin-bottom: 0;
      font-size: 13px;
      font-family: "Open Sans";
      line-height: 23px; }
  .callout ul, .callout ol {
    padding-left: 15px;
    margin-bottom: 0; }
    .callout ul li, .callout ol li {
      margin-bottom: 3px;
      font-size: 13px;
      font-family: "Open Sans"; }
      .callout ul li:last-child, .callout ol li:last-child {
        margin-bottom: 0; }

.callout code,
.callout .highlight {
  background-color: #fff; }

.callout.callout-danger {
  border-color: #c23321;
  background-color: #dd4b39 !important; }

.callout.callout-warning {
  border-color: #c87f0a;
  background-color: #f39c12 !important; }

.callout.callout-info {
  border-color: #0097bc;
  background-color: #00c0ef !important; }

.callout.callout-success {
  border-color: #00733e;
  background-color: #00a65a !important; }

.datepicker td, .datepicker th {
  font-size: 14px;
  width: 1.5em; }

.form-control.datepicker {
  padding: .375rem .75rem; }

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none; }

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px; }

.select2-container--default.select2-container--open {
  border-color: #3c8dbc; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white; }

.select2-results__option {
  padding: 6px 12px;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  padding-left: 15px;
  border: 1px solid #d2d6de;
  font-size: 14px !important; }

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
  font-size: 13px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

#loader {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999; }

.spinner {
  width: 40px;
  height: 40px;
  -webkit-animation: rotatee 2.0s infinite linear;
  animation: rotatee 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 40%;
  -webkit-animation: bouncee 2.0s infinite ease-in-out;
  animation: bouncee 2.0s infinite ease-in-out; }

.dot1 {
  background: #de1a32; }

.dot2 {
  top: auto;
  bottom: 0px;
  background: #0b3277;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes rotatee {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes bouncee {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.pagging nav ul li.active .page-link {
  padding: .5rem .75rem;
  font-family: "Oswald";
  font-size: 0.8125rem;
  background: #f5b900;
  border-color: #f5b900; }
.pagging nav ul li .page-link {
  padding: 0; }
.pagging nav ul li a {
  display: block;
  padding: .5rem .75rem;
  font-family: "Oswald";
  font-size: 0.8125rem; }

#main-header {
  background-color: #000; }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0; }

.logo img {
  width: 200px; }

#main-menu, .menu, .menu-sosmed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#main-menu label {
  display: none; }

.menu {
  margin-right: 30px; }
  .menu li {
    margin-right: 25px; }
    .menu li:last-child {
      margin-right: 0; }
    .menu li a {
      font-family: "Oswald";
      font-size: 1rem;
      color: #FFF;
      font-weight: 400;
      letter-spacing: 1px; }
      .menu li a:hover, .menu li a.active {
        color: #f5b900; }

.menu-sosmed li {
  margin-right: 15px; }
  .menu-sosmed li:last-child {
    margin-right: 0; }
  .menu-sosmed li a {
    color: #FFF; }

#toggle-menu {
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
  width: 30px;
  height: 25px;
  background-color: transparent;
  cursor: pointer; }
  #toggle-menu:hover span, #toggle-menu.active span {
    background-color: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    #toggle-menu:hover span:before, #toggle-menu.active span:before {
      top: 0;
      transform: rotate(45deg);
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    #toggle-menu:hover span:after, #toggle-menu.active span:after {
      bottom: 0;
      transform: rotate(-45deg);
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
  #toggle-menu span {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 2px;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    #toggle-menu span:before, #toggle-menu span:after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    #toggle-menu span:before {
      top: -6px; }
    #toggle-menu span:after {
      bottom: -6px; }

@media only screen and (max-width: 991px) {
  .logo img {
    width: 150px; }

  #main-menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    transform: translateX(-280px);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    #main-menu.active {
      transform: translateX(0);
      box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1); }
    #main-menu label {
      display: block;
      padding: 13px 15px;
      margin-bottom: 0;
      font-size: 0.75rem;
      color: #CCC;
      font-weight: bold;
      text-transform: uppercase;
      background-color: #F4F4F4; }

  #toggle-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    width: 100%; }
    .menu li {
      margin-right: 0; }
      .menu li a {
        display: block;
        padding: 10px 15px;
        padding-left: 25px;
        font-family: "Open Sans";
        font-size: 0.8125rem;
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #F4F4F4; }

  .menu-sosmed li {
    margin-right: 0;
    width: 25%;
    border-right: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4; }
    .menu-sosmed li:last-child {
      border-right: none; }
    .menu-sosmed li a {
      display: block;
      padding: 10px 0;
      color: #000;
      text-align: center; } }
.title-home h5 {
  margin-bottom: 10px;
  font-size: 0.8125rem;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 2px; }
.title-home p {
  font-family: "Oswald";
  font-size: 3.4375rem;
  color: #cccccc;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 55px; }
  .title-home p span {
    font-family: "Oswald";
    color: #f5b900; }

.title-page h5 {
  margin-bottom: 10px;
  font-size: 0.8125rem;
  color: #6f6f6f;
  text-transform: uppercase;
  letter-spacing: 2px; }
.title-page h2 {
  font-family: "Oswald";
  font-size: 3.4375rem;
  color: #cccccc;
  font-weight: bold;
  line-height: 55px; }
  .title-page h2 span {
    font-family: "Oswald";
    color: #f5b900; }

#banner {
  background-color: #000; }
  #banner img {
    opacity: .32; }

#content {
  padding: 80px 0; }

.banner-parallax {
  background-color: rgba(0, 0, 0, 0.32); }

#parallax {
  height: 350px;
  overflow: hidden;
  opacity: 0.8; }

@media only screen and (max-width: 991px) {
  .title-home p {
    font-size: 2.625rem;
    line-height: 42px; }

  .title-page h2 {
    font-size: 2.625rem;
    line-height: 42px; } }
@media only screen and (max-width: 767px) {
  #content {
    padding: 50px 0; }

  .title-home.text-right {
    text-align: left !important; }
  .title-home p {
    font-size: 2.375rem;
    line-height: 38px; }

  .title-page h2 {
    font-size: 2.375rem;
    line-height: 38px; }

  #parallax {
    height: 300px; } }
@media only screen and (max-width: 600px) {
  #parallax {
    height: 250px; } }
@media only screen and (max-width: 480px) {
  .title-home p {
    font-size: 1.75rem;
    line-height: 32px; }

  .title-page h2 {
    font-size: 1.75rem;
    line-height: 32px; }

  #parallax {
    height: 200px; } }
#welcome {
  position: relative; }
  #welcome:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #fff; }
  #welcome:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../../images/bg-welcome.jpg");
    background-size: cover; }

.content-welcome {
  padding: 80px 0;
  background-color: #fff; }

.box-best {
  margin-top: 50px;
  max-width: 400px; }

.item-best {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px; }
  .item-best:last-child {
    margin-bottom: 0; }

.item-best-img {
  margin-right: 20px; }
  .item-best-img img {
    width: 70px; }

.content-best h3 {
  margin-bottom: 5px;
  font-size: 1.125rem;
  color: #383737;
  font-weight: bold; }
.content-best p {
  font-size: 0.9375rem; }

@media only screen and (max-width: 991px) {
  #welcome:before {
    display: none; }
  #welcome:after {
    display: none; }

  .box-best {
    max-width: 500px; } }
@media only screen and (max-width: 767px) {
  .content-best h3 {
    margin-bottom: 5px;
    font-size: 1rem; }
  .content-best p {
    font-size: 0.875rem; } }
@media only screen and (max-width: 480px) {
  .content-best h3 {
    margin-bottom: 5px;
    font-size: 0.875rem;
    color: #383737;
    font-weight: bold; }
  .content-best p {
    font-size: 0.8125rem; } }
#about {
  padding: 80px 0;
  background-color: #000; }

.img-about-home {
  margin-bottom: -220px; }
  .img-about-home img {
    width: 100%;
    max-width: 440px; }

.content-about-home {
  margin-top: 50px;
  text-align: right; }
  .content-about-home p {
    font-size: 0.9375rem;
    color: #6f6f6f;
    line-height: 25px; }
  .content-about-home a {
    font-size: 0.8125rem; }

.content-about {
  margin-top: 50px; }
  .content-about p {
    font-size: 0.9375rem;
    color: #6f6f6f;
    line-height: 27px; }

@media only screen and (max-width: 767px) {
  .content-about {
    margin-top: 40px; }

  .content-about-home {
    margin-top: 40px;
    text-align: left; } }
@media only screen and (max-width: 480px) {
  .content-about {
    margin-top: 30px; } }
#service {
  padding-top: 200px;
  padding-bottom: 80px; }

.content-service-home {
  margin-top: 30px;
  width: 100%;
  max-width: 800px;
  font-size: 0.9375rem;
  line-height: 25px; }

.service-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 50px; }
  .service-slider .item-service-slider {
    padding: 0 15px; }

.detail-services {
  margin-top: 50px; }

.title-detail-services {
  margin-bottom: 20px;
  font-size: 1.875rem; }

.content-detail-services {
  margin-bottom: 30px; }
  .content-detail-services p {
    line-height: 28px; }

.gallery-detail-services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.itemgal-detail-services {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }

@media only screen and (max-width: 991px) {
  #service {
    padding-top: 80px;
    padding-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .detail-services {
    margin-top: 30px; }

  .title-detail-services {
    font-size: 1.125rem; }

  .content-detail-services {
    margin-bottom: 30px; }
    .content-detail-services p {
      font-size: 0.875rem;
      line-height: 25px; } }
@media only screen and (max-width: 600px) {
  .content-service-home {
    margin-top: 30px;
    font-size: 0.875rem; } }
#product {
  padding: 80px 0;
  background: url("../../images/bg-produk-home.jpg") center center;
  background-size: cover; }

.wrap-product-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%; }

.content-product-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 450px;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center; }
  .content-product-home h5 {
    margin-bottom: 15px;
    font-size: 0.75rem;
    color: #FFF;
    letter-spacing: 1px; }
  .content-product-home h2 {
    margin-bottom: 25px;
    font-family: "Oswald";
    font-size: 2.5rem;
    color: #FFF; }
    .content-product-home h2 span {
      font-family: "Oswald";
      color: #f5b900; }
  .content-product-home p {
    margin: 0 auto;
    width: 80%;
    font-size: 0.9375rem;
    color: #989898; }

.wrap-product {
  margin-top: 80px; }

.item-product {
  margin-bottom: 80px; }

.img-item-product {
  position: relative;
  display: block;
  padding-left: 35px; }
  .img-item-product.right {
    padding-left: 0;
    padding-right: 35px; }
    .img-item-product.right .link {
      left: calc(100% - 200px);
      transform: translate(0, 44px); }
  .img-item-product:hover .link {
    background-color: #333; }
    .img-item-product:hover .link span {
      color: #f5b900; }
  .img-item-product img {
    position: relative;
    z-index: 2; }
  .img-item-product .link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 35px;
    padding-bottom: 14px;
    width: 200px;
    height: 200px;
    background-color: #efefef;
    transform: translate(0, 44px);
    z-index: 1; }
    .img-item-product .link span {
      font-size: 0.75rem;
      font-weight: bold;
      color: #333; }
    .img-item-product .link .fa {
      margin-left: 15px; }

.content-item-product.text-right h2:before {
  left: 100%;
  transform: translateX(-50px); }
.content-item-product h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.875rem; }
  .content-item-product h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 150px;
    height: 2px;
    background-color: #f5b900;
    transform: translateX(-100px);
    z-index: 3; }
.content-item-product p {
  font-size: 1rem;
  line-height: 29px; }

@media only screen and (max-width: 767px) {
  .content-product-home h2 {
    font-size: 1.75rem; }
  .content-product-home p {
    font-size: 0.875rem; }

  .wrap-product {
    margin-top: 50px; }

  .item-product {
    margin-bottom: 30px; }
    .item-product:last-child {
      margin-bottom: 0; }
    .item-product .order-first {
      order: 1; }

  .img-item-product {
    padding-left: 0;
    margin-bottom: 20px; }
    .img-item-product.right {
      padding-right: 0; }
      .img-item-product.right .link {
        display: none; }
    .img-item-product img {
      position: relative;
      z-index: 2; }
    .img-item-product .link {
      display: none; }

  .content-item-product {
    border-bottom: 1px dotted #EEE; }
    .content-item-product.text-right {
      text-align: left !important; }
    .content-item-product h2 {
      margin-bottom: 15px;
      font-size: 1.5rem; }
      .content-item-product h2:before {
        display: none; }
    .content-item-product p {
      font-size: 0.875rem;
      line-height: 24px; } }
@media only screen and (max-width: 600px) {
  .content-item-product h2 {
    font-size: 1.125rem; } }
@media only screen and (max-width: 480px) {
  #product {
    padding: 50px 0; }

  .content-product-home {
    padding: 30px 20px;
    width: 100%;
    height: auto;
    border-radius: 5px; }
    .content-product-home h2 {
      margin-bottom: 20px;
      font-size: 1.5rem; }
    .content-product-home p {
      width: 100%;
      font-size: 0.875rem;
      line-height: 25px; } }
.content-contact {
  margin-top: 50px; }

.title-contact {
  margin-bottom: 25px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.form-contact .form-control {
  padding: 10px 12px;
  font-size: 0.75rem;
  border-radius: 0;
  font-weight: 600; }
.form-contact .btn {
  padding: 8px 15px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px; }

.item-contact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px; }

.ikon-kontak-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #333; }
  .ikon-kontak-info .fa {
    font-size: 1.125rem;
    color: #DDD; }

.body-contact-info label {
  margin-bottom: 3px;
  font-size: 0.75rem;
  color: #c29200;
  font-weight: bold; }
.body-contact-info .text {
  font-size: 0.75rem; }

#maps iframe {
  display: block; }

@media only screen and (max-width: 767px) {
  .form-contact {
    margin-bottom: 50px; } }
@media only screen and (max-width: 480px) {
  .content-contact {
    margin-top: 30px; }

  .form-contact {
    margin-bottom: 40px; } }
.top-footer {
  padding: 50px 0;
  background-color: #000; }

.logo-bottom img {
  width: 100%;
  max-width: 230px; }

.info-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.icon-info-footer {
  margin-right: 20px; }
  .icon-info-footer .fa {
    font-size: 2.1875rem;
    color: #f5b900; }

.content-info-footer p {
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #FFF; }
.content-info-footer label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  line-height: 20px; }
.content-info-footer a {
  font-size: 0.8125rem; }

.list-telp li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.8125rem;
  color: #787878; }
  .list-telp li:last-child {
    margin-right: 0; }
    .list-telp li:last-child:before {
      display: none; }
  .list-telp li:before {
    position: absolute;
    content: '|';
    top: -1px;
    right: -10px;
    color: #343434; }

.bottom-footer {
  padding: 20px 0;
  background-color: #090909; }

.content-bottom-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.menu-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .menu-bottom li {
    margin-right: 15px; }
    .menu-bottom li a {
      font-size: 0.8125rem; }

.copyright p {
  font-size: 0.8125rem;
  color: #727272; }
  .copyright p a {
    color: #727272; }
    .copyright p a:hover {
      color: #f5b900; }

@media only screen and (max-width: 991px) {
  .top-footer {
    padding: 30px 0; }

  .logo-bottom {
    margin-bottom: 25px;
    text-align: center; }

  .content-bottom-footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .menu-bottom {
    margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .info-footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px; }

  .icon-info-footer {
    margin-right: 0; }

  .content-info-footer {
    text-align: center; }
    .content-info-footer p {
      margin-bottom: 5px; }

  .copyright p {
    text-align: center; } }

/*# sourceMappingURL=lwd.style.css.map */
