/* 
    Document   : styles
    Created on : 2022
    Author     : Herovh86
    Description:
        Purpose of the stylesheet follows.
*/

@charset "utf-8";

/*@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,vietnamese');*/

a{ text-decoration:none;color:#666;}
a:hover{text-decoration:underline; color:#333;}
.no-padding-left{
  padding-left: 0;
}

.no-padding-right{
  padding-right: 0;

}
.no-padding{
  padding: 0;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}
*{outline:none;}
a:focus{
  outline:none;
  outline-offset: 0;
}
ul li {
  list-style: none outside none;
}
img, fieldset {
  border: 0 none;
}
img{
  max-width: 100%;
}
body{
  background:#f0f0f0;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  color:#333;
}
h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin: 20px 0px;
  color: #000;
}
p{
	color: #000;
	padding:5px 0px;
	line-height: 1.643em;
	font-size:14px;
}
/* Header*/
.header_mobile{
	display:none;	
}
.header-top{
	background-color:#fff;
	margin:auto;
	padding:0px;
}
.header-top h1{
	font-size:0.1px;	
}
.header-top .logo{
}
.header-top .form-control{
	background-color:#fa5e65;
	color:#fff;
	border:none;
	margin-top:15px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.header-top  input::placeholder{
  color: #fff;
  font-family:Tahoma, Geneva, sans-serif;
}
.header-top input:focus {
    color: #000;
	background-color:#fff;
}
.header-menu{
	background-color:#fff;
	margin:auto;
	padding:0px;
	min-height:50px;
}
.main-menu{
  line-height: 30px;
  position: relative;
}
.main-menu li{
  float: left;
  margin-left:20px;
  font-size:14px;
	line-height:40px;
	border:1px solid #ef1c25;
	padding:0px 10px;
	-webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	box-shadow:0 .3rem 0.5rem rgba(0,0,0,.15)!important;
}

.main-menu li:first-child{
}
.main-menu li:hover{
	color:#fff;
  background:#ef1c25;
}
.main-menu li a{ 
  color: #000;
}
.main-menu li a:hover{
  text-decoration: none;
  color:#fff;
}
.main-menu .current-menu-item{
	color:#fff;
	font-weight:bold;
  background:#ef1c25;
}
.main-menu .current-menu-item a{
	color:#fff;
	font-weight:bold;
}
/* Dropdown Content (Hidden by Default) */
.header_desk .sub-menu {
    display: none;
    position: absolute;
	background:#fff;
	border:1px solid #ef1c25;
	z-index:9999;
	min-width:250px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/* Links inside the dropdown */
.sub-menu li a:hover{
    color: #ef1c25;
    text-decoration: none;
    display: block;
}
.sub-menu .current-menu-item a{
	color:#ef1c25;
}

/* Change color of dropdown links on hover */

/* Show the dropdown menu on hover */
.menu-item-has-children:hover .sub-menu{
    display: block;
}
.sub-menu li:first-child{
  padding: 10px;
  border-left: none;
  float:none;
}

.sub-menu li{
  padding:0px 10px;
  border-left: none;
  float:none;
  border-bottom:1px solid #ef1c25;
}
.cat_menu{
	line-height:50px;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
	color:#06C;
}
#cat_ul{
	display:none;
	min-width:250px;
	height:auto;
	position:absolute;
	background:#fff;
	border:1px solid #ef1c25;
	z-index:9999;
}
#cat_ul li{
	float:none;
	padding:10px;
	border-bottom:1px solid #ef1c25;
	line-height:30px;
	min-width:250px;
}
#cat_ul .sub-menu{
	left:100%;	
	margin-top:-30px;
}
.header_order li{
	background-color:#fa5e65;
	color:#fff;
  border-radius: 3px;;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  padding:7px;
  font-size:14px;
  max-width:70px;
}
.header_order li a{
	color:#fff;
}
.header_order .badge{
	margin-left:60px;
    background-color: rgba(var(--bs-gray-100),var(--bs-bg-opacity))!important;
	border:1px solid #fff;
}
.toggle_menu img{
	margin-top:15px;	
}
.close_menu{
	position:absolute;
	bottom:10px;
	right:10px;
}
.list-menu-mobile li img{
	float:right;
}
/* Footer*/
.footer_bot, .footer_mobile{
	background-color:#fff;
	border-top:	#ef1c25 2px solid;
	margin:auto;
	padding:10px 0px;
}
.footer_bot h2, .footer_mobile h2{
	color:#ef1c25;
	font-size:1.5rem;
}
.footer_bot li, .footer_mobile li{
	padding:5px 0px;
	font-size:14px;
	border:none;
	list-style:square;
	margin-left:20px;
}
.footer_mobile{
	display:none;	
}
.footer_mobile .bg-dark{
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger),var(--bs-bg-opacity))!important;
	border-bottom:	#ef1c25 1px dashed;

}
.footer_mobile .navbar-toggler-icon{
	background:url(../images/dow.png) left center no-repeat;
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;	
}
.navbar-toggler>.close {
	background:url(../images/dow.png) left center no-repeat;
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;	
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
	background:url(../images/up.png) left center no-repeat;
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;	
}
.main_banner{
	background-color:#fff; 
	padding:0px 10px;
}
.main_banner img{
	background-color:#fff; 
	border:1px solid #ef1c25;
	padding:0px 10px;
	-webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
	margin-bottom:30px;
}
/* Slide category*/
.MultiCarousel{ 
	float: left; 
	overflow: hidden; 
	width: 100%; 
	position:relative; 
}
.MultiCarousel .MultiCarousel-inner { 
	transition: 1s ease all;
	float: left; 
}
.MultiCarousel .MultiCarousel-inner .item { 
	float: left;
	margin:10px 0px;
}
.MultiCarousel .MultiCarousel-inner .item > div { 
	text-align: center; 
	background:#f0f0f0; 
	color:#666;
	width:170px; 
	height:200px;
	-webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	border:1px solid #999;
}
.MultiCarousel .MultiCarousel-inner .item .lead{
  align-items: center;
  padding:10px;
}
.MultiCarousel .MultiCarousel-inner .item .lead a{
  color:#000;
  font-size:1.1rem;
}
.MultiCarousel .MultiCarousel-inner .item .lead a:hover{
  color:#ef1c25;
  text-decoration:none;
  font-size:1.1rem;
}
.MultiCarousel .MultiCarousel-inner .item img{
	-webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
	width:170px;
	height:120px;
	object-fit:cover; 
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst { 
	position:absolute; 
	border-radius:50%;
	top:calc(50% - 20px); 
}
.MultiCarousel .leftLst { 
	left:0; 
	padding: 5px 12px;
}
.MultiCarousel .rightLst { 
	right:0; 
	padding: 5px 12px;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { 
	pointer-events:none;
	background:#ccc; 
}
.main_slide{
	background-color:#fff;	
	border:	#ef1c25 1px solid;
	-webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	margin-top:10px;
}
.main_slide h2{
	color:#fff;
	background-color:#ef1c25;
	padding:10px;
	font-size:1.5rem;
}
.main_content{
	background-color:#fff;	
	border:	#999 1px solid;
	-webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
	margin-top:10px;
	margin-bottom:10px;
}
.main_content h3 {
  color:#ef1c25;
  text-decoration:none;
  font-size:1.1rem;
  border-bottom:1px solid #ef1c25;
  padding:10px;
}
.main_content h3 a{
  color:#ef1c25;
  text-decoration:none;
  font-size:1.1rem;
}
.main_content h4{
  padding:10px 0px;
  color:#000;
  text-decoration:none;
  font-size:1rem;
  padding:10px 0px;
}
.price-contact {
	margin-top:10px;
}
.price-contact a{
  color:#ef1c25;
  text-decoration:none;
  font-size:0.8rem;
}
.main_content h4 a{
  color:#ef1c25;
  text-decoration:none;
  font-size:1rem;
  padding:10px 0px;
}
.main_content table tr{
	border-bottom:1px dashed #ccc;	
	font-size:14px;
}
.prohome {
    border: 1px solid #eee;
	background-color:#fff;
	text-align:center;
	padding:10px 15px;
	position:relative;
}
.prohome img{
	width:180px;
	height:180px;
	object-fit:cover;
}
.title-product{
  min-height:50px;
}
.title-product h4 a{
  color:#000;
  text-decoration:none;
  font-size:1rem;
}
.price{
  color:#ef1c25;
  text-decoration:none;
  font-size:1rem;
	text-align:center;
}
.new_home{
	text-align:center;	
}
.new_home img{
	margin:10px 0px;
	width:300px; height:200px;
	object-fit:cover;
}
.new_home h4{
	padding:10px;
}
.breadcrumb{
	margin-top:10px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;	
}
.breadcrumb a{
	color:#ef1c25;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.bd-code-snippet{
	margin:10px 0px;
}
.page-item .current{
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color:#fff;
    text-decoration: none;
    background-color: var(--bs-pagination-active-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.other-news li{
	background:url(../images/right.png) left center no-repeat;
	padding:5px 0px 5px 25px;	
}
.featurette h3 {
  color:#ef1c25;
  text-decoration:none;
  font-size:1.5rem;
  border:none;
  padding:20px 0px;
}
.featurette h3 a{
  color:#ef1c25;
  text-decoration:none;
  font-size:1.5rem;
}
.new_img{
	width:400px;
	margin:10px;
	border:1px solid #ccc;
}
.big_img{
	margin-bottom:20px;	
}
.img_detail li{
	float:left;
	padding:10px;
	border:1px solid #ccc;
}
.img_detail li img{
	width:70px;
	height:50px; 
	object-fit:cover;	
}
.box-price{
  color:#ef1c25;
  text-decoration:none;
  font-size:1.5rem;
  margin-bottom:10px;
}
.CheckYes{
	background-color: #fa5e65;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 7px;
    font-size: 14px;
    width:auto;
	float:left;
}
.CheckYes A{
	color:#FFF;	
}
.CheckOrder{
	float:left;
	margin-left:20PX;	
}
.phone-order{
  color:#000;
  text-decoration:none;
  font-size:1.2rem;
  margin-bottom:10px;
  margin-top:10px;
}
.box-price-contact{
  color:#06C;
  text-decoration:none;
  font-size:1.2rem;
  margin-bottom:10px;
}
.content-detail h3{
  color:#000;
  text-decoration:none;
  font-size:1.8rem;
  margin-bottom:10px;
  margin-top:10px;
}
.Inradio{
	margin-bottom:10px;
	font-size:14px;	
}
.InText{
	border:1px solid #ccc;
	padding:10px;
	margin-top:10px;	
}
.main_content h3.title-page{
  color:#000;
  text-decoration:none;
  font-size:1.2rem;
  margin-bottom:10px;
  border-bottom:none;
  padding:0px;
}
.order_item{
	border:1px dashed #ccc;	
	padding:5px;
	text-align:center;
}
.order_tol{
	padding:10px 0px;
	font-size:14px;
}
.order_list{
	margin-bottom:20px;	
}
.top_icon{
	position:fixed;	
	bottom:10px;
	right:10px;
}
.New_phone{
	height:50px;
	width:50px;
	position:fixed;
	left:52px;
	bottom:52px;
	z-index:9999;
}
.New_zalo{
	height:50px;
	width:50px;
	position:fixed;
	z-index:9999;
	right:52px;
	bottom:52px;
}
.support_pc{
	display:block;	
}
.support_mobi{
	display:none;	
}