.backgroundLoading {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 1000001;
	opacity: 1;
	-webkit-transition: .5s all;
	transition: .5s all
}
.modal {
    z-index: 100000;
}
.btn-primary{
    background-color: #0b6b9e;
    border-color: #0b6b9e;
}
.btn-primary:hover{
    background-color: #0b6b9e;
    border-color: #0b6b9e;
}
.centerPos {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto
}
.loader-1 {
	height: 48px;
	width: 48px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite
}
@-webkit-keyframes loader-1-1 {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@keyframes loader-1-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 48px;
	width: 48px;
	clip: rect(0, 48px, 48px, 16px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite
}
@-webkit-keyframes loader-1-2 {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(220deg)
	}
}
@keyframes loader-1-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(220deg);
		transform: rotate(220deg)
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 48px;
	width: 48px;
	clip: rect(0, 48px, 48px, 16px);
	border: 3px solid #FFF;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(.77, 0, .175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(.77, 0, .175, 1) infinite
}
@-webkit-keyframes loader-1-3 {
	0% {
		-webkit-transform: rotate(-140deg)
	}
	50% {
		-webkit-transform: rotate(-160deg)
	}
	100% {
		-webkit-transform: rotate(140deg)
	}
}
@keyframes loader-1-3 {
	0% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	50% {
		-webkit-transform: rotate(-160deg);
		transform: rotate(-160deg)
	}
	100% {
		-webkit-transform: rotate(140deg);
		transform: rotate(140deg)
	}
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	header input.form-control.mr-sm-2.search {
		text-align: right!important
	}
}
body {
	background-color: #fff
}
::-webkit-scrollbar {
	display: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'Roboto';
	font-weight: 400
}
p {
	font-family: 'Roboto';
	font-weight: 400
}
a{
	color:#0b6b9e
}
p.big {
	font-size: 120%
}
p.small {
	font-size: 80%
}
.justify {
	text-align: justify
}
a[tabindex="0"]:hover {
	cursor: pointer
}
iframe#ifrm {
	display: none
}
footer {
	padding-top: 20px;
	position: absolute;
	z-index: 10;
	width: 100%
}
.bg-dark {
	opacity: .9!important
}
/* nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	padding-left: 40px
} */
.bg-dark {
	background-color: #000!important
}
h3.title-video-slide {
	font-family: 'Roboto Slab';
	font-weight: 400
}
video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: fill;
	object-fit: fill;
	z-index: 5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	display: none
}
.media-controls>.controls-bar {
	display: none
}
.section.full>div>div>div {
	padding: 0
}
.section.section-footer .row {
	padding: 20px 0
}
.section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center center
}

.section.section-ingredient {
	flex-direction: column;
	background-color: #000;
	color: white;
	/* height: 100vh !important; */
	gap: 12%;
}

