/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background-color: #1428A0;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.navi {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
  float: left;
  margin-top: 5px;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #b73214;
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */



.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -597px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff;/* Edit this to change the icon color */
  font: normal 28px/55px "fonta";/* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261";/* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}

header{
	display:none;
}

@media only screen and (max-width: 768px) {
	body {
		width: 100%;
	}
	.menu2{
		width: 100% !important;
	}
	.leftfooter{
		width: 100%;
		border-right: 0px;
	}
	.rightfooter{
		width: 100%;
		padding-top: 10px;
	}
	.footer_menu{
		display: none;
	}
	.aside-panel{
		display: none;
	}
	.rightfooter p{
		padding-left: 0px;
		
	}
	#site_title {
		width: 100%;
		height: auto;
		display: table;
	}
	.logo {
		display:none;
	}
	.infoname {
		float: none;
		padding-left: 0px;
		width:98%;
		margin:0 1%;
	}
	.infoname h1{
		line-height:35px;
	}
	.flag {
		width: 98%;
		float: none;
		margin: 0 1%;
		padding: 0px;
		height: auto;
	}
	.login {
		float: left;
	}
	.spss {
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	header {
		display: block;
	}
	#templatemo_menu{
		display:none;
	}
	#owl-demo1 .item img {
		/* height: auto !important; */
	}
	#templatemo_content_wrapper {
		width: 98%;
		padding: 1%;
	}
	.tright {
		width: 98%;
		float: none;
		margin: 0 auto;
		margin-top: 5px;
	}
	.aside-panel {
		width: 98%;
		float: none;
		margin: 0 1%;
		display: table;
	}
	.h3 img {
		margin: 0 auto;
		display: table;
	}
	.httt{
		text-align: center;
	}
	.tiente{
		width: 215px;
		margin: 0 auto;
	}
	.float {
		margin: 10px auto !important;
		float: none;
		display: table;
		/* margin-top: 10px; */
	}
	.footer{
		display: none !important;
	}
	.ifooter {
		width: 100%;
		text-align: center;
	}
	.lfooter {
		margin:0 auto;
		float: none;
		text-align: center;
	}
	.dfooter {
		width: 96%;
		margin:0 auto;
		float: none;
	}
	.kfooter {
		width: 100%;
		padding: 0;
		border: none;
	}
	footer ul {
		display: table;
		margin: 0 auto;
		clear: both;
		/* float: left; */
		-webkit-padding-start: 0px;
	}
	.news-pic {
		float: left;
		height: auto;
		width: 20%;
	}
	.new-nav > li > a .news-info {
		color: #555;
		float: left;
		margin-left: 3%;
		width: 77%;
	}
	.new-nav > li > a .news-description {
		display:none;
	}
	.form-group {
		float: none;
		margin: 0 auto;
		width: 96%;
	}
	.ndtin .hianh {
		width: 100%;
		float: left;
	}
	.zoomPad img{
		width: 100% !important;
		height: auto !important;
	}
	.ndtin .tentin {
		width: 100%;
		float: left;
		margin: 0px;
	}
	#wrapper {
		width: 100% !important;
	}
	p.change_link {
		width: 90% !important;
		padding: 5% !important;
	}

}
@media only screen and (max-width: 550px) {  
	body {
		width: 100%;
	}
	#nuttim {
		background-image: url(images/nuttim.png);
		height: 20px;
		width: 20px;
		background-size: 100% 100%;
		float: right;
		margin-right: 5px;
		margin-top: 5px;
	}
	#site_title {
		width: 100%;
		height: auto;
		display: table;
	}
	.db{
		display:block !important;
		margin-top: -37px !important;
		position: relative;
		z-index: 123;
	}
	.search {
		height: 30px;
		/* margin-top: 10px !important; */
	}
	.logo {
		display: block;
		/* margin-top: 40px; */
		width: 90%;
		margin-left: 1%;
		position: relative;
		/* height: 60px; */
	}
	#searchfield {
		height: 10px;
		width: 115px;
		padding: 10px;
		color: #020202;
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
		background: none;
		font-family: 'fonta';
	}
	.logo img {
		width: 100%;
		margin-top: 10px;
		margin-left: 5px;
		height: auto !important;
	}
	#owl-demo1{
		/* display: none !important; */
	}
	.infoname h2 {

	margin-top: 5px;float: none;/* margin-right: 20px; */text-align: center;font-size: 30px;margin-bottom: 5px;}
	.infoname {
		float: right;
		padding-left: 0px;
		width: 75%;
		margin-right: 1%;
		display: table;
		margin-left: 0px;
		height: 60px;
	}
	.infoname h1{
		line-height: 20px;
		font-size: 9px;
		-webkit-text-stroke: 0px;
		padding-top: 5px;
	}
	.flag {
		width: 98%;
		float: none;
		margin: 0 1%;
		padding: 0px;
		height: auto;
	}
	.login {
		float: right;
		margin-top: -5px;
	}
	.kcx{
		float:right;
		width: 39%;
	}
	.spss {
		float: right;
		width: 60%;
		margin-top: 17px;
		/* display: table; */
	}
	.flag img {
		margin-right: 0px;
		border: 1px solid #DADAD8;
		width: 20px;
		margin-left: 1px;
		height: auto !important;
		margin-top: 0px !important;
	}
	.login a {
		font-size: 9px;
		padding-left: 5px;
	}
	.spss p {
		font-size: 13px;
	}
	.login i {
    float: left;
    font-size: 11px;
    color: #1428A0;
    line-height: 21px;
}
	#cart-total {
		display: none;
	}
	header {
		display: block;
	}
	#templatemo_menu{
		display:none;
	}
	#owl-demo1 .item img {
		height: auto !important;
		width: 100% !important;
	}
	#templatemo_content_wrapper {
		width: 98%;
		padding: 1%;
		display: block;
	}
	.tright {
		width: 98%;
		float: none;
		margin: 0 auto;
		margin-top: 5px;
		display: block;
	}
	article {
		margin-top: -10px;
	}
	.aside-panel {
		width: 98%;
		float: none;
		margin: 0 1%;
		display: table;
		display: none;
	}
	.slogantext {
		margin-top: 2px;
		font-family: 'fontab';
		font-size: 12px;
		text-shadow: 1px 1px 4px rgba(150, 150, 150, .2);
	}
	#h22 h2{
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.h3 img {
		margin: 0 auto;
		display: table;
	}
	.httt{
		text-align: center;
	}
	.tiente{
		width: 215px;
		margin: 0 auto;
	}
	.float {
			/* margin: 1% !important; */
			float: left;
			display: block;
			/* margin-top: 10px; */
			width: 100%;
			padding: 0px;
			height: auto;
	}
	.float h3 {
		/* display:none; */
	}
	.float h3.kdau {
		display: block;
		height: 30px;
		background-color: #ddd;
		margin-bottom: 0px;
		font-size: 10px;
		padding-top: 5px;
	}
	.float p{
		display:none;
	}
	.spc {
		display:none;
	}
	.ctsp{
		display:none;
	}
	.float img {
		width: inherit;
		/* height: 55px; */
		/* border: 1px solid #C12833; */
		/* cursor: pointer; */
		width: auto;
		max-width: 80%;
		margin-top: 5px;
		width: 100%;
		height: auto;
	}
	.footer{
		display: block;
		height: 20px;
	}
	
	.ifooter {
		width: 100%;
		text-align: center;
	}
	.lfooter {
		margin:0 auto;
		float: none;
		text-align: center;
	}
	.dfooter {
		width: 96%;
		margin:0 auto;
		float: none;
	}
	.kfooter {
		width: 100%;
		padding: 0;
		border: none;
	}
	footer ul {
		display: table;
		margin: 0 auto;
		clear: both;
		/* float: left; */
		-webkit-padding-start: 0px;
	}
	.news-pic {
		float: left;
		height: auto;
		width: 20%;
	}
	.new-nav > li > a .news-info {
		color: #555;
		float: left;
		margin-left: 3%;
		width: 77%;
	}
	.new-nav > li > a .news-description {
		display:none;
	}
	.form-group {
		float: none;
		margin: 0 auto;
		width: 96%;
	}
	.ndtin .hianh {
		width: 100% !important;

		margin:0px !important;
		float: left !important;
	}
	.ndtin img {
		width: 100% !important;

		margin:0px !important;
		float: left !important;
	}
	.ndtin table{
		width:100% !important;
		margin:0px !important;
	}

	.ndtin table td{
		width: 10% !important;
	}
	.zoomPad img{
		width: 100% !important;
		height: auto !important;
	}
	.ndtin .tentin {
		width: 100%;
		float: left;
		margin: 0px;
	}
	#wrapper {
		width: 100% !important;
		min-height: 800px !important;
	}
	p.change_link {
		width: 90% !important;
		padding: 5% !important;
	}
	.fd{
		display:none;
	}
	footer{
		width:100%;
		display: none;
		padding-bottom: 25px;
	}
	.fm{
		display:block;
	}
	footer ul li a img {
		width: 19px;
	}
	.bphai img {
		width: 25px;
		margin-right: 5px;
	}
	.toTop {
		position: fixed;
		bottom: 50px;
		right: 10px;
		display: table;
	}
	.toTop img{
		height: 25px;
	}
	.db{
		display:block;
	}
	.footer_menu li {
		margin: 0px;
		/* padding: 0px 25px; */
		line-height: 20px;
		display: inline;
		border-left: 1px solid #FFFFFF;
	}
	.footer_menu li:first-child{
		border:none;
	}
	.footer_menu li a {
		color: #FFFFFF !important;
		font-size: 10px;
		font-family: 'fonta';
		text-transform: uppercase;
		display: block;
		padding: 0px 10px;
	}
	.toTop{
	display:block;
}
	.toTop1 {
		position: fixed;
		bottom: 0px;
		z-index: 23242;
		/* background-color: #fff; */
		/* width: 300px; */
		/* display: table !important; */
		margin: 0 auto;
		width: 100%;
	}
	.bovung{
		display:table;
		padding: 5px;
		/* background-color:#fff	; */
		margin: 0 auto;
	}
	.toTop1{
		display: none !important;
	}
	.kdau{
		display:block !important;
	}
	.menuht{
		display:block;
		margin-bottom: 10px;
		display: none;
	}
	
	
	
  

}