a {
    text-decoration:none;    
}
body {
  margin: 0;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: left;
  background-color: #fff;
}
.navbar-logo{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-logo img{
    width:115px;
}
.header-link {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
    color:#a4cc39;
    text-transform: uppercase;
    font-weight:700;
}
.header-link:hover {
    color:#508142;    
    text-decoration:none;
    border-bottom:3px solid #508142;
}
.header-link-resep {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
    color:#a4cc39;
    text-transform: uppercase;
    font-weight:700;
    padding:5px 15px;
    border:3px solid #a4cc39;
    border-radius:25px;
}
.header-link-resep:hover {
    color:#508142;
    border:3px solid #508142;
    border-radius:25px;
    text-decoration:none;
}
#layout-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.caption-banner {
    position: absolute;
    right: 45%;
    top: 25%;
    left: 10%;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4d4e50;
    text-align: left;
}
.caption-banner h1{
    color:#a4cc39;
    font-weight:bold;
    font-size:3rem;
}
.caption-banner p {
    padding-right: 25%;   
    padding-bottom:25px;
}
#banner .carousel-indicators {
    right: 0;
    bottom: 14px;
    left: 0;
    z-index: 14;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 5%;
    list-style: none;
    margin-bottom: 0;
}
#banner .carousel-indicators li {

    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;

}
#banner .carousel-indicators .active {
    background-color: #a4cc39;
}
#banner .carousel-control-prev {
    left: 45%;
}
#banner .carousel-control-next {
    right: 45%;
}
#banner .carousel-control-prev, 
#banner .carousel-control-next {
    position: absolute;
    bottom: 20px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
}
#banner .carousel-control-prev:hover, 
#banner .carousel-control-next:hover {
    color: #a4cc39;
}
.button-hijau {
    color: #fff;
    background-color: #a4cc39;
    border-color: #a4cc39;
    padding: 0.8rem 2rem;
    text-decoration: none;
}
.button-hijau:hover {
    background-color: #508142;
    border-color: #508142;
    text-decoration:none;
    color: #fff;
}
#tentang-kami {
    padding:50px 0;    
}
.tentang-quick {
    text-align:center;    
}
.tentang-quick h4,
.tentang-quick h2{
    text-align:center; 
    color:#a4cc39;
    font-weight:700;
}
.tentang-quick p{
    padding:30px 20%;
}
.tentang-quick a {
    color:#707070;    
}
.tentang-quick a:hover {
    color:#707070;
    text-decoration:none;
}
.tentang-quick-icon h5{
    font-weight:700;
}
/* .tentang-quick-icon {
    filter: invert(98%) sepia(92%) saturate(1340%) hue-rotate(17deg) brightness(96%) contrast(65%);  
}
.tentang-quick-icon:hover {
    filter: invert(68%) sepia(86%) saturate(401%) hue-rotate(4deg) brightness(102%) contrast(95%);
} */
.tentang-quick-icon {
    color:#a4cc39;
}
.tentang-quick-icon:hover {
    color:#f1ca2a;
}
.tentang-quick-icon .img-front {
   display: none;   
}
.tentang-quick-icon:hover .img-front {
   display: inline;   
}
.tentang-quick-icon .img-back {
   display: inline;   
}
.tentang-quick-icon:hover .img-back {
   display: none;   
}
.tentang-quick-icon img {
    padding-bottom:20px;    
}
.tentang-produk {
    margin:50px 0;   
    background: url('https://quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-about-halal-mui.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;
}
.tentang-produk-desc h1 {
    font-weight:700;  
    font-size:2.4rem;
    color: #a4cc39;
    padding-top:100px;
}
.tentang-produk-menu{
    padding-top:260px;
}
.tentang-produk-menu-img img {
  display: block;
  width: 100%;
  height: auto;
}
.tentang-produk-menu .tentang-produk-menu-img {
    padding:0;
}
.produk-tentang-menu{
    padding-top:170px;
}
.produk-tentang .tentang-produk-menu-img {
    padding:0;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #a3cc39;
}
.tentang-produk-menu-img:hover .overlay {
     opacity: 0.8;
}
.tentang-produk-menu-img .overlay-text {
     opacity: 0;
     transition: .5s ease;
}
.tentang-produk-menu-img:hover .overlay-text {
     opacity: 1;
}
.text {
    color: white;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
    font-weight:700;
    margin-right: -20px;
}
/* Chart */
.tentang-produk-chart {
    padding-left:0;
}
.chart {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color:#f1ca2a;
}
.chart span {
    display: block;
    font-size: 2em;
    margin-bottom:-10px;
    color:#a3cc39;
}
.chart canvas {
    position: absolute;
    left: 0;
    top: 0;
}
canvas {
    width:120px;
    height:120px;
}
/* End Chart */
.tentang-produk-icon {
    list-style-type:none;
    padding-left:0;
    padding-top:30px;
}
.tentang-produk-icon li{
    display:inline-block;
    padding-right:5px;
}
.tentang-produk-icon span{
    font-size:13px;
    font-weight:700;
    color:#000;
    filter: invert(88%) sepia(10%) saturate(258%) hue-rotate(12deg) brightness(92%) contrast(82%);
}
.tentang-produk-icon span:hover{
    color:#000;
    text-decoration:none;
    filter: invert(72%) sepia(39%) saturate(682%) hue-rotate(33deg) brightness(97%) contrast(92%);
}
.tentang-produk-icon img{
    padding-right:5px;
}
.produk-tentang-desc h1{
    font-weight: 700;
    font-size: 3rem;
    color: #a4cc39;
    padding-top: 15px;
    padding-bottom:20px;
}
.produk-tentang-desc p{
    padding-right: 10%;
}
.produk-tentang {
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-2.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;
}
.produk-tentang-icon {
    list-style-type:none;
    padding-left:0;
}
.produk-tentang-icon li{
    display:inline-block;
    padding-right:20px;
    vertical-align: text-top;
    text-align:center;
}
.produk-tentang-icon img{
    width:100px;
}
.produk-tentang-icon span{
    color:#000;
    font-weight:700;
    filter: invert(88%) sepia(10%) saturate(258%) hue-rotate(12deg) brightness(92%) contrast(82%);
}
.produk-tentang-icon span:hover{
    color:#000;
    text-decoration:none;
    filter: invert(72%) sepia(39%) saturate(682%) hue-rotate(33deg) brightness(97%) contrast(92%);
}
.produk-list{
    padding-top:80px;
    padding-bottom:80px;  
}
.produk-list h4,
.produk-list h2{
    text-align:center; 
    color:#a4cc39;
    font-weight:700;
}
.owl-dots button.owl-dot.active {
    background-color: 
    #a4cc39;
}
.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #c8c8c8;
    margin: 0 3px;
}
.owl-dots {
    justify-content: center;
    display: flex;
    right: 0;
    left: 0;
    padding-top:30px;
}
.owl-prev,
.owl-next{
    position: absolute;
    bottom: -9px;
    z-index: 15;
    justify-content: center;
    width: 3%;
    color: #c8c8c8;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
    background-color: transparent;
    cursor: pointer;
    outline: inherit;
    border: none;
    font-size: 20px;
}
*:focus,
*:active,
.owl-prev[type="button"]:active,
.owl-prev[type="button"]:focus,
.owl-next[type="button"]:active,
.owl-prev[type="button"]:next{
   -moz-outline-style: none;
	outline:none;
	outline: 0;
}
.owl-prev {
    left: 42%;
}
.owl-next {
    right: 42%;
}
.owl-prev:hover, 
.owl-next:hover {
    color: #a4cc39;
}
.produk-list label {
    padding: 0 17px 20px 17px;
}
.produk-list .button-hijau {
    color: #fff;
    background-color: #a4cc39;
    border-color: #a4cc39;
    padding: 10px 15px;
    position:relative;
    font-size:12px;
}
.produk-list .button-hijau:hover {
    background-color: #508142;
    border-color: #508142;
    text-decoration:none;
    color: #fff;
}
.owl-carousel .owl-stage {
    height:400px;
}
.testimoni {
    padding:20px 0 100px;
}
.testimoni h2 {
    text-align: center;
    color: #a4cc39;
    font-weight: 700;
    margin-bottom:50px;
}
.testimoni .testimoni-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.testimoni .testimoni-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.temukan-produk h2 {
    color: #a4cc39;
    font-weight: 700;
    padding-bottom:30px;
}
.temukan-produk p {
    padding-right:30%;
    padding-bottom:10px;
}
.link-toko{
    list-style-type: none;
    padding-left:0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.link-toko li{
    margin: 0px auto 30px 0;
    max-height: 195px;
}
.link-toko a {
    color:#707070;    
}
.link-toko a:hover {
    color:#a4cc39;
    text-decoration:none;
}
#produk {
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hp.png');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;    
    background-position: bottom; 
}
#kreasi-resep {
    padding:60px 0;   
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-3.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;    
    background-position: center; 
    color:#fff;
}
#kreasi-resep h4 {
    padding-bottom:30px; 
    text-transform: uppercase;
    text-align:center;
}
.box-kreasi img {
    display:block;
    width:100%;
    border-radius: 7px;
}
.box-kreasi {
    color:#fff;
}
.box-kreasi:hover {
    color:#508142;
    text-decoration:none;
}
.box-kreasi img {
    display:block;
    width:100%;
    border-radius: 7px;
}
.box-kreasi h5{
    font-size:1.2rem;
    padding:10px 50px 10px 0;
}
.box-kreasi label {
    font-size:1rem;
}
.button-white {
    background-color:#fff;   
    color:#a4cc39;
    font-weight:700;
    padding:10px 30px;
}
.button-white:hover {
    background-color:#508142;   
    color:#fff;
    font-weight:700;
    padding:10px 30px;
    text-decoration:none;
}
#instagram {
    padding:70px 0;    
}
#instagram h2,
#instagram h4 {
    color:#a4cc39;
    text-align:center;
    font-weight:700;
}
.instagram-feed {
    padding:30px 0 50px 0;
}
#instagram p {
    text-align:center;    
}
.nav-footer{
    list-style-type:none;
    text-align:center;
    padding-left:0;
    font-weight:700;
    padding-top:40px;
    font-size:0.8rem;
}
.nav-footer li{
    display:inline-block;
    padding:0 20px;
}
.nav-footer a{
    color:#fff;
}
.nav-footer a:hover{
    color:#508142;
    text-decoration:none;
}
footer {
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-footer.jpg');
    background-repeat: no-repeat;
    background-size: 100%; 
    background-color:#a4cc39;
}
.kontak-footer{
    list-style-type:none;
    text-align:center;
    padding-left:0;
    font-weight:700;
    padding-top:5px;
    color:#fff;
    padding-bottom:20px;
    font-size:1.2rem;   
}
.kontak-footer li{
    display:inline-block;
    padding:0 10px;
    border-right: 2px solid #fff;
}
.kontak-footer li:last-of-type{
    border-right: none;
}
.icon-sosmed{
    width:25px;    
}
.kontak-footer span {
    font-size:12px;    
}
.copyright {
    background-color:#508142;
    color:#fff;
    font-size:12px;
    text-align:center;
}
.copyright p{
    margin-bottom:0;
    padding:20px 0;
}
.copyright a{
    color:#fff;
}
.copyright a:hover{
    color:#fff;
}
#spin {
  color:#a4cc39;
}
#spin:after {
  content:"";
  animation: spin 5s linear infinite;
  -webkit-animation-duration: 5s;
}
/* @-webkit-keyframes spin{
  0% { content:"Memasak"; }
  50% { content:"Minuman"; }
  100% { content:"Alternatif Pemanis"; }
} */
.kontak-link {
    color:#000;    
    filter: invert(97%) sepia(3%) saturate(0%) hue-rotate(284deg) brightness(105%) contrast(102%);
}
.kontak-link:hover {
    filter: invert(39%) sepia(13%) saturate(2485%) hue-rotate(60deg) brightness(93%) contrast(80%);
    text-decoration:none;
    color:#000;  
}
#page-produk {
    padding:150px 0; 
    text-align:center;
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:top;
}
#page-produk h2{
    margin-bottom:50px;
    font-weight:700;
    color:#a4cc39;
}
#page-produk label {
    padding: 0 45px 20px 45px;
}
#page-produk .button-hijau {
    color: #fff;
    background-color: #a4cc39;
    border-color: #a4cc39;
    padding: 10px 15px;
    position:relative;
    font-size:12px;
}
#page-produk .button-hijau:hover {
    background-color: #508142;
    border-color: #508142;
    text-decoration:none;
    color: #fff;
}
#page-produk-detail {
    padding:200px 0 100px 0;
}
#page-produk-detail .button-hijau {
    color: #fff;
    background-color: #a4cc39;
    border-color: #a4cc39;
    padding: 10px 15px;
    position:relative;
    font-size:12px;
}
#page-produk-detail .button-hijau:hover {
    background-color: #508142;
    border-color: #508142;
    text-decoration:none;
    color: #fff;
}
#page-produk-detail label {
    padding: 0 17px 20px 17px;
}
.produk-desc {
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk-detail.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:bottom;
}
.produk-desc h1{
    font-weight:700;
    color:#a4cc39;
    padding-bottom: 30px;
}
.produk-desc p{
    padding-bottom:0;
}
.produk-icon-desc {
    list-style-type:none;
    padding-left:0;
    padding-top:20px;
}
.produk-icon-desc li{
    padding-bottom:15px;
}
.produk-icon-desc span{
    font-size:9px;
    font-weight:700;
    color:#000;
    filter: invert(88%) sepia(10%) saturate(258%) hue-rotate(12deg) brightness(92%) contrast(82%);
}
.produk-icon-desc span:hover{
    color:#000;
    text-decoration:none;
    filter: invert(72%) sepia(39%) saturate(682%) hue-rotate(33deg) brightness(97%) contrast(92%);
}
.produk-icon-desc img{
    padding-right:5px;
}
.produk-desc .produk-tentang-icon img {
    width: 90px;
}
.komposisi{
    margin-top: 130px;
    font-size: 12px;
}
.produk-lain{
    padding-top:80px; 
}
.produk-lain h4,
.produk-lain h2{
    text-align:center; 
    color:#a4cc39;
    font-weight:700;
}
.produk-desc .tentang-produk-chart {
    text-align:center;    
}
#hubungi-kami {
    padding:200px 0 100px 0;
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hubungi-kami.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:top;
}
#hubungi-kami h1{
    margin-bottom:20px;
    font-weight:700;
    color:#a4cc39;
}
#hubungi-kami button{
    border: 1px solid transparent;    
}
#hubungi-kami .button-hijau {
    padding: 0.5rem 2rem;
    float: right;
}
#hubungi-kami img{
    margin-left:-15px;
}
#hubungi-kami .link-toko li {
    padding-top: 15px;
}
.instagram h2,
.instagram h4 {
    color:#a4cc39;
    text-align:center;
    font-weight:700;
}
#page-lokasi {
    padding:200px 0 50px 0;
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:top;
}
#page-lokasi h2{
    font-weight:700;
    text-align: center;
    color:#a4cc39; 
}
#page-lokasi h1{
    font-weight:700;
    text-align: center;
    font-size:5rem;
    margin-top:200px;
}
#page-lokasi h4{
    margin-bottom:100px;
    font-weight:700;
    text-align: center;
}
.segera-hadir {
    color:#a4cc39;  
}
.segera-hadir:hover {
    color:#508142; 
    text-decoration:none;
}
#page-lokasi .locations {
    margin-top:50px;
}
#page-lokasi .locations .main-location {
    margin-bottom:25px;
}
#page-lokasi .locations .main-location img {
    width:50%;
}
#page-lokasi .locations .other-location {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin:25px auto;
}
#page-lokasi .locations .other-location img {
    max-height: 100px;
    margin:20px;
}
#lokasi-kontak {
    padding:50px 0 50px 0;
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi-kontak.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:top;
}
#lokasi-kontak h2 {
    color: #a4cc39;
    font-weight: 700;
    padding-bottom:30px;
    padding-top:100px;
}
#lokasi-kontak p {
    padding-right:30%;
    padding-bottom:10px;
}
.list-kota {
    padding-top:50px;
}
.list-kota h5{
    color: #a4cc39;
    font-weight:700;
}
.list-kota ul{
    padding-left:15px;
    list-style: none;
}
.list-kota ul li::before {
  content: "\2022";
  color: #a4cc39;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
#page-resep {
    padding:150px 0; 
    background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-resep.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100%;  
    background-position:center;
}
#page-resep h2{
    font-weight:700;
    color:#a4cc39;
    text-align:center;
    margin-bottom:100px;
}
.box-resep {
    text-align:left;
}
.box-resep img {
    display:block;
    width:100%;
}
.box-resep h5{
    font-size:1.2rem;
    padding:10px 50px 10px 0;
}
.box-resep label {
    font-size:1rem;
}
.box-resep {
    color:#a4cc39;
}
.box-resep:hover {
    color:#508142;
    text-decoration:none;
}
.box-namaresep {
    margin-top:50px;
    box-shadow: 5px 1px 27px -9px #a4cc39;
    border-radius:10px;
    background-color:#fff;
}
.box-namaresep .box-img-namaresep{
    padding:0;
}
.box-namaresep .box-img-namaresep img{
    border-radius:10px;
}
.box-namaresep .box-judul-namaresep {
    padding-right:5%;  
    padding-left:5%;  
}
.box-judul-namaresep p{
    font-size:2rem;
    font-weight:700;
    color:#a4cc39;
    border-bottom:1px solid #a4cc39;
    padding-bottom:20px;
    padding-top:25%;
}
.share-fb,
.share-pt{
    color:#c8c8c8;
    padding: 0 3px;
    font-size:1.4rem;
    vertical-align:middle;
}
.share-fb:hover,
.share-pt:hover{
    color:#a4cc39;
}
.share-tw{
    background-color:#c8c8c8;
    color:#fff;
    padding: 2px 4px;
    border-radius: 50%;
    font-size:0.9rem;
    vertical-align:middle;
}
.share-tw:hover{
    color:#fff;
    background-color:#a4cc39;
}
.box-isiresep {
    margin-top:50px;
    box-shadow: 5px 1px 27px -9px #a4cc39;
    border-radius:10px;
    background-color:#fff;
}
.box-isiresep-kiri{
    margin-top: 10%;
    margin-bottom: 13%;
    border-right:2px solid #a4cc39;
}
.box-isiresep .box-isiresep-kiri {
    padding-left:8%;
}
.box-isiresep-kiri p{
    font-size:1.3rem;
    padding-bottom:20px;
    padding-top:20px;
    color:#a4cc39;
}
.box-isiresep-kiri ul{
    padding-left: 15px;
    list-style: none;
}
.box-isiresep-kiri ul li::before {
  content: "\2022";
  color: #a4cc39;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  padding-bottom:15px;
}
.box-isiresep-kanan{
    margin-top: 10%;
    margin-bottom: 13%;
}
.box-isiresep .box-isiresep-kanan {
    padding-left:5%;
    padding-right:3%;
}
.box-isiresep-kanan p{
    font-size:1.3rem;
    padding-bottom:20px;
    padding-top:20px;
    color:#a4cc39;
}
.box-isiresep-kanan li{
    padding-left: 15px;
    padding-bottom:20px;
}
.button-back {
    text-align:center;
    margin-top:-10px;
}
.tentang-produk-menu .carousel-indicators li,
.produk-tentang-menu .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c8c5b7;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}
.tentang-produk-menu .carousel-indicators .active,
.produk-tentang-menu .carousel-indicators .active{
    background-color: #a4cc39;
}
#page-produk img {
    margin-left: auto;
    margin-right: auto; 
    width:100%;
}
#hubungi-kami label {
    color:#a4cc39;font-weight:700;
}