.font-size-10, header .warp-search input, header .warp-search button, header .warp-lang button, header .warp-lang .dropdown-item {
	font-size: 10pt
}
.btn-special {
	text-transform: uppercase;
	background-color: #026b9b;
	color: #fff;
	padding: 10px 40px;
	margin-bottom: 20px
}
.btn-special:hover {
	background-color: #025a82
}
.pagination {
	position: fixed;
	left: 60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.4em;
	z-index: 9;
	display: -ms-block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	display: block
}
.fixed-top {
	position: relative!important
}
header {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
	width: 100%;
	background: rgba(0, 0, 0, .6)
}
header.top20 {
	margin-top: 20px
}
header.top0 {
	margin-top: 0
}
header .nav-link {
	padding: 0!important;
	margin: 8px 10px;
	height: 20px
}
header .bg-dark {
	background-color: rgba(0, 0, 0)!important
}
header .navbar-brand {
	width: 170px
}
header .navbar-brand img {
	width: 100%
}
header>.container-fluid {
	padding: 0!important
}
header .mr-auto, header .mx-auto {
	margin-left: auto!important;
	margin-right: 10px!important
}
header ul>li>a {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: 500;
	color: #fff!important;
	font-family: 'Roboto'
}
header .nav-item a:hover {
	border-bottom: 1px solid #fff
}
header ul>li.active>a {
	color: #fff!important
}
header li.nav-item.active a {
	border-bottom: 1px solid
}
header .warp-search {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
header .warp-search input {
	background-color: transparent;
	border: 0;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	margin-right: 3px;
	min-width: 10px
}
header .warp-search input:focus {
	outline: none
}
header .warp-search input::-webkit-input-placeholder {
	text-align: right
}
header .warp-search input::-moz-placeholder {
	text-align: right
}
header .warp-search input::-ms-input-placeholder {
	text-align: right
}
header .warp-search input::placeholder {
	text-align: right
}
header .warp-search button {
	background-color: transparent;
	border: 0;
	color: #fff;
	padding: 0
}
header .warp-search button:hover {
	cursor: pointer
}
header .warp-search button:focus {
	outline: none
}
header .warp-lang {
	text-align: right
}
header .warp-lang button {
	background-color: transparent;
	color: #fff;
	top: -3px;
	padding: 0
}
header .warp-lang button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
header .warp-lang .dropdown-menu {
	left: inherit;
	right: 0;
	text-align: right;
	padding: 0;
	background-color: transparent;
	border: 0
}
header .warp-lang .dropdown-item {
	padding: 0;
	color: #fff
}
header .warp-lang .dropdown-item:focus, header .warp-lang .dropdown-item:hover {
	color: #fff;
	background-color: inherit
}
footer {
	z-index: 14;
	position: fixed
}
footer .scrolldown:hover {
	text-decoration: none
}
footer a.scrolldown:hover>.circle, footer a.scrolldown:hover span {
	border-color: #fff;
	color: #fff
}
footer .line-horizontal {
	height: 40px;
	width: 1px;
	background-color: #afafaf;
	position: absolute;
	left: 50%;
	margin-top: 10px
}
footer .scrolldown .circle {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	line-height: 63px;
	padding: 0 9px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative
}
footer .scrolldown ion-icon {
	font-size: 24px;
	color: rgba(255, 255, 255, .8);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
footer .scrolldown span {
	color: rgba(255, 255, 255, .7);
	font-size: 10pt
}
.section-footer-extra ul {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center
}
.section-footer-extra ul li {
	display: inline-block;
	padding: 0 5px
}
.section-footer-extra li, .section-footer-extra a {
	color: #fff
}
.section-footer-extra a {
	font-weight: 600;
	border-bottom: 1px solid
}
.section-footer-extra a:hover {
	text-decoration: none
}
.section-footer-extra {
	background-color: #0b6b9e
}
footer a.scrolldown .circle, footer a.scrolldown span {
	-webkit-transition: .3s all;
	transition: .3s all
}
footer a.scrolldown:hover>.circle {
	background-color: rgba(0, 0, 0, .75)
}
.desc-kolom {
	margin-top: 5px
}
.section-footer-extra, .section.section-footer {
	position: relative;
}
.section-footer select.select2x {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12pt;
	width: 100%;
	border: 0;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin: 10px 0
}
.section-footer-extra ul {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center
}
.section-footer-extra ul li {
	display: inline-block;
	padding: 0 5px
}
.section-footer-extra li, .section-footer-extra a {
	color: #fff;
	font-size: 8pt
}
.section-footer-extra .row {
	padding: 10px 0
}
.section-footer-extra a {
	font-weight: 600;
	border-bottom: 1px solid
}
.section-footer-extra a:hover {
	text-decoration: none
}
.section-footer-extra {
	background-color: #0b6b9e
}
.section-footer {
	background-color: #000
}
.section-footer .sosmed ul {
	padding-left: 0;
	margin: 7px 0
}
.section-footer .sosmed ul li {
	display: inline-block;
	padding: 0 5px
}
.section-footer .sosmed a {
	color: #fff;
	font-size: 30pt
}
.section-footer p.title-column {
	font-size: 13pt;
	color: #0b6b9e;
	font-weight: 600;
	margin-bottom: 0
}
.section-footer p {
	color: #fff;
	font-size: 10pt;
	margin-bottom: 0
}
.section-footer select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    margin-bottom: 10px;
	color: #ffffff;
	padding-left: 3px;
	-webkit-appearance:none
}
.section-footer select ~ i{
	position: absolute;
    right: 7px;
    top: 30%;
    color: white;
}
.section-footer select:focus {box-shadow: none;border: 0;outline: none;}
.section-footer .dropdown.style-2 .select2-container--default .select2-selection--single {
	background-color: #000;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid
}
footer.black a.scrolldown:hover>.circle, footer.black a.scrolldown:hover span {
	border-color: #000;
	color: #000
}
footer.black .scrolldown ion-icon {
	color: rgba(0, 0, 0, .8)
}
footer.black .scrolldown .circle {
	border: 1px solid rgba(0, 0, 0, .7)
}
footer.black .scrolldown span {
	color: rgba(0, 0, 0, .7)
}
footer.black .scrolldown ion-icon:hover {
	color: #fff
}
.slick-slide:focus{
	outline: none
}

@media only screen and (min-width: 425px){
	header .navbar {
		/* padding: 4px 16px */
		padding: 4px 40px
	}
	.section-footer-extra, .section.section-footer {
		padding: 0 90px;

		/* padding: 0 */
	}
	div#contactModal {
		z-index: 100000
	}
}
@media only screen and (min-width: 768px){
	#search_mobile,
	#search_mobile ~ span{
		display: none;
	}
	#search{
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	.warp-search-lang {
		width: 200px !important;
        gap: 20px;
	}
}
@media only screen and (min-width: 1920px) {
	header ul>li>a {
		font-size: 12pt
	}
	header .warp-search input{
		padding-right: 8px
	}
}
@media only screen and (max-width: 991px) {
	.warp-search input::-webkit-input-placeholder {
		text-align: left!important
	}
	.warp-search input::-moz-placeholder {
		text-align: left!important
	}
	.warp-search input::-ms-input-placeholder {
		text-align: left!important
	}
	.warp-search input::placeholder {
		text-align: left!important
	}
	.warp-search-lang {
		padding-bottom: 30px;
		padding-top: 10px
	}
	header .nav-link {
		margin: 8px 0
	}
	.section-footer-extra, .section.section-footer {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px){
	#search_mobile,
	#search_mobile ~ span{
		display: block;
		width: 100% !important
	}
	#search{
		display: none;
	}
	.select2-container .select2-dropdown {
		position: relative;
		z-index: 1000000;
	}
	span#select2-search_mobile-container {
		color: white;
		line-height: normal;
		text-transform: none;
		font-weight: normal;
		display: flex;
		height: 100%;
		align-items: center;
		padding-left: 5px
	}
	select#search_mobile ~ span span.select2-selection {
		border: 0;
		background-color: transparent;
	}
	select#search_mobile ~ span span.select2-selection__arrow {
		display: none;
	}
	select#search_mobile ~ span span.select2-selection:focus {
		outline: none;
	}
	header .warp-search button {
		width: 40px;
	}
	.select2-container {
		width: 100% !important;
	}
}
@media only screen and (max-width: 425px){
	header .warp-search input{
		text-align: left;
	}
	.ui-autocomplete {
		max-height: 400px;
		width: 200px; /* just setting it very small it will resize to the input field*/
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		z-index: 1000;
	}
}
