::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
@font-face{
    font-family: UTMAlterGothic;
    src: url(font/UTMAlterGothic.ttf);
  
}
@font-face{
    font-family: 'Geometric-Medium';
		src: url(font/GMV_URW_Geometric/GMV_URW_Geometric-Medium.otf);
      /*src: url(font/Peinaudmed.ttf);*/
   
}
@font-face{
    font-family: UTMAptima;
    src: url(font/UTMAptima.ttf);
  
}
@font-face{
    font-family: UTMHelve;
    src: url(font/UTMHelve.ttf);
  
}

@media only screen and (min-width:1282px) {
	.container {
	    max-width: 1250px !important;
	   }
}
@media only screen and (min-width:1025px) {

.tu_van span {
	right: 20px !important;
}
	
}

img {
    max-width: 100% !important;
    vertical-align: middle;
}
a,a:hover {
    text-decoration: none !important;
}
ul{
	margin-bottom: 0;
}
textarea{ 
	resize: none;
}
body {
    font-family: UTMHelve;
    font-size: 15px !important;
    line-height: 1.5 !important;
    padding-right: 0px !important;
    background: #fff;
    overflow-x: hidden;
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    user-select: none!important;
}
.clear {
    clear: both;
}
div.none {
    display: none !important;
}
.mt-0{
	margin-top:0 !important;
}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.my-10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.pn-15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.content{
	width: 100%;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.content table{
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.div_content_border{
	padding: 20px;
	border:1px solid #ddd;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.addthis_native_toolbox{
	margin: 20px 0px;
}
.x_map iframe{
	width: 100% !important;
	max-height: 250px !important;
    position: relative;
}
.modal .x_map{
	width: 100% !important;
	height: 500px !important;
	position: relative;
}
.modal .x_map iframe{
	width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
}
.min-height{
	min-height: 300px;
}
#content_right{
	width: 72%;
	float: right;
}
#content_left{
	width: 25%;
	float: left;
}
.mybtn{
    border:none;
    padding:8px 20px;
    transition: all 0.5s ease;
}
.mybtn.btn-do:hover{
    background-color: #FF6704;
    color: #fff;
    transition: all 0.5s ease;
}
.mybtn.btn-den:hover{
    background-color: #2a2a2a;
    color: #fff;
    transition: all 0.5s ease;
}
/*left_bar*/
.nd_fb{
	overflow: hidden;
	position: relative;
}
.div_left{
  margin-bottom: 30px;
}
.div_left .ar_left{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.div_left .ar_left .item_left{
	padding:15px 10px;
	border-bottom:1px solid #ddd;
	position: relative;
}
.div_left .ar_left .item_left>a{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.div_left .ar_left .item_left:hover{
	background-color:#f0f0f0;
}
.div_left .ar_left .item_left .item_img{
	width:40%;
	float:left;
}
.div_left .ar_left .item_left .phong_to{}
.div_left .ar_left .item_left .hover_sang{}
.div_left .ar_left .item_left .item_content {
	width:55%;
	float:right;
}
.div_left .ar_left .item_left .item_content h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
    font-family: 'Geometric-Medium';
}

/*end left_bar*/
/*tieude*/
.tieude_left{
	position: relative;
	color:#fff;
	background-color: #4A81C1;
	font-size: 13px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	padding:0 15px;
}
.tieude_detail{
	font-family: 'Geometric-Medium';
	position: relative;
	color: #2e73c2;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.tieude_gc{
	position: relative;
	color: #4A81C1;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px 30px;
	height: 100%;
}

.tieude_right {
  
    float: right;
    margin-right: 20px;
  text-transform:none;
 font-style: italic;
  
}

.tieude_c {
	float: left;
	padding-top: 8px;
}

.tieude_right span{
	color: #363636;
	padding: 0 15px;
	position:relative;
	/*  font-style: italic;*/
	font-family: UTMAptima !important;
}
.tieude_right span::after{
	content: '';
	position:absolute;
	width:1px;
	height:20px;
	background-color:#363636;
	right:-4px;
	top:6px;
}
.tieude_right font{
	color:#F58334;
	padding: 0 20px;
	
}
.tieude_right span:hover,.tieude_right font:hover{
	cursor: pointer;
	color: #2E73C2;
}
.tieude_right a.list_item.active span{
	color: #2E73C2;
}

.tieude_gc::before{
	content: '';
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 3px;
	background-color:#4A81C1;
	position: absolute;
	z-index: 2;
}

.tieude_gc h2 {
	font-size: 20px;
}

.tieude_page{
	position: relative;
	color: #2e73c2;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0;
	display: block;
}

/*end tieude*/
/*breadcrumb*/
.div_breadcrumb .breadcrumb{
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
}

.div_breadcrumb .breadcrumb a{
	color: #999;
}
.div_breadcrumb .breadcrumb a i{
	margin: 0 5px;
}
.div_breadcrumb .breadcrumb span{
	color: #333;
}
/*END breadcrumb*/
/*pages*/
.pagination {
    margin:10px auto 0px !important;
    width: 100%;
    text-align: center;
    display: block;
}
.pages {
}
.pages li.prev {
    margin-right: 15px;
}
.pages li.next {
    margin-left: 15px;
}
.pages li {
    display: inline-block;
    margin: 5px 2px;
}
.pages li a {
    padding: 7px 15px;
    text-decoration: none;
    color: #434343;
    border: 1px solid #d6dde5;
    font-size: 13px;
    font-family: 'Roboto';
    background: #fff;
    cursor: pointer;
}
.pages li a#active_z
{
    color:#fff;
    background: #2e73c2;
    border-color: #2e73c2;
}
.pages li a:hover {
    background: #2e73c2;
    color: #fff;
    border-color: #2e73c2;
}
.pages li .active {
    background: #2e73c2;
    color: #fff;
    border-color: #2e73c2;
}
.pages li .active:hover {
    background: #2e73c2;
    color: #fff;
    border-color: #2e73c2;
}
/*end pages*/
.w_dichvu{
	position: relative;
	padding: 30px 0px;
}
/*head*/
div#header{
	width: 100%;
}
div#header.fixed{
    position: fixed;
    left:0;
    top:-40px;
    z-index: 50;
  /*  border-bottom: 1px solid rgba(0,0,0,0.2);*/
}