#banner-reseller .carousel-inner ul {
    list-style: none;
    padding: 30px 0 0 0;
}
#banner-reseller .carousel-inner li {
    display:flex;
    padding:10px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#banner-reseller .carousel-inner li img {
    width:40px;
    height:40px;
}
#banner-reseller .caption-banner-reseller {
    position: absolute;
    right: 45%;
    top: 25%;
    left: 10%;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4d4e50;
    text-align: left;
}
#banner-reseller .caption-banner-reseller h1{
    color:#a4cc39;
    font-weight:bold;
    font-size:3rem;
}
#banner-reseller .caption-banner-reseller p  {
    margin:0 0 0 10px;
    font-weight:bold;
    text-align:left;
}
#reword {
    padding:50px 0;
}
.reword-title, #reword .reword-say {
    width:100%;
    margin:10px auto;
}
.reword-title h2 {
    color: #a4cc39;
    font-weight:bold;
}
#reword .reword-box {
    background: #508142;
    box-shadow: 5px 10px #a3cb3a;
    border-radius: 10px;
    padding: 15px 30px;
    margin: 33px 5px 10px 0;
}
#reword .reword-box img {
    position: absolute;
    width: 66px;
    height: 66px;
    left: 50%;
    top: 0;
    margin-left: -33px;
}
#reword .reword-box span {
    color: #a4cc39;
    font-weight: bold;
    font-size: 42px;
    margin-top: 30px;
    display: block;
}
#reword .reword-long {
    display: flex;
    height: 300px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#reword .reword-long p {
    color:#fff;
}
#reword .reword-name {
    margin-top:40px;
}
#reword .reword-name h4 {
    color:#a4cc39;
    margin-bottom:0;
    font-weight:bold;
}
#reword .reword-name p {
    color:#a4cc39;
}

