@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");
@font-face {
  font-family: "Konnect";
  src: url("../../fonts/konnect/Konnect-Light.otf");
  font-weight: 300; }
@font-face {
  font-family: "Konnect";
  src: url("../../fonts/konnect/Konnect-Regular.otf"); }
@font-face {
  font-family: "Konnect";
  src: url("../../fonts/konnect/Konnect-Medium.otf");
  font-weight: 600; }
@font-face {
  font-family: "Konnect";
  src: url("../../fonts/konnect/Konnect-Bold.otf");
  font-weight: 700; }
* {
  font-family: "Poppins", sans-serif; }

html, body {
  height: 100%;
  color: #1D1D1D; }

a {
  color: #F36E21; }

a, a:hover, a:focus {
  color: #df590c;
  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: "Poppins", sans-serif;
  font-size: 11px;
  color: #F00; }
  .error-form p {
    margin-bottom: 0;
    color: #F00;
    line-height: 11px; }

.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; }

.empty-data {
  padding: 50px 0;
  text-align: center; }
  .empty-data img {
    width: 50%; }

label sup {
  color: red; }

.group-input {
  margin-bottom: 10px; }

.custom-input {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.7);
  border-radius: 4px;
  overflow: hidden; }
  .custom-input .input-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    color: #787878;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1; }
    .custom-input .input-icon .fa {
      font-size: 0.9375rem; }
  .custom-input input {
    position: relative;
    padding: 8px 40px;
    padding-right: 15px;
    width: 100%;
    color: #676767;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 2; }

.custom-select {
  font-size: 0.8125rem; }
  .custom-select.sort {
    padding: 5px 10px;
    padding-right: 30px;
    height: auto;
    font-size: 0.8125rem; }

.text {
  font-size: 0.875rem; }
  .text p, .text li {
    font-size: 0.875rem;
    line-height: 24px; }

.paragraph p {
  font-size: 1rem;
  line-height: 34px; }

/*
 * 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-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; }

.btn-main {
  color: #fff;
  background-color: #F36E21; }
  .btn-main:hover {
    background-color: #f68e51; }

.form-group label {
  margin-bottom: 5px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.7); }

.form-control {
  padding: 8px 12px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  border: solid 1px #e0e0e0;
  border-radius: 3px; }
  .form-control:focus {
    border: solid 1px #F36E21;
    box-shadow: none; }
  .form-control:invalid {
    box-shadow: none; }

.btn {
  padding: 10px 27px;
  font-size: 0.8125rem;
  border-radius: 3px; }

.datepicker td, .datepicker th {
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  border-radius: 3px; }

.btn-tbl {
  padding: 5px 10px;
  font-size: 0.6875rem;
  background-color: #f1f1f1;
  border-radius: 3px; }
  .btn-tbl.success, .btn-tbl.primary {
    color: #fff; }
  .btn-tbl.success {
    color: #fff;
    background-color: #28a745; }
  .btn-tbl.primary {
    background-color: #007bff; }

.wrap-carousel-promo, .wrap-carousel-new {
  position: relative; }
  .wrap-carousel-promo:hover .arrow-nav.pro-prev img, .wrap-carousel-promo:hover .arrow-nav.pro-next img, .wrap-carousel-promo:hover .arrow-nav.promo-prev img, .wrap-carousel-promo:hover .arrow-nav.promo-next img, .wrap-carousel-new:hover .arrow-nav.pro-prev img, .wrap-carousel-new:hover .arrow-nav.pro-next img, .wrap-carousel-new:hover .arrow-nav.promo-prev img, .wrap-carousel-new:hover .arrow-nav.promo-next img {
    opacity: 1; }

.arrow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .arrow-nav.promo-prev.arrow-left, .arrow-nav.promo-next.arrow-left {
    left: -60px; }
  .arrow-nav.promo-prev.arrow-right, .arrow-nav.promo-next.arrow-right {
    right: -60px; }
  .arrow-nav.promo-prev img, .arrow-nav.promo-next img {
    width: 50px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .arrow-nav.pro-prev.arrow-left, .arrow-nav.pro-next.arrow-left {
    left: -40px; }
  .arrow-nav.pro-prev.arrow-right, .arrow-nav.pro-next.arrow-right {
    right: -40px; }
  .arrow-nav.pro-prev img, .arrow-nav.pro-next img {
    width: 30px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

input:focus, button:focus {
  outline: none; }

.wrap {
  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;
  width: 100%;
  height: 100%; }

.item h1 {
  font-size: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px; }
.item h2 {
  font-size: 1rem;
  color: #898989;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

.toast-success {
  color: #155724;
  background: #d4edda; }

.toast-warning {
  color: #856404;
  background: #fff3cd; }

.toast-danger {
  color: #721c24;
  background: #f8d7da; }

.whatsapp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99; }
  .whatsapp li {
    margin-right: 10px; }
    .whatsapp li:last-child {
      margin-right: 0; }
    .whatsapp li a {
      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;
      width: 50px;
      height: 50px;
      font-size: 2rem;
      color: #fff;
      background: green;
      border-radius: 50%; }
      .whatsapp li a:hover {
        background: #009a00; }

@media only screen and (max-width: 1024px) {
  .arrow-nav {
    display: none; } }
@media only screen and (max-width: 767.8px) {
  .paragraph p {
    font-size: 0.9375rem;
    line-height: 26px; } }
.pagging nav ul li.active .page-link {
  padding: .5rem .75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  background: #F36E21;
  border-color: #F36E21; }
.pagging nav ul li .page-link {
  padding: 0; }
.pagging nav ul li a {
  display: block;
  padding: .5rem .75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem; }

.page-item {
  margin-right: 10px; }
  .page-item.active .page-link {
    background: #F36E21;
    border-color: #F36E21; }
  .page-item:first-child .page-link {
    border-radius: 50%; }
  .page-item:last-child .page-link {
    border-radius: 50%; }
  .page-item .page-link {
    padding: 9px 15px;
    color: #F36E21;
    border-radius: 50%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.32);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.03) 91%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.32)), color-stop(91%, rgba(255, 255, 255, 0.03)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.03) 91%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.03) 91%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.03) 91%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.03) 91%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  z-index: 999; }
  header.active, header.active-page {
    background: #fff;
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, 0.7); }
    header.active #logo img, header.active-page #logo img {
      width: 60px;
      transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      -webkit-transition: 0.4s; }

.space-header {
  height: 80.2333px; }

.wrap-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: 80px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s; }

#menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  #menu ul li {
    margin-right: 30px; }
    #menu ul li:last-child {
      margin-right: 0; }
    #menu ul li a {
      display: block;
      font-size: 0.875rem;
      color: #1D1D1D;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
      #menu ul li a.active {
        color: #F36E21;
        font-weight: 800; }
      #menu ul li a:hover {
        color: #F36E21;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }

#menu-icon ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  #menu-icon ul li {
    margin-right: 20px; }
    #menu-icon ul li:last-child {
      margin-right: 0; }
    #menu-icon ul li a {
      position: relative; }
      #menu-icon ul li a span {
        position: absolute;
        top: -2px;
        right: -2px;
        padding: 1px 5px;
        font-size: 0.5625rem;
        color: #fff;
        background: red;
        border-radius: 20px; }

.warp-logo {
  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; }

.toggle-menu {
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 20px;
  width: 24px;
  height: 24px; }
  .toggle-menu.active span, .toggle-menu:hover span {
    background: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    .toggle-menu.active span:before, .toggle-menu.active span:after, .toggle-menu:hover span:before, .toggle-menu:hover span:after {
      top: 0;
      bottom: 0;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .toggle-menu.active span:before, .toggle-menu:hover span:before {
      transform: rotate(45deg); }
    .toggle-menu.active span:after, .toggle-menu:hover span:after {
      transform: rotate(-45deg); }
  .toggle-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    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: #000;
      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; }

.logo-aside {
  display: none;
  position: relative;
  padding: 20px 30px;
  background: #F36E21; }
  .logo-aside img {
    width: 60px; }

.close-menu {
  position: absolute;
  content: '';
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px; }
  .close-menu:before, .close-menu:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a54209; }
  .close-menu:before {
    transform: rotate(45deg); }
  .close-menu:after {
    transform: rotate(-45deg); }

#search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #f1f1f1;
  z-index: 9; }
  #search .btn-secondary {
    color: #333;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-left: none; }
    #search .btn-secondary:hover {
      color: #fff;
      border-color: #454545;
      background: #454545; }
    #search .btn-secondary:focus, #search .btn-secondary:active {
      color: #fff;
      border-color: #898989;
      background: #898989;
      box-shadow: none; }

@media only screen and (max-width: 991.8px) {
  header {
    background: #fff;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, 0.7); }

  #logo img {
    width: 40px; }

  .logo-aside {
    display: block; }

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

  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 13px 0 20px rgba(119, 131, 143, 0.08);
    visibility: hidden;
    opacity: 0;
    transform: translateX(-320px);
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 999; }
    #menu.active {
      visibility: visible;
      opacity: 1;
      transform: translate(0);
      transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s; }
    #menu ul {
      display: block;
      height: 100%;
      overflow-y: auto; }
      #menu ul li {
        margin-right: 0;
        padding: 13px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }
#page {
  padding: 70px 0; }

.title-content {
  text-align: center; }
  .title-content h2 {
    font-family: "Times New Roman", sans-serif;
    font-size: 2.5rem;
    font-weight: bold; }
  .title-content p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: #1D1D1D; }

#breadcrumb {
  padding: 15px 0;
  background: #EEEEEE; }
  #breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #breadcrumb ul li {
      position: relative;
      margin-right: 25px;
      font-size: 0.8125rem;
      color: #1D1D1D; }
      #breadcrumb ul li:before {
        position: absolute;
        content: '/';
        top: 3px;
        right: -15px;
        font-size: 0.6875rem;
        color: #6f6f6f; }
      #breadcrumb ul li:last-child {
        margin-right: 0; }
        #breadcrumb ul li:last-child:before {
          display: none; }
      #breadcrumb ul li a {
        display: block;
        font-size: 0.8125rem;
        color: #6f6f6f; }

@media only screen and (max-width: 991.8px) {
  #slider {
    margin-top: 60px; }

  .title-content h2 {
    font-size: 2rem; }
  .title-content p {
    font-size: 0.875rem; }

  .main-title h1 {
    font-size: 1.75rem; } }
@media only screen and (max-width: 767.8px) {
  .title-content h2 {
    font-size: 1.625rem; }

  .main-title h1 {
    font-size: 1.5rem; } }
@media only screen and (max-width: 575px) {
  .title-content h2 {
    font-size: 1.5rem; }

  .main-title h1 {
    font-size: 1.25rem; } }
#banner-home {
  padding: 50px 0;
  background: #F5F5F5; }

.grid-banner {
  display: grid;
  grid-template-areas: 'banner1 banner2' 'banner3 banner2' 'banner3 banner4';
  grid-gap: 10px; }

.item-banner {
  position: relative;
  background-size: cover; }
  .item-banner:nth-child(1) {
    grid-area: banner1;
    height: 200px; }
  .item-banner:nth-child(2) {
    grid-area: banner2;
    height: 350px; }
  .item-banner:nth-child(3) {
    grid-area: banner3;
    height: 350px; }
  .item-banner:nth-child(4) {
    grid-area: banner4;
    height: 200px; }
  .item-banner img {
    border-radius: 5px; }

.content-banner {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3); }
  .content-banner:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: transparent;
    border: 1px solid #fff;
    transform: translate(-50%, -50%); }
  .content-banner span {
    display: block;
    font-size: 0.8125rem;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .content-banner h3 {
    font-family: "Times New Roman", sans-serif;
    font-size: 2rem;
    color: #fff;
    font-weight: bold; }

#banner {
  position: relative; }
  #banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #banner ul li {
      position: relative;
      margin-right: 25px; }
      #banner ul li:before {
        position: absolute;
        content: '/';
        top: 3px;
        right: -15px;
        font-size: 0.6875rem;
        color: #6f6f6f; }
      #banner ul li:last-child {
        margin-right: 0; }
        #banner ul li:last-child:before {
          display: none; }
      #banner ul li a {
        display: block;
        font-size: 0.8125rem;
        color: #6f6f6f; }

.parallax {
  height: 360px;
  background: transparent; }

.banner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 32px;
  width: 100%; }

.title-page {
  margin-bottom: 20px;
  font-family: "Times New Roman", sans-serif;
  font-size: 4.375rem;
  font-weight: bold; }

@media only screen and (max-width: 991.8px) {
  .content-banner span {
    font-size: 0.75rem; }
  .content-banner h3 {
    font-size: 1.5rem; }

  .parallax {
    height: 250px; }

  .title-page {
    margin-bottom: 10px;
    font-size: 2.25rem; } }
@media only screen and (max-width: 767.8px) {
  .parallax {
    height: 200px; }

  .title-page {
    font-size: 1.625rem; } }
@media only screen and (max-width: 480px) {
  .parallax {
    height: 120px; }

  .banner-content {
    margin-bottom: 20px; }

  .title-page {
    margin-bottom: 5px;
    font-size: 1.375rem; } }
#best-seller {
  padding: 70px 0; }

.wrap-slide-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px; }

.item-slide-product {
  width: 100%; }

.item-product {
  display: block; }

.content-product {
  margin-top: 15px; }
  .content-product h3 {
    font-size: 0.9375rem;
    color: #1D1D1D;
    font-weight: normal; }

.price-product {
  margin-top: 3px; }
  .price-product .main-price {
    font-size: 0.8125rem;
    font-weight: 700; }
  .price-product .discount-price {
    margin-left: 10px;
    font-size: 0.75rem;
    color: #6f6f6f;
    font-style: italic;
    text-decoration: line-through; }

#recomended {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px; }
  #recomended:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #F36E21;
    z-index: 1; }
  #recomended .container {
    position: relative;
    z-index: 2; }

.single-product {
  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;
  padding-left: 30px;
  padding-bottom: 30px; }

.image-single-product {
  position: relative;
  width: 350px; }
  .image-single-product:before {
    position: absolute;
    content: '';
    top: 30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #fff;
    z-index: 1; }
  .image-single-product img {
    position: relative;
    width: 100%;
    z-index: 2; }

.content-single-product {
  padding-left: 40px;
  width: calc(100% - 350px); }
  .content-single-product h2 {
    margin-bottom: 12px;
    font-family: "Times New Roman", sans-serif;
    font-size: 1.625rem;
    color: #1D1D1D;
    font-weight: bold; }
  .content-single-product h3 {
    margin-bottom: 12px;
    font-size: 2.1875rem;
    color: #1D1D1D;
    font-weight: normal; }
  .content-single-product span {
    display: block;
    font-size: 1.75rem;
    color: #F36E21;
    font-weight: bold; }
    .content-single-product span.disc {
      font-size: 0.9375rem;
      color: #6f6f6f;
      font-weight: 300;
      font-style: italic;
      text-decoration: line-through; }

#feature {
  padding: 70px 0; }

.wrap-feature-product {
  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 -10px;
  margin-top: 40px; }

.item-feature-product {
  margin-bottom: 30px;
  width: calc(100% / 5);
  padding: 0 10px; }

.menu-feature {
  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;
  margin-top: 30px; }
  .menu-feature li {
    margin-right: 35px; }
    .menu-feature li:last-child {
      margin-right: 0; }
    .menu-feature li a {
      position: relative;
      display: block;
      font-size: 0.8125rem;
      color: #8A8A8A; }
      .menu-feature li a.active {
        color: #F36E21; }
        .menu-feature li a.active:before {
          position: absolute;
          content: '';
          left: -5px;
          bottom: -5px;
          width: calc(100% + 10px);
          height: 1px;
          background: #F36E21; }

.wrap-product {
  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 -10px; }

.item-main-product {
  padding: 0 10px;
  margin-bottom: 40px;
  width: calc(100% / 4); }

@media only screen and (max-width: 1024px) {
  .item-feature-product {
    width: calc(100% / 4); } }
@media only screen and (max-width: 991.8px) {
  #best-seller {
    padding: 50px 0; }

  .item-feature-product {
    width: calc(100% / 3); }

  .image-single-product {
    width: 250px; }
    .image-single-product:before {
      top: 20px;
      left: -20px; }

  .content-single-product {
    padding-left: 30px;
    width: calc(100% - 250px); }
    .content-single-product h2 {
      margin-bottom: 8px;
      font-size: 1.25rem; }
    .content-single-product h3 {
      margin-bottom: 8px;
      font-size: 1.625rem; }
    .content-single-product span {
      font-size: 1.375rem; }
      .content-single-product span.disc {
        font-size: 0.875rem; }

  .item-main-product {
    width: calc(100% / 3); } }
@media only screen and (max-width: 767.8px) {
  .item-feature-product {
    width: calc(100% / 2); }

  .image-single-product {
    width: 220px; }

  .content-single-product {
    width: calc(100% - 220px); }
    .content-single-product h2 {
      font-size: 1.125rem; }
    .content-single-product h3 {
      font-size: 1.375rem; }
    .content-single-product span {
      font-size: 1.125rem; }

  .item-main-product {
    width: calc(100% / 2); } }
@media only screen and (max-width: 480px) {
  .wrap-product {
    margin: 0 -5px; }

  .item-main-product {
    padding: 0 5px;
    margin-bottom: 30px; }

  .content-product h3 {
    font-size: 0.8125rem; }

  .price-product span {
    display: block; }
  .price-product .discount-price {
    margin-left: 0; } }
@media only screen and (max-width: 320px) {
  .item-main-product {
    width: 100%; } }
#product-detail {
  padding: 50px 0; }

.wrap-product-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.gallery {
  width: 35%; }

.main-gallery {
  border-radius: 3px;
  overflow: hidden;
  text-align: center; }
  .main-gallery img {
    width: 100%; }

.thumb-gallery {
  margin-top: 10px; }
  .thumb-gallery ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px; }
    .thumb-gallery ul li {
      padding: 0 5px;
      width: calc(100% / 4); }
      .thumb-gallery ul li a {
        display: block;
        border: 1px solid #EFEFEF;
        border-radius: 3px; }
        .thumb-gallery ul li a img {
          display: block;
          width: 100%; }

.content-product-detail {
  padding-left: 50px;
  width: 60%; }
  .content-product-detail h1 {
    padding-bottom: 12px;
    font-size: 1.75rem;
    font-weight: normal; }
  .content-product-detail p {
    font-size: 0.9375rem;
    line-height: 26px; }
  .content-product-detail ul {
    margin-bottom: 15px; }
    .content-product-detail ul li {
      margin-bottom: 5px;
      font-size: 0.9375rem; }
      .content-product-detail ul li:first-child {
        font-weight: bold; }

.category-product-detail {
  display: block;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #898989; }
  .category-product-detail:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #F36E21; }

.price-product-detail {
  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; }
  .price-product-detail .main-price span {
    font-size: 0.8125rem;
    color: #6f6f6f;
    text-decoration: line-through; }
  .price-product-detail .main-price .price-detail {
    font-size: 1.75rem;
    color: #F36E21;
    font-weight: 600; }

.wrap-add-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.qty-detail {
  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-top: 20px; }
  .qty-detail label {
    margin-right: 15px;
    font-weight: bold; }

.wrap-qty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 15px; }
  .wrap-qty span {
    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;
    width: 35px;
    height: 35px;
    border: 1px solid #E8E8E8;
    cursor: pointer; }
  .wrap-qty input[type=text] {
    width: 70px;
    font-size: 0.8125rem;
    text-align: center;
    border: 1px solid #E8E8E8;
    border-right: none;
    border-left: none; }

.wrap-button-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  width: 100%; }

.button-cart-product {
  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 15px;
  margin-right: 15px;
  font-size: 0.8125rem;
  width: 200px;
  color: #fff;
  background: #F36E21;
  border-radius: 5px;
  border: 1px solid #F36E21;
  text-align: left;
  cursor: pointer; }
  .button-cart-product .icon-bag {
    fill: #FFFFFF; }
  .button-cart-product:first-child {
    background: #484848;
    border-color: #484848; }

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

.desc-detail-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 5px solid #EEEEEE; }

.title-desc {
  width: 100px; }
  .title-desc h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 0.9375rem; }
    .title-desc h3:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: #F36E21; }

.content-desc {
  padding-left: 30px;
  width: calc(100% - 100px); }
  .content-desc p {
    font-size: 0.9375rem;
    color: #6f6f6f;
    line-height: 32px; }

.item-diskusi {
  padding-bottom: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee; }

.item-ask-diskusi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px; }
  .item-ask-diskusi:first-child .title-ask-diskusi {
    color: #F36E21; }

.title-ask-diskusi {
  width: 30px;
  font-size: 0.9375rem; }

.content-ask-diskusi {
  padding-top: 5px;
  width: calc(100% - 70px); }
  .content-ask-diskusi h3 {
    margin-bottom: 5px;
    font-size: 0.75rem;
    color: #949494; }
  .content-ask-diskusi p {
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: #1D1D1D; }

#related {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F6F6F6; }

@media only screen and (max-width: 991.8px) {
  .wrap-product-detail {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .gallery {
    margin-bottom: 50px;
    width: 100%; }

  .main-gallery img {
    width: 100%; }

  .content-product-detail {
    padding-left: 0;
    width: 100%; }
    .content-product-detail h1 {
      font-size: 1.5rem; }

  .price-product-detail .main-price .price-detail {
    font-size: 1.625rem; }

  .desc-detail-product {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .title-desc {
    margin-bottom: 20px;
    width: 100%; }

  .content-desc {
    padding-left: 0;
    width: 100%; }
    .content-desc p {
      font-size: 0.875rem;
      line-height: 30px; } }
@media only screen and (max-width: 767.8px) {
  .content-product-detail h1 {
    font-size: 1.25rem; }
  .content-product-detail p {
    font-size: 0.875rem;
    line-height: 26px; }
  .content-product-detail ul li {
    font-size: 0.875rem; }

  .content-desc p {
    font-size: 0.875rem;
    line-height: 26px; } }
@media only screen and (max-width: 600px) {
  .content-product-detail h1 {
    font-size: 1.125rem; } }
.wrap-info-ulasan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.angka-ulasan h3 {
  font-size: 2.25rem;
  font-weight: normal; }
  .angka-ulasan h3 span {
    font-size: 1.5625rem;
    color: #6f6f6f; }
.angka-ulasan .angka-star {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 5px 0; }
  .angka-ulasan .angka-star li {
    margin-right: 5px;
    font-size: 1.125rem;
    color: #FECE59; }
.angka-ulasan > span {
  font-size: 0.8125rem;
  color: #6f6f6f; }

.lis-star-info li {
  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: 5px; }
  .lis-star-info li span {
    margin-right: 10px;
    font-size: 0.8125rem;
    color: #1D1D1D; }
    .lis-star-info li span .fa {
      font-size: 0.6875rem;
      color: #FECE59; }
  .lis-star-info li .star-bar {
    position: relative;
    margin-right: 10px;
    width: 180px;
    height: 5px;
    background: #E5E5E5; }
    .lis-star-info li .star-bar .status-star-bar {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      background: #FADA04; }

.title-product-ulasan {
  margin-top: 10px;
  margin-bottom: 20px; }

.item-ulasan {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee; }
  .item-ulasan p {
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: #1D1D1D; }

.star-ulasan {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3px; }
  .star-ulasan li {
    margin-right: 3px;
    color: #ddd; }
    .star-ulasan li.active {
      color: #FADA04; }

.name-ulasan {
  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;
  margin-bottom: 10px; }
  .name-ulasan span {
    font-size: 0.75rem;
    color: #6f6f6f; }

@media only screen and (max-width: 991.8px) {
  .item-ulasan p {
    font-size: 0.875rem;
    line-height: 30px; } }
#product {
  padding: 50px 0; }

.wrap-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.sidebar {
  padding-top: 12px;
  width: 250px; }

.main-sidebar-title {
  margin-bottom: 20px;
  font-size: 1.5625rem;
  font-weight: bold; }

.item-sidebar {
  margin-bottom: 30px; }

.title-sidebar {
  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;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5); }
  .title-sidebar:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 50%;
    height: 3px;
    background: #F36E21; }
  .title-sidebar h3 {
    font-size: 1rem;
    font-weight: 500; }
  .title-sidebar .fa {
    font-size: 0.875rem; }

.sidelist-category li {
  position: relative;
  font-size: 0.875rem; }
  .sidelist-category li a {
    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: 5px 0;
    color: #1b1b1b; }
    .sidelist-category li a:hover, .sidelist-category li a.active {
      color: #F36E21; }
    .sidelist-category li a.active {
      font-weight: bold; }
    .sidelist-category li a .fa {
      font-size: 0.75rem; }
  .sidelist-category li ul {
    width: 100%;
    padding-left: 15px; }
    .sidelist-category li ul li a {
      color: #676767; }

.sidelist-brand li {
  position: relative;
  font-size: 0.875rem; }
  .sidelist-brand li a {
    display: block;
    padding: 3px 0;
    color: #1b1b1b; }
    .sidelist-brand li a:hover, .sidelist-brand li a.active {
      color: #F36E21; }
    .sidelist-brand li a.active {
      font-weight: bold; }
    .sidelist-brand li a .fa {
      margin-right: 5px;
      font-size: 0.875rem; }

.sidebar-price .form-group {
  margin-bottom: 10px; }
.sidebar-price input {
  padding: 7px 15px;
  width: 100%;
  font-size: 0.875rem;
  border-radius: 3px;
  border: 1px solid rgba(204, 204, 204, 0.7); }
.sidebar-price .btn-price {
  padding: 6px 17px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #F36E21;
  border: 1px solid #F36E21;
  border-radius: 3px;
  cursor: pointer; }

.content-page {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px; }

.top-page-product {
  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: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5); }
  .top-page-product h1 {
    font-size: 1rem;
    font-weight: 500; }
    .top-page-product h1 span {
      color: rgba(0, 0, 0, 0.54);
      font-weight: 300; }

.topbar-product {
  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 15px;
  background-color: #EC8C1E; }

.info-item {
  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; }
  .info-item h5 {
    margin-right: 20px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold; }

.show-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .show-item span, .show-item .show-item-select {
    font-size: 0.875rem;
    color: #fff; }
  .show-item span {
    margin-right: 5px;
    font-weight: bold; }
  .show-item .show-item-select {
    cursor: pointer; }
    .show-item .show-item-select .fa {
      margin-left: 8px; }
  .show-item ul {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 11px);
    right: -10px;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 99; }
    .show-item ul.active {
      visibility: visible; }
    .show-item ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .show-item ul li:last-child {
        border-bottom: none; }
      .show-item ul li a {
        display: block;
        padding: 7px 7px;
        font-size: 0.8125rem;
        color: rgba(0, 0, 0, 0.7);
        white-space: nowrap; }
        .show-item ul li a:hover {
          color: #EC8C1E; }

.sortby {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  position: relative; }
  .sortby span {
    margin-right: 7px;
    color: #fff;
    font-weight: bold; }
  .sortby ul {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 11px);
    right: -15px;
    min-width: 150px;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 99; }
    .sortby ul.active {
      visibility: visible; }
    .sortby ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .sortby ul li:last-child {
        border-bottom: none; }
      .sortby ul li a {
        display: block;
        padding: 7px 7px;
        font-size: 0.8125rem;
        color: rgba(0, 0, 0, 0.7);
        white-space: nowrap; }
        .sortby ul li a:hover {
          color: #EC8C1E; }

.select-sort {
  cursor: pointer;
  color: #fff; }
  .select-sort .fa {
    margin-left: 7px; }

@media only screen and (max-width: 991.8px) {
  .sidebar {
    display: none; }

  .content-page {
    margin-left: 0; }

  .top-page-product {
    margin-top: 0;
    margin-bottom: 20px; }
    .top-page-product h1 {
      padding-bottom: 10px;
      margin-bottom: 0;
      border-bottom: 3px solid #EC8C1E; }

  .topbar-product {
    display: none; } }
@media only screen and (max-width: 767.8px) {
  #product {
    padding: 30px 0; } }
#testimoni {
  padding-top: 80px;
  padding-bottom: 130px;
  background: url("../../images/bg-testimoni.jpg");
  background-size: cover;
  background-attachment: fixed; }

.title-testimoni {
  margin-bottom: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  font-weight: 900; }

.item-testimoni {
  margin: 0 auto;
  width: 60%;
  text-align: center; }
  .item-testimoni p {
    margin-bottom: 35px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    font-style: italic;
    line-height: 24px; }
  .item-testimoni h3 {
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold; }

.wrap-testi {
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px; }

.item-testi {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }
  .item-testi h3 {
    margin-top: 15px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.74);
    font-weight: bold;
    text-align: center; }

.content-testi {
  position: relative;
  padding: 30px;
  font-size: 0.8125rem;
  background-color: #f4f4f4; }
  .content-testi:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    border-top: 10px solid #f4f4f4;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%); }
  .content-testi .fa {
    color: rgba(0, 0, 0, 0.24); }
    .content-testi .fa.fa-quote-left {
      margin-right: 5px; }
    .content-testi .fa.fa-quote-right {
      margin-left: 5px; }

@media only screen and (max-width: 991px) {
  #testimoni {
    padding: 50px; } }
@media only screen and (max-width: 767px) {
  .title-testimoni {
    font-size: 1.5rem; }

  .item-testimoni {
    width: 100%; } }
@media only screen and (max-width: 575px) {
  .title-testimoni {
    margin-bottom: 20px;
    font-size: 1.25rem; } }
#login {
  padding: 70px 0; }

.container-login {
  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; }

.form-login {
  padding: 0 30px;
  padding-top: 40px;
  padding-bottom: 10px;
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .form-login h1 {
    margin-bottom: 15px;
    font-size: 1.75rem;
    font-weight: bold; }
  .form-login .btn-login {
    display: block;
    padding: 8px 30px;
    margin-top: 15px;
    width: 100%;
    font-size: 0.875rem;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    cursor: pointer; }

.link-forgot {
  margin-top: -7px;
  margin-bottom: -5px;
  text-align: right; }
  .link-forgot a {
    font-size: 0.8125rem;
    color: #9b9b9b; }

.footer-login {
  padding: 15px; }
  .footer-login p {
    font-size: 0.8125rem;
    color: #9b9b9b; }

.title-cart {
  padding-bottom: 15px;
  font-weight: bold; }
  .title-cart.payment {
    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: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    font-size: 1.5rem; }
    .title-cart.payment .fa {
      margin-right: 10px;
      color: #676767; }
    .title-cart.payment .notrans {
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.44); }

.wrap-cart {
  border-top: 6px solid #f3f4f5;
  border-bottom: 6px solid #f3f4f5; }
  .wrap-cart.no-border-bottom {
    border-bottom: none; }

.item-cart {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .item-cart:last-child {
    border-bottom: none; }

.body-cart {
  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; }

.img-cart {
  width: 76px;
  text-align: center; }
  .img-cart img {
    width: 100%; }

.desc-cart {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px; }
  .desc-cart h3 {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #31353b; }
  .desc-cart .price-cart {
    font-size: 0.875rem;
    color: #fa591d;
    font-weight: bold; }
  .desc-cart .weight {
    margin-top: 3px;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.54); }

.footer-cart {
  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-top: 10px; }

.remove-cart {
  display: block;
  margin-top: 3px;
  font-size: 0.875rem;
  color: #ccc;
  font-weight: bold; }
  .remove-cart .fa {
    margin-right: 3px;
    font-size: 1rem; }
  .remove-cart:hover {
    color: red; }

.qty-cart {
  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; }
  .qty-cart button {
    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;
    width: 21px;
    height: 21px;
    font-size: 0.75rem;
    color: #fff;
    background-color: #03ac0e;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer; }
    .qty-cart button:disabled {
      background-color: #e0e0e0;
      cursor: default; }

.input-qty {
  padding: 5px 10px;
  margin: 0 3px;
  width: 66px;
  font-size: 0.875rem;
  text-align: center;
  border: none;
  border-bottom: 1px solid #e0e0e0; }
  .input-qty:focus {
    border-bottom-color: #03ac0e; }

.sidebar-cart {
  position: relative;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09); }
  .sidebar-cart.sticky {
    position: sticky;
    top: 90px; }
  .sidebar-cart .title-sidebar-cart {
    margin-bottom: 20px;
    font-weight: bold; }
  .sidebar-cart .total-shop {
    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;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.54); }
    .sidebar-cart .total-shop strong {
      color: #fa591d; }

.btn-cart {
  display: block;
  padding: 8px 10px;
  margin-top: 20px;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #fa591d;
  border: 1px solid #fa591d;
  border-radius: 3px;
  cursor: pointer; }
  .btn-cart:hover, .btn-cart:focus {
    color: #fff;
    background-color: #df4005;
    border-color: #df4005; }

.list-total li {
  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;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54); }

.total-bill {
  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;
  padding-top: 10px;
  border-top: 1px solid #eee; }
  .total-bill span {
    font-weight: bold; }
    .total-bill span:last-child {
      color: #fa591d; }

.wrap-empty-cart {
  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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 400px; }
  .wrap-empty-cart img {
    margin-bottom: 30px; }
  .wrap-empty-cart h5 {
    font-size: 1.125rem; }
  .wrap-empty-cart p {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 0.875rem;
    text-align: center; }

.shipment {
  padding-top: 20px;
  border-top: 1px solid #eee; }
  .shipment h5 {
    margin-bottom: 3px;
    font-size: 0.875rem; }
    .shipment h5 > span {
      font-weight: normal; }
  .shipment > span {
    font-size: 0.875rem; }
  .shipment p {
    margin-top: 3px;
    font-size: 0.875rem; }

.dev-service {
  margin-top: -5px;
  margin-bottom: 20px; }
  .dev-service h5 {
    margin-bottom: 3px;
    font-size: 0.875rem; }
    .dev-service h5 > span {
      font-weight: normal; }

.subtotal-cart {
  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: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 6px solid #f3f4f5; }
  .subtotal-cart h5 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold; }
  .subtotal-cart .price-subtotal-cart {
    font-weight: bold;
    color: #fa591d; }

.delivery-service {
  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: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .delivery-service h5 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold; }

.summary-price {
  border-top: 6px solid #f3f4f5; }

.summary-price-item {
  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;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .summary-price-item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
    .summary-price-item:last-child h5 {
      color: #333; }
    .summary-price-item:last-child .price-item {
      font-weight: bold; }
  .summary-price-item h5 {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold; }
  .summary-price-item .price-item {
    font-weight: normal;
    color: #fa591d; }

.select-shipping {
  width: 200px; }
  .select-shipping .select2-container--default .select2-selection--single, .select-shipping .select2-selection .select2-selection--single {
    color: #fff;
    background-color: #03ac0e;
    border-color: #03ac0e;
    border-radius: 5px; }
  .select-shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 500; }
  .select-shipping .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e5f2e5;
  color: #565656; }

.next-option .custom-control {
  margin-bottom: 5px; }
  .next-option .custom-control:last-child {
    margin-bottom: 0; }
.next-option label {
  font-size: 0.875rem; }
.next-option .info-next {
  padding: 10px;
  margin-left: 24px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #6f6f6f;
  background: #f1f1f1; }

#voucher-error {
  margin-top: 5px;
  font-size: 0.75rem; }

#member {
  padding: 50px 0; }

.sidebar-member {
  padding: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 3px; }
  .sidebar-member h2 {
    position: relative;
    padding-left: 10px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #F36E21; }
  .sidebar-member ul li {
    border-bottom: 1px solid #F1F1F1; }
    .sidebar-member ul li:last-child {
      border-bottom: none; }
    .sidebar-member ul li a {
      position: relative;
      display: block;
      padding: 10px;
      padding-right: 0;
      font-size: 0.875rem;
      color: #343434; }
      .sidebar-member ul li a:hover, .sidebar-member ul li a.active {
        color: #EC8C1E; }
      .sidebar-member ul li a .fa {
        width: 15px;
        margin-right: 5px;
        color: #686868; }
      .sidebar-member ul li a span {
        margin-top: 3px;
        font-size: 0.6875rem; }
      .sidebar-member ul li a .arrow-menu {
        position: absolute;
        top: 50%;
        right: -3px;
        width: auto;
        font-size: 1rem;
        transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%); }
      .sidebar-member ul li a.active .arrow-menu {
        top: 35%;
        transform: rotate(-90deg); }

.submenu-member {
  display: none; }
  .submenu-member.active {
    display: block; }

.title-member {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  border-bottom: 1px solid #F1F1F1; }
  .title-member span {
    position: relative;
    display: inline-block;
    padding-bottom: 15px; }
    .title-member span:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: calc(100% + 20px);
      height: 2px;
      background: #F36E21; }
  .title-member a {
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px 10px;
    font-size: 0.8125rem;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px; }
    .title-member a:hover, .title-member a:focus {
      color: #FFF;
      background: #F36E21;
      border-color: #F36E21; }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  font-size: 0.875rem; }
  .dataTables_length label,
  .dataTables_filter label,
  .dataTables_info label,
  .dataTables_paginate label {
    font-size: 0.875rem; }
  .dataTables_length ul li,
  .dataTables_filter ul li,
  .dataTables_info ul li,
  .dataTables_paginate ul li {
    font-size: 0.875rem; }
    .dataTables_length ul li a,
    .dataTables_filter ul li a,
    .dataTables_info ul li a,
    .dataTables_paginate ul li a {
      font-size: 0.8125rem; }

#tableData th, #tableData td, #tableDataHis th, #tableDataHis td {
  padding: 8px 10px;
  font-size: 0.8125rem; }

table.dataTable {
  border-collapse: collapse !important; }

.table-trans-info th, .table-trans-info td {
  padding: 8px 15px;
  font-size: 0.875rem; }

.button {
  padding: 8px 25px;
  font-size: 0.8125rem;
  text-align: center;
  border-radius: 3px;
  border: 1px solid transparent;
  user-select: none;
  cursor: pointer; }

.button-default {
  color: #F36E21;
  background-color: #fff;
  border-color: #F36E21; }

.button-primary {
  color: #fff;
  background-color: #F36E21;
  border-color: #F36E21; }
  .button-primary:hover {
    color: #fff;
    background-color: #d5560c; }

.modal-confirm .modal-header {
  display: block; }
  .modal-confirm .modal-header .modal-title {
    font-size: 1.125rem;
    text-align: center; }
.modal-confirm .modal-body p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: rgba(49, 53, 59, 0.68);
  text-align: center; }
.modal-confirm .modal-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .modal-confirm .modal-footer .button {
    width: 50%; }

#news-home {
  padding-top: 70px;
  padding-bottom: 70px; }

.wrap-news {
  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;
  margin-top: 50px; }
  .wrap-news.owl-news {
    margin: 0;
    margin-top: 50px; }
    .wrap-news.owl-news .item-news {
      padding: 0;
      width: 100%; }

.item-news {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }
  .item-news a {
    display: block; }
    .item-news a img {
      border-radius: 10px; }

.content-item-news {
  padding-top: 20px; }
  .content-item-news .time-item-news {
    margin-bottom: 5px;
    font-size: 0.8125rem;
    color: #6f6f6f; }
  .content-item-news h3 {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 26px; }

.detail-article {
  margin-top: 30px;
  background: #fff; }
  .detail-article > h2 {
    margin-bottom: 25px;
    font-size: 1.75rem; }
  .detail-article > img {
    margin-bottom: 30px; }
  .detail-article > iframe {
    display: block;
    margin-bottom: 30px; }

.detail-tanggal-article {
  margin-bottom: 10px;
  font-size: 0.8125rem;
  color: #878787;
  font-style: italic; }
  .detail-tanggal-article ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none; }
    .detail-tanggal-article ul li {
      margin-right: 15px; }
      .detail-tanggal-article ul li .fa {
        margin-right: 5px; }

@media only screen and (max-width: 767.8px) {
  .detail-article {
    margin-top: 20px; } }
.page-contact {
  padding: 50px 0; }

.wrap-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEE; }

.item-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  width: calc(100% / 3); }

.icon-contact {
  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;
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  color: #FFF;
  background-color: #EC8C1E;
  border-radius: 50%; }

.content-item-contact {
  margin-left: 20px;
  width: calc(100% - 70px); }
  .content-item-contact label {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #EC8C1E;
    font-weight: bold; }
  .content-item-contact p, .content-item-contact ul li a, .content-item-contact span {
    font-size: 0.9375rem;
    color: #343434; }
  .content-item-contact p {
    line-height: 24px; }
  .content-item-contact h2 {
    margin-bottom: 5px;
    font-size: 1.75rem;
    color: #343434;
    font-weight: bold; }
  .content-item-contact span {
    display: block; }

.form-contact {
  margin-top: 40px; }
  .form-contact .form-control {
    padding: 10px 15px;
    font-size: 0.875rem; }

.title-form {
  margin-bottom: 30px; }
  .title-form h3 {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: bold; }
  .title-form p {
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem; }

.btn-form {
  padding: 10px 20px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  color: #FFF;
  font-weight: bold;
  background-color: #EC8C1E;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }

#map iframe {
  display: block; }

.form-error {
  display: block;
  margin-top: 5px;
  font-size: 0.75rem;
  color: red;
  line-height: 18px; }

@media only screen and (max-width: 991px) {
  .wrap-contact {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .item-contact {
    margin-top: 40px;
    width: calc(100% / 2); } }
@media only screen and (max-width: 767px) {
  .item-contact {
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEE; }
    .item-contact:last-child {
      padding-bottom: 0;
      border-bottom: none; } }
.select-payment {
  margin-bottom: 20px; }

.title-select-payment {
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #03ac0e;
  border-radius: 3px; }

.list-payment {
  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 -2px;
  border-radius: 3px; }
  .list-payment li {
    padding: 2px;
    width: calc(100% / 3); }

.container-payment {
  display: block;
  margin: 0;
  cursor: pointer; }
  .container-payment input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .container-payment:hover input ~ .list-payment-item {
    background-color: #f1f1f1; }
  .container-payment input:checked ~ .list-payment-item {
    background-color: #EC8C1E;
    border-color: #EC8C1E; }
    .container-payment input:checked ~ .list-payment-item span {
      color: #fff; }

.list-payment-item {
  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;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 3px; }
  .list-payment-item > div {
    width: 50px; }
    .list-payment-item > div img {
      margin-right: 15px;
      width: 100%; }
  .list-payment-item span {
    padding-left: 10px;
    width: calc(100% - 50px);
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54); }

.submit-payment {
  display: none; }

#trans-status {
  padding: 50px 0; }

.wrap-trans-status {
  margin: 0 auto;
  max-width: 800px;
  width: 100%; }

.title-status {
  margin-top: 30px;
  text-align: center; }
  .title-status h3 {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: bold; }

.wrap-detail-status {
  margin-top: 50px; }

.item-detail-status {
  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;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }
  .item-detail-status span, .item-detail-status p {
    font-size: 0.875rem; }
  .item-detail-status p {
    margin-bottom: 0; }

.order-selesai h3 {
  margin-bottom: 15px;
  font-size: 1.3125rem;
  text-align: center; }
.order-selesai p {
  margin-bottom: 0;
  text-align: center; }

.list-bank {
  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-top: 40px; }

.item-bank {
  margin-bottom: 30px;
  width: calc(100% / 2);
  text-align: center; }
  .item-bank img {
    margin-bottom: 10px;
    max-width: 100px; }
  .item-bank li {
    color: #6f6f6f;
    font-size: 0.875rem; }
    .item-bank li:first-child {
      font-size: 1.125rem;
      font-weight: 600;
      color: #333; }

.item-trans-selesai-detail {
  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;
  padding: 10px;
  border: 1px solid #000; }
  .item-trans-selesai-detail:first-child {
    border-bottom: none; }

.td-trans-selesai-detail.value {
  font-weight: bold; }
.td-trans-selesai-detail.money {
  color: #d5560c; }

@media only screen and (max-width: 600px) {
  .title-status h3 {
    font-size: 1.125rem; }
  .title-status p {
    font-size: 0.875rem; }

  .wrap-detail-status {
    margin-top: 30px; } }
.title-track {
  margin-bottom: 15px; }
  .title-track h1 {
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold; }

.form-track {
  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;
  margin: 0 auto;
  width: 300px;
  border: 1px solid #F36E21;
  border-radius: 4px;
  overflow: hidden; }
  .form-track input {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 15px;
    font-size: 0.8125rem;
    border: none; }
  .form-track button {
    padding: 5px 15px;
    color: #fff;
    background: #F36E21;
    border: 1px solid #F36E21;
    cursor: pointer; }

.detail-track {
  margin: 0 auto;
  margin-top: 30px;
  width: 800px; }

.tbl-detail-track {
  width: 100%; }
  .tbl-detail-track th, .tbl-detail-track td {
    padding: 8px 10px;
    font-size: 0.8125rem;
    border: 1px solid #eee; }

.info-shipping-detail {
  margin-bottom: 15px; }
  .info-shipping-detail p {
    margin-bottom: 0;
    font-size: 0.875rem; }

#promo-home {
  position: relative;
  padding: 30px 0;
  background: url("../../images/bg-promo.png");
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }
  #promo-home:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0; }

.wrap-promo-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-top: 30px;
  z-index: 2; }

.item-promo-home {
  width: 100%; }

footer {
  background: #000000; }

.copyright {
  padding: 20px 0;
  font-size: 0.8125rem;
  color: #6f6f6f;
  text-align: center;
  background: #101010; }

.content-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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0; }

.item-footer {
  width: calc(100% / 5); }
  .item-footer:first-child {
    width: 300px;
    margin-right: 40px; }
  .item-footer:last-child {
    width: 250px; }
  .item-footer p {
    font-size: 0.8125rem;
    color: #6f6f6f;
    line-height: 23px; }

.logo-footer {
  margin-bottom: 10px;
  width: 100%;
  max-width: 200px; }
  .logo-footer img {
    margin-top: -10px;
    width: 100%; }

.title-item-footer {
  margin-bottom: 13px;
  font-size: 0.9375rem;
  color: #fff; }

.menu-footer li {
  margin-bottom: 15px; }
  .menu-footer li a {
    display: block;
    font-size: 0.8125rem;
    color: #6f6f6f; }

.check-order label {
  font-size: 0.8125rem;
  color: #6f6f6f; }

.input-check-order {
  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-bottom: 5px;
  border-bottom: 1px solid #6f6f6f; }
  .input-check-order .fa {
    font-size: 0.75rem;
    color: #484848; }
  .input-check-order input {
    font-size: 0.75rem;
    color: #6f6f6f;
    width: calc(100% - 70px);
    background: transparent;
    border: none; }
    .input-check-order input::placeholder {
      font-size: 0.75rem;
      color: #484848;
      font-style: italic; }
    .input-check-order input:-ms-input-placeholder {
      font-size: 0.75rem;
      color: #484848;
      font-style: italic; }
    .input-check-order input::-ms-input-placeholder {
      font-size: 0.75rem;
      color: #484848;
      font-style: italic; }
  .input-check-order button {
    padding: 0;
    width: 50px;
    font-size: 0.8125rem;
    color: #6f6f6f;
    background: transparent;
    border: none;
    cursor: pointer; }

.sosmed-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px; }
  .sosmed-footer li {
    margin-right: 30px; }
    .sosmed-footer li:last-child {
      margin-right: 0; }
    .sosmed-footer li a {
      display: block;
      font-size: 1rem;
      color: #fff; }

@media only screen and (max-width: 991.8px) {
  .item-footer {
    width: calc(100% / 3);
    margin-bottom: 20px; }
    .item-footer:first-child {
      margin-right: 0;
      width: 100%; }
    .item-footer:last-child {
      width: 50%; } }
@media only screen and (max-width: 767.8px) {
  .content-footer {
    padding-bottom: 0; }

  .item-footer {
    width: 100%; }
    .item-footer:last-child {
      width: 100%; } }

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