.top_head{
	background-color: #f2f2f2;
	position: relative;
	color: #333;
	padding: 6px 0px;
	display: none;
}
.top_head .h-item{
	float: left;
	margin-right: 30px;
	line-height: 25px;
}
.top_head .h-item{}
.top_head #h-social{
	float: right;
}
.top_head #h-social a img{
	max-height: 30px;
	margin-left: 3px;
	
}
.menu_main{
	background-color: #fff;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.logo-mobile{
	display: block;
}
.logo-desktop{
	display: none;
}
.logo_head{
	position: relative;
}
.logo_head img{
	margin: 5px auto;
}
.logo_head .img_desktop {
	height: 80px;
	
}


.logo_head a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.info-head{
	font-size: 15px;
	line-height: 20px;
	display: flex;
	justify-content: center;
}
.info-head img{
	margin-right: 10px;
	object-fit: cover;
	height: 36px;
}
div#header.fixed .info-head{
	display: none;
}
#menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.menu-middle{
	background-color:#363636;
	
}
div#header.fixed #menu{
	height: auto !important;
}
.main_nav{

	list-style: none;
	display: none;

}
.menu-middle {
	position: relative;
}
.menu-middle::after{

	content: '';
	left: 0;
	top: -8px;
	width: 100%;
	height: 5px;
	background-color:#F58334;
	position: absolute;
	z-index: 1;

}

.main_nav li{
	float: left;
	height: 45px;
	display: flex;
	align-items: center;
	position: relative;
 
}
.bo_right::before{

	content: '';
	right: 0;
    height: 70%;
    top: 15%;
    width: 2px;
	background-color:white;
	position: absolute;
	z-index: 1;
}
.bo_right:hover a{
	color: #F58334;
}
.menu_lh > a{
	color:  #F58334!important;
}
.menu_lh > a:hover{
	color:white !important;
}
.menu_lh i {
  margin-left: 5px;
}
.main_nav li a{
	font-family: 'Geometric-Medium' !important;
	position: relative;
	font-size: 16px;
/*	line-height: 20px;*/
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 20px;
	display: flex;
	align-items: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	height: 35px;

}

