html{font-size:16px;}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
		url('fonts/Prompt-Medium.woff2') format('woff2'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('fonts/Prompt-Light.eot');
    src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Light.woff') format('woff'),
         url('fonts/Prompt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
		url('fonts/Prompt-Regular.woff2') format('woff2'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
    color: #000000;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}

#back-to-top {
    width: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e7e7e7;
    font-size: .9rem;
    opacity: .5;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #a7a7a7;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 25%;
    right: 5%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
    background: #0076bc;
    border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
    width: 50%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(3) {
    width: 100%;
}


/*///////////////////////////////////////////////////////////////////*/


.dropdown-main{
	position:relative
}
.dropdown-main .dropdown-menu{
	width:100%;
	min-width:200px;
	border-radius:0;
	background: #0076bc !important;
	padding:0;
	margin:0;
	border:none;
	word-wrap:break-word;
	white-space: normal;
	top:1.5rem;
	z-index:100;
	
}
.dropdown-main .dropdown-menu li{
	width:100%;
	text-align:left;
	margin:0;
	/*padding:0;
*/	padding:5px 10px 5px 10px !important;
	word-wrap:break-word; 
	white-space: normal;
	border:none !important;
}
.dropdown-main .dropdown-menu li a{
	display:block;
	width:100% !important;
	color:#FFF !important;
	background:none;
	padding:0 !important;
	margin:0;
	font-size:0.8rem;
	word-wrap:break-word;
	text-transform:uppercase;
	white-space: normal;
	border:none !important;
	text-align:left;
	height:auto !important;
}
.dropdown-main .dropdown-menu li:hover{
	background: #054e79 !important;
}
.dropdown-main .dropdown-menu li:hover a{
	background:none;
	border:none;
}
.dropdown-main .dropdown-toggle::after{
	display:none;
}
.dropdown-main:hover .dropdown-menu{
	display:block;
}


.dropdown-submenu{
	width:100% !important;
	padding:0 !important;
	position:relative;	
}

.dropdown-submenu .dropdown-menu{
	display:none !important;
	position:absolute !important;
	top:0px !important;
	left:100% !important;
	background:#2e3192;
}
.dropdown-submenu .dropdown-menu li{
	width:100% !important;
	/*padding: 6px 0px 6px 15px;*/
}

.dropdown-submenu:hover .dropdown-menu{
	display:block !important;
}



@media (max-width: 767px){
.dropdown-main .dropdown-menu {
	width: 100%;
	word-wrap:break-word;
}
.dropdown-main .dropdown-menu li:hover{
	background:none;
}
.dropdown-main .dropdown-menu li:hover a {
	color:#FFF;
}

.dropdown-main .dropdown-item {
	white-space:normal;
}
.dropdown-main .dropdown-item a {
	word-wrap:break-word;
	color:#FFF;
}


.dropdown-submenu .dropdown-menu{
	display:none !important;
	position: relative !important;
	top:0px !important;
	left:0% !important;
	background:#865533;
}
.dropdown-submenu .dropdown-menu li{
	/*padding: 6px 0px 6px 15px !important;*/
}
}




/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .75rem 0;
    transition: all 0.5s;
    background: #FFF;
}
.slim.headbar-main{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 0 0 15px;
    text-align: left;
    transition: all 0.5s;
    margin: 0;
}
.navbar-brand img {
    width: 200px;
    margin: 0;
    transition: all 0.5s;
    margin-bottom: 0;
}
.navbar-brand.d-lg-none{margin: 0;max-width: 100%;}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li p{margin-bottom: 0;}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #0076bc;}

.social-header{
    text-align: center;
    margin: 2rem auto;
}
.social-header img{
    transition: all 0.5s;
    margin: 0 3px;
    border: 1px solid #d4a549;
    border-radius: 50%;
    background: #d4a549;
}
.social-header img:hover{transform: scale(.95);}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    background: #FFF;
}
.owl-dots{
	display: block !important;
	position: absolute;
	bottom: 3%;
	left: 0;
	z-index: 555;
	width: 100%;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #FFF;
	border: 2px solid #0076bc;
}
.owl-carousel button.owl-dot.active{
	background-color: #0076bc;
}
.owl-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{ font-size: 40px;}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{ color: #000;}
.owl-carousel .owl-nav button.owl-prev{
    margin-left: 0;
    line-height: 1;
    background: #FFF;
    padding: 3px !important;
    border-radius: 0 20px 20px 0;
}
.owl-carousel .owl-nav button.owl-next {
    float: right;
    clear: both;
    margin-right: 0;
    line-height: 1;
    background: #FFF;
    padding: 3px !important;
    border-radius: 25px 0 0 25px;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-boxOne{padding: 10% 0;background: #FFF;}
.detail-text h1{
    font-size: 22px;
    margin-bottom: 10px;
    color: #0075c9;
    font-family: 'Prompt-Regular';
}
.detail-text ul{list-style: none;}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    transition: all 0.5s;
}
.content-boxTwo{
    padding: 0% 0 10%;
    background: url("../images/bg-2.png") right  center no-repeat;
}
.detail-text2 h1{
    font-size: 22px;
    margin-bottom: 10px;
    color: #FFF;
    font-family: 'Prompt-Regular';    
}
.content-boxThree{padding: 10% 0;}

.content-otherpage{padding: 10% 0;}
.aboutuspage-c2{
    padding:0 0 10%;
    background: -webkit-linear-gradient(left, rgba(235,237,244,1) 0%, rgba(235,237,244,1) 8%, rgba(252,253,254,1) 50%, rgba(235,237,244,1) 85%, rgba(235,237,244,1) 100%);
    background: -o-linear-gradient(left, rgba(235,237,244,1) 0%, rgba(235,237,244,1) 8%, rgba(252,253,254,1) 50%, rgba(235,237,244,1) 85%, rgba(235,237,244,1) 100%);
    background: linear-gradient(to right, rgba(235,237,244,1) 0%, rgba(235,237,244,1) 8%, rgba(252,253,254,1) 50%, rgba(235,237,244,1) 85%, rgba(235,237,244,1) 100%);
}
.menu-historypage{margin-bottom: 2rem;}
.menu-historypage ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.menu-historypage ul li{
    width: auto;
    margin: 0 10px;
    color: #6c6c6c;
    font-size: 17px;
}
.menu-historypage ul li a{padding: 0 15px 0 0;}
.menu-historypage ul li a:hover{color: #000;}
.banner-aboutus{
    padding: 5% 0 0;
    background: #f7f8fb;
}
.content-fullpage .headbar-main{
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.title-otherpage{
    text-align: center;
    margin-bottom: 2.5rem;
    color: #0075c9;
    font-size: 22px;
    font-family: 'Prompt-Medium';
}


.message-contact, .contact-box{margin: 2rem auto;}
.contact-box ul{list-style: none;}
.contact-box ul li{padding-bottom: 5px;}
.contact-box ul li span{font-weight: 700;}
.message-contact h1, .contact-box h1{
    font-size: 26px;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
    color: #0076bc;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: #0076bc;
}
.detail-form span{color: #0076bc;}
.detail-form p{margin-bottom: 0;}
.custom-file{height: auto;margin-bottom: 2rem;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    height: auto;
    color: #000;
    margin-bottom: 0;
}
.form-text::placeholder{color: #010000;}
.sendus-btn{
    width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #0076bc;
    color: #FFF;
    background: #0076bc;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #0076bc;
}

.mapbox iframe{
    width: 100%;
    height: 280px;
}
.mapbox{
    margin: 2rem auto;
}
.mapbox h1{
    font-size: 24px;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium'; 
}

.content-otherpage.nutritionpage .img-box{text-align: center;}
.content-otherpage.nutritionpage .img-box img{max-width: 100%;width: auto;}

.product-box{
    text-align: center;
    margin-bottom: 2rem;
}
.product-box:hover img{transform: scale(1.05);}
.product-box .img-box{margin-bottom: 2rem;}
.product-box h1{
    font-size: 21px;
    margin-bottom: 0;    
    color: #2A2A2A;
    font-family: 'Prompt-Medium'; 
}
.product-box p{
    color: #0075c9;
    margin-bottom: 0;
}
.img-products {
    width: 100%;
    overflow:hidden;
    text-align: center;
    margin-bottom: 2rem;
}
.img-products img{
    width: 100%;
    transition: all 0.5s;
}
.title-products{
    text-align: center;
    margin-bottom: 2rem;
}
.title-products h1{
    font-size: 25px;
    color: #2A2A2A;
    margin-bottom: 0;
    font-family: 'Prompt-Medium'; 
}
.title-products p{
    color: #0075c9;
    margin-bottom: 0;
}
.detail-box ul{
    padding-inline-start: 40px;
}
.detail-box{
   /* text-align: center;
    margin: 2rem auto;*/
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF;
    padding:10% 0;
    position: relative;
    background: #0076bc;
}
.footer ul{list-style: none;}
.footer p{margin-bottom: 0;}
.footer ul li{padding-bottom: 5px;}
.footer table{width: 100%;}
.footer table td{padding: 5px 3px;vertical-align: top;}
.footer table td img{margin: 0;}
.footer h1{
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: normal;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Prompt-Medium';
}
.footer a:hover{color: #d4a549;}
 
.copyright-box{
    padding: 20px ;
    color: #FFF;
    text-align: center;
    background: #d4a549;
}
.copyright-box a{display: inline;}
.copyright-box a:hover{color: #0076bc;}
.social-footer{
    text-align: center;
    margin: 1rem auto 0rem;
}
.social-footer img{ transition: all 0.5s;}
.social-footer img:hover, .ecom-footer img:hover{transform: scale(.9);}


/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
    
    
}




.news-box{
	background: #f7f7f7;
	padding: 0.5rem;
	margin-bottom: 2rem;
	transition: all 0.5s;
	font-size:0.8rem;
}
.news-box h1{
	font-size:1rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 1);
	text-align:center;
	color: #0075c9;
	font-weight:bold;
}
.news-box:hover{box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.news-box .img-box img{
	width: 100%;
}
.news-box:hover img{transform: scale(1.05);}
.news-box .img-box{
	height: 272px;
	width: 100%;
	margin-bottom:10px;
}
.news-box .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.news-box p{
    margin: .5rem auto;
    color: #444444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(0.8rem * 1.3 * 2);
}

/*.pagination .page-item.active .page-link {
    background-color: #066339;
    border-color: #066339;
}
.pagination .page-link , .pagination .page-link:hover{
    color: #066339;
}*/

.pdf-file{
    border: 1px solid #0076bd;
    padding: 8px 15px;
    border-radius: 8px;
    transition: all 0.5s;
}
.pdf-file:hover{
    color: #FFF;
    background: #0076bd;
    transform: scale(.95);
}
.vdo-present{
    width: 100%;
    height: 280px;
}
.vdo-present iframe{
    width: 100%;
    height: 100%;
}

.contact-box a:hover{
	color: #F00;
}