html, body {
	margin: 0;
	position: relative;
	overflow-x: clip;
	scroll-behavior: smooth;
}

.convert {
	visibility:visible;
	display: block;
}

.mobile {display: none;}
.hide {display:none !important;}

a {
	color:inherit !important;
	text-decoration: none !important;
}

.f1{font-family:Arial, Helvetica, sans-serif;}
.f2{font-family:century;}
.f3{font-family:centuryB;}	
.f4{font-family:impact;}	


.s0{font-size:40px!important;}
.s1{font-size:30px!important;}
.s2{font-size:20px!important;}
.s3{font-size:15px!important;}
.s4{font-size:12px!important;}
.s5{font-size:10px!important;}

.c {display:flex; justify-content:center; align-items:center;}
.c2 {display:block !important;}

.container100{
	width:100%;
	height:100vh;
	position:absolute;
	float:left;
	}

#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width:100%;
	z-index:0;
	object-fit: cover;
}

.videoBgWrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.videoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.header {
	width: 100%;
	height: 20vh;
	position: relative;
	z-index: 5;
	float: left;
}

.top-left {
	width: 30vw;
	height: 29vh;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/leaf_left.png);
	background-size: 100%;	
	background-repeat: no-repeat;
}

.top-right {
	width: 30vw;
	height: 29vh;
	position: absolute;
	right: -6%;
	top: 0;
	background-image: url(../images/leaf_right.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
	
.header2 {
	width: 100%;
	height: 20vh;
	position: relative;
	z-index: 5;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.header2_btn {
	width: 8vw;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
}	

.header_logo_index {
	width: 25%;
	height: auto;
	position: relative;
	float: left;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
	transition: all ease-in-out 0.5s;
	margin-top: calc(100vh - 50vh);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.53;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
}
.header_logo_index img {
	width: 100%;
}
.header_logo_index:hover{
	opacity: 1;
	}
		
.header_logo {
	width: 10%;
	height: 20vh;
	position: relative;
	float: left;
}
.header_logo img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hamburger {
	width: 5%;
	cursor: pointer;
	display: block;
	float: left;
	height: 20vh;
}



.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.overlay-content {
	width:100%;
	height:auto;
	position: relative;
}

/*.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f4f4f4 !important;
  display: block;
  transition: 0.3s;
}*/

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.close {
	width: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
	filter: invert();
}

.header_btn, .header_social_btn {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.header_social_btn img{width:3%;}

.scroll-container {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 30;
	width:5vw;
}
.scroll-container img {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.scroll-container:before {
  content: '';
  display: block;
  height: 100vh;
  pointer-events: none;
}

.scroll-container a {
  position: sticky;
  top: 88vh;
  cursor: pointer;
  font-size: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.index_text1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-top: calc(100vh - 55vh);
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
}

.index_text2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;		
	margin-top: calc(100vh - 102vh);
	color: #fff;
}

.index_btn1 {
	width: max-content;
	height: auto;
	position: relative;
	float: left;
	border: 1px solid #fff;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	transition:all ease-in-out 0.3s;
	cursor:pointer;
}
.index_btn1:hover {
	border: none;
	background-color:#fff;
	border: 1px solid #fff;	
	color:#333;	
	}


.animate_text1 {
	color: #fff;
	position: absolute;
	font-size: calc(100vw - 94vw);
	bottom: calc(100vh - 183vh);
	left: calc(100vw - 95vw);
}

.animate_text2 {
	width: 100%;
	color: #fff;
	font-size: calc(100vw - 94vw);
	position: absolute;
	bottom: calc(100vh - 200vh);
	left: calc(100vw - 85vw);
}
/*.animate_text_bg {
	width: 50vw;
	height: auto;
	position: absolute;
	top: -50%;
	left: -50%;
	transform: translate(100%,150%);
}
.animate_text_bg img{
	width:100%;
	}	*/

.profile_1 {
	width: 40vw;
	height: auto;
	position: absolute;
	top: calc(100vh - 65vh);
	left: calc(100vw - 50vw);
}
.profile_1 img{width:100%; filter: drop-shadow(5px 5px 10px #000);}	

.profile_con_1 {
	width: 60%;
	height: 75vh;
	position: relative;
	float: left;
	background-image: url(../images/profile_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 800px 0px 800px 0px;
}
.profile_con_1::after {
	content: "";
	width: 100%;
	height: 75vh;
	position: relative;
	float: left;
	background-color: #980;
	border-radius: 800px 0px 800px 0px;
	z-index: -1;
	top: -10px;
	left: 11px;
}

.profile_con_2 {
	width: 40%;
	height: 70vh;
	position: relative;
	float: left;
	padding: 29px;
	box-sizing: border-box;
	line-height: 25px;
}
.profile_con_2 div:nth-child(1) {
	width: 100%;
	position: relative;
	float: left;
	color: #CDCDCD;
	margin:15% 0 10% 0;
}

.profile_con_2 div:nth-child(2) {
	width: 100%;
	position: relative;
	float: left;
	color:#F60;
}

.profile_con_2 div:nth-child(3) {
	width: 100%;
	position: relative;
	float: left;
	color:#333;
}

.profile_con_2 div:nth-child(4) {
	width: 30%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_2 div:nth-child(4) img {
	width: 100%;
}

.profile_con_2 div:nth-child(5) {
	width: 30%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
    box-sizing: border-box;
}

.profile_con_2 div:nth-child(5) img {
	width: 100%;
}

.profile_con_2 div:nth-child(6) {
	width: 30%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
    box-sizing: border-box;
}

.profile_con_2 div:nth-child(6) img {
	width: 100%;
}

.profile_con_3 {
	width: 100%;
	height: 60vh;
	position: relative;
	float: left;
	line-height: 25px;
	background-image:url(../images/profile1.jpg);
	background-size:cover;
	margin: 20px 0 0 0;
	background-attachment: fixed;
}
.profile_con_3 div:nth-child(1) {
	width: 60%;
	height: auto;	
	position: relative;
	float: left;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 25vh 0 0 5vw;
}
.profile_con_3 div:nth-child(2) {
	width: 50%;
	position: relative;
	float: left;
	color:#fff;
	margin: 10px 0 0 5vw;	
}

.profile_con_4 {
	width: 100%;
	height: 120vh;
	position: relative;
	float: left;
	line-height: 25px;
	background-image: url(../images/profile2.jpg);
	background-size: 100%;
	background-attachment: fixed;
}
.profile_con_4 div:nth-child(1) {
	width: 60%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	left: calc(100vw - 80vw);
	text-align: center;
	margin: 15vh 0 30px 0;
	text-shadow: 1px 1px 10px #bea257;
}
.profile_con_4 div:nth-child(2) {
	width: 55%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	left: calc(100vw - 80vw);
	text-align: center;
	margin: 0 0 0 0;
	text-shadow: 1px 1px 10px #bea257;
	background-color: rgb(255, 255, 255, 0.2);
	padding: 3%;
	box-sizing: border-box;
}

.profile_con_5 {
  width: 100%;
  height: 70vh;
  position: relative;
  float: left;
  border-radius: 50% 50% 0 0;
  margin-top: -40vh;
  background-color: #fff;
}
.profile_con_5 div:nth-child(1) {
	width: 35%;
	height: 60vh;
	position: relative;
	float: left;
	color: #666;
	margin-top: 15vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(100vw - 96vw);
}
.profile_con_5 div:nth-child(2) {
	width: 60%;
	height: 51vh;
	position: relative;
	float: left;
	color: #666;
	border-left: 3px solid #a2a1a1;
	padding: 0 5% 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 17vh 0 0 10px;
}
.profile_con_5 div:nth-child(3) {
	width: 10%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(3) img {
	width: 100%;
}

.profile_con_5 div:nth-child(4) {
	width: 10%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(4) img {
	width: 100%;
}

.profile_con_5 div:nth-child(5) {
	width: 10%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(5) img {
	width: 100%;
}

.bulletGap{padding:5px;}

.carousel {
	width:100%;
	height:80vh;
	position:relative;
	float:left;
	}
.carousel img {
	width: 100%;
	height: 80vh;
	object-fit: cover;
}

.product_info{
	width:60%;
	height:110vh;
	position:relative;
	float:left;
	}
.product_info img {
	height: 80vh;
	position: absolute;
	left: 20%;
	top: 5%;
}
	
.product_photo {
	width: 40%;
	height: 110vh;
	position: relative;
	float: left;
	background-color: #fff;
	display: flex;
	justify-content: left;
	align-items: center;
}
.product_photo img {
	height: 95vh;
	position: relative;
	margin: 2vh -10vw;
	display: block;
	z-index: 800;
}	

.product3_con {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/product3.jpg);
	background-size: calc(100vh - -125vh);
	background-repeat: no-repeat;
	background-position-y: calc(100vh - 118vh);
}

.juiceA {
	width: calc(100vw - 82vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 80vh);
	left: calc(100vw - 82vw);
}
.juiceA img {
	height: 80vh;
	object-fit: cover;
	object-position: 0 45px;
}
.juiceA-content {
	width: 20vw;
	height: auto;
	display: none;
	position: absolute;
	z-index: 30;
	top: calc(100vh - 90vh);
	left: calc(100vw - 115vw);
	animation: juiceA ease-in-out forwards;
	animation-duration: 500ms;	
}
.juiceA-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceA:hover .juiceA-content {
	display: block;
}
	
@keyframes juiceA {
  from {top:-3vh; opacity:0;}
  to {opacity:1;}
}	

.juiceB {
	width: calc(100vw - 80vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 70vh);
	left: calc(100vw - 67vw);
}
.juiceB img {
	height: 70vh;
	object-fit: cover;
	object-position: 0px 45px;
}
.juiceB-content {
	width: 20vw;
	height: auto;
	display: none;
	position: absolute;
	z-index: 30;
	top: calc(100vh - 105vh);
	left: calc(100vw - 115vw);
	animation: juiceB ease-in-out forwards;
	animation-duration: 500ms;
}
.juiceB-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceB:hover .juiceB-content {
	display: block;
}
	
@keyframes juiceB {
  from {top: -10vh; opacity:0;}
  to {opacity:1;}
}	

.juiceC {
	width: calc(100vw - 88vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 50vh);
	left: calc(100vw - 53vw);
}
.juiceC img {
	height: 50vh;
	object-fit: cover;
	object-position: 0 37px;
}
.juiceC-content {
	width: 20vw;
	height: auto;
	display: none;
	position: absolute;
	z-index: 30;
	top: calc(100vh - 115vh);
	left: calc(100vw - 115vw);
	animation: juiceC;
	animation-duration: 500ms;
}
.juiceC-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceC:hover .juiceC-content {
	display: block;
}
	
@keyframes juiceC {
	from {top: -25vh; opacity:0;}
	to {opacity:1;}
}

.quote1 {
	width: 21%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(75%,-35%);
}
.quote1 img {width:100%;}	
	
.quote2 {
	width: 25%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%,-130%);
}
.quote2 img {width:100%;}			


.container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container .heading {
    width: 40%;
}

.heading2{
	margin-top: -5%;
	color: #666;
}
.container .heading h3 {
	font-size:40px;
    letter-spacing: 4px;
    margin: 3rem 0;
    border-bottom: 3px solid #222;
    padding-bottom: 10px;
}

.container .heading span {
	font-size:60px;
    letter-spacing: 3px;
    padding: 3px 10px;
    background: #fff;
    color: #000;
}

.box {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container .box .col {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.container .box .col img {
    margin: 0;
    border: 10px solid #fff;
    transition: .6s;
}

.container .box .col img:hover {
    opacity: .8;
    transform: scale(1.03);
}

.full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img { height: 90vh;}

.full-img span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 20px;
    border-radius: 50%;
    padding: 3px 9px;
    color: #fff;
    cursor: pointer;
}

.full-img span:hover {
    background: #fff;
    color: #000;
}


.locate_container {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
}
.locate_box {
	width: 14%;
	height: 200px;
	position: relative;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.locate_box img:hover {transform: scale(1.5);}
.locate_box img { width:70%; margin: 0 auto;display: block; 	transition: all .2s ease-in-out;}

.locate_box div:nth-child(2) {
	text-align:center;
	color: #333;
	}

.map {
	width: 50%;
	height: 100vh;
	position: relative;
	float: left;
}
	
.contact_container {
	width: 50%;
	height: 80vh;
	position: relative;
	float: left;
	padding: 0 3% 0 3%;
	box-sizing: border-box;
}

.contact_container div:nth-child(1) {
	width: 100%;
	height: auto;
	color: #F20000;
	font-size: calc(100vw - 98vw);
}

.contact_container div:nth-child(2) {
	width: 85%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 98.7vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(2) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 4px 10px 0 0;
}
	
.contact_container div:nth-child(3) {
	width: 85%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 98.7vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(3) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.contact_container div:nth-child(4) {
	width: 85%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 98.7vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(4) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.contactForm {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 20px 0;
	box-sizing: border-box;
}
	
input[type="text"], select, textarea {
	width: 100%;
	padding: 8px 20px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 25px;
	box-sizing: border-box;
	font-family:century;
	font-size:15px;
	color:#666;
	resize: none;
}

.submit {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 5px 5px;
	border-radius: 25px;
	background-color: #333;
	border-style: none;
	color: #fff;
	cursor: pointer;
	transition: ease-in-out 0.2s;
}

.submit:hover {
	background-color:#F00;
	color: #fff;
	}

.collapsible {
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
}

.collapsible::after {
	content: '+';
	color: white;
	float: right;
	left: -45%;
	position: relative;
}

.active:after {
  content: "-";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}



@media screen and (max-width: 800px) { 
html, body {
	margin: 0;
	position: relative;
	overflow-x: clip;
	scroll-behavior: smooth;
}

.convert {
	visibility: hidden;
	display: none !important;
}

.mobile {display: block;}
.hide {display:none !important;}

a {
	color:inherit !important;
	text-decoration: none !important;
}

.f1{font-family:Arial, Helvetica, sans-serif;}
.f2{font-family:century;}
.f3{font-family:centuryB;}	
.f4{font-family:impact;}

.s0{font-size:calc(100vw - 90vw) !important}
.s1{font-size:30px!important;}
.s2{font-size:20px!important;}
.s3{font-size: calc(100vw - 95vw) !important;}
.s4{font-size:12px!important;}
.s5{font-size:10px!important;}

.c {display:flex; justify-content:center; align-items:center;}
.c2 {display:block !important;}

video {
    position: absolute;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

#myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width:100%;
	z-index:0;
	object-fit: cover;
}


.videoBgWrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.videoBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.header {
	width: 100%;
	height: 10vh;
	position: relative;
	z-index: 50;
	float: left;
}
	
.header2 {
	width: 100%;
	height: 20vh;
	position: relative;
	z-index: 5;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.header2_btn{
	width: 10vw;
	height: auto;
	position: relative;
	float: left;
	text-align:center;	
	}		
		
.header_logo {
	width: 85vw;
	height: 10vh;
	position: relative;
	float: left;
}
.header_logo img {
	width: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%,-50%);
}

.hamburger {
	width: 15vw;
	cursor: pointer;
	float: left;
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hamburger img {
	width: 75%;
	filter: invert();
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.overlay-content {
	width:100%;
	height:auto;
	position: relative;
}

/*.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #f4f4f4 !important;
  display: block;
  transition: 0.3s;
}*/

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.closebtn img {width:75%;}

.close {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor:pointer;
}

.header_btn, .header_social_btn {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

.header_social_btn img{width:12%;}

.scroll-container {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 30;
	width:20vw;
}
.scroll-container img {
	width: 50%;
	margin: 0 auto;
	display: block;
}

.scroll-container:before {
  content: '';
  display: block;
  height: 100vh;
  pointer-events: none;
}

.scroll-container a {
  position: sticky;
  top: 88vh;
  cursor: pointer;
  font-size: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.index_text1 {
	width: calc(100vw - 40vw);
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-top: calc(100vh - 45vh);
	color: #fff;
	line-height: calc(100vh - 96vh);
}
.index_text2 {
	width: calc(100vw - 46vw);
	height: auto;
	position: relative;
	float: left;
	text-align: justify;
	margin-top: 0;
	color: #fff;
	left: 11px;
}
.index_btn1 {
	width: max-content;
	height: auto;
	position: relative;
	float: left;
	border: 1px solid #fff;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	transition:all ease-in-out 0.3s;
	cursor:pointer;
}
.index_btn1:hover {
	border: none;
	background-color:#fff;
	border: 1px solid #fff;	
	color:#333;	
	}

.animate_text1 {
	color: #fff;
	position: absolute;
	font-size: calc(100vw - 88vw);
	bottom: calc(100vh - 180vh);
	left: calc(100vw - 97vw);
}

.animate_text2 {
	width: 100%;
	color: #fff;
	font-size: calc(100vw - 88vw);
	position: absolute;
	bottom: calc(100vh - 189vh);
	left: calc(100vw - 98vw);
}

.profile_1 {
	width: 135vw;
	height: calc(100vh - 70vh);
	position: relative;
	float: left;
	left: calc(100vw - 111vw);
	top: calc(100vh - 118vh);
}
.profile_1 img{width:100%; filter: drop-shadow(5px 5px 10px #000);}	

.profile_con_1 {
	width: 95vw;
	height: 60vh;
	position: relative;
	float: left;
	background-image: url(../images/profile_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 800px 0px 800px 0px;
	background-position: 25%;
}
.profile_con_1::after {
	content: "";
	width: 100%;
	height: 65vh;
	position: relative;
	float: left;
	background-color: #980;
	border-radius: 800px 0px 800px 0px;
	z-index: -1;
	top: -10px;
	left: 11px;
}

.profile_con_2 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 29px;
	box-sizing: border-box;
	line-height: 25px;
}

.profile_con_2 div:nth-child(1) {
	width: 100%;
	position: relative;
	float: left;
	color: #CDCDCD;
	margin:15% 0 10% 0;
}

.profile_con_2 div:nth-child(2) {
	width: 100%;
	position: relative;
	float: left;
	color:#F60;
}

.profile_con_2 div:nth-child(3) {
	width: 100%;
	position: relative;
	float: left;
	color:#333;
}

.profile_con_2 div:nth-child(4) {
    width: 100%;
    height: 10vh;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.profile_con_2 div:nth-child(4) img {
	width: 60%;
}

.profile_con_2 div:nth-child(5) {
    width: 100%;
    height: 10vh;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.profile_con_2 div:nth-child(5) img {
	width: 60%;
}

.profile_con_2 div:nth-child(6) {
    width: 100%;
    height: 10vh;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}

.profile_con_2 div:nth-child(6) img {
	width: 60%;
}


.profile_con_3 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	line-height: 35px;
	background-image: url(../images/profile1.jpg);
	background-size: cover;
	margin: 20px 0 0 0;
	background-attachment: fixed;
	background-position: center;
}
.profile_con_3 div:nth-child(1) {
	width: 60%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 7vh 0 0 5vw;
}
.profile_con_3 div:nth-child(2) {
	width: 60%;
	position: relative;
	float: left;
	color: #fff;
	margin: 15px 0 10px 5vw;
	line-height: 22px;
}

.profile_con_4 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	line-height: 25px;
	background-image: url(../images/profile2.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.profile_con_4 div:nth-child(1) {
	width: 80%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	left: calc(100vw - 90vw);
	text-align: center;
	margin: 5vh 0 0 0;
	line-height: 37px;
}
.profile_con_4 div:nth-child(2) {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	color: #fff;
	text-align: center;
	margin: 10px 0 10px 0;
	line-height: 25px;
	background-color: rgb(255, 255, 255, 0.2);
	left: calc(100vw - 95vw);
}

.profile_con_5 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	border-radius: 0;
	margin-top: 0;
	background-color: #fff;
	padding-bottom: 100px;
}
.profile_con_5 div:nth-child(1) {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	color: #666;
	margin-top: 5vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(100vw - 88vw);
	left: 13%;
}
.profile_con_5 div:nth-child(2) {
	width: 95%;
	height: auto;
	position: relative;
	float: left;
	color: #666;
	border-left: unset;
	padding: 0 5% 0 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0vh 0 0 10px;
}
.profile_con_5 div:nth-child(3) {
	width: 33%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(3) img {
	width: 100%;
}

.profile_con_5 div:nth-child(4) {
	width: 33%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(4) img {
	width: 100%;
}

.profile_con_5 div:nth-child(5) {
	width: 33%;
	height: 20vh;	
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px;
    box-sizing: border-box;	
}

.profile_con_5 div:nth-child(5) img {
	width: 100%;
}


.bulletGap{padding:5px;}

.carousel {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.carousel img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

.section1 {
	width: 100%;
	height: 50vh !important;
	position: relative;
	float: left;
}

.product_info {
	width: 60%;
	height: 50vh;
	position: relative;
	float: left;
}
.product_info img {
	height: unset;
	position: absolute;
	left: 0%;
	top: 25%;
	width: calc(100vw - 35vw);
}
	
.product_photo {
	width: 40%;
	height: 50vh;
	position: relative;
	float: left;
	background-color: unset;
	display: unset;
	justify-content: left;
	align-items: center;
}

.product_photo img {
	height: 64vh;
	position: relative;
	margin: 3vh -5vw;
	display: block;
}

.product3_con {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/product3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: calc(100vh - 100vh);
}

.juiceA {
	width: calc(100vw - 16vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 76vh);
	left: calc(100vw - 103vw);
	z-index: 0;
}
.juiceA img {
	width: 100%;
	height: calc(100vh - 25vh);
	object-fit: cover;
	object-position: top;
}
.juiceA-content {
	width: 60vw;
	height: auto;
	display: none;
	position: absolute;
	top: calc(100vh - 120vh);
	left: calc(100vw - 75vw);
	animation: juiceA ease-in-out forwards;
	animation-duration: 500ms;
	z-index: 999;
}
.juiceA-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceA:hover .juiceA-content {
	display: block;
}
	
@keyframes juiceA {
  from {top:-3vh; opacity:0;}
  to {opacity:1;}
}	

	
.juiceB {
	width: calc(100vw - 37vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 64vh);
	left: calc(100vw - 51vw);
	z-index: 0;
}
.juiceB img {
	width: 100%;
	height: 63vh;
	object-fit: cover;
	object-position: top;
}
.juiceB-content {
	width: 50vw;
	height: auto;
	display: none;
	position: absolute;
	z-index: 200;
	top: calc(100vh - 85vh);
	left: calc(100vw - 110vw);
	animation: juiceB ease-in-out forwards;
	animation-duration: 500ms;
	z-index: 999;	
}
.juiceB-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceB:hover .juiceB-content {
	display: block;
}
	
@keyframes juiceB {
  from {top: -10vh; opacity:0;}
  to {opacity:1;}
}	

.juiceC {
	width: calc(100vw - 58vw);
	height: auto;
	position: absolute;
	top: calc(100vh - 48vh);
	left: calc(100vw - 69vw);
	z-index: 0;
}
.juiceC img {
	width: 100%;
	height: calc(100vh - 53vh);
	object-fit: cover;
	object-position: top;
}
.juiceC-content {
	width: 50vw;
	height: auto;
	display: none;
	position: absolute;
	z-index: 30;
	top: calc(100vh - 115vh);
	left: calc(100vw - 115vw);
	animation: juiceC;
	animation-duration: 500ms;
	z-index: 999;	
}
.juiceC-content img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 10px 10px #000);
	}
	
.juiceC:hover .juiceC-content {
	display: block;
}
	
@keyframes juiceC {
	from {top: -25vh; opacity:0;}
	to {opacity:1;}
}

.quote1 {
	width: 55%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-3vh,-34vh);
}
.quote1 img {width:100%;}

.quote1b {
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-160%);
}
.quote1b img {width:100%;}
	
.quote2 {
	width: 40%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(10%,-75%);
}
.quote2 img {width:100%;}			


.container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container .heading {
	width: 90%;
	margin-top: 5vh;
}

.heading2{
	margin-top: -5%;
	color: #666;
}
.container .heading h3 {
	font-size: calc(100vw - 95vw);
	letter-spacing: 4px;
	margin: 0 0;
	border-bottom: 3px solid #222;
	padding-bottom: 10px;
}

.container .heading span {
	font-size:calc(100vw - 85vw);
    letter-spacing: 3px;
    padding: 3px 10px;
    background: #fff;
    color: #000;
}

.box {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.container .box .col {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.container .box .col img {
	margin: 0;
	border: 2px solid #fff;
	transition: .6s;
}

.container .box .col img:hover {
    opacity: .8;
    transform: scale(1.03);
}

.full-img {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img { height: 90vh;}

.full-img span {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 20px;
    border-radius: 50%;
    padding: 3px 9px;
    color: #fff;
    cursor: pointer;
}

.full-img span:hover {
    background: #fff;
    color: #000;
}


.locate_container {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
}
.locate_box {
	width: 26%;
	height: 65px;
	position: relative;
	float: left;
	padding: 10px;
	box-sizing: content-box;
}

.locate_box img:hover {transform: scale(1.5);}
.locate_box img {
	width: 100%;
	margin: 0 auto;
	display: block;
	transition: all .2s ease-in-out;
}

.locate_box div:nth-child(2) {
	text-align:center;
	color: #333;
	}

.map{
	width:100%;
	height:80vh;
	position:relative;
	float:left;
	}
	
.contact_container {
	width: 100%;
	height: 80vh;
	position: relative;
	float: left;
	padding: 10% 3% 0 3%;
	box-sizing: border-box;
}

.contact_container div:nth-child(1) {
	width: 100%;
	height: auto;
	color: #F20000;
	font-size: calc(100vw - 93vw);
}

.contact_container div:nth-child(2) {
	width: 100%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 95vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(2) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 4px 10px 40px 0;
}
	
.contact_container div:nth-child(3) {
	width: 85%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 95vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(3) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.contact_container div:nth-child(4) {
	width: 85%;
	height: auto;
	color: #666;
	font-size: calc(100vw - 95vw);
	float: left;
	position: relative;
	padding: 10px 10px 0 0;
}

.contact_container div:nth-child(4) img {
	width: 5%;
	float: left;
	position: relative;
	padding: 0 10px 0 0;
}

.contactForm {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 20px 0;
	box-sizing: border-box;
}
	
input[type="text"], select, textarea {
	width: 100%;
	padding: 8px 20px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 25px;
	box-sizing: border-box;
	font-family:century;
	font-size:15px;
	color:#666;
	resize: none;
}

.submit {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	padding: 5px 5px;
	border-radius: 25px;
	background-color: #333;
	border-style: none;
	color: #fff;
	cursor: pointer;
	transition: ease-in-out 0.2s;
}

.submit:hover {
	background-color:#F00;
	color: #fff;
	}
	
.collapsible {
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
}

.collapsible::after {
	content: '+';
	color: white;
	float: right;
	left: -30%;
	position: relative;
}

.active:after {
  content: "-";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
			
}