.menu_index>a::after{

	content: '';
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	background-color:#F58334;
	position: absolute;
	z-index: 1;

}

.menu_index>a
{
	background-color:#F58334;
	color: black!important;
}
.menu_index>a:hover{
	
	color: white!important;
}
.main_nav li a.has-child::after{
	content: '';
	content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
 	right: 8px;
    top:18px;
}
.main_nav li ul{
	display: none;
}
.menu-middle .tieude_danhmuc_menu{
	font-family: 'Geometric-Medium' !important;
	background-image: url('images/bg_general.png');
	background-repeat: no-repeat;
	background-position: 18px;
	/*background-color: #FF6704;*/
	background-color: #4A81C1;
    color: #fff;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding: 0px 20px 0px 50px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.menu-middle .tieude_danhmuc_menu i{
    position: absolute;
    right: 15px;
    top: 12px;
    border: 1px solid;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.menu_sanpham{
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	left: 15px;
	top: 45px;
	width: calc(100% - 30px);
	z-index: 20;
	transition: all 1s ease-in-out;
}

.menu_sanpham.show{display: block !important;}
.menu_sanpham.hide{
	display: none;
	transition: all 1s ease-in-out;
}
.menu_sanpham ul{
	list-style: none;
	background-color: rgba(255,255,255,0.95);
/*	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);*/
}
.menu_sanpham ul li{
	position: relative;
	padding: 0px 15px;
	background: #C4C4C4;
}

.menu_sanpham ul li::after{

	content: '';
	left: 0;
	/*top: -8px;*/
	width: 100%;
	height: 2px;
	background-color:#EEEEEE;
	position: absolute;
	z-index: 10;

}
.menu_sanpham ul li {
background-image: url('images/icon-cong-10.png');
	background-repeat: no-repeat;
	 background-position: 20px ;
}

.menu_sanpham ul li a{
	color:#363636;
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 800;
	margin-left: 20px;
	font-family: 'Geometric-Medium';
	height: 47px;
	overflow:hidden;
}
.menu_sanpham ul li a:hover{
	color: #2E73C2;
}
.menu_sanpham ul li:last-child a{
	border-bottom:none;
}
.menu_sanpham ul li i{
	position: absolute;
    right: 20px;
    top: 12px;
    font-size: 23px;
    color:#2E73C2;
}
.menu_sanpham ul li ul{
	display: none;
	position: absolute;
	left: calc(100%);
	top:0;
	width:100%;
	background-color: rgba(255,255,255,0.99);
}
.menu_sanpham ul li:hover>ul,
.menu_sanpham ul li.active>ul{
	display:block;
}
#search{
	border-radius:20px;
	overflow:hidden;
	height: 45px;
	width: 50%;
}
#search select,#search input,#search i.fa{
	height:45px;
	float:left;
	border:none;
	padding:0 15px;
}
#search select{
	width:35%;
	border:1px solid #ccc;
	border-right:1px solid #FF6704;
	border-radius:20px 0 0 20px;
}
#search select option{
	font-size: 14px;
    line-height: 30px;

}
#search input{
	width:55%;
	border:1px solid #ccc;
	border-left:none;
}
#search i.fa{
	background-color:#F58634;
	display:inline-block;
	line-height: 45px;
	padding:0 20px;
	width:10%;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
/*end head*/
/*footer*/
#w_footer{
	position: relative;
	background:#363636;
	/*background-image: linear-gradient(to bottom,#171A23 0%,#171A23 100%);*/
	/*color: #f0f0f0;*/
	color: #000000;
}
#footer{
	position: relative;
	padding: 40px 0px 30px;
}