#reword-video {
    padding:50px 0 150px;
    display:none;
}
#reword-video .mv-1 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
#reword-video .mv-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#reword-video .main-video {
    margin:30px -15px;
}
#reword-video .mv-word span {
    color: #a4cc39;
    font-weight: bold;
    font-size: 84px;
    display: block;
}
#reword-video .mv-word p {
    font-weight:bold;
}
#reword-video .mv-word p:nth-child(2) {
    margin-top:-72px;
}
.chat {
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 1000;
}
.chat a {
    display:block;
}
.chat a img {
    max-width:150px;
}

@media (min-width:768px) and (max-width:1450px) {
    #banner-reseller .caption-banner-reseller {
        padding-top:0;
    }
    #banner-reseller .carousel-inner ul {
        padding:0;
    }
    #banner-reseller .carousel-inner li {
        padding:2px 0;
    }
}
@media (min-width:768px) and (max-width:1199px) {
    #banner-reseller .caption-banner-reseller h1 {
        font-size:2rem;
    }
}
@media (min-width:768px) and (max-width:991px) {
    #banner-reseller .carousel-inner img {
        padding-top:100px;
    }
    #banner-reseller .caption-banner-reseller img {
        padding-top:0;
    }
}

@media (min-width: 1441px) {
    .tentang-produk-menu {
        padding-top: 480px;
    }
    .produk-tentang-menu {
        padding-top: 380px;
    }
    #produk {
        background-size: 70%;
    }
    #lokasi-kontak {
        background-size: 80%;  
        padding:50px 0 120px 0;
        /* margin-top:100px; */
    }
    .list-kota {
        padding-top: 200px;
    }
    #page-lokasi {
        padding:200px 0 80px 0;
    }
}
@media (max-width: 768px) {
    body {
        font-family: 'Muli', sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: 
        #707070;
        text-align: left;
    }
    .tentang-produk-desc h1 {
        font-weight: 700;
        font-size: 1.5rem;
        color: 
        #a4cc39;
        padding-top: 100px;
    }
    .tentang-produk-desc h1 {
        font-weight: 700;
        font-size: 1.5rem;
        color: 
        #a4cc39;
        padding-top: 20px;
    }
    .caption-banner h1, #banner-reseller .caption-banner-reseller h1 {
        color: #a4cc39;
        font-weight: bold;
        font-size: 1.6rem;
    }
    .testimoni .testimoni-video {
        margin-bottom:20px;
    }
    .link-toko li {
        margin:5px auto;
    }
    #page-lokasi .locations .main-location img {
        width:75%;
    }
}
@media (max-width: 480px) {
    body {
      font-size: 13px;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 2rem;
        line-height: 1;
        background-color:transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        color: #a4cc39;
    }
    .navbar-toggler:hover, .navbar-toggler:focus {
      text-decoration: none;
    }
    .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
    }
    .navbar-logo img {
        width: 70px;
    }
    .navbar-logo {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #banner .carousel-control-prev {
        left: 35%;
    }
    #banner .carousel-control-next {
        right: 35%;
    }
    .caption-banner, #banner-reseller .caption-banner-reseller {
        right: 3rem;
        top: 10%;
        left: 3rem;
        text-align: center;
    }
    .caption-banner h1, #banner-reseller .caption-banner-reseller h1 {
        font-size: 1.8rem;
    }
    .caption-banner p, #banner-reseller .caption-banner-reseller p {
        padding-right: 0;
        padding-bottom: 0;
        font-size: 12px;
    }
    #banner-reseller .carousel-inner ul {
        padding:5px 0 0 0;
    }
    #banner-reseller .caption-banner-reseller li img {
        width:30px;
        height:30px;
    }
    #banner-reseller .carousel-inner li {
        padding:3px 0;
    }
    #banner-reseller .mobile .main-img {
        padding-top:100px;
    }
    .button-hijau {
        color: #fff;
        background-color:#a4cc39;
        border-color:#a4cc39;
        padding: 0.5rem 1rem;
        text-decoration: none;
    }
    .button-hijau:hover {
        background-color: #508142;
        border-color:#508142;
        text-decoration: none;
        color:#fff;
    }
    .navbar {
        padding: 0 0 !important;
    }
    .navbar-nav {
        text-align:center;
        background-color:#fff;
    }
    .navbar-nav li{
        padding-bottom:20px;
        padding-top:10px;
    }
    .tentang-quick p {
        padding: 30px 5%;
    }
    .tentang-quick-icon img {
        width: 80px;
    }
    .tentang-quick-icon h5 {
        font-size: 9px;
    }
    .tentang-quick-icon-span {
        font-size:10px;    
    }
    .tentang-produk {
        margin: 50px 0;
        background: url('https://quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-mob-about-halal-mui.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .tentang-produk-desc h1 {
        font-weight: 700;
        font-size: 1.6rem;
        color: #a4cc39;
        padding-top: 440px;
        text-align: center;
        padding-bottom:20px;
    }
    .tentang-produk-desc p {
        text-align: center;
    }
    .chart span {
        display: block;
        font-size: 1.4em;
        margin-bottom: -5px;
        color: #a3cc39;
    }
    .tentang-produk-chart {
        text-align: center;
    }
    .chart {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 0 10px 0 10px;
        vertical-align: top;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #f1ca2a;
        font-size: 11px;
    }
    .tentang-produk-icon {
        text-align:center;    
    }
    .tentang-produk-menu .carousel-indicators,
    .produk-tentang-menu .carousel-indicators{
        position: absolute;
        right: 0;
        bottom: -55px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .tentang-produk-icon .carousel-control-prev, 
    .tentang-produk-icon .carousel-control-next {
        position: absolute;
        top: -13px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color: #fff;
        text-align: center;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }
    .tentang-produk-icon .carousel-item {
        height:60px;
    }
    .tentang-produk-icon {
        padding-top: 65px;
    }
    .tentang-produk-menu {
        padding-top: 55px;
    }
    .produk-tentang-desc {
        text-align:center;
        padding-bottom: 5px;
    }
    .produk-tentang-desc h1 {
        font-weight: 700;
        font-size: 1.7rem;
        color: 
        #a4cc39;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .produk-tentang-desc p {
        padding-right: 0;
    }
    .produk-tentang-icon img {
        width: 65px;
    }
    .produk-tentang-icon li {
        padding-right: 5px;
        padding-left: 5px;
    }
    .produk-tentang-icon span {
        font-size: 10px;
    }
    .produk-tentang {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-2-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #tentang-kami {
        padding: 50px 0 0 0;
    }
    .produk-tentang-menu {
        padding-top: 465px;
    }
    .owl-prev {
        left: 5%;
    }
    .owl-next {
        right: 5%;
    }
    .temukan-produk {
        text-align:center;  
        padding-bottom: 380px;
    }
    .temukan-produk p {
        padding-right: 0;
    }
    .link-toko {
        padding: 0 30px;
    }
    .link-toko img {
        padding:10px 0;    
    }
    #produk {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hp-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    #kreasi-resep {
        padding: 30px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-3-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        color:#fff;
        text-align:center;
    }
    #kreasi-resep .carousel-control-prev, 
    #kreasi-resep .carousel-control-next {
        position: absolute;
        bottom: 75px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color:#fff;
        text-align: center;
        opacity: 1;
        transition: opacity 0.15s ease;
        font-size:20px;
    }
    #kreasi-resep .carousel-item{
        padding-right:50px;   
        padding-left:50px;   
    } 
    .box-kreasi h5 {
        font-size: 1.2rem;
        padding: 10px 0px 10px 0;  
    }
    footer {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-footer-mob.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color:#a4cc39;
    }
    .nav-footer li {
        display: inline-block;
        padding: 10px 10px;
    }
    .nav-footer {
        border-bottom: 2px solid #fff;
    }
    .kontak-footer li {
        display: inline-block;
        padding: 10px 10px;
        border-right:none;
    }
    #page-produk h2 {
        margin-bottom: 0;
    }
    #page-produk {
        padding: 100px 0;
        text-align: center;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
    }
    .produk-desc {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk-detail-mob.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        text-align:center;
        padding-bottom: 20px;
    }
    #page-produk-detail {
        padding: 110px 0 100px 0;
    }
    #page-produk-detail .tentang-produk-icon {
        padding-top: 10px;
    }
    .produk-desc h1 {
        font-size: 2rem;
    }
    .komposisi {
        margin-top: 15px;
        font-size: 11px;
    }
    .produk-desc .produk-tentang-icon img {
        width: 65px;
    }
    .produk-desc .produk-tentang-icon li {
        padding-right: 2px;
        padding-left: 2px;
    }
    #page-lokasi h2 {
        font-size: 1.7rem;
    }
    #page-lokasi {
        padding: 110px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        text-align:center;
    }
    #page-lokasi h1 {
        font-size: 2.6rem;
        margin-top: 70px;
    }
    #page-lokasi h4 {
        font-size: 1rem;
    }
    #lokasi-kontak h2 {
        padding-top: 10px;
        font-size: 1.5rem;
    }
    #lokasi-kontak {
        padding: 50px 0 385px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi-kontak-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        text-align:center; 
    }
    #lokasi-kontak p {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    #page-lokasi h4 {
        margin-bottom: 0px;
    }
    #page-lokasi .locations .main-location img {
        width:100%;
    }
    #hubungi-kami {
        padding: 115px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hubungi-kami.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: 100%;
        background-position: top;
        text-align:center;
    }
    #hubungi-kami h1 {
        font-size: 2rem;
    }
    #hubungi-kami .button-hijau {
        float: inherit;
    }
    .form-hubungi-kami {
        padding-bottom:30px;    
    }
    .instagram h2 {
        font-size: 1.8rem;
    } 
    .instagram h4 {
        font-size: 1.5rem;
    }
    #page-resep {
        padding: 100px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-resep.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: 100%;
        background-position: center;
        text-align: center;
    }
    .box-resep h5 {
        font-size: 1.2rem;
        padding: 30px 15px 10px 15px;
        text-align: center;
    }
    .box-resep label {
        margin-bottom: 20px;
    }
    #page-resep h2 {
        margin-bottom: 50px;
        font-size: 1.8rem;
    }
    #page-resep .row {
        margin-left: 15px;
        margin-right: 15px;
    }
    .box-isiresep .box-isiresep-kiri {
        text-align:left;
    }
    .box-isiresep .box-isiresep-kanan {
        text-align:left;
    }
    .box-isiresep .box-isiresep-kanan {
        padding-left: 5%;
        padding-right: 5%;
    }
    .box-isiresep .box-isiresep-kiri {
        padding-left: 5%;
        padding-right: 5%;
    }
    .box-isiresep .box-isiresep-kanan ol{
        padding-left: 17px;
    }
    .box-isiresep-kiri {
        margin-top: 10%;
        margin-bottom: 0;
        border-right: none;
    }
    .box-judul-namaresep p {
        font-size: 1.5rem;
        font-weight: 700;
        color: #a4cc39;
        border-bottom: 1px solid #a4cc39;
        padding-bottom: 20px;
        padding-top: 10%;
    }
    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
    .owl-prev, .owl-next {
        bottom: -11px;
    }
    .produk-tentang-icon {
        text-align: center;
    }
}
@media (max-width: 378px) {
    canvas {
        width: 90px;
        height: 90px;
    }
    body {
      font-size: 13px;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 2rem;
        line-height: 1;
        background-color:transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        color: #a4cc39;
    }
    .navbar-toggler:hover, .navbar-toggler:focus {
      text-decoration: none;
    }
    .navbar-toggler-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
    }
    .navbar-logo img {
        width: 70px;
    }
    .navbar-logo {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #banner .carousel-control-prev {
        left: 35%;
    }
    #banner .carousel-control-next {
        right: 35%;
    }
    .caption-banner, #banner-reseller .caption-banner-reseller {
        right: 3rem;
        top: 10%;
        left: 3rem;
        text-align: center;
    }
    .caption-banner h1, #banner-reseller .caption-banner-reseller h1 {
        font-size: 1.8rem;
    }
    .caption-banner p, #banner-reseller .caption-banner-reseller p {
        padding-right: 0;
        padding-bottom: 0;
        font-size: 12px;
    }
    .button-hijau {
        color: #fff;
        background-color:#a4cc39;
        border-color:#a4cc39;
        padding: 0.5rem 1rem;
        text-decoration: none;
    }
    .button-hijau:hover {
        background-color: #508142;
        border-color:#508142;
        text-decoration: none;
        color:#fff;
    }
    .navbar {
        padding: 0 0 !important;
    }
    .navbar-nav {
        text-align:center;
        background-color:#fff;
    }
    .navbar-nav li{
        padding-bottom:20px;
        padding-top:10px;
    }
    .tentang-quick p {
        padding: 30px 5%;
    }
    .tentang-quick-icon img {
        width: 80px;
    }
    .tentang-quick-icon h5 {
        font-size: 9px;
    }
    .tentang-quick-icon-span {
        font-size:10px;    
    }
    .tentang-produk {
        margin: 50px 0;
        background: url('https://quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-mob-about-halal-mui.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .tentang-produk-desc h1 {
        font-weight: 700;
        font-size: 1.7rem;
        color: #a4cc39;
        padding-top: 400px;
        text-align: center;
        padding-bottom:20px;
    }
    .tentang-produk-desc p {
        text-align: center;
    }
    .chart span {
        display: block;
        font-size: 1.4em;
        margin-bottom: -5px;
        color: #a3cc39;
    }
    .tentang-produk-chart {
        text-align: center;
    }
    .chart {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 0 10px 0 10px;
        vertical-align: top;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: #f1ca2a;
        font-size: 11px;
    }
    .tentang-produk-icon {
        text-align:center;    
    }
    .tentang-produk-menu .carousel-indicators,
    .produk-tentang-menu .carousel-indicators{
        position: absolute;
        right: 0;
        bottom: -55px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .tentang-produk-icon .carousel-control-prev, 
    .tentang-produk-icon .carousel-control-next {
        position: absolute;
        top: -13px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color: #5e4d4d;
        text-align: center;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }
    .tentang-produk-icon .carousel-item {
        height:60px;
    }
    .tentang-produk-icon {
        padding-top: 65px;
    }
    .tentang-produk-menu {
        padding-top: 55px;
    }
    .produk-tentang-desc {
        text-align:center;
        padding-bottom: 5px;
    }
    .produk-tentang-desc h1 {
        font-weight: 700;
        font-size: 1.7rem;
        color: 
        #a4cc39;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .produk-tentang-desc p {
        padding-right: 0;
    }
    .produk-tentang-icon img {
        width: 50px;
    }
    .produk-tentang-icon li {
        padding-right: 0;
        padding-left: 0;
    }
    .produk-tentang-icon span {
        font-size: 10px;
    }
    .produk-tentang {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-2-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #tentang-kami {
        padding: 50px 0 0 0;
    }
    .produk-tentang-menu {
        padding-top: 480px;
    }
    .owl-prev {
        left: 5%;
    }
    .owl-next {
        right: 5%;
    }
    .temukan-produk {
        text-align:center;  
        padding-bottom: 380px;
    }
    .temukan-produk p {
        padding-right: 0;
    }
    .link-toko {
        padding: 0 30px;
    }
    .link-toko img {
        padding:10px 0;    
    }
    #produk {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hp-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    #kreasi-resep {
        padding: 30px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-home-3-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        color:#fff;
        text-align:center;
    }
    #kreasi-resep .carousel-control-prev, 
    #kreasi-resep .carousel-control-next {
        position: absolute;
        bottom: 75px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color:#fff;
        text-align: center;
        opacity: 1;
        transition: opacity 0.15s ease;
        font-size:20px;
    }
    #kreasi-resep .carousel-item{
        padding-right:50px;   
        padding-left:50px;   
    } 
    .box-kreasi h5 {
        font-size: 1.2rem;
        padding: 10px 0px 10px 0;  
    }
    footer {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-footer-mob.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        background-color:#a4cc39;
    }
    .nav-footer li {
        display: inline-block;
        padding: 10px 10px;
    }
    .nav-footer {
        border-bottom: 2px solid #fff;
    }
    .kontak-footer li {
        display: inline-block;
        padding: 10px 10px;
        border-right:none;
    }
    #page-produk h2 {
        margin-bottom: 0;
    }
    #page-produk {
        padding: 100px 0;
        text-align: center;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
    }
    .produk-desc {
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-page-produk-detail-mob.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        text-align:center;
        padding-bottom: 20px;
    }
    #page-produk-detail {
        padding: 110px 0 100px 0;
    }
    #page-produk-detail .tentang-produk-icon {
        padding-top: 10px;
    }
    .produk-desc h1 {
        font-size: 2rem;
    }
    .komposisi {
        margin-top: 15px;
        font-size: 11px;
    }
    .produk-desc .produk-tentang-icon img {
        width: 65px;
    }
    .produk-desc .produk-tentang-icon li {
        padding-right: 2px;
        padding-left: 2px;
    }
    #page-lokasi h2 {
        font-size: 1.7rem;
    }
    #page-lokasi {
        padding: 110px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi-mob.jpg');
        background-color:  rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        text-align:center;
    }
    #page-lokasi h1 {
        font-size: 2.6rem;
        margin-top: 70px;
    }
    #page-lokasi h4 {
        font-size: 1rem;
    }
    #lokasi-kontak h2 {
        padding-top: 10px;
        font-size: 1.5rem;
    }
    #lokasi-kontak {
        padding: 50px 0 385px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-lokasi-kontak-mob.jpg');
        background-color: 
        rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        text-align:center; 
    }
    #lokasi-kontak p {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    #page-lokasi h4 {
        margin-bottom: 0px;
    }
    #hubungi-kami {
        padding: 115px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-hubungi-kami.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: 100%;
        background-position: top;
        text-align:center;
    }
    #hubungi-kami h1 {
        font-size: 2rem;
    }
    #hubungi-kami .button-hijau {
        float: inherit;
    }
    .form-hubungi-kami {
        padding-bottom:30px;    
    }
    .instagram h2 {
        font-size: 1.8rem;
    } 
    .instagram h4 {
        font-size: 1.5rem;
    }
    #page-resep {
        padding: 100px 0 50px 0;
        background: url('https://web.quickfreshindonesia.com/themes/Quickfresh/assets/images/bg/bg-resep.jpg');
        background-color: rgba(0, 0, 0, 0);
        background-repeat: repeat;
        background-size: 100%;
        background-position: center;
        text-align: center;
    }
    .box-resep h5 {
        font-size: 1.2rem;
        padding: 30px 15px 10px 15px;
        text-align: center;
    }
    .box-resep label {
        margin-bottom: 20px;
    }
    #page-resep h2 {
        margin-bottom: 50px;
        font-size: 1.8rem;
    }
    #page-resep .row {
        margin-left: 15px;
        margin-right: 15px;
    }
    .box-isiresep .box-isiresep-kiri {
        text-align:left;
    }
    .box-isiresep .box-isiresep-kanan {
        text-align:left;
    }
    .box-isiresep .box-isiresep-kanan {
        padding-left: 5%;
        padding-right: 5%;
    }
    .box-isiresep .box-isiresep-kiri {
        padding-left: 5%;
        padding-right: 5%;
    }
    .box-isiresep .box-isiresep-kanan ol{
        padding-left: 17px;
    }
    .box-isiresep-kiri {
        margin-top: 10%;
        margin-bottom: 0;
        border-right: none;
    }
    .box-judul-namaresep p {
        font-size: 1.5rem;
        font-weight: 700;
        color: #a4cc39;
        border-bottom: 1px solid #a4cc39;
        padding-bottom: 20px;
        padding-top: 10%;
    }
    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
    }
    .owl-prev, .owl-next {
        bottom: -11px;
    }
    .produk-tentang .col-md-7 {
        padding-right: 0;padding-left: 0;    
    }
    .produk-tentang {
        background-position: 0 50px;
    }
    
}
/* Resolution */
.desktop {
    display:block;    
}
.tablet {
    display:none;    
}
.mobile {
    display:none;    
}
/*
@media (max-width: 800px) {
    .desktop {
        display:none;    
    }
    .tablet {
        display:block;    
    }
    .mobile {
        display:none;    
    }
}
*/
@media (max-width: 480px) {
    .desktop {
        display:none;    
    }
    .tablet {
        display:none;    
    }
    .mobile {
        display:block;    
    }
}