html{font-size:16px;}
@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.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-BoldBoldBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@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.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
	font-size: 1rem;
    color: #000000;
    background: #e7e7e9;
}

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:20px;
    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: 40%;
    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: 3px;
	width: 100%;
    background: #FFF;
    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: 75%;
}
#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%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding:.5rem 0;
    background: #0b172f;
    transition: all 0.5s;
}
.slim.headbar-main{box-shadow: 0 3px 8px rgba(0,0,0,.2);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    padding: 0 0 0 15px;
    text-align: left;
    margin: 0;
}
.navbar-brand img{
    width: 100px;
    margin: 0;
    transition: all 0.5s;
}
.slim .navbar-brand img{width: 80px;}
.navbar-brand.d-lg-none{width: 100%;text-align: center;}
.navbar-brand.d-lg-none img{width: 150px;}
.navbar-collapse ul li{
	padding: 0;
    text-align: center;
    transition: all 0.5s;
}
.navbar-collapse ul li a {
    width: auto;
    margin: auto;
    padding:10px 15px ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
}
.navbar-collapse ul li p{
    margin-bottom: 0;
    margin-left: 15px;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{ color: #FFF;}
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{background: none;}
.navbar-collapse ul li img{
    width: 50px;
    transition: all 0.5s;
}
.icon-menu{
    position: relative;
    margin-bottom: 0;
    transition: all 0.5s;
}
.icon-menu .m-ic{
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.5s;
    transform: translate(-50% , -50%);
}
.navbar-collapse ul li a:hover .icon-menu{transform: scale(.95);}
.navbar-collapse ul li a:hover .m-ic{transform:translate(-50% , -50%) rotateY(360deg);}


.social-header{
    text-align: center;
    color: #996600;
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
}
.social-header img{transition: all 0.5s;border-radius: 50%;}
.social-header img:hover{transform: scale(.95);}

.contact-header{display: none;}

.contact-mobile{
    padding-left: 1rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-family: 'Prompt-Medium';
}
.contact-mobile p{margin-bottom: 0;text-align: center;}
.contact-mobile p img{margin: 0 ;width: 150px;transition: all 0.5s;}
.contact-mobile ul img{margin: 0;transition: all 0.5s;}
.contact-mobile ul{list-style: none;color: #FFF;margin-top: 1rem;}
.contact-mobile ul li{text-align: left;}
.contact-mobile ul li a{display: inline;margin: 0;}
.contact-mobile ul li a:hover{color: #bf975c;}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{ width: 100%;margin-top: 2rem;}
.owl-carousel .owl-dots{
	display: block !important;
	position: absolute;
    bottom:5%;
    right: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
    padding-right: 1rem;
}
.owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #FFF;
}
.owl-carousel button.owl-dot.active{
    background-color: #FFF;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-promotion{padding: 2rem 0;}
.title-box{
    color: #0b172f;
    margin-bottom: 2rem;
    font-size: 26px;
    font-family: 'Prompt-Bold';
}
.slide-promotion{margin-bottom: 2rem;}
.foods-box{margin-bottom: 2rem;}
.foods-box .img-box{
    height: 200px;
}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    transition: all 0.5s;
}
.foods-box  .img-box img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foods-box:hover img{transform: scale(1.05);}
.detail-foods{
    padding: 1rem .5rem;
    font-family: 'Prompt-Bold';
    background: url("../images/bg-pro.png") left bottom no-repeat #FFF;
    background-size: 100% !important;
}
.detail-foods ul{
    list-style: none;
    display: flex;
    align-items: flex-start;
    color: #0b172f;
    justify-content: space-between;
}
.detail-foods h1{
    font-size: 1rem;
    margin-bottom: 0;
    color: #c0985b;
    overflow: hidden;
    text-overflow: ellipsis;	
    white-space: nowrap;
}
.detail-foods .title-pd{
    font-size: 0.8rem;
    margin-bottom: 0;
   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(0.8rem * 1.1 * 2);
}
.detail-foods ul li{font-size: 14px;}
.detail-foods ul li:first-child{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.75;
    height: calc(1rem * 1.2 * 4);
}
.detail-foods ul li.price-text{font-size: 30px;}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    padding:10% 0;
    background: #0b172f ;
    background-size: cover;
}
.footer a:hover{ color: #bf955b;}
.footer p{margin-bottom: 0;}
.footer ul{list-style: none;}
.footer img{max-width: 100%;}
.footer h1{
    font-size: 1.2rem;
    margin-bottom:10px;
    text-transform: uppercase;
    font-family: 'Prompt-Medium';
}
.contact-footer {margin-top: 1rem;}
.address-footer{margin-bottom: 20px;}
.address-footer img{width: 130px;margin-bottom: 20px;}
.taxvat-footer img{margin-top: 10px;}
.copyright-box{
    color: #FFF;
    text-align: center;
    padding: 30px 0 ;
}
.copyright-box a:hover{color: #00743e;}

.social-footer{
    text-align: center;
}
.social-footer img{
    transition: all 0.5s;
    width: auto;
    border: 1px solid transparent;
    border-radius: 50%;
}
.social-footer img:hover{transform: scale(.9);border-color: #FFF;}
.logo-customer{
    text-align: center;
    margin-top: 1rem;
}
.logo-customer img{
    width: 65px;
    transition: all 0.5s;
}
.logo-customer img:hover{transform: scale(.95);}

.d-show, .d-m-show{display: none;}
/*///////////////////// ////////////////loading////////////////////////////////////////////*/
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	/*border:1px solid #ffffff;*/
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #155570;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/******************************************************/
 .detail-product-pack table tr td:nth-child(1){
    /*width: 35%;
    padding-right: 20px;*/
    white-space: nowrap;
}
.detail-product-pack  img.img-brand{
   height: 50px !important;
   margin: 5px auto;
}
.boxdetail-product h1 {
    font-size: 1.6rem;
    margin: 15px auto;
}
.pdfdownload-btn{
    text-align: center;
    border: 1px solid #b22222;
    padding: 8px;
    margin: 15px auto;
    background: #b22222;
    color: #FFF;
    border-radius: 10px;
    display: inline-block;
} 
.pdfdownload-btn a{color: #FFF;}
.pdfdownload-btn:hover{
    background: #FFF;
    color: #b22222;
}
.pdfdownload-btn:hover a{color: #b22222;}
.pdfdownload-btn .fa-file-download{
    width: auto;
    padding-right: 10px;
    margin-right: 8px;
    color: #FFF;
    border-right: 1px solid #FFF;
    transition: all 0.5s;
}
.pdfdownload-btn:hover .fa-file-download { 
    color: #b22222;
    border-color: #b22222;
}

.vdo-presents{
    margin-top: 30px;
    width: 100%;
    height: 350px;
}
.vdo-presents iframe{
    width: 100%;
    height: 100%;
}
.img-product {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-imgitem {
    height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
	border: solid 1px #CCC;
}

.box-imgitem img{
     width: 100% !important;
    height: 100% !important;
    transition: all 0.5s;
    z-index: 2;
    position: relative;
  
    flex-grow: 0;
    object-fit: cover;
}

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

.img-map{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #828282;
}
.img-map img{width: 100%;}

.mapbox{
    width: 100%;
    height: 280px;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.message-contact{margin-top: 2rem;}
.message-contact h1{
    font-size: 35px;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
}
.mapbox{
    margin-top: 2rem;
    width: 100%;
    height: 315px;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.14);
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: #bc955a;
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.form-text{
    padding: 8px 15px;
    background: none;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    color: #010000;
}
.form-text::placeholder{color: #010000;}
.sendus-btn{
    width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    color: #FFF;
    background: #bc955a;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 35px;
    border: none;
}
.sendus-btn:hover{
    transform: scale(.9);
}
.address-box h1{
    font-size: 1.2rem;
    margin-bottom: .5rem;
    font-family: 'Prompt-Medium'; 
}
.address-box p{margin-bottom: .5rem;}
.address-box ul{
    list-style: none;
    margin-top: 1rem;
}
.address-box ul li{padding-bottom: 8px;}
.address-box a:hover{color: #ff8200;}
/************************/
.content-otherpage{
    margin: 3% auto;
}
/******************/
.article-box .img-box{
    height: 250px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3);
    margin: 15px auto  ;
}
.article-box .img-box img{
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-box .img-box:hover img {
    transform: scale(1.05);
}
.article-box .titel-art {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(0.89rem * 1.2 * 2);
    margin: auto auto 15px auto  ;
}
/*********************************************/
.cate-prod {
    border: none !important;
    border-bottom: solid 1px #dbdbdb !important;
    background: #e7e7e9;
}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #0b172f;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
	}
	.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) {
}