#back-to-top {
    display: none;
    padding: 7px 15px;
    color: #333;
    background: rgba(200,200,200,0.5);
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#back-to-top:hover{
	background: #ccc;
}
.logo_footer{
	margin-bottom: 15px;
}
.div_footer_bottom{
 background-color:#C4C4C4;
	padding: 10px 0;
   text-align: center;
}
.footer_bottom{

	justify-content: space-between;

	text-align: center;
}
.copy2{
	position: relative;
	color:#363636;
	font-weight: bold;
}
.ul-inline a{
	color: #f0f0f0;
}
.list_footer{
	list-style: none;
	display: flex;
}
.list_footer li {
	margin-left: 15px;
	text-align: center;
}
.list_footer li a{
	color: black;
}
.tt_footer{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	position: relative;
	display: block;
	color: #2E73C2;
}

.chan_footer{
	width: 100px;
	height: 2px;
	background:#2E73C2;
	display: block;
	margin:5px 0px 15px;
}
.f-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.f-item>i{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.15);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}
.f-item span{
	width: calc(100% - 35px);
}
#social_footer2{
	margin-top: 15px;
}
#social_footer2 a{
	margin-right: 8px;
	display: inline-block;
}
#social_footer2 img{
}
/*end footer*/
/*slider*/
#slider .slick-arrow{background-color: rgba(255,255,255,0.3);}
#slider .slick-arrow:hover{background-color: rgba(255,255,255,0.6);}
.div_slider{
}
#slider .slider-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*banner_quangcao*/
#banner_quangcao .banner_item{
	position: relative;
}
#banner_quangcao .banner_item::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.25s ease-in-out 0s;
}
#banner_quangcao .banner_item::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.25s ease-in-out 0s;
}
#banner_quangcao .banner_item:hover::before,
#banner_quangcao .banner_item:hover::after{
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
.banner_item img{
	height: 343px;
	width: 100%;
	object-fit: cover;
}
/*vechungtoi*/
.div_vechungtoi{
	background: #eee;
	position: relative;
	padding: 20px 0px;
}
#w_vechungtoi{
	display: flex;

	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #222;
}
.vechungtoi_item{
	width: 20%;
	padding-left: 10px;
	position: relative;
}
.vechungtoi_item::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    top: 0px;
    right: 0px;
    background: rgba(255,255,255,0.4);
}
.vechungtoi_item:last-child::after{
	opacity: 0;
}
.vechungtoi_item:first-child{
	padding-right: 10px;
	padding-left: 0px;
}

.vechungtoi_img{
	max-width: 40px;
	max-height: 40px;
	float: left;
}
.vechungtoi_img img{
	width: 100%;
	height: 100%;
	
	object-fit: contain;
	filter: brightness(0.4);
}
.vechungtoi_noidung{
	width: calc(100% - 55px);
	float: right;
}
.vechungtoi_noidung h2{
	font-size: 14px;
	line-height: 18px;
	color:#2e73c2;
	text-transform: uppercase;
}
.vechungtoi_noidung p{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}
/*end vechungtoi*/
/*Gio hang*/
.noidung-httt{
	display: none;
}


