@charset "UTF-8";
/**
 * Library
 */
/**
 * MIXINS
 */
.bg-gray {
  background: #3E4648;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #E60013;
}

.text-gray {
  color: #3E4648;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

img {
  max-width: 100%;
}
img.full {
  width: 100%;
}

@font-face {
  font-family: "proxima-regular";
  src: url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima-semibold";
  src: url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima-bold";
  src: url("../fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fn-prx-reg {
  font-family: "proxima-regular";
}

.fn-prx-sb, .food-box .image .code, .content .accordion .item .item-header, .content .content-header h1, #menu-categories #menu-list li.active a .name, #menu-categories #menu-list li:hover a .name, #menu-categories .category-title {
  font-family: "proxima-semibold";
}

.fn-prx-bold {
  font-family: "proxima-bold";
}

body {
  font-family: "proxima-regular";
  color: #3E4648;
  background: url("../images/Background.jpg") no-repeat top center;
  background-size: cover;
  font-size: 16px;
  background-attachment: fixed;
}

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

#menu-categories {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px #e4e4e4;
  -moz-box-shadow: 5px 5px 5px 0px #e4e4e4;
  box-shadow: 5px 5px 5px 0px #e4e4e4;
  position: relative;
  background-size: contain;
  height: 100%;
  width: 100%;
}
#menu-categories .category-title {
  padding: 15px 30px;
  font-size: 24px;
  border-bottom: 3px solid #CBCBCB;
}
#menu-categories .category-title .logo img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  height: 70px;
}
#menu-categories .category-title .form-control {
  height: 30px;
  font-size: 14px;
  padding: 5px 15px;
}
#menu-categories .menu-list-wrapper {
  height: calc(100% - 143px);
  padding: 20px 0px;
}
#menu-categories #menu-list {
  list-style: none;
  margin: 0;
  padding: 0px;
  overflow-y: auto;
  height: 100%;
}
#menu-categories #menu-list li {
  padding: 8px 30px;
}
#menu-categories #menu-list li a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#menu-categories #menu-list li a .ico {
  background: #B6B6B6;
  width: 45px;
  height: 45px;
  padding: 7.5px;
  border-radius: 50%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-right: 20px;
  transition: all ease 0.5s;
}
#menu-categories #menu-list li a .name {
  flex: 0 1 calc(100% - 65px);
  font-size: 20px;
  color: #3E4648;
  transition: all ease 0.5s;
}
#menu-categories #menu-list li.active a, #menu-categories #menu-list li:hover a {
  text-decoration: none;
}
#menu-categories #menu-list li.active a .ico, #menu-categories #menu-list li:hover a .ico {
  background: #005993;
}
#menu-categories #menu-list li.active a .name, #menu-categories #menu-list li:hover a .name {
  color: #005993;
}

.content {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px #e4e4e4;
  -moz-box-shadow: 5px 5px 5px 0px #e4e4e4;
  box-shadow: 5px 5px 5px 0px #e4e4e4;
}
.content.no-bg {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.content.no-bg .content-header {
  border-bottom: none;
}
.content .content-header {
  padding: 30px;
  border-bottom: 1px solid #cbcbcb;
}
.content .content-header h1 {
  margin-bottom: 0;
  font-size: 24px;
}
.content .accordion .item {
  border-bottom: 1px solid #dedede;
}
.content .accordion .item .item-header {
  padding: 30px;
  font-size: 24px;
  color: #727678;
  cursor: pointer;
  position: relative;
}
.content .accordion .item .item-header:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 20px;
  font-size: 24px;
}
.content .accordion .item .item-header.active {
  border-bottom: 3px solid #EAEAEA;
}
.content .accordion .item .item-header.active:after {
  content: "";
}
.content .accordion .item .item-body {
  padding: 30px;
}
.content .accordion .item:last-child {
  border-bottom: none;
}

.food-box {
  margin-bottom: 30px;
}
.food-box .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #D6D6D6;
  margin-bottom: 20px;
}
.food-box .image .step-image {
  object-fit: cover;
  object-position: center;
}
.food-box .image .list-image {
  object-fit: cover;
  object-position: center;
}
.food-box .image .code {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.food-box .image .code span {
  color: #fff;
  background: #005993;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
}
.food-box .image .code.bottom {
  position: static;
  margin-top: 10px;
  bottom: 0;
}
.food-box .description {
  font-size: 20px;
}
.food-box .description .chinesse,
.food-box .description .caption {
  font-size: 14px;
}
.food-box .badge-blue {
  background: #005993;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
}
.food-box.border {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px 0px #e4e4e4;
  -moz-box-shadow: 5px 5px 5px 0px #e4e4e4;
  box-shadow: 5px 5px 5px 0px #e4e4e4;
  overflow: hidden;
}
.food-box.border .image {
  border: none;
  border-radius: 0;
}
.food-box.border .description {
  padding: 0px 30px 30px 30px;
}
.food-box.border .description .label {
  font-size: 14px;
}

.sidebar-fixed {
  position: fixed;
  top: 20px;
  bottom: -10px;
}

#tablet-menu-step-container .accordion .item .item-header {
  padding: 20px 30px;
  font-size: 22px !important;
}

#detailProduct .modal-content {
  border-radius: 10px;
  border: 1px solid #EAEAEA;
}
#detailProduct .modal-content .popup-product-modal {
  padding: 20px 15px;
}
#detailProduct .modal-content .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E60013;
  z-index: 10;
  border-radius: 50%;
  color: #ffffff;
  opacity: 1;
  top: -15px;
  right: -15px;
  font-size: 25px;
}
#detailProduct .modal-content .image-popup-slider {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #D6D6D6;
  margin-bottom: 20px;
}
#detailProduct .modal-content .image-popup-slider img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#detailProduct .modal-content .image-popup-slider .code {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#detailProduct .modal-content .image-popup-slider .code span {
  color: #fff;
  background: #005993;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
}
#detailProduct .modal-content .popup-description {
  font-size: 20px;
}
#detailProduct .modal-content .popup-description .chinese {
  font-size: 14px;
}
#detailProduct .modal-content .popup-description .caption {
  font-size: 14px;
}

.cssload-container {
  width: 100%;
  height: 49px;
  text-align: center;
}

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
  #landing:before {
    content: "";
    background: url(../images/Makanan-Kiri.png) no-repeat;
    width: 294px;
    height: 342px;
    position: absolute;
    bottom: -90px;
    left: -120px;
    background-size: contain;
  }

  #landing:after {
    content: "";
    background: url(../images/Makanan-Kanan.png) no-repeat;
    width: 274px;
    height: 292px;
    position: absolute;
    bottom: -70px;
    right: -70px;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #landing {
    height: auto;
    font-size: 16px;
  }
  #landing:before {
    width: 154px;
    height: 242px;
    bottom: -110px;
    left: -60px;
  }
  #landing:after {
    width: 154px;
    height: 202px;
    bottom: -75px;
    right: -50px;
  }
  #landing #landing-heading {
    font-size: 20px;
  }
  #landing #landing-heading .text-2:before, #landing #landing-heading .text-2:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #detailProduct .modal-dialog {
    max-width: 550px !important;
  }
}

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