/* CSS Document */
@font-face {
    font-family: 'kit55f-webfont';
    src: url('fonts/kit55f-webfont.eot');
    src: url('fonts/kit55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit55f-webfont.woff') format('woff'),
         url('fonts/kit55f-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'maledpan-regular-webfont';
    src: url('fonts/maledpan-regular-webfont');
    src: url('fonts/maledpan-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/maledpan-regular-webfont.woff') format('woff'),
         url('fonts/maledpan-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kit75f';
    src: url('fonts/kit75f.eot');
    src: url('fonts/kit75f.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit75f.woff') format('woff'),
         url('fonts/kit75f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kit65f';
    src: url('fonts/kit65f.eot');
    src: url('fonts/kit65f.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit65f.woff') format('woff'),
         url('fonts/kit65f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
img{ border:0; margin:auto;}
*{ margin:0; padding:0;}
a, a:hover, a:focus { text-decoration: none; color:inherit; }

body {
	background:#FFF ;
    font-family: 'maledpan-regular-webfont';
	font-size:18px;
	color:#000;
}
.carousel-inner>.item>img {
    margin: auto;
	width:100%;
}

.cleaner {clear:both; width:100%; height:0px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}
.pull-left{
	margin-left:5%;
}
#back-to-top{
	width:40px;
	height:40px;
    position: fixed;
    z-index: 9999;
    bottom: 2%;
    right: 5%;
    line-height: 0.7;
	text-align:center;
	display:none;
	background:rgba(0,0,0,0.7);
}
#back-to-top a{
	color:#FFF;
	font-size: 18px;
	line-height:0;
    text-transform: uppercase;
}
.arrow-color{
	color: #FFF;
	font-size:30px;
	line-height: 1;
	margin-top: -5px;
}
#back-to-top a:hover{
	color: #FFF;
}
.top-text{
	color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/
.navbar-brand{
	width:75%;
	position: relative;
	padding:0;
}
.navbar-brand>img {
    width: 4em;
}
.navbar{
	border:0;
	border-radius:0;
	margin-bottom:0;
}
.navbar-default {
    border-color: transparent;
	background-color: transparent;
    font-family: 'kit55f-webfont';
    margin: auto;
	transition:all 0.3s;

}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-toggle .icon-bar{
	width:30px;
	height:4px;
}
.navbar-default .navbar-toggle{
    margin: 0 0 0 5%;
	padding:6px 0;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #b80013;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
    background-color: #666;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#FFF;
    background-color: #666;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle{
	border:0;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size:50px;
    height: auto;
}
.nav>li>a {
    font-size: 24px;
} 
.dropdown a {
	font-size:21px;
	color:#363636;
} 


.xs-head-box {
	background:#FFF;
    width: 95%;
    margin: 2% auto 0;
}


/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/

.bg-content{
	background:#F96;
}
.content-left{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background: #c34949;
}
.content-right{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background:#966;
}
.product-box {
	text-align:center;
	background:#FFF;
	color: #555555;
}
.product-box h1 {
    font-size: 20px;
	color:#555555;
}
.product-box p {
    color: #898989;
	font-size: 16px;
    letter-spacing: 2px;
    padding-top: 6%;
}
.product-box hr {
	border:1px solid #b7b7b7;
	width:90%;
	margin:auto;
}
.product-box a {
	color:#363636;
	position:relative;
    font-size: 19px;
}
.product-box a img {
    width: 1em;
    display: inline-block;
    margin-left: 3%;
    border: 1px solid #5f6265;
    border-radius: 10px;
	vertical-align: middle;
}
.product-box .bttn-box a img.readmore-hover {
    position: absolute;
    top: 28%;
    right: 0;
    opacity: 0;
    border: 1px solid #b80013;
}
.product-box:hover a {
	color:#b80013;
}
.product-box .bttn-box {
	transition:all 0.3s;
	padding: 3% 0;
}
.product-box:hover {
}
.product-box:hover a img{
	opacity: 0;
}
.product-box:hover a img.readmore-hover {
	opacity: 1;
}

.hvr-border-fade {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 8px #b80013, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.bg3 {
	background:url(../images/bg3.png) top center no-repeat;
	background-size:cover !important;
    padding: 9% 0;
}
.product-head {
	color:#FFF;
	text-align:center;
    padding-bottom: 12%;
}
.product-head h1 {
	font-size:30px;
    margin-top: 0;
}
.product-head hr {
	border-top: 6px solid #FFF;
    width: 50%;
    margin: auto;
}
.contact-xs {
	text-align:center;
}
.contact-xs h1 {
	text-transform:uppercase;
	font-size:30px;
	margin-bottom:0;
}
.contact-xs a {
	font-size:24px;
	letter-spacing:2px;
	color:#000;
}


.bg1 {
	background:url(../images/bg1.png)top center no-repeat;
	background-size:cover !important;
    padding: 6% 0;
}

.bg2 {
	background:#FFF;
    padding: 6% 0;
}
.right-box p {
	margin:0;
}
.right-box p.middle-text {
    margin: 5% 0;
}




.bg2-picbox img {
	width:100%;
}




.left-box img {
	width:100%;
}
.right-box {
	background:#FFF;
    padding: 3%;
}
.bg1-box h1 {
	color: #b80013;
    font-size: 28px;
	max-width: 100%;
	z-index: 1;
	display: inline-block;
}
.bg1-box h2 {
	color: #b80013;
    font-size: 28px;
	max-width: 100%;
	z-index: 1;
	display: inline-block;
}
.left-box{
	position:relative;
	z-index:1;
}
.left-box h1{
	position:absolute;
	top:10%;
	right:10px;
}
.right-box{
	position:relative;
}
.right-box h1{
	position:absolute;
	top:2%;
	left:10%;
}

.company-name{
	color: #b80013;
    font-size: 28px;
    max-width: 100%;
    z-index: 1;
    display: inline-block;
}
.right-box p {
    font-family: 'kit55f-webfont';
	font-size: 21px;
}
.bg1-box a {
	color: #b7b7b7;
    font-size: 20px;
    letter-spacing: 6px;
    position: absolute;
    top: 39%;
    left: 7%;
}

.bx-wrapper {
    max-width: 100% !important;
	width: 100% !important;
}

.product {
	margin: 0 7%;
}

.bx-wrapper .bx-prev {
	background:url(../images/slide-bttn1.png) left center no-repeat;
	background-size:100%;
    left: -14%;
}
.bx-wrapper .bx-next {
	background:url(../images/slide-bttn2.png) right center no-repeat;
	background-size:100%;
    right: -14%;
}
.slim .xs-head-box {
	margin:0;
}
.slim.navbar-default {
	background:#FFF;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.3);
}
.xs-head-box {
	transition:all 0.3s;
    width: 100%;
}
.bx-wrapper .bx-controls-direction a {
    width: 26px;
    height: 41px;
}
/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/
.box-img-factory{
	position:relative;
}
.box-text-fatory{
	background:#b80013;
	color:#FFFFFF;
	padding:2% 10%;
	font-size:3rem;
	position:absolute; 
	top:10%; 
	right:-5%;
}

/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/

.bg-footer{
	text-align:center;
	background: #ebebeb;
}
.bg-footer a {
	color:#000;
}
.copyright{
	color:#FFF;
	padding:2% 0;
    font-size: 13px;
}
.copyright a{
	color:#FFF;
}
.footer-2 ul {
	list-style:none;
}
.bg-copyright {
	background:#b80013;
	text-align:center;
}



.bg-footer h1 {
	font-size:24px;
	color:#252525;
	text-transform:uppercase;
}
.logo-xs {
	text-align:center;
    margin: 9% 0;
}
.logo-xs img {
	width:12em;
}

.footer-3 a:hover img.social1 {
    opacity: 0;
}
.footer-3 a:hover img.socialhvr {
    opacity: 1;
}
.footer-3 a img.socialhvr {
    position: absolute;
    left: 4%;
    top: 5%;
	opacity: 0;
}
.footer-3 a {
	position:relative;
}
.navbar-header {
    padding: 1% 0;
}

/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////index///////////////////////////////////////////////////////////////////////////*/
.box-img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.box-img img {
    height: auto;
    /* height: 100%; */
    width: auto;
    /* width: 100%; */
    top: 0%;
    left: 0%;
    position: absolute;
}
a.name-prod{
	font-size:24px;
}
/*///////////////////////////////////////////////////////////////////////////about-us///////////////////////////////////////////////////////////////////////////*/
.font-red{ color:#b80012; }
.page-header h1 {
  font-size: 1.5em;
  /*text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;*/
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
	background: #b80012;
	border: 3px solid #960514;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
	position: absolute;
	top: 23px;
	left: 50%;
	text-align: center;
	background: #960514;
    background-image: linear-gradient(to top, #960514 0%, #b80012 100%);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: -16px;
	border: 3px solid #cb9da2;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 9;
}


/** timeline content **/

.tl-heading h2 {
  margin: 0;
  color: #083479;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
  text-align: center;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.page-header{
	margin:0;
}
.box-red {
	background: #b80012;    
	border: 3px solid #960514;    
	color: #ededed;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/


.pagelist{
 float:right;
 padding:5px;
 border-radius:0px;
 margin:0 5px 20px 5px;
}
.pagelist li{
 display:inline-block;
 font-size:23px;
 cursor:pointer;
}
.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:#777;
	display:block;
	padding:0px 12px;
	font-style:italic;
	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 a:hover{
    color: #a41f23;
	transition: all 0.4s;
    border-bottom: 1px solid #a41f23;
}
.pagelist li.active a {
    color: #a41f23;
}

/*///////////////////////////////////////////////////////////////////////////product///////////////////////////////////////////////////////////////////////////*/
.box-cate{
	margin:auto;
	text-align:center;
	/*border-bottom:2px solid #8a8a8a;*/
}
.list-cate-active,
.list-cate{
	display:inline-block;
	border-bottom:5px solid #FFFFFF;
	margin: 10px 0;
}
.list-cate-active a,
.list-cate a{
	padding:0px 30px;
	border-right:1px solid #8a8a8a;
	font-size: inherit;
}
.list-cate-active,
.list-cate-active:hover,
.list-cate:hover{
	color: #083479;
     border-bottom: 5px solid #083479; 
}
.list-cate-last a{
	border-right: none !important;
}

.box-img{
	width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.news-box-detail:hover .box-img img
.box-img:hover img
{
	top: 0%;
    left: 0%;
}

.box-img img{
	height: auto;
    /* height: 100%; */
    width: auto;
    /* width: 100%; */
	top: 0%;
    left: 0%;
    position: absolute;
}
/*.box-img:hover img
{
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}*/

.box-img img {
    transition: all 0.3s;
}

.news-box-detail{
	background:#FFF;
	margin:10px;
	padding:10px;
	position:relative;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.img-news{
	width:100%;
	position:relative;
	overflow:hidden;
}
.img-news img{
	/*width:100%;*/
	max-width: 100%;
    max-height: 100%;
	transition: all 0.3s;
}
.img-news:hover img{
	transform: scale(1.08);
}
.img-news span{
	z-index:50;
	opacity:0;
	color:#FFF;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:40%;
	position:absolute;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
}
.img-news:hover span{
	opacity:1;
}

.img-news .box-img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
}
.detail-news h1{
	color:#000;
	margin:10px auto 0;
	font-size:25px;
}
.detail-news p{
	color:#000;
	line-height:1;
	margin:0 auto;
	font-size:20px;
	text-align:justify;
}
.detail-news .readmore{
	color:#FFF;
	/*width:30%;*/
	margin:10px auto;
	text-align:center;
	background:#666;
	transition: all 0.3s;
	text-shadow:0 2px 3px rgba(0,0,0,0.5);
}
.detail-news:hover .readmore{
	background: #840310;
    background-image: linear-gradient(to top, #b80012 0%, #840310 100%);
}
.detail-line-clamp{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
	max-height: 3.0em;
}

/*///////////////////////////////////////////////////////////////////////////cate///////////////////////////////////////////////////////////////////////////*/
.box-cate dropdown a{
	font-size:inherit;
}
.dropdown-menu,
.dropdown-header{
	font-size:inherit;
}
/*///////////////////////////////////////////////////////////////////////////catalog///////////////////////////////////////////////////////////////////////////*/
.catalog-box-detail{
	background:#FFF;
	margin:10px;
	padding:10px;
	position:relative;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.img-catalog{
	width:100%;
	position:relative;
	overflow:hidden;
}
.img-catalog img{
	width:100%;
	transition: all 0.3s;
}
.img-catalog:hover img{
	transform: scale(1.08);
}
.img-catalog span{
	z-index:50;
	opacity:0;
	color:#FFF;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:40%;
	position:absolute;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
}
.img-catalog:hover span{
	opacity:1;
}

.img-catalog .box-img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.detail-catalog .readmore{
	color:#FFF;
	/*width:30%;*/
	margin:10px auto;
	text-align:center;
	background:#666;
	transition: all 0.3s;
	text-shadow:0 2px 3px rgba(0,0,0,0.5);
}
.detail-catalog:hover .readmore{
	background: #840310;
    background-image: linear-gradient(to top, #b80012 0%, #840310 100%);
}

/*///////////////////////////////////////////////////////////////////////////contact///////////////////////////////////////////////////////////////////////////*/
.text-line-clamp {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.height-box {
    height: 60px;
}
.text-indent {
	text-indent:30px;
}
.right { float:right; }
.page-title{
	color: #b80012;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
    line-height: 1;
	display: inline-block;
    border-bottom: 2px solid #083479;
}
.page-title img{
	padding: 10px 0;
}
.font-blue { color: #083479; }
.font24{ font-size:24px; }
@media (max-width: 414px) {
	.font24 {	font-size:16px;}
	.form-horizontal,
	.contact-list li,
	.bg-white{ font-size:20px;}
	.about h1{ font-size:22px;}
}
.right { float:right; }
.contact-form ,
.contact-list{
	list-style: none;
	float:left;
}
.contact-list a h1 .fa-youtube-square:hover{
	color:#d72a26;
	transition: all 0.6s;
}
.contact-list a h1 .fa-facebook-square:hover{
	color:#314987;
	transition: all 0.6s;
}
.contact-list a h1 .fa-twitter:hover{
	color:#4b9cda;
	transition: all 0.6s;
}

.contact-list a h1 .fa-map-marker:hover{
	color:#ee7600;
	transition: all 0.6s;
}
.contact-list a h1 .fa-line:hover{
	color:#00b900;
	transition: all 0.6s;
}



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

@media (max-width: 767px ) {
.list-cate-active, .list-cate{
	display:block;
}
.list-cate-active a, .list-cate a{
	border-right:none;
}
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100vh !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		margin-left: 250px;
	}
	.navbar-default, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-default.-collapse {
		margin-left: 250px;
		width:100%;
	}
	
}







@media (max-width: 320px ) {
.right-box h1 {
   font-size: 24px;
}
.bg1-box a {
    font-size: 16px;
	top: 33%;
}
.product-box h1 {
    font-size: 17px;
}
.product-box a {
    font-size: 15px;
}
.product-box .bttn-box {
    padding: 4% 0;
}
.bg-footer {
    padding: 1% 0 5%;
}
.product-box  img {
	width:80%;
    padding: 6% 0;
}
}
@media (max-width: 360px ) {
.bg1-box a {
    font-size: 19px;
    top: 37%;
}
.right-box h1 {
    font-size: 27px;
	margin-top: 12%;
}
.product-box .bttn-box {
    padding: 3% 0;
}
.bg-footer {
    padding: 1% 0 3%;
}
}
@media (max-width: 375px ) {
.bg1-box a {
}
.right-box h1 {
}
.product-box .bttn-box {
}
.bg-footer {
	padding: 0 0 4%;
}
}


@media (max-width: 414px) {
.product {
    margin: 0 14%;
}


}



@media (min-width: 568px){
.bg1-box a {
    top: 57%;
}
}
@media (min-width: 640px){
.bg1-box a {
    top: 62%;
	font-size: 24px;
}
}
@media (min-width: 667px){
.bg1-box a {
    top: 63%;
}
}







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