.shop_cart{
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	padding: 6px 5px;
	margin-top:12px;
	margin-right: 15px;
}
.shop_cart .icon-cart{
	background-image: url('images/cart_icon.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.shop_cart .num-cart{
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	top:-5px;
	right: -12px;
	line-height: 22px;
	text-align: center;
	color: #333;
}
.menu_main .shop_cart .num-cart{
	background-color: #2e73c2;
	color: #fff;
}
.menu-middle .shop_cart{margin-left: auto;}
#dathang_tc img{
	display: block;
	margin: 0 auto;;
}
#donhang_ht{
	list-style: none;
	font-size: 16px;
    line-height: 30px;
}
#donhang_ht{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
}
#donhang_ht h2{
	font-size: 24px;
	line-height: 34px;
	color: #21A649;
	margin: 10px 0px 20px;
}
#donhang_ht h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.btn_madonhang{
	padding:8px;
	font-size: 20px;
	line-height: 20px;
	background-color: #99c23c;
	color: #fff;
	width: 200px;
	margin: 10px auto;
}
/*end Gio hang*/
.div_slider{
	width: 76.8%;
	height:470px;
/*	height: 100%;*/
	float: right;
}
/*sanpham*/
.item{
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	text-align: center;
	overflow: hidden;
background: white;
}
.item a{
	display: block;
}
.item_img{
	position: relative;
	overflow: hidden;
}
.item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}
.item:hover .phong_to img{
	transform: scale(1.1);
	transition: all 0.6s ease-in-out;
}
.hover_sang::before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.item:hover .hover_sang::before {
    transition: 1s;
    left: 100%;
}
.item:hover .item_name a {
	color: #2E73C2!important;
}
.item .item_name {
	margin-top:8px;
	height: 48px;
	overflow:hidden;
	margin-bottom:0px;
}
.item .item_name, .item .item_name a{
	font-family: 'Geometric-Medium';
	color: #333;
	font-size: 18px;
	line-height: 24px;
	overflow-y: hidden;
	font-weight: 600;
	text-transform: capitalize;
}
.item:hover .item_gia{
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.item .item_gia{
	margin: 6px 0px;
}
.item .item_gia .del-gia{
	color: #999;
	font-weight: 550;
	font-size: 13px;
	line-height: 25px;
	text-decoration: line-through;
	margin:0 10px;
}
.item .item_gia .gia-ban{
	color: #FF6704;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
}
.item .cart{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: -40px;
	transition: all 0.2s ease-in-out;
	text-align: center;
}
.item:hover .cart {
	transition: all 0.5s ease-in-out;
	margin-bottom: 10px;
}
.cart button{
	padding: 6px 20px;
	border-radius: 20px;
	background-color: #FF6704;
	color: #fff;
	border: none;
}
.div_info_product{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mini_img_product{
	margin:20px 0;
}
.mini_img_product a{
	margin:0 5px;
	border: 2px solid #ddd;
	padding: 4px;
}
.mini_img_product a.mz-thumb-selected{
	border-color:#F58634;
}
.mini_img_product .slick-arrow.slick-prev{
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
}
.mini_img_product .slick-arrow.slick-next{
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
}
.zoom_slick{
	width: 50%;
}
.zoom_slick  #img_product{
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
}
.zoom_slick  #img_product img{
	max-height: 550px !important;
}
.info_product{
	width: 47%;
	display: block;
	position: relative;
	list-style: none;
	padding: 0 20px;
}
.info_product li{
	border-bottom: 1px dashed #ddd;
	padding:8px 0;
}
.no-border-bottom{
	border-bottom:none !important;
}
.my-flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info_product .gia{
	font-size: 14px;
	line-height: 14px;
	color: #666;
	font-weight: 700;
	text-decoration: line-through;
}
.info_product .giakm,
.info_product .motgia{
	font-size: 25px;
	line-height: 25px;
	color: #e91d20;
	font-weight: 700;
}
.my-flex-between span{width: 25%;}
.my-flex-between span+span{width: 70%;}
.controls{}
.controls .fa-minus,.controls .fa-plus{
	border:1px solid #ddd;
	background-color:#fff;
    width:40px;
	float:left;
	height:40px;
}
.controls input{
	float:left;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px 15px;
	height:40px;
	width:100px;
	border-left:0;
	border-right:0;
	text-align: center;
}

.info_product .cart button{
	padding: 8px 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.info_product .product-qty{
	display: flex;
}

#tabs .content{
	padding: 20px;
	border: 1px solid #ddd;
	border-top:none;
}
#tabs .nav-link{
  font-size: 15px;
  line-height: 25px;
  color: #bbb;
  text-transform: capitalize;
  font-weight: 500;
}
#tabs .nav-link.active{
	color: #222;
}
.btn-mua-ngay{
	padding: 14px 17px;
	background: #2e73c2;
	color: #fff !important;
	text-align: center;
	transition: all 0.5s ease;
	margin-bottom: 10px;
	display: block;
}
.btn-mua-ngay:hover{
	background: #2e73c2;
	transition: all 0.5s ease;
}
.btn-mua-ngay span{
	display: block;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
}
.btn-mua-ngay span+span{
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}
.goingay{
	color:#fff;
	font-weight: 300;
	padding: 14px 17px;
	background: #e91d20;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}
/*end sanpham*/
.item_dtac{
	width: 200px;
	height: 100px;
	overflow:hidden;
	text-align: center;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0 10px;
}
.item_dtac img{
	max-width: 200px;
	object-fit: cover;
}
/*Tin tuc*/
#news_index{
	margin-left: -10px;
	margin-right: -10px;
}
.item_news{
	padding: 0px;
	border: none;
	position: relative;
}
.item_news::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 85px solid transparent;
	border-left: 80px solid #fff;
	left: 0;
	top: 0;
	z-index: 2;
}
.item_news .new_time{
	position: absolute;
	left: 5px;
	top:5px;
	z-index: 3;
}
.item_news .new_time span{
	display:block;
	color:#999;
	text-align:center;
}
.item_news .new_time .day{
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
}
.item_news .new_time .month{
	font-size: 15px;
	line-height: 18px;
}
.item_news>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.item_news .item_content{
	padding: 0 10px 20px;
}
.border_hover{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
	transition: all 0.5s ease-in-out;
}
.border_hover:hover{
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
	transition: all 0.5s ease-in-out;
}
#news_index .slick-prev
{
    left: -10px;
    top:35%;
}
#news_index .slick-next
{
    right: -10px;
    top:35%;
}
.item_news_detail .info{
	color: #666;
	font-size: 14px;
}
.list_tin_khac{
	list-style: none;
	font-size: 15px;
	line-height: 25px;
}
.list_tin_khac a{
	color: #333;
	transition: 0.4s;
}
.list_tin_khac a:hover{
	color: #2e73c2;
	transition: 0.4s;
	padding-left: 10px;
}
.item_news_detail .info span{margin-right: 20px;}
/*item_slider*/
.item_slider{
	background-color: #D9EDF7;
	color: #31708f;
	text-align: left;
}
.item_slider h3{
	font-size: 18px;
	line-height: 26px;
}
.nd_footer{
     color: white;
	}
/*contact*/
#frm_contact label{
	margin-bottom: 5px;
}
#frm_contact input.btn-do{
	border: 1px solid #aaa;
}
#frm_contact input.btn-do:hover{
	border-color: #F58334;
}
.icon_phan_loai{
	float: right;
	display: none;
}
.icon_phan_loai img{
	width: 35px;
	height: 35px;
}
.mobi_xemthemsp{
	text-align: center;
}
.mobi_xemthemsp a{
	color: #F58334;
    padding: 0 20px;
    display: none;
    font-size: 20px;
    line-height: 35px;
    font-family: UTMHelve;
    font-weight: 700;
}
@media only screen and (max-width: 1280px) {
	.main_nav li a{
		font-size: 14px;
	}
	.menu-middle .tieude_danhmuc_menu{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1025px) {
	.menu_sanpham ul li a{
		font-size: 18px;
	}
	.main_nav li a{
		padding: 10px !important;
		font-size: 15px;
	}
	.menu-middle .tieude_danhmuc_menu{
		font-size: 12px;
	}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
	.tu_van {
		display: none!important;
	}
	#menu{
		height: auto !important;
	}
	#search{display: none !important;}
	.item{
		padding: 5px !important;
	}
	.item .item_name, .item .item_name a{
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.item .item_gia .gia-ban{
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.item .cart{
		font-size: 14px !important;
		line-height: 16px !important;
		margin-bottom:-60px  !important;
	}
	.item:hover .cart {
		margin-bottom: 10px  !important;
	}
	.banner_item img{
		height: auto !important;
	}
	.div_vechungtoi{
		display: none;
	}
	#content_right,#content_left{
		width: 100% !important;
		float: unset !important;
	}
	#content_left{display: none;}
	.logo_head{width: 100%;}
	.main_nav,.info-head{
		display: none;
	}
	.div_slider{
		width: 100% !important;
		float: unset;
	}
	.menu-middle{display: none;}
	.menu_main .shop_cart{
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 100000000;
	}
	div#header.fixed{top:0 !important;}
	.div_slider{height: auto !important;}
	.w_dichvu{
		padding: 20px 0px;
	}
	#back-to-top {
		bottom: 60px !important;
		right: 10px !important;
	}
	.div_breadcrumb .breadcrumb{padding-left: 0px;}
	.info_product,.zoom_slick{
		width: 100% !important;
	}
	.info_product{
		padding: 0 !important;
	}
	.footer_bottom{
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.copy2{
		text-align: center;
		margin-top: 10px;
	}
	.list_footer li {
		margin-left: 0 !important;
	}
}

@media only screen and (max-width:765px) {
	.mobi_xemthemsp a{
		color: #F58334;
	    padding: 0 20px;
	    display: inline-block;
	}
	.icon_phan_loai{
		color: #F58334 !important;
		display: block;
		text-transform: none;
	}
	.danhmuc_cap2{
		position: absolute;
		right: 0;
		width: 220px;
		z-index: 20;
		background: #fff;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		margin-right: 0px;
    	margin-top: 8px;
    	border-bottom: 4px solid #FF6704;
		display: none;
	}
	.danhmuc_cap2.active{
		display: block;
	}
	.danhmuc_cap2 a{
		display: block;
		border-top: 1px solid #ccc;
	}
	.danhmuc_cap2 a:first-child{
		border-top:0;
	}
	.danhmuc_cap2 span{padding: 0 10px;}
	.danhmuc_cap2 span::after{opacity: 0;}
	.danhmuc_cap2 .list_item_xem_them{display: none;}

}
@media only screen and (max-width: 600px) {
	 .list_footer_product li {
       text-align: center;
    }
	
	#news_index .slick-arrow{display: none !important;}
	#slider button.slick-arrow{ display: none !important;}
	#content_left{display: block !important;}
	.info_product .product-qty{
		flex-direction: column;
	}
	.info_product .product-qty .cart{
		margin-top:10px;
	}
	.info_product .cart button{
		margin-left: 0;
	}
	.nd_footer,.tt_footer{
		text-align: center;
	}
	
	.tt_footer{
		margin-top:30px;

	}
	.chan_footer{
		margin:5px auto 15px !important; 
	}
	.f-item{
		justify-content: center !important;
	}
}
@media only screen and (max-width: 414px) {
	#tabs .nav-link{
		font-size: 11px;
		line-height: 18px;
	}
	#w_footer .x_map{
		margin-top:20px;
	}
}
@media only screen and (max-width: 360px) {
	.info_product b{display: block;}
	.item .cart button {
	    padding: 6px 10px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.pc_ml_30{margin-left: 30px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.main_nav{display: block;}
	.logo-mobile{
		display: none !important;
	}
	.logo-desktop{
		display: block !important;
	}
	.top_head{display: block;}
        .div_slider img {
		height: 470px!important;
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}


.class_hide {
	display: none !important;
}

 .hoso{
        font-weight: bold;padding-right: 1rem;color: #F58634;
	  }
.h10-white{
	width: 100%;
	height: 5px;
	background: #fff;
}
.list_footer_product {
        list-style: none;
  /* text-align: center;*/
}

 .list_footer_product li a{
     font-size: 17px;
     padding: 10px 0;
     color:white;
     font-family: 'Geometric-Medium';
    
}
.list_footer_product li:hover a{      
     color: #F58634;        
}
  .f-item i{
   color:  #363636;
 
   background: #EEEEEE;
}
.tencongty_tophead{
	font-family: 'Geometric-Medium';
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.tencongty_tophead h1 {
	font-size: 18px;
}
.bg-white{background: #fff;}

.tu_van {
    position: relative;
	float: right;
	display: flex;
    align-items: center;
	
}
.tu_van img {
	height: 75px;
}
.tu_van span {
	position: absolute;
	right: 15px;
	color: white;
	font-weight: 700;
	
}
.tieude_danhmuc_chung{
	font-family: 'Geometric-Medium';
	font-size: 19px;
	margin-bottom: 0;
	line-height: 0;
	margin-left: 5px;
}
.loading{display: none;}